@privy-io/react-auth 1.56.2-beta-20240220135538 → 1.56.2

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 fs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var mc=(e,t,o)=>(fs(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)},hs=(e,t,o,r)=>(fs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var fc=(e,t,o)=>(fs(e,t,"access private method"),o);import{getAddress as us}from"@ethersproject/address";import{StaticJsonRpcProvider as q2,Web3Provider as ac}from"@ethersproject/providers";import{createStore as j2}from"mipd";import{useCallback as K2,useEffect as lo,useMemo as Y2,useRef as pi,useState as be}from"react";import{FetchError as xh}from"ofetch";var Oe=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}]`:""}`}},Gt=class extends Oe{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="client_error"}},hi=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var $=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},oe=e=>{if(e instanceof Oe)return e;if(!(e instanceof xh))return Ge(e);if(!e.response)return new Gt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Gt(t||"ApiError",e.response.status,o||r,e,n)},Ge=e=>e instanceof Oe?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var xr=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},nt=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},yi=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var gi=()=>"/api/v1/sessions",vi=()=>"/api/v1/sessions/logout",hc=()=>"/api/v1/sessions/fork",wi=()=>"/api/v1/sessions/fork/recover",yc=()=>"/api/v1/siwe/init",gc=()=>"/api/v1/siwe/authenticate",vc=()=>"/api/v1/siwe/link",wc=()=>"/api/v1/farcaster/init",Cc=()=>"/api/v1/farcaster/authenticate",bc=()=>"/api/v1/farcaster/link",Ec=()=>"/api/v1/farcaster/status",Tc=()=>"/api/v1/passwordless/init",Pc=()=>"/api/v1/passwordless/authenticate",xc=()=>"/api/v1/passwordless/link",Sc=()=>"/api/v1/passwordless_sms/init",_c=()=>"/api/v1/passwordless_sms/authenticate",Ac=()=>"/api/v1/passwordless_sms/link",kc=()=>"/api/v1/oauth/init",Rc=()=>"/api/v1/oauth/authenticate",Ic=()=>"/api/v1/oauth/link",Wc=()=>"/api/v1/siwe/unlink",Mc=()=>"/api/v1/passwordless/unlink",Nc=()=>"/api/v1/passwordless_sms/unlink",Lc=()=>"/api/v1/oauth/unlink",Oc=()=>"/api/v1/farcaster/unlink",Dc=()=>"/api/v1/analytics_events",Uc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Fc=()=>"/api/v1/custom_jwt_account/authenticate",Bc=()=>"/api/v1/mfa/passwordless_sms/init";var Hc=()=>"/api/v1/mfa/passwordless_sms/enroll";var Gc=()=>"/api/v1/users/me/accept_terms";var Sr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=Fc(),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 Qo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=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 v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=xc();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 v("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new v("Email must be set when initialzing authentication.");try{let r=Tc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{isMobile as Sh}from"react-device-detect";var Ve=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 bn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ve(this._startChannelOnce.bind(this)),this.pollForReady=new Ve(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");try{let t=await this.api.post(Cc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new v("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(bc(),{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 v("Auth flow has no API instance");let t=await this.api.post(wc(),{token:this.captchaToken});Sh&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new v("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");let t=await this.api.get(Ec(),{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 rd}from"jose";var Vc="1.56.2-beta-20240220135538";var Ci="4df5e2316331463a9130964bd6078dfa",zc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",$c="34357d3c125c2bcf2ce2bc3309d98715",bi="https://auth.privy.io",qc=2e4,ze=1400,jc=2500,ys=Vc;var Zo="privy:token",gs="privy-token",Ei="privy:refresh_token",vs="privy-refresh-token",Ti="privy-session",En="privy:session_transfer_token",Ah="privy:wallet",Tn="privy:caid",_r="privy:state_code",Ar="privy:code_verifier",Pi=e=>`${Ah}:${e}`,ws="privy:connectors",Cs="privy:connections";var Xo=12e4,co=1,bs="0x1",kr=3e4,Kc="https://api.moonpay.com/v1",Yc="https://api.moonpay.com/v1",Jc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Qc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Zc="0x420000000000000000000000000000000000000F",Xc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function ed(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function td(e){return crypto.getRandomValues(new Uint8Array(e))}var 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)}},Es=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 od(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function kh(){return typeof window<"u"&&window.localStorage?new Es:new xi}function Rh(){return typeof window<"u"&&window.sessionStorage?new Ts:new xi}var _t=Rh(),X=kh();var Ih="S256",Wh="S256",_o=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=_t.get(Ar);if(!t)throw new v("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(Ar),{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 v(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new v("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new v("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=_t.get(Ar);if(!t)throw new v("Authentication error.");try{let o=Ic(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(Ar),r}catch(o){throw oe(o)}}createCodeVerifier(){return rd.encode(td(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ih){if(o==Wh){let r=await ed(t);return rd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.provider)throw new v("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();_t.put(Ar,t);let o=this.createStateCode();_t.put(_r,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 er=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 fs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var mc=(e,t,o)=>(fs(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)},hs=(e,t,o,r)=>(fs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var fc=(e,t,o)=>(fs(e,t,"access private method"),o);import{getAddress as us}from"@ethersproject/address";import{StaticJsonRpcProvider as q2,Web3Provider as ac}from"@ethersproject/providers";import{createStore as j2}from"mipd";import{useCallback as K2,useEffect as lo,useMemo as Y2,useRef as pi,useState as be}from"react";import{FetchError as xh}from"ofetch";var Oe=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}]`:""}`}},Gt=class extends Oe{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="client_error"}},hi=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var $=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},oe=e=>{if(e instanceof Oe)return e;if(!(e instanceof xh))return Ge(e);if(!e.response)return new Gt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Gt(t||"ApiError",e.response.status,o||r,e,n)},Ge=e=>e instanceof Oe?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var xr=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},nt=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},yi=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var gi=()=>"/api/v1/sessions",vi=()=>"/api/v1/sessions/logout",hc=()=>"/api/v1/sessions/fork",wi=()=>"/api/v1/sessions/fork/recover",yc=()=>"/api/v1/siwe/init",gc=()=>"/api/v1/siwe/authenticate",vc=()=>"/api/v1/siwe/link",wc=()=>"/api/v1/farcaster/init",Cc=()=>"/api/v1/farcaster/authenticate",bc=()=>"/api/v1/farcaster/link",Ec=()=>"/api/v1/farcaster/status",Tc=()=>"/api/v1/passwordless/init",Pc=()=>"/api/v1/passwordless/authenticate",xc=()=>"/api/v1/passwordless/link",Sc=()=>"/api/v1/passwordless_sms/init",_c=()=>"/api/v1/passwordless_sms/authenticate",Ac=()=>"/api/v1/passwordless_sms/link",kc=()=>"/api/v1/oauth/init",Rc=()=>"/api/v1/oauth/authenticate",Ic=()=>"/api/v1/oauth/link",Wc=()=>"/api/v1/siwe/unlink",Mc=()=>"/api/v1/passwordless/unlink",Nc=()=>"/api/v1/passwordless_sms/unlink",Lc=()=>"/api/v1/oauth/unlink",Oc=()=>"/api/v1/farcaster/unlink",Dc=()=>"/api/v1/analytics_events",Uc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Fc=()=>"/api/v1/custom_jwt_account/authenticate",Bc=()=>"/api/v1/mfa/passwordless_sms/init";var Hc=()=>"/api/v1/mfa/passwordless_sms/enroll";var Gc=()=>"/api/v1/users/me/accept_terms";var Sr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=Fc(),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 Qo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=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 v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=xc();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 v("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new v("Email must be set when initialzing authentication.");try{let r=Tc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{isMobile as Sh}from"react-device-detect";var Ve=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 bn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ve(this._startChannelOnce.bind(this)),this.pollForReady=new Ve(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");try{let t=await this.api.post(Cc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new v("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(bc(),{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 v("Auth flow has no API instance");let t=await this.api.post(wc(),{token:this.captchaToken});Sh&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new v("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");let t=await this.api.get(Ec(),{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 rd}from"jose";var Vc="1.56.2";var Ci="4df5e2316331463a9130964bd6078dfa",zc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",$c="34357d3c125c2bcf2ce2bc3309d98715",bi="https://auth.privy.io",qc=2e4,ze=1400,jc=2500,ys=Vc;var Zo="privy:token",gs="privy-token",Ei="privy:refresh_token",vs="privy-refresh-token",Ti="privy-session",En="privy:session_transfer_token",Ah="privy:wallet",Tn="privy:caid",_r="privy:state_code",Ar="privy:code_verifier",Pi=e=>`${Ah}:${e}`,ws="privy:connectors",Cs="privy:connections";var Xo=12e4,co=1,bs="0x1",kr=3e4,Kc="https://api.moonpay.com/v1",Yc="https://api.moonpay.com/v1",Jc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Qc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Zc="0x420000000000000000000000000000000000000F",Xc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function ed(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function td(e){return crypto.getRandomValues(new Uint8Array(e))}var 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)}},Es=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 od(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function kh(){return typeof window<"u"&&window.localStorage?new Es:new xi}function Rh(){return typeof window<"u"&&window.sessionStorage?new Ts:new xi}var _t=Rh(),X=kh();var Ih="S256",Wh="S256",_o=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=_t.get(Ar);if(!t)throw new v("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(Ar),{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 v(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new v("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new v("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=_t.get(Ar);if(!t)throw new v("Authentication error.");try{let o=Ic(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(Ar),r}catch(o){throw oe(o)}}createCodeVerifier(){return rd.encode(td(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ih){if(o==Wh){let r=await ed(t);return rd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.provider)throw new v("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();_t.put(Ar,t);let o=this.createStateCode();_t.put(_r,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 er=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 Ve(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(gc(),{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 v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(vc(),{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 v("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new v("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(yc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var tr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=_c(),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 v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Ac();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 v("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new v("phone nNumber must be set when initialzing authentication.");try{let r=Sc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{v4 as my}from"uuid";function Ze(e){return new Date(e*1e3)}function Mh(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,profilePictureUrl:o.profile_picture_url,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 h={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(h);break;case"linkedin_oauth":let f={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"apple_oauth":let g={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let w={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Ze(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function At(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var pe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Nh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),ft=(e,t)=>t==="all-users"&&!pe(e)||t==="users-without-wallets"&&!Nh(e)?.length;function it(e){if(!e)return null;let t=Mh(e.linked_accounts),o=At(t,"wallet"),r=At(t,"email"),n=At(t,"phone"),i=At(t,"google_oauth"),a=At(t,"twitter_oauth"),l=At(t,"discord_oauth"),s=At(t,"github_oauth"),c=At(t,"tiktok_oauth"),u=At(t,"linkedin_oauth"),h=At(t,"apple_oauth"),f=At(t,"farcaster"),g=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:Ze(x)}));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,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name,email:u.email},apple:h&&{subject:h.subject,email:h.email},farcaster:f&&{fid:f.fid,ownerAddress:f.ownerAddress,displayName:f.displayName,username:f.username,bio:f.bio,pfp:f.pfp,url:f.url},mfaMethods:g.map(C=>C.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as Nd}from"@ethersproject/address";import cy from"eventemitter3";function nd(){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 Ps=(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(!Ps(o))return!1}return!0},Ao=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),id=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var ad=e=>!!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,}))$/),sd=(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}`},xs=e=>new Promise(t=>setTimeout(t,e));function ld(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 cd=(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 xs(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 Ss=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),or=e=>typeof e=="string"?e:"0x"+e.toString(16);async function dd(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 nd()){let u=Si(c);if(!l.some(h=>h.info.name===u)){if(Ps(c,!0)&&!s.find(h=>h.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(h=>h.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(h=>h.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Rr(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 $(`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]+"/"+zc:i=n.rpcUrls.default?.http[0],!i)throw new $(`No RPC url found for ${e}`);return i},pd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new $(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import zh from"@coinbase/wallet-sdk";import{jsx as ud,jsxs as Lh}from"react/jsx-runtime";var Pn=({style:e,...t})=>Lh("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:[ud("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),ud("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 qt}from"@ethersproject/address";import{Web3Provider as vd}from"@ethersproject/providers";import{default as Gh}from"eventemitter3";import{StaticJsonRpcProvider as fd}from"@ethersproject/providers";import Hh from"eventemitter3";var Oh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],md=e=>Oh.includes(e);import{ErrorCode as Dh}from"@ethersproject/logger";var Ir=class extends ${constructor(){super("Wallet timeout");this.type="wallet_error"}},Wr=class extends ${constructor(){super("User rejected connection");this.type="wallet_error"}},Rt=e=>{if(e instanceof $)return e;if(e?.code&&e?.reason){let t=new $e(e);return e.code===Dh.ACTION_REJECTED&&(t.details=Xe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new $e(e):new $("Unknown connector error",e)},zt=class extends Oe{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},$e=class extends zt{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))}},Uh={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}},Fh={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}},Bh={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},...Bh,...Fh},po={...Uh,...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 Ir,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||Xo,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 $(`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 Rt(o)})}},Ro=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Ai=class extends Hh{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 fd(kt(a,this.chains,n)),this.rpcTimeoutDuration=Mr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Ro(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await De()||!this.address)throw new Ro("Disconnected",4900);return(await yd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Ro(`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 Ro(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new fd(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 hd(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:or(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 or(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(md(o.method)){let r=await De();if(await gd(),!r||!this.address)throw new Ro("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 Ro("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await De();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}}},$t=class extends le{constructor(o){super(o,o.rpcTimeoutDuration)}},Io=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 Vh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},et=class extends Gh{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=Rr(o),this.walletClientType==="privy"&&X.put(Pi(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=Mr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>qt(a.address)===qt(o));return{address:qt(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new $("Wallet is not currently connected.");let l=this.wallets.find(f=>qt(f.address)===qt(o))?.chainId;if(!l)throw new $("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===Rr(s))return;let u=this.chains.find(f=>f.id===c);if(!u)throw new $(`Unsupported chainId: ${a}`);let h=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await h()}catch(f){if(Vh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),h();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new $(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new $("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new $("Wallet is not currently connected.");return new vd(new $t(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new $("Wallet is not currently connected.");return new Io(this.proxyProvider)},sign:async a=>{if(!await i())throw new $("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=qt(n),a=[],l;if(this.walletClientType==="privy"){let c=X.get(Pi(i));this.chains.find(u=>u.id===Number(c))||(X.del(Pi(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 ${bs}`,c),l=bs}let s=Rr(l);if(!a.find(c=>qt(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(qt(n),s,c))}ki(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=>qt(n)===qt(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 vd(new $t(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 $h=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 zh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider($h(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:Pn,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}};import{jsx as wd}from"react/jsx-runtime";var Wi=({...e})=>wd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:wd("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:[or(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Wi,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Cd}from"react/jsx-runtime";var Nr=({style:e,...t})=>Cd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Cd("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 qh}from"react/jsx-runtime";var Lr=({style:e,...t})=>qh("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 bd,jsxs as jh}from"react/jsx-runtime";var jt=({style:e,...t})=>jh("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:[bd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),bd("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 Dr=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,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}},Or,Ur=class extends et{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";fi(this,Or,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"?hs(this,Or,{name:"MetaMask",icon:Lr,id:"io.metamask"}):a==="phantom"&&hs(this,Or,{name:"Phantom",icon:jt,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return mc(this,Or)??{name:"Browser Extension",icon:Nr,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}};Or=new WeakMap;import{getAddress as cT}from"@ethersproject/address";import{Web3Provider as pT}from"@ethersproject/providers";import{isMobile as Kh}from"react-device-detect";var Ni=class extends Dr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Kh||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 $("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Rt(t)}}};var Li=class extends et{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new le(void 0,Xo);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Oi=class extends Li{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:jt,id:"phantom"}}};import{EthereumProvider as iy,OPTIONAL_EVENTS as ay,OPTIONAL_METHODS as sy}from"@walletconnect/ethereum-provider";import{isMobile as ly}from"react-device-detect";import{createContext as Jh,useContext as Qh,useEffect as _s,useRef as Zh,useState as Xh}from"react";import{jsx as Yh}from"react/jsx-runtime";function Di({src:e,...t}){return Yh("img",{src:e,...t,style:{display:"none"}})}var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as ty,jsxs as oy}from"react/jsx-runtime";var Ed=Jh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),ey=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Td=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Xh(e.initialScreen);_s(()=>{!o&&!ey.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=Zh(null);_s(()=>{e.open||(i.current=null)},[e.open]),_s(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return oy(Ed.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&ty(Di,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>Qh(Ed);import{jsx as Fr,jsxs as ry}from"react/jsx-runtime";var xn=({style:e,...t})=>{let{app:o}=_();return ry("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:[Fr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Fr("g",{clipPath:"url(#clip0_1765_9946)",children:Fr("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"})}),Fr("defs",{children:Fr("clipPath",{id:"clip0_1765_9946",children:Fr("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(Br))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Br={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 ny(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Pd=e=>e in Br,xd=e=>{let t=Br[e].mobile;if("native"in t)return t.native};function Sd(e,t){let o=ny(t);if(o.deepLink)return Id(o.deepLink,e);if(o.universalLink)return Wd(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var _d="WALLETCONNECT_DEEPLINK_CHOICE";function Ad(){try{localStorage.removeItem(_d)}catch{}}function kd({href:e,name:t}){try{localStorage.setItem(_d,JSON.stringify({href:e,name:t}))}catch{}}function Rd(e){return e.startsWith("http://")||e.startsWith("https://")}function Id(e,t){if(Rd(e))return Wd(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 Wd(e,t){if(!Rd(e))return Id(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Md(e,t){window.open(e,t,"noreferrer noopener")}var Kt=class extends et{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=Br[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=Ui(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Lr,id:"io.metamask"}:{name:Ss(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||xn,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=Br[o],this.walletClientType=o,this.redirectUri=void 0,Ad(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Wr)};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 $("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=Mr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Rt(a));return}r(new $("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=kt(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await iy.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:ay,optionalMethods:sy,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),ly&&this.walletEntry){let{redirect:l,href:s}=Sd(a,this.walletEntry);kd({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Md(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=Ui(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var As=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Nd(t)).length:!1},Mr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xo:Xo,Sn=class extends cy{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new 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.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;X.get(ws)&&(X.getKeys().forEach(r=>{r.startsWith("walletconnect")&&X.del(r)}),X.del(ws));let o=dd(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"),!Ao()&&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 Ai(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 Kt&&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 Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Dr(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 Kt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=X.get(Cs);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}));X.put(Cs,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=Nd(o),this.emit("walletsUpdated")}};function ki(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 dy}from"ofetch";var py=[gi(),wi(),vi()],Fi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=ys,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=dy.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=!py.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 rr from"js-cookie";function Ld(e){return e instanceof Qo?"email":e instanceof tr?"sms":e instanceof er?"siwe":e instanceof Sr?"custom_auth":e instanceof _o?e.meta.provider:null}import*as Od from"jose";var Yt=class{static parse(t){try{return new Yt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Od.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 uy=30,Bi=class{constructor(){this.authenticateOnce=new Ve(async t=>this._authenticate(t)),this.linkOnce=new Ve(async t=>this._link(t)),this.refreshOnce=new Ve(this._refresh.bind(this)),this.destroyOnce=new Ve(this._destroy.bind(this)),this.forkSessionOnce=new Ve(this._forkSession.bind(this))}get token(){try{let t=X.get(Zo);return typeof t=="string"?new Yt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=X.get(Ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=X.get(En);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=rr.get(Ti);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=Yt.parse(this.token);return t!==null&&!t.isExpired(uy)}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=Ld(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:it(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ge(o)}}async _link(t){try{let o=await t.link();return it(o)}catch(o){throw console.warn("Error linking account"),Ge(o)}}async _refresh(){if(!this.api)throw new v("Session has no API instance");if(!this.client)throw new v("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(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),it(n.user)}catch(n){if(n instanceof Gt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ge(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 v("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(hc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ge(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=X.get(Zo);if(X.put(Zo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Yt.parse(t)?.expiration;rr.set(gs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else X.del(Zo),rr.remove(gs)}storeRefreshToken(t){typeof t=="string"?(X.put(Ei,t),this.client?.useServerCookies||(rr.set(Ti,"t",{sameSite:"Strict",secure:!0,expires:30}),rr.set(vs,t,{sameSite:"Strict",secure:!0,expires:30}))):(X.del(Ei),rr.remove(vs),rr.remove(Ti))}clearForkedToken(){X.del(En)}};var ks,Hi,Dd,_n=class{constructor(t){fi(this,Hi);this.apiUrl=t.apiUrl||bi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||qc,this.appId=t.appId,this.clientAnalyticsId=fc(this,Hi,Dd).call(this),ks||(ks=new Bi),this.session=ks,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Sn(t,o,r,n,i,a,l))}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 v("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Mc(),{address:t});return it(o)}catch(o){throw Ge(o)}}async acceptTerms(){try{let t=await this.api.post(Gc(),{});return it(t)}catch(t){throw Ge(t)}}async unlinkPhone(t){try{let o=await this.api.post(Nc(),{phoneNumber:t});return it(o)}catch(o){throw Ge(o)}}async unlinkWallet(t){try{let o=await this.api.post(Wc(),{address:t});return it(o)}catch(o){throw Ge(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Lc(),{provider:t,subject:o});return it(r)}catch(r){throw Ge(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Oc(),{fid:t});return it(o)}catch(o){throw Ge(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(Dc(),{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(Uc(),t)}catch(o){throw Ge(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Yt.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,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw Ge(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,Dd=function(){if(typeof window>"u")return null;try{let o=X.get(Tn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=my();try{return X.put(Tn,t),t}catch{return t}};import{Turnstile as wy}from"@marsidev/react-turnstile";import{useEffect as Cy,useMemo as by}from"react";import{useMemo as fy,useRef as hy,useContext as yy,useState as Rs,createContext as gy}from"react";import{jsx as vy}from"react/jsx-runtime";var Ud=gy({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,setExecuting:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P,execute:P}),uo=class extends Oe{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Fd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=hy(null),[i,a]=Rs(),[l,s]=Rs(),[c,u]=Rs(!1),h=fy(()=>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 vy(Ud.Provider,{value:{...h,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 ld(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new uo("Captcha failed",null,"captcha_timeout")}}},children:e})},ue=()=>yy(Ud);import{jsx as Bd}from"react/jsx-runtime";var Is=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=ue(),[,s]=by(()=>o?.split("t:")||[],[o]);if(Cy(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Bd("div",{className:"hidden h-0 w-0",children:Bd(wy,{...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 E2,useEffect as Kf,useRef as T2,useState as P2}from"react";import x2 from"react-dom";import{createContext as Ey,useContext as Ty}from"react";var Ws=Ey({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:P,initializeWalletProxy:P,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,openPrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,initLoginWithFarcaster:P,loginWithFarcaster:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,acceptTerms:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),k=()=>Ty(Ws);import{createContext as Py,useContext as xy}from"react";var Te=Py({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkFarcaster:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,unlinkFarcaster:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,initLoginWithEmail:P,initLoginWithSms:P,loginWithCode:P,isModalOpen:!1}),F=()=>xy(Te);import{useEffect as Sy,useState as _y}from"react";var Hd=e=>{let[t,o]=_y("auto");return Sy(()=>{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 Ay,useContext as ky,useEffect as Ry}from"react";var Gd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ms=Ay(void 0),Vd=()=>ky(Ms);function ht(e,t){if(!t)return;let r=Vd().current[e];return Ry(()=>{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 zd(){let e=Vd();return(t,o,...r)=>ae(e,t,o,...r)}function Ns(e){ht("configureMfa",e)}import{ArrowTopRightOnSquareIcon as ep}from"@heroicons/react/24/outline";import{DocumentCheckIcon as $y}from"@heroicons/react/24/solid";import qy from"styled-components";import ir,{css as Us}from"styled-components";import Os from"styled-components";import{Fragment as Wy,jsx as Ls,jsxs as My}from"react/jsx-runtime";var Wo=({success:e,fail:t})=>My(Wy,{children:[Ls(yt,{className:e?"success":t?"fail":""}),Ls(Ds,{className:e?"success":t?"fail":""})]}),yt=Os.span`
12
+ - https://privy.io`;this.getNonceOnce=new Ve(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(gc(),{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 v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(vc(),{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 v("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new v("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(yc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var tr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=_c(),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 v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Ac();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 v("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new v("phone nNumber must be set when initialzing authentication.");try{let r=Sc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{v4 as my}from"uuid";function Ze(e){return new Date(e*1e3)}function Mh(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,profilePictureUrl:o.profile_picture_url,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 h={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(h);break;case"linkedin_oauth":let f={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"apple_oauth":let g={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let w={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Ze(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function At(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var pe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Nh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),ft=(e,t)=>t==="all-users"&&!pe(e)||t==="users-without-wallets"&&!Nh(e)?.length;function it(e){if(!e)return null;let t=Mh(e.linked_accounts),o=At(t,"wallet"),r=At(t,"email"),n=At(t,"phone"),i=At(t,"google_oauth"),a=At(t,"twitter_oauth"),l=At(t,"discord_oauth"),s=At(t,"github_oauth"),c=At(t,"tiktok_oauth"),u=At(t,"linkedin_oauth"),h=At(t,"apple_oauth"),f=At(t,"farcaster"),g=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:Ze(x)}));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,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name,email:u.email},apple:h&&{subject:h.subject,email:h.email},farcaster:f&&{fid:f.fid,ownerAddress:f.ownerAddress,displayName:f.displayName,username:f.username,bio:f.bio,pfp:f.pfp,url:f.url},mfaMethods:g.map(C=>C.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as Nd}from"@ethersproject/address";import cy from"eventemitter3";function nd(){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 Ps=(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(!Ps(o))return!1}return!0},Ao=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),id=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var ad=e=>!!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,}))$/),sd=(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}`},xs=e=>new Promise(t=>setTimeout(t,e));function ld(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 cd=(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 xs(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 Ss=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),or=e=>typeof e=="string"?e:"0x"+e.toString(16);async function dd(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 nd()){let u=Si(c);if(!l.some(h=>h.info.name===u)){if(Ps(c,!0)&&!s.find(h=>h.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(h=>h.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(h=>h.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Rr(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 $(`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]+"/"+zc:i=n.rpcUrls.default?.http[0],!i)throw new $(`No RPC url found for ${e}`);return i},pd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new $(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import zh from"@coinbase/wallet-sdk";import{jsx as ud,jsxs as Lh}from"react/jsx-runtime";var Pn=({style:e,...t})=>Lh("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:[ud("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),ud("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 qt}from"@ethersproject/address";import{Web3Provider as vd}from"@ethersproject/providers";import{default as Gh}from"eventemitter3";import{StaticJsonRpcProvider as fd}from"@ethersproject/providers";import Hh from"eventemitter3";var Oh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],md=e=>Oh.includes(e);import{ErrorCode as Dh}from"@ethersproject/logger";var Ir=class extends ${constructor(){super("Wallet timeout");this.type="wallet_error"}},Wr=class extends ${constructor(){super("User rejected connection");this.type="wallet_error"}},Rt=e=>{if(e instanceof $)return e;if(e?.code&&e?.reason){let t=new $e(e);return e.code===Dh.ACTION_REJECTED&&(t.details=Xe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new $e(e):new $("Unknown connector error",e)},zt=class extends Oe{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},$e=class extends zt{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))}},Uh={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}},Fh={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}},Bh={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},...Bh,...Fh},po={...Uh,...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 Ir,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||Xo,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 $(`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 Rt(o)})}},Ro=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Ai=class extends Hh{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 fd(kt(a,this.chains,n)),this.rpcTimeoutDuration=Mr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Ro(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await De()||!this.address)throw new Ro("Disconnected",4900);return(await yd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Ro(`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 Ro(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new fd(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 hd(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:or(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 or(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(md(o.method)){let r=await De();if(await gd(),!r||!this.address)throw new Ro("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 Ro("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await De();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}}},$t=class extends le{constructor(o){super(o,o.rpcTimeoutDuration)}},Io=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 Vh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},et=class extends Gh{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=Rr(o),this.walletClientType==="privy"&&X.put(Pi(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=Mr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>qt(a.address)===qt(o));return{address:qt(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new $("Wallet is not currently connected.");let l=this.wallets.find(f=>qt(f.address)===qt(o))?.chainId;if(!l)throw new $("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===Rr(s))return;let u=this.chains.find(f=>f.id===c);if(!u)throw new $(`Unsupported chainId: ${a}`);let h=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await h()}catch(f){if(Vh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),h();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new $(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new $("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new $("Wallet is not currently connected.");return new vd(new $t(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new $("Wallet is not currently connected.");return new Io(this.proxyProvider)},sign:async a=>{if(!await i())throw new $("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=qt(n),a=[],l;if(this.walletClientType==="privy"){let c=X.get(Pi(i));this.chains.find(u=>u.id===Number(c))||(X.del(Pi(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 ${bs}`,c),l=bs}let s=Rr(l);if(!a.find(c=>qt(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(qt(n),s,c))}ki(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=>qt(n)===qt(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 vd(new $t(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 $h=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 zh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider($h(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:Pn,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}};import{jsx as wd}from"react/jsx-runtime";var Wi=({...e})=>wd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:wd("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:[or(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Wi,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Cd}from"react/jsx-runtime";var Nr=({style:e,...t})=>Cd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Cd("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 qh}from"react/jsx-runtime";var Lr=({style:e,...t})=>qh("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 bd,jsxs as jh}from"react/jsx-runtime";var jt=({style:e,...t})=>jh("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:[bd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),bd("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 Dr=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,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}},Or,Ur=class extends et{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";fi(this,Or,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"?hs(this,Or,{name:"MetaMask",icon:Lr,id:"io.metamask"}):a==="phantom"&&hs(this,Or,{name:"Phantom",icon:jt,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return mc(this,Or)??{name:"Browser Extension",icon:Nr,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new $("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}};Or=new WeakMap;import{getAddress as cT}from"@ethersproject/address";import{Web3Provider as pT}from"@ethersproject/providers";import{isMobile as Kh}from"react-device-detect";var Ni=class extends Dr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Kh||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 $("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Rt(t)}}};var Li=class extends et{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new le(void 0,Xo);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Oi=class extends Li{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:jt,id:"phantom"}}};import{EthereumProvider as iy,OPTIONAL_EVENTS as ay,OPTIONAL_METHODS as sy}from"@walletconnect/ethereum-provider";import{isMobile as ly}from"react-device-detect";import{createContext as Jh,useContext as Qh,useEffect as _s,useRef as Zh,useState as Xh}from"react";import{jsx as Yh}from"react/jsx-runtime";function Di({src:e,...t}){return Yh("img",{src:e,...t,style:{display:"none"}})}var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as ty,jsxs as oy}from"react/jsx-runtime";var Ed=Jh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),ey=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Td=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Xh(e.initialScreen);_s(()=>{!o&&!ey.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=Zh(null);_s(()=>{e.open||(i.current=null)},[e.open]),_s(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return oy(Ed.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&ty(Di,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>Qh(Ed);import{jsx as Fr,jsxs as ry}from"react/jsx-runtime";var xn=({style:e,...t})=>{let{app:o}=_();return ry("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:[Fr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Fr("g",{clipPath:"url(#clip0_1765_9946)",children:Fr("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"})}),Fr("defs",{children:Fr("clipPath",{id:"clip0_1765_9946",children:Fr("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(Br))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Br={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 ny(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Pd=e=>e in Br,xd=e=>{let t=Br[e].mobile;if("native"in t)return t.native};function Sd(e,t){let o=ny(t);if(o.deepLink)return Id(o.deepLink,e);if(o.universalLink)return Wd(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var _d="WALLETCONNECT_DEEPLINK_CHOICE";function Ad(){try{localStorage.removeItem(_d)}catch{}}function kd({href:e,name:t}){try{localStorage.setItem(_d,JSON.stringify({href:e,name:t}))}catch{}}function Rd(e){return e.startsWith("http://")||e.startsWith("https://")}function Id(e,t){if(Rd(e))return Wd(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 Wd(e,t){if(!Rd(e))return Id(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Md(e,t){window.open(e,t,"noreferrer noopener")}var Kt=class extends et{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=Br[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=Ui(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Lr,id:"io.metamask"}:{name:Ss(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||xn,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=Br[o],this.walletClientType=o,this.redirectUri=void 0,Ad(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Wr)};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 $("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=Mr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Rt(a));return}r(new $("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=kt(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await iy.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:ay,optionalMethods:sy,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),ly&&this.walletEntry){let{redirect:l,href:s}=Sd(a,this.walletEntry);kd({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Md(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=Ui(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var As=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Nd(t)).length:!1},Mr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xo:Xo,Sn=class extends cy{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new 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.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;X.get(ws)&&(X.getKeys().forEach(r=>{r.startsWith("walletconnect")&&X.del(r)}),X.del(ws));let o=dd(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"),!Ao()&&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 Ai(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 Kt&&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 Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Dr(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 Kt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=X.get(Cs);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}));X.put(Cs,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=Nd(o),this.emit("walletsUpdated")}};function ki(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 dy}from"ofetch";var py=[gi(),wi(),vi()],Fi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=ys,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=dy.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=!py.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 rr from"js-cookie";function Ld(e){return e instanceof Qo?"email":e instanceof tr?"sms":e instanceof er?"siwe":e instanceof Sr?"custom_auth":e instanceof _o?e.meta.provider:null}import*as Od from"jose";var Yt=class{static parse(t){try{return new Yt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Od.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 uy=30,Bi=class{constructor(){this.authenticateOnce=new Ve(async t=>this._authenticate(t)),this.linkOnce=new Ve(async t=>this._link(t)),this.refreshOnce=new Ve(this._refresh.bind(this)),this.destroyOnce=new Ve(this._destroy.bind(this)),this.forkSessionOnce=new Ve(this._forkSession.bind(this))}get token(){try{let t=X.get(Zo);return typeof t=="string"?new Yt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=X.get(Ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=X.get(En);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=rr.get(Ti);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=Yt.parse(this.token);return t!==null&&!t.isExpired(uy)}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=Ld(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:it(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ge(o)}}async _link(t){try{let o=await t.link();return it(o)}catch(o){throw console.warn("Error linking account"),Ge(o)}}async _refresh(){if(!this.api)throw new v("Session has no API instance");if(!this.client)throw new v("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(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),it(n.user)}catch(n){if(n instanceof Gt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ge(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 v("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(hc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ge(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=X.get(Zo);if(X.put(Zo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Yt.parse(t)?.expiration;rr.set(gs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else X.del(Zo),rr.remove(gs)}storeRefreshToken(t){typeof t=="string"?(X.put(Ei,t),this.client?.useServerCookies||(rr.set(Ti,"t",{sameSite:"Strict",secure:!0,expires:30}),rr.set(vs,t,{sameSite:"Strict",secure:!0,expires:30}))):(X.del(Ei),rr.remove(vs),rr.remove(Ti))}clearForkedToken(){X.del(En)}};var ks,Hi,Dd,_n=class{constructor(t){fi(this,Hi);this.apiUrl=t.apiUrl||bi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||qc,this.appId=t.appId,this.clientAnalyticsId=fc(this,Hi,Dd).call(this),ks||(ks=new Bi),this.session=ks,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Sn(t,o,r,n,i,a,l))}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 v("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Mc(),{address:t});return it(o)}catch(o){throw Ge(o)}}async acceptTerms(){try{let t=await this.api.post(Gc(),{});return it(t)}catch(t){throw Ge(t)}}async unlinkPhone(t){try{let o=await this.api.post(Nc(),{phoneNumber:t});return it(o)}catch(o){throw Ge(o)}}async unlinkWallet(t){try{let o=await this.api.post(Wc(),{address:t});return it(o)}catch(o){throw Ge(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Lc(),{provider:t,subject:o});return it(r)}catch(r){throw Ge(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Oc(),{fid:t});return it(o)}catch(o){throw Ge(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(Dc(),{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(Uc(),t)}catch(o){throw Ge(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Yt.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,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw Ge(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,Dd=function(){if(typeof window>"u")return null;try{let o=X.get(Tn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=my();try{return X.put(Tn,t),t}catch{return t}};import{Turnstile as wy}from"@marsidev/react-turnstile";import{useEffect as Cy,useMemo as by}from"react";import{useMemo as fy,useRef as hy,useContext as yy,useState as Rs,createContext as gy}from"react";import{jsx as vy}from"react/jsx-runtime";var Ud=gy({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,setExecuting:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P,execute:P}),uo=class extends Oe{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Fd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=hy(null),[i,a]=Rs(),[l,s]=Rs(),[c,u]=Rs(!1),h=fy(()=>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 vy(Ud.Provider,{value:{...h,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 ld(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new uo("Captcha failed",null,"captcha_timeout")}}},children:e})},ue=()=>yy(Ud);import{jsx as Bd}from"react/jsx-runtime";var Is=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=ue(),[,s]=by(()=>o?.split("t:")||[],[o]);if(Cy(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Bd("div",{className:"hidden h-0 w-0",children:Bd(wy,{...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 E2,useEffect as Kf,useRef as T2,useState as P2}from"react";import x2 from"react-dom";import{createContext as Ey,useContext as Ty}from"react";var Ws=Ey({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:P,initializeWalletProxy:P,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,openPrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,initLoginWithFarcaster:P,loginWithFarcaster:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,acceptTerms:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),k=()=>Ty(Ws);import{createContext as Py,useContext as xy}from"react";var Te=Py({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkFarcaster:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,unlinkFarcaster:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,initLoginWithEmail:P,initLoginWithSms:P,loginWithCode:P,isModalOpen:!1}),F=()=>xy(Te);import{useEffect as Sy,useState as _y}from"react";var Hd=e=>{let[t,o]=_y("auto");return Sy(()=>{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 Ay,useContext as ky,useEffect as Ry}from"react";var Gd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ms=Ay(void 0),Vd=()=>ky(Ms);function ht(e,t){if(!t)return;let r=Vd().current[e];return Ry(()=>{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 zd(){let e=Vd();return(t,o,...r)=>ae(e,t,o,...r)}function Ns(e){ht("configureMfa",e)}import ep from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import $y from"@heroicons/react/24/solid/DocumentCheckIcon";import qy from"styled-components";import ir,{css as Us}from"styled-components";import Os from"styled-components";import{Fragment as Wy,jsx as Ls,jsxs as My}from"react/jsx-runtime";var Wo=({success:e,fail:t})=>My(Wy,{children:[Ls(yt,{className:e?"success":t?"fail":""}),Ls(Ds,{className:e?"success":t?"fail":""})]}),yt=Os.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -277,7 +277,7 @@ Resources:
277
277
  @media all and (display-mode: standalone) {
278
278
  padding-bottom: 30px;
279
279
  }
280
- `;import{ArrowLeftIcon as Dy,XMarkIcon as Uy}from"@heroicons/react/24/outline";import Bs from"styled-components";import{jsx as vt,jsxs as Vy}from"react/jsx-runtime";var Kd=()=>vt("div",{}),Fy=({backFn:e})=>vt("div",{children:vt(Yd,{onClick:e,children:vt(Dy,{height:"16px",width:"16px",strokeWidth:2})})}),By=e=>vt("div",{children:vt(Yd,{onClick:e.onClose,children:vt(Uy,{height:"16px",width:"16px",strokeWidth:2})})});var S=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=k(),{app:i}=_();return Vy(Hy,{children:[e?vt(Fy,{backFn:e}):vt(Kd,{}),o&&vt(Gy,{children:o}),i?.render.inDialog&&r?vt(By,{onClose:t||(()=>n())}):vt(Kd,{})]})},Yd=Bs.button`
280
+ `;import Dy from"@heroicons/react/24/outline/ArrowLeftIcon";import Uy from"@heroicons/react/24/outline/XMarkIcon";import Bs from"styled-components";import{jsx as vt,jsxs as Vy}from"react/jsx-runtime";var Kd=()=>vt("div",{}),Fy=({backFn:e})=>vt("div",{children:vt(Yd,{onClick:e,children:vt(Dy,{height:"16px",width:"16px",strokeWidth:2})})}),By=e=>vt("div",{children:vt(Yd,{onClick:e.onClose,children:vt(Uy,{height:"16px",width:"16px",strokeWidth:2})})});var S=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=k(),{app:i}=_();return Vy(Hy,{children:[e?vt(Fy,{backFn:e}):vt(Kd,{}),o&&vt(Gy,{children:o}),i?.render.inDialog&&r?vt(By,{onClose:t||(()=>n())}):vt(Kd,{})]})},Yd=Bs.button`
281
281
  && {
282
282
  cursor: pointer;
283
283
  display: flex;
@@ -618,7 +618,7 @@ Resources:
618
618
  left: -19px;
619
619
  top: -19px;
620
620
  }
621
- `;import{EnvelopeIcon as og,PhoneIcon as rg}from"@heroicons/react/24/outline";import{useEffect as dp,useState as ra}from"react";import{isMobile as ng}from"react-device-detect";import In from"styled-components";import st from"styled-components";var Xt=st.div`
621
+ `;import og from"@heroicons/react/24/outline/EnvelopeIcon";import rg from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as dp,useState as ra}from"react";import{isMobile as ng}from"react-device-detect";import In from"styled-components";import st from"styled-components";var Xt=st.div`
622
622
  display: flex;
623
623
  flex-direction: column;
624
624
  align-items: flex-start;
@@ -650,7 +650,7 @@ Resources:
650
650
  display: flex;
651
651
  flex-direction: column;
652
652
  gap: 8px;
653
- `,yS=st.div`
653
+ `,gS=st.div`
654
654
  display: flex;
655
655
  flex-direction: column;
656
656
  justify-content: space-between;
@@ -811,7 +811,7 @@ Resources:
811
811
  `,up=In.span`
812
812
  font-weight: 500;
813
813
  word-break: break-all;
814
- `;import{CheckCircleIcon as fg,XCircleIcon as hg}from"@heroicons/react/24/solid";import{useEffect as Zs,useRef as yg,useState as zr}from"react";import gg from"styled-components";import dg from"styled-components";import{Fragment as mg,jsx as Vr,jsxs as ug}from"react/jsx-runtime";var fp=({icon:e})=>{let t=e;return Vr(mg,{children:Vr(pg,{children:ug("div",{children:[Vr(Wo,{}),typeof t=="string"?Vr("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Vr(t,{style:{width:"38px",height:"38px"}}):Vr("span",{})]})})})},pg=dg.div`
814
+ `;import fg from"@heroicons/react/24/solid/CheckCircleIcon";import hg from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Zs,useRef as yg,useState as zr}from"react";import gg from"styled-components";import dg from"styled-components";import{Fragment as mg,jsx as Vr,jsxs as ug}from"react/jsx-runtime";var fp=({icon:e})=>{let t=e;return Vr(mg,{children:Vr(pg,{children:ug("div",{children:[Vr(Wo,{}),typeof t=="string"?Vr("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Vr(t,{style:{width:"38px",height:"38px"}}):Vr("span",{})]})})})},pg=dg.div`
815
815
  display: flex;
816
816
  flex-direction: column;
817
817
  justify-content: center;
@@ -909,7 +909,7 @@ Resources:
909
909
  justify-content: center;
910
910
  gap: 24px;
911
911
  width: 100%;
912
- `;import{XCircleIcon as av}from"@heroicons/react/24/solid";import{useEffect as sv,useMemo as lv,useState as cv}from"react";import dv from"styled-components";import aa from"styled-components";import{jsx as al,jsxs as nv}from"react/jsx-runtime";var Yr=()=>al(ev,{children:nv(tv,{children:[al(ov,{}),al(rv,{})]})}),ev=aa.div`
912
+ `;import av from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as sv,useMemo as lv,useState as cv}from"react";import dv from"styled-components";import aa from"styled-components";import{jsx as al,jsxs as nv}from"react/jsx-runtime";var Yr=()=>al(ev,{children:nv(tv,{children:[al(ov,{}),al(rv,{})]})}),ev=aa.div`
913
913
  display: flex;
914
914
  justify-content: center;
915
915
  align-items: center;
@@ -967,7 +967,7 @@ Resources:
967
967
  }
968
968
  `;var Np=["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 sr(e){let t=e.type;return typeof t=="string"&&Np.includes(t)}function iv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function lr(e){return sr(e)&&e.type==="wallet_not_on_device"}function Lp(e){return sr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Op(e){return!!(sr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Jr(e){return!!(sr(e)&&e.type==="mfa_timeout")}function Qr(e){return!!(sr(e)&&e.type==="missing_or_invalid_mfa")}function sl(e){return!!(sr(e)&&e.type==="mfa_verification_max_attempts_reached")}function ll(e){return!!(sr(e)&&e.message.includes("code 429"))}function cl(e){return!!(iv(e)&&e.message==="MFA canceled")}import{Fragment as Up,jsx as Zr,jsxs as dl}from"react/jsx-runtime";var Dp=1,Fp=()=>{let{authenticated:e,user:t,getAccessToken:o}=F(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=lv(()=>Date.now(),[]),[h,f]=cv(!1),{onCompleteNavigateTo:g,onFailure:w}=l?.connectWallet,C=E=>{h||(f(!0),w(typeof E=="string"?new Error(E):E))};sv(()=>{let E=pe(t),T;return!e||!E?C("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let A=await o();if(!A)return C("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:A,address:E.address});let R=(Date.now()-u)/1e3;g==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&R<Dp?T=setTimeout(()=>{a(g)},(Dp-R)*1e3):a(g)}catch(R){if(lr(R)&&E.recoveryMethod==="privy"){let I=await o();if(!I)return C("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:E.address}),(await i?.recover({address:E.address,accessToken:I}))?.address||C(new Error("Unable to recover wallet")),g?a(g):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:E.address}),a(g)}catch{C("An error has occurred, please try again.")}}else lr(R)?(s({...l,recoverWallet:{privyWallet:E,onCompleteNavigateTo:g,onFailure:w}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):C(R)}})(),()=>clearTimeout(T)):void 0},[e,t,i]);let x=()=>{C("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,dl(Up,{children:[Zr(S,{onClose:x}),h?dl(Up,{children:[dl(Wt,{children:[Zr(av,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Zr(Pe,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Zr(O,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Zr(Yr,{}),Zr(pv,{})]})},pv=dv.div`
969
969
  height: 44px;
970
- `;import{CheckCircleIcon as uv}from"@heroicons/react/24/solid";import{useEffect as mv}from"react";import{Fragment as fv,jsx as Xr,jsxs as Bp}from"react/jsx-runtime";var Hp=()=>{let{user:e}=F(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=k(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let h=pe(e);h?(r(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return mv(()=>{let h=setTimeout(u,jc);return()=>clearTimeout(h)},[]),a.current=u,Bp(fv,{children:[Xr(S,{onClose:u}),Xr(Y,{}),Bp(Wt,{children:[Xr(uv,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Xr(Pe,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Xr(J,{}),Xr(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as hv}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as yv}from"@heroicons/react/24/outline";import{useEffect as zp,useRef as gv,useState as pl}from"react";import Do from"styled-components";import{Fragment as Sv,jsx as Se,jsxs as Lt}from"react/jsx-runtime";var $p=()=>{let[e,t]=pl(null),{authenticated:o,user:r,getAccessToken:n}=F(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=k(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=pe(r)?.address,{onFailure:h,onSuccess:f,origin:g,appId:w}=s.keyExport,C=E=>{i({shouldCallAuthOnSuccess:!1}),h(typeof E=="string"?new Error(E):E)},x=()=>{i({shouldCallAuthOnSuccess:!1}),f(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return zp(()=>{let E=pe(r);if(!o||!E)return C("User must be authenticated before exporting their wallet");n().then(t,C)},[o,r]),c.current=x,Lt(Sv,{children:[Se(S,{onClose:x}),Lt(Cv,{children:[Lt(Pe,{icon:Se(yv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Lt(Pv,{children:[Se(wv,{style:{marginRight:6}}),ko(u)]}),Se("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Lt(bv,{children:[Lt(Gp,{children:[Se(Vp,{children:"1"}),Lt("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."]})]}),Lt(Gp,{children:[Se(Vp,{children:"2"}),Se("span",{children:"Copy this key into your other wallet"})]})]}),Se("div",{style:{width:"100%"},children:e&&Se(vv,{origin:g,appId:w,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Lt(xv,{children:[Lt("div",{children:[Se(hv,{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 vv(e){let[t,o]=pl(e.dimensions.width),[r,n]=pl(void 0),i=gv(null);return zp(()=>{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&&Lt(Ev,{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(Tv,{children:"Loading..."})]})})}function wv(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 Cv=Do.div`
970
+ `;import uv from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as mv}from"react";import{Fragment as fv,jsx as Xr,jsxs as Bp}from"react/jsx-runtime";var Hp=()=>{let{user:e}=F(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=k(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let h=pe(e);h?(r(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return mv(()=>{let h=setTimeout(u,jc);return()=>clearTimeout(h)},[]),a.current=u,Bp(fv,{children:[Xr(S,{onClose:u}),Xr(Y,{}),Bp(Wt,{children:[Xr(uv,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Xr(Pe,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Xr(J,{}),Xr(B,{protectedByPrivy:!0})]})};import hv from"@heroicons/react/20/solid/ExclamationTriangleIcon";import yv from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as zp,useRef as gv,useState as pl}from"react";import Do from"styled-components";import{Fragment as Sv,jsx as Se,jsxs as Lt}from"react/jsx-runtime";var $p=()=>{let[e,t]=pl(null),{authenticated:o,user:r,getAccessToken:n}=F(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=k(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=pe(r)?.address,{onFailure:h,onSuccess:f,origin:g,appId:w}=s.keyExport,C=E=>{i({shouldCallAuthOnSuccess:!1}),h(typeof E=="string"?new Error(E):E)},x=()=>{i({shouldCallAuthOnSuccess:!1}),f(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return zp(()=>{let E=pe(r);if(!o||!E)return C("User must be authenticated before exporting their wallet");n().then(t,C)},[o,r]),c.current=x,Lt(Sv,{children:[Se(S,{onClose:x}),Lt(Cv,{children:[Lt(Pe,{icon:Se(yv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Lt(Pv,{children:[Se(wv,{style:{marginRight:6}}),ko(u)]}),Se("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Lt(bv,{children:[Lt(Gp,{children:[Se(Vp,{children:"1"}),Lt("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."]})]}),Lt(Gp,{children:[Se(Vp,{children:"2"}),Se("span",{children:"Copy this key into your other wallet"})]})]}),Se("div",{style:{width:"100%"},children:e&&Se(vv,{origin:g,appId:w,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Lt(xv,{children:[Lt("div",{children:[Se(hv,{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 vv(e){let[t,o]=pl(e.dimensions.width),[r,n]=pl(void 0),i=gv(null);return zp(()=>{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&&Lt(Ev,{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(Tv,{children:"Loading..."})]})})}function wv(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 Cv=Do.div`
971
971
  display: flex;
972
972
  flex-direction: column;
973
973
  text-align: left;
@@ -1052,7 +1052,7 @@ Resources:
1052
1052
  color: var(--privy-color-error);
1053
1053
  }
1054
1054
  }
1055
- `;import{XCircleIcon as w1}from"@heroicons/react/24/outline";import{useEffect as gu,useRef as C1,useState as Gn}from"react";import b1 from"styled-components";import{useCallback as yu,useEffect as v1}from"react";import{ExclamationTriangleIcon as Iv}from"@heroicons/react/24/outline";import{useEffect as Wv,useState as fl}from"react";import{ArrowPathIcon as _v,EyeIcon as Av,EyeSlashIcon as kv}from"@heroicons/react/24/outline";import Be,{css as ul}from"styled-components";var Rv=ul`
1055
+ `;import w1 from"@heroicons/react/24/outline/XCircleIcon";import{useEffect as gu,useRef as C1,useState as Gn}from"react";import b1 from"styled-components";import{useCallback as yu,useEffect as v1}from"react";import Iv from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as Wv,useState as fl}from"react";import _v from"@heroicons/react/24/outline/ArrowPathIcon";import Av from"@heroicons/react/24/outline/EyeIcon";import kv from"@heroicons/react/24/outline/EyeSlashIcon";import Be,{css as ul}from"styled-components";var Rv=ul`
1056
1056
  font-size: 14px;
1057
1057
  font-style: normal;
1058
1058
  font-weight: 400;
@@ -1158,7 +1158,7 @@ Resources:
1158
1158
  > :first-child {
1159
1159
  min-width: 24px;
1160
1160
  }
1161
- `,q_=Be.div`
1161
+ `,Q_=Be.div`
1162
1162
  height: var(--privy-height-modal-full);
1163
1163
 
1164
1164
  @media (max-width: 440px) {
@@ -1227,7 +1227,7 @@ Resources:
1227
1227
  transition: all 0.1s ease-out;
1228
1228
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1229
1229
  }
1230
- `;import{Fragment as Mv,jsx as ct,jsxs as la}from"react/jsx-runtime";var Jp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=fl(!0),[l,s]=fl(!1),[c,u]=fl(""),h=o===c;return Wv(()=>{c&&!l&&s(!0)},[c]),la(Mv,{children:[ct(S,{title:"Confirm Password",closeable:!1,backFn:n}),ct(Y,{}),la(Uo,{children:[la(Ho,{children:[ct(Iv,{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."})]}),la(Bo,{children:[ct(cr,{value:c,onChange:f=>u(f.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ct(en,{style:{right:"0.75rem"},children:i?ct(tn,{onClick:()=>a(!1)}):ct(on,{onClick:()=>a(!0)})})]}),ct(sa,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),ct(Fo,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),ct(J,{}),ct(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Dv}from"@heroicons/react/24/outline";import{useState as Uv}from"react";import Fv from"styled-components";import ca from"styled-components";import{jsx as Fn,jsxs as Ov}from"react/jsx-runtime";var Qp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Fn("label",{children:Ov(Nv,{className:e,children:[Fn(Xp,{checked:t,...r}),Fn(Lv,{color:o,checked:t,children:Fn(Zp,{viewBox:"0 0 24 24",children:Fn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Nv=ca.div`
1230
+ `;import{Fragment as Mv,jsx as ct,jsxs as la}from"react/jsx-runtime";var Jp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=fl(!0),[l,s]=fl(!1),[c,u]=fl(""),h=o===c;return Wv(()=>{c&&!l&&s(!0)},[c]),la(Mv,{children:[ct(S,{title:"Confirm Password",closeable:!1,backFn:n}),ct(Y,{}),la(Uo,{children:[la(Ho,{children:[ct(Iv,{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."})]}),la(Bo,{children:[ct(cr,{value:c,onChange:f=>u(f.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ct(en,{style:{right:"0.75rem"},children:i?ct(tn,{onClick:()=>a(!1)}):ct(on,{onClick:()=>a(!0)})})]}),ct(sa,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),ct(Fo,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),ct(J,{}),ct(B,{protectedByPrivy:!0})]})};import Dv from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as Uv}from"react";import Fv from"styled-components";import ca from"styled-components";import{jsx as Fn,jsxs as Ov}from"react/jsx-runtime";var Qp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Fn("label",{children:Ov(Nv,{className:e,children:[Fn(Xp,{checked:t,...r}),Fn(Lv,{color:o,checked:t,children:Fn(Zp,{viewBox:"0 0 24 24",children:Fn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Nv=ca.div`
1231
1231
  display: inline-block;
1232
1232
  vertical-align: middle;
1233
1233
  `,Zp=ca.svg`
@@ -1270,20 +1270,20 @@ Resources:
1270
1270
  `;import{Fragment as eu,jsx as bt,jsxs as Bn}from"react/jsx-runtime";var tu=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Uv(!1);return Bn(eu,{children:[bt(S,{title:"Confirm Password",closeable:!1,backFn:r}),bt(Y,{}),Bn(Uo,{children:[Bn(Ho,{children:[bt(Dv,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),bt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),bt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),bt(Dn,{children:Bn(Un,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[bt(Qp,{color:"var(--privy-color-error)",checked:i}),bt(eu,{children:"I understand losing my password means losing my account."})]})})]}),Bn(Bv,{children:[n.initiatedBy==="user"&&bt(It,{onClick:n.onCancel,disabled:t,children:"Cancel"}),bt(Fo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),bt(J,{}),bt(B,{protectedByPrivy:!0})]})},Bv=Fv.div`
1271
1271
  display: flex;
1272
1272
  gap: 10px;
1273
- `;import{KeyIcon as o1}from"@heroicons/react/24/outline";import{CheckCircleIcon as lu}from"@heroicons/react/24/solid";import{useState as cu,useMemo as hl,useEffect as r1}from"react";import du from"styled-components";import Hv from"fast-password-entropy";import*as ou from"secure-password-utilities";import{DEFAULT_WORDLIST as Gv}from"secure-password-utilities/wordlists";var Vv=95,zv=8,$v=3,qv=.3,jv=/[a-z]/,Kv=/[A-Z]/,Yv=/[0-9]/,Jv="a-zA-Z0-9",ru="!@#$%^&*()\\-_+.",nu=`${Jv}${ru}`,Qv=new RegExp(`[${ru}]`),Zv=new RegExp(`[${nu}]`),iu=new RegExp(`^[${nu}]{6,}$`),au=(e="")=>{let t=e.split("").filter(o=>!Zv.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},da=()=>ou.generatePassphrase(4,Gv);function Xv(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function e1(e){if(e.length<zv)return 0;let t=0;jv.test(e)&&(t+=1),Kv.test(e)&&(t+=1),Yv.test(e)&&(t+=1),Qv.test(e)&&(t+=1);let o=t/$v;return Math.max(0,Math.min(1,o))}function t1(e=""){let t=e1(e),o=Hv(e)/Vv;return(t*qv+o)/2}function su(e=""){let t=t1(e);return{value:t,label:Xv(t)}}import{Fragment as a1,jsx as Me,jsxs as ho}from"react/jsx-runtime";var pu=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=cu(!1),[u,h]=cu(!1);r1(()=>{o&&!u&&h(!0)},[o]);let f=hl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":iu.test(o||"")?null:`Invalid characters used ( ${au(o).join(" ")} )`:null,[o,u]),g=hl(()=>f?{value:0,label:"Weak"}:su(o),[o,f]),w=hl(()=>!!(!o?.length||f),[f,o]);return ho(a1,{children:[Me(S,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Me(Y,{}),ho(Uo,{children:[ho(Ho,{children:[Me(o1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Me("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Me("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),ho(Bo,{children:[Me(cr,{value:o,onChange:C=>a(C.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),ho(en,{style:{width:"3.5rem"},children:[s?Me(tn,{onClick:()=>c(!1)}):Me(on,{onClick:()=>c(!0)}),Me(Kp,{onClick:l})]})]}),Me(Yp,{value:g.value===0?.01:g.value,label:g.label}),Me(sa,{error:!!f,children:f||`Password Strength: ${u?g.label:"--"}`}),ho(i1,{children:[Me(n1,{children:ho(Dn,{children:[ho(Un,{children:[Me(lu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),ho(Un,{children:[Me(lu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Me(Fo,{onClick:n,loading:t,disabled:w,hideAnimations:e,children:"Continue"})]})]}),Me(J,{}),Me(B,{protectedByPrivy:!0})]})},n1=du(Dn)`
1273
+ `;import o1 from"@heroicons/react/24/outline/KeyIcon";import lu from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as cu,useMemo as hl,useEffect as r1}from"react";import du from"styled-components";import Hv from"fast-password-entropy";import*as ou from"secure-password-utilities";import{DEFAULT_WORDLIST as Gv}from"secure-password-utilities/wordlists";var Vv=95,zv=8,$v=3,qv=.3,jv=/[a-z]/,Kv=/[A-Z]/,Yv=/[0-9]/,Jv="a-zA-Z0-9",ru="!@#$%^&*()\\-_+.",nu=`${Jv}${ru}`,Qv=new RegExp(`[${ru}]`),Zv=new RegExp(`[${nu}]`),iu=new RegExp(`^[${nu}]{6,}$`),au=(e="")=>{let t=e.split("").filter(o=>!Zv.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},da=()=>ou.generatePassphrase(4,Gv);function Xv(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function e1(e){if(e.length<zv)return 0;let t=0;jv.test(e)&&(t+=1),Kv.test(e)&&(t+=1),Yv.test(e)&&(t+=1),Qv.test(e)&&(t+=1);let o=t/$v;return Math.max(0,Math.min(1,o))}function t1(e=""){let t=e1(e),o=Hv(e)/Vv;return(t*qv+o)/2}function su(e=""){let t=t1(e);return{value:t,label:Xv(t)}}import{Fragment as a1,jsx as Me,jsxs as ho}from"react/jsx-runtime";var pu=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=cu(!1),[u,h]=cu(!1);r1(()=>{o&&!u&&h(!0)},[o]);let f=hl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":iu.test(o||"")?null:`Invalid characters used ( ${au(o).join(" ")} )`:null,[o,u]),g=hl(()=>f?{value:0,label:"Weak"}:su(o),[o,f]),w=hl(()=>!!(!o?.length||f),[f,o]);return ho(a1,{children:[Me(S,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Me(Y,{}),ho(Uo,{children:[ho(Ho,{children:[Me(o1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Me("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Me("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),ho(Bo,{children:[Me(cr,{value:o,onChange:C=>a(C.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),ho(en,{style:{width:"3.5rem"},children:[s?Me(tn,{onClick:()=>c(!1)}):Me(on,{onClick:()=>c(!0)}),Me(Kp,{onClick:l})]})]}),Me(Yp,{value:g.value===0?.01:g.value,label:g.label}),Me(sa,{error:!!f,children:f||`Password Strength: ${u?g.label:"--"}`}),ho(i1,{children:[Me(n1,{children:ho(Dn,{children:[ho(Un,{children:[Me(lu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),ho(Un,{children:[Me(lu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Me(Fo,{onClick:n,loading:t,disabled:w,hideAnimations:e,children:"Continue"})]})]}),Me(J,{}),Me(B,{protectedByPrivy:!0})]})},n1=du(Dn)`
1274
1274
  flex: 1;
1275
1275
  padding-top: 1rem;
1276
1276
  `,i1=du.div`
1277
1277
  display: flex;
1278
1278
  flex-direction: column;
1279
1279
  height: 100%;
1280
- `;import{ArrowDownTrayIcon as s1,ClipboardDocumentCheckIcon as l1,DocumentDuplicateIcon as c1,ExclamationTriangleIcon as d1}from"@heroicons/react/24/outline";import{useState as p1,useCallback as uu}from"react";import{Fragment as yl,jsx as tt,jsxs as dr}from"react/jsx-runtime";var mu=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=p1(!1),s=uu(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=uu(()=>{let u=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),f=new Blob([u1(o,r)],{type:"text/plain"}),g=URL.createObjectURL(f);u.href=g,u.target="_blank",u.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(g)},5e3)},[r]);return dr(yl,{children:[tt(S,{backFn:i,title:"Save Password",closeable:!1}),tt(Y,{}),dr(Uo,{children:[dr(Ho,{children:[tt(d1,{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(Bo,{centered:!0,children:tt(jp,{children:r})}),dr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[tt(ml,{onClick:s,children:a?dr(yl,{children:[tt(l1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):dr(yl,{children:[tt(c1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),dr(ml,{onClick:c,children:[tt(s1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),tt(Fo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),tt(J,{}),tt(B,{protectedByPrivy:!0})]})},u1=(e,t)=>`Your wallet recovery password for ${e} is
1280
+ `;import s1 from"@heroicons/react/24/outline/ArrowDownTrayIcon";import l1 from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import c1 from"@heroicons/react/24/outline/DocumentDuplicateIcon";import d1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as p1,useCallback as uu}from"react";import{Fragment as yl,jsx as tt,jsxs as dr}from"react/jsx-runtime";var mu=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=p1(!1),s=uu(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=uu(()=>{let u=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),f=new Blob([u1(o,r)],{type:"text/plain"}),g=URL.createObjectURL(f);u.href=g,u.target="_blank",u.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(g)},5e3)},[r]);return dr(yl,{children:[tt(S,{backFn:i,title:"Save Password",closeable:!1}),tt(Y,{}),dr(Uo,{children:[dr(Ho,{children:[tt(d1,{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(Bo,{centered:!0,children:tt(jp,{children:r})}),dr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[tt(ml,{onClick:s,children:a?dr(yl,{children:[tt(l1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):dr(yl,{children:[tt(c1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),dr(ml,{onClick:c,children:[tt(s1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),tt(Fo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),tt(J,{}),tt(B,{protectedByPrivy:!0})]})},u1=(e,t)=>`Your wallet recovery password for ${e} is
1281
1281
 
1282
1282
  ${t}
1283
1283
 
1284
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as m1,XCircleIcon as f1}from"@heroicons/react/24/outline";import{Fragment as h1,jsx as yo,jsxs as gl}from"react/jsx-runtime";var fu=({error:e,onClose:t})=>gl(h1,{children:[yo(S,{closeable:!1}),yo(Y,{}),e?gl(Wt,{children:[yo(f1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),yo(Pe,{title:"Something went wrong",description:e})]}):gl(Wt,{children:[yo(m1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),yo(Pe,{title:"Success"})]}),yo(O,{onClick:t,children:"Close"}),yo(J,{}),yo(B,{protectedByPrivy:!0})]});import{useReducer as y1}from"react";var g1=(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}},hu=()=>{let[e,t]=y1(g1,"creating");return{send:t,state:e}};import{jsx as Hn}from"react/jsx-runtime";var pa=({onSubmit:e,...t})=>{let{send:o,state:r}=hu(),n=yu(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);v1(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),ze)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=yu(()=>{o("back")},[o]);return r==="creating"?Hn(pu,{...t,onSubmit:n}):r==="saving"?Hn(mu,{...t,onSubmit:n,onBack:i}):r==="confirming"?Hn(Jp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Hn(tu,{...t,onSubmit:n,onBack:i}):r==="done"?Hn(fu,{...t,onSubmit:n}):null};import{Fragment as P1,jsx as pr,jsxs as vu}from"react/jsx-runtime";var E1=250,wu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=_(),[n,i]=Gn(""),[a,l]=Gn(!1),[s,c]=Gn(),[u,h]=Gn(null),[f,g]=Gn(null),w=C1(!1),{authenticated:C,getAccessToken:x}=F(),{refreshUser:E,closePrivyModal:T,createAnalyticsEvent:W,isNewUserThisSession:A,initializeWalletProxy:R}=k(),{onSuccess:I,onFailure:N,callAuthOnSuccessOnClose:U}=o.createWallet,V=e?.embeddedWallets.requireUserPasswordOnCreate===!0,Q=!!(!n||w.current)&&!V,L=new Ve(async()=>H());gu(()=>{u||R(3e4).then(D=>h(D))},[u]),gu(()=>{if(!C){t("LANDING"),N(new Error("User must be authenticated before creating a Privy wallet"));return}!V&&!a&&!w.current&&(l(!0),L.execute().finally(()=>l(!1)))},[V,C]);let G=()=>{V&&f&&f?.recoveryMethod!=="user-passcode"?N(new nt("User created a wallet but failed to set a password for it")):f?I(f):N(new nt("User wallet creation failed")),T({shouldCallAuthOnSuccess:U})};r.current=()=>null;let H=async function(){let D=await x();if(D)try{if(W("embedded_wallet_creation_started"),!await(await R(kr))?.create({accessToken:D,recoveryPassword:s}))throw W("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let _e=await E(),Ae=pe(_e);if(!Ae)throw W("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");g(Ae),W("embedded_wallet_creation_completed",{walletAddress:Ae.address}),i(""),w.current=!0,V?t("EMBEDDED_WALLET_CREATED_SCREEN"):A?t("EMBEDDED_WALLET_CREATED_SCREEN"):Ae&&(I(Ae),T({shouldCallAuthOnSuccess:U}))}catch(de){if(w.current)return;i("An error has occurred, please try again."),console.warn(de)}else i("An error has occured, please login again."),W("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ne=async()=>V?(l(!0),L.execute().then(()=>new Promise(D=>setTimeout(D,E1))).finally(()=>l(!1))):T({shouldCallAuthOnSuccess:U});return!V&&n?vu(P1,{children:[pr(S,{closeable:!1}),vu(Wt,{children:[pr(w1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),pr(Pe,{title:"Something went wrong",description:n})]}),pr(O,{onClick:G,children:"Close"}),pr(T1,{})]}):Q?pr(Yr,{}):pr(pa,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:Q||!u,buttonLoading:a,buttonHideAnimations:!f&&a,error:n,password:s||"",onClose:G,onPasswordChange:c,onPasswordGenerate:()=>c(da()),onSubmit:ne})},T1=b1.div`
1284
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import m1 from"@heroicons/react/24/outline/CheckCircleIcon";import f1 from"@heroicons/react/24/outline/XCircleIcon";import{Fragment as h1,jsx as yo,jsxs as gl}from"react/jsx-runtime";var fu=({error:e,onClose:t})=>gl(h1,{children:[yo(S,{closeable:!1}),yo(Y,{}),e?gl(Wt,{children:[yo(f1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),yo(Pe,{title:"Something went wrong",description:e})]}):gl(Wt,{children:[yo(m1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),yo(Pe,{title:"Success"})]}),yo(O,{onClick:t,children:"Close"}),yo(J,{}),yo(B,{protectedByPrivy:!0})]});import{useReducer as y1}from"react";var g1=(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}},hu=()=>{let[e,t]=y1(g1,"creating");return{send:t,state:e}};import{jsx as Hn}from"react/jsx-runtime";var pa=({onSubmit:e,...t})=>{let{send:o,state:r}=hu(),n=yu(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);v1(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),ze)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=yu(()=>{o("back")},[o]);return r==="creating"?Hn(pu,{...t,onSubmit:n}):r==="saving"?Hn(mu,{...t,onSubmit:n,onBack:i}):r==="confirming"?Hn(Jp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Hn(tu,{...t,onSubmit:n,onBack:i}):r==="done"?Hn(fu,{...t,onSubmit:n}):null};import{Fragment as P1,jsx as pr,jsxs as vu}from"react/jsx-runtime";var E1=250,wu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=_(),[n,i]=Gn(""),[a,l]=Gn(!1),[s,c]=Gn(),[u,h]=Gn(null),[f,g]=Gn(null),w=C1(!1),{authenticated:C,getAccessToken:x}=F(),{refreshUser:E,closePrivyModal:T,createAnalyticsEvent:W,isNewUserThisSession:A,initializeWalletProxy:R}=k(),{onSuccess:I,onFailure:N,callAuthOnSuccessOnClose:U}=o.createWallet,V=e?.embeddedWallets.requireUserPasswordOnCreate===!0,Q=!!(!n||w.current)&&!V,L=new Ve(async()=>H());gu(()=>{u||R(3e4).then(D=>h(D))},[u]),gu(()=>{if(!C){t("LANDING"),N(new Error("User must be authenticated before creating a Privy wallet"));return}!V&&!a&&!w.current&&(l(!0),L.execute().finally(()=>l(!1)))},[V,C]);let G=()=>{V&&f&&f?.recoveryMethod!=="user-passcode"?N(new nt("User created a wallet but failed to set a password for it")):f?I(f):N(new nt("User wallet creation failed")),T({shouldCallAuthOnSuccess:U})};r.current=()=>null;let H=async function(){let D=await x();if(D)try{if(W("embedded_wallet_creation_started"),!await(await R(kr))?.create({accessToken:D,recoveryPassword:s}))throw W("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let _e=await E(),Ae=pe(_e);if(!Ae)throw W("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");g(Ae),W("embedded_wallet_creation_completed",{walletAddress:Ae.address}),i(""),w.current=!0,V?t("EMBEDDED_WALLET_CREATED_SCREEN"):A?t("EMBEDDED_WALLET_CREATED_SCREEN"):Ae&&(I(Ae),T({shouldCallAuthOnSuccess:U}))}catch(de){if(w.current)return;i("An error has occurred, please try again."),console.warn(de)}else i("An error has occured, please login again."),W("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ne=async()=>V?(l(!0),L.execute().then(()=>new Promise(D=>setTimeout(D,E1))).finally(()=>l(!1))):T({shouldCallAuthOnSuccess:U});return!V&&n?vu(P1,{children:[pr(S,{closeable:!1}),vu(Wt,{children:[pr(w1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),pr(Pe,{title:"Something went wrong",description:n})]}),pr(O,{onClick:G,children:"Close"}),pr(T1,{})]}):Q?pr(Yr,{}):pr(pa,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:Q||!u,buttonLoading:a,buttonHideAnimations:!f&&a,error:n,password:s||"",onClose:G,onPasswordChange:c,onPasswordGenerate:()=>c(da()),onSubmit:ne})},T1=b1.div`
1285
1285
  height: 44px;
1286
- `;import{useEffect as x1,useState as ua}from"react";import{jsx as S1}from"react/jsx-runtime";var Cu=()=>{let[e,t]=ua(null),[o,r]=ua(!1),[n,i]=ua(null),[a,l]=ua(""),{authenticated:s,getAccessToken:c,user:u}=F(),{walletProxy:h,refreshUser:f,closePrivyModal:g,createAnalyticsEvent:w}=k(),{app:C,navigate:x,data:E,onUserCloseViaDialogOrKeybindRef:T}=_(),{onSuccess:W,onFailure:A}=E.createWallet,R=pe(u),I=e?.recoveryMethod==="user-passcode";x1(()=>{s||(x("LANDING"),A(new yi("User must be authenticated before setting a password on a Privy wallet")))},[s]);let N=()=>{if(n){A(n),g({shouldCallAuthOnSuccess:!1});return}if(!I){A(new nt("Exited before password was added to wallet")),g({shouldCallAuthOnSuccess:!1});return}W(e),g({shouldCallAuthOnSuccess:!1})};T.current=N;let U=async()=>{let Q=await c();if(Q&&R?.address&&a&&h)try{if(w("embedded_wallet_set_password_started",{walletAddress:R.address}),!(await h.setRecoveryPassword({accessToken:Q,address:R.address,recoveryPassword:a})).address){i(new nt("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:"error setting password"});return}let G=await f(),H=pe(G);if(!H){i(new nt("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:"wallet disconnected"});return}t(H),w("embedded_wallet_set_password_completed",{walletAddress:R.address})}catch(L){console.warn(L),i(L instanceof Error?L:new Error("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:L})}},V=async()=>{I?(W(e),g({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await U(),r(!1))};return S1(pa,{appName:C?.name||"privy",config:{initiatedBy:"user",onCancel:N},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(da()),onPasswordChange:l,onSubmit:V,onClose:N})};import{UserCircleIcon as _1}from"@heroicons/react/24/outline";import{LockClosedIcon as A1}from"@heroicons/react/24/solid";import{Fragment as k1,jsx as go,jsxs as ma}from"react/jsx-runtime";var bu=()=>{let{user:e}=F(),{closePrivyModal:t,createAnalyticsEvent:o}=k(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new nt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,ma(k1,{children:[go(S,{onClose:c}),go(Y,{}),ma(Wt,{children:[ma(ap,{children:[go(_1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),go(sp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:go(A1,{width:"12px",height:"12px",fill:"white"})})]}),ma(Pe,{title:"Secure Your Account",children:["Please set a password to secure your account.",go("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."})]})]}),go(O,{onClick:()=>{let h=pe(e);o("embedded_wallet_set_password_started",{walletAddress:h?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),go(J,{}),go(B,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as R1}from"@heroicons/react/24/outline";import{useEffect as I1,useState as fa}from"react";import ha,{css as W1}from"styled-components";import{Fragment as D1,jsx as je,jsxs as ur}from"react/jsx-runtime";var Eu=()=>{let[e,t]=fa(!0),{authenticated:o,getAccessToken:r}=F(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[u,h]=fa(void 0),[f,g]=fa(""),[w,C]=fa(!1),{privyWallet:x,onCompleteNavigateTo:E,onSuccess:T,onFailure:W}=s.recoverWallet,A=(N="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),W(typeof N=="string"?new nt(N):N)};c.current=A,I1(()=>{if(!o||!x)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let R=N=>{N&&h(N)};return ur(D1,{children:[je(S,{onClose:A}),je(Y,{}),ur(N1,{children:[ur(M1,{children:[je(R1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),je("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),je("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),ur("div",{children:[ur(Bo,{children:[je(cr,{type:e?"password":"text",onChange:N=>R(N.target.value),disabled:w}),je(en,{style:{right:"0.75rem"},children:e?je(tn,{onClick:()=>t(!1)}):je(on,{onClick:()=>t(!0)})})]}),!!f&&je(L1,{children:f})]}),ur("div",{children:[ur(ip,{children:[je("h4",{children:"Why is this necessary?"}),je("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),je(O1,{loading:w||!n,disabled:!u,onClick:async()=>{C(!0);let N=await r();if(N&&x&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:N,recoveryPin:u}),g(""),E?l(E):i({shouldCallAuthOnSuccess:!1}),T?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(U){Lp(U)?g("Invalid recovery password, please try again."):g("An error has occurred, please try again.")}finally{C(!1)}else return A("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&w,children:"Recover your account"})]})]}),je(J,{}),je(B,{protectedByPrivy:!0})]})},M1=ha.div`
1286
+ `;import{useEffect as x1,useState as ua}from"react";import{jsx as S1}from"react/jsx-runtime";var Cu=()=>{let[e,t]=ua(null),[o,r]=ua(!1),[n,i]=ua(null),[a,l]=ua(""),{authenticated:s,getAccessToken:c,user:u}=F(),{walletProxy:h,refreshUser:f,closePrivyModal:g,createAnalyticsEvent:w}=k(),{app:C,navigate:x,data:E,onUserCloseViaDialogOrKeybindRef:T}=_(),{onSuccess:W,onFailure:A}=E.createWallet,R=pe(u),I=e?.recoveryMethod==="user-passcode";x1(()=>{s||(x("LANDING"),A(new yi("User must be authenticated before setting a password on a Privy wallet")))},[s]);let N=()=>{if(n){A(n),g({shouldCallAuthOnSuccess:!1});return}if(!I){A(new nt("Exited before password was added to wallet")),g({shouldCallAuthOnSuccess:!1});return}W(e),g({shouldCallAuthOnSuccess:!1})};T.current=N;let U=async()=>{let Q=await c();if(Q&&R?.address&&a&&h)try{if(w("embedded_wallet_set_password_started",{walletAddress:R.address}),!(await h.setRecoveryPassword({accessToken:Q,address:R.address,recoveryPassword:a})).address){i(new nt("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:"error setting password"});return}let G=await f(),H=pe(G);if(!H){i(new nt("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:"wallet disconnected"});return}t(H),w("embedded_wallet_set_password_completed",{walletAddress:R.address})}catch(L){console.warn(L),i(L instanceof Error?L:new Error("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:L})}},V=async()=>{I?(W(e),g({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await U(),r(!1))};return S1(pa,{appName:C?.name||"privy",config:{initiatedBy:"user",onCancel:N},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(da()),onPasswordChange:l,onSubmit:V,onClose:N})};import _1 from"@heroicons/react/24/outline/UserCircleIcon";import A1 from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as k1,jsx as go,jsxs as ma}from"react/jsx-runtime";var bu=()=>{let{user:e}=F(),{closePrivyModal:t,createAnalyticsEvent:o}=k(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new nt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,ma(k1,{children:[go(S,{onClose:c}),go(Y,{}),ma(Wt,{children:[ma(ap,{children:[go(_1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),go(sp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:go(A1,{width:"12px",height:"12px",fill:"white"})})]}),ma(Pe,{title:"Secure Your Account",children:["Please set a password to secure your account.",go("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."})]})]}),go(O,{onClick:()=>{let h=pe(e);o("embedded_wallet_set_password_started",{walletAddress:h?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),go(J,{}),go(B,{protectedByPrivy:!0})]})};import R1 from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as I1,useState as fa}from"react";import ha,{css as W1}from"styled-components";import{Fragment as D1,jsx as je,jsxs as ur}from"react/jsx-runtime";var Eu=()=>{let[e,t]=fa(!0),{authenticated:o,getAccessToken:r}=F(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[u,h]=fa(void 0),[f,g]=fa(""),[w,C]=fa(!1),{privyWallet:x,onCompleteNavigateTo:E,onSuccess:T,onFailure:W}=s.recoverWallet,A=(N="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),W(typeof N=="string"?new nt(N):N)};c.current=A,I1(()=>{if(!o||!x)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let R=N=>{N&&h(N)};return ur(D1,{children:[je(S,{onClose:A}),je(Y,{}),ur(N1,{children:[ur(M1,{children:[je(R1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),je("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),je("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),ur("div",{children:[ur(Bo,{children:[je(cr,{type:e?"password":"text",onChange:N=>R(N.target.value),disabled:w}),je(en,{style:{right:"0.75rem"},children:e?je(tn,{onClick:()=>t(!1)}):je(on,{onClick:()=>t(!0)})})]}),!!f&&je(L1,{children:f})]}),ur("div",{children:[ur(ip,{children:[je("h4",{children:"Why is this necessary?"}),je("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),je(O1,{loading:w||!n,disabled:!u,onClick:async()=>{C(!0);let N=await r();if(N&&x&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:N,recoveryPin:u}),g(""),E?l(E):i({shouldCallAuthOnSuccess:!1}),T?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(U){Lp(U)?g("Invalid recovery password, please try again."):g("An error has occurred, please try again.")}finally{C(!1)}else return A("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&w,children:"Recover your account"})]})]}),je(J,{}),je(B,{protectedByPrivy:!0})]})},M1=ha.div`
1287
1287
  display: flex;
1288
1288
  flex-direction: column;
1289
1289
  align-items: center;
@@ -1324,7 +1324,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1324
1324
  transition: none;
1325
1325
  }
1326
1326
  `}
1327
- `;import{ExclamationTriangleIcon as F1,PhoneIcon as B1}from"@heroicons/react/24/outline";import vl from"styled-components";import{jsx as ya,jsxs as U1}from"react/jsx-runtime";var mr=({style:e,...t})=>U1("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:[ya("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),ya("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"}),ya("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"}),ya("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 $1,jsx as Et,jsxs as ga}from"react/jsx-runtime";var H1=e=>{let t=Et(F1,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof v)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof xe&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:Et(B1,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Oe)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:Et(ea,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:Et("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:Et("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:Et(mr,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Gt&&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}}},Tu=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=_(),{reset:i}=ue(),a=o?.errorModalData,l=H1(a?.error||new Error),s=c=>{if(c instanceof Oe)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return ga($1,{children:[Et(S,{backFn:!r||n===r?void 0:t}),ga(G1,{children:[Et(z1,{children:ga("div",{children:[Et(Xi,{color:"var(--privy-color-error)"}),l.icon]})}),ga(V1,{children:[Et("h3",{children:l.title}),Et("p",{children:l.detail})]}),Et(O,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},G1=vl.div`
1327
+ `;import F1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import B1 from"@heroicons/react/24/outline/PhoneIcon";import vl from"styled-components";import{jsx as ya,jsxs as U1}from"react/jsx-runtime";var mr=({style:e,...t})=>U1("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:[ya("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),ya("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"}),ya("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"}),ya("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 $1,jsx as Et,jsxs as ga}from"react/jsx-runtime";var H1=e=>{let t=Et(F1,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof v)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof xe&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:Et(B1,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Oe)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:Et(ea,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:Et("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:Et("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:Et(mr,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Gt&&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}}},Tu=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=_(),{reset:i}=ue(),a=o?.errorModalData,l=H1(a?.error||new Error),s=c=>{if(c instanceof Oe)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return ga($1,{children:[Et(S,{backFn:!r||n===r?void 0:t}),ga(G1,{children:[Et(z1,{children:ga("div",{children:[Et(Xi,{color:"var(--privy-color-error)"}),l.icon]})}),ga(V1,{children:[Et("h3",{children:l.title}),Et("p",{children:l.detail})]}),Et(O,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},G1=vl.div`
1328
1328
  display: flex;
1329
1329
  flex-direction: column;
1330
1330
  align-items: center;
@@ -1481,7 +1481,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1481
1481
  left: -19px;
1482
1482
  top: -19px;
1483
1483
  }
1484
- `;import{EyeSlashIcon as hw,LinkIcon as yw,ClockIcon as gw}from"@heroicons/react/24/outline";import oo from"styled-components";import{jsx as bl,jsxs as fw}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:fw("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 Hu,jsx as Ye,jsxs as hr}from"react/jsx-runtime";var El=({title:e,desc:t,icon:o})=>hr(Tw,{children:[Ye(xw,{children:o}),hr(Pw,{children:[Ye(bw,{children:e}),Ye(Ew,{children:t})]})]}),Gu=({app:e,signedUrl:t,onContinue:o})=>hr(Hu,{children:[hr(ww,{children:[Ye(ba,{size:"3.75rem"}),hr(Cw,{children:[e?.name," uses ",Ye("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),hr(Sw,{children:[Ye(El,{icon:Ye(yw,{width:"1rem"}),title:"Purchase assets to fund your account",desc:hr(Hu,{children:["Connect a payment method (",Ye("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ye(El,{icon:Ye(gw,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ye(El,{icon:Ye(hw,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ye(_w,{className:"mobile-only"})]}),Ye(vw,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ye(Vi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),vw=oo.span`
1484
+ `;import hw from"@heroicons/react/24/outline/ClockIcon";import yw from"@heroicons/react/24/outline/EyeSlashIcon";import gw from"@heroicons/react/24/outline/LinkIcon";import oo from"styled-components";import{jsx as bl,jsxs as fw}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:fw("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 Hu,jsx as Ye,jsxs as hr}from"react/jsx-runtime";var El=({title:e,desc:t,icon:o})=>hr(Tw,{children:[Ye(xw,{children:o}),hr(Pw,{children:[Ye(bw,{children:e}),Ye(Ew,{children:t})]})]}),Gu=({app:e,signedUrl:t,onContinue:o})=>hr(Hu,{children:[hr(ww,{children:[Ye(ba,{size:"3.75rem"}),hr(Cw,{children:[e?.name," uses ",Ye("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),hr(Sw,{children:[Ye(El,{icon:Ye(gw,{width:"1rem"}),title:"Purchase assets to fund your account",desc:hr(Hu,{children:["Connect a payment method (",Ye("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ye(El,{icon:Ye(hw,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ye(El,{icon:Ye(yw,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ye(_w,{className:"mobile-only"})]}),Ye(vw,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ye(Vi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),vw=oo.span`
1485
1485
  display: inline-block;
1486
1486
  color: var(--privy-color-foreground-3);
1487
1487
  text-align: center;
@@ -1537,7 +1537,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1537
1537
  margin: 0 0.5rem;
1538
1538
  `,_w=oo.div`
1539
1539
  margin: 30px 0;
1540
- `;import{ofetch as Aw}from"ofetch";import{useEffect as kw,useRef as Rw,useState as Iw}from"react";var Ea="moonpay",Vu="sdk_fiat_on_ramp_completed_with_status";async function zu(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?Yc:Kc,r=t?Qc:Jc;return Aw(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function $u(e,t=!1){let[o,r]=Iw(null),{createAnalyticsEvent:n}=k(),i=Rw(0);return kw(()=>{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(Vu,{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(Vu,{status:"serviceFailure",provider:Ea}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as Mw,jsx as Tl,jsxs as Nw}from"react/jsx-runtime";var qu=()=>{let{app:e,data:t,navigate:o}=_(),{createAnalyticsEvent:r}=k(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:Nw(Mw,{children:[Tl(S,{title:"Fund account"},"header"),Tl(Gu,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Ea}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Tl(B,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as Lw,CheckCircleIcon as Ow,XCircleIcon as Dw}from"@heroicons/react/24/solid";import{useMemo as Uw}from"react";import ju from"styled-components";import{Fragment as Pl,jsx as Je,jsxs as yr}from"react/jsx-runtime";var Ku=()=>{let{app:e,data:t}=_(),{closePrivyModal:o}=k(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=$u(r||null,e.fiatOnRamp.useSandbox);return yr(Pl,{children:[Je(S,{title:"Fund account"},"header"),Je(Bw,{status:n,onClickCta:o}),Je(B,{protectedByPrivy:!0})]})},Fw=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:yr(Pl,{children:[yr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Je("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Je("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:""}}},Bw=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Uw(()=>Fw(e),[e]);return yr(Pl,{children:[yr($w,{children:[Je(Vw,{status:e}),yr(Ct,{children:[Je("h3",{children:o}),Je(zw,{children:r})]})]}),n&&Je(O,{onClick:t,children:n})]})},Hw=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)",Gw=e=>{switch(e){case"serviceFailure":case"failed":return Dw;case"completed":return Ow;case"waitingAuthorization":return()=>Je(Lw,{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}},Vw=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return yr("div",{style:{position:"relative"},children:[Je(yt,{color:r,style:{position:"absolute"}}),Je(Ds,{color:r}),Je(ba,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Gw(e),o=Hw(e);return Je("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Je(t,{width:"4rem",height:"4rem",color:o})})},zw=ju.p`
1540
+ `;import{ofetch as Aw}from"ofetch";import{useEffect as kw,useRef as Rw,useState as Iw}from"react";var Ea="moonpay",Vu="sdk_fiat_on_ramp_completed_with_status";async function zu(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?Yc:Kc,r=t?Qc:Jc;return Aw(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function $u(e,t=!1){let[o,r]=Iw(null),{createAnalyticsEvent:n}=k(),i=Rw(0);return kw(()=>{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(Vu,{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(Vu,{status:"serviceFailure",provider:Ea}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as Mw,jsx as Tl,jsxs as Nw}from"react/jsx-runtime";var qu=()=>{let{app:e,data:t,navigate:o}=_(),{createAnalyticsEvent:r}=k(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:Nw(Mw,{children:[Tl(S,{title:"Fund account"},"header"),Tl(Gu,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Ea}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Tl(B,{protectedByPrivy:!0})]})};import Lw from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import Ow from"@heroicons/react/24/solid/CheckCircleIcon";import Dw from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as Uw}from"react";import ju from"styled-components";import{Fragment as Pl,jsx as Je,jsxs as yr}from"react/jsx-runtime";var Ku=()=>{let{app:e,data:t}=_(),{closePrivyModal:o}=k(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=$u(r||null,e.fiatOnRamp.useSandbox);return yr(Pl,{children:[Je(S,{title:"Fund account"},"header"),Je(Bw,{status:n,onClickCta:o}),Je(B,{protectedByPrivy:!0})]})},Fw=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:yr(Pl,{children:[yr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Je("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Je("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:""}}},Bw=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Uw(()=>Fw(e),[e]);return yr(Pl,{children:[yr($w,{children:[Je(Vw,{status:e}),yr(Ct,{children:[Je("h3",{children:o}),Je(zw,{children:r})]})]}),n&&Je(O,{onClick:t,children:n})]})},Hw=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)",Gw=e=>{switch(e){case"serviceFailure":case"failed":return Dw;case"completed":return Ow;case"waitingAuthorization":return()=>Je(Lw,{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}},Vw=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return yr("div",{style:{position:"relative"},children:[Je(yt,{color:r,style:{position:"absolute"}}),Je(Ds,{color:r}),Je(ba,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Gw(e),o=Hw(e);return Je("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Je(t,{width:"4rem",height:"4rem",color:o})})},zw=ju.p`
1541
1541
  font-size: 1rem;
1542
1542
  color: var(--privy-color-foreground-3);
1543
1543
  margin-bottom: 1rem;
@@ -1552,7 +1552,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1552
1552
  margin-left: 1.75rem;
1553
1553
  margin-right: 1.75rem;
1554
1554
  padding: 2rem 0;
1555
- `;import{ArrowTopRightOnSquareIcon as qw}from"@heroicons/react/24/outline";import jw from"styled-components";import{Fragment as Yw,jsx as Go,jsxs as Jw}from"react/jsx-runtime";var Yu=()=>{let{closePrivyModal:e}=k();return Jw(Yw,{children:[Go(S,{},"header"),Go(Kw,{children:Go(qw,{style:{width:32,height:32}})}),Go(eo,{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"}}),Go(Xt,{children:Go(O,{onClick:()=>e(),children:"Close"})}),Go(J,{}),Go(B,{protectedByPrivy:!0})]})},Kw=jw.div`
1555
+ `;import qw from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import jw from"styled-components";import{Fragment as Yw,jsx as Go,jsxs as Jw}from"react/jsx-runtime";var Yu=()=>{let{closePrivyModal:e}=k();return Jw(Yw,{children:[Go(S,{},"header"),Go(Kw,{children:Go(qw,{style:{width:32,height:32}})}),Go(eo,{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"}}),Go(Xt,{children:Go(O,{onClick:()=>e(),children:"Close"})}),Go(J,{}),Go(B,{protectedByPrivy:!0})]})},Kw=jw.div`
1556
1556
  border-radius: 50%;
1557
1557
  height: 68px;
1558
1558
  width: 68px;
@@ -1597,7 +1597,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1597
1597
  > :first-child > svg {
1598
1598
  margin-top: 20px;
1599
1599
  }
1600
- `;import BC from"@heroicons/react/24/outline/EnvelopeIcon";import HC from"@heroicons/react/24/outline/PhoneIcon";import GC from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as VC,useState as Tm}from"react";import{isMobile as zC}from"react-device-detect";import $C from"styled-components";import{jsx as $n,jsxs as tm}from"react/jsx-runtime";var om=({...e})=>tm("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[tm("g",{clipPath:"url(#clip0_2856_1743)",children:[$n("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"}),$n("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"})]}),$n("defs",{children:$n("clipPath",{id:"clip0_2856_1743",children:$n("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import cC from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as dC}from"react";import{EnvelopeIcon as nC}from"@heroicons/react/24/outline";import{forwardRef as iC,useState as rm}from"react";import im from"styled-components";import{Fragment as lC,jsx as qn,jsxs as nm}from"react/jsx-runtime";var Pa=iC((e,t)=>{let[o,r]=rm(""),[n,i]=rm(!1),{authenticated:a}=F(),{initLoginWithEmail:l}=k(),{navigate:s,setModalData:c,currentScreen:u}=_(),{enabled:h,token:f}=ue(),g=ad(o),w=n,C=n||!g,x=T=>{i(!0),l(o,T).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(W=>{c({errorModalData:{error:W,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},E=()=>{h&&!f&&!a?(c({captchaModalData:{callback:T=>l(o,T),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):x(f)};return nm(lC,{children:[qn(aC,{children:nm(sC,{children:[qn(nC,{}),qn("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:T=>r(T.target.value),onKeyUp:T=>{T.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:qn($i,{isSubmitting:w,onClick:E,disabled:C,children:"Submit"})]})}),e.stacked?qn(O,{loadingText:null,loading:w,disabled:C,onClick:E,children:"Submit"}):null]})}),aC=im.div`
1600
+ `;import BC from"@heroicons/react/24/outline/EnvelopeIcon";import HC from"@heroicons/react/24/outline/PhoneIcon";import GC from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as VC,useState as Tm}from"react";import{isMobile as zC}from"react-device-detect";import $C from"styled-components";import{jsx as $n,jsxs as tm}from"react/jsx-runtime";var om=({...e})=>tm("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[tm("g",{clipPath:"url(#clip0_2856_1743)",children:[$n("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"}),$n("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"})]}),$n("defs",{children:$n("clipPath",{id:"clip0_2856_1743",children:$n("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import cC from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as dC}from"react";import nC from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as iC,useState as rm}from"react";import im from"styled-components";import{Fragment as lC,jsx as qn,jsxs as nm}from"react/jsx-runtime";var Pa=iC((e,t)=>{let[o,r]=rm(""),[n,i]=rm(!1),{authenticated:a}=F(),{initLoginWithEmail:l}=k(),{navigate:s,setModalData:c,currentScreen:u}=_(),{enabled:h,token:f}=ue(),g=ad(o),w=n,C=n||!g,x=T=>{i(!0),l(o,T).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(W=>{c({errorModalData:{error:W,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},E=()=>{h&&!f&&!a?(c({captchaModalData:{callback:T=>l(o,T),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):x(f)};return nm(lC,{children:[qn(aC,{children:nm(sC,{children:[qn(nC,{}),qn("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:T=>r(T.target.value),onKeyUp:T=>{T.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:qn($i,{isSubmitting:w,onClick:E,disabled:C,children:"Submit"})]})}),e.stacked?qn(O,{loadingText:null,loading:w,disabled:C,onClick:E,children:"Submit"}):null]})}),aC=im.div`
1601
1601
  width: 100%;
1602
1602
  `,sC=im.label`
1603
1603
  display: block;
@@ -1747,7 +1747,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1747
1747
  }
1748
1748
  `;import{Fragment as AC,jsx as Aa,jsxs as hm}from"react/jsx-runtime";var ym=({isEditable:e,setIsEditable:t})=>{let o=_C(null),{authenticated:r}=F(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=k(),{enabled:s,token:c}=ue();async function u({qualifiedPhoneNumber:h}){if(s&&!c&&!r)i({captchaModalData:{callback:f=>l(h,f),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(h,c),n("AWAITING_PASSWORDLESS_CODE")}catch(f){i({errorModalData:{error:f,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return hm(AC,{children:[Aa(mo,{if:!e,children:Aa(rn,{ref:o,onSubmit:u})}),Aa(mo,{if:e,children:hm(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Aa(SC,{})," Continue with SMS"]})})]})};import{jsx as gm,jsxs as kC}from"react/jsx-runtime";var ka=({style:e,...t})=>kC("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:[gm("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"}),gm("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 Yn,jsxs as RC}from"react/jsx-runtime";var Ra=({style:e,...t})=>RC("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:[Yn("g",{clipPath:"url(#clip0)",children:Yn("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"})}),Yn("defs",{children:Yn("clipPath",{id:"clip0",children:Yn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as vm}from"react/jsx-runtime";var Ia=({style:e,...t})=>vm("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:vm("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 IC}from"react/jsx-runtime";var Ma=({style:e,...t})=>IC("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 kl,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:[kl("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"}),kl("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"}),kl("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 wm}from"react/jsx-runtime";var Da=({style:e,...t})=>wm("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:wm("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 gr,jsxs as NC}from"react/jsx-runtime";var MC={apple:{logo:gr(ka,{}),displayName:"Apple"},discord:{logo:gr(Ra,{}),displayName:"Discord"},github:{logo:gr(Ia,{}),displayName:"GitHub"},google:{logo:gr(Ma,{}),displayName:"Google"},linkedin:{logo:gr(La,{}),displayName:"LinkedIn"},twitter:{logo:gr(Da,{}),displayName:"Twitter"},tiktok:{logo:gr(Oa,{}),displayName:"TikTok"}},Vo=({provider:e})=>{let{enabled:t,token:o}=ue(),{navigate:r,setModalData:n}=_(),{initLoginWithOAuth:i}=k(),{displayName:a,logo:l}=MC[e];return NC(ye,{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 LC from"@heroicons/react/24/outline/ChevronRightIcon";import OC from"@heroicons/react/24/outline/WalletIcon";import{jsx as Rl,jsxs as DC}from"react/jsx-runtime";var Cm=({onClick:e,text:t})=>DC(ye,{onClick:e,children:[Rl(OC,{}),Rl(Ki,{children:t}),Rl(LC,{})]});import UC from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as bm,jsxs as FC}from"react/jsx-runtime";var Em=({onClick:e,text:t,icon:o})=>FC(ye,{onClick:e,children:[o,bm(Ki,{children:t}),bm(UC,{})]});import{Fragment as Jn,jsx as we,jsxs as nn}from"react/jsx-runtime";var Pm=()=>{let{closePrivyModal:e,connectors:t}=k(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=_(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:u,linkedin:h,apple:f,wallet:g,farcaster:w}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",x=o?.appearance.hideDirectWeb2Inputs,[E,T]=Tm("default"),[W,A]=Tm(n?"email":"sms");VC(()=>{A(n?"email":"sms")},[n]);let R=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{T("default")},150)};r.current=R;let I=[n&&we(sm,{isEditable:W==="email",setIsEditable:()=>{A("email")}}),i&&we(ym,{isEditable:W==="sms",setIsEditable:()=>{A("sms")}})].filter(Boolean),N=[a&&we(Vo,{provider:"google"}),l&&(!zC||o?.loginConfig.twitterOAuthOnMobileEnabled)&&we(Vo,{provider:"twitter"}),s&&we(Vo,{provider:"discord"}),c&&we(Vo,{provider:"github"}),u&&we(Vo,{provider:"tiktok"}),h&&we(Vo,{provider:"linkedin"}),f&&we(Vo,{provider:"apple"}),w&&we(lm,{})].filter(Boolean),U=el(o?.appearance.walletList??[],t,!1),V=E==="default"?void 0:()=>{T("default")},Q=jC({priority:C,email:n,sms:i,social:N}),L=KC({priority:C,email:n,sms:i,social:N}),G=YC({priority:C,email:n,sms:i,social:N}),H=we(Cm,{text:G,onClick:()=>T("web3-overflow")}),ne=we(Em,{text:Q,icon:L,onClick:()=>T("web2-overflow")}),D=x?0:1;return nn(Jn,{children:[we(S,{title:"Log in or Sign Up",onClose:R,backFn:V}),E==="default"&&we(qC,{}),we(Jd,{style:{overflow:"hidden",padding:2},children:nn(Jt,{children:[E==="default"&&C==="web2-first"&&nn(Jn,{children:[...I,...N.length+I.length>4?N.slice(0,3-I.length):N,I.length+N.length>4&&ne,g&&H]}),E==="default"&&C==="web3-first"&&nn(Jn,{children:[g&&nn(Jn,{children:[...U.length>4?U.slice(0,3):U,U.length>4&&H]}),I.length+N.length>D&&ne,I.length+N.length===D&&I.length?I[0]:null,I.length+N.length===D&&N.length?N[0]:null]}),E==="web2-overflow"&&nn(Jn,{children:[...C==="web3-first"?I:[],...N]}),...E==="web3-overflow"?U:[]]})}),o&&we(ji,{app:o}),we(B,{protectedByPrivy:!0})]})},qC=$C(na)`
1749
1749
  margin-bottom: 16px;
1750
- `,jC=({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",KC=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?we(GC,{}):t&&o?we(om,{}):t?we(BC,{}):o?we(HC,{}):null,YC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as JC}from"@heroicons/react/24/outline";import{Fragment as QC,jsx as zo,jsxs as ZC}from"react/jsx-runtime";var xm=()=>{let{app:e}=_();return ZC(QC,{children:[zo(S,{},"header"),zo(Y,{}),zo(Pe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:zo(JC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),zo(Xt,{children:zo(Pa,{stacked:!0})}),zo(J,{}),zo(B,{protectedByPrivy:!0})]})};import{PhoneIcon as XC}from"@heroicons/react/24/outline";import{Fragment as e0,jsx as $o,jsxs as t0}from"react/jsx-runtime";var Sm=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=_(),{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 t0(e0,{children:[$o(S,{},"header"),$o(Y,{}),$o(Pe,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:$o(XC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),$o(Xt,{children:$o(rn,{stacked:!0,onSubmit:a})}),$o(J,{}),$o(B,{protectedByPrivy:!0})]})};import{Fragment as o0,jsx as Qn,jsxs as r0}from"react/jsx-runtime";var _m=()=>{let{linkingHint:e}=k(),{app:t}=_(),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 r0(o0,{children:[Qn(S,{},"header"),Qn(eo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Qn(Jt,{children:Qn(jr,{connectOnly:!1})}),Qn(B,{protectedByPrivy:!0})]})};import{jsx as Am,jsxs as n0}from"react/jsx-runtime";var km=({style:e,...t})=>n0("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:[Am("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Am("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 i0,jsx as qo,jsxs as Rm}from"react/jsx-runtime";var Im=()=>{let{closePrivyModal:e}=k(),{navigate:t}=_();return Rm(i0,{children:[qo(S,{},"header"),qo(Y,{}),qo(km,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),qo(eo,{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"}}),Rm(Xt,{children:[qo(O,{onClick:()=>t("LANDING"),children:"Try again"}),qo(It,{onClick:()=>e(),children:"Cancel"})]}),qo(J,{}),qo(B,{protectedByPrivy:!0})]})};import{CheckIcon as Bm}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as S0,FingerPrintIcon as _0,PhoneIcon as A0,TrashIcon as Hm}from"@heroicons/react/24/outline";import{CheckCircleIcon as Gm,DevicePhoneMobileIcon as Vm,PhoneIcon as Ol}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Ll}from"@heroicons/react/24/solid";import{CheckBadgeIcon as k0,IdentificationIcon as R0}from"@heroicons/react/24/solid";import{useEffect as zm,useState as vo}from"react";import{useState as Ml}from"react";import{isMobile as p0}from"react-device-detect";import Om from"styled-components";import{Dialog as Wm,Transition as Il}from"@headlessui/react";import Wl from"react";import sn from"styled-components";import{jsx as an,jsxs as d0}from"react/jsx-runtime";var Mm=({children:e,open:t,onClick:o,...r})=>an(Il,{show:t,as:Wl.Fragment,children:d0(Wm,{onClose:o,...r,as:s0,children:[an(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:an(a0,{"aria-hidden":"true"})}),an(l0,{children:an(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:an(Wm.Panel,{as:c0,children:e})})})]})}),ln=sn.div`
1750
+ `,jC=({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",KC=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?we(GC,{}):t&&o?we(om,{}):t?we(BC,{}):o?we(HC,{}):null,YC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import JC from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as QC,jsx as zo,jsxs as ZC}from"react/jsx-runtime";var xm=()=>{let{app:e}=_();return ZC(QC,{children:[zo(S,{},"header"),zo(Y,{}),zo(Pe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:zo(JC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),zo(Xt,{children:zo(Pa,{stacked:!0})}),zo(J,{}),zo(B,{protectedByPrivy:!0})]})};import XC from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as e0,jsx as $o,jsxs as t0}from"react/jsx-runtime";var Sm=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=_(),{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 t0(e0,{children:[$o(S,{},"header"),$o(Y,{}),$o(Pe,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:$o(XC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),$o(Xt,{children:$o(rn,{stacked:!0,onSubmit:a})}),$o(J,{}),$o(B,{protectedByPrivy:!0})]})};import{Fragment as o0,jsx as Qn,jsxs as r0}from"react/jsx-runtime";var _m=()=>{let{linkingHint:e}=k(),{app:t}=_(),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 r0(o0,{children:[Qn(S,{},"header"),Qn(eo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Qn(Jt,{children:Qn(jr,{connectOnly:!1})}),Qn(B,{protectedByPrivy:!0})]})};import{jsx as Am,jsxs as n0}from"react/jsx-runtime";var km=({style:e,...t})=>n0("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:[Am("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Am("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 i0,jsx as qo,jsxs as Rm}from"react/jsx-runtime";var Im=()=>{let{closePrivyModal:e}=k(),{navigate:t}=_();return Rm(i0,{children:[qo(S,{},"header"),qo(Y,{}),qo(km,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),qo(eo,{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"}}),Rm(Xt,{children:[qo(O,{onClick:()=>t("LANDING"),children:"Try again"}),qo(It,{onClick:()=>e(),children:"Cancel"})]}),qo(J,{}),qo(B,{protectedByPrivy:!0})]})};import Bm from"@heroicons/react/20/solid/CheckIcon";import S0 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import _0 from"@heroicons/react/24/outline/FingerPrintIcon";import A0 from"@heroicons/react/24/outline/PhoneIcon";import Hm from"@heroicons/react/24/outline/TrashIcon";import k0 from"@heroicons/react/24/solid/CheckBadgeIcon";import Gm from"@heroicons/react/24/solid/CheckCircleIcon";import Vm from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import R0 from"@heroicons/react/24/solid/IdentificationIcon";import Ol from"@heroicons/react/24/solid/PhoneIcon";import Ll from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as zm,useState as vo}from"react";import{useState as Ml}from"react";import{isMobile as p0}from"react-device-detect";import Om from"styled-components";import{Dialog as Wm,Transition as Il}from"@headlessui/react";import Wl from"react";import sn from"styled-components";import{jsx as an,jsxs as d0}from"react/jsx-runtime";var Mm=({children:e,open:t,onClick:o,...r})=>an(Il,{show:t,as:Wl.Fragment,children:d0(Wm,{onClose:o,...r,as:s0,children:[an(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:an(a0,{"aria-hidden":"true"})}),an(l0,{children:an(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:an(Wm.Panel,{as:c0,children:e})})})]})}),ln=sn.div`
1751
1751
  display: flex;
1752
1752
  flex-direction: column;
1753
1753
  text-align: center;
@@ -1937,7 +1937,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1937
1937
  > path {
1938
1938
  fill: white;
1939
1939
  }
1940
- `;import{ShieldCheckIcon as P0}from"@heroicons/react/24/solid";import{jsx as x0}from"react/jsx-runtime";var Fm=({size:e,authUrl:t})=>x0(Ca,{url:t,squareLogoElement:P0,size:e,fgColor:"#1F1F1F"});import{Fragment as Tt,jsx as y,jsxs as j}from"react/jsx-runtime";var $m=()=>{let{user:e,enrollInMfa:t}=F(),[o,r]=vo(null),{unenrollWithSms:n,unenrollWithTotp:i}=ei(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),{closePrivyModal:u}=k(),{promptMfa:h}=dn(),[f,g]=vo(s?.mfaEnrollmentFlow?.seenIntro||!1),[w,C]=vo(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),x=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),C(null)},500)};c.current=x;let E=e?.mfaMethods.includes("sms"),T=!!e?.phone,W=e?.mfaMethods.includes("totp"),A=E||W;zm(()=>{A&&g(!0)},[A]);function R(){r(null),C(null)}function I(){g(!1)}async function N(L){await h(),C(L)}if(!l||!e||!a)return j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(Um,{})}),y(No,{children:y(yt,{})}),y(K,{})]});async function U(){r(null);try{await n()}catch{r(null)}}async function V(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return j(Tt,{children:[y(S,{backFn:R,onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ol,{})})}),y(ge,{children:"Remove SMS verification?"}),j(ce,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),y(Lo,{children:y(O,{warn:!0,onClick:U,children:"Remove SMS for MFA"})}),y(K,{})]});if(o==="totp")return j(Tt,{children:[y(S,{backFn:R,onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Vm,{})})}),y(ge,{children:"Remove Authenticator App verification?"}),j(ce,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),y(Lo,{children:y(O,{warn:!0,onClick:V,children:"Remove Authenticator App for MFA"})}),y(K,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!A)return j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ll,{})})}),y(ge,{children:"Add more security"}),j(ce,{children:[a?.name," does not have any verification methods enabled."]}),y(Lo,{children:y(O,{onClick:x,children:"Close"})}),y(K,{})]});let Q=!A&&!f;if(Q)return j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ll,{})})}),y(ge,{children:"Transaction Protection"}),y(ce,{children:"Set up transaction protection to add an extra layer of security to your account"}),j(Zd,{children:[j(Vs,{children:[y(Gs,{children:y(k0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),j(Vs,{children:[y(Gs,{children:y(R0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),j(Lo,{children:[y(O,{onClick:()=>g(!0),children:"Continue"}),y(It,{onClick:x,children:"Not now"})]}),y(K,{})]});switch(w){case"sms":return y(I0,{onComplete:x,onReset:R,onClose:x});case"totp":return y(W0,{onComplete:x,onClose:x,onReset:R});default:return j(Tt,{children:[y(S,{backFn:Q?I:void 0,onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ll,{})})}),y(ge,{children:"Choose a verification method"}),A?y(ce,{children:"To add or delete verification methods, verification is required."}):y(ce,{children:"How would you like to verify your identity? You can change this later."}),j(Yi,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||W)&&j(Ji,{children:[y(ye,{disabled:W,onClick:()=>N("totp"),children:j(Zi,{children:[j(Qi,{children:[y(S0,{}),"Authenticator App"]}),W?j(Gr,{children:[y(Bm,{}),"Added"]}):y(Gr,{children:"Recommended"})]})}),W&&y(zs,{id:"remove",onClick:()=>r("totp"),children:y(Hm,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||E)&&j(Ji,{children:[y(ye,{disabled:E||T,onClick:()=>N("sms"),children:j(Zi,{children:[j(Qi,{children:[y(A0,{}),"SMS"]}),E&&j(Gr,{children:[y(Bm,{}),"Added"]}),T&&y(Gr,{children:"Disabled"})]})}),E&&y(zs,{id:"remove",onClick:()=>r("sms"),children:y(Hm,{})})]},"sms"),y(Ji,{children:y(ye,{disabled:!0,children:j(Zi,{children:[j(Qi,{children:[y(_0,{}),"Passkey"]}),y(Gr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),y(K,{})]})}},I0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=vo(""),[i,a]=vo(!1),[l,s]=vo("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=ei(),{app:h,data:f,currentScreen:g,navigate:w,setModalData:C}=_();function x(){f?.mfaEnrollmentFlow?.onSuccess(),e()}async function E({qualifiedPhoneNumber:A}){try{await c({phoneNumber:A}),n(A),s("verify")}catch(R){C({mfaEnrollmentFlow:f?.mfaEnrollmentFlow?{...f?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:R,previousScreen:g||"MFA_ENROLLMENT_FLOW_SCREEN"}}),w("ERROR_SCREEN")}}async function T(A){try{if(!A)return;await u({phoneNumber:r,mfaCode:A}),a(!0)}catch(R){throw ll(R)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Qr(R)?new Error("The code you entered is not valid"):Jr(R)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):cl(R)?new Error("Verification canceled"):new Error("Unknown error")}}function W(){l==="verify"?s("enroll"):t()}return l==="enroll"?j(Tt,{children:[y(S,{backFn:t,onClose:o},"header"),y(Ue,{children:y(qe,{children:y(Ol,{})})}),y(ge,{children:"Set up SMS verification"}),y(ce,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),j(No,{children:[y(rn,{onSubmit:E}),j(Xd,{children:["By providing your mobile number, you agree to receive text messages from ",h?.name,". Some carrier charges may apply"]})]}),y(K,{})]}):i?j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(qe,{status:"success",children:y(Gm,{})})}),y(ge,{children:"SMS verification added"}),y(ce,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),y(Lo,{children:y(O,{onClick:x,children:"Done"})}),y(K,{})]}):j(Tt,{children:[y(S,{backFn:W,onClose:o},"header"),y(Ue,{children:y(qe,{children:y(Ol,{})})}),y(ge,{children:"Enter enrollment code"}),j(No,{children:[y(cn,{onChange:T}),j(ce,{children:["To continue, enter the 6-digit code sent to ",y("strong",{children:cm(r)})]})]}),y(K,{})]})},W0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=vo("enroll"),[i,a]=vo(null),[l,s]=vo(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=ei(),{data:h}=_();zm(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function f(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function g(){n("verify")}async function w(x){try{if(!x)return;await u({mfaCode:x}),s(!0)}catch(E){throw ll(E)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Qr(E)?new Error("The code you entered is not valid"):Jr(E)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):cl(E)?new Error("Verification canceled"):new Error("Unknown error")}}function C(){r==="verify"?n("enroll"):o()}return r==="enroll"?j(Tt,{children:[y(S,{backFn:o,onClose:t},"header"),y(ge,{children:"Scan QR code"}),y(ce,{children:"Open your authenticator app and scan the QR code to continue."}),y(oa,{children:i?.authUrl?y(Fm,{authUrl:i.authUrl,size:200}):y(yt,{})}),j(Lo,{children:[y(wt,{children:i?.secret&&y(wa,{itemName:"secret",text:i.secret})}),y(O,{onClick:g,children:"Continue"})]}),y(K,{})]}):l?j(Tt,{children:[y(S,{onClose:f},"header"),y(Ue,{children:y(qe,{status:"success",children:y(Gm,{})})}),y(ge,{children:"Authenticator app verification added"}),y(ce,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),y(Lo,{children:y(O,{onClick:f,children:"Done"})}),y(K,{})]}):j(Tt,{children:[y(S,{backFn:C,onClose:t},"header"),y(Ue,{children:y(qe,{children:y(Vm,{})})}),y(ge,{children:"Enter enrollment code"}),y(No,{children:y(cn,{onChange:w})}),j(ce,{children:["To continue, enter the 6-digit code generated from your ",y("strong",{children:"authenticator app"})]}),y(K,{})]})};import{DevicePhoneMobileIcon as Mb,PhoneIcon as Nb}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as Lb,PhoneIcon as Ob}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Db}from"@heroicons/react/24/solid";import{useEffect as Ub,useState as Ql}from"react";import{StaticJsonRpcProvider as Ab}from"@ethersproject/providers";import{useMemo as kb,useEffect as Rb,useState as Sf}from"react";import Ib from"styled-components";import ff from"styled-components";import jm from"styled-components";import{jsx as qm,jsxs as L0}from"react/jsx-runtime";var Ua=({label:e,children:t,valueStyles:o})=>L0(M0,{children:[qm("div",{children:e}),qm(N0,{style:{...o},children:t})]}),M0=jm.div`
1940
+ `;import P0 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as x0}from"react/jsx-runtime";var Fm=({size:e,authUrl:t})=>x0(Ca,{url:t,squareLogoElement:P0,size:e,fgColor:"#1F1F1F"});import{Fragment as Tt,jsx as y,jsxs as j}from"react/jsx-runtime";var $m=()=>{let{user:e,enrollInMfa:t}=F(),[o,r]=vo(null),{unenrollWithSms:n,unenrollWithTotp:i}=ei(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),{closePrivyModal:u}=k(),{promptMfa:h}=dn(),[f,g]=vo(s?.mfaEnrollmentFlow?.seenIntro||!1),[w,C]=vo(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),x=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),C(null)},500)};c.current=x;let E=e?.mfaMethods.includes("sms"),T=!!e?.phone,W=e?.mfaMethods.includes("totp"),A=E||W;zm(()=>{A&&g(!0)},[A]);function R(){r(null),C(null)}function I(){g(!1)}async function N(L){await h(),C(L)}if(!l||!e||!a)return j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(Um,{})}),y(No,{children:y(yt,{})}),y(K,{})]});async function U(){r(null);try{await n()}catch{r(null)}}async function V(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return j(Tt,{children:[y(S,{backFn:R,onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ol,{})})}),y(ge,{children:"Remove SMS verification?"}),j(ce,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),y(Lo,{children:y(O,{warn:!0,onClick:U,children:"Remove SMS for MFA"})}),y(K,{})]});if(o==="totp")return j(Tt,{children:[y(S,{backFn:R,onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Vm,{})})}),y(ge,{children:"Remove Authenticator App verification?"}),j(ce,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),y(Lo,{children:y(O,{warn:!0,onClick:V,children:"Remove Authenticator App for MFA"})}),y(K,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!A)return j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ll,{})})}),y(ge,{children:"Add more security"}),j(ce,{children:[a?.name," does not have any verification methods enabled."]}),y(Lo,{children:y(O,{onClick:x,children:"Close"})}),y(K,{})]});let Q=!A&&!f;if(Q)return j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ll,{})})}),y(ge,{children:"Transaction Protection"}),y(ce,{children:"Set up transaction protection to add an extra layer of security to your account"}),j(Zd,{children:[j(Vs,{children:[y(Gs,{children:y(k0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),j(Vs,{children:[y(Gs,{children:y(R0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),j(Lo,{children:[y(O,{onClick:()=>g(!0),children:"Continue"}),y(It,{onClick:x,children:"Not now"})]}),y(K,{})]});switch(w){case"sms":return y(I0,{onComplete:x,onReset:R,onClose:x});case"totp":return y(W0,{onComplete:x,onClose:x,onReset:R});default:return j(Tt,{children:[y(S,{backFn:Q?I:void 0,onClose:x},"header"),y(Ue,{children:y(qe,{children:y(Ll,{})})}),y(ge,{children:"Choose a verification method"}),A?y(ce,{children:"To add or delete verification methods, verification is required."}):y(ce,{children:"How would you like to verify your identity? You can change this later."}),j(Yi,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||W)&&j(Ji,{children:[y(ye,{disabled:W,onClick:()=>N("totp"),children:j(Zi,{children:[j(Qi,{children:[y(S0,{}),"Authenticator App"]}),W?j(Gr,{children:[y(Bm,{}),"Added"]}):y(Gr,{children:"Recommended"})]})}),W&&y(zs,{id:"remove",onClick:()=>r("totp"),children:y(Hm,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||E)&&j(Ji,{children:[y(ye,{disabled:E||T,onClick:()=>N("sms"),children:j(Zi,{children:[j(Qi,{children:[y(A0,{}),"SMS"]}),E&&j(Gr,{children:[y(Bm,{}),"Added"]}),T&&y(Gr,{children:"Disabled"})]})}),E&&y(zs,{id:"remove",onClick:()=>r("sms"),children:y(Hm,{})})]},"sms"),y(Ji,{children:y(ye,{disabled:!0,children:j(Zi,{children:[j(Qi,{children:[y(_0,{}),"Passkey"]}),y(Gr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),y(K,{})]})}},I0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=vo(""),[i,a]=vo(!1),[l,s]=vo("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=ei(),{app:h,data:f,currentScreen:g,navigate:w,setModalData:C}=_();function x(){f?.mfaEnrollmentFlow?.onSuccess(),e()}async function E({qualifiedPhoneNumber:A}){try{await c({phoneNumber:A}),n(A),s("verify")}catch(R){C({mfaEnrollmentFlow:f?.mfaEnrollmentFlow?{...f?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:R,previousScreen:g||"MFA_ENROLLMENT_FLOW_SCREEN"}}),w("ERROR_SCREEN")}}async function T(A){try{if(!A)return;await u({phoneNumber:r,mfaCode:A}),a(!0)}catch(R){throw ll(R)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Qr(R)?new Error("The code you entered is not valid"):Jr(R)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):cl(R)?new Error("Verification canceled"):new Error("Unknown error")}}function W(){l==="verify"?s("enroll"):t()}return l==="enroll"?j(Tt,{children:[y(S,{backFn:t,onClose:o},"header"),y(Ue,{children:y(qe,{children:y(Ol,{})})}),y(ge,{children:"Set up SMS verification"}),y(ce,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),j(No,{children:[y(rn,{onSubmit:E}),j(Xd,{children:["By providing your mobile number, you agree to receive text messages from ",h?.name,". Some carrier charges may apply"]})]}),y(K,{})]}):i?j(Tt,{children:[y(S,{onClose:x},"header"),y(Ue,{children:y(qe,{status:"success",children:y(Gm,{})})}),y(ge,{children:"SMS verification added"}),y(ce,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),y(Lo,{children:y(O,{onClick:x,children:"Done"})}),y(K,{})]}):j(Tt,{children:[y(S,{backFn:W,onClose:o},"header"),y(Ue,{children:y(qe,{children:y(Ol,{})})}),y(ge,{children:"Enter enrollment code"}),j(No,{children:[y(cn,{onChange:T}),j(ce,{children:["To continue, enter the 6-digit code sent to ",y("strong",{children:cm(r)})]})]}),y(K,{})]})},W0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=vo("enroll"),[i,a]=vo(null),[l,s]=vo(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=ei(),{data:h}=_();zm(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function f(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function g(){n("verify")}async function w(x){try{if(!x)return;await u({mfaCode:x}),s(!0)}catch(E){throw ll(E)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Qr(E)?new Error("The code you entered is not valid"):Jr(E)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):cl(E)?new Error("Verification canceled"):new Error("Unknown error")}}function C(){r==="verify"?n("enroll"):o()}return r==="enroll"?j(Tt,{children:[y(S,{backFn:o,onClose:t},"header"),y(ge,{children:"Scan QR code"}),y(ce,{children:"Open your authenticator app and scan the QR code to continue."}),y(oa,{children:i?.authUrl?y(Fm,{authUrl:i.authUrl,size:200}):y(yt,{})}),j(Lo,{children:[y(wt,{children:i?.secret&&y(wa,{itemName:"secret",text:i.secret})}),y(O,{onClick:g,children:"Continue"})]}),y(K,{})]}):l?j(Tt,{children:[y(S,{onClose:f},"header"),y(Ue,{children:y(qe,{status:"success",children:y(Gm,{})})}),y(ge,{children:"Authenticator app verification added"}),y(ce,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),y(Lo,{children:y(O,{onClick:f,children:"Done"})}),y(K,{})]}):j(Tt,{children:[y(S,{backFn:C,onClose:t},"header"),y(Ue,{children:y(qe,{children:y(Vm,{})})}),y(ge,{children:"Enter enrollment code"}),y(No,{children:y(cn,{onChange:w})}),j(ce,{children:["To continue, enter the 6-digit code generated from your ",y("strong",{children:"authenticator app"})]}),y(K,{})]})};import Mb from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import Nb from"@heroicons/react/24/outline/PhoneIcon";import Lb from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import Ob from"@heroicons/react/24/solid/PhoneIcon";import Db from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as Ub,useState as Ql}from"react";import{StaticJsonRpcProvider as Ab}from"@ethersproject/providers";import{useMemo as kb,useEffect as Rb,useState as Sf}from"react";import Ib from"styled-components";import ff from"styled-components";import jm from"styled-components";import{jsx as qm,jsxs as L0}from"react/jsx-runtime";var Ua=({label:e,children:t,valueStyles:o})=>L0(M0,{children:[qm("div",{children:e}),qm(N0,{style:{...o},children:t})]}),M0=jm.div`
1941
1941
  display: flex;
1942
1942
  align-items: center;
1943
1943
  justify-content: space-between;
@@ -1995,7 +1995,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1995
1995
  font-size: 14px;
1996
1996
  line-height: 22.4px;
1997
1997
  font-weight: 400;
1998
- `;import{ChevronDownIcon as B0}from"@heroicons/react/24/outline";import{useContext as vr,useState as H0}from"react";import Ko from"styled-components";import{createContext as af,useContext as GW}from"react";var pn=af(void 0);var oi=af(void 0);import{Fragment as Y0,jsx as Ot,jsxs as sf}from"react/jsx-runtime";var lf=({defaultValue:e,children:t})=>{let[o,r]=H0(e||null),n=i=>{r(o===i?null:i)};return Ot(pn.Provider,{value:{activePanel:o,togglePanel:n},children:Ot(G0,{children:t})})},cf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=vr(pn),n=o===e;return Ot(oi.Provider,{value:{onToggle:()=>r(e),value:e},children:Ot(q0,{isActive:n,"data-open":n,children:t})})},df=({children:e})=>{let{activePanel:t}=vr(pn),{onToggle:o,value:r}=vr(oi),n=t===r;return sf(Y0,{children:[sf(V0,{onClick:o,"data-open":n,children:[Ot($0,{children:e}),Ot(K0,{isactive:n,children:Ot(B0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Ot(z0,{})]})},pf=({children:e})=>{let{activePanel:t}=vr(pn),{value:o}=vr(oi);return Ot(j0,{"data-open":t===o,children:Ot(mf,{children:e})})},uf=({children:e})=>{let{activePanel:t}=vr(pn),{value:o}=vr(oi);return Ot(mf,{children:typeof e=="function"?e({isActive:t===o}):e})},G0=Ko.div`
1998
+ `;import B0 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as vr,useState as H0}from"react";import Ko from"styled-components";import{createContext as af,useContext as lM}from"react";var pn=af(void 0);var oi=af(void 0);import{Fragment as Y0,jsx as Ot,jsxs as sf}from"react/jsx-runtime";var lf=({defaultValue:e,children:t})=>{let[o,r]=H0(e||null),n=i=>{r(o===i?null:i)};return Ot(pn.Provider,{value:{activePanel:o,togglePanel:n},children:Ot(G0,{children:t})})},cf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=vr(pn),n=o===e;return Ot(oi.Provider,{value:{onToggle:()=>r(e),value:e},children:Ot(q0,{isActive:n,"data-open":n,children:t})})},df=({children:e})=>{let{activePanel:t}=vr(pn),{onToggle:o,value:r}=vr(oi),n=t===r;return sf(Y0,{children:[sf(V0,{onClick:o,"data-open":n,children:[Ot($0,{children:e}),Ot(K0,{isactive:n,children:Ot(B0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Ot(z0,{})]})},pf=({children:e})=>{let{activePanel:t}=vr(pn),{value:o}=vr(oi);return Ot(j0,{"data-open":t===o,children:Ot(mf,{children:e})})},uf=({children:e})=>{let{activePanel:t}=vr(pn),{value:o}=vr(oi);return Ot(mf,{children:typeof e=="function"?e({isActive:t===o}):e})},G0=Ko.div`
1999
1999
  display: flex;
2000
2000
  flex-direction: column;
2001
2001
  width: 100%;
@@ -2105,7 +2105,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2105
2105
  overflow: hidden;
2106
2106
  max-width: 275px;
2107
2107
  text-overflow: ellipsis;
2108
- `;import{WalletIcon as sb}from"@heroicons/react/24/outline";import zl from"styled-components";import{jsx as hf,jsxs as Vl}from"react/jsx-runtime";var yf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=k(),a=i(t.chainId)||"ETH";return Vl(lb,{children:[Vl(cb,{children:[hf(sb,{strokeWidth:"2",width:"16px",height:"16px"}),hf("div",{children:ko(e)})]}),Vl(db,{displayBalanceColor:n,hasFunds:r,children:[o?ro(o,a,6,!0):0," available"]})]})},lb=zl.div`
2108
+ `;import sb from"@heroicons/react/24/outline/WalletIcon";import zl from"styled-components";import{jsx as hf,jsxs as Vl}from"react/jsx-runtime";var yf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=k(),a=i(t.chainId)||"ETH";return Vl(lb,{children:[Vl(cb,{children:[hf(sb,{strokeWidth:"2",width:"16px",height:"16px"}),hf("div",{children:ko(e)})]}),Vl(db,{displayBalanceColor:n,hasFunds:r,children:[o?ro(o,a,6,!0):0," available"]})]})},lb=zl.div`
2109
2109
  display: flex;
2110
2110
  flex-direction: row;
2111
2111
  justify-content: space-between;
@@ -2158,7 +2158,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2158
2158
  overflow: hidden;
2159
2159
  max-width: 275px;
2160
2160
  text-overflow: ellipsis;
2161
- `;import{VoidSigner as yb}from"@ethersproject/abstract-signer";import{BigNumber as Dt}from"@ethersproject/bignumber";import{Contract as gb}from"@ethersproject/contracts";import{EtherscanProvider as oN}from"@ethersproject/providers";import{serialize as vb}from"@ethersproject/transactions";var Va={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 za={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 qa={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 ja={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 bf}from"@ethersproject/units";import{ofetch as fb}from"ofetch";var ai={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 si={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 Ef=[ai.id,si.id],$l=e=>({maxPriorityFee:bf(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:bf(e.maxFee.toFixed(9),"gwei").toHexString()}),hb=e=>({safeLow:$l(e.safeLow),standard:$l(e.standard),fast:$l(e.fast)}),Tf=async e=>{let t="";switch(e){case ai.id:t="https://gasstation.polygon.technology/v2";break;case si.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return hb(await fb(t))};function wo(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 wb(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=wo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=wo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=wo(e.gasPrice)),e.value!==void 0&&(t.value=wo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=wo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=wo(e.maxPriorityFeePerGas)),t}function Cb(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=Ce(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Ce(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ce(e.gasPrice)),e.value!==void 0&&(t.value=Ce(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ce(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ce(e.maxPriorityFeePerGas)),t}async function mn(e,t,o){t.chainId=Number(t.chainId),xf(t);let r=new yb(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Ef.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Tf(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(bb(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Dt.from(120)).div(Dt.from(100));t.maxFeePerGas=wo(a),t.maxPriorityFeePerGas=wo(Dt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(ql(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=Dt.from(i).mul(Dt.from(126)).div(Dt.from(100)).add(Dt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=wo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}Eb(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 wb(n)}async function ts(e,t,o,r,n){r=Object.assign({chainId:co},r),xf(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 Pf(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Ce(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function ql(e){return[qa.id,ja.id,Ka.id,Ya.id,Ja.id,Qa.id,Za.id,es.id,Xa.id].includes(e)}function bb(e){return[Va.id,za.id,$a.id].includes(e)}function Eb(e){return[56,97].includes(e)}async function jl(e,t){if(!e.chainId||e.chainId&&!ql(e.chainId))return Dt.from(0);let o=Dt.from(0);try{let r=new gb(Zc,Xc,t),n=Cb(e),i=vb(n);o=await r.getL1Fee(i)}catch{}return o}async function os(e,t){delete e.from;let o=Dt.from(0),r=Dt.from(0);if(e.gasLimit?o=Ce(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Ce(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=Ce(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Ce(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&ql(e.chainId))try{let i=await jl(e,t);n=n.add(i)}catch{}return n}function xf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!Tb(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 Tb(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&Pb(e);return t||o||r}function Pb(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 xb}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 xb(()=>{let u=e.chainId||co,h=r.find(g=>g.id===Number(u));if(!h)throw new $(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let g=await o(h);g?c(g):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(g){l(g)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as Sb,useContext as _b}from"react";var Yl=Sb(null);function li(){let e=_b(Yl);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as _f}from"react/jsx-runtime";var Jl=({pendingTransaction:e})=>{let{getAccessToken:t}=F(),{wallets:o}=li(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=k(),[l,s]=Sf(e),{tokenPrice:c}=ns(l),[u,h]=Sf(null),f=a(e.chainId)||"ETH",g=kb(()=>o.find(w=>w.walletClientType==="privy"),[o]);return Rb(()=>{async function w(){if(!await t()||!r||!g)return l;let x=new Ab(kt(l.chainId,i,n)),E=await os(l,x);return h(Ce(E.toBigInt()).toHexString()),mn(g.address,l,x)}w().then(C=>{s(C)})},[r]),g?_f(Wb,{children:_f(un,{from:g.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:f})}):null},Wb=Ib.div`
2161
+ `;import{VoidSigner as yb}from"@ethersproject/abstract-signer";import{BigNumber as Dt}from"@ethersproject/bignumber";import{Contract as gb}from"@ethersproject/contracts";import{EtherscanProvider as EN}from"@ethersproject/providers";import{serialize as vb}from"@ethersproject/transactions";var Va={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 za={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 qa={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 ja={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 bf}from"@ethersproject/units";import{ofetch as fb}from"ofetch";var ai={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 si={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 Ef=[ai.id,si.id],$l=e=>({maxPriorityFee:bf(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:bf(e.maxFee.toFixed(9),"gwei").toHexString()}),hb=e=>({safeLow:$l(e.safeLow),standard:$l(e.standard),fast:$l(e.fast)}),Tf=async e=>{let t="";switch(e){case ai.id:t="https://gasstation.polygon.technology/v2";break;case si.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return hb(await fb(t))};function wo(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 wb(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=wo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=wo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=wo(e.gasPrice)),e.value!==void 0&&(t.value=wo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=wo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=wo(e.maxPriorityFeePerGas)),t}function Cb(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=Ce(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Ce(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ce(e.gasPrice)),e.value!==void 0&&(t.value=Ce(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ce(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ce(e.maxPriorityFeePerGas)),t}async function mn(e,t,o){t.chainId=Number(t.chainId),xf(t);let r=new yb(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Ef.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Tf(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(bb(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Dt.from(120)).div(Dt.from(100));t.maxFeePerGas=wo(a),t.maxPriorityFeePerGas=wo(Dt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(ql(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=Dt.from(i).mul(Dt.from(126)).div(Dt.from(100)).add(Dt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=wo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}Eb(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 wb(n)}async function ts(e,t,o,r,n){r=Object.assign({chainId:co},r),xf(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 Pf(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Ce(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function ql(e){return[qa.id,ja.id,Ka.id,Ya.id,Ja.id,Qa.id,Za.id,es.id,Xa.id].includes(e)}function bb(e){return[Va.id,za.id,$a.id].includes(e)}function Eb(e){return[56,97].includes(e)}async function jl(e,t){if(!e.chainId||e.chainId&&!ql(e.chainId))return Dt.from(0);let o=Dt.from(0);try{let r=new gb(Zc,Xc,t),n=Cb(e),i=vb(n);o=await r.getL1Fee(i)}catch{}return o}async function os(e,t){delete e.from;let o=Dt.from(0),r=Dt.from(0);if(e.gasLimit?o=Ce(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Ce(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=Ce(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Ce(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&ql(e.chainId))try{let i=await jl(e,t);n=n.add(i)}catch{}return n}function xf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!Tb(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 Tb(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&Pb(e);return t||o||r}function Pb(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 xb}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 xb(()=>{let u=e.chainId||co,h=r.find(g=>g.id===Number(u));if(!h)throw new $(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let g=await o(h);g?c(g):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(g){l(g)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as Sb,useContext as _b}from"react";var Yl=Sb(null);function li(){let e=_b(Yl);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as _f}from"react/jsx-runtime";var Jl=({pendingTransaction:e})=>{let{getAccessToken:t}=F(),{wallets:o}=li(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=k(),[l,s]=Sf(e),{tokenPrice:c}=ns(l),[u,h]=Sf(null),f=a(e.chainId)||"ETH",g=kb(()=>o.find(w=>w.walletClientType==="privy"),[o]);return Rb(()=>{async function w(){if(!await t()||!r||!g)return l;let x=new Ab(kt(l.chainId,i,n)),E=await os(l,x);return h(Ce(E.toBigInt()).toHexString()),mn(g.address,l,x)}w().then(C=>{s(C)})},[r]),g?_f(Wb,{children:_f(un,{from:g.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:f})}):null},Wb=Ib.div`
2162
2162
  width: 100%;
2163
2163
  padding: 1rem 0;
2164
2164
  `;import{Fragment as Zl,jsx as Z,jsxs as no}from"react/jsx-runtime";var Xl=({open:e,onClose:t})=>{let{user:o}=F(),[r,n]=Ql(null),{init:i,cancel:a}=dn();Ub(()=>{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?Z(Fb,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):no(Zl,{children:[Z(S,{onClose:s},"header"),Z(Ue,{children:Z(qe,{children:Z(Db,{})})}),Z(ge,{children:"Verify your identity"}),Z(ce,{children:"Choose a verification method"}),no(Yi,{children:[o.mfaMethods.includes("totp")&&no(ye,{onClick:()=>l("totp"),children:[Z(Mb,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&no(ye,{onClick:()=>l("sms"),children:[Z(Nb,{}),"SMS"]},"sms")]}),Z(K,{})]})},Fb=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=_(),{pendingTransaction:n}=k(),[i,a]=Ql(!1),[l,s]=Ql(!1),{submit:c}=dn();async function u(h){try{if(!h)return;await c(e,h),s(!0),a(!1),t()}catch(f){throw sl(f)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Qr(f)?(a(!1),new Error("The code you entered is not valid")):Jr(f)?(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 no(Zl,{children:[Z(S,{onClose:t},"header"),Z(Ue,{children:Z(qe,{children:Z(Ob,{})})}),Z(ge,{children:"Enter verification code"}),no(No,{children:[Z(cn,{success:l,disabled:i,onChange:u}),no(ce,{children:["To continue, please enter the 6-digit code sent to your ",Z("strong",{children:"mobile device"})]}),n&&Z(Jl,{pendingTransaction:n})]}),o&&Z($s,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Z(It,{onClick:t,children:"Not now"}),Z(K,{})]});case"totp":return no(Zl,{children:[Z(S,{onClose:t},"header"),Z(Ue,{children:Z(qe,{children:Z(Lb,{})})}),Z(ge,{children:"Enter verification code"}),no(No,{children:[Z(cn,{success:l,disabled:i,onChange:u}),no(ce,{children:["To continue, please enter the 6-digit code generated from your"," ",Z("strong",{children:"authenticator app"})]}),n&&Z(Jl,{pendingTransaction:n})]}),o&&Z($s,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Z(It,{onClick:t,children:"Not now"}),Z(K,{})]});default:return null}};import{useEffect as Af,useState as kf}from"react";import If from"styled-components";function ec(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as Gb,jsx as io,jsxs as as}from"react/jsx-runtime";var Rf={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:ka}},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(_r),window.history.pushState({},"",e)},Wf=()=>{let{ready:e,user:t,authenticated:o}=F(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=_(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:h,closePrivyModal:f}=k(),[g,w]=kf(!1),[C,x]=kf(void 0),E=l()?.provider||"google",T=Rf[E].name,W=Rf[E].component,A=r?.render.inDialog?ze:0;Af(()=>{c(E).then(()=>{is(),w(!0)}).catch(N=>{let U={retryable:!1,message:"Authentication failed"};if(N?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),is();return}else N?.privyErrorCode==="linked_to_another_user"?U.detail="This account has already been linked to another user.":N?.privyErrorCode==="invalid_credentials"?(U.retryable=!0,U.detail="Something went wrong. Try again."):N.privyErrorCode==="oauth_user_denied"?(U.detail=`Retry and check ${ec(E)} to finish connecting your account.`,U.retryable=!0):N?.privyErrorCode==="too_many_requests"&&(U.detail="Too many requests. Please wait before trying again.");is(),x(U)}).finally(()=>{h()})},[]),Af(()=>{if(e&&o&&g&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let U=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},A);return()=>clearTimeout(U)}if(ft(t,r?.embeddedWallets?.createOnLogin)){let U=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:V=>console.error(V),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},A);return()=>clearTimeout(U)}else{let U=setTimeout(f,A);return u(),()=>clearTimeout(U)}}},[e,o,g,t]);let R=g?`Successfully connected with ${T}`:C?C.message:`Verifying connection to ${T}`,I="";return g?I="You\u2019re good to go!":C?I=C.detail:I="Just a few moments more",as(Gb,{children:[io(S,{}),io(Y,{}),as(Bb,{children:[io(Hb,{children:as("div",{children:[io(Wo,{success:g,fail:!!C}),io(W,{style:{width:"38px",height:"38px"}})]})}),as(Ct,{children:[io("h3",{children:R}),io("p",{children:I})]}),C&&C?.retryable?io(zi,{onClick:()=>{is(),s(E),x(void 0)},disabled:!g&&!C?.retryable,children:"Retry"}):null]}),io(J,{}),io(K,{})]})},Bb=If.div`
@@ -2615,4 +2615,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
2615
2615
  opacity: 1;
2616
2616
  }
2617
2617
  }
2618
- `;import{jsx as Le,jsxs as Yf}from"react/jsx-runtime";var S2={["LANDING"]:Pm,["AWAITING_PASSWORDLESS_CODE"]:mp,["AWAITING_CONNECTION"]:kp,["AWAITING_CONNECT_ONLY_CONNECTION"]:Mp,["AWAITING_FARCASTER_CONNECTION"]:Bu,["PHANTOM_INTERSTITIAL_SCREEN"]:Of,["LOGIN_FAILED_SCREEN"]:Im,["AWAITING_OAUTH_SCREEN"]:Wf,["ALLOWLIST_REJECTION_SCREEN"]:rp,["INSTALL_PHANTOM_SCREEN"]:em,["LINK_EMAIL_SCREEN"]:xm,["LINK_PHONE_SCREEN"]:Sm,["LINK_WALLET_SCREEN"]:_m,["CONNECT_ONLY_LANDING_SCREEN"]:Sp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Tp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:wu,["EMBEDDED_WALLET_CREATED_SCREEN"]:Hp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Fp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Eu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:$p,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:zf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Gf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:qu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Ku,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:bu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Cu,["MFA_ENROLLMENT_FLOW_SCREEN"]:$m,["CAPTCHA_SCREEN"]:gp,["ERROR_SCREEN"]:Tu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Yu,["AFFIRMATIVE_CONSENT_SCREEN"]:tp},_2=["LANDING","AWAITING_CONNECTION"],A2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=F(),{headless:n}=k(),{ready:i,currentScreen:a}=_(),{status:l,execute:s,reset:c,enabled:u}=ue(),h=T2(null),f=Hd(h),g=r&&a&&_2.includes(a)&&!n&&l==="ready";if(Kf(()=>{g&&s()},[g]),Kf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Yf(ln,{children:[Le(S,{}),Le(Y,{}),Le(Nm,{children:Le(yt,{})}),Le(J,{}),Le(K,{})]});if(!a&&e)return Le(ln,{style:{height:f},children:Le("div",{ref:h,children:Le(Xl,{open:e,onClose:t})})});if(!a)return null;let w=S2[a];return Le(ln,{style:{height:f},children:Yf("div",{ref:h,children:[Le(mo,{if:!!e,children:Le(w,{})}),Le(mo,{if:!e,children:Le(Xl,{open:e,onClose:t})})]})})},k2=()=>{let{closePrivyModal:e}=k(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:E2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Jf=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=k2(),[r,n]=P2(!1);Ns({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Le(jf,{children:Le(A2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Le(Mm,{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 x2.createPortal(l,s)}return l};var xt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:$c,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var R2=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),I2=e=>R2.has(e),W2=(e,t,o)=>o.indexOf(e)===t,Qf=({input:e})=>e?e.filter(I2).filter(W2):xt.appearance.walletList;var Zf={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 Xf={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 eh={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 th={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 oh={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 rh={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 nh={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 ih={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 ah={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 sh={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 lh={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 ch={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 di=[Va,za,$a,nh,ch,ls,Ya,Ja,Qa,ai,si,eh,th,oh,rh,qa,ja,Ka,ah,sh,Zf,Xf,Za,es,Xa,ih,lh],LU=new Set(di.map(e=>e.id));import Cr from"tinycolor2";var dh="#FFFFFF",M2="#000000",N2=dh,L2="#1E1E1D";function O2(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 Yo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return Cr({...e.toHsl(),l:o})}function ph({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=dh,blackHex:a=M2}){let l;switch(e){case"light":l=N2;break;case"dark":l=L2;break;default:l=e;break}let s=Cr(l),c=Cr(t),u=Cr(o),h=Cr(r),f=Cr(n),g=O2(s.getLuminance()),w=Yo(s,g==="light"?-.04:.11),C=Yo(s,g==="light"?-.88:.87),x=Yo(s,g==="light"?-.77:.75),E=Yo(s,g==="light"?-.43:.45).desaturate(g==="light"?60:20),T=Yo(s,g==="light"?-.08:.25).desaturate(g==="light"?60:20),W=Yo(c,.15),A=Yo(c,-.06),R=Cr(c.getLuminance()>.5?a:i),I=Yo(u,-.16);return{colorScheme:g,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:E.toHslString(),foreground4:T.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:A.toHslString(),foregroundAccent:R.toHslString(),success:u.toHslString(),successDark:I.toHslString(),error:f.toHslString(),warn:h.toHslString()}}function cs(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(G=>o.includes(G)),n,i,a,l,s,c,u,h,f,g,w;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"),f=r?.includes("github"),h=r?.includes("linkedin"),g=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,f=e.githubOAuth,u=e.tiktokOAuth,h=e.linkedinOAuth,g=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,f,u,h,g,w].filter(Boolean),E=[a].filter(Boolean);if(C.length+x.length+E.length===0)throw new Error("You must enable at least one login method");let T=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;T&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),T=!1):!T&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),T=!0);let W=Qf({isWalletLoginEnabled:a,input:t?.appearance?.walletList}),A=t?.intl?.defaultCountry??"US",{chains:R,defaultChain:I}=D2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),N=!!t?.defaultChain||!!t?.supportedChains,U=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,V,Q=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?U?V=t?.embeddedWallets?.noPromptOnSignature??!0:V=t?.embeddedWallets?.noPromptOnSignature??Q:V=Q,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&V!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ph({backgroundTheme:t?.appearance?.theme??xt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??xt.appearance.accentColor}),loginGroupPriority:T?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:f,tiktok:u,linkedin:h,apple:g,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??xt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??xt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??xt.rpcConfig.rpcTimeouts},chains:R,defaultChain:I,intl:{defaultCountry:A},shouldEnforceDefaultChainOnConnect:N,captchaEnabled:e.captchaEnabled??xt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...U?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:V},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??xt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??xt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??xt._render.inParentNodeId}}}function uh(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 D2({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:di.find(u=>u.id===s.id)??s)}else n=di.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 U2,useEffect as F2}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 br(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 h=await new Promise((f,g)=>{o.current={resolve:f,reject:g};let w=1e3*60*5;setTimeout(()=>{let C=new xe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),g(C)},w)});return await e(h)}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(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}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 $2}from"react/jsx-runtime";var B2=function(e){return()=>`id-${e++}`}(0);function H2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function ao(e){return e.error!==void 0}var Ft=new ds,nc=new Map,G2=(e,t)=>typeof t=="bigint"?t.toString():t,V2=(e,t)=>`${e}${JSON.stringify(t,G2)}`;function so(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=V2(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=B2();Ft.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 z2(e){switch(e.event){case"privy:iframe:ready":let t=Ft.dequeue(e.event,e.id);return ao(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ft.dequeue(e.event,e.id);return ao(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ft.dequeue(e.event,e.id);return ao(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ft.dequeue(e.event,e.id);return ao(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ft.dequeue(e.event,e.id);return ao(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ft.dequeue(e.event,e.id);return ao(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ft.dequeue(e.event,e.id);return ao(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ft.dequeue(e.event,e.id);return ao(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ft.dequeue(e.event,e.id);return ao(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ft.dequeue(e.event,e.id);return ao(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function mh(e){let t=U2(null),o=zd();return F2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&H2(c.data)&&z2(c.data)}let i={create(c){return so("privy:wallet:create",c,r)},connect(c){return so("privy:wallet:connect",c,r)},recover(c){return br(u=>so("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return br(u=>so("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return br(u=>so("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return br(u=>so("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return br(u=>so("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return so("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return br(u=>so("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 cd(()=>so("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),$2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:_i(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function ic(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var ps=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set when initialzing authentication.");try{let t=Bc();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 v("action required");if(!this.api)throw new v("Mfa flow has no API instance");if(!this.meta.smsCode)throw new v("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set prior to calling authenticate.");try{let t=Hc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return it(o)}catch(t){throw oe(t)}}};import{jsx as bo,jsxs as fh}from"react/jsx-runtime";var ui;function J2(e){return typeof e=="string"&&e.length===25}function De(){if(!ui){let e=X.get(Zo);return Promise.resolve(e||null)}return ui.getAccessToken()}var hh,hd=(e,t)=>hh(e,t),yh,yd=(e,t)=>yh(e,t),gh,gd=()=>gh(),Q2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;X.put(En,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Z2=({config:e,...t})=>{if(!J2(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");ui||(ui=new _n({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."),bo(X2,{...t,config:o,client:ui})},X2=e=>{let t=e.client,[o,r]=be(!1),[n,i]=be(!1),[a,l]=be(!1),[s,c]=be(null),[u,h]=be(!1),[f,g]=be([]),w=pi(f),[C,x]=be(!1),[E,T]=be(null),[W,A]=be(!1),[R,I]=be({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:P}),[N,U]=be(null),[V,Q]=be(null),[L,G]=be(null),[H,ne]=be({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:""}),[D,de]=be(()=>{let d=uh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),cs(H,e.config)}),[Bt,_e]=be(!0),[Ae,me]=be({}),[ie,Eo]=be(null),[To,Jo]=be(null),[Qe,ke]=be(!1),[Po,Er]=be(!1),ee=pi(null),St=pi(null),te=pi(Gd);t.onStoreToken=d=>{d&&ae(te,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{ae(te,"accessToken","onAccessTokenRemoved")};let fe=pi(),yn=K2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(b=>b.type==="wallet"&&b.walletClientType==="privy")?p&&d?.some(b=>b?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=d=>{T(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},Ht=d=>{D.embeddedWallets.createOnLogin!=="off"&&_e(!0),se(d)};lo(()=>{if(!L||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(L,p,D.defaultChain)}},[L,s]),lo(()=>{L&&To?.(L)},[L]),lo(()=>{(async()=>{if(!D.customAuth?.enabled)return;_e(!0);let{getCustomAccessToken:p,isLoading:m}=D.customAuth;if(!(!n||m))try{let b=await p();if(!b){await wn.logout();return}if(a)return;t.startAuthFlow(new Sr(b));let{user:M,isNewUser:q}=await t.authenticate();M||await wn.logout(),c(M||null),x(q||!1),l(!0),Er(!0)}catch(b){console.warn(b),a&&await wn.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),lo(()=>{Po&&L&&s&&ft(s,e.config?.embeddedWallets?.createOnLogin)&&(Er(!1),lc(s,kr).catch(console.error))},[Po&&L&&s]),lo(()=>{async function d(){let p=await t.getServerConfig();ne(p);let m=cs(p,e.config);de(m),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let b=ms();Q2();let M=j2();U(M),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,M,m.appearance.walletList,m.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{ot()});let q=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!q),q&&ae(te,"login","onComplete",q,!1,!0,null),c(q)),b||Ee.setReadyToTrue(),b&&q&&h(!0)}n||d()},[t,ie,n]),lo(()=>{let d=cs(H,e.config);de(d)},[e.config,H]);let ms=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),b=d.get("privy_oauth_provider");return p&&m&&b?(t.startAuthFlow(new _o(b,p,m)),Ht("AWAITING_OAUTH_SCREEN"),!0):!1},gn=async(d,p,m,b)=>{let M=await t.connectors?.createWalletConnector(d,p)||null;xo(M,p,m,b)};async function xo(d,p,m,b){if(!d)return I({status:"disconnected",connectedWallet:null,connectError:new $("Unable to connect to wallet."),connector:null,connectRetry:P}),b?.(null,m);d instanceof Kt&&p&&await d.resetConnection(p),I({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>xo(d,p,m,b)});try{let M=await d.connect({showPrompt:!0});if(D.shouldEnforceDefaultChainOnConnect&&!D.chains.find(q=>q.id===Number(M?.chainId))&&!(M?.connectorType==="wallet_connect_v2"&&M?.walletClientType==="metamask")){I(q=>({...q,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:P}));try{await M?.switchChain(D.defaultChain.id),M&&(M.chainId=Rr(or(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return I(q=>({...q,status:"connected",connectedWallet:M,connectError:null,connectRetry:P})),M&&!W&&ae(te,"connectWallet","onSuccess",M),b?.(M,m)}catch(M){return M instanceof Oe?(console.warn(M.cause?M.cause:M.message),W||ae(te,"connectWallet","onError",M.privyErrorCode||"generic_connect_wallet_error")):(console.warn(M),W||ae(te,"connectWallet","onError","unknown_connect_wallet_error")),I(q=>({...q,status:"disconnected",connectedWallet:null,connectError:M})),b?.(null,m)}}let Re=async(d,p)=>{if(d===null)return;let m=new er(d,p);t.startAuthFlow(m)},ot=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!Ao()&&Ht("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("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),gn(p,m,void 0,Re)};lo(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let rt=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");h(!0),se("LINK_WALLET_SCREEN")},sc=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},vn=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(I(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:P})),D.captchaEnabled&&!a){let m={callback:b=>Re(d,b),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};me({captchaModalData:m}),Ht("CAPTCHA_SCREEN")}else await Re(d),Ht("AWAITING_CONNECTION")},ut=async(d,p)=>{if(!D.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:b}=await zu(t,d,p?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:b}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},Tr=()=>{g(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:sc(m),loginOrLink:async()=>{if(!await m.isConnected())throw new v("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");vn(m)},fund:async b=>{let{signedUrl:M,externalTransactionId:q}=await ut(m.address,b);me({fiatOnRampPrompt:{signedUrl:M},fiatOnRampStatus:{externalTransactionId:q}}),se("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let b=await t.unlinkWallet(m.address);c(b)}}))||[];return ke(yn(p)),ki(d,p)?d:p})};lo(()=>{Tr()},[s?.linkedAccounts,a,n]),lo(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");Tr(),t.connectors.on("walletsUpdated",Tr)}},[n]);let Ch=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};lo(()=>{if(!f[0])return;let d=f[0],p=w.current.find(b=>b.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===d.address&&b.walletClientType==="privy"):m=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===d.address&&b.walletClientType!=="privy"),!p&&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)}w.current=f},[f]);let lc=async(d,p)=>{if(pe(d))throw ae(te,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[b,M]=await Promise.all([Ee.initializeWalletProxy(p),De()]);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||!M||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((q,he)=>{_e(!0),me({createWallet:{onSuccess:mt=>{ae(te,"createWallet","onSuccess",mt),q(mt)},onFailure:mt=>{ae(te,"createWallet","onError","unknown_embedded_wallet_error"),he(mt)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await b.create({accessToken:M});let q=await Ee.refreshUser(),he=pe(q);if(!he)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ae(te,"createWallet","onSuccess",he),he}},bh=d=>{if(!D.chains.map(p=>p.id).includes(d))throw new $(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},cc=(d,p,m)=>new Promise(async(b,M)=>{if(!a||!s){M(new Error("User must be authenticated before signing with a Privy wallet"));return}let q=pe(s);if(!q){M(new Error("Must have a Privy wallet before signing"));return}_e(!0);let he=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Pr=d.chainId?Number(d.chainId):he.chainId;bh(Pr);let mt=Object.assign({},d,{chainId:Pr}),Cn=async()=>{let So=await De();if(!So||!L){M(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ee.recoverEmbeddedWallet()){M(new Error("Unable to connect to wallet"));return}let uc=new q2(kt(mt.chainId,D.chains,D.rpcConfig)),Th=await mn(q.address,mt,uc),Ph=await ts(So,q.address,L,Th,uc);b(Ph)}catch(mi){M(mi)}};if(D.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Cn();else{let So={transactionRequest:mt,onSuccess:b,onFailure:M,uiOptions:p||{},fundWalletConfig:m},mi={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:M};me({connectWallet:mi,sendTransaction:So}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function dc(){return new Promise(async(d,p)=>{let m=await De();if(!m||!L)throw new Error("Must have valid access token to enroll in MFA");try{await L.verifyMfa({accessToken:m}),d()}catch(b){p(b)}})}let wn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ch,linkWallet:rt,linkEmail:()=>{if(!a)throw new v("User must be authenticated before linking an email address.");if(s?.email)throw new v("User already has an email linked to their account.");h(!0),se("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new v("User must be authenticated before linking a phone number.");if(s?.phone)throw new v("User already has a phone number linked to their account.");h(!0),se("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new v("User must be authenticated before linking a Google account.");if(s?.google)throw new v("User already has a Google account linked to their account.");await Ee.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new v("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new v("User already has a Twitter account linked to their account.");await Ee.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new v("User must be authenticated before linking a Discord account.");if(s?.discord)throw new v("User already has a Discord account linked to their account.");await Ee.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new v("User must be authenticated before linking a GitHub account.");if(s?.github)throw new v("User already has a Github account linked to their account.");await Ee.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new v("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new v("User already has a Tiktok account linked to their account.");await Ee.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new v("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new v("User already has a LinkedIn account linked to their account.");await Ee.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await Ee.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await Ee.initLoginWithFarcaster(),h(!0),se("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{Eo(()=>d)}),Eo(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}A(!0),Ht("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),T(null),ae(te,"logout","onSuccess"),h(!1),r(!1),X.del(Tn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new le;let d=f.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===d?.address));return!d||!p?new le:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new ac(new $t(new le));let d=f.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===d?.address));return!d||!p?new ac(new $t(new le)):new ac(new $t(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Io(new le);let d=f.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===d?.address));return!d||!p?new Io(new le):new Io(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=f.find(b=>us(b.address)===us(d)),m=s?.linkedAccounts.find(b=>b.type==="wallet"&&us(b.address)===us(d));if(!p||!await p.isConnected())Q(d),rt();else if(!p.linked)p.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 lc(s,15e3)},setWalletPassword:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=pe(s);if(!m||!L){p(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await dc(),_e(!0);let b={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},M={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};me({setWalletPassword:b,connectWallet:M}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(m,b)=>{if(!a||!s){b(new Error("User must be authenticated before signing with a Privy wallet"));return}let M=pe(s);if(!M){b(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){b(new Error("Message must be a non-empty string"));return}_e(!0);let q=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let he=await De();if(!L||!he)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:M.address});let{response:mt}=await L.rpc({accessToken:he,address:M.address,request:{method:"personal_sign",params:[d,M.address]}}),Cn=mt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:M.address}),Cn};if(D.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let he=await q();m(he)}catch(he){b(he??new $e("Unable to sign message"))}}else{let mt={message:d,confirmAndSignMessage:q,onSuccess:So=>{m(So)},onFailure:So=>{b(So)},uiOptions:p||{}},Cn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:b};me({signMessage:mt,connectWallet:Cn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let M=await(await cc(d,p,m)).wait();return rs(M)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=pe(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}_e(!0);let b={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},M=await De();if(!M||!L){p(new Error("Must have valid access token to enroll in MFA"));return}if(!L){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await L.connect({accessToken:M,address:m.address}),await L.verifyMfa({accessToken:M})}catch(he){if(lr(he))await Ee.recoverEmbeddedWallet();else throw he}}catch(he){p(he);return}let q={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};me({keyExport:q,connectWallet:b}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:dc,async init(d){let p;switch(d){case"sms":p=new ps("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":ee.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,b)=>{St.current={resolve:m,reject:b}});break;default:throw ee.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){ee.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){Ee.closePrivyModal(),p();return}D.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."),me({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:p,onFailure:m}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await De();if(!d||!L)throw new Error("Must have valid access token to enroll in MFA");let p=await L.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to remove MFA");await L.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return Ee.loginWithCode(d)},initLoginWithEmail(d){return Ee.initLoginWithEmail(d)},initLoginWithSms(d){return Ee.initLoginWithSms(d)},isModalOpen:o};hh=wn.signMessage,yh=async(...d)=>{let p=await cc(...d);return D.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let pc=!!e.config?.headless,Ee=(()=>({headless:pc,isNewUserThisSession:C,isLinking:u,linkingHint:V,pendingTransaction:null,walletConnectionStatus:R,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>D.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(L)return L;let p=new Promise(M=>{Jo(()=>q=>M(q))}),m=new Promise(M=>setTimeout(()=>M(null),d)),b=await Promise.race([p,m]);return Jo(null),b},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(ae(te,"login","onComplete",s,C,!1,fe.current??null),e.onSuccess?.(s,C)):W&&ae(te,"login","onError","exited_auth_flow"),Q(null),A(!1),h(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:xo,initLoginWithWallet:async(d,p)=>{fe.current="siwe",Re(d,p)},loginWithWallet:async()=>{if(!n)throw new xr;if(!(t.authFlow instanceof er))throw new v("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),x(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new bn(d);t.startAuthFlow(p);try{fe.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new xr;if(!(t.authFlow instanceof bn))throw new v("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),x(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(od()){if(d==="google"&&ic(window.navigator.userAgent)){Ht("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{Ht("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new _o(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let b=await t.authFlow.getAuthorizationUrl();b&&b.url&&window.location.assign(b.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof _o))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=_t.get(_r),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let b,M;if(a)b=await t.link();else try{({user:b,isNewUser:M}=await t.authenticate()),fe.current=d}catch(q){throw ae(te,"login","onError",q.privyErrorCode||"unknown_auth_error"),q}c(b),x(M||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new Qo(d,p);t.startAuthFlow(m);try{fe.current="email",await m.sendCodeEmail()}catch(b){throw ae(te,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},initLoginWithSms:async(d,p)=>{let m=new tr(d,p);t.startAuthFlow(m);try{fe.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 d=>{if(!n)throw new xr;if(t.authFlow instanceof Qo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof tr)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),x(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:L,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(M=>M.type==="wallet"&&M.walletClientType==="privy"),b=await De();if(!b||!L||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}_e(!0);try{await L.connect({accessToken:b,address:m.address}),d(!0)}catch(M){lr(M)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await L.recover({address:m.address,accessToken:b})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):lr(M)?(me({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(M)}}),getFiatOnRampConfig:ut,setReadyToTrue:()=>{i(!0),ie?.()},updateWallets:()=>Tr()}))();gh=Ee.recoverEmbeddedWallet;let Eh=Y2(()=>({wallets:f,ready:Qe}),[f,Qe]);return bo(Te.Provider,{value:wn,children:bo(Ms.Provider,{value:te,children:bo(Yl.Provider,{value:Eh,children:fh(Fd,{...D,children:[e.children,fh(Ws.Provider,{value:Ee,children:[!pc&&D.captchaEnabled&&n&&!a&&bo(Is,{delayedExecution:!1}),bo(qf,{theme:{...D.appearance.palette||{}}}),bo(Td,{appConfig:D,data:Ae,setModalData:me,setInitialScreen:T,initialScreen:E,authenticated:a,open:o,children:bo(Jf,{open:o})}),Bt&&H.id?bo(mh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ee,mfaSubmitPromise:St,onLoad:G,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as eE}from"react";function tE(e){let{login:t}=eE(Te);return ht("login",e),{login:t}}import{useContext as oE}from"react";function rE(e){let{logout:t}=oE(Te);return ht("logout",e),{logout:t}}import{useCallback as vh}from"react";var nE=()=>{let e=ue(),{initLoginWithEmail:t,loginWithCode:o}=F(),r=vh(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=vh(async({code:i})=>{if(e.enabled&&e.status==="error")throw new uo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as wh}from"react";var iE=()=>{let e=ue(),{initLoginWithSms:t,loginWithCode:o}=F(),r=wh(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=wh(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new uo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as aE}from"react";function sE(e){let{connectWallet:t}=aE(Te);return ht("connectWallet",e),{connectWallet:t}}import{useContext as lE}from"react";function cE(e){let{createWallet:t}=lE(Te);return ht("createWallet",e),{createWallet:t}}import{useContext as dE}from"react";var pE=()=>{let{isModalOpen:e}=dE(Te);return{isOpen:e}};import{useContext as uE}from"react";function mE(e){let{getAccessToken:t}=uE(Te);return ht("accessToken",e),{getAccessToken:t}}function fE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{$t as AsExternalProvider,Is as Captcha,Sn as ConnectorManager,_n as PrivyClient,Z2 as PrivyProvider,le as PrivyProxyProvider,di as SUPPORTED_CHAINS,ys as VERSION,et as WalletConnector,fE as addRpcUrlOverrideToChain,sl as errorIndicatesMaxMfaRetries,Jr as errorIndicatesMfaTimeout,Qr as errorIndicatesMfaVerificationFailed,De as getAccessToken,sE as useConnectWallet,cE as useCreateWallet,tE as useLogin,nE as useLoginWithEmail,iE as useLoginWithSms,rE as useLogout,dn as useMfa,ei as useMfaEnrollment,pE as useModalStatus,F as usePrivy,Ns as useRegisterMfaListener,mE as useToken,li as useWallets};
2618
+ `;import{jsx as Le,jsxs as Yf}from"react/jsx-runtime";var S2={["LANDING"]:Pm,["AWAITING_PASSWORDLESS_CODE"]:mp,["AWAITING_CONNECTION"]:kp,["AWAITING_CONNECT_ONLY_CONNECTION"]:Mp,["AWAITING_FARCASTER_CONNECTION"]:Bu,["PHANTOM_INTERSTITIAL_SCREEN"]:Of,["LOGIN_FAILED_SCREEN"]:Im,["AWAITING_OAUTH_SCREEN"]:Wf,["ALLOWLIST_REJECTION_SCREEN"]:rp,["INSTALL_PHANTOM_SCREEN"]:em,["LINK_EMAIL_SCREEN"]:xm,["LINK_PHONE_SCREEN"]:Sm,["LINK_WALLET_SCREEN"]:_m,["CONNECT_ONLY_LANDING_SCREEN"]:Sp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Tp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:wu,["EMBEDDED_WALLET_CREATED_SCREEN"]:Hp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Fp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Eu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:$p,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:zf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Gf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:qu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Ku,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:bu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Cu,["MFA_ENROLLMENT_FLOW_SCREEN"]:$m,["CAPTCHA_SCREEN"]:gp,["ERROR_SCREEN"]:Tu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Yu,["AFFIRMATIVE_CONSENT_SCREEN"]:tp},_2=["LANDING","AWAITING_CONNECTION"],A2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=F(),{headless:n}=k(),{ready:i,currentScreen:a}=_(),{status:l,execute:s,reset:c,enabled:u}=ue(),h=T2(null),f=Hd(h),g=r&&a&&_2.includes(a)&&!n&&l==="ready";if(Kf(()=>{g&&s()},[g]),Kf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Yf(ln,{children:[Le(S,{}),Le(Y,{}),Le(Nm,{children:Le(yt,{})}),Le(J,{}),Le(K,{})]});if(!a&&e)return Le(ln,{style:{height:f},children:Le("div",{ref:h,children:Le(Xl,{open:e,onClose:t})})});if(!a)return null;let w=S2[a];return Le(ln,{style:{height:f},children:Yf("div",{ref:h,children:[Le(mo,{if:!!e,children:Le(w,{})}),Le(mo,{if:!e,children:Le(Xl,{open:e,onClose:t})})]})})},k2=()=>{let{closePrivyModal:e}=k(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:E2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Jf=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=k2(),[r,n]=P2(!1);Ns({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Le(jf,{children:Le(A2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Le(Mm,{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 x2.createPortal(l,s)}return l};var xt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:$c,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var R2=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),I2=e=>R2.has(e),W2=(e,t,o)=>o.indexOf(e)===t,Qf=({input:e})=>e?e.filter(I2).filter(W2):xt.appearance.walletList;var Zf={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 Xf={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 eh={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 th={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 oh={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 rh={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 nh={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 ih={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 ah={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 sh={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 lh={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 ch={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 di=[Va,za,$a,nh,ch,ls,Ya,Ja,Qa,ai,si,eh,th,oh,rh,qa,ja,Ka,ah,sh,Zf,Xf,Za,es,Xa,ih,lh],rF=new Set(di.map(e=>e.id));import Cr from"tinycolor2";var dh="#FFFFFF",M2="#000000",N2=dh,L2="#1E1E1D";function O2(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 Yo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return Cr({...e.toHsl(),l:o})}function ph({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=dh,blackHex:a=M2}){let l;switch(e){case"light":l=N2;break;case"dark":l=L2;break;default:l=e;break}let s=Cr(l),c=Cr(t),u=Cr(o),h=Cr(r),f=Cr(n),g=O2(s.getLuminance()),w=Yo(s,g==="light"?-.04:.11),C=Yo(s,g==="light"?-.88:.87),x=Yo(s,g==="light"?-.77:.75),E=Yo(s,g==="light"?-.43:.45).desaturate(g==="light"?60:20),T=Yo(s,g==="light"?-.08:.25).desaturate(g==="light"?60:20),W=Yo(c,.15),A=Yo(c,-.06),R=Cr(c.getLuminance()>.5?a:i),I=Yo(u,-.16);return{colorScheme:g,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:E.toHslString(),foreground4:T.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:A.toHslString(),foregroundAccent:R.toHslString(),success:u.toHslString(),successDark:I.toHslString(),error:f.toHslString(),warn:h.toHslString()}}function cs(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(G=>o.includes(G)),n,i,a,l,s,c,u,h,f,g,w;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"),f=r?.includes("github"),h=r?.includes("linkedin"),g=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,f=e.githubOAuth,u=e.tiktokOAuth,h=e.linkedinOAuth,g=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,f,u,h,g,w].filter(Boolean),E=[a].filter(Boolean);if(C.length+x.length+E.length===0)throw new Error("You must enable at least one login method");let T=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;T&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),T=!1):!T&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),T=!0);let W=Qf({isWalletLoginEnabled:a,input:t?.appearance?.walletList}),A=t?.intl?.defaultCountry??"US",{chains:R,defaultChain:I}=D2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),N=!!t?.defaultChain||!!t?.supportedChains,U=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,V,Q=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?U?V=t?.embeddedWallets?.noPromptOnSignature??!0:V=t?.embeddedWallets?.noPromptOnSignature??Q:V=Q,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&V!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ph({backgroundTheme:t?.appearance?.theme??xt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??xt.appearance.accentColor}),loginGroupPriority:T?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:f,tiktok:u,linkedin:h,apple:g,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??xt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??xt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??xt.rpcConfig.rpcTimeouts},chains:R,defaultChain:I,intl:{defaultCountry:A},shouldEnforceDefaultChainOnConnect:N,captchaEnabled:e.captchaEnabled??xt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...U?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:V},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??xt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??xt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??xt._render.inParentNodeId}}}function uh(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 D2({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:di.find(u=>u.id===s.id)??s)}else n=di.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 U2,useEffect as F2}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 br(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 h=await new Promise((f,g)=>{o.current={resolve:f,reject:g};let w=1e3*60*5;setTimeout(()=>{let C=new xe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),g(C)},w)});return await e(h)}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(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}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 $2}from"react/jsx-runtime";var B2=function(e){return()=>`id-${e++}`}(0);function H2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function ao(e){return e.error!==void 0}var Ft=new ds,nc=new Map,G2=(e,t)=>typeof t=="bigint"?t.toString():t,V2=(e,t)=>`${e}${JSON.stringify(t,G2)}`;function so(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=V2(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=B2();Ft.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 z2(e){switch(e.event){case"privy:iframe:ready":let t=Ft.dequeue(e.event,e.id);return ao(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ft.dequeue(e.event,e.id);return ao(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ft.dequeue(e.event,e.id);return ao(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ft.dequeue(e.event,e.id);return ao(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ft.dequeue(e.event,e.id);return ao(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ft.dequeue(e.event,e.id);return ao(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ft.dequeue(e.event,e.id);return ao(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ft.dequeue(e.event,e.id);return ao(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ft.dequeue(e.event,e.id);return ao(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ft.dequeue(e.event,e.id);return ao(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function mh(e){let t=U2(null),o=zd();return F2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&H2(c.data)&&z2(c.data)}let i={create(c){return so("privy:wallet:create",c,r)},connect(c){return so("privy:wallet:connect",c,r)},recover(c){return br(u=>so("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return br(u=>so("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return br(u=>so("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return br(u=>so("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return br(u=>so("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return so("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return br(u=>so("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 cd(()=>so("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),$2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:_i(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function ic(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var ps=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set when initialzing authentication.");try{let t=Bc();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 v("action required");if(!this.api)throw new v("Mfa flow has no API instance");if(!this.meta.smsCode)throw new v("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set prior to calling authenticate.");try{let t=Hc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return it(o)}catch(t){throw oe(t)}}};import{jsx as bo,jsxs as fh}from"react/jsx-runtime";var ui;function J2(e){return typeof e=="string"&&e.length===25}function De(){if(!ui){let e=X.get(Zo);return Promise.resolve(e||null)}return ui.getAccessToken()}var hh,hd=(e,t)=>hh(e,t),yh,yd=(e,t)=>yh(e,t),gh,gd=()=>gh(),Q2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;X.put(En,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Z2=({config:e,...t})=>{if(!J2(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");ui||(ui=new _n({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."),bo(X2,{...t,config:o,client:ui})},X2=e=>{let t=e.client,[o,r]=be(!1),[n,i]=be(!1),[a,l]=be(!1),[s,c]=be(null),[u,h]=be(!1),[f,g]=be([]),w=pi(f),[C,x]=be(!1),[E,T]=be(null),[W,A]=be(!1),[R,I]=be({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:P}),[N,U]=be(null),[V,Q]=be(null),[L,G]=be(null),[H,ne]=be({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:""}),[D,de]=be(()=>{let d=uh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),cs(H,e.config)}),[Bt,_e]=be(!0),[Ae,me]=be({}),[ie,Eo]=be(null),[To,Jo]=be(null),[Qe,ke]=be(!1),[Po,Er]=be(!1),ee=pi(null),St=pi(null),te=pi(Gd);t.onStoreToken=d=>{d&&ae(te,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{ae(te,"accessToken","onAccessTokenRemoved")};let fe=pi(),yn=K2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(b=>b.type==="wallet"&&b.walletClientType==="privy")?p&&d?.some(b=>b?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=d=>{T(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},Ht=d=>{D.embeddedWallets.createOnLogin!=="off"&&_e(!0),se(d)};lo(()=>{if(!L||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(L,p,D.defaultChain)}},[L,s]),lo(()=>{L&&To?.(L)},[L]),lo(()=>{(async()=>{if(!D.customAuth?.enabled)return;_e(!0);let{getCustomAccessToken:p,isLoading:m}=D.customAuth;if(!(!n||m))try{let b=await p();if(!b){await wn.logout();return}if(a)return;t.startAuthFlow(new Sr(b));let{user:M,isNewUser:q}=await t.authenticate();M||await wn.logout(),c(M||null),x(q||!1),l(!0),Er(!0)}catch(b){console.warn(b),a&&await wn.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),lo(()=>{Po&&L&&s&&ft(s,e.config?.embeddedWallets?.createOnLogin)&&(Er(!1),lc(s,kr).catch(console.error))},[Po&&L&&s]),lo(()=>{async function d(){let p=await t.getServerConfig();ne(p);let m=cs(p,e.config);de(m),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let b=ms();Q2();let M=j2();U(M),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,M,m.appearance.walletList,m.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{ot()});let q=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!q),q&&ae(te,"login","onComplete",q,!1,!0,null),c(q)),b||Ee.setReadyToTrue(),b&&q&&h(!0)}n||d()},[t,ie,n]),lo(()=>{let d=cs(H,e.config);de(d)},[e.config,H]);let ms=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),b=d.get("privy_oauth_provider");return p&&m&&b?(t.startAuthFlow(new _o(b,p,m)),Ht("AWAITING_OAUTH_SCREEN"),!0):!1},gn=async(d,p,m,b)=>{let M=await t.connectors?.createWalletConnector(d,p)||null;xo(M,p,m,b)};async function xo(d,p,m,b){if(!d)return I({status:"disconnected",connectedWallet:null,connectError:new $("Unable to connect to wallet."),connector:null,connectRetry:P}),b?.(null,m);d instanceof Kt&&p&&await d.resetConnection(p),I({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>xo(d,p,m,b)});try{let M=await d.connect({showPrompt:!0});if(D.shouldEnforceDefaultChainOnConnect&&!D.chains.find(q=>q.id===Number(M?.chainId))&&!(M?.connectorType==="wallet_connect_v2"&&M?.walletClientType==="metamask")){I(q=>({...q,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:P}));try{await M?.switchChain(D.defaultChain.id),M&&(M.chainId=Rr(or(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return I(q=>({...q,status:"connected",connectedWallet:M,connectError:null,connectRetry:P})),M&&!W&&ae(te,"connectWallet","onSuccess",M),b?.(M,m)}catch(M){return M instanceof Oe?(console.warn(M.cause?M.cause:M.message),W||ae(te,"connectWallet","onError",M.privyErrorCode||"generic_connect_wallet_error")):(console.warn(M),W||ae(te,"connectWallet","onError","unknown_connect_wallet_error")),I(q=>({...q,status:"disconnected",connectedWallet:null,connectError:M})),b?.(null,m)}}let Re=async(d,p)=>{if(d===null)return;let m=new er(d,p);t.startAuthFlow(m)},ot=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!Ao()&&Ht("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("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),gn(p,m,void 0,Re)};lo(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let rt=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");h(!0),se("LINK_WALLET_SCREEN")},sc=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},vn=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(I(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:P})),D.captchaEnabled&&!a){let m={callback:b=>Re(d,b),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};me({captchaModalData:m}),Ht("CAPTCHA_SCREEN")}else await Re(d),Ht("AWAITING_CONNECTION")},ut=async(d,p)=>{if(!D.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:b}=await zu(t,d,p?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:b}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},Tr=()=>{g(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:sc(m),loginOrLink:async()=>{if(!await m.isConnected())throw new v("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");vn(m)},fund:async b=>{let{signedUrl:M,externalTransactionId:q}=await ut(m.address,b);me({fiatOnRampPrompt:{signedUrl:M},fiatOnRampStatus:{externalTransactionId:q}}),se("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let b=await t.unlinkWallet(m.address);c(b)}}))||[];return ke(yn(p)),ki(d,p)?d:p})};lo(()=>{Tr()},[s?.linkedAccounts,a,n]),lo(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");Tr(),t.connectors.on("walletsUpdated",Tr)}},[n]);let Ch=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};lo(()=>{if(!f[0])return;let d=f[0],p=w.current.find(b=>b.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===d.address&&b.walletClientType==="privy"):m=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===d.address&&b.walletClientType!=="privy"),!p&&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)}w.current=f},[f]);let lc=async(d,p)=>{if(pe(d))throw ae(te,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[b,M]=await Promise.all([Ee.initializeWalletProxy(p),De()]);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||!M||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((q,he)=>{_e(!0),me({createWallet:{onSuccess:mt=>{ae(te,"createWallet","onSuccess",mt),q(mt)},onFailure:mt=>{ae(te,"createWallet","onError","unknown_embedded_wallet_error"),he(mt)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await b.create({accessToken:M});let q=await Ee.refreshUser(),he=pe(q);if(!he)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ae(te,"createWallet","onSuccess",he),he}},bh=d=>{if(!D.chains.map(p=>p.id).includes(d))throw new $(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},cc=(d,p,m)=>new Promise(async(b,M)=>{if(!a||!s){M(new Error("User must be authenticated before signing with a Privy wallet"));return}let q=pe(s);if(!q){M(new Error("Must have a Privy wallet before signing"));return}_e(!0);let he=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Pr=d.chainId?Number(d.chainId):he.chainId;bh(Pr);let mt=Object.assign({},d,{chainId:Pr}),Cn=async()=>{let So=await De();if(!So||!L){M(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ee.recoverEmbeddedWallet()){M(new Error("Unable to connect to wallet"));return}let uc=new q2(kt(mt.chainId,D.chains,D.rpcConfig)),Th=await mn(q.address,mt,uc),Ph=await ts(So,q.address,L,Th,uc);b(Ph)}catch(mi){M(mi)}};if(D.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Cn();else{let So={transactionRequest:mt,onSuccess:b,onFailure:M,uiOptions:p||{},fundWalletConfig:m},mi={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:M};me({connectWallet:mi,sendTransaction:So}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function dc(){return new Promise(async(d,p)=>{let m=await De();if(!m||!L)throw new Error("Must have valid access token to enroll in MFA");try{await L.verifyMfa({accessToken:m}),d()}catch(b){p(b)}})}let wn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ch,linkWallet:rt,linkEmail:()=>{if(!a)throw new v("User must be authenticated before linking an email address.");if(s?.email)throw new v("User already has an email linked to their account.");h(!0),se("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new v("User must be authenticated before linking a phone number.");if(s?.phone)throw new v("User already has a phone number linked to their account.");h(!0),se("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new v("User must be authenticated before linking a Google account.");if(s?.google)throw new v("User already has a Google account linked to their account.");await Ee.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new v("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new v("User already has a Twitter account linked to their account.");await Ee.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new v("User must be authenticated before linking a Discord account.");if(s?.discord)throw new v("User already has a Discord account linked to their account.");await Ee.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new v("User must be authenticated before linking a GitHub account.");if(s?.github)throw new v("User already has a Github account linked to their account.");await Ee.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new v("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new v("User already has a Tiktok account linked to their account.");await Ee.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new v("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new v("User already has a LinkedIn account linked to their account.");await Ee.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await Ee.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await Ee.initLoginWithFarcaster(),h(!0),se("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{Eo(()=>d)}),Eo(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}A(!0),Ht("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),T(null),ae(te,"logout","onSuccess"),h(!1),r(!1),X.del(Tn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new le;let d=f.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===d?.address));return!d||!p?new le:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new ac(new $t(new le));let d=f.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===d?.address));return!d||!p?new ac(new $t(new le)):new ac(new $t(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Io(new le);let d=f.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===d?.address));return!d||!p?new Io(new le):new Io(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=f.find(b=>us(b.address)===us(d)),m=s?.linkedAccounts.find(b=>b.type==="wallet"&&us(b.address)===us(d));if(!p||!await p.isConnected())Q(d),rt();else if(!p.linked)p.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 lc(s,15e3)},setWalletPassword:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=pe(s);if(!m||!L){p(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await dc(),_e(!0);let b={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},M={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};me({setWalletPassword:b,connectWallet:M}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(m,b)=>{if(!a||!s){b(new Error("User must be authenticated before signing with a Privy wallet"));return}let M=pe(s);if(!M){b(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){b(new Error("Message must be a non-empty string"));return}_e(!0);let q=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let he=await De();if(!L||!he)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:M.address});let{response:mt}=await L.rpc({accessToken:he,address:M.address,request:{method:"personal_sign",params:[d,M.address]}}),Cn=mt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:M.address}),Cn};if(D.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let he=await q();m(he)}catch(he){b(he??new $e("Unable to sign message"))}}else{let mt={message:d,confirmAndSignMessage:q,onSuccess:So=>{m(So)},onFailure:So=>{b(So)},uiOptions:p||{}},Cn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:b};me({signMessage:mt,connectWallet:Cn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let M=await(await cc(d,p,m)).wait();return rs(M)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=pe(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}_e(!0);let b={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},M=await De();if(!M||!L){p(new Error("Must have valid access token to enroll in MFA"));return}if(!L){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await L.connect({accessToken:M,address:m.address}),await L.verifyMfa({accessToken:M})}catch(he){if(lr(he))await Ee.recoverEmbeddedWallet();else throw he}}catch(he){p(he);return}let q={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};me({keyExport:q,connectWallet:b}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:dc,async init(d){let p;switch(d){case"sms":p=new ps("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":ee.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,b)=>{St.current={resolve:m,reject:b}});break;default:throw ee.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){ee.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){Ee.closePrivyModal(),p();return}D.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."),me({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:p,onFailure:m}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await De();if(!d||!L)throw new Error("Must have valid access token to enroll in MFA");let p=await L.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to remove MFA");await L.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return Ee.loginWithCode(d)},initLoginWithEmail(d){return Ee.initLoginWithEmail(d)},initLoginWithSms(d){return Ee.initLoginWithSms(d)},isModalOpen:o};hh=wn.signMessage,yh=async(...d)=>{let p=await cc(...d);return D.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let pc=!!e.config?.headless,Ee=(()=>({headless:pc,isNewUserThisSession:C,isLinking:u,linkingHint:V,pendingTransaction:null,walletConnectionStatus:R,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>D.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(L)return L;let p=new Promise(M=>{Jo(()=>q=>M(q))}),m=new Promise(M=>setTimeout(()=>M(null),d)),b=await Promise.race([p,m]);return Jo(null),b},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(ae(te,"login","onComplete",s,C,!1,fe.current??null),e.onSuccess?.(s,C)):W&&ae(te,"login","onError","exited_auth_flow"),Q(null),A(!1),h(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:xo,initLoginWithWallet:async(d,p)=>{fe.current="siwe",Re(d,p)},loginWithWallet:async()=>{if(!n)throw new xr;if(!(t.authFlow instanceof er))throw new v("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),x(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new bn(d);t.startAuthFlow(p);try{fe.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new xr;if(!(t.authFlow instanceof bn))throw new v("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),x(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(od()){if(d==="google"&&ic(window.navigator.userAgent)){Ht("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{Ht("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new _o(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let b=await t.authFlow.getAuthorizationUrl();b&&b.url&&window.location.assign(b.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof _o))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=_t.get(_r),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let b,M;if(a)b=await t.link();else try{({user:b,isNewUser:M}=await t.authenticate()),fe.current=d}catch(q){throw ae(te,"login","onError",q.privyErrorCode||"unknown_auth_error"),q}c(b),x(M||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new Qo(d,p);t.startAuthFlow(m);try{fe.current="email",await m.sendCodeEmail()}catch(b){throw ae(te,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},initLoginWithSms:async(d,p)=>{let m=new tr(d,p);t.startAuthFlow(m);try{fe.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 d=>{if(!n)throw new xr;if(t.authFlow instanceof Qo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof tr)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),x(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:L,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(M=>M.type==="wallet"&&M.walletClientType==="privy"),b=await De();if(!b||!L||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}_e(!0);try{await L.connect({accessToken:b,address:m.address}),d(!0)}catch(M){lr(M)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await L.recover({address:m.address,accessToken:b})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):lr(M)?(me({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(M)}}),getFiatOnRampConfig:ut,setReadyToTrue:()=>{i(!0),ie?.()},updateWallets:()=>Tr()}))();gh=Ee.recoverEmbeddedWallet;let Eh=Y2(()=>({wallets:f,ready:Qe}),[f,Qe]);return bo(Te.Provider,{value:wn,children:bo(Ms.Provider,{value:te,children:bo(Yl.Provider,{value:Eh,children:fh(Fd,{...D,children:[e.children,fh(Ws.Provider,{value:Ee,children:[!pc&&D.captchaEnabled&&n&&!a&&bo(Is,{delayedExecution:!1}),bo(qf,{theme:{...D.appearance.palette||{}}}),bo(Td,{appConfig:D,data:Ae,setModalData:me,setInitialScreen:T,initialScreen:E,authenticated:a,open:o,children:bo(Jf,{open:o})}),Bt&&H.id?bo(mh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ee,mfaSubmitPromise:St,onLoad:G,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as eE}from"react";function tE(e){let{login:t}=eE(Te);return ht("login",e),{login:t}}import{useContext as oE}from"react";function rE(e){let{logout:t}=oE(Te);return ht("logout",e),{logout:t}}import{useCallback as vh}from"react";var nE=()=>{let e=ue(),{initLoginWithEmail:t,loginWithCode:o}=F(),r=vh(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=vh(async({code:i})=>{if(e.enabled&&e.status==="error")throw new uo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as wh}from"react";var iE=()=>{let e=ue(),{initLoginWithSms:t,loginWithCode:o}=F(),r=wh(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=wh(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new uo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as aE}from"react";function sE(e){let{connectWallet:t}=aE(Te);return ht("connectWallet",e),{connectWallet:t}}import{useContext as lE}from"react";function cE(e){let{createWallet:t}=lE(Te);return ht("createWallet",e),{createWallet:t}}import{useContext as dE}from"react";var pE=()=>{let{isModalOpen:e}=dE(Te);return{isOpen:e}};import{useContext as uE}from"react";function mE(e){let{getAccessToken:t}=uE(Te);return ht("accessToken",e),{getAccessToken:t}}function fE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{$t as AsExternalProvider,Is as Captcha,Sn as ConnectorManager,_n as PrivyClient,Z2 as PrivyProvider,le as PrivyProxyProvider,di as SUPPORTED_CHAINS,ys as VERSION,et as WalletConnector,fE as addRpcUrlOverrideToChain,sl as errorIndicatesMaxMfaRetries,Jr as errorIndicatesMfaTimeout,Qr as errorIndicatesMfaVerificationFailed,De as getAccessToken,sE as useConnectWallet,cE as useCreateWallet,tE as useLogin,nE as useLoginWithEmail,iE as useLoginWithSms,rE as useLogout,dn as useMfa,ei as useMfaEnrollment,pE as useModalStatus,F as usePrivy,Ns as useRegisterMfaListener,mE as useToken,li as useWallets};