@privy-io/react-auth 1.54.2 → 1.54.3-beta-20240124152426

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,7 +1,7 @@
1
- var ts=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Kl=(e,t,o)=>(ts(e,t,"read from private field"),o?o.call(e):t.get(e)),ai=(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)},os=(e,t,o,r)=>(ts(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Yl=(e,t,o)=>(ts(e,t,"access private method"),o);import{getAddress as es}from"@ethersproject/address";import{StaticJsonRpcProvider as Mb,Web3Provider as Gl}from"@ethersproject/providers";import{createStore as Lb}from"mipd";import{useCallback as Nb,useEffect as Zt,useMemo as Ob,useRef as Zn,useState as ae}from"react";import{FetchError as Bf}from"ofetch";var Qe=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}]`:""}`}},go=class extends Qe{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},C=class extends Qe{constructor(o,r,n){super(o,r,n);this.type="client_error"}},si=class extends C{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var z=class extends Qe{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},te=e=>{if(e instanceof Qe)return e;if(!(e instanceof Bf))return Xe(e);if(!e.response)return new go("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new go(t||"ApiError",e.response.status,o||r,e,n)},Xe=e=>e instanceof Qe?e:e instanceof Error?new C(e.message,e):new C(`Internal error: ${e}`);var cn=class extends C{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Ze=class extends C{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},li=class extends C{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ci=()=>"/api/v1/sessions",di=()=>"/api/v1/sessions/logout",Jl=()=>"/api/v1/sessions/fork",pi=()=>"/api/v1/sessions/fork/recover",Ql=()=>"/api/v1/siwe/init",Zl=()=>"/api/v1/siwe/authenticate",Xl=()=>"/api/v1/siwe/link",ec=()=>"/api/v1/passwordless/init",tc=()=>"/api/v1/passwordless/authenticate",oc=()=>"/api/v1/passwordless/link",rc=()=>"/api/v1/passwordless_sms/init",nc=()=>"/api/v1/passwordless_sms/authenticate",ic=()=>"/api/v1/passwordless_sms/link",ac=()=>"/api/v1/oauth/init",sc=()=>"/api/v1/oauth/authenticate",lc=()=>"/api/v1/oauth/link",cc=()=>"/api/v1/siwe/unlink",dc=()=>"/api/v1/passwordless/unlink",pc=()=>"/api/v1/passwordless_sms/unlink",uc=()=>"/api/v1/oauth/unlink",mc=()=>"/api/v1/analytics_events",fc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",hc=()=>"/api/v1/custom_jwt_account/authenticate",yc=()=>"/api/v1/mfa/passwordless_sms/init";var gc=()=>"/api/v1/mfa/passwordless_sms/enroll";var vr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");try{let t=hc(),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 te(t)}}async link(){throw new Error("Unimplemented")}};var $o=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("Email and email code must be set prior to calling authenticate.");try{let t=tc(),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 te(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("Email and email code must be set prior to calling authenticate.");try{let t=oc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw te(t)}}async sendCodeEmail(t,o){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new C("Email must be set when initialzing authentication.");try{let r=ec();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw te(r)}}};import{base64url as Wc}from"jose";var vc="1.54.2";var ui="4df5e2316331463a9130964bd6078dfa",wc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Cc="34357d3c125c2bcf2ce2bc3309d98715",mi="https://auth.privy.io",bc=2e4,et=1400,Ec=2500,rs=vc;var jo="privy:token",ns="privy-token",fi="privy:refresh_token",is="privy-refresh-token",hi="privy-session",dn="privy:session_transfer_token",Gf="privy:wallet",pn="privy:caid",wr="privy:state_code",Cr="privy:code_verifier",yi=e=>`${Gf}:${e}`,as="privy:connectors",ss="privy:connections";var qo=12e4,to=1,ls="0x1",br=3e4,Pc="https://api.moonpay.com/v1",Tc="https://api.moonpay.com/v1",xc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Sc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",_c="0x420000000000000000000000000000000000000F",kc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Ac(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Rc(e){return crypto.getRandomValues(new Uint8Array(e))}var gi=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)}},cs=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)}},ds=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 Ic(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function zf(){return typeof window<"u"&&window.localStorage?new cs:new gi}function Vf(){return typeof window<"u"&&window.sessionStorage?new ds:new gi}var bt=Vf(),Z=zf();var $f="S256",jf="S256",vo=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 C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new C("User denied confirmation during OAuth flow");let t=bt.get(Cr);if(!t)throw new C("Authentication error.");try{let o=sc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return bt.del(Cr),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=te(o);throw r.privyErrorCode?new C(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new C("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new C("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new C("User denied confirmation during OAuth flow");let t=bt.get(Cr);if(!t)throw new C("Authentication error.");try{let o=lc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return bt.del(Cr),r}catch(o){throw te(o)}}createCodeVerifier(){return Wc.encode(Rc(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=$f){if(o==jf){let r=await Ac(t);return Wc.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.provider)throw new C("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();bt.put(Cr,t);let o=this.createStateCode();bt.put(wr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=ac();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 te(n)}}};var dt=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 Ko=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,s)=>`${r} wants you to sign in with your Ethereum account:
1
+ var ls=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var tc=(e,t,o)=>(ls(e,t,"read from private field"),o?o.call(e):t.get(e)),ci=(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)},cs=(e,t,o,r)=>(ls(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var oc=(e,t,o)=>(ls(e,t,"access private method"),o);import{getAddress as is}from"@ethersproject/address";import{StaticJsonRpcProvider as Jb,Web3Provider as Kl}from"@ethersproject/providers";import{createStore as Qb}from"mipd";import{useCallback as Zb,useEffect as Xt,useMemo as Xb,useRef as ii,useState as fe}from"react";import{FetchError as Jf}from"ofetch";var Le=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}]`:""}`}},Lt=class extends Le{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends Le{constructor(o,r,n){super(o,r,n);this.type="client_error"}},di=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var z=class extends Le{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},ne=e=>{if(e instanceof Le)return e;if(!(e instanceof Jf))return et(e);if(!e.response)return new Lt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Lt(t||"ApiError",e.response.status,o||r,e,n)},et=e=>e instanceof Le?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var un=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Xe=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},pi=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ui=()=>"/api/v1/sessions",mi=()=>"/api/v1/sessions/logout",rc=()=>"/api/v1/sessions/fork",fi=()=>"/api/v1/sessions/fork/recover",nc=()=>"/api/v1/siwe/init",ic=()=>"/api/v1/siwe/authenticate",ac=()=>"/api/v1/siwe/link",sc=()=>"/api/v1/passwordless/init",lc=()=>"/api/v1/passwordless/authenticate",cc=()=>"/api/v1/passwordless/link",dc=()=>"/api/v1/passwordless_sms/init",pc=()=>"/api/v1/passwordless_sms/authenticate",uc=()=>"/api/v1/passwordless_sms/link",mc=()=>"/api/v1/oauth/init",fc=()=>"/api/v1/oauth/authenticate",hc=()=>"/api/v1/oauth/link",yc=()=>"/api/v1/siwe/unlink",gc=()=>"/api/v1/passwordless/unlink",vc=()=>"/api/v1/passwordless_sms/unlink",wc=()=>"/api/v1/oauth/unlink",Cc=()=>"/api/v1/analytics_events",bc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Ec=()=>"/api/v1/custom_jwt_account/authenticate",Pc=()=>"/api/v1/mfa/passwordless_sms/init";var Tc=()=>"/api/v1/mfa/passwordless_sms/enroll";var wr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=Ec(),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 ne(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 w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=lc(),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 ne(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=cc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw ne(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=sc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw ne(r)}}};import{base64url as Fc}from"jose";var xc="1.54.2";var hi="4df5e2316331463a9130964bd6078dfa",Sc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",_c="34357d3c125c2bcf2ce2bc3309d98715",yi="https://auth.privy.io",kc=2e4,tt=1400,Ac=2500,ds=xc;var Ko="privy:token",ps="privy-token",gi="privy:refresh_token",us="privy-refresh-token",vi="privy-session",mn="privy:session_transfer_token",Zf="privy:wallet",fn="privy:caid",Cr="privy:state_code",br="privy:code_verifier",wi=e=>`${Zf}:${e}`,ms="privy:connectors",fs="privy:connections";var Yo=12e4,oo=1,hs="0x1",Er=3e4,Rc="https://api.moonpay.com/v1",Ic="https://api.moonpay.com/v1",Wc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Mc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Lc="0x420000000000000000000000000000000000000F",Nc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Oc(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Dc(e){return crypto.getRandomValues(new Uint8Array(e))}var Ci=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)}},ys=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)}},gs=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 Uc(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function Xf(){return typeof window<"u"&&window.localStorage?new ys:new Ci}function eh(){return typeof window<"u"&&window.sessionStorage?new gs:new Ci}var Et=eh(),Z=Xf();var th="S256",oh="S256",Eo=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Et.get(br);if(!t)throw new w("Authentication error.");try{let o=fc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Et.del(br),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=ne(o);throw r.privyErrorCode?new w(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Et.get(br);if(!t)throw new w("Authentication error.");try{let o=hc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Et.del(br),r}catch(o){throw ne(o)}}createCodeVerifier(){return Fc.encode(Dc(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=th){if(o==oh){let r=await Oc(t);return Fc.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();Et.put(br,t);let o=this.createStateCode();Et.put(Cr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=mc();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 ne(n)}}};var pt=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 Jo=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
- ${s}
4
+ ${l}
5
5
 
6
6
  URI: ${n}
7
7
  Version: 1
@@ -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 dt(this._getNonceOnce.bind(this)),this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}addCaptchaToken(t){this.meta.captchaToken=t}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Zl(),{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 te(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Xl(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw te(t)}}async sign(){if(!this.api)throw new C("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new C("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 C("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Ql(),{address:t,token:this.meta.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new C("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.",s=new Date().toISOString();return this.createSiweMessage(t,o,n,i,s,r,a)}};var Yo=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("phone number and sms code must be set prior to calling authenticate.");try{let t=nc(),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 te(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("phone number and sms code must be set prior to calling authenticate.");try{let t=ic();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw te(t)}}async sendSmsCode(t,o){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new C("phone nNumber must be set when initialzing authentication.");try{let r=rc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw te(r)}}};import{v4 as Ah}from"uuid";function tt(e){return new Date(e*1e3)}function qf(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:tt(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:tt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:tt(o.verified_at)};t.push(a);break;case"google_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:tt(o.verified_at)};t.push(s);break;case"twitter_oauth":let l={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:tt(o.verified_at)};t.push(l);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:tt(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:tt(o.verified_at)};t.push(u);break;case"tiktok_oauth":let f={subject:o.subject,username:o.username,type:o.type,verifiedAt:tt(o.verified_at)};t.push(f);break;case"linkedin_oauth":let w={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:tt(o.verified_at)};t.push(w);break;case"apple_oauth":let v={subject:o.subject,email:o.email,type:o.type,verifiedAt:tt(o.verified_at)};t.push(v);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:tt(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Mt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var ne=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Kf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),wo=(e,t)=>t==="all-users"&&!ne(e)||t==="users-without-wallets"&&!Kf(e)?.length;function Et(e){if(!e)return null;let t=qf(e.linked_accounts),o=Mt(t,"wallet"),r=Mt(t,"email"),n=Mt(t,"phone"),i=Mt(t,"google_oauth"),a=Mt(t,"twitter_oauth"),s=Mt(t,"discord_oauth"),l=Mt(t,"github_oauth"),c=Mt(t,"tiktok_oauth"),u=Mt(t,"linkedin_oauth"),f=Mt(t,"apple_oauth"),w=e.mfa_methods.map(({type:T,verified_at:y})=>({type:T,verifiedAt:tt(y)}));return{id:e.id,createdAt:tt(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:s&&{subject:s.subject,username:s.username,email:s.email},github:l&&{subject:l.subject,username:l.username,name:l.name,email:l.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:f&&{subject:f.subject,email:f.email},mfaMethods:w.map(T=>T.type)}}import{getAddress as cd}from"@ethersproject/address";import Th from"eventemitter3";function Mc(){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 vi=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||vi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!ps(o))return!1}return!0},Co=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Lc=()=>{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 Nc=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,}))$/),Oc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},bo=(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}`},us=e=>new Promise(t=>setTimeout(t,e));function Dc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,s=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(s,t)};s()})}var Uc=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,s=0;for(;!a&&s<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...l)=>{a=!0,i(...l)}),s+=1,await us(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},wi=(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 ms=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Jo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Fc(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 s=e.getProviders(),l=[];for(let c of s)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||l.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Mc()){let u=vi(c);if(!s.some(f=>f.info.name===u)){if(ps(c,!0)&&!l.find(f=>f.type==="metamask")){l.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!l.find(f=>f.type==="phantom")){l.push({type:"phantom",legacyInjectedProvider:c});continue}l.find(f=>f.type==="unknown_browser_extension")||l.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(l)}})}function Er(e){return`eip155:${String(Number(e))}`}var Pt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new z(`Unsupported chainId ${e}`,4901);let i;if(o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+ui:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+wc:i=n.rpcUrls.default?.http[0],!i)throw new z(`No RPC url found for ${e}`);return i},Bc=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new z(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import nh from"@coinbase/wallet-sdk";import{jsx as Hc,jsxs as Yf}from"react/jsx-runtime";var un=({style:e,...t})=>Yf("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:[Hc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Hc("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 Ot}from"@ethersproject/address";import{Web3Provider as qc}from"@ethersproject/providers";import{default as oh}from"eventemitter3";import{StaticJsonRpcProvider as zc}from"@ethersproject/providers";import th from"eventemitter3";var Jf=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Gc=e=>Jf.includes(e);import{ErrorCode as Qf}from"@ethersproject/logger";var Pr=class extends z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Tr=class extends z{constructor(){super("User rejected connection");this.type="wallet_error"}},Tt=e=>{if(e instanceof z)return e;if(e?.code&&e?.reason){let t=new Fe(e);return e.code===Qf.ACTION_REJECTED&&(t.details=Ke.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Fe(e):new z("Unknown connector error",e)},Lt=class extends Qe{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Fe=class extends Lt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Ke).find(i=>i.eipCode===r.code);this.details=n||Ke.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Ke.E32002_CONNECTION_ALREADY_PENDING:this.details=Ke.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ke.E32002_WALLET_LOCKED))}},Zf={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}},Xf={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}},eh={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Ke={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...eh,...Xf},oo={...Zf,...Ke};var re=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 Pr,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||qo,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new z(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Tt(o)})}},Eo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Ci=class extends th{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 zc(Pt(a,this.chains,n)),this.rpcTimeoutDuration=xr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Eo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ie()||!this.address)throw new Eo("Disconnected",4900);return(await $c(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Eo(`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 Eo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new zc(Pt(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 Vc(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:Jo(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 Jo(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(Gc(o.method)){let r=await Ie();if(await jc(),!r||!this.address)throw new Eo("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 Eo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ie();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}}},Nt=class extends re{constructor(o){super(o,o.rpcTimeoutDuration)}},Po=class extends re{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 rh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},Ye=class extends oh{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=Er(o),this.walletClientType==="privy"&&Z.put(yi(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=xr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>Ot(i.address)===Ot(o));return{address:Ot(o),chainId:r,switchChain:async i=>{if(!n)throw new z("Wallet is not currently connected.");let a=this.wallets.find(f=>Ot(f.address)===Ot(o))?.chainId;if(!a)throw new z("Unable to determine current chainId.");let s,l;if(typeof i=="number"?(s=`0x${i.toString(16)}`,l=i):(s=i,l=Number(i)),a===Er(s))return;let c=this.chains.find(f=>f.id===l);if(!c)throw new z(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await u()}catch(f){if(rh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new z(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new qc(new Nt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new Po(this.proxyProvider)},sign:async i=>{if(!await n())throw new z("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Ot(n),a=[],s;if(this.walletClientType==="privy"){let c=Z.get(yi(i));this.chains.find(u=>u.id===Number(c))||(Z.del(yi(i)),c=null),s=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${s} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")s=c;else if(typeof c=="number")s=`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 ${ls}`,c),s=ls}let l=Er(s);a.find(c=>Ot(c.address)===i)||a.push(this.buildConnectedWallet(Ot(n),l)),bi(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=>Ot(n)===Ot(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 qc(new Nt(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 ih=e=>{let t=`https://mainnet.infura.io/v3/${ui}`,o=1;return e.makeWeb3Provider(t,o)},Ei,Pi=class extends Ye{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new re(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),Ei||(Ei=new nh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(ih(Ei)),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(){Ei.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:un}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Tt(o)}}};import{jsx as Kc}from"react/jsx-runtime";var Ti=({...e})=>Kc("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Kc("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 xi=class extends Ye{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:[Jo(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Ti}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Yc}from"react/jsx-runtime";var Sr=({style:e,...t})=>Yc("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Yc("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 ot,jsxs as ah}from"react/jsx-runtime";var _r=({style:e,...t})=>ah("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:[ot("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ot("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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"}),ot("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 Jc,jsxs as sh}from"react/jsx-runtime";var Dt=({style:e,...t})=>sh("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:[Jc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Jc("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 Ar=class extends Ye{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new re(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let s=i.provider;this.proxyProvider.setWalletProvider(s),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Tt(o)}}},kr,Rr=class extends Ye{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";ai(this,kr,void 0);this.proxyProvider=new re(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?os(this,kr,{name:"MetaMask",icon:_r}):a==="phantom"&&os(this,kr,{name:"Phantom",icon:Dt})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Kl(this,kr)??{name:"Browser Extension",icon:Sr}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Tt(o)}}};kr=new WeakMap;import{getAddress as VE}from"@ethersproject/address";import{Web3Provider as jE}from"@ethersproject/providers";import{isMobile as lh}from"react-device-detect";var Si=class extends Ar{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{lh||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Tt(t)}}};var _i=class extends Ye{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new re(void 0,qo);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var ki=class extends _i{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Dt}}};import{EthereumProvider as Ch,OPTIONAL_EVENTS as bh,OPTIONAL_METHODS as Eh}from"@walletconnect/ethereum-provider";import{isMobile as Ph}from"react-device-detect";import{createContext as dh,useContext as ph,useEffect as uh,useRef as mh,useState as fh}from"react";import{jsx as ch}from"react/jsx-runtime";function Ai({src:e,...t}){return ch("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 yh,jsxs as gh}from"react/jsx-runtime";var Qc=dh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),hh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Zc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=fh(e.initialScreen);uh(()=>{!o&&!hh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=mh(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:s=>{e.setInitialScreen(s),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return gh(Qc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&yh(Ai,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>ph(Qc);import{jsx as Ir,jsxs as vh}from"react/jsx-runtime";var mn=({style:e,...t})=>{let{app:o}=S();return vh("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:[Ir("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Ir("g",{clipPath:"url(#clip0_1765_9946)",children:Ir("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"})}),Ir("defs",{children:Ir("clipPath",{id:"clip0_1765_9946",children:Ir("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Ri=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Wr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Wr={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 wh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Xc=e=>e in Wr,ed=e=>{let t=Wr[e].mobile;if("native"in t)return t.native};function td(e,t){let o=wh(t);if(o.deepLink)return ad(o.deepLink,e);if(o.universalLink)return sd(o.universalLink,e);throw new C(`Unsupported wallet ${t.id}`)}var od="WALLETCONNECT_DEEPLINK_CHOICE";function rd(){try{localStorage.removeItem(od)}catch{}}function nd({href:e,name:t}){try{localStorage.setItem(od,JSON.stringify({href:e,name:t}))}catch{}}function id(e){return e.startsWith("http://")||e.startsWith("https://")}function ad(e,t){if(id(e))return sd(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 sd(e,t){if(!id(e))return ad(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function ld(e,t){window.open(e,t,"noreferrer noopener")}var Ut=class extends Ye{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new re(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Wr[a],this.walletClientType=a),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let l=Ri(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.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(l=>{!l.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:_r}:{name:ms(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||mn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Wr[o],this.walletClientType=o,this.redirectUri=void 0,rd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Tr)};this.onQrModalClosed=n,(async()=>{let a="",s=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(s?.length&&(a=s[0]),!a||a==="")throw new z("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let l=Ri(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=xr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(s),o()})().catch(a=>{if(a){r(Tt(a));return}r(new z("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=Pt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Ch.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:bh,optionalMethods:Eh,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Ph&&this.walletEntry){let{redirect:i,href:a}=td(n,this.walletEntry);nd({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,ld(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=Ri(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var fs=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===cd(t)).length:!1},xr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||qo:qo,fn=class extends Th{constructor(o,r,n,i,a,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 re:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=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;Z.get(as)&&(Z.getKeys().forEach(r=>{r.startsWith("walletconnect")&&Z.del(r)}),Z.del(as));let o=Fc(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"),!Co()&&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 Ci(o,r,this.rpcConfig,this.chains,n.id),s=new xi(a,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}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 Ut&&i.resetConnection(r),i;let s=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Si(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Rr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Rr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Rr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Ar(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Pi(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new ki(this.defaultChain):new Ut(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return s&&this.addWalletConnector(s),s||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=Z.get(ss);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}));Z.put(ss,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=cd(o),this.emit("walletsUpdated")}};function bi(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 xh}from"ofetch";var Sh=[ci(),pi(),di()],_h=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},Ii=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=rs,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=xh.create({baseURL:this.defaults.baseURL,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 s=!Sh.includes(n.toString());if(!a.has("authorization")&&s){let l=await this.client.getAccessToken();l!==null&&a.set("authorization",`Bearer ${l}`)}i.headers=a,i.signal||(i.signal=_h(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new si}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw te(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw te(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw te(r)}}};import Qo from"js-cookie";function dd(e){return e instanceof $o?"email":e instanceof Yo?"sms":e instanceof Ko?"siwe":e instanceof vr?"custom_auth":e instanceof vo?e.meta.provider:null}import*as pd from"jose";var Ft=class{static parse(t){try{return new Ft(t)}catch{return null}}constructor(t){this.value=t,this._decoded=pd.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 kh=30,Wi=class{constructor(){this.authenticateOnce=new dt(async t=>this._authenticate(t)),this.linkOnce=new dt(async t=>this._link(t)),this.refreshOnce=new dt(this._refresh.bind(this)),this.destroyOnce=new dt(this._destroy.bind(this)),this.forkSessionOnce=new dt(this._forkSession.bind(this))}get token(){try{let t=Z.get(jo);return typeof t=="string"?new Ft(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Z.get(fi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=Z.get(dn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=Qo.get(hi);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=Ft.parse(this.token);return t!==null&&!t.isExpired(kh)}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=dd(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:Et(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Xe(o)}}async _link(t){try{let o=await t.link();return Et(o)}catch(o){throw console.warn("Error linking account"),Xe(o)}}async _refresh(){if(!this.api)throw new C("Session has no API instance");if(!this.client)throw new C("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(ci(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(pi(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Et(n.user)}catch(n){if(n instanceof go&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Xe(n)}}async _destroy(){try{await this.api?.post(di(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new C("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Jl(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Xe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=Z.get(jo);if(Z.put(jo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Ft.parse(t)?.expiration;Qo.set(ns,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else Z.del(jo),Qo.remove(ns)}storeRefreshToken(t){typeof t=="string"?(Z.put(fi,t),this.client?.useServerCookies||(Qo.set(hi,"t",{sameSite:"Strict",secure:!0,expires:30}),Qo.set(is,t,{sameSite:"Strict",secure:!0,expires:30}))):(Z.del(fi),Qo.remove(is),Qo.remove(hi))}clearForkedToken(){Z.del(dn)}};var hs,Mi,ud,hn=class{constructor(t){ai(this,Mi);this.apiUrl=t.apiUrl||mi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||bc,this.appId=t.appId,this.clientAnalyticsId=Yl(this,Mi,ud).call(this),hs||(hs=new Wi),this.session=hs,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new fn(t,o,r,n,i,a))}generateApi(){let t=new Ii(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 C("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new C("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(dc(),{address:t});return Et(o)}catch(o){throw Xe(o)}}async unlinkPhone(t){try{let o=await this.api.post(pc(),{phoneNumber:t});return Et(o)}catch(o){throw Xe(o)}}async unlinkWallet(t){try{let o=await this.api.post(cc(),{address:t});return Et(o)}catch(o){throw Xe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(uc(),{provider:t,subject:o});return Et(r)}catch(r){throw Xe(r)}}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(mc(),{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(fc(),t)}catch(o){throw Xe(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Ft.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,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw Xe(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()}};Mi=new WeakSet,ud=function(){if(typeof window>"u")return null;try{let o=Z.get(pn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=Ah();try{return Z.put(pn,t),t}catch{return t}};import{useCallback as lb,useEffect as cb,useRef as db,useState as pb}from"react";import ub from"react-dom";import{useEffect as Rh,useMemo as Ih}from"react";import{useRef as Wh}from"react";import{useContext as Mh}from"react";import{useState as md}from"react";import{createContext as Lh}from"react";import{jsx as Nh}from"react/jsx-runtime";var fd=Lh({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P}),Zo=class extends Qe{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},hd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r,tokenPromise:n})=>{let i=Wh(null),[a,s]=md(),[l,c]=md();Rh(()=>{a&&n?.resolve(a)},[a,n]);let u=Ih(()=>r?!a&&!l?{status:"loading"}:a&&!l?{status:"success",token:a}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,a,l]);return Nh(fd.Provider,{value:{...u,ref:i,enabled:r,siteKey:o,appId:t,setToken:s,setError:c,remove(){r&&(i.current?.remove(),c(void 0),s(void 0))},reset(){r&&(i.current?.reset(),c(void 0),s(void 0))},async waitForResult(){if(!r)return"";try{return await Dc(()=>i.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Zo("Captcha failed",null,"captcha_timeout")}}},children:e})},ue=()=>Mh(fd);import{createContext as Oh,useContext as Dh}from"react";var ys=Oh({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,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),A=()=>Dh(ys);import{createContext as Uh,useContext as Fh}from"react";var fe=Uh({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone: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,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}),H=()=>Fh(fe);import{useEffect as Bh,useState as Hh}from"react";var yd=e=>{let[t,o]=Hh("auto");return Bh(()=>{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 Gh,useContext as zh,useEffect as Vh}from"react";var gd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},gs=Gh(void 0),vd=()=>zh(gs);function pt(e,t){if(!t)return;let r=vd().current[e];return Vh(()=>{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 ie(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function wd(){let e=vd();return(t,o,...r)=>ie(e,t,o,...r)}function vs(e){pt("configureMfa",e)}import xs from"styled-components";import Xo,{css as Es}from"styled-components";import Cs from"styled-components";import{Fragment as jh,jsx as ws,jsxs as qh}from"react/jsx-runtime";var Li=({success:e,fail:t})=>qh(jh,{children:[ws(Bt,{className:e?"success":t?"fail":""}),ws(bs,{className:e?"success":t?"fail":""})]}),Bt=Cs.span`
12
+ - https://privy.io`;this.getNonceOnce=new pt(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(ic(),{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 ne(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(ac(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ne(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(nc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Qo=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=pc(),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 ne(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=uc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ne(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=dc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ne(r)}}};import{v4 as Fh}from"uuid";function ot(e){return new Date(e*1e3)}function rh(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:ot(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:ot(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:ot(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:ot(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:ot(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:ot(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:ot(o.verified_at)};t.push(u);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:ot(o.verified_at)};t.push(h);break;case"linkedin_oauth":let v={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:ot(o.verified_at)};t.push(v);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:ot(o.verified_at)};t.push(m);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:ot(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Nt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var le=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,nh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Po=(e,t)=>t==="all-users"&&!le(e)||t==="users-without-wallets"&&!nh(e)?.length;function Pt(e){if(!e)return null;let t=rh(e.linked_accounts),o=Nt(t,"wallet"),r=Nt(t,"email"),n=Nt(t,"phone"),i=Nt(t,"google_oauth"),a=Nt(t,"twitter_oauth"),l=Nt(t,"discord_oauth"),s=Nt(t,"github_oauth"),c=Nt(t,"tiktok_oauth"),u=Nt(t,"linkedin_oauth"),h=Nt(t,"apple_oauth"),v=e.mfa_methods.map(({type:b,verified_at:T})=>({type:b,verifiedAt:ot(T)}));return{id:e.id,createdAt:ot(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:h&&{subject:h.subject,email:h.email},mfaMethods:v.map(b=>b.type)}}import{getAddress as yd}from"@ethersproject/address";import Lh from"eventemitter3";function Bc(){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 bi=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 vs=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||bi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!vs(o))return!1}return!0},To=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Hc=()=>{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 Gc=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,}))$/),zc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},xo=(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}`},ws=e=>new Promise(t=>setTimeout(t,e));function Vc(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 $c=(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 ws(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Ei=(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 Cs=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Zo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function jc(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 Bc()){let u=bi(c);if(!l.some(h=>h.info.name===u)){if(vs(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 Pr(e){return`eip155:${String(Number(e))}`}var Tt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new z(`Unsupported chainId ${e}`,4901);let i;if(o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+hi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Sc:i=n.rpcUrls.default?.http[0],!i)throw new z(`No RPC url found for ${e}`);return i},qc=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new z(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import fh from"@coinbase/wallet-sdk";import{jsx as Kc,jsxs as ih}from"react/jsx-runtime";var hn=({style:e,...t})=>ih("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:[Kc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Kc("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 Ut}from"@ethersproject/address";import{Web3Provider as ed}from"@ethersproject/providers";import{default as uh}from"eventemitter3";import{StaticJsonRpcProvider as Jc}from"@ethersproject/providers";import ph from"eventemitter3";var ah=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Yc=e=>ah.includes(e);import{ErrorCode as sh}from"@ethersproject/logger";var Tr=class extends z{constructor(){super("Wallet timeout");this.type="wallet_error"}},xr=class extends z{constructor(){super("User rejected connection");this.type="wallet_error"}},xt=e=>{if(e instanceof z)return e;if(e?.code&&e?.reason){let t=new He(e);return e.code===sh.ACTION_REJECTED&&(t.details=qe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new He(e):new z("Unknown connector error",e)},Ot=class extends Le{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},He=class extends Ot{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(qe).find(i=>i.eipCode===r.code);this.details=n||qe.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=qe.E32002_CONNECTION_ALREADY_PENDING:this.details=qe.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=qe.E32002_WALLET_LOCKED))}},lh={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}},ch={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}},dh={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}},qe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...dh,...ch},no={...lh,...qe};var ie=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 Tr,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||Yo,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new z(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw xt(o)})}},So=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Pi=class extends ph{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 Jc(Tt(a,this.chains,n)),this.rpcTimeoutDuration=Sr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new So(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ne()||!this.address)throw new So("Disconnected",4900);return(await Zc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new So(`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 So(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Jc(Tt(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 Qc(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:Zo(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 Zo(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(Yc(o.method)){let r=await Ne();if(await Xc(),!r||!this.address)throw new So("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 So("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ne();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}}},Dt=class extends ie{constructor(o){super(o,o.rpcTimeoutDuration)}},_o=class extends ie{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 mh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},Ke=class extends uh{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=Pr(o),this.walletClientType==="privy"&&Z.put(wi(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=Sr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>Ut(i.address)===Ut(o));return{address:Ut(o),chainId:r,switchChain:async i=>{if(!n)throw new z("Wallet is not currently connected.");let a=this.wallets.find(h=>Ut(h.address)===Ut(o))?.chainId;if(!a)throw new z("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===Pr(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new z(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(h){if(mh(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new z(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new ed(new Dt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new _o(this.proxyProvider)},sign:async i=>{if(!await n())throw new z("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Ut(n),a=[],l;if(this.walletClientType==="privy"){let c=Z.get(wi(i));this.chains.find(u=>u.id===Number(c))||(Z.del(wi(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${hs}`,c),l=hs}let s=Pr(l);a.find(c=>Ut(c.address)===i)||a.push(this.buildConnectedWallet(Ut(n),s)),Ti(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=>Ut(n)===Ut(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 ed(new Dt(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 hh=e=>{let t=`https://mainnet.infura.io/v3/${hi}`,o=1;return e.makeWeb3Provider(t,o)},xi,Si=class extends Ke{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new ie(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),xi||(xi=new fh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(hh(xi)),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(){xi.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:hn}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw xt(o)}}};import{jsx as td}from"react/jsx-runtime";var _i=({...e})=>td("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:td("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 ki=class extends Ke{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:[Zo(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:_i}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as od}from"react/jsx-runtime";var _r=({style:e,...t})=>od("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:od("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 rt,jsxs as yh}from"react/jsx-runtime";var kr=({style:e,...t})=>yh("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:[rt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),rt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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"}),rt("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 rd,jsxs as gh}from"react/jsx-runtime";var Ft=({style:e,...t})=>gh("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:[rd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),rd("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 Rr=class extends Ke{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new ie(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw xt(o)}}},Ar,Ir=class extends Ke{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";ci(this,Ar,void 0);this.proxyProvider=new ie(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?cs(this,Ar,{name:"MetaMask",icon:kr}):a==="phantom"&&cs(this,Ar,{name:"Phantom",icon:Ft})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return tc(this,Ar)??{name:"Browser Extension",icon:_r}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw xt(o)}}};Ar=new WeakMap;import{getAddress as s3}from"@ethersproject/address";import{Web3Provider as c3}from"@ethersproject/providers";import{isMobile as vh}from"react-device-detect";var Ai=class extends Rr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{vh||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw xt(t)}}};var Ri=class extends Ke{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new ie(void 0,Yo);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Ii=class extends Ri{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Ft}}};import{EthereumProvider as Rh,OPTIONAL_EVENTS as Ih,OPTIONAL_METHODS as Wh}from"@walletconnect/ethereum-provider";import{isMobile as Mh}from"react-device-detect";import{createContext as Ch,useContext as bh,useEffect as Eh,useRef as Ph,useState as Th}from"react";import{jsx as wh}from"react/jsx-runtime";function Wi({src:e,...t}){return wh("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 Sh,jsxs as _h}from"react/jsx-runtime";var nd=Ch({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),xh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],id=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Th(e.initialScreen);Eh(()=>{!o&&!xh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=Ph(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return _h(nd.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Sh(Wi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>bh(nd);import{jsx as Wr,jsxs as kh}from"react/jsx-runtime";var yn=({style:e,...t})=>{let{app:o}=S();return kh("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:[Wr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Wr("g",{clipPath:"url(#clip0_1765_9946)",children:Wr("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"})}),Wr("defs",{children:Wr("clipPath",{id:"clip0_1765_9946",children:Wr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Mi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Mr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Mr={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 Ah(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var ad=e=>e in Mr,sd=e=>{let t=Mr[e].mobile;if("native"in t)return t.native};function ld(e,t){let o=Ah(t);if(o.deepLink)return md(o.deepLink,e);if(o.universalLink)return fd(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var cd="WALLETCONNECT_DEEPLINK_CHOICE";function dd(){try{localStorage.removeItem(cd)}catch{}}function pd({href:e,name:t}){try{localStorage.setItem(cd,JSON.stringify({href:e,name:t}))}catch{}}function ud(e){return e.startsWith("http://")||e.startsWith("https://")}function md(e,t){if(ud(e))return fd(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 fd(e,t){if(!ud(e))return md(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function hd(e,t){window.open(e,t,"noreferrer noopener")}var Bt=class extends Ke{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new ie(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Mr[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=Mi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:kr}:{name:Cs(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||yn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Mr[o],this.walletClientType=o,this.redirectUri=void 0,dd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new xr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new z("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Mi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Sr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(xt(a));return}r(new z("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=Tt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Rh.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Ih,optionalMethods:Wh,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Mh&&this.walletEntry){let{redirect:i,href:a}=ld(n,this.walletEntry);pd({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,hd(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=Mi(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var bs=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===yd(t)).length:!1},Sr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Yo:Yo,gn=class extends Lh{constructor(o,r,n,i,a,l){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new ie:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;Z.get(ms)&&(Z.getKeys().forEach(r=>{r.startsWith("walletconnect")&&Z.del(r)}),Z.del(ms));let o=jc(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"),!To()&&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 Pi(o,r,this.rpcConfig,this.chains,n.id),l=new ki(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 Bt&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Ai(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Ir(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Ir(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Ir(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Rr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Si(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Ii(this.defaultChain):new Bt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=Z.get(fs);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}));Z.put(fs,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=yd(o),this.emit("walletsUpdated")}};function Ti(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 Nh}from"ofetch";var Oh=[ui(),fi(),mi()],Dh=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},Li=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=ds,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Nh.create({baseURL:this.defaults.baseURL,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=!Oh.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=Dh(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new di}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw ne(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw ne(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw ne(r)}}};import Xo from"js-cookie";function gd(e){return e instanceof qo?"email":e instanceof Qo?"sms":e instanceof Jo?"siwe":e instanceof wr?"custom_auth":e instanceof Eo?e.meta.provider:null}import*as vd from"jose";var Ht=class{static parse(t){try{return new Ht(t)}catch{return null}}constructor(t){this.value=t,this._decoded=vd.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 Uh=30,Ni=class{constructor(){this.authenticateOnce=new pt(async t=>this._authenticate(t)),this.linkOnce=new pt(async t=>this._link(t)),this.refreshOnce=new pt(this._refresh.bind(this)),this.destroyOnce=new pt(this._destroy.bind(this)),this.forkSessionOnce=new pt(this._forkSession.bind(this))}get token(){try{let t=Z.get(Ko);return typeof t=="string"?new Ht(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Z.get(gi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=Z.get(mn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=Xo.get(vi);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=Ht.parse(this.token);return t!==null&&!t.isExpired(Uh)}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=gd(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:Pt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),et(o)}}async _link(t){try{let o=await t.link();return Pt(o)}catch(o){throw console.warn("Error linking account"),et(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(ui(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(fi(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Pt(n.user)}catch(n){if(n instanceof Lt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw et(n)}}async _destroy(){try{await this.api?.post(mi(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(rc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw et(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=Z.get(Ko);if(Z.put(Ko,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Ht.parse(t)?.expiration;Xo.set(ps,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else Z.del(Ko),Xo.remove(ps)}storeRefreshToken(t){typeof t=="string"?(Z.put(gi,t),this.client?.useServerCookies||(Xo.set(vi,"t",{sameSite:"Strict",secure:!0,expires:30}),Xo.set(us,t,{sameSite:"Strict",secure:!0,expires:30}))):(Z.del(gi),Xo.remove(us),Xo.remove(vi))}clearForkedToken(){Z.del(mn)}};var Es,Oi,wd,vn=class{constructor(t){ci(this,Oi);this.apiUrl=t.apiUrl||yi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||kc,this.appId=t.appId,this.clientAnalyticsId=oc(this,Oi,wd).call(this),Es||(Es=new Ni),this.session=Es,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new gn(t,o,r,n,i,a))}generateApi(){let t=new Li(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(gc(),{address:t});return Pt(o)}catch(o){throw et(o)}}async unlinkPhone(t){try{let o=await this.api.post(vc(),{phoneNumber:t});return Pt(o)}catch(o){throw et(o)}}async unlinkWallet(t){try{let o=await this.api.post(yc(),{address:t});return Pt(o)}catch(o){throw et(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(wc(),{provider:t,subject:o});return Pt(r)}catch(r){throw et(r)}}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(Cc(),{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(bc(),t)}catch(o){throw et(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Ht.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,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw et(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()}};Oi=new WeakSet,wd=function(){if(typeof window>"u")return null;try{let o=Z.get(fn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=Fh();try{return Z.put(fn,t),t}catch{return t}};import{Turnstile as $h}from"@marsidev/react-turnstile";import{useEffect as jh,useMemo as qh}from"react";import{useMemo as Bh,useRef as Hh,useContext as Gh,useState as Ps,createContext as zh}from"react";import{jsx as Vh}from"react/jsx-runtime";var Cd=zh({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}),io=class extends Le{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},bd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=Hh(null),[i,a]=Ps(),[l,s]=Ps(),[c,u]=Ps(!1),h=Bh(()=>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 Vh(Cd.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 Vc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new io("Captcha failed",null,"captcha_timeout")}}},children:e})},ye=()=>Gh(Cd);import{jsx as Ed}from"react/jsx-runtime";var Ts=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=ye(),[,s]=qh(()=>o?.split("t:")||[],[o]);if(jh(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ed("div",{className:"hidden h-0 w-0",children:Ed($h,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as Sb,useEffect as wf,useRef as _b,useState as kb}from"react";import Ab from"react-dom";import{createContext as Kh,useContext as Yh}from"react";var xs=Kh({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,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),R=()=>Yh(xs);import{createContext as Jh,useContext as Qh}from"react";var we=Jh({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone: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,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}),B=()=>Qh(we);import{useEffect as Zh,useState as Xh}from"react";var Pd=e=>{let[t,o]=Xh("auto");return Zh(()=>{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 ey,useContext as ty,useEffect as oy}from"react";var Td={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ss=ey(void 0),xd=()=>ty(Ss);function ut(e,t){if(!t)return;let r=xd().current[e];return oy(()=>{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 ce(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Sd(){let e=xd();return(t,o,...r)=>ce(e,t,o,...r)}function _s(e){ut("configureMfa",e)}import Ls from"styled-components";import er,{css as Is}from"styled-components";import As from"styled-components";import{Fragment as ny,jsx as ks,jsxs as iy}from"react/jsx-runtime";var Lr=({success:e,fail:t})=>iy(ny,{children:[ks(Gt,{className:e?"success":t?"fail":""}),ks(Rs,{className:e?"success":t?"fail":""})]}),Gt=As.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -42,13 +42,13 @@ Resources:
42
42
  border-color: var(--privy-color-error);
43
43
  border-bottom-color: var(--privy-color-error);
44
44
  }
45
- `,bs=Cs(Bt)`
45
+ `,Rs=As(Gt)`
46
46
  && {
47
47
  border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
48
48
  animation: none;
49
49
  opacity: 0.5;
50
50
  }
51
- `,ro=e=>ws($h,{color:e.color||"var(--privy-color-foreground-3)"}),$h=Cs(Bt)`
51
+ `,wn=e=>ks(ry,{color:e.color||"var(--privy-color-foreground-3)"}),ry=As(Gt)`
52
52
  && {
53
53
  height: 0.9rem;
54
54
  width: 0.9rem;
@@ -57,7 +57,7 @@ Resources:
57
57
  /* Override default Loader to match button transitions */
58
58
  transition: border-color 200ms ease;
59
59
  }
60
- `;import{jsx as ut,jsxs as Fi}from"react/jsx-runtime";var Ni=Xo.button`
60
+ `;import{jsx as mt,jsxs as Hi}from"react/jsx-runtime";var Di=er.button`
61
61
  display: flex;
62
62
  flex-direction: row;
63
63
  align-items: center;
@@ -85,13 +85,13 @@ Resources:
85
85
  color: var(--privy-color-foreground-3);
86
86
  cursor: not-allowed;
87
87
  }
88
- `,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(Cd,{disabled:t||o,...n,children:t?Fi("span",{children:[ut(ro,{}),r?ut("span",{children:r}):null]}):e}),rT=Xo(U)`
89
- ${e=>e.hideAnimations&&Es`
88
+ `,D=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>mt(_d,{disabled:t||o,...n,children:t?Hi("span",{children:[mt(wn,{}),r?mt("span",{children:r}):null]}):e}),bT=er(D)`
89
+ ${e=>e.hideAnimations&&Is`
90
90
  && {
91
91
  transition: none;
92
92
  }
93
93
  `}
94
- `,Oi=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(Cd,{as:"a",disabled:t||o,...n,children:t?Fi("span",{children:[ut(ro,{}),r?ut("span",{children:r}):null]}):e}),Cd=Xo(Ni)`
94
+ `,Ui=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>mt(_d,{as:"a",disabled:t||o,...n,children:t?Hi("span",{children:[mt(wn,{}),r?mt("span",{children:r}):null]}):e}),_d=er(Di)`
95
95
  position: relative;
96
96
 
97
97
  && {
@@ -117,7 +117,7 @@ Resources:
117
117
  }
118
118
 
119
119
  /* If an anchor tag, :disabled isn't a thing, so manually set state */
120
- ${e=>e.disabled?Es`
120
+ ${e=>e.disabled?Is`
121
121
  &&&,
122
122
  &&&:hover,
123
123
  &&&:active {
@@ -136,7 +136,7 @@ Resources:
136
136
  opacity: 1;
137
137
  animation: fadein 200ms ease;
138
138
  }
139
- `,no=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(Kh,{disabled:t||o,...n,children:t?Fi("span",{children:[ut(ro,{}),r?ut("span",{children:r}):null]}):e}),Kh=Xo(Ni)`
139
+ `,ao=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>mt(ay,{disabled:t||o,...n,children:t?Hi("span",{children:[mt(wn,{}),r?mt("span",{children:r}):null]}):e}),ay=er(Di)`
140
140
  && {
141
141
  border-width: 1px;
142
142
  border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
@@ -165,7 +165,7 @@ Resources:
165
165
  opacity: 1;
166
166
  animation: fadein 200ms ease;
167
167
  }
168
- `,Di=Xo.button`
168
+ `,Fi=er.button`
169
169
  && {
170
170
  padding: 12px 16px;
171
171
  font-weight: 500;
@@ -178,7 +178,7 @@ Resources:
178
178
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
179
179
  user-select: none;
180
180
 
181
- ${e=>e.invisible&&Es`
181
+ ${e=>e.invisible&&Is`
182
182
  pointer-events: none;
183
183
  `}
184
184
 
@@ -196,10 +196,10 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,nT=Xo.div`
199
+ `,ET=er.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
- `,Ui=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Fi(Yh,{isSubmitting:r,onClick:t,disabled:o,...n,children:[ut("span",{children:e}),ut("span",{children:ut(ro,{})})]}),Yh=Xo.button`
202
+ `,Bi=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Hi(sy,{isSubmitting:r,onClick:t,disabled:o,...n,children:[mt("span",{children:e}),mt("span",{children:mt(wn,{})})]}),sy=er.button`
203
203
  && {
204
204
  color: var(--privy-color-accent);
205
205
  font-size: 16px;
@@ -241,7 +241,7 @@ Resources:
241
241
  cursor: not-allowed;
242
242
  }
243
243
  }
244
- `;import Jh from"styled-components";var bd=Jh.span`
244
+ `;import ly from"styled-components";var Gi=ly.span`
245
245
  && {
246
246
  width: 82px;
247
247
  height: 82px;
@@ -254,10 +254,9 @@ Resources:
254
254
  box-sizing: border-box;
255
255
  animation: rotation 1.2s linear infinite;
256
256
  transition: border-color 800ms;
257
- border-color: var(--privy-color-accent);
258
- border-bottom-color: var(--privy-color-accent);
257
+ border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
259
258
  }
260
- `;import{ArrowLeftIcon as Qh,XMarkIcon as Zh}from"@heroicons/react/24/outline";import Ps from"styled-components";import{jsx as mt,jsxs as ry}from"react/jsx-runtime";var Ed=()=>mt("div",{}),Xh=({backFn:e})=>mt("div",{children:mt(Pd,{onClick:e,children:mt(Qh,{height:"16px",width:"16px",strokeWidth:2})})}),ey=e=>mt("div",{children:mt(Pd,{onClick:e.onClose,children:mt(Zh,{height:"16px",width:"16px",strokeWidth:2})})});var x=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=A(),{app:i}=S();return ry(ty,{children:[e?mt(Xh,{backFn:e}):mt(Ed,{}),o&&mt(oy,{children:o}),i?.render.inDialog&&r?mt(ey,{onClose:t||(()=>n())}):mt(Ed,{})]})},Pd=Ps.button`
259
+ `;import{ArrowLeftIcon as cy,XMarkIcon as dy}from"@heroicons/react/24/outline";import Ws from"styled-components";import{jsx as ft,jsxs as hy}from"react/jsx-runtime";var kd=()=>ft("div",{}),py=({backFn:e})=>ft("div",{children:ft(Ad,{onClick:e,children:ft(cy,{height:"16px",width:"16px",strokeWidth:2})})}),uy=e=>ft("div",{children:ft(Ad,{onClick:e.onClose,children:ft(dy,{height:"16px",width:"16px",strokeWidth:2})})});var x=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=R(),{app:i}=S();return hy(my,{children:[e?ft(py,{backFn:e}):ft(kd,{}),o&&ft(fy,{children:o}),i?.render.inDialog&&r?ft(uy,{onClose:t||(()=>n())}):ft(kd,{})]})},Ad=Ws.button`
261
260
  && {
262
261
  cursor: pointer;
263
262
  display: flex;
@@ -276,7 +275,7 @@ Resources:
276
275
  opacity: 1;
277
276
  }
278
277
  }
279
- `,ty=Ps.div`
278
+ `,my=Ws.div`
280
279
  padding: 16px 0;
281
280
  display: flex;
282
281
  align-items: center;
@@ -298,14 +297,14 @@ Resources:
298
297
  display: flex;
299
298
  justify-content: flex-end;
300
299
  }
301
- `,oy=Ps.div`
300
+ `,fy=Ws.div`
302
301
  overflow: hidden;
303
302
  white-space: nowrap;
304
303
  max-width: 100%;
305
304
  text-overflow: ellipsis;
306
305
  text-align: center;
307
306
  color: var(--privy-color-foreground-2);
308
- `;import{jsx as Td}from"react/jsx-runtime";var xd=({style:e,...t})=>Td("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:Td("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as Ts,jsx as Ht,jsxs as Bi}from"react/jsx-runtime";var Sd=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return Bi(Ts,{children:[Ht(x,{}),Bi(ny,{children:[Ht(ay,{children:Bi("div",{children:[Ht(bd,{}),Ht(xd,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Bi(iy,{children:[typeof o=="string"?Ht("h3",{children:o}):Ht(Ts,{children:o}),typeof r=="string"?Ht("p",{children:r}):Ht(Ts,{children:r})]}),t?.allowlistConfig.errorCtaLink?Ht(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Ht(U,{onClick:()=>{e("LANDING")},children:n})]})]})},ny=xs.div`
307
+ `;import{jsx as Rd}from"react/jsx-runtime";var zi=({style:e,...t})=>Rd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:Rd("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as Ms,jsx as zt,jsxs as Vi}from"react/jsx-runtime";var Id=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return Vi(Ms,{children:[zt(x,{}),Vi(yy,{children:[zt(vy,{children:Vi("div",{children:[zt(Gi,{}),zt(zi,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Vi(gy,{children:[typeof o=="string"?zt("h3",{children:o}):zt(Ms,{children:o}),typeof r=="string"?zt("p",{children:r}):zt(Ms,{children:r})]}),t?.allowlistConfig.errorCtaLink?zt(D,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):zt(D,{onClick:()=>{e("LANDING")},children:n})]})]})},yy=Ls.div`
309
308
  display: flex;
310
309
  flex-direction: column;
311
310
  align-items: center;
@@ -313,11 +312,11 @@ Resources:
313
312
  gap: 24px;
314
313
  width: 100%;
315
314
  padding-bottom: 16px;
316
- `,iy=xs.div`
315
+ `,gy=Ls.div`
317
316
  display: flex;
318
317
  flex-direction: column;
319
318
  gap: 8px;
320
- `,ay=xs.div`
319
+ `,vy=Ls.div`
321
320
  display: flex;
322
321
  flex-direction: column;
323
322
  justify-content: center;
@@ -340,7 +339,7 @@ Resources:
340
339
  left: -19px;
341
340
  top: -19px;
342
341
  }
343
- `;import{EnvelopeIcon as py,PhoneIcon as uy}from"@heroicons/react/24/outline";import{useEffect as Od,useState as Gi}from"react";import{isMobile as my}from"react-device-detect";import vn from"styled-components";import rt from"styled-components";var Gt=rt.div`
342
+ `;import{EnvelopeIcon as Py,PhoneIcon as Ty}from"@heroicons/react/24/outline";import{useEffect as Hd,useState as ji}from"react";import{isMobile as xy}from"react-device-detect";import En from"styled-components";import nt from"styled-components";var Vt=nt.div`
344
343
  display: flex;
345
344
  flex-direction: column;
346
345
  align-items: flex-start;
@@ -348,37 +347,37 @@ Resources:
348
347
  margin-top: auto;
349
348
  gap: 16px;
350
349
  flex-grow: 100;
351
- `,io=rt.div`
350
+ `,so=nt.div`
352
351
  display: flex;
353
352
  flex-direction: column;
354
353
  align-items: center;
355
354
  justify-content: center;
356
355
  flex-grow: 1;
357
356
  width: 100%;
358
- `,_d=rt.div`
357
+ `,Wd=nt.div`
359
358
  display: flex;
360
359
  flex-direction: column;
361
360
  align-items: center;
362
361
  width: 100%;
363
- `,kd=rt(io)`
362
+ `,Md=nt(so)`
364
363
  padding: 20px 0;
365
- `,xt=rt(io)`
364
+ `,St=nt(so)`
366
365
  gap: 16px;
367
- `,Ss=rt.div`
366
+ `,Ns=nt.div`
368
367
  display: flex;
369
368
  flex-direction: column;
370
369
  width: 100%;
371
- `,To=rt.div`
370
+ `,$t=nt.div`
372
371
  display: flex;
373
372
  flex-direction: column;
374
373
  gap: 8px;
375
374
  min-height: 76px;
376
- `,_T=rt.div`
375
+ `,$T=nt.div`
377
376
  display: flex;
378
377
  flex-direction: column;
379
378
  justify-content: space-between;
380
379
  height: 100%;
381
- `,Ad=rt.div`
380
+ `,Ld=nt.div`
382
381
  display: flex;
383
382
  flex-direction: column;
384
383
  justify-content: flex-start;
@@ -401,13 +400,13 @@ Resources:
401
400
  color: var(--privy-color-foreground-3);
402
401
  font-size: 14px;
403
402
  }
404
- `,q=rt.div`
403
+ `,K=nt.div`
405
404
  height: 16px;
406
- `,K=rt.div`
405
+ `,Y=nt.div`
407
406
  height: 12px;
408
- `,Rd=rt.div`
407
+ `,Nd=nt.div`
409
408
  position: relative;
410
- `,Id=rt.div`
409
+ `,Od=nt.div`
411
410
  background-color: var(--privy-color-accent);
412
411
  display: flex;
413
412
  justify-content: center;
@@ -415,7 +414,7 @@ Resources:
415
414
  border-radius: 50%;
416
415
  border-color: white;
417
416
  border-width: 2px !important;
418
- `;import Wd from"styled-components";import{Fragment as ly,jsx as Mr,jsxs as Md}from"react/jsx-runtime";var sy=Wd.div`
417
+ `;import Dd from"styled-components";import{Fragment as Cy,jsx as Nr,jsxs as Ud}from"react/jsx-runtime";var wy=Dd.div`
419
418
  margin-top: 16px;
420
419
  font-size: 13px;
421
420
  text-align: center;
@@ -424,7 +423,7 @@ Resources:
424
423
  && > a {
425
424
  color: var(--privy-color-accent);
426
425
  }
427
- `;function Hi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Md(sy,{children:["By logging in I agree to the"," ",n&&Mr("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Mr("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var F=({protectedByPrivy:e})=>Mr(Q,{children:e?Md(ly,{children:[Mr(Ti,{className:"hide-on-mobile"}),Mr("span",{className:"hide-on-mobile",children:Mr("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Q=Wd.div`
426
+ `;function $i(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Ud(wy,{children:["By logging in I agree to the"," ",n&&Nr("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Nr("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var U=({protectedByPrivy:e})=>Nr(J,{children:e?Ud(Cy,{children:[Nr(_i,{className:"hide-on-mobile"}),Nr("span",{className:"hide-on-mobile",children:Nr("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),J=Dd.div`
428
427
  display: flex;
429
428
  align-items: center;
430
429
  justify-content: center;
@@ -451,9 +450,9 @@ Resources:
451
450
  @media all and (display-mode: standalone) {
452
451
  padding-bottom: 30px;
453
452
  }
454
- `;import _s from"styled-components";import{Fragment as dy,jsx as yn,jsxs as Nd}from"react/jsx-runtime";var gn=({title:e,description:t,children:o,...r})=>yn(Ld,{...r,children:Nd(dy,{children:[yn("h3",{children:e}),typeof t=="string"?yn("p",{children:t}):t,o]})}),zt=_s(gn)`
453
+ `;import Os from"styled-components";import{Fragment as Ey,jsx as Cn,jsxs as Bd}from"react/jsx-runtime";var bn=({title:e,description:t,children:o,...r})=>Cn(Fd,{...r,children:Bd(Ey,{children:[Cn("h3",{children:e}),typeof t=="string"?Cn("p",{children:t}):t,o]})}),jt=Os(bn)`
455
454
  margin-bottom: 24px;
456
- `,he=({title:e,description:t,icon:o,children:r,...n})=>Nd(cy,{...n,children:[o||null,yn("h3",{children:e}),typeof t=="string"?yn("p",{children:t}):t,r]}),Ld=_s.div`
455
+ `,Ce=({title:e,description:t,icon:o,children:r,...n})=>Bd(by,{...n,children:[o||null,Cn("h3",{children:e}),typeof t=="string"?Cn("p",{children:t}):t,r]}),Fd=Os.div`
457
456
  display: flex;
458
457
  flex-direction: column;
459
458
  justify-content: flex-start;
@@ -473,7 +472,7 @@ Resources:
473
472
  color: var(--privy-color-foreground-2);
474
473
  font-size: 14px;
475
474
  }
476
- `,cy=_s(Ld)`
475
+ `,by=Os(Fd)`
477
476
  align-items: center;
478
477
  text-align: center;
479
478
  gap: 16px;
@@ -481,7 +480,7 @@ Resources:
481
480
  h3 {
482
481
  margin-bottom: 24px;
483
482
  }
484
- `;import{Fragment as ks,jsx as We,jsxs as xo}from"react/jsx-runtime";var As=6,Dd=new Array(As).fill(""),fy=1400;var Fd=()=>{let{app:e,navigate:t,setModalData:o}=S(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:s,updateWallets:l}=A(),{authenticated:c,user:u}=H(),[f,w]=Gi(Dd),[v,T]=Gi(!1),[y,E]=Gi(null),[b,W]=Gi(null),M=a()?.email?0:1,N=e?.render.inDialog?et:0,I=e?.render.inDialog?N-500:0;Od(()=>{if(c&&v&&u)if(wo(u,e?.embeddedWallets?.createOnLogin)){let _=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:J=>console.error(J),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},I);return()=>clearTimeout(_)}else{l();let _=setTimeout(r,N);return()=>clearTimeout(_)}},[c,v,u]),Od(()=>{if(y&&b===0){let B=setTimeout(()=>{w(Dd),E(null),document.querySelector("input[name=code-0]")?.focus()},fy);return()=>clearTimeout(B)}},[y]);let k=B=>{B.preventDefault();let _=B.currentTarget.value.replace(" ","");if(_==="")return;if(isNaN(Number(_))){E("Code should be numeric"),W(1);return}E(null),W(null);let J=Number(B.currentTarget.name?.charAt(5)),se=[..._||[""]].slice(0,As-J),ve=[...f.slice(0,J),...se,...f.slice(J+se.length)];w(ve);let D=se.length,De=Math.min(Math.max(J+D,0),As-1);isNaN(Number(B.currentTarget.value))||document.querySelector(`input[name=code-${De}]`)?.focus(),ve.every(Ee=>Ee&&!isNaN(+Ee))&&(document.querySelector(`input[name=code-${De}]`)?.blur(),s(ve.join("")).then(()=>T(!0)).catch(le=>{le?.status===422?E("Invalid or expired verification code"):le instanceof go&&le.privyErrorCode==="cannot_link_more_of_type"?E(le.message):E("Issue verifying code"),W(0)}))},R=B=>{b===1&&(E(null),W(null));let _=[...f.slice(0,B),"",...f.slice(B+1)];w(_),B>0&&document.querySelector(`input[name=code-${B-1}]`)?.focus()},O=M==0?We(py,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):We(uy,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),$=M==0?xo("p",{children:["Please check ",We(Ud,{children:a()?.email})," for an email from privy.io and enter your code below."]}):xo("p",{children:["Please check ",We(Ud,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return xo(ks,{children:[We(x,{},"header"),xo(hy,{children:[We(he,{title:"Enter confirmation code",description:$,icon:O}),xo(_d,{children:[xo(yy,{children:[We(gy,{fail:!!y,success:v,children:We("span",{children:y||(v?"Success!":"")})}),We("div",{children:f.map((B,_)=>We("input",{name:`code-${_}`,type:"text",value:f[_],onChange:k,onKeyUp:J=>{J.key==="Backspace"&&R(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${v?"success":""} ${y?"fail":""}`,autoComplete:my?"one-time-code":"off"},_))})]}),We(vy,{children:M==0?xo(ks,{children:[We("span",{children:"Didn't get an email?"}),We("button",{onClick:n,children:"Resend Code"})]}):xo(ks,{children:[We("span",{children:"Didn't get a message?"}),We("button",{onClick:i,children:"Resend Code"})]})})]})]}),We(F,{protectedByPrivy:!0})]})},hy=vn.div`
483
+ `;import{Fragment as Ds,jsx as Oe,jsxs as ko}from"react/jsx-runtime";var Us=6,Gd=new Array(Us).fill(""),Sy=1400;var Vd=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r}=S(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s,updateWallets:c}=R(),{authenticated:u,user:h}=B(),[v,m]=ji(Gd),[b,T]=ji(!1),[E,g]=ji(null),[I,k]=ji(null),L=l()?.email?0:1,_=e?.render.inDialog?tt:0,M=e?.render.inDialog?_-500:0;Hd(()=>{if(u&&b&&h)if(Po(h,e?.embeddedWallets?.createOnLogin)){let q=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:F=>console.error(F),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},M);return()=>clearTimeout(q)}else{c();let q=setTimeout(n,_);return()=>clearTimeout(q)}},[u,b,h]),Hd(()=>{if(E&&I===0){let A=setTimeout(()=>{m(Gd),g(null),document.querySelector("input[name=code-0]")?.focus()},Sy);return()=>clearTimeout(A)}},[E]);let O=A=>{A.preventDefault();let q=A.currentTarget.value.replace(" ","");if(q==="")return;if(isNaN(Number(q))){g("Code should be numeric"),k(1);return}g(null),k(null);let F=Number(A.currentTarget.name?.charAt(5)),te=[...q||[""]].slice(0,Us-F),N=[...v.slice(0,F),...te,...v.slice(F+te.length)];m(N);let Je=te.length,wt=Math.min(Math.max(F+Je,0),Us-1);isNaN(Number(A.currentTarget.value))||document.querySelector(`input[name=code-${wt}]`)?.focus(),N.every(de=>de&&!isNaN(+de))&&(document.querySelector(`input[name=code-${wt}]`)?.blur(),s(N.join("")).then(()=>T(!0)).catch(Te=>{Te?.status===422?g("Invalid or expired verification code"):Te instanceof Lt&&Te.privyErrorCode==="cannot_link_more_of_type"?g(Te.message):g("Issue verifying code"),k(0)}))},H=A=>{I===1&&(g(null),k(null));let q=[...v.slice(0,A),"",...v.slice(A+1)];m(q),A>0&&document.querySelector(`input[name=code-${A-1}]`)?.focus()},X=L==0?Oe(Py,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Oe(Ty,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),j=L==0?ko("p",{children:["Please check ",Oe(zd,{children:l()?.email})," for an email from privy.io and enter your code below."]}):ko("p",{children:["Please check ",Oe(zd,{children:l()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return ko(Ds,{children:[Oe(x,{backFn:()=>o()},"header"),ko(_y,{children:[Oe(Ce,{title:"Enter confirmation code",description:j,icon:X}),ko(Wd,{children:[ko(ky,{children:[Oe(Ay,{fail:!!E,success:b,children:Oe("span",{children:E||(b?"Success!":"")})}),Oe("div",{children:v.map((A,q)=>Oe("input",{name:`code-${q}`,type:"text",value:v[q],onChange:O,onKeyUp:F=>{F.key==="Backspace"&&H(q)},inputMode:"numeric",autoFocus:q===0,pattern:"[0-9]",className:`${b?"success":""} ${E?"fail":""}`,autoComplete:xy?"one-time-code":"off"},q))})]}),Oe(Ry,{children:L==0?ko(Ds,{children:[Oe("span",{children:"Didn't get an email?"}),Oe("button",{onClick:i,children:"Resend Code"})]}):ko(Ds,{children:[Oe("span",{children:"Didn't get a message?"}),Oe("button",{onClick:a,children:"Resend Code"})]})})]})]}),Oe(U,{protectedByPrivy:!0})]})},_y=En.div`
485
484
  display: flex;
486
485
  flex-direction: column;
487
486
  align-items: flex-start;
@@ -489,7 +488,7 @@ Resources:
489
488
  margin: auto;
490
489
  gap: 16px;
491
490
  flex-grow: 1;
492
- `,yy=vn.div`
491
+ `,ky=En.div`
493
492
  display: flex;
494
493
  flex-direction: column;
495
494
  width: 100%;
@@ -545,7 +544,7 @@ Resources:
545
544
  transform: translate(1px, 0px);
546
545
  }
547
546
  }
548
- `,gy=vn.div`
547
+ `,Ay=En.div`
549
548
  line-height: 20px;
550
549
  height: 20px;
551
550
  font-size: 13px;
@@ -553,7 +552,7 @@ Resources:
553
552
  display: flex;
554
553
  justify-content: flex-end;
555
554
  width: 100%;
556
- `,vy=vn.div`
555
+ `,Ry=En.div`
557
556
  font-size: 13px;
558
557
  color: var(--privy-color-foreground-3);
559
558
  display: flex;
@@ -567,18 +566,48 @@ Resources:
567
566
  > button {
568
567
  text-decoration: underline;
569
568
  }
570
- `,Ud=vn.span`
569
+ `,zd=En.span`
571
570
  font-weight: 500;
572
571
  word-break: break-all;
573
- `;import wy from"@heroicons/react/24/outline/WalletIcon";import{useState as Cy}from"react";import{isMobile as by}from"react-device-detect";import Ey from"styled-components";import{jsx as St,jsxs as Bd}from"react/jsx-runtime";var Hd=({...e})=>Bd("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[St("defs",{children:Bd("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[St("stop",{offset:"0","stop-color":"#f1562b"}),St("stop",{offset:"0.3","stop-color":"#f1542b"}),St("stop",{offset:"0.41","stop-color":"#f04d2a"}),St("stop",{offset:"0.49","stop-color":"#ef4229"}),St("stop",{offset:"0.5","stop-color":"#ef4029"}),St("stop",{offset:"0.56","stop-color":"#e83e28"}),St("stop",{offset:"0.67","stop-color":"#e13c26"}),St("stop",{offset:"1","stop-color":"#df3c26"})]})}),St("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),St("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as G,jsxs as nt}from"react/jsx-runtime";var Gd=({style:e,...t})=>nt("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[G("g",{clipPath:"url(#clip0_5_32)",children:nt("g",{clipPath:"url(#clip1_5_32)",children:[G("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:G("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),G("g",{mask:"url(#mask0_5_32)",children:G("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),G("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),G("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),G("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),G("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),G("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),G("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),G("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),G("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),G("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),nt("defs",{children:[nt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#174299"}),G("stop",{offset:"1",stopColor:"#001E59"})]}),nt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[G("stop",{offset:"0.770277",stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),nt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),nt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#8754C9"}),G("stop",{offset:"1",stopColor:"#FF4000"})]}),nt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[G("stop",{offset:"0.723929",stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),nt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),nt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),nt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[G("stop",{offset:"0.59513",stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),nt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),nt("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),G("clipPath",{id:"clip0_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})}),G("clipPath",{id:"clip1_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as wn,jsxs as zd}from"react/jsx-runtime";var Vd=({style:e,...t})=>zd("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[zd("g",{clipPath:"url(#clip0_1704_1423)",children:[wn("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),wn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),wn("defs",{children:wn("clipPath",{id:"clip0_1704_1423",children:wn("rect",{width:"176",height:"176",fill:"white"})})})]});import Cn from"styled-components";var zi=Cn.div`
572
+ `;import{useEffect as Ki,useState as tr}from"react";import Ny from"styled-components";import Iy from"styled-components";import{Fragment as Ly,jsx as Pn,jsxs as My}from"react/jsx-runtime";var $d=({icon:e,success:t,fail:o})=>{let r=e;return Pn(Ly,{children:Pn(Wy,{children:My("div",{children:[Pn(Lr,{success:t,fail:o}),typeof r=="string"?Pn("span",{style:{background:`url('${r}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Pn(r,{style:{width:"38px",height:"38px"}})]})})})},Wy=Iy.div`
573
+ display: flex;
574
+ flex-direction: column;
575
+ justify-content: center;
576
+ align-items: center;
577
+ width: 100%;
578
+ height: 82px;
579
+
580
+ > div {
581
+ position: relative;
582
+ }
583
+
584
+ > div > span {
585
+ position: absolute;
586
+ left: -41px;
587
+ top: -41px;
588
+ }
589
+
590
+ > div > :last-child {
591
+ position: absolute;
592
+ left: -19px;
593
+ top: -19px;
594
+ }
595
+ `;import{jsx as re,jsxs as qi}from"react/jsx-runtime";var Tn=({style:e,...t})=>qi("svg",{width:"800px",height:"800px",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",preserveAspectRatio:"xMidYMid meet",style:{height:"28px",width:"28px",...e},...t,children:[re("path",{d:"M57.6 13.7c-.7-1-1.6-1.7-2.7-2.2c-3.4-1.7-11.6-1.3-12.3-5.7c-.9-5.7-5.9.1-6.8.1c-1.1 0-1.6-3.9-3.7-3.9c-2.2 0-2.7 3.9-3.7 3.9c-.9 0-5.9-5.8-6.8-.1c-.7 4.3-9 4-12.3 5.7c-1 .5-2 1.2-2.7 2.2c-.5.8.6 1.6 1.2.9c1.6-2 4.8-2.4 7.1-2.8c1.9-.4 4-.6 5.9-1.4c2.6-1 2.5-4.9 3.3-4.9c.6 0 2.7 3 4.5 3c1.6 0 2.6-3.7 3.5-3.7c.9 0 1.9 3.7 3.5 3.7c1.9 0 4-3 4.6-3c.8 0 .7 3.9 3.3 4.9c1.8.8 3.9 1 5.9 1.4c2.3.5 5.6.8 7.1 2.8c.5.7 1.6-.2 1.1-.9",fill:"#00b9f1"}),re("path",{d:"M53 57c0 2.8-2.2 5-5 5H16c-2.8 0-5-2.2-5-5V36h42v21z",fill:"#89967a"}),re("path",{d:"M32 12c-15.5 0-21 8.5-21 24v21h42V36c0-15.5-5.5-24-21-24",fill:"#b6c4a7"}),qi("g",{fill:"#89967a",children:[re("path",{d:"M11 55c-1.1 0-2-1.2-2-2.6v-6.8c0-1.4.9-2.6 2-2.6v12"}),re("path",{d:"M53 43c1.1 0 2 1.2 2 2.6v6.8c0 1.4-.9 2.6-2 2.6V43"})]}),qi("g",{fill:"#3e4347",children:[re("path",{d:"M7 20H5v30h4v-2H7z"}),re("path",{d:"M57 20v28h-2v2h4V20z"})]}),re("circle",{cx:"58",cy:"20",r:"4",fill:"#00b9f1"}),re("circle",{cx:"6",cy:"20",r:"4",fill:"#ff5263"}),re("path",{d:"M21.5 39.5c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8",fill:"#efffd9"}),re("circle",{cx:"21.5",cy:"31.5",r:"6",fill:"#545b61"}),re("circle",{cx:"21.5",cy:"31.5",r:"2.3",fill:"#ff5263"}),re("path",{d:"M42.5 39.5c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8",fill:"#efffd9"}),re("path",{d:"M42.5 37.5c-3.3 0-6-2.7-6-6s2.7-6 6-6s6 2.7 6 6s-2.7 6-6 6",fill:"#545b61"}),re("circle",{cx:"42.5",cy:"31.5",r:"2.3",fill:"#ff5263"}),re("path",{d:"M19.8 54.1c-7.4 0-7.4-13 0-13h24.5c7.4 0 7.4 13 0 13H19.8",fill:"#efffd9"}),re("path",{d:"M20.5 52.6c-6 0-6-10 0-10h23c6 0 6 10 0 10h-23",fill:"#89967a"}),qi("g",{opacity:".7",fill:"#3e4347",children:[re("path",{d:"M21.2 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),re("path",{d:"M25.9 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),re("path",{d:"M30.6 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),re("path",{d:"M35.4 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),re("path",{d:"M40.1 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),re("path",{d:"M44.8 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"})]}),re("circle",{cx:"32",cy:"37",r:"2",fill:"#f5f5f5"}),re("path",{fill:"#545b61",d:"M30.316 35.862l.566-.565l2.828 2.828l-.565.566z"})]});import{Fragment as Uy,jsx as lo,jsxs as Fs}from"react/jsx-runtime";var jd=500,qd=jd*2,Oy=qd*2,Kd=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=S(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=ye(),[h,v]=tr([]),m=F=>{v(te=>[F,...te])},[b,T]=tr(!0);Ki(()=>{m(setTimeout(T,Oy,!1))},[]),Ki(()=>()=>h.forEach(F=>clearTimeout(F)),[h]);let[E,g]=tr("Verifying you are a human."),[I,k]=tr("This should only take a moment."),[L,_]=tr(lo(D,{onClick:()=>{},disabled:!0,children:"CAPTCHA in progress"})),[M,O]=tr(!1),[H,X]=tr(3),j=o?.captchaModalData,A=async()=>{try{let F=await s();if(!F||j?.userIntentRequired)return;O(!0),await j?.callback(F),n(j?.onSuccessNavigateTo||"LANDING",!1)}catch(F){if(F instanceof io)return;{let te={error:F,previousScreen:e||"LANDING"};i({errorModalData:te}),n(j?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}finally{O(!1)}};Ki(()=>{if(a==="success"){let F=setTimeout(A,qd);m(F)}else if(a==="ready"){let F=setTimeout(()=>{a==="ready"&&u()},jd);m(F)}},[a]),Ki(()=>{if(!b)switch(a){case"success":g("You are a human!"),k("You have successfully completed the CAPTCHA."),_(lo(D,{onClick:async()=>{O(!0),j?.callback(l),O(!1)},disabled:!j?.userIntentRequired,loading:M,children:j?.userIntentRequired?"Continue":"CAPTCHA completed"}));break;case"loading":g("Verifying you are a human."),k("This should only take a moment."),_(lo(D,{onClick:()=>{},disabled:!0,children:"CAPTCHA in progress"}));break;case"error":g("Issue verifying you are a human."),k("Please try again."),_(lo(D,{onClick:q,disabled:H===0,children:"Retry"}));break;case"ready":default:break}},[a,b]);let q=async()=>{H<=0||(X(F=>F-1),c(),u(),A())};return Fs(Uy,{children:[lo(x,{backFn:!e||t===e?void 0:r}),Fs(Dy,{children:[lo($d,{icon:Tn,success:!b&&a==="success",fail:!b&&a==="error"}),Fs($t,{children:[lo("h3",{children:E}),lo("p",{children:I})]}),L]}),lo(J,{})]})},Dy=Ny.div`
596
+ display: flex;
597
+ flex-direction: column;
598
+ align-items: center;
599
+ justify-content: center;
600
+ gap: 24px;
601
+ width: 100%;
602
+ `;import Fy from"@heroicons/react/24/outline/WalletIcon";import{isMobile as By}from"react-device-detect";import Hy from"styled-components";import{jsx as _t,jsxs as Yd}from"react/jsx-runtime";var Jd=({...e})=>Yd("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[_t("defs",{children:Yd("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[_t("stop",{offset:"0","stop-color":"#f1562b"}),_t("stop",{offset:"0.3","stop-color":"#f1542b"}),_t("stop",{offset:"0.41","stop-color":"#f04d2a"}),_t("stop",{offset:"0.49","stop-color":"#ef4229"}),_t("stop",{offset:"0.5","stop-color":"#ef4029"}),_t("stop",{offset:"0.56","stop-color":"#e83e28"}),_t("stop",{offset:"0.67","stop-color":"#e13c26"}),_t("stop",{offset:"1","stop-color":"#df3c26"})]})}),_t("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),_t("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as G,jsxs as it}from"react/jsx-runtime";var Qd=({style:e,...t})=>it("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[G("g",{clipPath:"url(#clip0_5_32)",children:it("g",{clipPath:"url(#clip1_5_32)",children:[G("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:G("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),G("g",{mask:"url(#mask0_5_32)",children:G("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),G("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),G("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),G("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),G("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),G("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),G("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),G("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),G("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),G("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),it("defs",{children:[it("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#174299"}),G("stop",{offset:"1",stopColor:"#001E59"})]}),it("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[G("stop",{offset:"0.770277",stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),it("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),it("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#8754C9"}),G("stop",{offset:"1",stopColor:"#FF4000"})]}),it("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[G("stop",{offset:"0.723929",stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),it("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),it("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),it("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[G("stop",{offset:"0.59513",stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),it("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),it("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),G("clipPath",{id:"clip0_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})}),G("clipPath",{id:"clip1_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as xn,jsxs as Zd}from"react/jsx-runtime";var Xd=({style:e,...t})=>Zd("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[Zd("g",{clipPath:"url(#clip0_1704_1423)",children:[xn("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),xn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),xn("defs",{children:xn("clipPath",{id:"clip0_1704_1423",children:xn("rect",{width:"176",height:"176",fill:"white"})})})]});import Sn from"styled-components";var Yi=Sn.div`
574
603
  text-align: left;
575
604
  flex-grow: 1;
576
- `,$d=Cn.div`
605
+ `,ep=Sn.div`
577
606
  display: flex;
578
607
  flex-direction: column;
579
608
  justify-content: flex-end;
580
609
  flex-grow: 1;
581
- `,So=Cn.div`
610
+ `,Ao=Sn.div`
582
611
  display: flex;
583
612
  flex-direction: column;
584
613
  gap: 12px;
@@ -593,7 +622,7 @@ Resources:
593
622
  &::-webkit-scrollbar {
594
623
  display: none;
595
624
  }
596
- `,ye=Cn.button`
625
+ `,be=Sn.button`
597
626
  && {
598
627
  width: 100%;
599
628
  font-size: 16px;
@@ -631,10 +660,10 @@ Resources:
631
660
  max-width: 24px;
632
661
  }
633
662
  }
634
- `,ao=Cn.div`
663
+ `,co=Sn.div`
635
664
  width: 100%;
636
665
  ${e=>e.if?"display: none;":""}
637
- `;import{jsx as _o,jsxs as _y}from"react/jsx-runtime";var Vt={coinbase_wallet:{logo:un,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:_r,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Dt,displayName:"Phantom"},rainbow:{logo:Gd,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:mn,displayName:"WalletConnect"},zerion:{logo:Vd,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Hd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Lr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{status:i}=ue(),{navigate:a}=S(),{initLoginWithWallet:s,connectWallet:l}=A(),[c,u]=Cy(!1),f=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,w;return n.connectorType==="phantom"?w=()=>{Co()?r?(l(n,f),a("AWAITING_CONNECT_ONLY_CONNECTION")):(s(n,f),a("AWAITING_CONNECTION")):a(by?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:w=()=>{r?(l(n,f),a("AWAITING_CONNECT_ONLY_CONNECTION")):(u(!0),s(n,f),a("AWAITING_CONNECTION"))},_y(Sy,{onClick:w,disabled:i==="error",children:[_o(xy,{icon:Ty(e,n.connectorType)??o}),_o("span",{style:{textTransform:"capitalize"},children:Py(e,n.connectorType)||t||n.walletClientType}),_o("span",{id:"connect-text",children:"Connect"}),c&&_o("span",{children:_o(ro,{})})]})},Py=(e,t)=>{if(Vt[e]?.displayName)return Vt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},Ty=(e,t)=>{if(Vt[e]?.logo)return Vt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return mn},xy=({icon:e})=>typeof e=="string"?_o("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?_o(wy,{}):e?_o(e,{}):null,Sy=Ey(ye)`
666
+ `;import{jsx as Or,jsxs as jy}from"react/jsx-runtime";var qt={coinbase_wallet:{logo:hn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:kr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Ft,displayName:"Phantom"},rainbow:{logo:Qd,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:yn,displayName:"WalletConnect"},zerion:{logo:Xd,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Jd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Dr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{connectWallet:a}=R(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{To()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(By?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},jy($y,{onClick:s,children:[Or(Vy,{icon:zy(e,n.connectorType)??o}),Or("span",{style:{textTransform:"capitalize"},children:Gy(e,n.connectorType)||t||n.walletClientType}),Or("span",{id:"connect-text",children:"Connect"})]})},Gy=(e,t)=>{if(qt[e]?.displayName)return qt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},zy=(e,t)=>{if(qt[e]?.logo)return qt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return yn},Vy=({icon:e})=>typeof e=="string"?Or("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Or(Fy,{}):e?Or(e,{}):null,$y=Hy(be)`
638
667
  /* Show "Connect" on hover */
639
668
  > #connect-text {
640
669
  font-weight: 500;
@@ -656,34 +685,23 @@ Resources:
656
685
  display: none;
657
686
  }
658
687
  }
659
- `;import{Fragment as Iy,jsx as bn,jsxs as Wy}from"react/jsx-runtime";var ky=["coinbase_wallet"],Ay=["metamask","rainbow","zerion"],Ry=["phantom"],Nr=({connectOnly:e})=>{let{connectors:t}=A(),{app:o}=S(),r=Rs(o?.appearance.walletList??[],t,e);return Wy(Iy,{children:[...r]})},Rs=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let l=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of l){let{walletClientType:u,walletBranding:f}=c;(u==="unknown"?n:r).push(bn(Lr,{connectOnly:o,provider:u,logo:f.icon,displayName:f.name,connector:c},`${s}-${u}`))}}else if(Ry.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s||c.connectorType===s);l&&r.push(bn(Lr,{connectOnly:o,provider:s,connector:l},s))}else if(Ay.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s)??a;l&&r.push(bn(Lr,{connectOnly:o,provider:s,connector:l},s))}else if(ky.includes(s)){let l=t.find(({connectorType:c})=>c===s);l&&r.push(bn(Lr,{connectOnly:o,provider:s,connector:l},s))}else s==="wallet_connect"&&a&&i.push(bn(Lr,{connectOnly:o,provider:s,connector:a},s));return[...n,...r,...i]};import{Fragment as My,jsx as En,jsxs as Ly}from"react/jsx-runtime";var jd=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Ly(My,{children:[En(x,{},"header"),En(zt,{title:"Connect your wallet",description:t}),En(So,{children:En(Nr,{connectOnly:!0})}),En(F,{protectedByPrivy:!0})]})};import Fy from"styled-components";import Dy from"styled-components";import Ny from"react";import{jsx as Oy}from"react/jsx-runtime";var qd=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Oy("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Ny.cloneElement(t,{alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as Kd}from"react/jsx-runtime";var Vi=e=>{let{app:t}=S();return t?.appearance.logo?Kd(Uy,{...e,children:Kd(qd,{})}):null},Uy=Dy.div`
688
+ `;import{Fragment as Jy,jsx as _n,jsxs as Qy}from"react/jsx-runtime";var qy=["coinbase_wallet"],Ky=["metamask","rainbow","zerion"],Yy=["phantom"],Ur=({connectOnly:e})=>{let{connectors:t}=R(),{app:o}=S(),r=Bs(o?.appearance.walletList??[],t,e);return Qy(Jy,{children:[...r]})},Bs=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(l=>l.connectorType==="wallet_connect_v2");for(let l of e)if(l==="detected_wallets"){let s=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of s){let{walletClientType:u,walletBranding:h}=c;(u==="unknown"?n:r).push(_n(Dr,{connectOnly:o,provider:u,logo:h.icon,displayName:h.name,connector:c},`${l}-${u}`))}}else if(Yy.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push(_n(Dr,{connectOnly:o,provider:l,connector:s},l))}else if(Ky.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push(_n(Dr,{connectOnly:o,provider:l,connector:s},l))}else if(qy.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push(_n(Dr,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push(_n(Dr,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};import{Fragment as Zy,jsx as kn,jsxs as Xy}from"react/jsx-runtime";var tp=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Xy(Zy,{children:[kn(x,{},"header"),kn(jt,{title:"Connect your wallet",description:t}),kn(Ao,{children:kn(Ur,{connectOnly:!0})}),kn(U,{protectedByPrivy:!0})]})};import ng from"styled-components";import og from"styled-components";import eg from"react";import{jsx as tg}from"react/jsx-runtime";var op=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?tg("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?eg.cloneElement(t,{alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as rp}from"react/jsx-runtime";var Ji=e=>{let{app:t}=S();return t?.appearance.logo?rp(rg,{...e,children:rp(op,{})}):null},rg=og.div`
660
689
  display: flex;
661
690
  flex-direction: column;
662
691
  align-items: center;
663
692
  padding: 24px 0;
664
693
  flex-grow: 1;
665
694
  justify-content: center;
666
- `;import{Fragment as Hy,jsx as Or,jsxs as Gy}from"react/jsx-runtime";var Yd=()=>{let{app:e}=S();return Gy(Hy,{children:[Or(x,{},"header"),Or(By,{}),Or(So,{children:Or(Nr,{connectOnly:!0})}),e&&Or(Hi,{app:e}),Or(F,{protectedByPrivy:!0})]})},By=Fy(Vi)`
695
+ `;import{Fragment as ag,jsx as Fr,jsxs as sg}from"react/jsx-runtime";var np=()=>{let{app:e}=S();return sg(ag,{children:[Fr(x,{},"header"),Fr(ig,{}),Fr(Ao,{children:Fr(Ur,{connectOnly:!0})}),e&&Fr($i,{app:e}),Fr(U,{protectedByPrivy:!0})]})},ig=ng(Ji)`
667
696
  margin-bottom: 16px;
668
- `;import{useEffect as ep,useState as tp}from"react";import{isMobile as Xy}from"react-device-detect";import eg from"styled-components";import{useEffect as Is,useState as Dr}from"react";import{isMobile as Pn}from"react-device-detect";import{useInterval as Yy}from"react-use";import Qd from"styled-components";import zy from"styled-components";import{jsx as $y}from"react/jsx-runtime";var $t=()=>{let{status:e}=ue();return e==="error"?$y(Vy,{children:"Issue verifying you are a human"}):null},Vy=zy.div`
669
- font-size: 13px;
670
- color: var(--privy-color-error);
671
- text-align: left;
672
- margin-left: 5px;
673
- margin-bottom: 8px;
674
-
675
- > button,
676
- > a {
677
- text-decoration: underline;
678
- }
679
- `;import{useState as jy,useEffect as qy,useCallback as Ky}from"react";function Jd(){let[e,t]=jy(!1),o=Ky(()=>{document.hidden&&t(!0)},[]);return qy(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Xd,jsx as Ce,jsxs as Tn}from"react/jsx-runtime";var Ws=2,Ms=e=>e?.privyErrorCode==="linked_to_another_user"?oo.ERROR_USER_EXISTS:e instanceof Fe&&!e.details.default?e.details:e instanceof Pr?oo.ERROR_TIMED_OUT:e instanceof Tr?oo.ERROR_USER_REJECTED_CONNECTION:oo.ERROR_WALLET_CONNECTION,Zd=()=>{let[e,t]=Dr(!1),[o,r]=Dr(!1),[n,i]=Dr(void 0),{status:a,waitForResult:s}=ue(),{app:l,navigate:c,navigateBack:u,lastScreen:f,currentScreen:w,setModalData:v}=S(),{getAuthFlow:T,walletConnectionStatus:y,closePrivyModal:E,loginWithWallet:b,updateWallets:W}=A(),{walletConnectors:M}=H(),[N,I]=Dr(0),{user:k}=H(),[R]=Dr(k?.linkedAccounts.length||0),[O,$]=Dr(""),{hasTabbedAway:B}=Jd(),_=Pn&&y?.connector?.connectorType==="wallet_connect_v2"||Pn&&y?.connector?.connectorType==="coinbase_wallet"||Pn&&y?.connector?.connectorType==="injected"&&y?.connector?.walletClientType==="phantom",J=y?.status==="connected",se=y?.status==="switching_to_supported_chain";Is(()=>{let j=T();if(j&&_&&J&&!j.preparedMessage){(async()=>{let lt;l?.captchaEnabled&&!j.meta.captchaToken&&(lt=await s()),lt&&j.addCaptchaToken(lt),j.buildSiweMessage()})();return}!j||_||!J||o||(async()=>{r(!0),i(void 0);try{y?.connector?.connectorType==="wallet_connect_v2"&&y?.connector?.walletClientType==="metamask"&&await us(2500),await D()}catch(lt){console.warn("Auto-prompted signature failed",lt)}finally{r(!1)}})()},[N,J,a]),Is(()=>{if(k&&e){let j;if(wo(k,l?.embeddedWallets?.createOnLogin)){let lt=l?.render.inDialog?et:0,Vo=l?.render.inDialog?lt-500:0;j=setTimeout(()=>{v({createWallet:{onSuccess:()=>{},onFailure:mr=>console.error(mr),callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},Vo)}else W(),j=setTimeout(E,et);return()=>clearTimeout(j)}},[k,e]);let ve=j=>{if(j?.privyErrorCode==="allowlist_rejected"){c("ALLOWLIST_REJECTION_SCREEN");return}i(Ms(j))};async function D(){try{if(await b(),!l?.render.inDialog)return E();t(!0)}catch(j){ve(j)}finally{r(!1)}}Is(()=>{y?.connectError&&ve(y?.connectError)},[y]),Yy(()=>{let j=De==="wallet_connect_v2"&&y?.connector instanceof Ut?y.connector.redirectUri:void 0;j&&$(j)},y?.connector instanceof Ut&&!O?500:null);let De=y?.connector?.connectorType||"injected",Ee=y?.connector?.walletClientType||"unknown",le=Vt[Ee]?.displayName||y?.connector?.walletBranding.name||"Browser Extension",vt=Vt[Ee]?.logo||y?.connector?.walletBranding.icon||(j=>Ce(Sr,{...j})),$e=le==="Browser Extension"?le.toLowerCase():le,ee;e?ee=`Successfully connected with ${$e}`:n?ee=n.message:se?ee="Switching networks":J?ee=o&&_?"Signing":"Sign to verify":ee=`Waiting for ${$e}`;let Pe="Don\u2019t see your wallet? Check your other browser windows.";if(e){let j=k?.linkedAccounts.length||0;R===j?Pe="Wallet was already linked.":Pe="You\u2019re good to go!"}else N>=Ws&&n?Pe="Unable to connect wallet":n?Pe=n.detail:se?Pe="Switch your wallet to the requested network.":J&&_?Pe="Sign the message in your wallet to verify it belongs to you.":Ee==="metamask"&&Pn?Pe="Click continue to open and connect Metamask.":Ee==="metamask"?Pe="For the best experience, connect only one wallet at a time.":De==="wallet_connect"?Pe="Open your mobile wallet app to continue":De==="coinbase_wallet"&&(Lc()||(fs(k)?Pe="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Pe="Open the Coinbase app on your phone to continue."));let Xt=M?.walletConnectors?.find(j=>j.walletClientType==="coinbase_wallet"),ur=Ee==="coinbase_wallet"&&(fs(k)||n===oo.ERROR_USER_EXISTS);return Tn(Xd,{children:[Ce(x,{backFn:w===f?void 0:u}),Tn(Qy,{children:[Ce(Ls,{walletLogo:vt,success:e,fail:!!n}),Ce($t,{}),Tn(To,{children:[Ce("h3",{children:ee}),Ce("p",{children:Pe}),!J&&O&&!B?Tn("p",{children:["Still here?"," ",Ce("a",{href:O,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),ur?Ce(U,{onClick:()=>Xt&&Xt?.disconnect(),disabled:e,children:"Use a different wallet"}):n==oo.ERROR_USER_EXISTS&&w!==f?Ce(U,{onClick:u,children:"Use a different wallet"}):J&&!e&&_?Ce(U,{onClick:()=>{r(!0),D(),Jy(Ee)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&N<Ws?Ce(U,{onClick:()=>{I(N+1),i(void 0),J?(r(!0),D()):y?.connectRetry()},disabled:!e&&(!n?.retryable||N>=Ws),children:"Retry"}):!e&&!n?Ce(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ce(Q,{})]})},Jy=e=>{if(!Pn||!Xc(e))return;let t=ed(e);t&&window.open(t,"_self","noopener,noreferrer")},Qy=Qd.div`
697
+ `;import{useEffect as cp,useState as dp}from"react";import{isMobile as hg}from"react-device-detect";import yg from"styled-components";import{useEffect as Hs,useState as or}from"react";import{isMobile as An}from"react-device-detect";import{useInterval as pg}from"react-use";import ap from"styled-components";import{useState as lg,useEffect as cg,useCallback as dg}from"react";function ip(){let[e,t]=lg(!1),o=dg(()=>{document.hidden&&t(!0)},[]);return cg(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as lp,jsx as _e,jsxs as Rn}from"react/jsx-runtime";var Gs=2,zs=e=>e?.privyErrorCode==="linked_to_another_user"?no.ERROR_USER_EXISTS:e instanceof He&&!e.details.default?e.details:e instanceof Tr?no.ERROR_TIMED_OUT:e instanceof xr?no.ERROR_USER_REJECTED_CONNECTION:no.ERROR_WALLET_CONNECTION,sp=()=>{let[e,t]=or(!1),[o,r]=or(!1),[n,i]=or(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:c,currentScreen:u,setModalData:h}=S(),{getAuthFlow:v,walletConnectionStatus:m,closePrivyModal:b,initLoginWithWallet:T,loginWithWallet:E,updateWallets:g}=R(),{walletConnectors:I}=B(),[k,L]=or(0),{user:_}=B(),[M]=or(_?.linkedAccounts.length||0),[O,H]=or(""),[X,j]=or(!1),{hasTabbedAway:A}=ip(),{enabled:q,token:F}=ye(),te=An&&m?.connector?.connectorType==="wallet_connect_v2"||An&&m?.connector?.connectorType==="coinbase_wallet"||An&&m?.connector?.connectorType==="injected"&&m?.connector?.walletClientType==="phantom",N=m?.status==="connected",Je=m?.status==="switching_to_supported_chain";Hs(()=>{let ee=v();if(N&&!ee&&(q&&!F?(h({captchaModalData:{callback:ct=>T(m.connectedWallet,ct).then(()=>{j(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),l("CAPTCHA_SCREEN",!1)):T(m.connectedWallet,F).then(()=>{j(!0)})),ee&&te&&N&&!ee.preparedMessage){ee.buildSiweMessage();return}!ee||te||!N||o||(async()=>{r(!0),i(void 0);try{m?.connector?.connectorType==="wallet_connect_v2"&&m?.connector?.walletClientType==="metamask"&&await ws(2500),await de()}catch(ct){console.warn("Auto-prompted signature failed",ct)}finally{r(!1)}})()},[k,N,X]),Hs(()=>{if(_&&e){let ee;if(Po(_,a?.embeddedWallets?.createOnLogin)){let ct=a?.render.inDialog?tt:0,yr=a?.render.inDialog?ct-500:0;ee=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:oe=>console.error(oe),callAuthOnSuccessOnClose:!0}}),l("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},yr)}else g(),ee=setTimeout(b,tt);return()=>clearTimeout(ee)}},[_,e]);let wt=ee=>{if(ee?.privyErrorCode==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(zs(ee))};async function de(){try{if(await E(),!a?.render.inDialog)return b();t(!0)}catch(ee){wt(ee)}finally{r(!1)}}Hs(()=>{m?.connectError&&wt(m?.connectError)},[m]),pg(()=>{let ee=Te==="wallet_connect_v2"&&m?.connector instanceof Bt?m.connector.redirectUri:void 0;ee&&H(ee)},m?.connector instanceof Bt&&!O?500:null);let Te=m?.connector?.connectorType||"injected",ve=m?.connector?.walletClientType||"unknown",pe=qt[ve]?.displayName||m?.connector?.walletBranding.name||"Browser Extension",hr=qt[ve]?.logo||m?.connector?.walletBranding.icon||(ee=>_e(_r,{...ee})),eo=pe==="Browser Extension"?pe.toLowerCase():pe,Ct;e?Ct=`Successfully connected with ${eo}`:n?Ct=n.message:Je?Ct="Switching networks":N?Ct=o&&te?"Signing":"Sign to verify":Ct=`Waiting for ${eo}`;let he="Don\u2019t see your wallet? Check your other browser windows.";if(e){let ee=_?.linkedAccounts.length||0;M===ee?he="Wallet was already linked.":he="You\u2019re good to go!"}else k>=Gs&&n?he="Unable to connect wallet":n?he=n.detail:Je?he="Switch your wallet to the requested network.":N&&te?he="Sign the message in your wallet to verify it belongs to you.":ve==="metamask"&&An?he="Click continue to open and connect Metamask.":ve==="metamask"?he="For the best experience, connect only one wallet at a time.":Te==="wallet_connect"?he="Open your mobile wallet app to continue":Te==="coinbase_wallet"&&(Hc()||(bs(_)?he="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":he="Open the Coinbase app on your phone to continue."));let $o=I?.walletConnectors?.find(ee=>ee.walletClientType==="coinbase_wallet"),jo=ve==="coinbase_wallet"&&(bs(_)||n===no.ERROR_USER_EXISTS);return Rn(lp,{children:[_e(x,{backFn:!c||u===c?void 0:s}),Rn(mg,{children:[_e(Vs,{walletLogo:hr,success:e,fail:!!n}),Rn($t,{children:[_e("h3",{children:Ct}),_e("p",{children:he}),!N&&O&&!A?Rn("p",{children:["Still here?"," ",_e("a",{href:O,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),jo?_e(D,{onClick:()=>$o&&$o?.disconnect(),disabled:e,children:"Use a different wallet"}):n==no.ERROR_USER_EXISTS&&u!==c?_e(D,{onClick:s,children:"Use a different wallet"}):N&&!e&&te?_e(D,{onClick:()=>{r(!0),de(),ug(ve)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&k<Gs?_e(D,{onClick:()=>{L(k+1),i(void 0),N?(r(!0),de()):m?.connectRetry()},disabled:!e&&(!n?.retryable||k>=Gs),children:"Retry"}):!e&&!n?_e(D,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),_e(J,{})]})},ug=e=>{if(!An||!ad(e))return;let t=sd(e);t&&window.open(t,"_self","noopener,noreferrer")},mg=ap.div`
680
698
  display: flex;
681
699
  flex-direction: column;
682
700
  align-items: center;
683
701
  justify-content: center;
684
702
  gap: 24px;
685
703
  width: 100%;
686
- `,Zy=Qd.div`
704
+ `,fg=ap.div`
687
705
  display: flex;
688
706
  flex-direction: column;
689
707
  justify-content: center;
@@ -706,14 +724,14 @@ Resources:
706
724
  left: -19px;
707
725
  top: -19px;
708
726
  }
709
- `,Ls=e=>{let t=e.walletLogo;return Ce(Xd,{children:Ce(Zy,{children:Tn("div",{children:[Ce(Li,{success:e.success,fail:e.fail}),typeof t=="string"?Ce("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ce(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as og,jsx as so,jsxs as Ns}from"react/jsx-runtime";var $i=2,op=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=A(),[i,a]=tp(void 0),[s,l]=tp(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";ep(()=>{if(c){let M=setTimeout(n,et);return()=>clearTimeout(M)}},[c]);let f=M=>{a(Ms(M))};ep(()=>{r?.connectError&&f(r?.connectError)},[r]);let w=r?.connector?.connectorType||"injected",v=r?.connector?.walletClientType||"unknown",T=Vt[v]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",y=Vt[v]?.logo||r?.connector?.walletBranding.icon||(M=>so(Sr,{...M})),E=T==="Browser Extension"?T.toLowerCase():T,b;c?b=`Successfully connected with ${E}`:i?b=i.message:u?b="Switching networks":b=`Waiting for ${E}`;let W="Don\u2019t see your wallet? Check your other browser windows.";return c?W="You\u2019re good to go!":s>=$i&&i?W="Unable to connect wallet":i?W=i.detail:u?W="Switch your wallet to the requested network.":v==="metamask"&&Xy?W="Click to continue to open and connect Metamask.":v==="metamask"?W="For the best experience, connect only one wallet at a time.":w==="wallet_connect_v2"?W="Open your mobile wallet app to continue":w==="coinbase_wallet"&&(W="Open the Coinbase app on your phone to continue."),Ns(og,{children:[so(x,{backFn:o===t?void 0:e}),Ns(tg,{children:[so(Ls,{walletLogo:y,success:c,fail:!!i}),Ns(To,{children:[so("h3",{children:b}),so("p",{children:W})]}),i==oo.ERROR_USER_EXISTS?so(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&s<$i?so(U,{onClick:()=>{l(s+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||s>=$i),children:"Retry"}):!c&&i&&s>=$i?so(U,{onClick:e,children:"Use a different wallet"}):null]}),so(Q,{})]})},tg=eg.div`
727
+ `,Vs=e=>{let t=e.walletLogo;return _e(lp,{children:_e(fg,{children:Rn("div",{children:[_e(Lr,{success:e.success,fail:e.fail}),typeof t=="string"?_e("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):_e(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as vg,jsx as po,jsxs as $s}from"react/jsx-runtime";var Qi=2,pp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=R(),[i,a]=dp(void 0),[l,s]=dp(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";cp(()=>{if(c){let k=setTimeout(n,tt);return()=>clearTimeout(k)}},[c]);let h=k=>{a(zs(k))};cp(()=>{r?.connectError&&h(r?.connectError)},[r]);let v=r?.connector?.connectorType||"injected",m=r?.connector?.walletClientType||"unknown",b=qt[m]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",T=qt[m]?.logo||r?.connector?.walletBranding.icon||(k=>po(_r,{...k})),E=b==="Browser Extension"?b.toLowerCase():b,g;c?g=`Successfully connected with ${E}`:i?g=i.message:u?g="Switching networks":g=`Waiting for ${E}`;let I="Don\u2019t see your wallet? Check your other browser windows.";return c?I="You\u2019re good to go!":l>=Qi&&i?I="Unable to connect wallet":i?I=i.detail:u?I="Switch your wallet to the requested network.":m==="metamask"&&hg?I="Click to continue to open and connect Metamask.":m==="metamask"?I="For the best experience, connect only one wallet at a time.":v==="wallet_connect_v2"?I="Open your mobile wallet app to continue":v==="coinbase_wallet"&&(I="Open the Coinbase app on your phone to continue."),$s(vg,{children:[po(x,{backFn:o===t?void 0:e}),$s(gg,{children:[po(Vs,{walletLogo:T,success:c,fail:!!i}),$s($t,{children:[po("h3",{children:g}),po("p",{children:I})]}),i==no.ERROR_USER_EXISTS?po(D,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Qi?po(D,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Qi),children:"Retry"}):!c&&i&&l>=Qi?po(D,{onClick:e,children:"Use a different wallet"}):null]}),po(J,{})]})},gg=yg.div`
710
728
  display: flex;
711
729
  flex-direction: column;
712
730
  align-items: center;
713
731
  justify-content: center;
714
732
  gap: 24px;
715
733
  width: 100%;
716
- `;import{XCircleIcon as cg}from"@heroicons/react/24/solid";import{useEffect as dg,useMemo as pg,useState as ug}from"react";import mg from"styled-components";import ji from"styled-components";import{jsx as Os,jsxs as sg}from"react/jsx-runtime";var Ur=()=>Os(rg,{children:sg(ng,{children:[Os(ig,{}),Os(ag,{})]})}),rg=ji.div`
734
+ `;import{XCircleIcon as xg}from"@heroicons/react/24/solid";import{useEffect as Sg,useMemo as _g,useState as kg}from"react";import Ag from"styled-components";import Zi from"styled-components";import{jsx as js,jsxs as Pg}from"react/jsx-runtime";var Br=()=>js(wg,{children:Pg(Cg,{children:[js(bg,{}),js(Eg,{})]})}),wg=Zi.div`
717
735
  display: flex;
718
736
  justify-content: center;
719
737
  align-items: center;
@@ -725,14 +743,14 @@ Resources:
725
743
  @media all and (display-mode: standalone) {
726
744
  margin-bottom: 30px;
727
745
  }
728
- `,ng=ji.div`
746
+ `,Cg=Zi.div`
729
747
  position: relative;
730
748
  height: 140px;
731
749
  width: 140px;
732
750
 
733
751
  opacity: 1;
734
752
  animation: fadein 200ms ease;
735
- `,ig=ji.div`
753
+ `,bg=Zi.div`
736
754
  position: absolute;
737
755
  top: 0;
738
756
  right: 0;
@@ -745,7 +763,7 @@ Resources:
745
763
  border: 4px solid var(--privy-color-accent-light);
746
764
  border-radius: 50%;
747
765
  }
748
- `,ag=ji.div`
766
+ `,Eg=Zi.div`
749
767
  position: absolute;
750
768
  top: 0;
751
769
  right: 0;
@@ -769,20 +787,20 @@ Resources:
769
787
  transform: rotate(360deg);
770
788
  }
771
789
  }
772
- `;var rp=["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 er(e){let t=e.type;return typeof t=="string"&&rp.includes(t)}function lg(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function tr(e){return er(e)&&e.type==="wallet_not_on_device"}function np(e){return er(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function ip(e){return!!(er(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Fr(e){return!!(er(e)&&e.type==="mfa_timeout")}function Br(e){return!!(er(e)&&e.type==="missing_or_invalid_mfa")}function Ds(e){return!!(er(e)&&e.type==="mfa_verification_max_attempts_reached")}function Us(e){return!!(er(e)&&e.message.includes("code 429"))}function Fs(e){return!!(lg(e)&&e.message==="MFA canceled")}import{Fragment as sp,jsx as Hr,jsxs as Bs}from"react/jsx-runtime";var ap=1,lp=()=>{let{authenticated:e,user:t,getAccessToken:o}=H(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=A(),{navigate:a,data:s,setModalData:l,onUserCloseViaDialogOrKeybindRef:c}=S(),u=pg(()=>Date.now(),[]),[f,w]=ug(!1),{onCompleteNavigateTo:v,onFailure:T}=s?.connectWallet,y=b=>{f||(w(!0),T(typeof b=="string"?new Error(b):b))};dg(()=>{let b=ne(t),W;return!e||!b?y("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let N=await o();if(!N)return y("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:N,address:b.address});let I=(Date.now()-u)/1e3;v==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&I<ap?W=setTimeout(()=>{a(v)},(ap-I)*1e3):a(v)}catch(I){if(tr(I)&&b.recoveryMethod==="privy"){let k=await o();if(!k)return y("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:b.address}),(await i?.recover({address:b.address,accessToken:k}))?.address||y(new Error("Unable to recover wallet")),v?a(v):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:b.address}),a(v)}catch{y("An error has occurred, please try again.")}}else tr(I)?(l({...s,recoverWallet:{privyWallet:b,onCompleteNavigateTo:v,onFailure:T}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):y(I)}})(),()=>clearTimeout(W)):void 0},[e,t,i]);let E=()=>{y("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=E,Bs(sp,{children:[Hr(x,{onClose:E}),f?Bs(sp,{children:[Bs(xt,{children:[Hr(cg,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Hr(he,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Hr(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Hr(Ur,{}),Hr(fg,{})]})},fg=mg.div`
790
+ `;var up=["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 Ee=class extends Error{constructor(o,r){super(r);this.type=o}};function rr(e){let t=e.type;return typeof t=="string"&&up.includes(t)}function Tg(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function nr(e){return rr(e)&&e.type==="wallet_not_on_device"}function mp(e){return rr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function fp(e){return!!(rr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Hr(e){return!!(rr(e)&&e.type==="mfa_timeout")}function Gr(e){return!!(rr(e)&&e.type==="missing_or_invalid_mfa")}function qs(e){return!!(rr(e)&&e.type==="mfa_verification_max_attempts_reached")}function Ks(e){return!!(rr(e)&&e.message.includes("code 429"))}function Ys(e){return!!(Tg(e)&&e.message==="MFA canceled")}import{Fragment as yp,jsx as zr,jsxs as Js}from"react/jsx-runtime";var hp=1,gp=()=>{let{authenticated:e,user:t,getAccessToken:o}=B(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=R(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=_g(()=>Date.now(),[]),[h,v]=kg(!1),{onCompleteNavigateTo:m,onFailure:b}=l?.connectWallet,T=g=>{h||(v(!0),b(typeof g=="string"?new Error(g):g))};Sg(()=>{let g=le(t),I;return!e||!g?T("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let L=await o();if(!L)return T("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:L,address:g.address});let _=(Date.now()-u)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&_<hp?I=setTimeout(()=>{a(m)},(hp-_)*1e3):a(m)}catch(_){if(nr(_)&&g.recoveryMethod==="privy"){let M=await o();if(!M)return T("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:g.address}),(await i?.recover({address:g.address,accessToken:M}))?.address||T(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:g.address}),a(m)}catch{T("An error has occurred, please try again.")}}else nr(_)?(s({...l,recoverWallet:{privyWallet:g,onCompleteNavigateTo:m,onFailure:b}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):T(_)}})(),()=>clearTimeout(I)):void 0},[e,t,i]);let E=()=>{T("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=E,Js(yp,{children:[zr(x,{onClose:E}),h?Js(yp,{children:[Js(St,{children:[zr(xg,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),zr(Ce,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),zr(D,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):zr(Br,{}),zr(Rg,{})]})},Rg=Ag.div`
773
791
  height: 44px;
774
- `;import{CheckCircleIcon as hg}from"@heroicons/react/24/solid";import{useEffect as yg}from"react";import{Fragment as gg,jsx as Gr,jsxs as cp}from"react/jsx-runtime";var dp=()=>{let{user:e}=H(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=A(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=ne(e);f?(r(),s(f)):l(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return yg(()=>{let f=setTimeout(u,Ec);return()=>clearTimeout(f)},[]),a.current=u,cp(gg,{children:[Gr(x,{onClose:u}),Gr(q,{}),cp(xt,{children:[Gr(hg,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Gr(he,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Gr(K,{}),Gr(F,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as vg}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as wg}from"@heroicons/react/24/outline";import{useEffect as mp,useRef as Cg,useState as Hs}from"react";import ko from"styled-components";import{Fragment as Ag,jsx as ge,jsxs as _t}from"react/jsx-runtime";var fp=()=>{let[e,t]=Hs(null),{authenticated:o,user:r,getAccessToken:n}=H(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:s}=A(),{data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),u=ne(r)?.address,{onFailure:f,onSuccess:w,origin:v,appId:T}=l.keyExport,y=b=>{i({shouldCallAuthOnSuccess:!1}),f(typeof b=="string"?new Error(b):b)},E=()=>{i({shouldCallAuthOnSuccess:!1}),w(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return mp(()=>{let b=ne(r);if(!o||!b)return y("User must be authenticated before exporting their wallet");n().then(t,y)},[o,r]),c.current=E,_t(Ag,{children:[ge(x,{onClose:E}),_t(Pg,{children:[_t(he,{icon:ge(wg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[_t(_g,{children:[ge(Eg,{style:{marginRight:6}}),bo(u)]}),ge("p",{children:"You can bring your account with you to another site using an external wallet."})]}),_t(Tg,{children:[_t(pp,{children:[ge(up,{children:"1"}),_t("span",{children:[ge("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."]})]}),_t(pp,{children:[ge(up,{children:"2"}),ge("span",{children:"Copy this key into your other wallet"})]})]}),ge("div",{style:{width:"100%"},children:e&&ge(bg,{origin:v,appId:T,accessToken:e,clientAnalyticsId:s,address:u,dimensions:{height:"44px"}})}),_t(kg,{children:[_t("div",{children:[ge(vg,{viewBox:"0 0 20 18"}),ge("h4",{children:"Warning"})]}),ge("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),ge(F,{protectedByPrivy:!0})]})};function bg(e){let[t,o]=Hs(e.dimensions.width),[r,n]=Hs(void 0),i=Cg(null);return mp(()=>{if(i.current&&t===void 0){let{width:s}=i.current.getBoundingClientRect();o(s)}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")})},[]),ge("div",{ref:i,children:t&&_t(xg,{children:[ge("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:wi(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),ge(Sg,{children:"Loading..."})]})})}function Eg(e){return ge("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:ge("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 Pg=ko.div`
792
+ `;import{CheckCircleIcon as Ig}from"@heroicons/react/24/solid";import{useEffect as Wg}from"react";import{Fragment as Mg,jsx as Vr,jsxs as vp}from"react/jsx-runtime";var wp=()=>{let{user:e}=B(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=R(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let h=le(e);h?(r(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return Wg(()=>{let h=setTimeout(u,Ac);return()=>clearTimeout(h)},[]),a.current=u,vp(Mg,{children:[Vr(x,{onClose:u}),Vr(K,{}),vp(St,{children:[Vr(Ig,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Vr(Ce,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Vr(Y,{}),Vr(U,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Lg}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as Ng}from"@heroicons/react/24/outline";import{useEffect as Ep,useRef as Og,useState as Qs}from"react";import Ro from"styled-components";import{Fragment as $g,jsx as Pe,jsxs as kt}from"react/jsx-runtime";var Pp=()=>{let[e,t]=Qs(null),{authenticated:o,user:r,getAccessToken:n}=B(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=R(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=le(r)?.address,{onFailure:h,onSuccess:v,origin:m,appId:b}=s.keyExport,T=g=>{i({shouldCallAuthOnSuccess:!1}),h(typeof g=="string"?new Error(g):g)},E=()=>{i({shouldCallAuthOnSuccess:!1}),v(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Ep(()=>{let g=le(r);if(!o||!g)return T("User must be authenticated before exporting their wallet");n().then(t,T)},[o,r]),c.current=E,kt($g,{children:[Pe(x,{onClose:E}),kt(Fg,{children:[kt(Ce,{icon:Pe(Ng,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[kt(zg,{children:[Pe(Ug,{style:{marginRight:6}}),xo(u)]}),Pe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),kt(Bg,{children:[kt(Cp,{children:[Pe(bp,{children:"1"}),kt("span",{children:[Pe("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),kt(Cp,{children:[Pe(bp,{children:"2"}),Pe("span",{children:"Copy this key into your other wallet"})]})]}),Pe("div",{style:{width:"100%"},children:e&&Pe(Dg,{origin:m,appId:b,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),kt(Vg,{children:[kt("div",{children:[Pe(Lg,{viewBox:"0 0 20 18"}),Pe("h4",{children:"Warning"})]}),Pe("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Pe(U,{protectedByPrivy:!0})]})};function Dg(e){let[t,o]=Qs(e.dimensions.width),[r,n]=Qs(void 0),i=Og(null);return Ep(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();o(l)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),Pe("div",{ref:i,children:t&&kt(Hg,{children:[Pe("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Ei(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),Pe(Gg,{children:"Loading..."})]})})}function Ug(e){return Pe("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Pe("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var Fg=Ro.div`
775
793
  display: flex;
776
794
  flex-direction: column;
777
795
  text-align: left;
778
- `,Tg=ko.div`
796
+ `,Bg=Ro.div`
779
797
  display: flex;
780
798
  flex-direction: column;
781
799
  gap: 24px;
782
800
  padding-bottom: 16px;
783
801
  margin-left: 11px;
784
802
  border-left: 1px solid var(--privy-color-foreground-4) !important;
785
- `,pp=ko.div`
803
+ `,Cp=Ro.div`
786
804
  display: flex;
787
805
  align-items: top;
788
806
  gap: 8px;
@@ -791,7 +809,7 @@ Resources:
791
809
  color: var(--privy-color-accent);
792
810
  text-decoration: underline;
793
811
  }
794
- `,up=ko.div`
812
+ `,bp=Ro.div`
795
813
  display: flex;
796
814
  align-items: center;
797
815
  justify-content: center;
@@ -805,11 +823,11 @@ Resources:
805
823
  border-radius: 100%;
806
824
  background: var(--privy-color-background);
807
825
  color: var(--privy-color-accent);
808
- `,xg=ko.div`
826
+ `,Hg=Ro.div`
809
827
  overflow: visible;
810
828
  position: relative;
811
829
  height: 44px;
812
- `,Sg=ko.div`
830
+ `,Gg=Ro.div`
813
831
  position: absolute;
814
832
  display: flex;
815
833
  align-items: center;
@@ -821,7 +839,7 @@ Resources:
821
839
  border-radius: var(--privy-border-radius-md);
822
840
  background-color: var(--privy-color-background-2);
823
841
  color: var(--privy-color-foreground-3);
824
- `,_g=ko.div`
842
+ `,zg=Ro.div`
825
843
  display: flex;
826
844
  align-items: center;
827
845
  padding-top: 1px;
@@ -834,7 +852,7 @@ Resources:
834
852
  font-size: 12px;
835
853
  font-weight: 500;
836
854
  margin: auto;
837
- `,kg=ko.div`
855
+ `,Vg=Ro.div`
838
856
  border: 1px solid var(--privy-color-background-2) !important;
839
857
  border-radius: var(--privy-border-radius-md);
840
858
  padding: 16px;
@@ -856,7 +874,7 @@ Resources:
856
874
  color: var(--privy-color-error);
857
875
  }
858
876
  }
859
- `;import{XCircleIcon as E1}from"@heroicons/react/24/outline";import{useEffect as Bp,useRef as P1,useState as Rn}from"react";import{useCallback as Fp,useEffect as b1}from"react";import{ExclamationTriangleIcon as Lg}from"@heroicons/react/24/outline";import{useEffect as Ng,useState as Vs}from"react";import{ArrowPathIcon as Rg,EyeIcon as Ig,EyeSlashIcon as Wg}from"@heroicons/react/24/outline";import Me,{css as Gs}from"styled-components";var Mg=Gs`
877
+ `;import{XCircleIcon as U1}from"@heroicons/react/24/outline";import{useEffect as Yp,useRef as F1,useState as On}from"react";import{useCallback as Kp,useEffect as D1}from"react";import{ExclamationTriangleIcon as Jg}from"@heroicons/react/24/outline";import{useEffect as Qg,useState as el}from"react";import{ArrowPathIcon as jg,EyeIcon as qg,EyeSlashIcon as Kg}from"@heroicons/react/24/outline";import De,{css as Zs}from"styled-components";var Yg=Zs`
860
878
  font-size: 14px;
861
879
  font-style: normal;
862
880
  font-weight: 400;
@@ -864,8 +882,8 @@ Resources:
864
882
  letter-spacing: -0.008px;
865
883
  text-align: left;
866
884
  transition: color 0.1s ease-in;
867
- `,qi=Me.span`
868
- ${Mg}
885
+ `,Xi=De.span`
886
+ ${Yg}
869
887
  transition: color 0.1s ease-in;
870
888
  color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
871
889
  text-transform: ${({error:e})=>e?"":"capitalize"};
@@ -873,18 +891,18 @@ Resources:
873
891
  &[aria-hidden='true'] {
874
892
  visibility: hidden;
875
893
  }
876
- `,Ao=Me.div`
894
+ `,Io=De.div`
877
895
  display: flex;
878
896
  flex-direction: column;
879
897
  justify-content: center;
880
898
  flex-grow: 1;
881
- `,Ro=Me(U)`
882
- ${e=>e.hideAnimations&&Gs`
899
+ `,Wo=De(D)`
900
+ ${e=>e.hideAnimations&&Zs`
883
901
  && {
884
902
  transition: none;
885
903
  }
886
904
  `}
887
- `,hp=Gs`
905
+ `,Tp=Zs`
888
906
  && {
889
907
  width: 100%;
890
908
  border-width: 1px;
@@ -899,23 +917,23 @@ Resources:
899
917
  font-weight: 300;
900
918
  line-height: 22px; /* 137.5% */
901
919
  }
902
- `,or=Me.input`
903
- ${hp}
920
+ `,ir=De.input`
921
+ ${Tp}
904
922
 
905
923
  &::placeholder {
906
924
  color: var(--privy-color-foreground-3);
907
925
  font-style: italic;
908
926
  font-size: 14px;
909
927
  }
910
- `,yp=Me.div`
911
- ${hp}
912
- `,Io=Me.div`
928
+ `,xp=De.div`
929
+ ${Tp}
930
+ `,Mo=De.div`
913
931
  position: relative;
914
932
  width: 100%;
915
933
  display: flex;
916
934
  align-items: center;
917
935
  justify-content: ${({centered:e})=>e?"center":"space-between"};
918
- `,Wo=Me.div`
936
+ `,Lo=De.div`
919
937
  display: flex;
920
938
  flex-direction: column;
921
939
  align-items: center;
@@ -937,12 +955,12 @@ Resources:
937
955
  font-weight: 400;
938
956
  line-height: 20px;
939
957
  }
940
- `,xn=Me.div`
958
+ `,In=De.div`
941
959
  display: flex;
942
960
  flex-direction: column;
943
961
  gap: 10px;
944
962
  padding-bottom: 1rem;
945
- `,Sn=Me.div`
963
+ `,Wn=De.div`
946
964
  display: flex;
947
965
  text-align: left;
948
966
  align-items: center;
@@ -962,13 +980,13 @@ Resources:
962
980
  > :first-child {
963
981
  min-width: 24px;
964
982
  }
965
- `,eS=Me.div`
983
+ `,AS=De.div`
966
984
  height: var(--privy-height-modal-full);
967
985
 
968
986
  @media (max-width: 440px) {
969
987
  height: var(--privy-height-modal-compact);
970
988
  }
971
- `,zs=Me(Ni)`
989
+ `,Xs=De(Di)`
972
990
  display: flex;
973
991
  flex: 1;
974
992
  gap: 4px;
@@ -980,7 +998,7 @@ Resources:
980
998
  border-color: var(--privy-color-foreground-3);
981
999
  border-width: 1px;
982
1000
  }
983
- `,zr=Me.div`
1001
+ `,$r=De.div`
984
1002
  position: absolute;
985
1003
  right: 0.5rem;
986
1004
 
@@ -988,7 +1006,7 @@ Resources:
988
1006
  flex-direction: row;
989
1007
  justify-content: space-around;
990
1008
  align-items: center;
991
- `,gp=Me(Rg)`
1009
+ `,Sp=De(jg)`
992
1010
  height: 1.25rem;
993
1011
  width: 1.25rem;
994
1012
  stroke: var(--privy-color-accent);
@@ -997,7 +1015,7 @@ Resources:
997
1015
  :active {
998
1016
  stroke: var(--privy-color-accent-light);
999
1017
  }
1000
- `,Vr=Me(Wg)`
1018
+ `,jr=De(Kg)`
1001
1019
  height: 1.25rem;
1002
1020
  width: 1.25rem;
1003
1021
  stroke: var(--privy-color-accent);
@@ -1006,7 +1024,7 @@ Resources:
1006
1024
  :active {
1007
1025
  stroke: var(--privy-color-accent-light);
1008
1026
  }
1009
- `,$r=Me(Ig)`
1027
+ `,qr=De(qg)`
1010
1028
  height: 1.25rem;
1011
1029
  width: 1.25rem;
1012
1030
  stroke: var(--privy-color-accent);
@@ -1015,7 +1033,7 @@ Resources:
1015
1033
  :active {
1016
1034
  stroke: var(--privy-color-accent-light);
1017
1035
  }
1018
- `,vp=Me.progress`
1036
+ `,_p=De.progress`
1019
1037
  height: 4px;
1020
1038
  width: 100%;
1021
1039
  margin: 8px 0;
@@ -1031,14 +1049,14 @@ Resources:
1031
1049
  transition: all 0.1s ease-out;
1032
1050
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1033
1051
  }
1034
- `;import{Fragment as Og,jsx as it,jsxs as Ki}from"react/jsx-runtime";var wp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Vs(!0),[s,l]=Vs(!1),[c,u]=Vs(""),f=o===c;return Ng(()=>{c&&!s&&l(!0)},[c]),Ki(Og,{children:[it(x,{title:"Confirm Password",closeable:!1,backFn:n}),it(q,{}),Ki(Ao,{children:[Ki(Wo,{children:[it(Lg,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),it("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),it("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Ki(Io,{children:[it(or,{value:c,onChange:w=>u(w.target.value),onBlur:()=>l(!0),placeholder:"confirm your password",type:i?"password":"text"}),it(zr,{style:{right:"0.75rem"},children:i?it(Vr,{onClick:()=>a(!1)}):it($r,{onClick:()=>a(!0)})})]}),it(qi,{"aria-hidden":!s||f,error:!0,children:"Passwords do not match"})]}),it(Ro,{onClick:r,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),it(K,{}),it(F,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Bg}from"@heroicons/react/24/outline";import{useState as Hg}from"react";import Gg from"styled-components";import Yi from"styled-components";import{jsx as _n,jsxs as Fg}from"react/jsx-runtime";var Cp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>_n("label",{children:Fg(Dg,{className:e,children:[_n(Ep,{checked:t,...r}),_n(Ug,{color:o,checked:t,children:_n(bp,{viewBox:"0 0 24 24",children:_n("polyline",{points:"20 6 9 17 4 12"})})})]})}),Dg=Yi.div`
1052
+ `;import{Fragment as Zg,jsx as at,jsxs as ea}from"react/jsx-runtime";var kp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=el(!0),[l,s]=el(!1),[c,u]=el(""),h=o===c;return Qg(()=>{c&&!l&&s(!0)},[c]),ea(Zg,{children:[at(x,{title:"Confirm Password",closeable:!1,backFn:n}),at(K,{}),ea(Io,{children:[ea(Lo,{children:[at(Jg,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),at("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),at("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),ea(Mo,{children:[at(ir,{value:c,onChange:v=>u(v.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),at($r,{style:{right:"0.75rem"},children:i?at(jr,{onClick:()=>a(!1)}):at(qr,{onClick:()=>a(!0)})})]}),at(Xi,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),at(Wo,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),at(Y,{}),at(U,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as o1}from"@heroicons/react/24/outline";import{useState as r1}from"react";import n1 from"styled-components";import ta from"styled-components";import{jsx as Mn,jsxs as t1}from"react/jsx-runtime";var Ap=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Mn("label",{children:t1(Xg,{className:e,children:[Mn(Ip,{checked:t,...r}),Mn(e1,{color:o,checked:t,children:Mn(Rp,{viewBox:"0 0 24 24",children:Mn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Xg=ta.div`
1035
1053
  display: inline-block;
1036
1054
  vertical-align: middle;
1037
- `,bp=Yi.svg`
1055
+ `,Rp=ta.svg`
1038
1056
  fill: none;
1039
1057
  stroke: white;
1040
1058
  stroke-width: 3px;
1041
- `,Ep=Yi.input.attrs({type:"checkbox"})`
1059
+ `,Ip=ta.input.attrs({type:"checkbox"})`
1042
1060
  border: 0;
1043
1061
  clip: rect(0 0 0 0);
1044
1062
  clippath: inset(50%);
@@ -1049,7 +1067,7 @@ Resources:
1049
1067
  position: absolute;
1050
1068
  white-space: nowrap;
1051
1069
  width: 1px;
1052
- `,Ug=Yi.div`
1070
+ `,e1=ta.div`
1053
1071
  display: inline-block;
1054
1072
  width: 18px;
1055
1073
  height: 18px;
@@ -1064,28 +1082,28 @@ Resources:
1064
1082
  border-width: 1px;
1065
1083
  }
1066
1084
 
1067
- ${Ep}:focus + & {
1085
+ ${Ip}:focus + & {
1068
1086
  box-shadow: 0 0 0 1px ${e=>e.color};
1069
1087
  }
1070
1088
 
1071
- ${bp} {
1089
+ ${Rp} {
1072
1090
  visibility: ${e=>e.checked?"visible":"hidden"};
1073
1091
  }
1074
- `;import{Fragment as Pp,jsx as ft,jsxs as kn}from"react/jsx-runtime";var Tp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Hg(!1);return kn(Pp,{children:[ft(x,{title:"Confirm Password",closeable:!1,backFn:r}),ft(q,{}),kn(Ao,{children:[kn(Wo,{children:[ft(Bg,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),ft("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),ft("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),ft(xn,{children:kn(Sn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:s=>{s.preventDefault(),a(l=>!l)},children:[ft(Cp,{color:"var(--privy-color-error)",checked:i}),ft(Pp,{children:"I understand losing my password means losing my account."})]})})]}),kn(zg,{children:[n.initiatedBy==="user"&&ft(no,{onClick:n.onCancel,disabled:t,children:"Cancel"}),ft(Ro,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),ft(K,{}),ft(F,{protectedByPrivy:!0})]})},zg=Gg.div`
1092
+ `;import{Fragment as Wp,jsx as ht,jsxs as Ln}from"react/jsx-runtime";var Mp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=r1(!1);return Ln(Wp,{children:[ht(x,{title:"Confirm Password",closeable:!1,backFn:r}),ht(K,{}),Ln(Io,{children:[Ln(Lo,{children:[ht(o1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),ht("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),ht("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),ht(In,{children:Ln(Wn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[ht(Ap,{color:"var(--privy-color-error)",checked:i}),ht(Wp,{children:"I understand losing my password means losing my account."})]})})]}),Ln(i1,{children:[n.initiatedBy==="user"&&ht(ao,{onClick:n.onCancel,disabled:t,children:"Cancel"}),ht(Wo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),ht(Y,{}),ht(U,{protectedByPrivy:!0})]})},i1=n1.div`
1075
1093
  display: flex;
1076
1094
  gap: 10px;
1077
- `;import{KeyIcon as i1}from"@heroicons/react/24/outline";import{CheckCircleIcon as Ip}from"@heroicons/react/24/solid";import{useState as Wp,useMemo as $s,useEffect as a1}from"react";import Mp from"styled-components";import Vg from"fast-password-entropy";import*as xp from"secure-password-utilities";import{DEFAULT_WORDLIST as $g}from"secure-password-utilities/wordlists";var jg=95,qg=8,Kg=3,Yg=.3,Jg=/[a-z]/,Qg=/[A-Z]/,Zg=/[0-9]/,Xg="a-zA-Z0-9",Sp="!@#$%^&*()\\-_+.",_p=`${Xg}${Sp}`,e1=new RegExp(`[${Sp}]`),t1=new RegExp(`[${_p}]`),kp=new RegExp(`^[${_p}]{6,}$`),Ap=(e="")=>{let t=e.split("").filter(o=>!t1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Ji=()=>xp.generatePassphrase(4,$g);function o1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function r1(e){if(e.length<qg)return 0;let t=0;Jg.test(e)&&(t+=1),Qg.test(e)&&(t+=1),Zg.test(e)&&(t+=1),e1.test(e)&&(t+=1);let o=t/Kg;return Math.max(0,Math.min(1,o))}function n1(e=""){let t=r1(e),o=Vg(e)/jg;return(t*Yg+o)/2}function Rp(e=""){let t=n1(e);return{value:t,label:o1(t)}}import{Fragment as c1,jsx as Se,jsxs as lo}from"react/jsx-runtime";var Lp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=Wp(!1),[u,f]=Wp(!1);a1(()=>{o&&!u&&f(!0)},[o]);let w=$s(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":kp.test(o||"")?null:`Invalid characters used ( ${Ap(o).join(" ")} )`:null,[o,u]),v=$s(()=>w?{value:0,label:"Weak"}:Rp(o),[o,w]),T=$s(()=>!!(!o?.length||w),[w,o]);return lo(c1,{children:[Se(x,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Se(q,{}),lo(Ao,{children:[lo(Wo,{children:[Se(i1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Se("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Se("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),lo(Io,{children:[Se(or,{value:o,onChange:y=>a(y.target.value),placeholder:"enter or generate a strong password",type:l?"password":"text"}),lo(zr,{style:{width:"3.5rem"},children:[l?Se(Vr,{onClick:()=>c(!1)}):Se($r,{onClick:()=>c(!0)}),Se(gp,{onClick:s})]})]}),Se(vp,{value:v.value===0?.01:v.value,label:v.label}),Se(qi,{error:!!w,children:w||`Password Strength: ${u?v.label:"--"}`}),lo(l1,{children:[Se(s1,{children:lo(xn,{children:[lo(Sn,{children:[Se(Ip,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),lo(Sn,{children:[Se(Ip,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Se(Ro,{onClick:n,loading:t,disabled:T,hideAnimations:e,children:"Continue"})]})]}),Se(K,{}),Se(F,{protectedByPrivy:!0})]})},s1=Mp(xn)`
1095
+ `;import{KeyIcon as b1}from"@heroicons/react/24/outline";import{CheckCircleIcon as Bp}from"@heroicons/react/24/solid";import{useState as Hp,useMemo as tl,useEffect as E1}from"react";import Gp from"styled-components";import a1 from"fast-password-entropy";import*as Lp from"secure-password-utilities";import{DEFAULT_WORDLIST as s1}from"secure-password-utilities/wordlists";var l1=95,c1=8,d1=3,p1=.3,u1=/[a-z]/,m1=/[A-Z]/,f1=/[0-9]/,h1="a-zA-Z0-9",Np="!@#$%^&*()\\-_+.",Op=`${h1}${Np}`,y1=new RegExp(`[${Np}]`),g1=new RegExp(`[${Op}]`),Dp=new RegExp(`^[${Op}]{6,}$`),Up=(e="")=>{let t=e.split("").filter(o=>!g1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},oa=()=>Lp.generatePassphrase(4,s1);function v1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function w1(e){if(e.length<c1)return 0;let t=0;u1.test(e)&&(t+=1),m1.test(e)&&(t+=1),f1.test(e)&&(t+=1),y1.test(e)&&(t+=1);let o=t/d1;return Math.max(0,Math.min(1,o))}function C1(e=""){let t=w1(e),o=a1(e)/l1;return(t*p1+o)/2}function Fp(e=""){let t=C1(e);return{value:t,label:v1(t)}}import{Fragment as x1,jsx as ke,jsxs as uo}from"react/jsx-runtime";var zp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=Hp(!1),[u,h]=Hp(!1);E1(()=>{o&&!u&&h(!0)},[o]);let v=tl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":Dp.test(o||"")?null:`Invalid characters used ( ${Up(o).join(" ")} )`:null,[o,u]),m=tl(()=>v?{value:0,label:"Weak"}:Fp(o),[o,v]),b=tl(()=>!!(!o?.length||v),[v,o]);return uo(x1,{children:[ke(x,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),ke(K,{}),uo(Io,{children:[uo(Lo,{children:[ke(b1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),ke("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),ke("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),uo(Mo,{children:[ke(ir,{value:o,onChange:T=>a(T.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),uo($r,{style:{width:"3.5rem"},children:[s?ke(jr,{onClick:()=>c(!1)}):ke(qr,{onClick:()=>c(!0)}),ke(Sp,{onClick:l})]})]}),ke(_p,{value:m.value===0?.01:m.value,label:m.label}),ke(Xi,{error:!!v,children:v||`Password Strength: ${u?m.label:"--"}`}),uo(T1,{children:[ke(P1,{children:uo(In,{children:[uo(Wn,{children:[ke(Bp,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),uo(Wn,{children:[ke(Bp,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),ke(Wo,{onClick:n,loading:t,disabled:b,hideAnimations:e,children:"Continue"})]})]}),ke(Y,{}),ke(U,{protectedByPrivy:!0})]})},P1=Gp(In)`
1078
1096
  flex: 1;
1079
1097
  padding-top: 1rem;
1080
- `,l1=Mp.div`
1098
+ `,T1=Gp.div`
1081
1099
  display: flex;
1082
1100
  flex-direction: column;
1083
1101
  height: 100%;
1084
- `;import{ArrowDownTrayIcon as d1,ClipboardDocumentCheckIcon as p1,DocumentDuplicateIcon as u1,ExclamationTriangleIcon as m1}from"@heroicons/react/24/outline";import{useState as f1,useCallback as Np}from"react";import{Fragment as js,jsx as Je,jsxs as rr}from"react/jsx-runtime";var Op=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=f1(!1),l=Np(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Np(()=>{let u=document.createElement("a"),f=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),w=new Blob([h1(o,r)],{type:"text/plain"}),v=URL.createObjectURL(w);u.href=v,u.target="_blank",u.download=`${f}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(v)},5e3)},[r]);return rr(js,{children:[Je(x,{backFn:i,title:"Save Password",closeable:!1}),Je(q,{}),rr(Ao,{children:[rr(Wo,{children:[Je(m1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Je("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),Je("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."})]}),Je(Io,{centered:!0,children:Je(yp,{children:r})}),rr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Je(zs,{onClick:l,children:a?rr(js,{children:[Je(p1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):rr(js,{children:[Je(u1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),rr(zs,{onClick:c,children:[Je(d1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Je(Ro,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Je(K,{}),Je(F,{protectedByPrivy:!0})]})},h1=(e,t)=>`Your wallet recovery password for ${e} is
1102
+ `;import{ArrowDownTrayIcon as S1,ClipboardDocumentCheckIcon as _1,DocumentDuplicateIcon as k1,ExclamationTriangleIcon as A1}from"@heroicons/react/24/outline";import{useState as R1,useCallback as Vp}from"react";import{Fragment as ol,jsx as Ye,jsxs as ar}from"react/jsx-runtime";var $p=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=R1(!1),s=Vp(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Vp(()=>{let u=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),v=new Blob([I1(o,r)],{type:"text/plain"}),m=URL.createObjectURL(v);u.href=m,u.target="_blank",u.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(m)},5e3)},[r]);return ar(ol,{children:[Ye(x,{backFn:i,title:"Save Password",closeable:!1}),Ye(K,{}),ar(Io,{children:[ar(Lo,{children:[Ye(A1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Ye("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),Ye("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."})]}),Ye(Mo,{centered:!0,children:Ye(xp,{children:r})}),ar("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Ye(Xs,{onClick:s,children:a?ar(ol,{children:[Ye(_1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):ar(ol,{children:[Ye(k1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),ar(Xs,{onClick:c,children:[Ye(S1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Ye(Wo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Ye(Y,{}),Ye(U,{protectedByPrivy:!0})]})},I1=(e,t)=>`Your wallet recovery password for ${e} is
1085
1103
 
1086
1104
  ${t}
1087
1105
 
1088
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as y1,XCircleIcon as g1}from"@heroicons/react/24/outline";import{Fragment as v1,jsx as co,jsxs as qs}from"react/jsx-runtime";var Dp=({error:e,onClose:t})=>qs(v1,{children:[co(x,{closeable:!1}),co(q,{}),e?qs(xt,{children:[co(g1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),co(he,{title:"Something went wrong",description:e})]}):qs(xt,{children:[co(y1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),co(he,{title:"Success"})]}),co(U,{onClick:t,children:"Close"}),co(K,{}),co(F,{protectedByPrivy:!0})]});import{useReducer as w1}from"react";var C1=(e,t)=>{switch(e){case"creating":return t==="back"?e:"saving";case"saving":return t==="back"?"creating":"confirming";case"confirming":return t==="back"?"saving":"finalizing";case"finalizing":return t==="back"?"confirming":"done";default:return e}},Up=()=>{let[e,t]=w1(C1,"creating");return{send:t,state:e}};import{jsx as An}from"react/jsx-runtime";var Qi=({onSubmit:e,...t})=>{let{send:o,state:r}=Up(),n=Fp(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);b1(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),et)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=Fp(()=>{o("back")},[o]);return r==="creating"?An(Lp,{...t,onSubmit:n}):r==="saving"?An(Op,{...t,onSubmit:n,onBack:i}):r==="confirming"?An(wp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?An(Tp,{...t,onSubmit:n,onBack:i}):r==="done"?An(Dp,{...t,onSubmit:n}):null};import{Fragment as x1,jsx as jr,jsxs as Hp}from"react/jsx-runtime";var T1=250,Gp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Rn(""),[a,s]=Rn(!1),[l,c]=Rn(),[u,f]=Rn(null),[w,v]=Rn(null),T=P1(!1),{authenticated:y,getAccessToken:E}=H(),{refreshUser:b,closePrivyModal:W,createAnalyticsEvent:M,isNewUserThisSession:N,initializeWalletProxy:I}=A(),{onSuccess:k,onFailure:R,callAuthOnSuccessOnClose:O}=o.createWallet,$=e?.embeddedWallets.requireUserPasswordOnCreate===!0,B=!!(!n||T.current)&&!$,_=new dt(async()=>se());Bp(()=>{u||I(3e4).then(D=>f(D))},[u]),Bp(()=>{if(!y){t("LANDING"),R(new Error("User must be authenticated before creating a Privy wallet"));return}!$&&!a&&!T.current&&(s(!0),_.execute().finally(()=>s(!1)))},[$,y]);let J=()=>{$&&w&&w?.recoveryMethod!=="user-passcode"?R(new Ze("User created a wallet but failed to set a password for it")):w?k(w):R(new Ze("User wallet creation failed")),W({shouldCallAuthOnSuccess:O})};r.current=()=>null;let se=async function(){let D=await E();if(D)try{if(M("embedded_wallet_creation_started"),!await(await I(br))?.create({accessToken:D,recoveryPassword:l}))throw M("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let le=await b(),vt=ne(le);if(!vt)throw M("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");v(vt),M("embedded_wallet_creation_completed",{walletAddress:vt.address}),i(""),T.current=!0,$?t("EMBEDDED_WALLET_CREATED_SCREEN"):N?t("EMBEDDED_WALLET_CREATED_SCREEN"):vt&&(k(vt),W({shouldCallAuthOnSuccess:O}))}catch(De){if(T.current)return;i("An error has occurred, please try again."),console.warn(De)}else i("An error has occured, please login again."),M("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ve=async()=>$?(s(!0),_.execute().then(()=>new Promise(D=>setTimeout(D,T1))).finally(()=>s(!1))):W({shouldCallAuthOnSuccess:O});return!$&&n?Hp(x1,{children:[jr(x,{closeable:!1}),Hp(xt,{children:[jr(E1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),jr(he,{title:"Something went wrong",description:n})]}),jr(U,{onClick:J,children:"Close"})]}):B?jr(Ur,{}):jr(Qi,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:B||!u,buttonLoading:a,buttonHideAnimations:!w&&a,error:n,password:l||"",onClose:J,onPasswordChange:c,onPasswordGenerate:()=>c(Ji()),onSubmit:ve})};import{useEffect as S1,useState as Zi}from"react";import{jsx as _1}from"react/jsx-runtime";var zp=()=>{let[e,t]=Zi(null),[o,r]=Zi(!1),[n,i]=Zi(null),[a,s]=Zi(""),{authenticated:l,getAccessToken:c,user:u}=H(),{walletProxy:f,refreshUser:w,closePrivyModal:v,createAnalyticsEvent:T}=A(),{app:y,navigate:E,data:b,onUserCloseViaDialogOrKeybindRef:W}=S(),{onSuccess:M,onFailure:N}=b.createWallet,I=ne(u),k=e?.recoveryMethod==="user-passcode";S1(()=>{l||(E("LANDING"),N(new li("User must be authenticated before setting a password on a Privy wallet")))},[l]);let R=()=>{if(n){N(n),v({shouldCallAuthOnSuccess:!1});return}if(!k){N(new Ze("Exited before password was added to wallet")),v({shouldCallAuthOnSuccess:!1});return}M(e),v({shouldCallAuthOnSuccess:!1})};W.current=R;let O=async()=>{let B=await c();if(B&&I?.address&&a&&f)try{if(T("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await f.setRecoveryPassword({accessToken:B,address:I.address,recoveryPassword:a})).address){i(new Ze("Error setting password on privy wallet")),T("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"error setting password"});return}let J=await w(),se=ne(J);if(!se){i(new Ze("Error setting password on privy wallet")),T("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"wallet disconnected"});return}t(se),T("embedded_wallet_set_password_completed",{walletAddress:I.address})}catch(_){console.warn(_),i(_ instanceof Error?_:new Error("Error setting password on privy wallet")),T("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:_})}},$=async()=>{k?(M(e),v({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await O(),r(!1))};return _1(Qi,{appName:y?.name||"privy",config:{initiatedBy:"user",onCancel:R},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>s(Ji()),onPasswordChange:s,onSubmit:$,onClose:R})};import{UserCircleIcon as k1}from"@heroicons/react/24/outline";import{LockClosedIcon as A1}from"@heroicons/react/24/solid";import{Fragment as R1,jsx as po,jsxs as Xi}from"react/jsx-runtime";var Vp=()=>{let{user:e}=H(),{closePrivyModal:t,createAnalyticsEvent:o}=A(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l}=r.setWalletPassword,c=()=>{l(new Ze("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Xi(R1,{children:[po(x,{onClose:c}),po(q,{}),Xi(xt,{children:[Xi(Rd,{children:[po(k1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),po(Id,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:po(A1,{width:"12px",height:"12px",fill:"white"})})]}),Xi(he,{title:"Secure Your Account",children:["Please set a password to secure your account.",po("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."})]})]}),po(U,{onClick:()=>{let f=ne(e);o("embedded_wallet_set_password_started",{walletAddress:f?.address}),n({createWallet:{onFailure:l,onSuccess:s,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),po(K,{}),po(F,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as I1}from"@heroicons/react/24/outline";import{useEffect as W1,useState as ea}from"react";import ta,{css as M1}from"styled-components";import{Fragment as U1,jsx as Be,jsxs as nr}from"react/jsx-runtime";var $p=()=>{let[e,t]=ea(!0),{authenticated:o,getAccessToken:r}=H(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=A(),{navigate:s,data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,f]=ea(void 0),[w,v]=ea(""),[T,y]=ea(!1),{privyWallet:E,onCompleteNavigateTo:b,onSuccess:W,onFailure:M}=l.recoverWallet,N=(R="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),M(typeof R=="string"?new Ze(R):R)};c.current=N,W1(()=>{if(!o||!E)return N("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=R=>{R&&f(R)};return nr(U1,{children:[Be(x,{onClose:N}),Be(q,{}),nr(N1,{children:[nr(L1,{children:[Be(I1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Be("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),Be("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),nr("div",{children:[nr(Io,{children:[Be(or,{type:e?"password":"text",onChange:R=>I(R.target.value),disabled:T}),Be(zr,{style:{right:"0.75rem"},children:e?Be(Vr,{onClick:()=>t(!1)}):Be($r,{onClick:()=>t(!0)})})]}),!!w&&Be(O1,{children:w})]}),nr("div",{children:[nr(Ad,{children:[Be("h4",{children:"Why is this necessary?"}),Be("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),Be(D1,{loading:T||!n,disabled:!u,onClick:async()=>{y(!0);let R=await r();if(R&&E&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:E.address}),await n?.recover({address:E.address,accessToken:R,recoveryPin:u}),v(""),b?s(b):i({shouldCallAuthOnSuccess:!1}),W?.(E),a("embedded_wallet_recovery_completed",{walletAddress:E.address})}catch(O){np(O)?v("Invalid recovery password, please try again."):v("An error has occurred, please try again.")}finally{y(!1)}else return N("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!E&&T,children:"Recover your account"})]})]}),Be(K,{}),Be(F,{protectedByPrivy:!0})]})},L1=ta.div`
1106
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as W1,XCircleIcon as M1}from"@heroicons/react/24/outline";import{Fragment as L1,jsx as mo,jsxs as rl}from"react/jsx-runtime";var jp=({error:e,onClose:t})=>rl(L1,{children:[mo(x,{closeable:!1}),mo(K,{}),e?rl(St,{children:[mo(M1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),mo(Ce,{title:"Something went wrong",description:e})]}):rl(St,{children:[mo(W1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),mo(Ce,{title:"Success"})]}),mo(D,{onClick:t,children:"Close"}),mo(Y,{}),mo(U,{protectedByPrivy:!0})]});import{useReducer as N1}from"react";var O1=(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}},qp=()=>{let[e,t]=N1(O1,"creating");return{send:t,state:e}};import{jsx as Nn}from"react/jsx-runtime";var ra=({onSubmit:e,...t})=>{let{send:o,state:r}=qp(),n=Kp(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);D1(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),tt)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=Kp(()=>{o("back")},[o]);return r==="creating"?Nn(zp,{...t,onSubmit:n}):r==="saving"?Nn($p,{...t,onSubmit:n,onBack:i}):r==="confirming"?Nn(kp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Nn(Mp,{...t,onSubmit:n,onBack:i}):r==="done"?Nn(jp,{...t,onSubmit:n}):null};import{Fragment as H1,jsx as Kr,jsxs as Jp}from"react/jsx-runtime";var B1=250,Qp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=On(""),[a,l]=On(!1),[s,c]=On(),[u,h]=On(null),[v,m]=On(null),b=F1(!1),{authenticated:T,getAccessToken:E}=B(),{refreshUser:g,closePrivyModal:I,createAnalyticsEvent:k,isNewUserThisSession:L,initializeWalletProxy:_}=R(),{onSuccess:M,onFailure:O,callAuthOnSuccessOnClose:H}=o.createWallet,X=e?.embeddedWallets.requireUserPasswordOnCreate===!0,j=!!(!n||b.current)&&!X,A=new pt(async()=>F());Yp(()=>{u||_(3e4).then(N=>h(N))},[u]),Yp(()=>{if(!T){t("LANDING"),O(new Error("User must be authenticated before creating a Privy wallet"));return}!X&&!a&&!b.current&&(l(!0),A.execute().finally(()=>l(!1)))},[X,T]);let q=()=>{X&&v&&v?.recoveryMethod!=="user-passcode"?O(new Xe("User created a wallet but failed to set a password for it")):v?M(v):O(new Xe("User wallet creation failed")),I({shouldCallAuthOnSuccess:H})};r.current=()=>null;let F=async function(){let N=await E();if(N)try{if(k("embedded_wallet_creation_started"),!await(await _(Er))?.create({accessToken:N,recoveryPassword:s}))throw k("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let de=await g(),Te=le(de);if(!Te)throw k("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");m(Te),k("embedded_wallet_creation_completed",{walletAddress:Te.address}),i(""),b.current=!0,X?t("EMBEDDED_WALLET_CREATED_SCREEN"):L?t("EMBEDDED_WALLET_CREATED_SCREEN"):Te&&(M(Te),I({shouldCallAuthOnSuccess:H}))}catch(Je){if(b.current)return;i("An error has occurred, please try again."),console.warn(Je)}else i("An error has occured, please login again."),k("embedded_wallet_creation_failed",{error:"Missing access token for user."})},te=async()=>X?(l(!0),A.execute().then(()=>new Promise(N=>setTimeout(N,B1))).finally(()=>l(!1))):I({shouldCallAuthOnSuccess:H});return!X&&n?Jp(H1,{children:[Kr(x,{closeable:!1}),Jp(St,{children:[Kr(U1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Kr(Ce,{title:"Something went wrong",description:n})]}),Kr(D,{onClick:q,children:"Close"})]}):j?Kr(Br,{}):Kr(ra,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:j||!u,buttonLoading:a,buttonHideAnimations:!v&&a,error:n,password:s||"",onClose:q,onPasswordChange:c,onPasswordGenerate:()=>c(oa()),onSubmit:te})};import{useEffect as G1,useState as na}from"react";import{jsx as z1}from"react/jsx-runtime";var Zp=()=>{let[e,t]=na(null),[o,r]=na(!1),[n,i]=na(null),[a,l]=na(""),{authenticated:s,getAccessToken:c,user:u}=B(),{walletProxy:h,refreshUser:v,closePrivyModal:m,createAnalyticsEvent:b}=R(),{app:T,navigate:E,data:g,onUserCloseViaDialogOrKeybindRef:I}=S(),{onSuccess:k,onFailure:L}=g.createWallet,_=le(u),M=e?.recoveryMethod==="user-passcode";G1(()=>{s||(E("LANDING"),L(new pi("User must be authenticated before setting a password on a Privy wallet")))},[s]);let O=()=>{if(n){L(n),m({shouldCallAuthOnSuccess:!1});return}if(!M){L(new Xe("Exited before password was added to wallet")),m({shouldCallAuthOnSuccess:!1});return}k(e),m({shouldCallAuthOnSuccess:!1})};I.current=O;let H=async()=>{let j=await c();if(j&&_?.address&&a&&h)try{if(b("embedded_wallet_set_password_started",{walletAddress:_.address}),!(await h.setRecoveryPassword({accessToken:j,address:_.address,recoveryPassword:a})).address){i(new Xe("Error setting password on privy wallet")),b("embedded_wallet_set_password_failed",{walletAddress:_.address,reason:"error setting password"});return}let q=await v(),F=le(q);if(!F){i(new Xe("Error setting password on privy wallet")),b("embedded_wallet_set_password_failed",{walletAddress:_.address,reason:"wallet disconnected"});return}t(F),b("embedded_wallet_set_password_completed",{walletAddress:_.address})}catch(A){console.warn(A),i(A instanceof Error?A:new Error("Error setting password on privy wallet")),b("embedded_wallet_set_password_failed",{walletAddress:_.address,reason:A})}},X=async()=>{M?(k(e),m({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await H(),r(!1))};return z1(ra,{appName:T?.name||"privy",config:{initiatedBy:"user",onCancel:O},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(oa()),onPasswordChange:l,onSubmit:X,onClose:O})};import{UserCircleIcon as V1}from"@heroicons/react/24/outline";import{LockClosedIcon as $1}from"@heroicons/react/24/solid";import{Fragment as j1,jsx as fo,jsxs as ia}from"react/jsx-runtime";var Xp=()=>{let{user:e}=B(),{closePrivyModal:t,createAnalyticsEvent:o}=R(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new Xe("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,ia(j1,{children:[fo(x,{onClose:c}),fo(K,{}),ia(St,{children:[ia(Nd,{children:[fo(V1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),fo(Od,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:fo($1,{width:"12px",height:"12px",fill:"white"})})]}),ia(Ce,{title:"Secure Your Account",children:["Please set a password to secure your account.",fo("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),fo(D,{onClick:()=>{let h=le(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"}),fo(Y,{}),fo(U,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as q1}from"@heroicons/react/24/outline";import{useEffect as K1,useState as aa}from"react";import sa,{css as Y1}from"styled-components";import{Fragment as ev,jsx as Ge,jsxs as sr}from"react/jsx-runtime";var eu=()=>{let[e,t]=aa(!0),{authenticated:o,getAccessToken:r}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,h]=aa(void 0),[v,m]=aa(""),[b,T]=aa(!1),{privyWallet:E,onCompleteNavigateTo:g,onSuccess:I,onFailure:k}=s.recoverWallet,L=(O="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),k(typeof O=="string"?new Xe(O):O)};c.current=L,K1(()=>{if(!o||!E)return L("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let _=O=>{O&&h(O)};return sr(ev,{children:[Ge(x,{onClose:L}),Ge(K,{}),sr(Q1,{children:[sr(J1,{children:[Ge(q1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Ge("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),Ge("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),sr("div",{children:[sr(Mo,{children:[Ge(ir,{type:e?"password":"text",onChange:O=>_(O.target.value),disabled:b}),Ge($r,{style:{right:"0.75rem"},children:e?Ge(jr,{onClick:()=>t(!1)}):Ge(qr,{onClick:()=>t(!0)})})]}),!!v&&Ge(Z1,{children:v})]}),sr("div",{children:[sr(Ld,{children:[Ge("h4",{children:"Why is this necessary?"}),Ge("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),Ge(X1,{loading:b||!n,disabled:!u,onClick:async()=>{T(!0);let O=await r();if(O&&E&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:E.address}),await n?.recover({address:E.address,accessToken:O,recoveryPin:u}),m(""),g?l(g):i({shouldCallAuthOnSuccess:!1}),I?.(E),a("embedded_wallet_recovery_completed",{walletAddress:E.address})}catch(H){mp(H)?m("Invalid recovery password, please try again."):m("An error has occurred, please try again.")}finally{T(!1)}else return L("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!E&&b,children:"Recover your account"})]})]}),Ge(Y,{}),Ge(U,{protectedByPrivy:!0})]})},J1=sa.div`
1089
1107
  display: flex;
1090
1108
  flex-direction: column;
1091
1109
  align-items: center;
@@ -1107,26 +1125,61 @@ You will need this password to access your ${e} wallet on a new device. Please k
1107
1125
  font-weight: 400;
1108
1126
  line-height: 20px;
1109
1127
  }
1110
- `,N1=ta.div`
1128
+ `,Q1=sa.div`
1111
1129
  display: flex;
1112
1130
  flex-direction: column;
1113
1131
  justify-content: space-between;
1114
- `,O1=ta.div`
1132
+ `,Z1=sa.div`
1115
1133
  line-height: 20px;
1116
1134
  height: 20px;
1117
1135
  font-size: 13px;
1118
1136
  color: var(--privy-color-error);
1119
1137
  text-align: left;
1120
1138
  margin-top: 0.5rem;
1121
- `,D1=ta(U)`
1122
- ${e=>e.hideAnimations&&M1`
1139
+ `,X1=sa(D)`
1140
+ ${e=>e.hideAnimations&&Y1`
1123
1141
  && {
1124
1142
  // Remove animations because the recoverWallet task on the iframe partially
1125
1143
  // blocks the renderer, so the animation stutters and doesn't look good
1126
1144
  transition: none;
1127
1145
  }
1128
1146
  `}
1129
- `;import{EyeSlashIcon as B1,LinkIcon as H1,ClockIcon as G1}from"@heroicons/react/24/outline";import jt from"styled-components";import{jsx as Ks,jsxs as F1}from"react/jsx-runtime";var oa=({size:e=61,...t})=>Ks("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:F1("g",{id:"moonpay_symbol_wht 2",children:[Ks("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),Ks("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 jp,jsx as He,jsxs as ir}from"react/jsx-runtime";var Ys=({title:e,desc:t,icon:o})=>ir(K1,{children:[He(J1,{children:o}),ir(Y1,{children:[He(j1,{children:e}),He(q1,{children:t})]})]}),qp=({app:e,signedUrl:t,onContinue:o})=>ir(jp,{children:[ir(V1,{children:[He(oa,{size:"3.75rem"}),ir($1,{children:[e?.name," uses ",He("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),ir(Q1,{children:[He(Ys,{icon:He(H1,{width:"1rem"}),title:"Purchase assets to fund your account",desc:ir(jp,{children:["Connect a payment method (",He("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),He(Ys,{icon:He(G1,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),He(Ys,{icon:He(B1,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),He(Z1,{className:"mobile-only"})]}),He(z1,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),He(Oi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),z1=jt.span`
1147
+ `;import{ExclamationTriangleIcon as tv,PhoneIcon as ov}from"@heroicons/react/24/outline";import nl from"styled-components";import{Fragment as sv,jsx as At,jsxs as la}from"react/jsx-runtime";var rv=e=>{let t=At(tv,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof w)return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t};if(e instanceof Ee&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:At(ov,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Le)switch(e.privyErrorCode){case"invalid_captcha":return{title:"Something went wrong",detail:"Please try again.",ctaText:"Try again",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:At(zi,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Captcha failed",detail:"Unable to verify you are a human.",ctaText:"Try again",icon:At(Tn,{})};case"captcha_timeout":return{title:"Captcha failed",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:At(Tn,{})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Lt&&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}=S(),{reset:i}=ye(),a=o?.errorModalData,l=rv(a?.error||new Error),s=c=>{if(c instanceof Le)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return la(sv,{children:[At(x,{backFn:()=>!r||n===r?void 0:t}),la(nv,{children:[At(av,{children:la("div",{children:[At(Gi,{color:"var(--privy-color-error)"}),l.icon]})}),la(iv,{children:[At("h3",{children:l.title}),At("p",{children:l.detail})]}),At(D,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING")},children:l.ctaText})]})]})},nv=nl.div`
1148
+ display: flex;
1149
+ flex-direction: column;
1150
+ align-items: center;
1151
+ justify-content: center;
1152
+ gap: 24px;
1153
+ width: 100%;
1154
+ padding-bottom: 16px;
1155
+ `,iv=nl.div`
1156
+ display: flex;
1157
+ flex-direction: column;
1158
+ gap: 8px;
1159
+ `,av=nl.div`
1160
+ display: flex;
1161
+ flex-direction: column;
1162
+ justify-content: center;
1163
+ align-items: center;
1164
+ width: 100%;
1165
+ height: 82px;
1166
+
1167
+ > div {
1168
+ position: relative;
1169
+ }
1170
+
1171
+ > div > span {
1172
+ position: absolute;
1173
+ left: -41px;
1174
+ top: -41px;
1175
+ }
1176
+
1177
+ > div > svg {
1178
+ position: absolute;
1179
+ left: -19px;
1180
+ top: -19px;
1181
+ }
1182
+ `;import{EyeSlashIcon as cv,LinkIcon as dv,ClockIcon as pv}from"@heroicons/react/24/outline";import Kt from"styled-components";import{jsx as il,jsxs as lv}from"react/jsx-runtime";var ca=({size:e=61,...t})=>il("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:lv("g",{id:"moonpay_symbol_wht 2",children:[il("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),il("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 ou,jsx as ze,jsxs as lr}from"react/jsx-runtime";var al=({title:e,desc:t,icon:o})=>lr(gv,{children:[ze(wv,{children:o}),lr(vv,{children:[ze(hv,{children:e}),ze(yv,{children:t})]})]}),ru=({app:e,signedUrl:t,onContinue:o})=>lr(ou,{children:[lr(mv,{children:[ze(ca,{size:"3.75rem"}),lr(fv,{children:[e?.name," uses ",ze("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),lr(Cv,{children:[ze(al,{icon:ze(dv,{width:"1rem"}),title:"Purchase assets to fund your account",desc:lr(ou,{children:["Connect a payment method (",ze("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),ze(al,{icon:ze(pv,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),ze(al,{icon:ze(cv,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),ze(bv,{className:"mobile-only"})]}),ze(uv,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),ze(Ui,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),uv=Kt.span`
1130
1183
  display: inline-block;
1131
1184
  color: var(--privy-color-foreground-3);
1132
1185
  text-align: center;
@@ -1135,13 +1188,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1135
1188
  font-weight: 400;
1136
1189
  line-height: 140%; /* 0.875rem */
1137
1190
  margin-bottom: 0.25rem;
1138
- `,V1=jt.div`
1191
+ `,mv=Kt.div`
1139
1192
  display: flex;
1140
1193
  flex-direction: column;
1141
1194
  align-items: center;
1142
1195
  justify-content: center;
1143
1196
  padding: 1.5rem 0;
1144
- `,$1=jt.span`
1197
+ `,fv=Kt.span`
1145
1198
  color: var(--privy-color-foreground);
1146
1199
  text-align: center;
1147
1200
  font-size: 1.125rem;
@@ -1150,46 +1203,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
1150
1203
  margin: 1.5rem 0;
1151
1204
  text-align: center;
1152
1205
  max-width: 19.5rem;
1153
- `,j1=jt.span`
1206
+ `,hv=Kt.span`
1154
1207
  color: var(--privy-color-foreground);
1155
1208
  font-size: 0.875rem;
1156
1209
  font-weight: 500;
1157
1210
  line-height: 1.225rem;
1158
1211
  width: 100%;
1159
- `,q1=jt.span`
1212
+ `,yv=Kt.span`
1160
1213
  color: var(--privy-color-foreground-2);
1161
1214
  font-size: 0.875rem;
1162
1215
  font-weight: 400;
1163
1216
  line-height: 1.225rem;
1164
- `,K1=jt.div`
1217
+ `,gv=Kt.div`
1165
1218
  display: flex;
1166
1219
  align-items: flex-start;
1167
1220
  gap: 0.5rem;
1168
1221
  align-self: stretch;
1169
- `,Y1=jt.div`
1222
+ `,vv=Kt.div`
1170
1223
  display: flex;
1171
1224
  flex-direction: column;
1172
1225
  gap: 0.25rem;
1173
1226
  align-items: flex-start;
1174
1227
  text-align: left;
1175
1228
  flex: 1 0 0;
1176
- `,J1=jt.div`
1229
+ `,wv=Kt.div`
1177
1230
  padding-top: 2px;
1178
- `,Q1=jt.div`
1231
+ `,Cv=Kt.div`
1179
1232
  display: flex;
1180
1233
  flex-direction: column;
1181
1234
  gap: 1.25rem;
1182
1235
  margin: 0 0.5rem;
1183
- `,Z1=jt.div`
1236
+ `,bv=Kt.div`
1184
1237
  margin: 30px 0;
1185
- `;import{ofetch as X1}from"ofetch";import{useEffect as ev,useRef as tv,useState as ov}from"react";var ra="moonpay",Kp="sdk_fiat_on_ramp_completed_with_status";async function Yp(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 rv(e,t){let o=t?Tc:Pc,r=t?Sc:xc;return X1(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Jp(e,t=!1){let[o,r]=ov(null),{createAnalyticsEvent:n}=A(),i=tv(0);return ev(()=>{let a=setInterval(async()=>{if(e)try{let[s]=await rv(e,t),l=s.status==="waitingAuthorization"&&s.paymentMethod==="credit_debit_card"?"pending":s.status;r(l),["failed","completed","awaitingAuthorization"].includes(l)&&(n(Kp,{status:l,provider:ra,paymentMethod:s.paymentMethod,cardPaymentType:s.cardPaymentType,currency:s.currency?.code,baseCurrencyAmount:s.baseCurrencyAmount,quoteCurrencyAmount:s.quoteCurrencyAmount,feeAmount:s.feeAmount,extraFeeAmount:s.extraFeeAmount,networkFeeAmount:s.networkFeeAmount}),clearInterval(a))}catch(s){s.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Kp,{status:"serviceFailure",provider:ra}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as nv,jsx as Js,jsxs as iv}from"react/jsx-runtime";var Qp=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=A(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:iv(nv,{children:[Js(x,{title:"Fund account"},"header"),Js(qp,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:ra}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Js(F,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as av,CheckCircleIcon as sv,XCircleIcon as lv}from"@heroicons/react/24/solid";import{useMemo as cv}from"react";import Zp from"styled-components";import{Fragment as Qs,jsx as Ge,jsxs as ar}from"react/jsx-runtime";var Xp=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=A(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Jp(r||null,e.fiatOnRamp.useSandbox);return ar(Qs,{children:[Ge(x,{title:"Fund account"},"header"),Ge(pv,{status:n,onClickCta:o}),Ge(F,{protectedByPrivy:!0})]})},dv=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:ar(Qs,{children:[ar("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Ge("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Ge("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:""}}},pv=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=cv(()=>dv(e),[e]);return ar(Qs,{children:[ar(yv,{children:[Ge(fv,{status:e}),ar(To,{children:[Ge("h3",{children:o}),Ge(hv,{children:r})]})]}),n&&Ge(U,{onClick:t,children:n})]})},uv=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)",mv=e=>{switch(e){case"serviceFailure":case"failed":return lv;case"completed":return sv;case"waitingAuthorization":return()=>Ge(av,{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}},fv=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return ar("div",{style:{position:"relative"},children:[Ge(Bt,{color:r,style:{position:"absolute"}}),Ge(bs,{color:r}),Ge(oa,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=mv(e),o=uv(e);return Ge("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Ge(t,{width:"4rem",height:"4rem",color:o})})},hv=Zp.p`
1238
+ `;import{ofetch as Ev}from"ofetch";import{useEffect as Pv,useRef as Tv,useState as xv}from"react";var da="moonpay",nu="sdk_fiat_on_ramp_completed_with_status";async function iu(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 Sv(e,t){let o=t?Ic:Rc,r=t?Mc:Wc;return Ev(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function au(e,t=!1){let[o,r]=xv(null),{createAnalyticsEvent:n}=R(),i=Tv(0);return Pv(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await Sv(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(nu,{status:s,provider:da,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(nu,{status:"serviceFailure",provider:da}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as _v,jsx as sl,jsxs as kv}from"react/jsx-runtime";var su=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=R(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:kv(_v,{children:[sl(x,{title:"Fund account"},"header"),sl(ru,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:da}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),sl(U,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as Av,CheckCircleIcon as Rv,XCircleIcon as Iv}from"@heroicons/react/24/solid";import{useMemo as Wv}from"react";import lu from"styled-components";import{Fragment as ll,jsx as Ve,jsxs as cr}from"react/jsx-runtime";var cu=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=R(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=au(r||null,e.fiatOnRamp.useSandbox);return cr(ll,{children:[Ve(x,{title:"Fund account"},"header"),Ve(Lv,{status:n,onClickCta:o}),Ve(U,{protectedByPrivy:!0})]})},Mv=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:cr(ll,{children:[cr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Ve("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Ve("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:""}}},Lv=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Wv(()=>Mv(e),[e]);return cr(ll,{children:[cr(Fv,{children:[Ve(Dv,{status:e}),cr($t,{children:[Ve("h3",{children:o}),Ve(Uv,{children:r})]})]}),n&&Ve(D,{onClick:t,children:n})]})},Nv=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)",Ov=e=>{switch(e){case"serviceFailure":case"failed":return Iv;case"completed":return Rv;case"waitingAuthorization":return()=>Ve(Av,{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}},Dv=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return cr("div",{style:{position:"relative"},children:[Ve(Gt,{color:r,style:{position:"absolute"}}),Ve(Rs,{color:r}),Ve(ca,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Ov(e),o=Nv(e);return Ve("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Ve(t,{width:"4rem",height:"4rem",color:o})})},Uv=lu.p`
1186
1239
  font-size: 1rem;
1187
1240
  color: var(--privy-color-foreground-3);
1188
1241
  margin-bottom: 1rem;
1189
1242
  display: flex;
1190
1243
  flex-direction: column;
1191
1244
  gap: 1rem;
1192
- `,yv=Zp.div`
1245
+ `,Fv=lu.div`
1193
1246
  display: flex;
1194
1247
  flex-direction: column;
1195
1248
  align-items: center;
@@ -1197,7 +1250,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1197
1250
  margin-left: 1.75rem;
1198
1251
  margin-right: 1.75rem;
1199
1252
  padding: 2rem 0;
1200
- `;import{ArrowTopRightOnSquareIcon as gv}from"@heroicons/react/24/outline";import vv from"styled-components";import{Fragment as Cv,jsx as Mo,jsxs as bv}from"react/jsx-runtime";var eu=()=>{let{closePrivyModal:e}=A();return bv(Cv,{children:[Mo(x,{},"header"),Mo(wv,{children:Mo(gv,{style:{width:32,height:32}})}),Mo(zt,{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"}}),Mo(Gt,{children:Mo(U,{onClick:()=>e(),children:"Close"})}),Mo(K,{}),Mo(F,{protectedByPrivy:!0})]})},wv=vv.div`
1253
+ `;import{ArrowTopRightOnSquareIcon as Bv}from"@heroicons/react/24/outline";import Hv from"styled-components";import{Fragment as zv,jsx as No,jsxs as Vv}from"react/jsx-runtime";var du=()=>{let{closePrivyModal:e}=R();return Vv(zv,{children:[No(x,{},"header"),No(Gv,{children:No(Bv,{style:{width:32,height:32}})}),No(jt,{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"}}),No(Vt,{children:No(D,{onClick:()=>e(),children:"Close"})}),No(Y,{}),No(U,{protectedByPrivy:!0})]})},Gv=Hv.div`
1201
1254
  border-radius: 50%;
1202
1255
  height: 68px;
1203
1256
  width: 68px;
@@ -1207,18 +1260,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
1207
1260
  background-color: var(--privy-color-accent);
1208
1261
  color: white;
1209
1262
  margin: 0 auto 24px auto;
1210
- `;import*as nu from"react-device-detect";import xv from"styled-components";import Zs from"styled-components";import{jsx as tu}from"react/jsx-runtime";var ou=({style:e,...t})=>tu("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:tu("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as Pv,jsxs as Tv}from"react/jsx-runtime";var ru=Zs.div`
1263
+ `;import*as fu from"react-device-detect";import Kv from"styled-components";import cl from"styled-components";import{jsx as pu}from"react/jsx-runtime";var uu=({style:e,...t})=>pu("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:pu("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as jv,jsxs as qv}from"react/jsx-runtime";var mu=cl.div`
1211
1264
  display: flex;
1212
1265
  flex-direction: column;
1213
1266
  justify-content: flex-start;
1214
1267
  gap: 4px;
1215
- `,Xs=Zs.div`
1268
+ `,dl=cl.div`
1216
1269
  &&& {
1217
1270
  margin-left: 7px; /* TODO: This is a total hack */
1218
1271
  border-left: 2px solid var(--privy-color-foreground-4);
1219
1272
  height: 12px;
1220
1273
  }
1221
- `,na=({children:e})=>Tv(Ev,{children:[Pv(ou,{style:{width:"16px",height:"16px"}}),e]}),Ev=Zs.div`
1274
+ `,pa=({children:e})=>qv($v,{children:[jv(uu,{style:{width:"16px",height:"16px"}}),e]}),$v=cl.div`
1222
1275
  display: flex;
1223
1276
  justify-content: flex-start;
1224
1277
  justify-items: center;
@@ -1236,15 +1289,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
1236
1289
  margin-bottom: auto;
1237
1290
  }
1238
1291
  }
1239
- `;import{Fragment as kv,jsx as _e,jsxs as In}from"react/jsx-runtime";var Sv=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return nu.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),In(_v,{children:[_e(gn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),_e(io,{children:_e(Dt,{style:{width:"152px",height:"152px"}})}),In(ru,{children:[_e(na,{children:In("div",{children:[_e("span",{children:"Install the "}),_e("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),_e(Xs,{}),_e(na,{children:"Set up your first wallet"}),_e(Xs,{}),_e(na,{children:"Store your recovery phrase in a safe place!"})]}),_e(Di,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},iu=()=>{let{navigateBack:e}=S();return In(kv,{children:[_e(x,{backFn:e},"header"),_e(q,{}),_e(Sv,{}),_e(K,{}),In(Q,{children:[_e("span",{children:"Still not sure? "}),_e("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},_v=xv(io)`
1292
+ `;import{Fragment as Qv,jsx as Ae,jsxs as Dn}from"react/jsx-runtime";var Yv=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return fu.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),Dn(Jv,{children:[Ae(bn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),Ae(so,{children:Ae(Ft,{style:{width:"152px",height:"152px"}})}),Dn(mu,{children:[Ae(pa,{children:Dn("div",{children:[Ae("span",{children:"Install the "}),Ae("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),Ae(dl,{}),Ae(pa,{children:"Set up your first wallet"}),Ae(dl,{}),Ae(pa,{children:"Store your recovery phrase in a safe place!"})]}),Ae(Fi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},hu=()=>{let{navigateBack:e}=S();return Dn(Qv,{children:[Ae(x,{backFn:e},"header"),Ae(K,{}),Ae(Yv,{}),Ae(Y,{}),Dn(J,{children:[Ae("span",{children:"Still not sure? "}),Ae("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},Jv=Kv(so)`
1240
1293
  gap: 30px;
1241
1294
 
1242
1295
  > :first-child > svg {
1243
1296
  margin-top: 20px;
1244
1297
  }
1245
- `;import mw from"@heroicons/react/24/outline/EnvelopeIcon";import fw from"@heroicons/react/24/outline/PhoneIcon";import hw from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as yw,useState as Pu}from"react";import gw from"styled-components";import{jsx as Wn,jsxs as au}from"react/jsx-runtime";var su=({...e})=>au("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[au("g",{clipPath:"url(#clip0_2856_1743)",children:[Wn("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"}),Wn("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"})]}),Wn("defs",{children:Wn("clipPath",{id:"clip0_2856_1743",children:Wn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Nv from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as Ov}from"react";import{EnvelopeIcon as Av}from"@heroicons/react/24/outline";import{forwardRef as Rv,useState as el}from"react";import ol from"styled-components";import{Fragment as Lv,jsx as Mn,jsxs as tl}from"react/jsx-runtime";var ia=Rv((e,t)=>{let[o,r]=el(""),[n,i]=el(!1),[a,s]=el(null),{initLoginWithEmail:l}=A(),{navigate:c}=S(),u=ue(),f=Nc(o),w=n,v=n||!f||u.enabled&&u.status==="error",T=()=>{i(!0),l(o).then(()=>{c("AWAITING_PASSWORDLESS_CODE")}).catch(y=>{y?.status===422?s(y.message):y?.privyErrorCode==="allowlist_rejected"?c("ALLOWLIST_REJECTION_SCREEN"):(console.error(y),s("Issue submitting email")),i(!1)})};return tl(Lv,{children:[tl(Iv,{children:[tl(Wv,{children:[Mn(Av,{}),Mn("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:y=>r(y.target.value),onKeyUp:y=>{y.key==="Enter"&&T()},value:o,autoComplete:"email"}),e.stacked?null:Mn(Ui,{isSubmitting:w,onClick:T,disabled:v,children:"Submit"})]}),a&&Mn(Mv,{children:a})]}),e.stacked?Mn(U,{loadingText:null,loading:w,disabled:v,onClick:T,children:"Submit"}):null]})}),Iv=ol.div`
1298
+ `;import Ww from"@heroicons/react/24/outline/EnvelopeIcon";import Mw from"@heroicons/react/24/outline/PhoneIcon";import Lw from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Nw,useState as Du}from"react";import Ow from"styled-components";import{jsx as Un,jsxs as yu}from"react/jsx-runtime";var gu=({...e})=>yu("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[yu("g",{clipPath:"url(#clip0_2856_1743)",children:[Un("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"}),Un("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"})]}),Un("defs",{children:Un("clipPath",{id:"clip0_2856_1743",children:Un("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import rw from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as nw}from"react";import{EnvelopeIcon as Zv}from"@heroicons/react/24/outline";import{forwardRef as Xv,useState as vu}from"react";import Cu from"styled-components";import{Fragment as ow,jsx as Fn,jsxs as wu}from"react/jsx-runtime";var ua=Xv((e,t)=>{let[o,r]=vu(""),[n,i]=vu(!1),{initLoginWithEmail:a}=R(),{navigate:l,setModalData:s,currentScreen:c}=S(),{enabled:u,token:h}=ye(),v=Gc(o),m=n,b=n||!v,T=g=>{i(!0),a(o,g).then(()=>{l("AWAITING_PASSWORDLESS_CODE")}).catch(I=>{s({errorModalData:{error:I,previousScreen:c||"LANDING"}}),l("ERROR_SCREEN")}).finally(()=>{i(!1)})},E=()=>{u&&!h?(s({captchaModalData:{callback:g=>a(o,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),l("CAPTCHA_SCREEN")):T(h)};return wu(ow,{children:[Fn(ew,{children:wu(tw,{children:[Fn(Zv,{}),Fn("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:g=>r(g.target.value),onKeyUp:g=>{g.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:Fn(Bi,{isSubmitting:m,onClick:E,disabled:b,children:"Submit"})]})}),e.stacked?Fn(D,{loadingText:null,loading:m,disabled:b,onClick:E,children:"Submit"}):null]})}),ew=Cu.div`
1246
1299
  width: 100%;
1247
- `,Wv=ol.label`
1300
+ `,tw=Cu.label`
1248
1301
  display: block;
1249
1302
  position: relative;
1250
1303
  width: 100%;
@@ -1302,19 +1355,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1302
1355
  && > input::placeholder {
1303
1356
  color: var(--privy-color-foreground-3);
1304
1357
  }
1305
- `,Mv=ol.div`
1306
- font-size: 13px;
1307
- color: var(--privy-color-error);
1308
- text-align: left;
1309
- margin: 4px 0 0 8px;
1310
-
1311
- > button,
1312
- > a {
1313
- text-decoration: underline;
1314
- }
1315
- `;import{Fragment as Dv,jsx as aa,jsxs as lu}from"react/jsx-runtime";var cu=({isEditable:e,setIsEditable:t})=>{let o=Ov(null);return lu(Dv,{children:[aa(ao,{if:!e,children:aa(ia,{ref:o})}),aa(ao,{if:e,children:lu(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[aa(Nv,{})," Continue with Email"]})})]})};import Qv from"@heroicons/react/24/outline/PhoneIcon";import{useRef as Zv}from"react";import{forwardRef as jv,useState as ca}from"react";import nl from"styled-components";import Uv from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as Fv,AsYouType as Bv,getCountries as Hv,getCountryCallingCode as sa,getExampleNumber as Gv}from"libphonenumber-js/min";import{jsx as $v,jsxs as Vv}from"react/jsx-runtime";var Ln=(e,t)=>Fv(String(e),t),la=(e,t)=>`+${sa(t)} ${e}`,du=e=>`*${e.replaceAll("-","").slice(-4)}`,pu=e=>new Bv(e),zv=Hv().map(e=>({code:e,callCode:sa(e)})),uu=e=>Gv(e,Uv)?.formatNational(),mu=({value:e,onChange:t})=>$v("select",{value:e,onChange:t,children:zv.map(o=>Vv("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as Jv,jsx as Nn,jsxs as rl}from"react/jsx-runtime";var qr=jv((e,t)=>{let{navigate:o,app:r}=S(),n=ue(),[i,a]=ca(""),[s,l]=ca(r?.intl.defaultCountry??"US"),[c,u]=ca(!1),[f,w]=ca(null),v=Ln(i,s),T=pu(s),y=uu(s),E=sa(s),b=c,W=c||!v||n.enabled&&n.status==="error",M=E.length,N=R=>{let O=R.target.value;l(O),a(""),e.onChange&&e.onChange({rawPhoneNumber:i,qualifiedPhoneNumber:la(i,O),countryCode:O,isValid:Ln(i,s)})},I=R=>{try{let O=R.replace(/\D/g,""),$=i.replace(/\D/g,""),B=O===$?R:T.input(R);a(B),e.onChange&&e.onChange({rawPhoneNumber:B,qualifiedPhoneNumber:la(R,s),countryCode:s,isValid:Ln(R,s)})}catch(O){console.error("Error processing phone number:",O)}},k=async()=>{let R=n.status==="success"?n.token:void 0;u(!0);try{let O=la(i,s);await e.onSubmit({rawPhoneNumber:i,qualifiedPhoneNumber:O,countryCode:s,isValid:Ln(i,s),captchaToken:R})}catch(O){let $=O;$?.status===422||O.type==="twilio_verification_failed"?w($.message):$?.privyErrorCode==="allowlist_rejected"?o("ALLOWLIST_REJECTION_SCREEN"):(console.error(O),w("Issue submitting phone number"))}finally{u(!1)}};return rl(Jv,{children:[rl(qv,{children:[rl(Kv,{callingCodeLength:M,children:[Nn(mu,{value:s,onChange:N}),Nn("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:y,onChange:R=>{I(R.target.value)},onKeyUp:R=>{R.key==="Enter"&&k()},value:i,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?Nn(Ui,{isSubmitting:b,onClick:k,disabled:W,children:"Submit"}):null]}),f&&Nn(Yv,{children:f})]}),e.stacked&&!e.noIncludeSubmitButton?Nn(U,{loading:b,loadingText:null,onClick:k,disabled:W,children:"Submit"}):null]})}),qv=nl.div`
1358
+ `;import{Fragment as iw,jsx as ma,jsxs as bu}from"react/jsx-runtime";var Eu=({isEditable:e,setIsEditable:t})=>{let o=nw(null);return bu(iw,{children:[ma(co,{if:!e,children:ma(ua,{ref:o})}),ma(co,{if:e,children:bu(be,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ma(rw,{})," Continue with Email"]})})]})};import vw from"@heroicons/react/24/outline/PhoneIcon";import{useRef as ww}from"react";import{forwardRef as fw,useState as pl}from"react";import ku from"styled-components";import aw from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as sw,AsYouType as lw,getCountries as cw,getCountryCallingCode as fa,getExampleNumber as dw}from"libphonenumber-js/min";import{jsx as mw,jsxs as uw}from"react/jsx-runtime";var Bn=(e,t)=>sw(String(e),t),ha=(e,t)=>`+${fa(t)} ${e}`,Pu=e=>`*${e.replaceAll("-","").slice(-4)}`,Tu=e=>new lw(e),pw=cw().map(e=>({code:e,callCode:fa(e)})),xu=e=>dw(e,aw)?.formatNational(),Su=({value:e,onChange:t})=>mw("select",{value:e,onChange:t,children:pw.map(o=>uw("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as gw,jsx as Hn,jsxs as _u}from"react/jsx-runtime";var Yr=fw((e,t)=>{let{app:o}=S(),[r,n]=pl(""),[i,a]=pl(o?.intl.defaultCountry??"US"),l=Bn(r,i),s=Tu(i),c=xu(i),u=fa(i),h=!l,[v,m]=pl(!1),b=u.length,T=I=>{let k=I.target.value;a(k),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:ha(r,k),countryCode:k,isValid:Bn(r,i)})},E=I=>{try{let k=I.replace(/\D/g,""),L=r.replace(/\D/g,""),_=k===L?I:s.input(I);n(_),e.onChange&&e.onChange({rawPhoneNumber:_,qualifiedPhoneNumber:ha(I,i),countryCode:i,isValid:Bn(I,i)})}catch(k){console.error("Error processing phone number:",k)}},g=()=>{m(!0);let I=ha(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:I,countryCode:i,isValid:Bn(r,i)}).finally(()=>m(!1))};return _u(gw,{children:[Hn(hw,{children:_u(yw,{callingCodeLength:b,children:[Hn(Su,{value:i,onChange:T}),Hn("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:I=>{E(I.target.value)},onKeyUp:I=>{I.key==="Enter"&&g()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?Hn(Bi,{isSubmitting:v,onClick:g,disabled:h,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?Hn(D,{loading:v,loadingText:null,onClick:g,disabled:h,children:"Submit"}):null]})}),hw=ku.div`
1316
1359
  width: 100%;
1317
- `,Kv=nl.label`
1360
+ `,yw=ku.label`
1318
1361
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
1319
1362
  --phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
1320
1363
  display: block;
@@ -1400,23 +1443,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1400
1443
  && > input::placeholder {
1401
1444
  color: var(--privy-color-foreground-3);
1402
1445
  }
1403
- `,Yv=nl.div`
1404
- font-size: 13px;
1405
- color: var(--privy-color-error);
1406
- text-align: left;
1407
- margin: 4px 0 0 8px;
1408
-
1409
- > button,
1410
- > a {
1411
- text-decoration: underline;
1412
- }
1413
- `;import{Fragment as Xv,jsx as da,jsxs as fu}from"react/jsx-runtime";var hu=({isEditable:e,setIsEditable:t})=>{let o=Zv(null),{navigate:r}=S(),{initLoginWithSms:n}=A();async function i({qualifiedPhoneNumber:a}){await n(a),r("AWAITING_PASSWORDLESS_CODE")}return fu(Xv,{children:[da(ao,{if:!e,children:da(qr,{ref:o,onSubmit:i})}),da(ao,{if:e,children:fu(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[da(Qv,{})," Continue with SMS"]})})]})};import{useState as wu}from"react";import nw from"styled-components";import{jsx as yu,jsxs as ew}from"react/jsx-runtime";var pa=({style:e,...t})=>ew("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:[yu("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"}),yu("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 On,jsxs as tw}from"react/jsx-runtime";var ua=({style:e,...t})=>tw("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:[On("g",{clipPath:"url(#clip0)",children:On("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"})}),On("defs",{children:On("clipPath",{id:"clip0",children:On("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as gu}from"react/jsx-runtime";var ma=({style:e,...t})=>gu("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:gu("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:"currentColor"})});import{jsx as fa,jsxs as ow}from"react/jsx-runtime";var ha=({style:e,...t})=>ow("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:[fa("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"}),fa("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"}),fa("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"}),fa("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 ya}from"react/jsx-runtime";function ga({style:e,...t}){return ya("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:ya("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ya("g",{transform:"scale(5.12,5.12)",children:ya("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 il,jsxs as rw}from"react/jsx-runtime";function va(e){return rw("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:[il("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"}),il("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"}),il("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:"currentColor"})]})}import{jsx as vu}from"react/jsx-runtime";var wa=({style:e,...t})=>vu("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:vu("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:"currentColor"})});import{jsx as qt,jsxs as sw}from"react/jsx-runtime";var iw={apple:{logo:qt(pa,{}),displayName:"Apple"},discord:{logo:qt(ua,{}),displayName:"Discord"},github:{logo:qt(ma,{}),displayName:"GitHub"},google:{logo:qt(ha,{}),displayName:"Google"},linkedin:{logo:qt(ga,{}),displayName:"LinkedIn"},twitter:{logo:qt(wa,{}),displayName:"Twitter"},tiktok:{logo:qt(va,{}),displayName:"TikTok"}},Lo=({provider:e})=>{let[t,o]=wu(!1),[r,n]=wu(!1),{status:i}=ue(),{initLoginWithOAuth:a}=A(),{displayName:s,logo:l}=iw[e];return sw(aw,{onClick:async()=>{o(!0),n(!1);try{await a(e)}catch(f){console.error(f),n(!0),setTimeout(()=>{n(!1)},1e3)}finally{o(!1)}},disabled:t||i==="error"||r,children:[l,qt("span",{children:s}),t?qt(ro,{}):qt("span",{})]})},aw=nw(ye)`
1414
- span:last-child {
1415
- margin-left: auto;
1416
- }
1417
- `;import lw from"@heroicons/react/24/outline/ChevronRightIcon";import cw from"@heroicons/react/24/outline/WalletIcon";import{jsx as al,jsxs as dw}from"react/jsx-runtime";var Cu=({onClick:e,text:t})=>dw(ye,{onClick:e,children:[al(cw,{}),al(zi,{children:t}),al(lw,{})]});import pw from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as bu,jsxs as uw}from"react/jsx-runtime";var Eu=({onClick:e,text:t,icon:o})=>uw(ye,{onClick:e,children:[o,bu(zi,{children:t}),bu(pw,{})]});import{Fragment as Dn,jsx as me,jsxs as sr}from"react/jsx-runtime";var Tu=()=>{let{closePrivyModal:e,connectors:t}=A(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:s,discord:l,github:c,tiktok:u,linkedin:f,apple:w,wallet:v}=o?.loginMethods??{},T=o?.appearance.loginGroupPriority||"web2-first",y=o?.appearance.hideDirectWeb2Inputs,[E,b]=Pu("default"),[W,M]=Pu(n?"email":"sms");yw(()=>{M(n?"email":"sms")},[n]);let N=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{b("default")},150)};r.current=N;let I=[n&&me(cu,{isEditable:W==="email",setIsEditable:()=>{M("email")}}),i&&me(hu,{isEditable:W==="sms",setIsEditable:()=>{M("sms")}})].filter(Boolean),k=[a&&me(Lo,{provider:"google"}),s&&me(Lo,{provider:"twitter"}),l&&me(Lo,{provider:"discord"}),c&&me(Lo,{provider:"github"}),u&&me(Lo,{provider:"tiktok"}),f&&me(Lo,{provider:"linkedin"}),w&&me(Lo,{provider:"apple"})].filter(Boolean),R=Rs(o?.appearance.walletList??[],t,!1),O=E==="default"?void 0:()=>{b("default")},$=ww({priority:T,email:n,sms:i,social:k}),B=Cw({priority:T,email:n,sms:i,social:k}),_=bw({priority:T,email:n,sms:i,social:k}),J=me(Cu,{text:_,onClick:()=>b("web3-overflow")}),se=me(Eu,{text:$,icon:B,onClick:()=>b("web2-overflow")}),ve=y?0:1;return sr(Dn,{children:[me(x,{title:"Log in or Sign Up",onClose:N,backFn:O}),E==="default"&&me(vw,{}),sr($d,{style:{overflow:"hidden",padding:2},children:[me($t,{}),sr(So,{children:[E==="default"&&T==="web2-first"&&sr(Dn,{children:[...I,...k.length+I.length>4?k.slice(0,3-I.length):k,I.length+k.length>4&&se,v&&J]}),E==="default"&&T==="web3-first"&&sr(Dn,{children:[v&&sr(Dn,{children:[...R.length>4?R.slice(0,3):R,R.length>4&&J]}),I.length+k.length>ve&&se,I.length+k.length===ve&&I.length?I[0]:null,I.length+k.length===ve&&k.length?k[0]:null]}),E==="web2-overflow"&&sr(Dn,{children:[...T==="web3-first"?I:[],...k]}),...E==="web3-overflow"?R:[]]})]}),o&&me(Hi,{app:o}),me(F,{protectedByPrivy:!0})]})},vw=gw(Vi)`
1446
+ `;import{Fragment as Cw,jsx as ya,jsxs as Au}from"react/jsx-runtime";var Ru=({isEditable:e,setIsEditable:t})=>{let o=ww(null),{navigate:r,setModalData:n,currentScreen:i}=S(),{initLoginWithSms:a}=R(),{enabled:l,token:s}=ye();async function c({qualifiedPhoneNumber:u}){if(l&&!s)n({captchaModalData:{callback:h=>a(u,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN");else try{await a(u,s),r("AWAITING_PASSWORDLESS_CODE")}catch(h){n({errorModalData:{error:h,previousScreen:i||"LANDING"}}),r("ERROR_SCREEN")}}return Au(Cw,{children:[ya(co,{if:!e,children:ya(Yr,{ref:o,onSubmit:c})}),ya(co,{if:e,children:Au(be,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ya(vw,{})," Continue with SMS"]})})]})};import{jsx as Iu,jsxs as bw}from"react/jsx-runtime";var ga=({style:e,...t})=>bw("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:[Iu("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"}),Iu("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 Gn,jsxs as Ew}from"react/jsx-runtime";var va=({style:e,...t})=>Ew("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:[Gn("g",{clipPath:"url(#clip0)",children:Gn("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"})}),Gn("defs",{children:Gn("clipPath",{id:"clip0",children:Gn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Wu}from"react/jsx-runtime";var wa=({style:e,...t})=>Wu("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:Wu("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:"currentColor"})});import{jsx as Ca,jsxs as Pw}from"react/jsx-runtime";var ba=({style:e,...t})=>Pw("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:[Ca("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"}),Ca("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"}),Ca("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"}),Ca("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 Ea}from"react/jsx-runtime";function Pa({style:e,...t}){return Ea("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:Ea("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Ea("g",{transform:"scale(5.12,5.12)",children:Ea("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 ul,jsxs as Tw}from"react/jsx-runtime";function Ta(e){return Tw("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:[ul("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"}),ul("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"}),ul("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:"currentColor"})]})}import{jsx as Mu}from"react/jsx-runtime";var xa=({style:e,...t})=>Mu("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:Mu("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:"currentColor"})});import{jsx as dr,jsxs as Sw}from"react/jsx-runtime";var xw={apple:{logo:dr(ga,{}),displayName:"Apple"},discord:{logo:dr(va,{}),displayName:"Discord"},github:{logo:dr(wa,{}),displayName:"GitHub"},google:{logo:dr(ba,{}),displayName:"Google"},linkedin:{logo:dr(Pa,{}),displayName:"LinkedIn"},twitter:{logo:dr(xa,{}),displayName:"Twitter"},tiktok:{logo:dr(Ta,{}),displayName:"TikTok"}},Oo=({provider:e})=>{let{enabled:t,token:o}=ye(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=R(),{displayName:a,logo:l}=xw[e];return Sw(be,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import _w from"@heroicons/react/24/outline/ChevronRightIcon";import kw from"@heroicons/react/24/outline/WalletIcon";import{jsx as ml,jsxs as Aw}from"react/jsx-runtime";var Lu=({onClick:e,text:t})=>Aw(be,{onClick:e,children:[ml(kw,{}),ml(Yi,{children:t}),ml(_w,{})]});import Rw from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Nu,jsxs as Iw}from"react/jsx-runtime";var Ou=({onClick:e,text:t,icon:o})=>Iw(be,{onClick:e,children:[o,Nu(Yi,{children:t}),Nu(Rw,{})]});import{Fragment as zn,jsx as ge,jsxs as Jr}from"react/jsx-runtime";var Uu=()=>{let{closePrivyModal:e,connectors:t}=R(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:u,linkedin:h,apple:v,wallet:m}=o?.loginMethods??{},b=o?.appearance.loginGroupPriority||"web2-first",T=o?.appearance.hideDirectWeb2Inputs,[E,g]=Du("default"),[I,k]=Du(n?"email":"sms");Nw(()=>{k(n?"email":"sms")},[n]);let L=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{g("default")},150)};r.current=L;let _=[n&&ge(Eu,{isEditable:I==="email",setIsEditable:()=>{k("email")}}),i&&ge(Ru,{isEditable:I==="sms",setIsEditable:()=>{k("sms")}})].filter(Boolean),M=[a&&ge(Oo,{provider:"google"}),l&&ge(Oo,{provider:"twitter"}),s&&ge(Oo,{provider:"discord"}),c&&ge(Oo,{provider:"github"}),u&&ge(Oo,{provider:"tiktok"}),h&&ge(Oo,{provider:"linkedin"}),v&&ge(Oo,{provider:"apple"})].filter(Boolean),O=Bs(o?.appearance.walletList??[],t,!1),H=E==="default"?void 0:()=>{g("default")},X=Uw({priority:b,email:n,sms:i,social:M}),j=Fw({priority:b,email:n,sms:i,social:M}),A=Bw({priority:b,email:n,sms:i,social:M}),q=ge(Lu,{text:A,onClick:()=>g("web3-overflow")}),F=ge(Ou,{text:X,icon:j,onClick:()=>g("web2-overflow")}),te=T?0:1;return Jr(zn,{children:[ge(x,{title:"Log in or Sign Up",onClose:L,backFn:H}),E==="default"&&ge(Dw,{}),ge(ep,{style:{overflow:"hidden",padding:2},children:Jr(Ao,{children:[E==="default"&&b==="web2-first"&&Jr(zn,{children:[..._,...M.length+_.length>4?M.slice(0,3-_.length):M,_.length+M.length>4&&F,m&&q]}),E==="default"&&b==="web3-first"&&Jr(zn,{children:[m&&Jr(zn,{children:[...O.length>4?O.slice(0,3):O,O.length>4&&q]}),_.length+M.length>te&&F,_.length+M.length===te&&_.length?_[0]:null,_.length+M.length===te&&M.length?M[0]:null]}),E==="web2-overflow"&&Jr(zn,{children:[...b==="web3-first"?_:[],...M]}),...E==="web3-overflow"?O:[]]})}),o&&ge($i,{app:o}),ge(U,{protectedByPrivy:!0})]})},Dw=Ow(Ji)`
1418
1447
  margin-bottom: 16px;
1419
- `,ww=({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",Cw=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?me(hw,{}):t&&o?me(su,{}):t?me(mw,{}):o?me(fw,{}):null,bw=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as Ew}from"@heroicons/react/24/outline";import{Fragment as Pw,jsx as No,jsxs as xu}from"react/jsx-runtime";var Su=()=>{let{app:e}=S();return xu(Pw,{children:[No(x,{},"header"),No(q,{}),No(he,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:No(Ew,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),xu(Gt,{children:[No($t,{}),No(ia,{stacked:!0})]}),No(K,{}),No(F,{protectedByPrivy:!0})]})};import{PhoneIcon as Tw}from"@heroicons/react/24/outline";import{Fragment as xw,jsx as Oo,jsxs as _u}from"react/jsx-runtime";var ku=()=>{let{app:e,navigate:t}=S(),{initLoginWithSms:o}=A();async function r({qualifiedPhoneNumber:n}){await o(n),t("AWAITING_PASSWORDLESS_CODE")}return _u(xw,{children:[Oo(x,{},"header"),Oo(q,{}),Oo(he,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Oo(Tw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),_u(Gt,{children:[Oo($t,{}),Oo(qr,{stacked:!0,onSubmit:r})]}),Oo(K,{}),Oo(F,{protectedByPrivy:!0})]})};import{Fragment as Sw,jsx as Kr,jsxs as _w}from"react/jsx-runtime";var Au=()=>{let{linkingHint:e}=A(),{app:t}=S(),o=e?`Select the wallet with ${bo(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return _w(Sw,{children:[Kr(x,{},"header"),Kr(zt,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Kr($t,{}),Kr(So,{children:Kr(Nr,{connectOnly:!1})}),Kr(F,{protectedByPrivy:!0})]})};import{jsx as Ru,jsxs as kw}from"react/jsx-runtime";var Iu=({style:e,...t})=>kw("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:[Ru("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Ru("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 Aw,jsx as Do,jsxs as Wu}from"react/jsx-runtime";var Mu=()=>{let{closePrivyModal:e}=A(),{navigate:t}=S();return Wu(Aw,{children:[Do(x,{},"header"),Do(q,{}),Do(Iu,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Do(zt,{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"}}),Wu(Gt,{children:[Do(U,{onClick:()=>t("LANDING"),children:"Try again"}),Do(no,{onClick:()=>e(),children:"Cancel"})]}),Do(K,{}),Do(F,{protectedByPrivy:!0})]})};import{CheckIcon as Xu}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as dC,FingerPrintIcon as pC,PhoneIcon as uC,TrashIcon as em}from"@heroicons/react/24/outline";import{CheckCircleIcon as tm,DevicePhoneMobileIcon as om,PhoneIcon as vl}from"@heroicons/react/24/solid";import{ShieldCheckIcon as gl}from"@heroicons/react/24/solid";import{CheckBadgeIcon as mC,IdentificationIcon as fC}from"@heroicons/react/24/solid";import{useEffect as rm,useState as uo}from"react";import{useState as Rw}from"react";import Iw from"styled-components";import{jsx as Lu}from"react/jsx-runtime";var Ca=({style:e,color:t,...o})=>Lu("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:t||"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...o,children:Lu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as sl}from"react/jsx-runtime";var Nu=({color:e,...t})=>sl("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...t,children:sl("g",{children:sl("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as Ou,jsxs as Mw}from"react/jsx-runtime";var Du=e=>{let[t,o]=Rw(!1);return Mw(Ww,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Ou(Ca,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Ou(Nu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Ww=Iw.button`
1448
+ `,Uw=({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",Fw=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?ge(Lw,{}):t&&o?ge(gu,{}):t?ge(Ww,{}):o?ge(Mw,{}):null,Bw=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as Hw}from"@heroicons/react/24/outline";import{Fragment as Gw,jsx as Do,jsxs as zw}from"react/jsx-runtime";var Fu=()=>{let{app:e}=S();return zw(Gw,{children:[Do(x,{},"header"),Do(K,{}),Do(Ce,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Do(Hw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Do(Vt,{children:Do(ua,{stacked:!0})}),Do(Y,{}),Do(U,{protectedByPrivy:!0})]})};import{PhoneIcon as Vw}from"@heroicons/react/24/outline";import{Fragment as $w,jsx as Uo,jsxs as jw}from"react/jsx-runtime";var Bu=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=S(),{initLoginWithSms:i}=R();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 jw($w,{children:[Uo(x,{},"header"),Uo(K,{}),Uo(Ce,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Uo(Vw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Uo(Vt,{children:Uo(Yr,{stacked:!0,onSubmit:a})}),Uo(Y,{}),Uo(U,{protectedByPrivy:!0})]})};import{Fragment as qw,jsx as Vn,jsxs as Kw}from"react/jsx-runtime";var Hu=()=>{let{linkingHint:e}=R(),{app:t}=S(),o=e?`Select the wallet with ${xo(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return Kw(qw,{children:[Vn(x,{},"header"),Vn(jt,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Vn(Ao,{children:Vn(Ur,{connectOnly:!1})}),Vn(U,{protectedByPrivy:!0})]})};import{jsx as Gu,jsxs as Yw}from"react/jsx-runtime";var zu=({style:e,...t})=>Yw("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:[Gu("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Gu("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 Jw,jsx as Fo,jsxs as Vu}from"react/jsx-runtime";var $u=()=>{let{closePrivyModal:e}=R(),{navigate:t}=S();return Vu(Jw,{children:[Fo(x,{},"header"),Fo(K,{}),Fo(zu,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Fo(jt,{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"}}),Vu(Vt,{children:[Fo(D,{onClick:()=>t("LANDING"),children:"Try again"}),Fo(ao,{onClick:()=>e(),children:"Cancel"})]}),Fo(Y,{}),Fo(U,{protectedByPrivy:!0})]})};import{CheckIcon as pm}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as IC,FingerPrintIcon as WC,PhoneIcon as MC,TrashIcon as um}from"@heroicons/react/24/outline";import{CheckCircleIcon as mm,DevicePhoneMobileIcon as fm,PhoneIcon as xl}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Tl}from"@heroicons/react/24/solid";import{CheckBadgeIcon as LC,IdentificationIcon as NC}from"@heroicons/react/24/solid";import{useEffect as hm,useState as ho}from"react";import{useState as Qw}from"react";import Zw from"styled-components";import{jsx as ju}from"react/jsx-runtime";var Sa=({style:e,color:t,...o})=>ju("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:t||"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...o,children:ju("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as fl}from"react/jsx-runtime";var qu=({color:e,...t})=>fl("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...t,children:fl("g",{children:fl("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as Ku,jsxs as eC}from"react/jsx-runtime";var Yu=e=>{let[t,o]=Qw(!1);return eC(Xw,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Ku(Sa,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Ku(qu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Xw=Zw.button`
1420
1449
  display: flex;
1421
1450
  align-items: center;
1422
1451
  gap: 6px;
@@ -1454,7 +1483,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1454
1483
  width: 14px;
1455
1484
  height: 14px;
1456
1485
  }
1457
- `;import{useState as dl}from"react";import{isMobile as Fw}from"react-device-detect";import Gu from"styled-components";import{Dialog as Uu,Transition as ll}from"@headlessui/react";import cl from"react";import Jr from"styled-components";import{jsx as Yr,jsxs as Uw}from"react/jsx-runtime";var Fu=({children:e,open:t,onClick:o,...r})=>Yr(ll,{show:t,as:cl.Fragment,children:Uw(Uu,{onClose:o,...r,as:Nw,children:[Yr(ll.Child,{as:cl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Yr(Lw,{"aria-hidden":"true"})}),Yr(Ow,{children:Yr(ll.Child,{as:cl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Yr(Uu.Panel,{as:Dw,children:e})})})]})}),Qr=Jr.div`
1486
+ `;import{useState as gl}from"react";import{isMobile as aC}from"react-device-detect";import em from"styled-components";import{Dialog as Ju,Transition as hl}from"@headlessui/react";import yl from"react";import Zr from"styled-components";import{jsx as Qr,jsxs as iC}from"react/jsx-runtime";var Qu=({children:e,open:t,onClick:o,...r})=>Qr(hl,{show:t,as:yl.Fragment,children:iC(Ju,{onClose:o,...r,as:oC,children:[Qr(hl.Child,{as:yl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Qr(tC,{"aria-hidden":"true"})}),Qr(rC,{children:Qr(hl.Child,{as:yl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Qr(Ju.Panel,{as:nC,children:e})})})]})}),Xr=Zr.div`
1458
1487
  display: flex;
1459
1488
  flex-direction: column;
1460
1489
  text-align: center;
@@ -1477,7 +1506,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1477
1506
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1478
1507
  border-radius: var(--privy-border-radius-lg);
1479
1508
  }
1480
- `,Lw=Jr.div`
1509
+ `,tC=Zr.div`
1481
1510
  position: fixed;
1482
1511
  inset: 0;
1483
1512
 
@@ -1490,10 +1519,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
1490
1519
  backdrop-filter: unset;
1491
1520
  -webkit-backdrop-filter: unset;
1492
1521
  }
1493
- `,Nw=Jr.div`
1522
+ `,oC=Zr.div`
1494
1523
  position: relative;
1495
1524
  z-index: 999999;
1496
- `,Ow=Jr.div`
1525
+ `,rC=Zr.div`
1497
1526
  position: fixed;
1498
1527
  inset: 0;
1499
1528
  display: flex;
@@ -1501,7 +1530,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1501
1530
  justify-content: center;
1502
1531
  width: 100vw;
1503
1532
  min-height: 100vh;
1504
- `,Dw=Jr.div`
1533
+ `,nC=Zr.div`
1505
1534
  // reset some default dialog styles
1506
1535
  padding: 0;
1507
1536
  background: transparent;
@@ -1548,19 +1577,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1548
1577
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1549
1578
  border-radius: var(--privy-border-radius-lg);
1550
1579
  }
1551
- `,Bu=Jr.div`
1580
+ `,Zu=Zr.div`
1552
1581
  display: flex;
1553
1582
  flex-direction: column;
1554
1583
  align-items: center;
1555
1584
  justify-content: center;
1556
1585
  height: 100%;
1557
- `;import{Fragment as jw,jsx as Un,jsxs as $w}from"react/jsx-runtime";var Fn=6,Bw=new Array(Fn).fill("");function Hw(e){return e.replace(/\s+/g,"")}function pl(e){return/^[0-9]{1}$/.test(e)}function Hu(e){return e.length===Fn&&e.every(pl)}function Gw(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Zr=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=dl(Bw),[a,s]=dl(null),[l,c]=dl(null),u=async T=>{T.preventDefault();let y=Hw(T.currentTarget.value);if(y==="")return;let E=Gw(n,pl),b=y.split(""),W=!b.every(pl),M=b.length+E>Fn;if(W){s("Passcode can only be numbers"),c(1);return}if(M){s("Passcode must be exactly 6 numbers"),c(1);return}s(null),c(null);let N=Number(T.currentTarget.name?.charAt(4)),I=[...y||[""]].slice(0,Fn-N),k=[...n.slice(0,N),...I,...n.slice(N+I.length)];i(k);let R=I.length,O=Math.min(Math.max(N+R,0),Fn-1);if(document.querySelector(`input[name=pin-${O}]`)?.focus(),Hu(k))try{await e(k.join("")),document.querySelector(`input[name=pin-${O}]`)?.blur()}catch(B){c(1),s(B.message)}else try{await e(null)}catch(B){c(1),s(B.message)}},f=T=>{l===1&&(s(null),c(null));let y=[...n.slice(0,T),"",...n.slice(T+1)];i(y),T>0&&document.querySelector(`input[name=pin-${T-1}]`)?.focus(),Hu(y)?e(y.join("")):e(null)},v=r?"success":!!(o||a)?"fail":"";return Un(jw,{children:$w(zw,{children:[Un("div",{children:n.map((T,y)=>Un("input",{name:`pin-${y}`,type:"text",value:n[y],onChange:u,onKeyUp:E=>{E.key==="Backspace"&&f(y)},inputMode:"numeric",autoFocus:y===0,pattern:"[0-9]",className:v,autoComplete:Fw?"one-time-code":"off",disabled:t},y))}),Un("div",{children:Un(Vw,{fail:!!o||!!a,children:o||a})})]})})},zw=Gu.div`
1586
+ `;import{Fragment as mC,jsx as $n,jsxs as uC}from"react/jsx-runtime";var jn=6,sC=new Array(jn).fill("");function lC(e){return e.replace(/\s+/g,"")}function vl(e){return/^[0-9]{1}$/.test(e)}function Xu(e){return e.length===jn&&e.every(vl)}function cC(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var en=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=gl(sC),[a,l]=gl(null),[s,c]=gl(null),u=async b=>{b.preventDefault();let T=lC(b.currentTarget.value);if(T==="")return;let E=cC(n,vl),g=T.split(""),I=!g.every(vl),k=g.length+E>jn;if(I){l("Passcode can only be numbers"),c(1);return}if(k){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let L=Number(b.currentTarget.name?.charAt(4)),_=[...T||[""]].slice(0,jn-L),M=[...n.slice(0,L),..._,...n.slice(L+_.length)];i(M);let O=_.length,H=Math.min(Math.max(L+O,0),jn-1);if(document.querySelector(`input[name=pin-${H}]`)?.focus(),Xu(M))try{await e(M.join("")),document.querySelector(`input[name=pin-${H}]`)?.blur()}catch(j){c(1),l(j.message)}else try{await e(null)}catch(j){c(1),l(j.message)}},h=b=>{s===1&&(l(null),c(null));let T=[...n.slice(0,b),"",...n.slice(b+1)];i(T),b>0&&document.querySelector(`input[name=pin-${b-1}]`)?.focus(),Xu(T)?e(T.join("")):e(null)},m=r?"success":!!(o||a)?"fail":"";return $n(mC,{children:uC(dC,{children:[$n("div",{children:n.map((b,T)=>$n("input",{name:`pin-${T}`,type:"text",value:n[T],onChange:u,onKeyUp:E=>{E.key==="Backspace"&&h(T)},inputMode:"numeric",autoFocus:T===0,pattern:"[0-9]",className:m,autoComplete:aC?"one-time-code":"off",disabled:t},T))}),$n("div",{children:$n(pC,{fail:!!o||!!a,children:o||a})})]})})},dC=em.div`
1558
1587
  display: flex;
1559
1588
  flex-direction: column;
1560
1589
  width: 100%;
1561
1590
  gap: 8px;
1562
1591
 
1563
- ${Qr}[data-height='medium'] & {
1592
+ ${Xr}[data-height='medium'] & {
1564
1593
  margin-top: 22px;
1565
1594
  }
1566
1595
 
@@ -1625,7 +1654,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1625
1654
  transform: translate(1px, 0px);
1626
1655
  }
1627
1656
  }
1628
- `,Vw=Gu.div`
1657
+ `,pC=em.div`
1629
1658
  line-height: 20px;
1630
1659
  font-size: 13px;
1631
1660
  display: flex;
@@ -1633,7 +1662,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1633
1662
  width: 100%;
1634
1663
 
1635
1664
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1636
- `;import{useContext as qw}from"react";function Xr(){let{promptMfa:e,init:t,submit:o,cancel:r}=qw(fe);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as Kw}from"react";function Bn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=Kw(fe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import Yw from"styled-components";import{jsx as zu,jsxs as Qw}from"react/jsx-runtime";var Vu=e=>Qw(Jw,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[zu("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),zu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.2463 20.9106C44.5473 20.2486 43.4527 20.2486 42.7537 20.9106C37.8798 25.5263 31.3034 28.3546 24.0625 28.3546C23.9473 28.3546 23.8323 28.3539 23.7174 28.3525C22.9263 28.3427 22.2202 28.8471 21.9731 29.5987C20.9761 32.6311 20.4375 35.8693 20.4375 39.2297C20.4375 53.5896 30.259 65.651 43.5482 69.0714C43.8446 69.1477 44.1554 69.1477 44.4518 69.0714C57.741 65.651 67.5625 53.5896 67.5625 39.2297C67.5625 35.8693 67.0239 32.6311 66.0269 29.5987C65.7798 28.8471 65.0737 28.3427 64.2826 28.3525C64.1677 28.3539 64.0527 28.3546 63.9375 28.3546C56.6966 28.3546 50.1202 25.5263 45.2463 20.9106ZM52.7249 40.2829C53.3067 39.4683 53.1181 38.3363 52.3035 37.7545C51.4889 37.1726 50.3569 37.3613 49.7751 38.1759L41.9562 49.1223L38.0316 45.1977C37.3238 44.4899 36.1762 44.4899 35.4684 45.1977C34.7605 45.9056 34.7605 47.0532 35.4684 47.761L40.9059 53.1985C41.2826 53.5752 41.806 53.7671 42.337 53.7232C42.868 53.6792 43.3527 53.4039 43.6624 52.9704L52.7249 40.2829Z"})]}),Jw=Yw.svg`
1665
+ `;import{useContext as fC}from"react";function tn(){let{promptMfa:e,init:t,submit:o,cancel:r}=fC(we);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as hC}from"react";function qn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=hC(we);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import yC from"styled-components";import{jsx as tm,jsxs as vC}from"react/jsx-runtime";var om=e=>vC(gC,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[tm("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),tm("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.2463 20.9106C44.5473 20.2486 43.4527 20.2486 42.7537 20.9106C37.8798 25.5263 31.3034 28.3546 24.0625 28.3546C23.9473 28.3546 23.8323 28.3539 23.7174 28.3525C22.9263 28.3427 22.2202 28.8471 21.9731 29.5987C20.9761 32.6311 20.4375 35.8693 20.4375 39.2297C20.4375 53.5896 30.259 65.651 43.5482 69.0714C43.8446 69.1477 44.1554 69.1477 44.4518 69.0714C57.741 65.651 67.5625 53.5896 67.5625 39.2297C67.5625 35.8693 67.0239 32.6311 66.0269 29.5987C65.7798 28.8471 65.0737 28.3427 64.2826 28.3525C64.1677 28.3539 64.0527 28.3546 63.9375 28.3546C56.6966 28.3546 50.1202 25.5263 45.2463 20.9106ZM52.7249 40.2829C53.3067 39.4683 53.1181 38.3363 52.3035 37.7545C51.4889 37.1726 50.3569 37.3613 49.7751 38.1759L41.9562 49.1223L38.0316 45.1977C37.3238 44.4899 36.1762 44.4899 35.4684 45.1977C34.7605 45.9056 34.7605 47.0532 35.4684 47.761L40.9059 53.1985C41.2826 53.5752 41.806 53.7671 42.337 53.7232C42.868 53.6792 43.3527 53.4039 43.6624 52.9704L52.7249 40.2829Z"})]}),gC=yC.svg`
1637
1666
  height: 90px;
1638
1667
  width: 90px;
1639
1668
 
@@ -1644,7 +1673,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1644
1673
  > path {
1645
1674
  fill: white;
1646
1675
  }
1647
- `;import{ShieldCheckIcon as lC}from"@heroicons/react/24/solid";import Zw from"qrcode";import Xw from"react";import eC from"styled-components";import{jsx as $u}from"react/jsx-runtime";var ju=()=>$u("svg",{width:"200",height:"200",viewBox:"-77 -77 200 200",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px"},children:$u("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Hn,jsx as ze,jsxs as Yu}from"react/jsx-runtime";var at=7,ul=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let s=e?.[a];s&&s[i]&&(s[i]=0)}return e},tC=e=>{let t=Zw.create(e,{errorCorrectionLevel:"high"}).modules,o=Oc(Array.from(t.data),t.size);return o=ul(o,0,0,at,at),o=ul(o,o.length-at,0,at,at),o=ul(o,0,o.length-at,at,at),o},oC=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>ze(Hn,{children:[0,1,2].map(i=>ze("circle",{r:o*(at-i*2)/2,cx:e+o*at/2,cy:t+o*at/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),rC=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-at)*e,0],[0,(t-at)*e]];return ze(Hn,{children:n.map(([i,a])=>ze(oC,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},nC=({matrix:e,cellSize:t,color:o})=>ze(Hn,{children:e.map((r,n)=>r.map((i,a)=>i?ze("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):ze(Xw.Fragment,{},`circle-${n}-${a}`)))}),qu=(e,t)=>e-e%t,iC=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return ze(Hn,{});let a=r||40,s=n||4,l=o,c=e/2-a/2-s;return Yu(Hn,{children:[ze("rect",{x:qu(c,t),y:qu(c,t),width:a+s*2+(c%t?t+.5:.5),height:a+s*2+(c%t?t+.5:.5),fill:i}),ze(l,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},aC=e=>{let t=e.outputSize,o=tC(e.url),r=t/o.length;return Yu("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[ze(nC,{matrix:o,cellSize:r,color:e.fgColor}),ze(rC,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),ze(iC,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},sC=eC.div`
1676
+ `;import{ShieldCheckIcon as AC}from"@heroicons/react/24/solid";import wC from"qrcode";import CC from"react";import bC from"styled-components";import{jsx as rm}from"react/jsx-runtime";var nm=()=>rm("svg",{width:"200",height:"200",viewBox:"-77 -77 200 200",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px"},children:rm("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Kn,jsx as $e,jsxs as sm}from"react/jsx-runtime";var st=7,wl=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},EC=e=>{let t=wC.create(e,{errorCorrectionLevel:"high"}).modules,o=zc(Array.from(t.data),t.size);return o=wl(o,0,0,st,st),o=wl(o,o.length-st,0,st,st),o=wl(o,0,o.length-st,st,st),o},PC=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>$e(Kn,{children:[0,1,2].map(i=>$e("circle",{r:o*(st-i*2)/2,cx:e+o*st/2,cy:t+o*st/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),TC=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-st)*e,0],[0,(t-st)*e]];return $e(Kn,{children:n.map(([i,a])=>$e(PC,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},xC=({matrix:e,cellSize:t,color:o})=>$e(Kn,{children:e.map((r,n)=>r.map((i,a)=>i?$e("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):$e(CC.Fragment,{},`circle-${n}-${a}`)))}),im=(e,t)=>e-e%t,SC=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return $e(Kn,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return sm(Kn,{children:[$e("rect",{x:im(c,t),y:im(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),$e(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},_C=e=>{let t=e.outputSize,o=EC(e.url),r=t/o.length;return sm("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[$e(xC,{matrix:o,cellSize:r,color:e.fgColor}),$e(TC,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),$e(SC,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},kC=bC.div`
1648
1677
  display: flex;
1649
1678
  justify-content: center;
1650
1679
  align-items: center;
@@ -1659,7 +1688,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1659
1688
  border-color: ${e=>e.fgColor};
1660
1689
  border-radius: var(--privy-border-radius-md);
1661
1690
  }
1662
- `,Ku=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return ze(sC,{size:r,bgColor:t,fgColor:o,children:ze(aC,{url:e.url,logo:{element:e.squareLogoElement??ju},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as cC}from"react/jsx-runtime";var Ju=({size:e,authUrl:t})=>cC(Ku,{url:t,squareLogoElement:lC,size:e,fgColor:"#1F1F1F"});import ke from"styled-components";var Le=ke.div`
1691
+ `,am=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return $e(kC,{size:r,bgColor:t,fgColor:o,children:$e(_C,{url:e.url,logo:{element:e.squareLogoElement??nm},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as RC}from"react/jsx-runtime";var lm=({size:e,authUrl:t})=>RC(am,{url:t,squareLogoElement:AC,size:e,fgColor:"#1F1F1F"});import Re from"styled-components";var Ue=Re.div`
1663
1692
  display: flex;
1664
1693
  flex-direction: column;
1665
1694
  align-items: center;
@@ -1667,17 +1696,17 @@ You will need this password to access your ${e} wallet on a new device. Please k
1667
1696
  @media (max-width: 440px) {
1668
1697
  padding: 10px 10px 20px;
1669
1698
  }
1670
- `,Ne=ke.div`
1699
+ `,Fe=Re.div`
1671
1700
  font-size: 18px;
1672
1701
  line-height: 18px;
1673
1702
  text-align: center;
1674
1703
  font-weight: 600;
1675
1704
  margin-bottom: 10px;
1676
- `,Ae=ke.div`
1705
+ `,Ie=Re.div`
1677
1706
  font-size: 0.875rem;
1678
1707
 
1679
1708
  text-align: center;
1680
- `,Uo=ke.div`
1709
+ `,Bo=Re.div`
1681
1710
  display: flex;
1682
1711
  flex-direction: column;
1683
1712
  align-items: center;
@@ -1687,7 +1716,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1687
1716
  @media (max-width: 440px) {
1688
1717
  padding: 10px 10px 20px;
1689
1718
  }
1690
- `,Qu=ke.div`
1719
+ `,cm=Re.div`
1691
1720
  display: flex;
1692
1721
  flex-direction: column;
1693
1722
  align-items: stretch;
@@ -1695,7 +1724,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1695
1724
  padding: 1rem 0rem 0rem;
1696
1725
  flex-grow: 1;
1697
1726
  width: 100%;
1698
- `,ml=ke.div`
1727
+ `,Cl=Re.div`
1699
1728
  width: 25px;
1700
1729
  display: flex;
1701
1730
  align-items: center;
@@ -1707,19 +1736,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1707
1736
  width: 25px !important;
1708
1737
  color: var(--privy-color-accent);
1709
1738
  }
1710
- `,fl=ke.div`
1739
+ `,bl=Re.div`
1711
1740
  display: flex;
1712
1741
  align-items: center;
1713
1742
  gap: 10px;
1714
1743
  font-size: 0.875rem;
1715
1744
  line-height: 1rem;
1716
1745
  text-align: left;
1717
- `,Fo=ke.div`
1746
+ `,Ho=Re.div`
1718
1747
  display: flex;
1719
1748
  flex-direction: column;
1720
1749
  gap: 10px;
1721
1750
  padding-top: 20px;
1722
- `,ba=ke.div`
1751
+ `,_a=Re.div`
1723
1752
  display: flex;
1724
1753
  flex-direction: column;
1725
1754
  align-items: stretch;
@@ -1727,7 +1756,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1727
1756
  padding: 1rem 0rem 0rem;
1728
1757
  flex-grow: 1;
1729
1758
  width: 100%;
1730
- `,Ea=ke.div`
1759
+ `,ka=Re.div`
1731
1760
  display: flex;
1732
1761
  gap: 5px;
1733
1762
  width: 100%;
@@ -1735,7 +1764,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1735
1764
  & > button:not(#remove) {
1736
1765
  width: 100%;
1737
1766
  }
1738
- `,hl=ke.button`
1767
+ `,El=Re.button`
1739
1768
  && {
1740
1769
  background-color: transparent;
1741
1770
  color: var(--privy-color-foreground-3);
@@ -1754,7 +1783,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1754
1783
  &&:hover {
1755
1784
  color: var(--privy-color-error);
1756
1785
  }
1757
- `,Pa=ke.div`
1786
+ `,Aa=Re.div`
1758
1787
  display: flex;
1759
1788
  align-items: center;
1760
1789
  gap: 0.5rem;
@@ -1764,7 +1793,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1764
1793
  height: 20px !important;
1765
1794
  width: 20px !important;
1766
1795
  }
1767
- `,en=ke.div`
1796
+ `,on=Re.div`
1768
1797
  display: flex;
1769
1798
  align-items: center;
1770
1799
  gap: 6px;
@@ -1778,15 +1807,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
1778
1807
  display: flex !important;
1779
1808
  align-items: flex-end;
1780
1809
  }
1781
- `,Ta=ke.div`
1810
+ `,Ra=Re.div`
1782
1811
  width: 100%;
1783
1812
  display: flex;
1784
1813
  justify-content: space-between;
1785
- `,Zu=ke.p`
1814
+ `,dm=Re.p`
1786
1815
  text-align: left;
1787
1816
  width: 100%;
1788
1817
  color: var(--privy-color-foreground-3) !important;
1789
- `,yl=ke.button`
1818
+ `,Pl=Re.button`
1790
1819
  display: flex;
1791
1820
  flex-direction: row;
1792
1821
  align-items: center;
@@ -1816,7 +1845,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1816
1845
  &:hover {
1817
1846
  text-decoration: underline;
1818
1847
  }
1819
- `,Ve=ke.div`
1848
+ `,je=Re.div`
1820
1849
  display: flex;
1821
1850
  align-items: center;
1822
1851
  justify-content: center;
@@ -1831,7 +1860,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1831
1860
  width: auto !important;
1832
1861
  color: white;
1833
1862
  }
1834
- `;import{Fragment as ht,jsx as h,jsxs as V}from"react/jsx-runtime";var nm=()=>{let{user:e,enrollInMfa:t}=H(),[o,r]=uo(!1),[n,i]=uo(null),[a,s]=uo(null),{unenrollWithSms:l,unenrollWithTotp:c}=Bn(),{app:u,ready:f,data:w,onUserCloseViaDialogOrKeybindRef:v}=S(),{closePrivyModal:T}=A(),{promptMfa:y}=Xr(),E=()=>{T({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{s(null),i(null)},500)};v.current=E;let b=e?.mfaMethods.includes("sms"),W=!!e?.phone,M=e?.mfaMethods.includes("totp"),N=b||M;rm(()=>{N&&r(!0)},[N]);function I(){s(null),i(null)}function k(){r(!1)}async function R(_){await y(),i(_)}if(!f||!e||!u)return V(ht,{children:[h(x,{onClose:E},"header"),h(Le,{children:h(Vu,{})}),h(Uo,{children:h(Bt,{})}),h(Q,{})]});async function O(){s(null);try{await l()}catch{s(null)}}async function $(){s(null);try{await c()}catch{s(null)}}if(a==="sms")return V(ht,{children:[h(x,{backFn:I,onClose:E},"header"),h(Le,{children:h(Ve,{children:h(vl,{})})}),h(Ne,{children:"Remove SMS verification?"}),V(Ae,{children:["MFA adds an extra layer of security to your ",u?.name," account. Make sure you have other methods to secure your account."]}),h(Fo,{children:h(U,{warn:!0,onClick:O,children:"Remove SMS for MFA"})}),h(Q,{})]});if(a==="totp")return V(ht,{children:[h(x,{backFn:I,onClose:E},"header"),h(Le,{children:h(Ve,{children:h(om,{})})}),h(Ne,{children:"Remove Authenticator App verification?"}),V(Ae,{children:["MFA adds an extra layer of security to your ",u?.name," account. Make sure you have other methods to secure your account."]}),h(Fo,{children:h(U,{warn:!0,onClick:$,children:"Remove Authenticator App for MFA"})}),h(Q,{})]});if(w.mfaEnrollmentFlow.mfaMethods.length===0&&!N)return V(ht,{children:[h(x,{onClose:E},"header"),h(Le,{children:h(Ve,{children:h(gl,{})})}),h(Ne,{children:"Add more security"}),V(Ae,{children:[u?.name," does not have any verification methods enabled."]}),h(Fo,{children:h(U,{onClick:E,children:"Close"})}),h(Q,{})]});let B=!N&&!o;if(B)return V(ht,{children:[h(x,{onClose:E},"header"),h(Le,{children:h(Ve,{children:h(gl,{})})}),h(Ne,{children:"Transaction Protection"}),h(Ae,{children:"Set up transaction protection to add an extra layer of security to your account"}),V(Qu,{children:[V(fl,{children:[h(ml,{children:h(mC,{})}),"Enable 2-Step verification for your ",u?.name," wallet."]}),V(fl,{children:[h(ml,{children:h(fC,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),V(Fo,{children:[h(U,{onClick:()=>r(!0),children:"Continue"}),h(no,{onClick:E,children:"Not now"})]}),h(Q,{})]});switch(n){case"sms":return h(hC,{onComplete:E,onReset:I,onClose:E});case"totp":return h(yC,{onComplete:E,onClose:E,onReset:I});default:return V(ht,{children:[h(x,{backFn:B?k:void 0,onClose:E},"header"),h(Le,{children:h(Ve,{children:h(gl,{})})}),h(Ne,{children:"Choose a verification method"}),N?h(Ae,{children:"To add or delete verification methods, verification is required."}):h(Ae,{children:"How would you like to verify your identity? You can change this later."}),V(ba,{children:[(w.mfaEnrollmentFlow.mfaMethods.includes("totp")||M)&&V(Ea,{children:[h(ye,{disabled:M,onClick:()=>R("totp"),children:V(Ta,{children:[V(Pa,{children:[h(dC,{}),"Authenticator App"]}),M?V(en,{children:[h(Xu,{}),"Added"]}):h(en,{children:"Recommended"})]})}),M&&h(hl,{id:"remove",onClick:()=>s("totp"),children:h(em,{})})]},"totp"),(w.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&V(Ea,{children:[h(ye,{disabled:b||W,onClick:()=>R("sms"),children:V(Ta,{children:[V(Pa,{children:[h(uC,{}),"SMS"]}),b&&V(en,{children:[h(Xu,{}),"Added"]}),W&&h(en,{children:"Disabled"})]})}),b&&h(hl,{id:"remove",onClick:()=>s("sms"),children:h(em,{})})]},"sms"),h(Ea,{children:h(ye,{disabled:!0,children:V(Ta,{children:[V(Pa,{children:[h(pC,{}),"Passkey"]}),h(en,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),h(Q,{})]})}},hC=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=uo(""),[i,a]=uo(!1),[s,l]=uo("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=Bn(),{app:f,data:w}=S();function v(){w?.mfaEnrollmentFlow?.onSuccess(),e()}async function T({qualifiedPhoneNumber:b}){await c({phoneNumber:b}),n(b),l("verify")}async function y(b){try{if(!b)return;await u({phoneNumber:r,mfaCode:b}),a(!0)}catch(W){throw Us(W)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Br(W)?new Error("The code you entered is not valid"):Fr(W)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Fs(W)?new Error("Verification canceled"):new Error("Unknown error")}}function E(){s==="verify"?l("enroll"):t()}return s==="enroll"?V(ht,{children:[h(x,{backFn:t,onClose:o},"header"),h(Le,{children:h(Ve,{children:h(vl,{})})}),h(Ne,{children:"Set up SMS verification"}),h(Ae,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),V(Uo,{children:[h(qr,{onSubmit:T}),V(Zu,{children:["By providing your mobile number, you agree to receive text messages from ",f?.name,". Some carrier charges may apply"]})]}),h(Q,{})]}):i?V(ht,{children:[h(x,{onClose:v},"header"),h(Le,{children:h(Ve,{status:"success",children:h(tm,{})})}),h(Ne,{children:"SMS verification added"}),h(Ae,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),h(Fo,{children:h(U,{onClick:v,children:"Done"})}),h(Q,{})]}):V(ht,{children:[h(x,{backFn:E,onClose:o},"header"),h(Le,{children:h(Ve,{children:h(vl,{})})}),h(Ne,{children:"Enter enrollment code"}),V(Uo,{children:[h(Zr,{onChange:y}),V(Ae,{children:["To continue, enter the 6-digit code sent to ",h("strong",{children:du(r)})]})]}),h(Q,{})]})},yC=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=uo("enroll"),[i,a]=uo(null),[s,l]=uo(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=Bn(),{data:f}=S();rm(()=>{a(null),c().then(E=>{a(E)}).catch(()=>{a(null),o()})},[]);function w(){f?.mfaEnrollmentFlow?.onSuccess(),e()}function v(){n("verify")}async function T(E){try{if(!E)return;await u({mfaCode:E}),l(!0)}catch(b){throw Us(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Br(b)?new Error("The code you entered is not valid"):Fr(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Fs(b)?new Error("Verification canceled"):new Error("Unknown error")}}function y(){r==="verify"?n("enroll"):o()}return r==="enroll"?V(ht,{children:[h(x,{backFn:o,onClose:t},"header"),h(Ne,{children:"Scan QR code"}),h(Ae,{children:"Open your authenticator app and scan the QR code to continue."}),h(kd,{children:i?.authUrl?h(Ju,{authUrl:i.authUrl,size:200}):h(Bt,{})}),V(Fo,{children:[h(io,{children:i?.secret&&h(Du,{itemName:"secret",text:i.secret})}),h(U,{onClick:v,children:"Continue"})]}),h(Q,{})]}):s?V(ht,{children:[h(x,{onClose:w},"header"),h(Le,{children:h(Ve,{status:"success",children:h(tm,{})})}),h(Ne,{children:"Authenticator app verification added"}),h(Ae,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),h(Fo,{children:h(U,{onClick:w,children:"Done"})}),h(Q,{})]}):V(ht,{children:[h(x,{backFn:y,onClose:t},"header"),h(Le,{children:h(Ve,{children:h(om,{})})}),h(Ne,{children:"Enter enrollment code"}),h(Uo,{children:h(Zr,{onChange:T})}),V(Ae,{children:["To continue, enter the 6-digit code generated from your ",h("strong",{children:"authenticator app"})]}),h(Q,{})]})};import{DevicePhoneMobileIcon as g0,PhoneIcon as v0}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as w0,PhoneIcon as C0}from"@heroicons/react/24/solid";import{ShieldCheckIcon as b0}from"@heroicons/react/24/solid";import{useEffect as E0,useState as Ml}from"react";import{StaticJsonRpcProvider as u0}from"@ethersproject/providers";import{useMemo as m0,useEffect as f0,useState as Um}from"react";import h0 from"styled-components";import Sm from"styled-components";import am from"styled-components";import{jsx as im,jsxs as wC}from"react/jsx-runtime";var xa=({label:e,children:t,valueStyles:o})=>wC(gC,{children:[im("div",{children:e}),im(vC,{style:{...o},children:t})]}),gC=am.div`
1863
+ `;import{Fragment as yt,jsx as y,jsxs as $}from"react/jsx-runtime";var ym=()=>{let{user:e,enrollInMfa:t}=B(),[o,r]=ho(null),{unenrollWithSms:n,unenrollWithTotp:i}=qn(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),{closePrivyModal:u}=R(),{promptMfa:h}=tn(),[v,m]=ho(s?.mfaEnrollmentFlow?.seenIntro||!1),[b,T]=ho(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),E=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),T(null)},500)};c.current=E;let g=e?.mfaMethods.includes("sms"),I=!!e?.phone,k=e?.mfaMethods.includes("totp"),L=g||k;hm(()=>{L&&m(!0)},[L]);function _(){r(null),T(null)}function M(){m(!1)}async function O(A){await h(),T(A)}if(!l||!e||!a)return $(yt,{children:[y(x,{onClose:E},"header"),y(Ue,{children:y(om,{})}),y(Bo,{children:y(Gt,{})}),y(J,{})]});async function H(){r(null);try{await n()}catch{r(null)}}async function X(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return $(yt,{children:[y(x,{backFn:_,onClose:E},"header"),y(Ue,{children:y(je,{children:y(xl,{})})}),y(Fe,{children:"Remove SMS verification?"}),$(Ie,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),y(Ho,{children:y(D,{warn:!0,onClick:H,children:"Remove SMS for MFA"})}),y(J,{})]});if(o==="totp")return $(yt,{children:[y(x,{backFn:_,onClose:E},"header"),y(Ue,{children:y(je,{children:y(fm,{})})}),y(Fe,{children:"Remove Authenticator App verification?"}),$(Ie,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),y(Ho,{children:y(D,{warn:!0,onClick:X,children:"Remove Authenticator App for MFA"})}),y(J,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!L)return $(yt,{children:[y(x,{onClose:E},"header"),y(Ue,{children:y(je,{children:y(Tl,{})})}),y(Fe,{children:"Add more security"}),$(Ie,{children:[a?.name," does not have any verification methods enabled."]}),y(Ho,{children:y(D,{onClick:E,children:"Close"})}),y(J,{})]});let j=!L&&!v;if(j)return $(yt,{children:[y(x,{onClose:E},"header"),y(Ue,{children:y(je,{children:y(Tl,{})})}),y(Fe,{children:"Transaction Protection"}),y(Ie,{children:"Set up transaction protection to add an extra layer of security to your account"}),$(cm,{children:[$(bl,{children:[y(Cl,{children:y(LC,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),$(bl,{children:[y(Cl,{children:y(NC,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),$(Ho,{children:[y(D,{onClick:()=>m(!0),children:"Continue"}),y(ao,{onClick:E,children:"Not now"})]}),y(J,{})]});switch(b){case"sms":return y(OC,{onComplete:E,onReset:_,onClose:E});case"totp":return y(DC,{onComplete:E,onClose:E,onReset:_});default:return $(yt,{children:[y(x,{backFn:j?M:void 0,onClose:E},"header"),y(Ue,{children:y(je,{children:y(Tl,{})})}),y(Fe,{children:"Choose a verification method"}),L?y(Ie,{children:"To add or delete verification methods, verification is required."}):y(Ie,{children:"How would you like to verify your identity? You can change this later."}),$(_a,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||k)&&$(ka,{children:[y(be,{disabled:k,onClick:()=>O("totp"),children:$(Ra,{children:[$(Aa,{children:[y(IC,{}),"Authenticator App"]}),k?$(on,{children:[y(pm,{}),"Added"]}):y(on,{children:"Recommended"})]})}),k&&y(El,{id:"remove",onClick:()=>r("totp"),children:y(um,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||g)&&$(ka,{children:[y(be,{disabled:g||I,onClick:()=>O("sms"),children:$(Ra,{children:[$(Aa,{children:[y(MC,{}),"SMS"]}),g&&$(on,{children:[y(pm,{}),"Added"]}),I&&y(on,{children:"Disabled"})]})}),g&&y(El,{id:"remove",onClick:()=>r("sms"),children:y(um,{})})]},"sms"),y(ka,{children:y(be,{disabled:!0,children:$(Ra,{children:[$(Aa,{children:[y(WC,{}),"Passkey"]}),y(on,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),y(J,{})]})}},OC=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=ho(""),[i,a]=ho(!1),[l,s]=ho("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=qn(),{app:h,data:v,currentScreen:m,navigate:b,setModalData:T}=S();function E(){v?.mfaEnrollmentFlow?.onSuccess(),e()}async function g({qualifiedPhoneNumber:L}){try{await c({phoneNumber:L}),n(L),s("verify")}catch(_){T({mfaEnrollmentFlow:v?.mfaEnrollmentFlow?{...v?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:_,previousScreen:m||"MFA_ENROLLMENT_FLOW_SCREEN"}}),b("ERROR_SCREEN")}}async function I(L){try{if(!L)return;await u({phoneNumber:r,mfaCode:L}),a(!0)}catch(_){throw Ks(_)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Gr(_)?new Error("The code you entered is not valid"):Hr(_)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Ys(_)?new Error("Verification canceled"):new Error("Unknown error")}}function k(){l==="verify"?s("enroll"):t()}return l==="enroll"?$(yt,{children:[y(x,{backFn:t,onClose:o},"header"),y(Ue,{children:y(je,{children:y(xl,{})})}),y(Fe,{children:"Set up SMS verification"}),y(Ie,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),$(Bo,{children:[y(Yr,{onSubmit:g}),$(dm,{children:["By providing your mobile number, you agree to receive text messages from ",h?.name,". Some carrier charges may apply"]})]}),y(J,{})]}):i?$(yt,{children:[y(x,{onClose:E},"header"),y(Ue,{children:y(je,{status:"success",children:y(mm,{})})}),y(Fe,{children:"SMS verification added"}),y(Ie,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),y(Ho,{children:y(D,{onClick:E,children:"Done"})}),y(J,{})]}):$(yt,{children:[y(x,{backFn:k,onClose:o},"header"),y(Ue,{children:y(je,{children:y(xl,{})})}),y(Fe,{children:"Enter enrollment code"}),$(Bo,{children:[y(en,{onChange:I}),$(Ie,{children:["To continue, enter the 6-digit code sent to ",y("strong",{children:Pu(r)})]})]}),y(J,{})]})},DC=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=ho("enroll"),[i,a]=ho(null),[l,s]=ho(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=qn(),{data:h}=S();hm(()=>{a(null),c().then(E=>{a(E)}).catch(()=>{a(null),o()})},[]);function v(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function m(){n("verify")}async function b(E){try{if(!E)return;await u({mfaCode:E}),s(!0)}catch(g){throw Ks(g)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Gr(g)?new Error("The code you entered is not valid"):Hr(g)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Ys(g)?new Error("Verification canceled"):new Error("Unknown error")}}function T(){r==="verify"?n("enroll"):o()}return r==="enroll"?$(yt,{children:[y(x,{backFn:o,onClose:t},"header"),y(Fe,{children:"Scan QR code"}),y(Ie,{children:"Open your authenticator app and scan the QR code to continue."}),y(Md,{children:i?.authUrl?y(lm,{authUrl:i.authUrl,size:200}):y(Gt,{})}),$(Ho,{children:[y(so,{children:i?.secret&&y(Yu,{itemName:"secret",text:i.secret})}),y(D,{onClick:m,children:"Continue"})]}),y(J,{})]}):l?$(yt,{children:[y(x,{onClose:v},"header"),y(Ue,{children:y(je,{status:"success",children:y(mm,{})})}),y(Fe,{children:"Authenticator app verification added"}),y(Ie,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),y(Ho,{children:y(D,{onClick:v,children:"Done"})}),y(J,{})]}):$(yt,{children:[y(x,{backFn:T,onClose:t},"header"),y(Ue,{children:y(je,{children:y(fm,{})})}),y(Fe,{children:"Enter enrollment code"}),y(Bo,{children:y(en,{onChange:b})}),$(Ie,{children:["To continue, enter the 6-digit code generated from your ",y("strong",{children:"authenticator app"})]}),y(J,{})]})};import{DevicePhoneMobileIcon as U0,PhoneIcon as F0}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as B0,PhoneIcon as H0}from"@heroicons/react/24/solid";import{ShieldCheckIcon as G0}from"@heroicons/react/24/solid";import{useEffect as z0,useState as Bl}from"react";import{StaticJsonRpcProvider as M0}from"@ethersproject/providers";import{useMemo as L0,useEffect as N0,useState as Jm}from"react";import O0 from"styled-components";import Um from"styled-components";import vm from"styled-components";import{jsx as gm,jsxs as BC}from"react/jsx-runtime";var Ia=({label:e,children:t,valueStyles:o})=>BC(UC,{children:[gm("div",{children:e}),gm(FC,{style:{...o},children:t})]}),UC=vm.div`
1835
1864
  display: flex;
1836
1865
  align-items: center;
1837
1866
  justify-content: space-between;
@@ -1846,7 +1875,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1846
1875
  color: var(--privy-color-foreground-2);
1847
1876
  text-align: right;
1848
1877
  }
1849
- `,vC=am.div`
1878
+ `,FC=vm.div`
1850
1879
  font-size: 14px;
1851
1880
  line-height: 100%;
1852
1881
  display: flex;
@@ -1855,28 +1884,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
1855
1884
  border-radius: var(--privy-border-radius-full);
1856
1885
  background-color: var(--privy-color-background-2);
1857
1886
  padding: 4px 8px;
1858
- `;import _a from"styled-components";import{BigNumber as sm}from"@ethersproject/bignumber";import{formatEther as lm}from"@ethersproject/units";var Gn=(e,t)=>{let o=(t*parseFloat(lm(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Kt=(e,t,o=6,r=!1)=>{let i=parseFloat(lm(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},wl=e=>e.map(de).reduce((t,o)=>t.add(o),sm.from(0)).toHexString(),cm=(e,t)=>{let{chains:o}=A(),r=`https://etherscan.io/address/${t}`,n=`${Bc(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},de=e=>sm.from(e);import{Fragment as PC,jsx as Sa,jsxs as dm}from"react/jsx-runtime";var pm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=wl(e),n=t?Gn(r,t):void 0,i=Kt(r,o);return Sa(um,{children:n||i})},Cl=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=wl(e),n=t?Gn(r,t):void 0,i=Kt(r,o);return Sa(um,{children:n?dm(PC,{children:[Sa(CC,{children:"USD"}),n==="<$0.01"?dm(EC,{children:[Sa(bC,{children:"<"}),"$0.01"]}):n]}):i})},um=_a.span`
1887
+ `;import Ma from"styled-components";import{BigNumber as wm}from"@ethersproject/bignumber";import{formatEther as Cm}from"@ethersproject/units";var Yn=(e,t)=>{let o=(t*parseFloat(Cm(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Yt=(e,t,o=6,r=!1)=>{let i=parseFloat(Cm(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Sl=e=>e.map(me).reduce((t,o)=>t.add(o),wm.from(0)).toHexString(),bm=(e,t)=>{let{chains:o}=R(),r=`https://etherscan.io/address/${t}`,n=`${qc(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},me=e=>wm.from(e);import{Fragment as VC,jsx as Wa,jsxs as Em}from"react/jsx-runtime";var Pm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Sl(e),n=t?Yn(r,t):void 0,i=Yt(r,o);return Wa(Tm,{children:n||i})},_l=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Sl(e),n=t?Yn(r,t):void 0,i=Yt(r,o);return Wa(Tm,{children:n?Em(VC,{children:[Wa(HC,{children:"USD"}),n==="<$0.01"?Em(zC,{children:[Wa(GC,{children:"<"}),"$0.01"]}):n]}):i})},Tm=Ma.span`
1859
1888
  font-size: 14px;
1860
1889
  line-height: 140%;
1861
1890
  display: flex;
1862
1891
  gap: 4px;
1863
1892
  align-items: center;
1864
- `,CC=_a.span`
1893
+ `,HC=Ma.span`
1865
1894
  font-size: 12px;
1866
1895
  line-height: 12px;
1867
1896
  color: var(--privy-color-foreground-3);
1868
- `,bC=_a.span`
1897
+ `,GC=Ma.span`
1869
1898
  font-size: 10px;
1870
- `,EC=_a.span`
1899
+ `,zC=Ma.span`
1871
1900
  display: flex;
1872
1901
  align-items: center;
1873
- `;import bl from"styled-components";import{jsx as Bo,jsxs as ka}from"react/jsx-runtime";var mm=({gas:e,tokenPrice:t,tokenSymbol:o})=>ka(Ss,{style:{paddingBottom:"12px"},children:[ka(hm,{children:[Bo(gm,{children:"Est. Fees"}),Bo("div",{children:Bo(Cl,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Bo(ym,{children:`${Kt(e,o)}`})]}),fm=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=de(e.value||0).add(de(t)).toHexString();return ka(Ss,{children:[ka(hm,{children:[Bo(gm,{children:"Total (including fees)"}),Bo("div",{children:Bo(Cl,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Bo(ym,{children:Kt(n,r)})]})},hm=bl.div`
1902
+ `;import kl from"styled-components";import{jsx as Go,jsxs as La}from"react/jsx-runtime";var xm=({gas:e,tokenPrice:t,tokenSymbol:o})=>La(Ns,{style:{paddingBottom:"12px"},children:[La(_m,{children:[Go(Am,{children:"Est. Fees"}),Go("div",{children:Go(_l,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Go(km,{children:`${Yt(e,o)}`})]}),Sm=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=me(e.value||0).add(me(t)).toHexString();return La(Ns,{children:[La(_m,{children:[Go(Am,{children:"Total (including fees)"}),Go("div",{children:Go(_l,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Go(km,{children:Yt(n,r)})]})},_m=kl.div`
1874
1903
  display: flex;
1875
1904
  flex-direction: row;
1876
1905
  justify-content: space-between;
1877
1906
  align-items: center;
1878
1907
  padding-top: 4px;
1879
- `,ym=bl.div`
1908
+ `,km=kl.div`
1880
1909
  display: flex;
1881
1910
  flex-direction: row;
1882
1911
  height: 12px;
@@ -1885,23 +1914,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
1885
1914
  line-height: 12px;
1886
1915
  color: var(--privy-color-foreground-3);
1887
1916
  font-weight: 400;
1888
- `,gm=bl.div`
1917
+ `,Am=kl.div`
1889
1918
  font-size: 14px;
1890
1919
  line-height: 22.4px;
1891
1920
  font-weight: 400;
1892
- `;import{ChevronDownIcon as TC}from"@heroicons/react/24/outline";import{useContext as lr,useState as xC}from"react";import Ho from"styled-components";import{createContext as vm,useContext as rR}from"react";var tn=vm(void 0);var zn=vm(void 0);import{Fragment as MC,jsx as kt,jsxs as wm}from"react/jsx-runtime";var Cm=({defaultValue:e,children:t})=>{let[o,r]=xC(e||null),n=i=>{r(o===i?null:i)};return kt(tn.Provider,{value:{activePanel:o,togglePanel:n},children:kt(SC,{children:t})})},bm=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=lr(tn),n=o===e;return kt(zn.Provider,{value:{onToggle:()=>r(e),value:e},children:kt(RC,{isActive:n,"data-open":n,children:t})})},Em=({children:e})=>{let{activePanel:t}=lr(tn),{onToggle:o,value:r}=lr(zn),n=t===r;return wm(MC,{children:[wm(_C,{onClick:o,"data-open":n,children:[kt(AC,{children:e}),kt(WC,{isactive:n,children:kt(TC,{height:"16px",width:"16px",strokeWidth:"2"})})]}),kt(kC,{})]})},Pm=({children:e})=>{let{activePanel:t}=lr(tn),{value:o}=lr(zn);return kt(IC,{"data-open":t===o,children:kt(xm,{children:e})})},Tm=({children:e})=>{let{activePanel:t}=lr(tn),{value:o}=lr(zn);return kt(xm,{children:typeof e=="function"?e({isActive:t===o}):e})},SC=Ho.div`
1921
+ `;import{ChevronDownIcon as $C}from"@heroicons/react/24/outline";import{useContext as pr,useState as jC}from"react";import zo from"styled-components";import{createContext as Rm,useContext as F9}from"react";var rn=Rm(void 0);var Jn=Rm(void 0);import{Fragment as e0,jsx as Rt,jsxs as Im}from"react/jsx-runtime";var Wm=({defaultValue:e,children:t})=>{let[o,r]=jC(e||null),n=i=>{r(o===i?null:i)};return Rt(rn.Provider,{value:{activePanel:o,togglePanel:n},children:Rt(qC,{children:t})})},Mm=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=pr(rn),n=o===e;return Rt(Jn.Provider,{value:{onToggle:()=>r(e),value:e},children:Rt(QC,{isActive:n,"data-open":n,children:t})})},Lm=({children:e})=>{let{activePanel:t}=pr(rn),{onToggle:o,value:r}=pr(Jn),n=t===r;return Im(e0,{children:[Im(KC,{onClick:o,"data-open":n,children:[Rt(JC,{children:e}),Rt(XC,{isactive:n,children:Rt($C,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Rt(YC,{})]})},Nm=({children:e})=>{let{activePanel:t}=pr(rn),{value:o}=pr(Jn);return Rt(ZC,{"data-open":t===o,children:Rt(Dm,{children:e})})},Om=({children:e})=>{let{activePanel:t}=pr(rn),{value:o}=pr(Jn);return Rt(Dm,{children:typeof e=="function"?e({isActive:t===o}):e})},qC=zo.div`
1893
1922
  display: flex;
1894
1923
  flex-direction: column;
1895
1924
  width: 100%;
1896
1925
  gap: 8px;
1897
- `,_C=Ho.div`
1926
+ `,KC=zo.div`
1898
1927
  display: flex;
1899
1928
  justify-content: space-between;
1900
1929
  align-items: center;
1901
1930
  width: 100%;
1902
1931
  cursor: pointer;
1903
1932
  padding-bottom: 8px;
1904
- `,kC=Ho.div`
1933
+ `,YC=zo.div`
1905
1934
  width: 100%;
1906
1935
 
1907
1936
  && {
@@ -1909,13 +1938,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1909
1938
  border-color: var(--privy-color-foreground-4);
1910
1939
  }
1911
1940
  padding-bottom: 12px;
1912
- `,AC=Ho.div`
1941
+ `,JC=zo.div`
1913
1942
  font-size: 14px;
1914
1943
  font-weight: 500;
1915
1944
  line-height: 19.6px;
1916
1945
  width: 100%;
1917
1946
  padding-right: 8px;
1918
- `,RC=Ho.div`
1947
+ `,QC=zo.div`
1919
1948
  display: flex;
1920
1949
  flex-direction: column;
1921
1950
  width: 100%;
@@ -1927,7 +1956,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1927
1956
  border-color: var(--privy-color-foreground-4);
1928
1957
  border-radius: var(--privy-border-radius-md);
1929
1958
  }
1930
- `,IC=Ho.div`
1959
+ `,ZC=zo.div`
1931
1960
  position: relative;
1932
1961
  overflow: hidden;
1933
1962
  transition: max-height 25ms ease-out;
@@ -1939,38 +1968,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
1939
1968
  &[data-open='false'] {
1940
1969
  max-height: 0;
1941
1970
  }
1942
- `,xm=Ho.div`
1971
+ `,Dm=zo.div`
1943
1972
  display: flex;
1944
1973
  flex-direction: column;
1945
1974
  gap: 12px;
1946
1975
  flex: 1 1 auto;
1947
1976
  min-height: 1px;
1948
- `,WC=Ho.div`
1977
+ `,XC=zo.div`
1949
1978
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
1950
- `;import LC from"styled-components";import{jsx as OC}from"react/jsx-runtime";var El=({walletAddress:e,chainId:t=to})=>OC(NC,{href:cm(t,e),target:"_blank",children:bo(e)}),NC=LC.a`
1979
+ `;import t0 from"styled-components";import{jsx as r0}from"react/jsx-runtime";var Al=({walletAddress:e,chainId:t=oo})=>r0(o0,{href:bm(t,e),target:"_blank",children:xo(e)}),o0=t0.a`
1951
1980
  &:hover {
1952
1981
  text-decoration: underline;
1953
1982
  }
1954
- `;import{jsx as st,jsxs as Pl}from"react/jsx-runtime";var on=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let s=o?.value||0;return st(Cm,{children:Pl(bm,{value:"details",children:[st(Em,{children:Pl(DC,{children:[st("div",{children:r?.title||r?.actionDescription||"Details"}),st(UC,{children:st(pm,{weiQuantities:[s],tokenPrice:n,tokenSymbol:a})})]})}),Pl(Pm,{children:[st(xa,{label:"From",children:st(El,{walletAddress:e,chainId:o.chainId||to})}),st(xa,{label:"To",children:st(El,{walletAddress:t,chainId:o.chainId||to})}),r&&r.action&&st(xa,{label:"Action",children:r.action}),i&&st(mm,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),st(Tm,{children:({isActive:l})=>st(fm,{transactionData:o,displayFee:l,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},DC=Sm.div`
1983
+ `;import{jsx as lt,jsxs as Rl}from"react/jsx-runtime";var nn=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return lt(Wm,{children:Rl(Mm,{value:"details",children:[lt(Lm,{children:Rl(n0,{children:[lt("div",{children:r?.title||r?.actionDescription||"Details"}),lt(i0,{children:lt(Pm,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),Rl(Nm,{children:[lt(Ia,{label:"From",children:lt(Al,{walletAddress:e,chainId:o.chainId||oo})}),lt(Ia,{label:"To",children:lt(Al,{walletAddress:t,chainId:o.chainId||oo})}),r&&r.action&&lt(Ia,{label:"Action",children:r.action}),i&&lt(xm,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),lt(Om,{children:({isActive:s})=>lt(Sm,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},n0=Um.div`
1955
1984
  display: flex;
1956
1985
  flex-direction: row;
1957
1986
  justify-content: space-between;
1958
- `,UC=Sm.div`
1987
+ `,i0=Um.div`
1959
1988
  flex-shrink: 0;
1960
1989
  padding-left: 8px;
1961
- `;import $n from"styled-components";import{jsx as Vn,jsxs as VC}from"react/jsx-runtime";var Tl=({description:e,contractInfo:t})=>VC(FC,{children:[t.imgUrl&&Vn(BC,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Vn(HC,{children:Vn("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Vn(GC,{children:t.name}),Vn(zC,{children:e||t.actionText})]}),FC=$n.div`
1990
+ `;import Zn from"styled-components";import{jsx as Qn,jsxs as p0}from"react/jsx-runtime";var Il=({description:e,contractInfo:t})=>p0(a0,{children:[t.imgUrl&&Qn(s0,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Qn(l0,{children:Qn("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Qn(c0,{children:t.name}),Qn(d0,{children:e||t.actionText})]}),a0=Zn.div`
1962
1991
  display: flex;
1963
1992
  flex-direction: column;
1964
1993
  align-items: center;
1965
1994
  margin-bottom: 8px;
1966
- `,BC=$n.img`
1995
+ `,s0=Zn.img`
1967
1996
  && {
1968
1997
  height: ${e=>e.size==="sm"?"65px":"140px"};
1969
1998
  width: ${e=>e.size==="sm"?"65px":"140px"};
1970
1999
  border-radius: 16px;
1971
2000
  margin-bottom: 12px;
1972
2001
  }
1973
- `,HC=$n.div`
2002
+ `,l0=Zn.div`
1974
2003
  font-size: 12px;
1975
2004
  line-height: 12px;
1976
2005
  padding: 7px;
@@ -1983,7 +2012,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1983
2012
  text-decoration: underline;
1984
2013
  }
1985
2014
  }
1986
- `,GC=$n.div`
2015
+ `,c0=Zn.div`
1987
2016
  font-size: 18px;
1988
2017
  line-height: 18px;
1989
2018
  font-weight: 500;
@@ -1991,7 +2020,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1991
2020
  white-space: nowrap;
1992
2021
  max-width: 275px;
1993
2022
  text-overflow: ellipsis;
1994
- `,zC=$n.div`
2023
+ `,d0=Zn.div`
1995
2024
  font-size: 16px;
1996
2025
  line-height: 140%;
1997
2026
  font-weight: 400;
@@ -1999,7 +2028,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1999
2028
  overflow: hidden;
2000
2029
  max-width: 275px;
2001
2030
  text-overflow: ellipsis;
2002
- `;import{WalletIcon as $C}from"@heroicons/react/24/outline";import Sl from"styled-components";import{jsx as _m,jsxs as xl}from"react/jsx-runtime";var km=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=A(),a=i(t.chainId)||"ETH";return xl(jC,{children:[xl(qC,{children:[_m($C,{strokeWidth:"2",width:"16px",height:"16px"}),_m("div",{children:bo(e)})]}),xl(KC,{displayBalanceColor:n,hasFunds:r,children:[o?Kt(o,a,6,!0):0," available"]})]})},jC=Sl.div`
2031
+ `;import{WalletIcon as u0}from"@heroicons/react/24/outline";import Ml from"styled-components";import{jsx as Fm,jsxs as Wl}from"react/jsx-runtime";var Bm=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=R(),a=i(t.chainId)||"ETH";return Wl(m0,{children:[Wl(f0,{children:[Fm(u0,{strokeWidth:"2",width:"16px",height:"16px"}),Fm("div",{children:xo(e)})]}),Wl(h0,{displayBalanceColor:n,hasFunds:r,children:[o?Yt(o,a,6,!0):0," available"]})]})},m0=Ml.div`
2003
2032
  display: flex;
2004
2033
  flex-direction: row;
2005
2034
  justify-content: space-between;
@@ -2012,12 +2041,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
2012
2041
  border: 1px solid var(--privy-color-foreground-4);
2013
2042
  border-radius: var(--privy-border-radius-md);
2014
2043
  }
2015
- `,qC=Sl.div`
2044
+ `,f0=Ml.div`
2016
2045
  display: flex;
2017
2046
  flex-direction: row;
2018
2047
  align-items: center;
2019
2048
  gap: 8px;
2020
- `,KC=Sl.div`
2049
+ `,h0=Ml.div`
2021
2050
  display: flex;
2022
2051
  align-items: center;
2023
2052
  justify-content: center;
@@ -2027,35 +2056,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
2027
2056
  background-color: var(--privy-color-background-2);
2028
2057
  padding: 5px 8px;
2029
2058
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2030
- `;import Aa from"styled-components";import{Fragment as Rm,jsx as jn,jsxs as Im}from"react/jsx-runtime";var Wm=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?Gn(n,r):void 0,a=Kt(n,o);return Im(YC,{children:[i?Im(Rm,{children:[jn(Am,{children:i}),jn(JC,{children:a})]}):jn(Rm,{children:jn(Am,{children:a})}),jn(QC,{children:e})]})},YC=Aa.div`
2059
+ `;import Na from"styled-components";import{Fragment as Gm,jsx as Xn,jsxs as zm}from"react/jsx-runtime";var Vm=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?Yn(n,r):void 0,a=Yt(n,o);return zm(y0,{children:[i?zm(Gm,{children:[Xn(Hm,{children:i}),Xn(g0,{children:a})]}):Xn(Gm,{children:Xn(Hm,{children:a})}),Xn(v0,{children:e})]})},y0=Na.div`
2031
2060
  display: flex;
2032
2061
  flex-direction: column;
2033
2062
  align-items: center;
2034
2063
  margin-bottom: 20px;
2035
- `,Am=Aa.h2`
2064
+ `,Hm=Na.h2`
2036
2065
  && {
2037
2066
  font-size: 48px;
2038
2067
  line-height: 48px;
2039
2068
  margin: 8px auto;
2040
2069
  }
2041
- `,JC=Aa.p`
2070
+ `,g0=Na.p`
2042
2071
  margin-bottom: 12px;
2043
2072
  && {
2044
2073
  font-size: 17px;
2045
2074
  line-height: 17px;
2046
2075
  color: var(--privy-color-foreground-3);
2047
2076
  }
2048
- `,QC=Aa.div`
2077
+ `,v0=Na.div`
2049
2078
  font-size: 16px;
2050
2079
  line-height: 22.4px;
2051
2080
  font-weight: 400;
2052
2081
  overflow: hidden;
2053
2082
  max-width: 275px;
2054
2083
  text-overflow: ellipsis;
2055
- `;import{VoidSigner as e0}from"@ethersproject/abstract-signer";import{BigNumber as At}from"@ethersproject/bignumber";import{Contract as t0}from"@ethersproject/contracts";import{EtherscanProvider as gI}from"@ethersproject/providers";import{serialize as o0}from"@ethersproject/transactions";var Ra={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 Ia={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 Wa={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 Ma={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 La={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 Na={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 Oa={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 Da={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 Ua={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 Fa={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 Ba={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 Ha={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 Mm}from"@ethersproject/units";import{ofetch as ZC}from"ofetch";var qn={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 Kn={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 Lm=[qn.id,Kn.id],_l=e=>({maxPriorityFee:Mm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:Mm(e.maxFee.toFixed(9),"gwei").toHexString()}),XC=e=>({safeLow:_l(e.safeLow),standard:_l(e.standard),fast:_l(e.fast)}),Nm=async e=>{let t="";switch(e){case qn.id:t="https://gasstation.polygon.technology/v2";break;case Kn.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return XC(await ZC(t))};function mo(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 r0(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=mo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=mo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=mo(e.gasPrice)),e.value!==void 0&&(t.value=mo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=mo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=mo(e.maxPriorityFeePerGas)),t}function n0(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=de(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=de(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=de(e.gasPrice)),e.value!==void 0&&(t.value=de(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=de(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=de(e.maxPriorityFeePerGas)),t}async function rn(e,t,o){t.chainId=Number(t.chainId),Dm(t);let r=new e0(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Lm.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Nm(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(i0(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(At.from(120)).div(At.from(100));t.maxFeePerGas=mo(a),t.maxPriorityFeePerGas=mo(At.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(kl(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 l=At.from(i).mul(At.from(126)).div(At.from(100)).add(At.from(t.maxPriorityFeePerGas));t.maxFeePerGas=mo(l)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}a0(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 r0(n)}async function Ga(e,t,o,r,n){r=Object.assign({chainId:to},r),Dm(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 Om(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(de(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function kl(e){return[Ma.id,La.id,Na.id,Oa.id,Da.id,Ua.id,Fa.id,Ha.id,Ba.id].includes(e)}function i0(e){return[Ra.id,Ia.id,Wa.id].includes(e)}function a0(e){return[56,97].includes(e)}async function Al(e,t){if(!e.chainId||e.chainId&&!kl(e.chainId))return At.from(0);let o=At.from(0);try{let r=new t0(_c,kc,t),n=n0(e),i=o0(n);o=await r.getL1Fee(i)}catch{}return o}async function za(e,t){delete e.from;let o=At.from(0),r=At.from(0);if(e.gasLimit?o=de(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=de(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=de(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=de(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&kl(e.chainId))try{let i=await Al(e,t);n=n.add(i)}catch{}return n}function Dm(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!s0(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 s0(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&l0(e);return t||o||r}function l0(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Va(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 Rl,useEffect as c0}from"react";var $a=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=A(),[n,i]=Rl(!0),[a,s]=Rl(void 0),[l,c]=Rl(void 0);return c0(()=>{let u=e.chainId||to,f=r.find(v=>v.id===Number(u));if(!f)throw new z(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let v=await o(f);v?c(v):s(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(v){s(v)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as d0,useContext as p0}from"react";var Il=d0({wallets:[],ready:!1});function Yn(){return p0(Il)}import{jsx as Fm}from"react/jsx-runtime";var Wl=({pendingTransaction:e})=>{let{getAccessToken:t}=H(),{wallets:o}=Yn(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=A(),[s,l]=Um(e),{tokenPrice:c}=$a(s),[u,f]=Um(null),w=a(e.chainId)||"ETH",v=m0(()=>o.find(T=>T.walletClientType==="privy"),[o]);return f0(()=>{async function T(){if(!await t()||!r||!v)return s;let E=new u0(Pt(s.chainId,i,n)),b=await za(s,E);return f(de(b.toBigInt()).toHexString()),rn(v.address,s,E)}T().then(y=>{l(y)})},[r]),v?Fm(y0,{children:Fm(on,{from:v.address,to:s.to,txn:s,gas:u??void 0,tokenPrice:c,tokenSymbol:w})}):null},y0=h0.div`
2084
+ `;import{VoidSigner as b0}from"@ethersproject/abstract-signer";import{BigNumber as It}from"@ethersproject/bignumber";import{Contract as E0}from"@ethersproject/contracts";import{EtherscanProvider as XI}from"@ethersproject/providers";import{serialize as P0}from"@ethersproject/transactions";var Oa={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 Da={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 Ua={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 Fa={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 Ba={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 Ha={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 Ga={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 za={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 Va={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 $a={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 ja={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 qa={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 $m}from"@ethersproject/units";import{ofetch as w0}from"ofetch";var ei={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 ti={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 jm=[ei.id,ti.id],Ll=e=>({maxPriorityFee:$m(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:$m(e.maxFee.toFixed(9),"gwei").toHexString()}),C0=e=>({safeLow:Ll(e.safeLow),standard:Ll(e.standard),fast:Ll(e.fast)}),qm=async e=>{let t="";switch(e){case ei.id:t="https://gasstation.polygon.technology/v2";break;case ti.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return C0(await w0(t))};function yo(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function T0(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=yo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=yo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=yo(e.gasPrice)),e.value!==void 0&&(t.value=yo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=yo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=yo(e.maxPriorityFeePerGas)),t}function x0(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=me(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=me(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=me(e.gasPrice)),e.value!==void 0&&(t.value=me(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=me(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=me(e.maxPriorityFeePerGas)),t}async function an(e,t,o){t.chainId=Number(t.chainId),Ym(t);let r=new b0(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),jm.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await qm(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(S0(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(It.from(120)).div(It.from(100));t.maxFeePerGas=yo(a),t.maxPriorityFeePerGas=yo(It.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Nl(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=It.from(i).mul(It.from(126)).div(It.from(100)).add(It.from(t.maxPriorityFeePerGas));t.maxFeePerGas=yo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}_0(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 T0(n)}async function Ka(e,t,o,r,n){r=Object.assign({chainId:oo},r),Ym(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 Km(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(me(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function Nl(e){return[Fa.id,Ba.id,Ha.id,Ga.id,za.id,Va.id,$a.id,qa.id,ja.id].includes(e)}function S0(e){return[Oa.id,Da.id,Ua.id].includes(e)}function _0(e){return[56,97].includes(e)}async function Ol(e,t){if(!e.chainId||e.chainId&&!Nl(e.chainId))return It.from(0);let o=It.from(0);try{let r=new E0(Lc,Nc,t),n=x0(e),i=P0(n);o=await r.getL1Fee(i)}catch{}return o}async function Ya(e,t){delete e.from;let o=It.from(0),r=It.from(0);if(e.gasLimit?o=me(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=me(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=me(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=me(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Nl(e.chainId))try{let i=await Ol(e,t);n=n.add(i)}catch{}return n}function Ym(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!k0(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 k0(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&A0(e);return t||o||r}function A0(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Ja(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 Dl,useEffect as R0}from"react";var Qa=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=Dl(!0),[a,l]=Dl(void 0),[s,c]=Dl(void 0);return R0(()=>{let u=e.chainId||oo,h=r.find(m=>m.id===Number(u));if(!h)throw new z(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let m=await o(h);m?c(m):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(m){l(m)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as I0,useContext as W0}from"react";var Ul=I0({wallets:[],ready:!1});function oi(){return W0(Ul)}import{jsx as Qm}from"react/jsx-runtime";var Fl=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:o}=oi(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[l,s]=Jm(e),{tokenPrice:c}=Qa(l),[u,h]=Jm(null),v=a(e.chainId)||"ETH",m=L0(()=>o.find(b=>b.walletClientType==="privy"),[o]);return N0(()=>{async function b(){if(!await t()||!r||!m)return l;let E=new M0(Tt(l.chainId,i,n)),g=await Ya(l,E);return h(me(g.toBigInt()).toHexString()),an(m.address,l,E)}b().then(T=>{s(T)})},[r]),m?Qm(D0,{children:Qm(nn,{from:m.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:v})}):null},D0=O0.div`
2056
2085
  width: 100%;
2057
2086
  padding: 1rem 0;
2058
- `;import{Fragment as Ll,jsx as Y,jsxs as Yt}from"react/jsx-runtime";var Nl=({open:e,onClose:t})=>{let{user:o}=H(),[r,n]=Ml(null),{init:i,cancel:a}=Xr();E0(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?s(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function s(c){try{n(c),await i(c)}catch(u){console.error(u)}}let l=()=>{n(null),a(),t()};return!e||!o?null:r?Y(P0,{selectedMethod:r,onClose:l,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):Yt(Ll,{children:[Y(x,{onClose:l},"header"),Y(Le,{children:Y(Ve,{children:Y(b0,{})})}),Y(Ne,{children:"Verify your identity"}),Y(Ae,{children:"Choose a verification method"}),Yt(ba,{children:[o.mfaMethods.includes("totp")&&Yt(ye,{onClick:()=>s("totp"),children:[Y(g0,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Yt(ye,{onClick:()=>s("sms"),children:[Y(v0,{}),"SMS"]},"sms")]}),Y(Q,{})]})},P0=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=A(),[i,a]=Ml(!1),[s,l]=Ml(!1),{submit:c}=Xr();async function u(f){try{if(!f)return;await c(e,f),l(!0),a(!1),t()}catch(w){throw Ds(w)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Br(w)?(a(!1),new Error("The code you entered is not valid")):Fr(w)?(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 Yt(Ll,{children:[Y(x,{onClose:t},"header"),Y(Le,{children:Y(Ve,{children:Y(C0,{})})}),Y(Ne,{children:"Enter verification code"}),Yt(Uo,{children:[Y(Zr,{success:s,disabled:i,onChange:u}),Yt(Ae,{children:["To continue, please enter the 6-digit code sent to your ",Y("strong",{children:"mobile device"})]}),n&&Y(Wl,{pendingTransaction:n})]}),o&&Y(yl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Y(no,{onClick:t,children:"Not now"}),Y(Q,{})]});case"totp":return Yt(Ll,{children:[Y(x,{onClose:t},"header"),Y(Le,{children:Y(Ve,{children:Y(w0,{})})}),Y(Ne,{children:"Enter verification code"}),Yt(Uo,{children:[Y(Zr,{success:s,disabled:i,onChange:u}),Yt(Ae,{children:["To continue, please enter the 6-digit code generated from your"," ",Y("strong",{children:"authenticator app"})]}),n&&Y(Wl,{pendingTransaction:n})]}),o&&Y(yl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Y(no,{onClick:t,children:"Not now"}),Y(Q,{})]});default:return null}};import{useEffect as Bm,useState as Hm}from"react";import zm from"styled-components";function Ol(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as S0,jsx as fo,jsxs as qa}from"react/jsx-runtime";var Gm={google:{name:"Google",component:ha},discord:{name:"Discord",component:ua},github:{name:"Github",component:ma},linkedin:{name:"LinkedIn",component:ga},twitter:{name:"Twitter",component:wa},tiktok:{name:"Tiktok",component:va},apple:{name:"Apple",component:pa}},ja=()=>{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"),bt.del(wr),window.history.pushState({},"",e)},Vm=()=>{let{ready:e,user:t,authenticated:o}=H(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:s,initLoginWithOAuth:l,loginWithOAuth:c,updateWallets:u,setReadyToTrue:f,closePrivyModal:w}=A(),[v,T]=Hm(!1),[y,E]=Hm(void 0),b=s()?.provider||"google",W=Gm[b].name,M=Gm[b].component,N=r?.render.inDialog?et:0;Bm(()=>{c(b).then(()=>{ja(),T(!0)}).catch(R=>{let O={retryable:!1,message:"Authentication failed"};if(R?.privyErrorCode==="allowlist_rejected"){E(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),ja();return}else R?.privyErrorCode==="linked_to_another_user"?O.detail="This account has already been linked to another user.":R?.privyErrorCode==="invalid_credentials"?(O.retryable=!0,O.detail="Something went wrong. Try again."):R.privyErrorCode==="oauth_user_denied"?(O.detail=`Retry and check ${Ol(b)} to finish connecting your account.`,O.retryable=!0):R?.privyErrorCode==="too_many_requests"&&(O.detail="Too many requests. Please wait before trying again.");ja(),E(O)}).finally(()=>{f()})},[]),Bm(()=>{if(e&&o&&v&&t)if(wo(t,r?.embeddedWallets?.createOnLogin)){let O=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:$=>console.error($),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},N);return()=>clearTimeout(O)}else{let O=setTimeout(w,N);return u(),()=>clearTimeout(O)}},[e,o,v,t]);let I=v?`Successfully connected with ${W}`:y?y.message:`Verifying connection to ${W}`,k="";return v?k="You\u2019re good to go!":y?k=y.detail:k="Just a few moments more",qa(S0,{children:[fo(x,{}),fo(q,{}),qa(T0,{children:[fo(x0,{children:qa("div",{children:[fo(Li,{success:v,fail:!!y}),fo(M,{style:{width:"38px",height:"38px"}})]})}),qa(To,{children:[fo("h3",{children:I}),fo("p",{children:k})]}),y&&y?.retryable?fo(Di,{onClick:()=>{ja(),l(b),E(void 0)},disabled:!v&&!y?.retryable,children:"Retry"}):null]}),fo(Q,{})]})},T0=zm.div`
2087
+ `;import{Fragment as Hl,jsx as Q,jsxs as Jt}from"react/jsx-runtime";var Gl=({open:e,onClose:t})=>{let{user:o}=B(),[r,n]=Bl(null),{init:i,cancel:a}=tn();z0(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?l(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function l(c){try{n(c),await i(c)}catch(u){console.error(u)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?Q(V0,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):Jt(Hl,{children:[Q(x,{onClose:s},"header"),Q(Ue,{children:Q(je,{children:Q(G0,{})})}),Q(Fe,{children:"Verify your identity"}),Q(Ie,{children:"Choose a verification method"}),Jt(_a,{children:[o.mfaMethods.includes("totp")&&Jt(be,{onClick:()=>l("totp"),children:[Q(U0,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Jt(be,{onClick:()=>l("sms"),children:[Q(F0,{}),"SMS"]},"sms")]}),Q(J,{})]})},V0=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=R(),[i,a]=Bl(!1),[l,s]=Bl(!1),{submit:c}=tn();async function u(h){try{if(!h)return;await c(e,h),s(!0),a(!1),t()}catch(v){throw qs(v)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Gr(v)?(a(!1),new Error("The code you entered is not valid")):Hr(v)?(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 Jt(Hl,{children:[Q(x,{onClose:t},"header"),Q(Ue,{children:Q(je,{children:Q(H0,{})})}),Q(Fe,{children:"Enter verification code"}),Jt(Bo,{children:[Q(en,{success:l,disabled:i,onChange:u}),Jt(Ie,{children:["To continue, please enter the 6-digit code sent to your ",Q("strong",{children:"mobile device"})]}),n&&Q(Fl,{pendingTransaction:n})]}),o&&Q(Pl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(ao,{onClick:t,children:"Not now"}),Q(J,{})]});case"totp":return Jt(Hl,{children:[Q(x,{onClose:t},"header"),Q(Ue,{children:Q(je,{children:Q(B0,{})})}),Q(Fe,{children:"Enter verification code"}),Jt(Bo,{children:[Q(en,{success:l,disabled:i,onChange:u}),Jt(Ie,{children:["To continue, please enter the 6-digit code generated from your"," ",Q("strong",{children:"authenticator app"})]}),n&&Q(Fl,{pendingTransaction:n})]}),o&&Q(Pl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(ao,{onClick:t,children:"Not now"}),Q(J,{})]});default:return null}};import{useEffect as Zm,useState as Xm}from"react";import tf from"styled-components";function zl(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as q0,jsx as go,jsxs as Xa}from"react/jsx-runtime";var ef={google:{name:"Google",component:ba},discord:{name:"Discord",component:va},github:{name:"Github",component:wa},linkedin:{name:"LinkedIn",component:Pa},twitter:{name:"Twitter",component:xa},tiktok:{name:"Tiktok",component:Ta},apple:{name:"Apple",component:ga}},Za=()=>{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"),Et.del(Cr),window.history.pushState({},"",e)},of=()=>{let{ready:e,user:t,authenticated:o}=B(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:h,closePrivyModal:v}=R(),[m,b]=Xm(!1),[T,E]=Xm(void 0),g=l()?.provider||"google",I=ef[g].name,k=ef[g].component,L=r?.render.inDialog?tt:0;Zm(()=>{c(g).then(()=>{Za(),b(!0)}).catch(O=>{let H={retryable:!1,message:"Authentication failed"};if(O?.privyErrorCode==="allowlist_rejected"){E(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Za();return}else O?.privyErrorCode==="linked_to_another_user"?H.detail="This account has already been linked to another user.":O?.privyErrorCode==="invalid_credentials"?(H.retryable=!0,H.detail="Something went wrong. Try again."):O.privyErrorCode==="oauth_user_denied"?(H.detail=`Retry and check ${zl(g)} to finish connecting your account.`,H.retryable=!0):O?.privyErrorCode==="too_many_requests"&&(H.detail="Too many requests. Please wait before trying again.");Za(),E(H)}).finally(()=>{h()})},[]),Zm(()=>{if(e&&o&&m&&t)if(Po(t,r?.embeddedWallets?.createOnLogin)){let H=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:X=>console.error(X),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},L);return()=>clearTimeout(H)}else{let H=setTimeout(v,L);return u(),()=>clearTimeout(H)}},[e,o,m,t]);let _=m?`Successfully connected with ${I}`:T?T.message:`Verifying connection to ${I}`,M="";return m?M="You\u2019re good to go!":T?M=T.detail:M="Just a few moments more",Xa(q0,{children:[go(x,{}),go(K,{}),Xa($0,{children:[go(j0,{children:Xa("div",{children:[go(Lr,{success:m,fail:!!T}),go(k,{style:{width:"38px",height:"38px"}})]})}),Xa($t,{children:[go("h3",{children:_}),go("p",{children:M})]}),T&&T?.retryable?go(Fi,{onClick:()=>{Za(),s(g),E(void 0)},disabled:!m&&!T?.retryable,children:"Retry"}):null]}),go(J,{})]})},$0=tf.div`
2059
2088
  display: flex;
2060
2089
  flex-direction: column;
2061
2090
  align-items: center;
@@ -2063,7 +2092,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2063
2092
  margin-left: 27px;
2064
2093
  margin-right: 27px;
2065
2094
  gap: 24px;
2066
- `,x0=zm.div`
2095
+ `,j0=tf.div`
2067
2096
  display: flex;
2068
2097
  flex-direction: column;
2069
2098
  justify-content: center;
@@ -2086,55 +2115,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
2086
2115
  left: -19px;
2087
2116
  top: -19px;
2088
2117
  }
2089
- `;import{useEffect as k0,useState as jm}from"react";import A0 from"styled-components";import{isMobile as _0}from"react-device-detect";var $m=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!Co()&&_0)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as I0,jsx as ho,jsxs as qm}from"react/jsx-runtime";var Km=()=>{let{forkSession:e,ready:t,authenticated:o}=H(),[r,n]=jm(""),[i,a]=jm(!1);k0(()=>{t&&o&&e().then(n)},[t,o]);let s=$m(r,!i),l={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(l.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(l.title="Still here?",l.description="You may need to install the Phantom mobile app.",l.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),qm(I0,{children:[ho(x,{},"header"),ho(q,{}),ho(zt,{title:l.title,description:l.description}),qm(Gt,{children:[ho(R0,{children:ho(Dt,{style:{width:"72px",height:"72px"}})}),ho(Oi,{href:s,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!s,children:i?"Go to App Store":"Continue"}),l.footnote?ho("p",{children:l.footnote}):null]}),ho(K,{}),ho(F,{protectedByPrivy:!0})]})},R0=A0(io)`
2118
+ `;import{useEffect as Y0,useState as nf}from"react";import J0 from"styled-components";import{isMobile as K0}from"react-device-detect";var rf=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!To()&&K0)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Z0,jsx as vo,jsxs as af}from"react/jsx-runtime";var sf=()=>{let{forkSession:e,ready:t,authenticated:o}=B(),[r,n]=nf(""),[i,a]=nf(!1);Y0(()=>{t&&o&&e().then(n)},[t,o]);let l=rf(r,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),af(Z0,{children:[vo(x,{},"header"),vo(K,{}),vo(jt,{title:s.title,description:s.description}),af(Vt,{children:[vo(Q0,{children:vo(Ft,{style:{width:"72px",height:"72px"}})}),vo(Ui,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?vo("p",{children:s.footnote}):null]}),vo(Y,{}),vo(U,{protectedByPrivy:!0})]})},Q0=J0(so)`
2090
2119
  margin: 16px auto;
2091
- `;import{StaticJsonRpcProvider as D0}from"@ethersproject/providers";import{useMemo as Qm,useEffect as Zm,useState as yt}from"react";import an from"styled-components";function Ym(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as Dl}from"@ethersproject/bignumber";import W0 from"styled-components";import{Fragment as N0,jsx as Jn,jsxs as O0}from"react/jsx-runtime";var M0=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Dl.from(e.gasUsed),r=Dl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Dl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Jm=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>O0(N0,{children:[Jn(x,{onClose:r}),Jn(gn,{title:"Transaction complete!",description:"You're all set."}),Jn(on,{tokenPrice:n,from:t.from,to:t.to,gas:M0(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Jn(L0,{loading:!1,onClick:r,children:"All Done"}),Jn(Q,{})]}),L0=W0(U)`
2120
+ `;import{StaticJsonRpcProvider as nb}from"@ethersproject/providers";import{useMemo as df,useEffect as pf,useState as gt}from"react";import ln from"styled-components";function lf(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as Vl}from"@ethersproject/bignumber";import X0 from"styled-components";import{Fragment as ob,jsx as ri,jsxs as rb}from"react/jsx-runtime";var eb=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Vl.from(e.gasUsed),r=Vl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Vl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},cf=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>rb(ob,{children:[ri(x,{onClose:r}),ri(bn,{title:"Transaction complete!",description:"You're all set."}),ri(nn,{tokenPrice:n,from:t.from,to:t.to,gas:eb(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),ri(tb,{loading:!1,onClick:r,children:"All Done"}),ri(J,{})]}),tb=X0(D)`
2092
2121
  && {
2093
2122
  margin-top: 24px;
2094
2123
  }
2095
2124
  transition: color 350ms ease, background-color 350ms ease;
2096
- `;import{Fragment as Ul,jsx as Oe,jsxs as nn}from"react/jsx-runtime";var U0=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Oe(Tl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Oe(Tl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Oe(Ul,{children:Oe(Wm,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},ef=()=>{let{authenticated:e,getAccessToken:t}=H(),{wallets:o}=Yn(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:s,nativeTokenSymbolForChainId:l}=A(),{app:c,navigate:u,data:f,onUserCloseViaDialogOrKeybindRef:w,setModalData:v}=S(),{transactionRequest:T,onSuccess:y,onFailure:E,uiOptions:b,fundWalletConfig:W}=f.sendTransaction,[M,N]=yt(null),[I,k]=yt(null),[R,O]=yt(""),[$,B]=yt(),[_,J]=yt(!1),se=()=>{O(""),B(void 0)},ve=(je,Re,qe)=>{O(je),B(new Fe(new Lt(Re??je,qe??Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[D,De]=yt(!1),[Ee,le]=yt(!0),[vt,$e]=yt(null),[ee,Pe]=yt(T),{tokenPrice:Xt,isTokenPriceLoading:ur}=$a(ee),j=l(T.chainId)||"ETH",[lt,Vo]=yt(null),[mr,fr]=yt(null),[ei,ti]=yt(!0);Zm(()=>{e||(u("LANDING"),E(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Ue=Qm(()=>o.find(je=>je.walletClientType==="privy"),[o]),oe=async()=>{if(!Ue)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:je,externalTransactionId:Re}=await i(Ue.address,{config:W?.config||{}});v({fiatOnRampPrompt:{signedUrl:je},fiatOnRampStatus:{externalTransactionId:Re}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},wt=Qm(()=>new D0(Pt(ee.chainId,s,a)),[ee.chainId,a]);Zm(()=>{let je=()=>{le(!1),ve("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&J(!0)};async function Re(){let qe=ee;if(!(!await t()||!r||!Ue)){try{qe=await rn(Ue.address,ee,wt),Pe(qe)}catch(Ct){ip(Ct)?je():ve("There was an error preparing your transaction. Please try again.",Ct.reason)}try{let Ct=await za(qe,wt);Vo(de(Ct.toBigInt()).toHexString());let yr=await Al(ee,wt);fr(de(yr.toBigInt()).toHexString())}catch{Vo(null)}try{let{balance:Ct,hasSufficientFunds:yr}=await Om(Ue.address,qe,wt);$e(Ct.toHexString()),yr||je()}catch(Ct){console.warn(`Failed to fetch wallet balance with error: ${Ct}`)}ti(!1)}}Re()},[r]);let oi=Ym(ee),Te=oi==="SEND"?`Send ${j}`:"Review transaction",eo={modalTitle:b.header||b.modalTitle||Te,buttonText:b.buttonText||"Submit"},hr=()=>{D||(I?y(I):E($||new Fe(new Lt("The user rejected the request",Ke.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return w.current=hr,Xt===void 0&&ur||ei?nn(Ul,{children:[b.transactionInfo?.contractInfo?.imgUrl&&Oe(Ai,{src:b.transactionInfo?.contractInfo?.imgUrl}),Oe(x,{title:eo.modalTitle,onClose:hr}),Oe(Xm,{children:Oe(Ur,{})})]}):M!==null?Oe(Jm,{txn:ee,onClose:hr,receipt:M,transactionInfo:b.transactionInfo,tokenPrice:Xt,tokenSymbol:j,l1GasEstimate:mr}):nn(Ul,{children:[Oe(x,{title:eo.modalTitle,onClose:hr}),nn(Xm,{children:[nn(G0,{children:[Oe(U0,{txn:ee,txnFamily:oi,uiOptions:b,tokenSymbol:j,tokenPrice:Xt}),Ue?Oe(on,{from:Ue.address,to:ee.to,txn:ee,transactionInfo:b.transactionInfo,gas:lt||void 0,tokenPrice:Xt,tokenSymbol:j}):null]}),nn(z0,{children:[Oe(F0,{children:R}),Oe(km,{txn:ee,address:Ue?.address??"",hasFunds:Ee,balance:vt}),nn(B0,{children:[_&&Oe(U,{onClick:oe,children:"Add Funds"}),Oe(H0,{disabled:D||!Ee,loading:!r||D,loadingText:D?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{De(!0);let je=await t();if(je&&!D&&Ue)try{let Re=await Ga(je,Ue.address,r,ee,wt);k(Re);let qe=await Re.wait();N(Va(qe)),se()}catch(Re){let qe="There was an error processing your transaction. Please contact support.";console.warn({transaction:ee,error:Re}),ve(qe,Re.reason)}finally{De(!1)}},children:eo.buttonText})]})]})]})]})},Xm=an.div`
2125
+ `;import{Fragment as $l,jsx as Be,jsxs as sn}from"react/jsx-runtime";var ib=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Be(Il,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Be(Il,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Be($l,{children:Be(Vm,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},mf=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:o}=oi(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=R(),{app:c,navigate:u,data:h,onUserCloseViaDialogOrKeybindRef:v,setModalData:m}=S(),{transactionRequest:b,onSuccess:T,onFailure:E,uiOptions:g,fundWalletConfig:I}=h.sendTransaction,[k,L]=gt(null),[_,M]=gt(null),[O,H]=gt(""),[X,j]=gt(),[A,q]=gt(!1),F=()=>{H(""),j(void 0)},te=(Se,Qe,Ze)=>{H(Se),j(new He(new Ot(Qe??Se,Ze??qe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[N,Je]=gt(!1),[wt,de]=gt(!0),[Te,ve]=gt(null),[pe,hr]=gt(b),{tokenPrice:eo,isTokenPriceLoading:Ct}=Qa(pe),he=s(b.chainId)||"ETH",[$o,jo]=gt(null),[ee,ct]=gt(null),[yr,oe]=gt(!0);pf(()=>{e||(u("LANDING"),E(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Me=df(()=>o.find(Se=>Se.walletClientType==="privy"),[o]),as=async()=>{if(!Me)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Se,externalTransactionId:Qe}=await i(Me.address,{config:I?.config||{}});m({fiatOnRampPrompt:{signedUrl:Se},fiatOnRampStatus:{externalTransactionId:Qe}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},se=df(()=>new nb(Tt(pe.chainId,l,a)),[pe.chainId,a]);pf(()=>{let Se=()=>{de(!1),te("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&q(!0)};async function Qe(){let Ze=pe;if(!(!await t()||!r||!Me)){try{Ze=await an(Me.address,pe,se),hr(Ze)}catch(bt){fp(bt)?Se():te("There was an error preparing your transaction. Please try again.",bt.reason)}try{let bt=await Ya(Ze,se);jo(me(bt.toBigInt()).toHexString());let gr=await Ol(pe,se);ct(me(gr.toBigInt()).toHexString())}catch{jo(null)}try{let{balance:bt,hasSufficientFunds:gr}=await Km(Me.address,Ze,se);ve(bt.toHexString()),gr||Se()}catch(bt){console.warn(`Failed to fetch wallet balance with error: ${bt}`)}oe(!1)}}Qe()},[r]);let to=lf(pe),ss=to==="SEND"?`Send ${he}`:"Review transaction",cn={modalTitle:g.header||g.modalTitle||ss,buttonText:g.buttonText||"Submit"},Co=()=>{N||(_?T(_):E(X||new He(new Ot("The user rejected the request",qe.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return v.current=Co,eo===void 0&&Ct||yr?sn($l,{children:[g.transactionInfo?.contractInfo?.imgUrl&&Be(Wi,{src:g.transactionInfo?.contractInfo?.imgUrl}),Be(x,{title:cn.modalTitle,onClose:Co}),Be(uf,{children:Be(Br,{})})]}):k!==null?Be(cf,{txn:pe,onClose:Co,receipt:k,transactionInfo:g.transactionInfo,tokenPrice:eo,tokenSymbol:he,l1GasEstimate:ee}):sn($l,{children:[Be(x,{title:cn.modalTitle,onClose:Co}),sn(uf,{children:[sn(cb,{children:[Be(ib,{txn:pe,txnFamily:to,uiOptions:g,tokenSymbol:he,tokenPrice:eo}),Me?Be(nn,{from:Me.address,to:pe.to,txn:pe,transactionInfo:g.transactionInfo,gas:$o||void 0,tokenPrice:eo,tokenSymbol:he}):null]}),sn(db,{children:[Be(ab,{children:O}),Be(Bm,{txn:pe,address:Me?.address??"",hasFunds:wt,balance:Te}),sn(sb,{children:[A&&Be(D,{onClick:as,children:"Add Funds"}),Be(lb,{disabled:N||!wt,loading:!r||N,loadingText:N?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Je(!0);let Se=await t();if(Se&&!N&&Me)try{let Qe=await Ka(Se,Me.address,r,pe,se);M(Qe);let Ze=await Qe.wait();L(Ja(Ze)),F()}catch(Qe){let Ze="There was an error processing your transaction. Please contact support.";console.warn({transaction:pe,error:Qe}),te(Ze,Qe.reason)}finally{Je(!1)}},children:cn.buttonText})]})]})]})]})},uf=ln.div`
2097
2126
  display: flex;
2098
2127
  flex-direction: column;
2099
2128
  justify-content: space-between;
2100
2129
  flex-grow: 1;
2101
2130
  padding-bottom: 16px;
2102
- `,F0=an.div`
2131
+ `,ab=ln.div`
2103
2132
  font-size: 13px;
2104
2133
  color: var(--privy-color-error);
2105
2134
  width: 100%;
2106
2135
  margin-top: 16px;
2107
- `,B0=an.div`
2136
+ `,sb=ln.div`
2108
2137
  display: flex;
2109
2138
  direction: row;
2110
2139
  justify-content: space-between;
2111
2140
  align-items: center;
2112
2141
  gap: 8px;
2113
- `,H0=an(U)`
2142
+ `,lb=ln(D)`
2114
2143
  transition: color 350ms ease, background-color 350ms ease;
2115
- `,G0=an.div`
2144
+ `,cb=ln.div`
2116
2145
  height: 100%;
2117
2146
  display: flex;
2118
2147
  flex-direction: column;
2119
2148
  justify-content: space-evenly;
2120
2149
  flex-grow: 1;
2121
- `,z0=an.div`
2150
+ `,db=ln.div`
2122
2151
  display: flex;
2123
2152
  flex-direction: column;
2124
2153
  gap: 8px;
2125
- `;import{isHexString as V0}from"@ethersproject/bytes";import{toUtf8String as $0}from"@ethersproject/strings";import{useEffect as tf,useState as Ka}from"react";import cr,{css as j0}from"styled-components";import{Fragment as tb,jsx as Rt,jsxs as Fl}from"react/jsx-runtime";var q0=e=>{if(!V0(e))return e;try{return $0(e)}catch{return e}},of=()=>{let{authenticated:e}=H(),{initializeWalletProxy:t,closePrivyModal:o}=A(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,s]=Ka(!0),[l,c]=Ka(""),[u,f]=Ka(),[w,v]=Ka(null),T=w!==null;tf(()=>{e||r("LANDING")},[e]),tf(()=>{t(br).then(k=>{s(!1),k||(c("An error has occurred, please try again."),f(new Fe(new Lt(l,Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:y,confirmAndSignMessage:E,onSuccess:b,onFailure:W,uiOptions:M}=n.signMessage,N={title:M.title||"Sign message",description:M.description||"Signing this message will not cost you any fees.",buttonText:M.buttonText||"Sign and continue"},I=k=>{k?b(k):W(u||new Fe(new Lt("The user rejected the request.",Ke.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),v(null),c(""),f(void 0)};return i.current=()=>{I(w)},Fl(tb,{children:[Rt(x,{onClose:()=>I(w)}),Rt(q,{}),Fl(K0,{children:[Rt(Y0,{children:N.title}),Rt(J0,{children:N.description}),Rt(Q0,{children:q0(y)}),Rt(Z0,{fail:!0,children:l}),Rt(eb,{success:T,loading:a,disabled:T,onClick:async()=>{try{let k=await E();v(k),c(""),setTimeout(()=>{I(k)},et)}catch{c("An error has occurred, please try again."),f(new Fe(new Lt(l,Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:T?Fl(X0,{children:[Rt(Ca,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Rt("span",{children:"Success"})]}):N.buttonText})]}),Rt(K,{}),Rt(F,{protectedByPrivy:!0})]})},K0=cr.div`
2154
+ `;import{isHexString as pb}from"@ethersproject/bytes";import{toUtf8String as ub}from"@ethersproject/strings";import{useEffect as ff,useState as es}from"react";import ur,{css as mb}from"styled-components";import{Fragment as Eb,jsx as Wt,jsxs as jl}from"react/jsx-runtime";var fb=e=>{if(!pb(e))return e;try{return ub(e)}catch{return e}},hf=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:o}=R(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,l]=es(!0),[s,c]=es(""),[u,h]=es(),[v,m]=es(null),b=v!==null;ff(()=>{e||r("LANDING")},[e]),ff(()=>{t(Er).then(M=>{l(!1),M||(c("An error has occurred, please try again."),h(new He(new Ot(s,qe.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:T,confirmAndSignMessage:E,onSuccess:g,onFailure:I,uiOptions:k}=n.signMessage,L={title:k.title||"Sign message",description:k.description||"Signing this message will not cost you any fees.",buttonText:k.buttonText||"Sign and continue"},_=M=>{M?g(M):I(u||new He(new Ot("The user rejected the request.",qe.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),m(null),c(""),h(void 0)};return i.current=()=>{_(v)},jl(Eb,{children:[Wt(x,{onClose:()=>_(v)}),Wt(K,{}),jl(hb,{children:[Wt(yb,{children:L.title}),Wt(gb,{children:L.description}),Wt(vb,{children:fb(T)}),Wt(wb,{fail:!0,children:s}),Wt(bb,{success:b,loading:a,disabled:b,onClick:async()=>{try{let M=await E();m(M),c(""),setTimeout(()=>{_(M)},tt)}catch{c("An error has occurred, please try again."),h(new He(new Ot(s,qe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:b?jl(Cb,{children:[Wt(Sa,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Wt("span",{children:"Success"})]}):L.buttonText})]}),Wt(Y,{}),Wt(U,{protectedByPrivy:!0})]})},hb=ur.div`
2126
2155
  display: flex;
2127
2156
  flex-direction: column;
2128
2157
  align-items: center;
2129
2158
  justify-content: center;
2130
- `,Y0=cr.span`
2159
+ `,yb=ur.span`
2131
2160
  color: var(--privy-color-foreground);
2132
2161
  text-align: center;
2133
2162
  font-size: 1.125rem;
2134
2163
  font-weight: 500;
2135
2164
  line-height: 1.25rem; /* 111.111% */
2136
2165
  text-align: center;
2137
- `,J0=cr.span`
2166
+ `,gb=ur.span`
2138
2167
  margin-top: 4px;
2139
2168
  color: var(--privy-color-foreground);
2140
2169
  text-align: center;
@@ -2144,7 +2173,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2144
2173
  font-weight: 400;
2145
2174
  line-height: 20px; /* 142.857% */
2146
2175
  letter-spacing: -0.008px;
2147
- `,Q0=cr.div`
2176
+ `,vb=ur.div`
2148
2177
  margin-top: 1.5rem;
2149
2178
  background-color: var(--privy-color-background-2);
2150
2179
  border-radius: var(--privy-border-radius-md);
@@ -2162,7 +2191,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2162
2191
  &::-webkit-scrollbar {
2163
2192
  display: none; /* Safari and Chrome */
2164
2193
  }
2165
- `,Z0=cr.div`
2194
+ `,wb=ur.div`
2166
2195
  line-height: 20px;
2167
2196
  height: 20px;
2168
2197
  font-size: 13px;
@@ -2172,20 +2201,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
2172
2201
  width: 100%;
2173
2202
  margin-top: 16px;
2174
2203
  margin-bottom: 4px;
2175
- `,X0=cr.span`
2204
+ `,Cb=ur.span`
2176
2205
  display: flex;
2177
2206
  align-items: center;
2178
2207
  gap: 8px;
2179
- `,eb=cr(U)`
2208
+ `,bb=ur(D)`
2180
2209
  transition: color 350ms ease, background-color 350ms ease;
2181
2210
 
2182
- ${e=>e.success&&j0`
2211
+ ${e=>e.success&&mb`
2183
2212
  &&&& {
2184
2213
  background-color: var(--privy-color-success);
2185
2214
  color: #ffffff;
2186
2215
  }
2187
2216
  `}
2188
- `;import rb,{createGlobalStyle as nb}from"styled-components";var ob=`
2217
+ `;import Tb,{createGlobalStyle as xb}from"styled-components";var Pb=`
2189
2218
  *,
2190
2219
  ::before,
2191
2220
  ::after {
@@ -2415,7 +2444,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2415
2444
  [hidden] {
2416
2445
  display: none;
2417
2446
  }
2418
- `,rf=ob;var nf=nb`
2447
+ `,yf=Pb;var gf=xb`
2419
2448
  :root {
2420
2449
  // Borders
2421
2450
  --privy-border-radius-sm: 6px;
@@ -2447,10 +2476,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2447
2476
  --privy-height-modal-full: 620px;
2448
2477
  --privy-height-modal-compact: 480px;
2449
2478
  };
2450
- `,af=rb.div`
2479
+ `,vf=Tb.div`
2451
2480
  // css normalize only the privy application to avoid conflicts
2452
2481
  // with consuming application
2453
- ${rf}
2482
+ ${yf}
2454
2483
 
2455
2484
  // Privy styles
2456
2485
  color: var(--privy-color-foreground-2);
@@ -2509,4 +2538,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
2509
2538
  opacity: 1;
2510
2539
  }
2511
2540
  }
2512
- `;import{Turnstile as ib}from"@marsidev/react-turnstile";import{useEffect as ab,useMemo as sb}from"react";import{jsx as sf}from"react/jsx-runtime";var Ya=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=ue(),[,s]=sb(()=>o?.split("t:")||[],[o]);if(ab(()=>a.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return sf("div",{className:"hidden h-0 w-0",children:sf(ib,{...e,ref:a,siteKey:s,options:{action:r,size:"invisible"},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed")},onSuccess:l=>{e.onSuccess?.(l),i(l)},onExpire:()=>{e.onExpire?.();try{a.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{jsx as be,jsxs as Bl}from"react/jsx-runtime";var mb={["LANDING"]:Tu,["AWAITING_PASSWORDLESS_CODE"]:Fd,["AWAITING_CONNECTION"]:Zd,["AWAITING_CONNECT_ONLY_CONNECTION"]:op,["PHANTOM_INTERSTITIAL_SCREEN"]:Km,["LOGIN_FAILED_SCREEN"]:Mu,["AWAITING_OAUTH_SCREEN"]:Vm,["ALLOWLIST_REJECTION_SCREEN"]:Sd,["INSTALL_PHANTOM_SCREEN"]:iu,["LINK_EMAIL_SCREEN"]:Su,["LINK_PHONE_SCREEN"]:ku,["LINK_WALLET_SCREEN"]:Au,["CONNECT_ONLY_LANDING_SCREEN"]:Yd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:jd,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Gp,["EMBEDDED_WALLET_CREATED_SCREEN"]:dp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:lp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:$p,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:fp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:of,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:ef,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Qp,["FIAT_ON_RAMP_STATUS_SCREEN"]:Xp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Vp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:zp,["MFA_ENROLLMENT_FLOW_SCREEN"]:nm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:eu},fb=["LANDING","AWAITING_CONNECTION","LINK_EMAIL_SCREEN","LINK_PHONE_SCREEN","LINK_WALLET_SCREEN","MFA_ENROLLMENT_FLOW_SCREEN"],hb=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=H(),{headless:n}=A(),{ready:i,currentScreen:a}=S(),{status:s,reset:l}=ue(),c=db(null),u=yd(c);cb(()=>{["success","error"].includes(s),r&&!n&&l()},[r]);let f=a&&fb.includes(a)&&!n;if((!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Bl(Qr,{children:[f?be(Ya,{}):null,be(x,{}),be(q,{}),be(Bu,{children:be(Bt,{})}),be(K,{}),be(Q,{})]});if(!a&&e)return be(Qr,{style:{height:u},children:be("div",{ref:c,children:be(Nl,{open:e,onClose:t})})});if(!a)return null;let w=mb[a];return Bl(Qr,{style:{height:u},children:[f?be(Ya,{}):null,Bl("div",{ref:c,children:[be(ao,{if:!!e,children:be(w,{})}),be(ao,{if:!e,children:be(Nl,{open:e,onClose:t})})]})]})},yb=()=>{let{closePrivyModal:e}=A(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:lb(()=>{if(t?.current)t.current(),t.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e])}},lf=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=yb(),[r,n]=pb(!1);vs({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=be(af,{children:be(hb,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,s=t?.render.inDialog?be(Fu,{open:a,id:"privy-dialog",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let l=document.getElementById(t.render.inParentNodeId);if(l)return ub.createPortal(s,l)}return s};var gt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Cc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var gb=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),vb=e=>gb.has(e),wb=(e,t,o)=>o.indexOf(e)===t,cf=({input:e})=>e?e.filter(vb).filter(wb):gt.appearance.walletList;var df={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 pf={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 uf={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 mf={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 ff={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 hf={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 yf={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 gf={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 vf={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 wf={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 Ja={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 Cf={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 bf={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 Qn=[Ra,Ia,Wa,yf,bf,Ja,Oa,Da,Ua,qn,Kn,uf,mf,ff,hf,Ma,La,Na,vf,wf,df,pf,Fa,Ha,Ba,gf,Cf],QN=new Set(Qn.map(e=>e.id));import dr from"tinycolor2";var Ef="#FFFFFF",Cb="#000000",bb=Ef,Eb="#1E1E1D";function Pb(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 Go(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return dr({...e.toHsl(),l:o})}function Pf({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Ef,blackHex:a=Cb}){let s;switch(e){case"light":s=bb;break;case"dark":s=Eb;break;default:s=e;break}let l=dr(s),c=dr(t),u=dr(o),f=dr(r),w=dr(n),v=Pb(l.getLuminance()),T=Go(l,v==="light"?-.04:.11),y=Go(l,v==="light"?-.88:.87),E=Go(l,v==="light"?-.77:.75),b=Go(l,v==="light"?-.43:.45).desaturate(v==="light"?60:20),W=Go(l,v==="light"?-.08:.25).desaturate(v==="light"?60:20),M=Go(c,.15),N=Go(c,-.06),I=dr(c.getLuminance()>.5?a:i),k=Go(u,-.16);return{colorScheme:v,background:l.toHslString(),background2:T.toHslString(),foreground:y.toHslString(),foreground2:E.toHslString(),foreground3:b.toHslString(),foreground4:W.toHslString(),accent:c.toHslString(),accentLight:M.toHslString(),accentDark:N.toHslString(),foregroundAccent:I.toHslString(),success:u.toHslString(),successDark:k.toHslString(),error:w.toHslString(),warn:f.toHslString()}}function Qa(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter($=>o.includes($)),n,i,a,s,l,c,u,f,w,v;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),s=r?.includes("google"),l=r?.includes("twitter"),c=r?.includes("discord"),u=r?.includes("tiktok"),w=r?.includes("github"),f=r?.includes("linkedin"),v=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,s=e.googleOAuth,l=e.twitterOAuth,c=e.discordOAuth,w=e.githubOAuth,u=e.tiktokOAuth,f=e.linkedinOAuth,v=e.appleOAuth);let T=[n,i].filter(Boolean),y=[s,l,c,w,u,f,v].filter(Boolean),E=[a].filter(Boolean);if(T.length+y.length+E.length===0)throw new Error("You must enable at least one login method");let b=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;b&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),b=!1):!b&&y.length+T.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),b=!0);let W=cf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let M=t?.intl?.defaultCountry??"US",{chains:N,defaultChain:I}=Tb(t?.additionalChains,t?.supportedChains,t?.defaultChain),k=!!t?.defaultChain||!!t?.supportedChains,R=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:Pf({backgroundTheme:t?.appearance?.theme??gt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??gt.appearance.accentColor}),loginGroupPriority:b?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:s,twitter:l,discord:c,github:w,tiktok:u,linkedin:f,apple:v},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??gt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??gt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??gt.rpcConfig.rpcTimeouts},chains:N,defaultChain:I,intl:{defaultCountry:M},shouldSwitchChainOnConnect:k,captchaEnabled:e.captchaEnabled??gt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...R?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:R?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??gt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??gt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??gt._render.inParentNodeId}}}function Tf(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.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 Tb(e,t,o){let r;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");r=t.map(a=>Qn.find(l=>l.id===a.id)??a)}else r=Qn.concat(e??[]);let n=t?r[0]:Ja,i=o??n;if(!r.find(a=>a.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:r,defaultChain:i}}import{useRef as xb,useEffect as Sb}from"react";var Za=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function pr(e,t,o,r,n,i=!1){let a=i,s=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new xe("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((w,v)=>{o.current={resolve:w,reject:v};let T=1e3*60*5;setTimeout(()=>{let y=new xe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(y),v(y)},T)});return await e(f)}return await e()},l=4,c=null;for(let u=0;u<l;u++)try{c=await s(u),r.current?.resolve(void 0);break}catch(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),f}if(c===null){let u=new xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as Wb}from"react/jsx-runtime";var _b=function(e){return()=>`id-${e++}`}(0);function kb(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Jt(e){return e.error!==void 0}var It=new Za,Hl=new Map,Ab=(e,t)=>typeof t=="bigint"?t.toString():t,Rb=(e,t)=>`${e}${JSON.stringify(t,Ab)}`;function Qt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=Rb(e,t);if(e==="privy:wallet:create"){let a=Hl.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=_b();It.enqueue(l,{resolve:a,reject:s}),r.postMessage({id:l,event:e,data:t},"*")}).finally(()=>{Hl.delete(n)});return Hl.set(n,i),i}function Ib(e){switch(e.event){case"privy:iframe:ready":let t=It.dequeue(e.event,e.id);return Jt(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=It.dequeue(e.event,e.id);return Jt(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=It.dequeue(e.event,e.id);return Jt(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=It.dequeue(e.event,e.id);return Jt(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=It.dequeue(e.event,e.id);return Jt(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=It.dequeue(e.event,e.id);return Jt(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let s=It.dequeue(e.event,e.id);return Jt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data);case"privy:mfa:init-enrollment":{let l=It.dequeue(e.event,e.id);return Jt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:submit-enrollment":{let l=It.dequeue(e.event,e.id);return Jt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:unenroll":{let l=It.dequeue(e.event,e.id);return Jt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function xf(e){let t=xb(null),o=wd();return Sb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&kb(c.data)&&Ib(c.data)}let i={create(c){return Qt("privy:wallet:create",c,r)},connect(c){return Qt("privy:wallet:connect",c,r)},recover(c){return pr(u=>Qt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return pr(u=>Qt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return pr(u=>Qt("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return pr(u=>Qt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return pr(u=>Qt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Qt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return pr(u=>Qt("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),s=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},l=new AbortController;return Uc(()=>Qt("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),Wb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:wi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Xa=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new C("action required");if(!this.api)throw new C("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new C("phone number must be set when initialzing authentication.");try{let t=yc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw te(t)}}async authenticate(){if(!this.meta.action)throw new C("action required");if(!this.api)throw new C("Mfa flow has no API instance");if(!this.meta.smsCode)throw new C("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new C("phone number must be set prior to calling authenticate.");try{let t=gc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return Et(o)}catch(t){throw te(t)}}};import{jsx as zo,jsxs as Sf}from"react/jsx-runtime";var Xn;function Db(e){return typeof e=="string"&&e.length===25}function Ie(){if(!Xn){let e=Z.get(jo);return Promise.resolve(e||null)}return Xn.getAccessToken()}var _f,Vc=(e,t)=>_f(e,t),kf,$c=(e,t)=>kf(e,t),Af,jc=()=>Af(),Ub=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;Z.put(dn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Fb=({config:e,...t})=>{if(!Db(t.appId))throw new C("Cannot initialize the Privy provider with an invalid Privy app ID");Xn||(Xn=new hn({appId:t.appId,apiUrl:t.apiUrl||mi}));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."),zo(Bb,{...t,config:o,client:Xn})},Bb=e=>{let t=e.client,[o,r]=ae(!1),[n,i]=ae(!1),[a,s]=ae(!1),[l,c]=ae(null),[u,f]=ae(!1),[w,v]=ae([]),T=Zn(w),[y,E]=ae(!1),[b,W]=ae(null),[M,N]=ae(!1),[I,k]=ae({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[R,O]=ae(null),[$,B]=ae(null),[_,J]=ae(null),[se,ve]=ae({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]=ae(()=>{let p=Tf(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),Qa(se,e.config)}),[Ee,le]=ae(!0),[vt,$e]=ae({}),[ee,Pe]=ae(null),[Xt,ur]=ae(null),[j,lt]=ae(!1),[Vo,mr]=ae(!1),fr=Zn(null),ei=Zn(null),[ti,Ue]=ae(null),oe=Zn(gd);t.onStoreToken=p=>{p&&ie(oe,"accessToken","onAccessTokenGranted",p)},t.onDeleteToken=()=>{ie(oe,"accessToken","onAccessTokenRemoved")};let wt=Zn(),oi=Nb(p=>{let d=t.connectors?.walletsReady||!1;return a&&l?.linkedAccounts?.some(g=>g.type==="wallet"&&g.walletClientType==="privy")?d&&p?.some(g=>g?.walletClientType==="privy"):d},[a,l?.linkedAccounts,t?.connectors?.walletsReady]),Te=p=>{W(p),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:p})},eo=p=>{D.embeddedWallets.createOnLogin!=="off"&&le(!0),Te(p)};Zt(()=>{if(!_||!l){t.connectors?.removeEmbeddedWalletConnector();return}let p=l?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(p&&p.length>0){let d=p[0].address;t.connectors?.addEmbeddedWalletConnector(_,d,D.defaultChain)}},[_,l]),Zt(()=>{_&&Xt?.(_)},[_]),Zt(()=>{(async()=>{if(!D.customAuth?.enabled)return;le(!0);let{getCustomAccessToken:d,isLoading:m}=D.customAuth;if(!(!n||m))try{let g=await d();if(!g){await sn.logout();return}if(a)return;t.startAuthFlow(new vr(g));let{user:L,isNewUser:X}=await t.authenticate();L||await sn.logout(),c(L||null),E(X||!1),s(!0),mr(!0)}catch(g){console.warn(g),a&&await sn.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),Zt(()=>{Vo&&_&&l&&wo(l,e.config?.embeddedWallets?.createOnLogin)&&(mr(!1),Vl(l,br).catch(console.error))},[Vo&&_&&l]),Zt(()=>{async function p(){let d=await t.getServerConfig();ve(d);let m=Qa(d,e.config);De(m),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let g=hr();Ub();let L=Lb();O(L),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,L,m.appearance.walletList),await t.connectors?.initialize();let X=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(s(!!X),X&&ie(oe,"login","onComplete",X,!1,!0,null),c(X)),g||we.setReadyToTrue(),g&&X&&f(!0),Ct()}n||p()},[t,ee,n]),Zt(()=>{let p=Qa(se,e.config);De(p)},[e.config,se]);let hr=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),m=p.get("privy_oauth_state"),g=p.get("privy_oauth_provider");return d&&m&&g?(t.startAuthFlow(new vo(g,d,m)),eo("AWAITING_OAUTH_SCREEN"),!0):!1},je=async(p,d,m)=>{let g=await t.connectors?.createWalletConnector(p,d)||null;Re(g,d,m)};async function Re(p,d,m){if(!p)return k({status:"disconnected",connectError:new z("Unable to connect to wallet."),connector:null,connectRetry:P}),m?.(null);p instanceof Ut&&d&&p.resetConnection(d),k({connector:p,status:"connecting",connectError:null,connectRetry:()=>Re(p,d,m)});try{let g=await p.connect({showPrompt:!0});if(D.shouldSwitchChainOnConnect&&!D.chains.find(L=>L.id===Number(g?.chainId))&&!(g?.connectorType==="wallet_connect_v2"&&g?.walletClientType==="metamask")){k(L=>({...L,connector:p,status:"switching_to_supported_chain",connectError:null,connectRetry:P}));try{await g?.switchChain(D.defaultChain.id),g&&(g.chainId=Er(Jo(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return k(L=>({...L,status:"connected",connectError:null,connectRetry:P})),g&&!M&&ie(oe,"connectWallet","onSuccess",g),m?.(g)}catch(g){return g instanceof Qe?(console.warn(g.cause?g.cause:g.message),M||ie(oe,"connectWallet","onError",g.privyErrorCode||"generic_connect_wallet_error")):(console.warn(g),M||ie(oe,"connectWallet","onError","unknown_connect_wallet_error")),k(L=>({...L,status:"disconnected",connectError:g})),m?.(null)}}async function qe(){return new Promise(async(p,d)=>{Ue({resolve:p,reject:d});let m=1e3*30;setTimeout(()=>{if(!ti)return;let g=new C("Timed out waiting for Captcha");d(g)},m)})}let ri=async p=>{if(p===null)return;let d=new Ko(p);t.startAuthFlow(d)},Ct=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),m=p.get("privy_wallet_client");if(!d||!m)return;if(m==="phantom"&&!Co()&&eo("LOGIN_FAILED_SCREEN"),!t.connectors)throw new C("Connector not initialized");Te("AWAITING_CONNECTION");let g=new URL(window.location.href);g.searchParams.delete("privy_connector"),g.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",g),je(d,m,ri)};Zt(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let yr=()=>{if(!a)throw new C("User must be authenticated before linking a wallet.");f(!0),Te("LINK_WALLET_SCREEN")},Wf=p=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},Mf=async p=>{if(!t.connectors)throw new C("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;k(m=>({...m,connector:d,status:"connected",connectError:null,connectRetry:P})),await ri(p),eo("AWAITING_CONNECTION")},Lf=async(p,d)=>{wt.current="siwe",await Re(p,d,ri)},zl=async(p,d)=>{if(!D.fiatOnRamp.enabled)throw new C("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:m,externalTransactionId:g}=await Yp(t,p,d?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:g}}else throw new C("Unsupported fund provider. Currently supported option is `moonpay`.")},ni=()=>{v(p=>{let d=t.connectors?.wallets.map(m=>({...m,linked:Wf(m),loginOrLink:async()=>{if(!await m.isConnected())throw new C("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new C("Cannot link or login with embedded wallet");Mf(m)},fund:async g=>{let{signedUrl:L,externalTransactionId:X}=await zl(m.address,g);$e({fiatOnRampPrompt:{signedUrl:L},fiatOnRampStatus:{externalTransactionId:X}}),Te("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new C("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new C("Cannot unlink an embedded wallet");let g=await t.unlinkWallet(m.address);c(g)}}))||[];return lt(oi(d)),bi(p,d)?p:d})};Zt(()=>{ni()},[l?.linkedAccounts,a,n]),Zt(()=>{if(n){if(!t.connectors)throw new C("Connector not initialized");ni(),t.connectors.on("walletsUpdated",ni)}},[n]);let Nf=()=>{Te(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Zt(()=>{if(!w[0])return;let p=w[0],d=T.current.find(g=>g.address===p.address),m=l?.linkedAccounts.find(g=>g.type==="wallet"&&g.address===p.address);if(!d&&m){let g=Object.assign({},l);g.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(g)}T.current=w},[w]);let Vl=async(p,d)=>{if(ne(p))throw ie(oe,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[g,L]=await Promise.all([we.initializeWalletProxy(d),Ie()]);if(!g&&e.config?.customAuth?.enabled)throw ie(oe,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!g||!L||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((X,ce)=>{le(!0),$e({createWallet:{onSuccess:ct=>{ie(oe,"createWallet","onSuccess",ct),X(ct)},onFailure:ct=>{ie(oe,"createWallet","onError","unknown_embedded_wallet_error"),ce(ct)},callAuthOnSuccessOnClose:!1}}),Te("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await g.create({accessToken:L});let X=await we.refreshUser(),ce=ne(X);if(!ce)throw ie(oe,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ie(oe,"createWallet","onSuccess",ce),ce}},Of=p=>{if(!D.chains.map(d=>d.id).includes(p))throw new z(`Chain ID ${p} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},$l=(p,d,m)=>new Promise(async(g,L)=>{if(!a||!l){L(new Error("User must be authenticated before signing with a Privy wallet"));return}let X=ne(l);if(!X){L(new Error("Must have a Privy wallet before signing"));return}le(!0);let ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,gr=p.chainId?Number(p.chainId):ce.chainId;Of(gr);let ct=Object.assign({},p,{chainId:gr}),ln=async()=>{let yo=await Ie();if(!yo||!_){L(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await we.recoverEmbeddedWallet()){L(new Error("Unable to connect to wallet"));return}let ql=new Mb(Pt(ct.chainId,D.chains,D.rpcConfig)),Uf=await rn(X.address,ct,ql),Ff=await Ga(yo,X.address,_,Uf,ql);g(Ff)}catch(ii){L(ii)}};if(D.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),ln();else{let yo={transactionRequest:ct,onSuccess:g,onFailure:L,uiOptions:d||{},fundWalletConfig:m},ii={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:L};$e({connectWallet:ii,sendTransaction:yo}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function jl(){return new Promise(async(p,d)=>{let m=await Ie();if(!m||!_)throw new Error("Must have valid access token to enroll in MFA");try{await _.verifyMfa({accessToken:m}),p()}catch(g){d(g)}})}let sn={ready:n,authenticated:a,user:l,walletConnectors:t.connectors||null,connectWallet:Nf,linkWallet:yr,linkEmail:()=>{if(!a)throw new C("User must be authenticated before linking an email address.");if(l?.email)throw new C("User already has an email linked to their account.");f(!0),Te("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new C("User must be authenticated before linking a phone number.");if(l?.phone)throw new C("User already has a phone number linked to their account.");f(!0),Te("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new C("User must be authenticated before linking a Google account.");if(l?.google)throw new C("User already has a Google account linked to their account.");await we.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new C("User must be authenticated before linking a Twitter account.");if(l?.twitter)throw new C("User already has a Twitter account linked to their account.");await we.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new C("User must be authenticated before linking a Discord account.");if(l?.discord)throw new C("User already has a Discord account linked to their account.");await we.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new C("User must be authenticated before linking a GitHub account.");if(l?.github)throw new C("User already has a Github account linked to their account.");await we.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new C("User must be authenticated before linking a TikTok account.");if(l?.tiktok)throw new C("User already has a Tiktok account linked to their account.");await we.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new C("User must be authenticated before linking a LinkedIn account.");if(l?.linkedin)throw new C("User already has a LinkedIn account linked to their account.");await we.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new C("User must be authenticated before linking an Apple account.");await we.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(p=>{Pe(()=>p)}),Pe(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}N(!0),eo("LANDING")},logout:async()=>{await t.logout(),c(null),s(!1),W(null),ie(oe,"logout","onSuccess"),f(!1),r(!1),Z.del(pn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!l||!l.wallet)return new re;let p=w.find(m=>l.wallet&&m.address===l.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(g=>g.address===p?.address));return!p||!d?new re:d.proxyProvider},getEthersProvider:()=>{if(!l||!l.wallet)return new Gl(new Nt(new re));let p=w.find(m=>l.wallet&&m.address===l.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(g=>g.address===p?.address));return!p||!d?new Gl(new Nt(new re)):new Gl(new Nt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!l||!l.wallet)return new Po(new re);let p=w.find(m=>l.wallet&&m.address===l.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(g=>g.address===p?.address));return!p||!d?new Po(new re):new Po(d.proxyProvider)},unlinkWallet:async p=>{let d=await t.unlinkWallet(p);return c(d),d},unlinkEmail:async p=>{let d=await t.unlinkEmail(p);return c(d),d},unlinkPhone:async p=>{let d=await t.unlinkPhone(p);return c(d),d},unlinkGoogle:async p=>{let d=await t.unlinkOAuth("google",p);return c(d),d},unlinkTwitter:async p=>{let d=await t.unlinkOAuth("twitter",p);return c(d),d},unlinkDiscord:async p=>{let d=await t.unlinkOAuth("discord",p);return c(d),d},unlinkGithub:async p=>{let d=await t.unlinkOAuth("github",p);return c(d),d},unlinkTiktok:async p=>{let d=await t.unlinkOAuth("tiktok",p);return c(d),d},unlinkLinkedIn:async p=>{let d=await t.unlinkOAuth("linkedin",p);return c(d),d},unlinkApple:async p=>{let d=await t.unlinkOAuth("apple",p);return c(d),d},setActiveWallet:async p=>{let d=w.find(g=>es(g.address)===es(p)),m=l?.linkedAccounts.find(g=>g.type==="wallet"&&es(g.address)===es(p));if(!d||!await d.isConnected())B(p),yr();else if(!d.linked)d.loginOrLink();else{let g=Object.assign({},l);g.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(g)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!l)throw ie(oe,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Vl(l,15e3)},setWalletPassword:()=>new Promise(async(p,d)=>{if(!a||!l){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=ne(l);if(!m||!_){d(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await jl(),le(!0);let g={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},L={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};$e({setWalletPassword:g,connectWallet:L}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(m,g)=>{if(!a||!l){g(new Error("User must be authenticated before signing with a Privy wallet"));return}let L=ne(l);if(!L){g(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){g(new Error("Message must be a non-empty string"));return}le(!0);let X=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ce=await Ie();if(!_||!ce)throw new Error("Unable to connect to wallet");if(!await we.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:L.address});let{response:ct}=await _.rpc({accessToken:ce,address:L.address,request:{method:"personal_sign",params:[p,L.address]}}),ln=ct.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:L.address}),ln};if(D.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ce=await X();m(ce)}catch(ce){g(ce??new Fe("Unable to sign message"))}}else{let ct={message:p,confirmAndSignMessage:X,onSuccess:yo=>{m(yo)},onFailure:yo=>{g(yo)},uiOptions:d||{}},ln={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:g};$e({signMessage:ct,connectWallet:ln}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,m)=>{let L=await(await $l(p,d,m)).wait();return Va(L)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!l){d(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=ne(l);if(!m){d(new Error("Must have a Privy wallet before exporting"));return}le(!0);let g={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},L=await Ie();if(!L||!_){d(new Error("Must have valid access token to enroll in MFA"));return}if(!_){d(new Error("Must have a Privy wallet before exporting"));return}try{try{await _.connect({accessToken:L,address:m.address}),await _.verifyMfa({accessToken:L})}catch(ce){if(tr(ce)&&m.recoveryMethod==="privy")await _.recover({accessToken:L,address:m.address});else throw ce}}catch(ce){d(ce);return}let X={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};$e({keyExport:X,connectWallet:g}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:jl,async init(p){let d;switch(p){case"sms":d=new Xa("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${p}`)}t.startMfaFlow(d),await d.init()},async submit(p,d){switch(p){case"totp":case"sms":fr.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((m,g)=>{ei.current={resolve:m,reject:g}});break;default:throw fr.current?.reject(new C("Unsupported MFA method")),new C(`Unsupported MFA method: ${p}`)}},cancel(){fr.current?.reject(new C("MFA canceled"))},async initEnrollmentWithSms(p){let d=await Ie();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber})},enrollInMfa(p){return new Promise((d,m)=>{if(!p){we.closePrivyModal(),d();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."),$e({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:d,onFailure:m}}),Te("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await Ie();if(!p||!_)throw new Error("Must have valid access token to enroll in MFA");let d=await _.initEnrollMfa({method:"totp",accessToken:p});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(p){let d=await Ie();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber,code:p.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(p){let d=await Ie();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(p){let d=await Ie();if(!d||!_)throw new Error("Must have valid access token to remove MFA");await _.unenrollMfa({method:p,accessToken:d});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(p){return we.loginWithCode(p)},initLoginWithEmail(p){return we.initLoginWithEmail(p)},initLoginWithSms(p){return we.initLoginWithSms(p)},isModalOpen:o};_f=sn.signMessage,kf=async(...p)=>{let d=await $l(...p);return D.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let we=(()=>({headless:!!e.config?.headless,isNewUserThisSession:y,isLinking:u,linkingHint:$,pendingTransaction:null,walletConnectionStatus:I,mipdStore:R,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>D.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(_)return _;let d=new Promise(L=>{ur(()=>X=>L(X))}),m=new Promise(L=>setTimeout(()=>L(null),p)),g=await Promise.race([d,m]);return ur(null),g},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&l;p.shouldCallAuthOnSuccess&&d?(ie(oe,"login","onComplete",l,y,!1,wt.current??null),e.onSuccess?.(l,y)):M&&ie(oe,"login","onError","exited_auth_flow"),B(null),N(!1),f(!1),E(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Re,initLoginWithWallet:Lf,loginWithWallet:async()=>{if(!n)throw new cn;if(!(t.authFlow instanceof Ko))throw new C("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(m){throw ie(oe,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(p||l||null),E(d||!1),s(!0)},initLoginWithOAuth:async p=>{if(!Ic()){eo("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let d=new vo(p),m;D.captchaEnabled&&(m=await qe(),Ue(null)),m&&d.addCaptchaToken(m),t.startAuthFlow(d);let g=await t.authFlow.getAuthorizationUrl();g&&g.url&&window.location.assign(g.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof vo))throw new C("Must initialize OAuth flow before calling loginWithOAuth");let d=bt.get(wr),m=t.authFlow.meta.stateCode;if(d!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:p,storedStateCode:d??"",returnedStateCode:m??""}),new C("Unexpected auth flow. This may be a phishing attempt.");let g,L;if(a)g=await t.link();else try{({user:g,isNewUser:L}=await t.authenticate()),wt.current=p}catch(X){throw ie(oe,"login","onError",X.privyErrorCode||"unknown_auth_error"),X}c(g),E(L||!1),s(!0)},initLoginWithEmail:async p=>{let d;D.captchaEnabled&&(d=await qe(),Ue(null));let m=new $o(p,d);t.startAuthFlow(m);try{wt.current="email",await m.sendCodeEmail()}catch(g){throw ie(oe,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}},initLoginWithSms:async p=>{let d;D.captchaEnabled&&(d=await qe(),Ue(null));let m=new Yo(p,d);t.startAuthFlow(m);try{wt.current="sms",await m.sendSmsCode()}catch(g){throw ie(oe,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new cn;if(t.authFlow instanceof $o)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof Yo)t.authFlow.meta.smsCode=p.trim();else throw new C("Must initialize a passwordless code flow first");let d,m;a?d=await t.link():{user:d,isNewUser:m}=await t.authenticate(),c(d||l||null),E(m||!1),s(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:_,createAnalyticsEvent:(p,d,m)=>t.createAnalyticsEvent(p,d,m),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let m=l?.linkedAccounts.find(L=>L.type==="wallet"&&L.walletClientType==="privy"),g=await Ie();if(!g||!_||!m){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}le(!0);try{await _.connect({accessToken:g,address:m.address}),p(!0)}catch(L){tr(L)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await _.recover({address:m.address,accessToken:g})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),p(!0)):tr(L)?($e({recoverWallet:{privyWallet:m,onFailure:d,onSuccess:()=>p(!0)}}),Te("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(L)}}),getFiatOnRampConfig:zl,setReadyToTrue:()=>{i(!0),ee?.()},updateWallets:()=>ni()}))();Af=we.recoverEmbeddedWallet;let Df=Ob(()=>({wallets:w,ready:j}),[w,j]);return zo(fe.Provider,{value:sn,children:zo(gs.Provider,{value:oe,children:zo(Il.Provider,{value:Df,children:Sf(hd,{...D,tokenPromise:ti,children:[e.children,Sf(ys.Provider,{value:we,children:[zo(nf,{theme:{...D.appearance.palette||{}}}),zo(Zc,{appConfig:D,data:vt,setModalData:$e,setInitialScreen:W,initialScreen:b,authenticated:a,children:zo(lf,{open:o})}),Ee&&se.id?zo(xf,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:fr,mfaSubmitPromise:ei,onLoad:J,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Hb}from"react";function Gb(e){let{login:t}=Hb(fe);return pt("login",e),{login:t}}import{useContext as zb}from"react";function Vb(e){let{logout:t}=zb(fe);return pt("logout",e),{logout:t}}import{useCallback as Rf}from"react";var $b=()=>{let e=ue(),{initLoginWithEmail:t,loginWithCode:o}=H(),r=Rf(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=Rf(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Zo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as If}from"react";var jb=()=>{let e=ue(),{initLoginWithSms:t,loginWithCode:o}=H(),r=If(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=If(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Zo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as qb}from"react";function Kb(e){let{connectWallet:t}=qb(fe);return pt("connectWallet",e),{connectWallet:t}}import{useContext as Yb}from"react";function Jb(e){let{createWallet:t}=Yb(fe);return pt("createWallet",e),{createWallet:t}}import{useContext as Qb}from"react";var Zb=()=>{let{isModalOpen:e}=Qb(fe);return{isOpen:e}};import{useContext as Xb}from"react";function e2(e){let{getAccessToken:t}=Xb(fe);return pt("accessToken",e),{getAccessToken:t}}export{Nt as AsExternalProvider,Ya as Captcha,fn as ConnectorManager,hn as PrivyClient,Fb as PrivyProvider,re as PrivyProxyProvider,Qn as SUPPORTED_CHAINS,rs as VERSION,Ye as WalletConnector,Ds as errorIndicatesMaxMfaRetries,Fr as errorIndicatesMfaTimeout,Br as errorIndicatesMfaVerificationFailed,Ie as getAccessToken,Kb as useConnectWallet,Jb as useCreateWallet,Gb as useLogin,$b as useLoginWithEmail,jb as useLoginWithSms,Vb as useLogout,Xr as useMfa,Bn as useMfaEnrollment,Zb as useModalStatus,H as usePrivy,vs as useRegisterMfaListener,e2 as useToken,Yn as useWallets};
2541
+ `;import{jsx as We,jsxs as Cf}from"react/jsx-runtime";var Rb={["LANDING"]:Uu,["AWAITING_PASSWORDLESS_CODE"]:Vd,["AWAITING_CONNECTION"]:sp,["AWAITING_CONNECT_ONLY_CONNECTION"]:pp,["PHANTOM_INTERSTITIAL_SCREEN"]:sf,["LOGIN_FAILED_SCREEN"]:$u,["AWAITING_OAUTH_SCREEN"]:of,["ALLOWLIST_REJECTION_SCREEN"]:Id,["INSTALL_PHANTOM_SCREEN"]:hu,["LINK_EMAIL_SCREEN"]:Fu,["LINK_PHONE_SCREEN"]:Bu,["LINK_WALLET_SCREEN"]:Hu,["CONNECT_ONLY_LANDING_SCREEN"]:np,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:tp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Qp,["EMBEDDED_WALLET_CREATED_SCREEN"]:wp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:gp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:eu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Pp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:hf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:mf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:su,["FIAT_ON_RAMP_STATUS_SCREEN"]:cu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Xp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Zp,["MFA_ENROLLMENT_FLOW_SCREEN"]:ym,["CAPTCHA_SCREEN"]:Kd,["ERROR_SCREEN"]:tu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:du},Ib=["LANDING","AWAITING_CONNECTION"],Wb=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=B(),{headless:n}=R(),{ready:i,currentScreen:a}=S(),{status:l,execute:s,reset:c,enabled:u}=ye(),h=_b(null),v=Pd(h),m=r&&a&&Ib.includes(a)&&!n&&l==="ready";if(wf(()=>{m&&s()},[m]),wf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Cf(Xr,{children:[We(x,{}),We(K,{}),We(Zu,{children:We(Gt,{})}),We(Y,{}),We(J,{})]});if(!a&&e)return We(Xr,{style:{height:v},children:We("div",{ref:h,children:We(Gl,{open:e,onClose:t})})});if(!a)return null;let b=Rb[a];return We(Xr,{style:{height:v},children:Cf("div",{ref:h,children:[We(co,{if:!!e,children:We(b,{})}),We(co,{if:!e,children:We(Gl,{open:e,onClose:t})})]})})},Mb=()=>{let{closePrivyModal:e}=R(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:Sb(()=>{if(t?.current)t.current(),t.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e])}},bf=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=Mb(),[r,n]=kb(!1);_s({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=We(vf,{children:We(Wb,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?We(Qu,{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 Ab.createPortal(l,s)}return l};var vt={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 Lb=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Nb=e=>Lb.has(e),Ob=(e,t,o)=>o.indexOf(e)===t,Ef=({input:e})=>e?e.filter(Nb).filter(Ob):vt.appearance.walletList;var Pf={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 Tf={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 xf={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 Sf={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 _f={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 kf={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 Af={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 Rf={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 If={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 Wf={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 ts={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 Mf={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 Lf={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 ni=[Oa,Da,Ua,Af,Lf,ts,Ga,za,Va,ei,ti,xf,Sf,_f,kf,Fa,Ba,Ha,If,Wf,Pf,Tf,$a,qa,ja,Rf,Mf],AO=new Set(ni.map(e=>e.id));import mr from"tinycolor2";var Nf="#FFFFFF",Db="#000000",Ub=Nf,Fb="#1E1E1D";function Bb(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 Vo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return mr({...e.toHsl(),l:o})}function Of({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Nf,blackHex:a=Db}){let l;switch(e){case"light":l=Ub;break;case"dark":l=Fb;break;default:l=e;break}let s=mr(l),c=mr(t),u=mr(o),h=mr(r),v=mr(n),m=Bb(s.getLuminance()),b=Vo(s,m==="light"?-.04:.11),T=Vo(s,m==="light"?-.88:.87),E=Vo(s,m==="light"?-.77:.75),g=Vo(s,m==="light"?-.43:.45).desaturate(m==="light"?60:20),I=Vo(s,m==="light"?-.08:.25).desaturate(m==="light"?60:20),k=Vo(c,.15),L=Vo(c,-.06),_=mr(c.getLuminance()>.5?a:i),M=Vo(u,-.16);return{colorScheme:m,background:s.toHslString(),background2:b.toHslString(),foreground:T.toHslString(),foreground2:E.toHslString(),foreground3:g.toHslString(),foreground4:I.toHslString(),accent:c.toHslString(),accentLight:k.toHslString(),accentDark:L.toHslString(),foregroundAccent:_.toHslString(),success:u.toHslString(),successDark:M.toHslString(),error:v.toHslString(),warn:h.toHslString()}}function os(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(X=>o.includes(X)),n,i,a,l,s,c,u,h,v,m;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"),v=r?.includes("github"),h=r?.includes("linkedin"),m=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,v=e.githubOAuth,u=e.tiktokOAuth,h=e.linkedinOAuth,m=e.appleOAuth);let b=[n,i].filter(Boolean),T=[l,s,c,v,u,h,m].filter(Boolean),E=[a].filter(Boolean);if(b.length+T.length+E.length===0)throw new Error("You must enable at least one login method");let g=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;g&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),g=!1):!g&&T.length+b.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),g=!0);let I=Ef({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let k=t?.intl?.defaultCountry??"US",{chains:L,defaultChain:_}=Hb(t?.additionalChains,t?.supportedChains,t?.defaultChain),M=!!t?.defaultChain||!!t?.supportedChains,O=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:Of({backgroundTheme:t?.appearance?.theme??vt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??vt.appearance.accentColor}),loginGroupPriority:g?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:I},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:v,tiktok:u,linkedin:h,apple:m},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??vt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??vt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??vt.rpcConfig.rpcTimeouts},chains:L,defaultChain:_,intl:{defaultCountry:k},shouldSwitchChainOnConnect:M,captchaEnabled:e.captchaEnabled??vt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...O?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:O?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??vt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??vt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??vt._render.inParentNodeId}}}function Df(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 Hb(e,t,o){let r;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");r=t.map(a=>ni.find(s=>s.id===a.id)??a)}else r=ni.concat(e??[]);let n=t?r[0]:ts,i=o??n;if(!r.find(a=>a.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:r,defaultChain:i}}import{useRef as Gb,useEffect as zb}from"react";var rs=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function fr(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 Ee("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((v,m)=>{o.current={resolve:v,reject:m};let b=1e3*60*5;setTimeout(()=>{let T=new Ee("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(T),m(T)},b)});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 Ee("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as Yb}from"react/jsx-runtime";var Vb=function(e){return()=>`id-${e++}`}(0);function $b(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Qt(e){return e.error!==void 0}var Mt=new rs,ql=new Map,jb=(e,t)=>typeof t=="bigint"?t.toString():t,qb=(e,t)=>`${e}${JSON.stringify(t,jb)}`;function Zt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=qb(e,t);if(e==="privy:wallet:create"){let a=ql.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=Vb();Mt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{ql.delete(n)});return ql.set(n,i),i}function Kb(e){switch(e.event){case"privy:iframe:ready":let t=Mt.dequeue(e.event,e.id);return Qt(e)?t.reject(new Ee(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Mt.dequeue(e.event,e.id);return Qt(e)?o.reject(new Ee(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Mt.dequeue(e.event,e.id);return Qt(e)?r.reject(new Ee(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Mt.dequeue(e.event,e.id);return Qt(e)?n.reject(new Ee(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Mt.dequeue(e.event,e.id);return Qt(e)?i.reject(new Ee(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Mt.dequeue(e.event,e.id);return Qt(e)?a.reject(new Ee(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Mt.dequeue(e.event,e.id);return Qt(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Mt.dequeue(e.event,e.id);return Qt(e)?s.reject(new Ee(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Mt.dequeue(e.event,e.id);return Qt(e)?s.reject(new Ee(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Mt.dequeue(e.event,e.id);return Qt(e)?s.reject(new Ee(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function Uf(e){let t=Gb(null),o=Sd();return zb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&$b(c.data)&&Kb(c.data)}let i={create(c){return Zt("privy:wallet:create",c,r)},connect(c){return Zt("privy:wallet:connect",c,r)},recover(c){return fr(u=>Zt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return fr(u=>Zt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return fr(u=>Zt("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return fr(u=>Zt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return fr(u=>Zt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Zt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return fr(u=>Zt("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 $c(()=>Zt("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),Yb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Ei(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var ns=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=Pc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw ne(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=Tc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return Pt(o)}catch(t){throw ne(t)}}};import{jsx as wo,jsxs as Ff}from"react/jsx-runtime";var ai;function e2(e){return typeof e=="string"&&e.length===25}function Ne(){if(!ai){let e=Z.get(Ko);return Promise.resolve(e||null)}return ai.getAccessToken()}var Bf,Qc=(e,t)=>Bf(e,t),Hf,Zc=(e,t)=>Hf(e,t),Gf,Xc=()=>Gf(),t2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;Z.put(mn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},o2=({config:e,...t})=>{if(!e2(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");ai||(ai=new vn({appId:t.appId,apiUrl:t.apiUrl||yi}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),wo(r2,{...t,config:o,client:ai})},r2=e=>{let t=e.client,[o,r]=fe(!1),[n,i]=fe(!1),[a,l]=fe(!1),[s,c]=fe(null),[u,h]=fe(!1),[v,m]=fe([]),b=ii(v),[T,E]=fe(!1),[g,I]=fe(null),[k,L]=fe(!1),[_,M]=fe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:P}),[O,H]=fe(null),[X,j]=fe(null),[A,q]=fe(null),[F,te]=fe({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:""}),[N,Je]=fe(()=>{let d=Df(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),os(F,e.config)}),[wt,de]=fe(!0),[Te,ve]=fe({}),[pe,hr]=fe(null),[eo,Ct]=fe(null),[he,$o]=fe(!1),[jo,ee]=fe(!1),ct=ii(null),yr=ii(null),oe=ii(Td);t.onStoreToken=d=>{d&&ce(oe,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{ce(oe,"accessToken","onAccessTokenRemoved")};let Me=ii(),as=Zb(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(C=>C.type==="wallet"&&C.walletClientType==="privy")?p&&d?.some(C=>C?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=d=>{I(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},to=d=>{N.embeddedWallets.createOnLogin!=="off"&&de(!0),se(d)};Xt(()=>{if(!A||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(A,p,N.defaultChain)}},[A,s]),Xt(()=>{A&&eo?.(A)},[A]),Xt(()=>{(async()=>{if(!N.customAuth?.enabled)return;de(!0);let{getCustomAccessToken:p,isLoading:f}=N.customAuth;if(!(!n||f))try{let C=await p();if(!C){await dn.logout();return}if(a)return;t.startAuthFlow(new wr(C));let{user:W,isNewUser:V}=await t.authenticate();W||await dn.logout(),c(W||null),E(V||!1),l(!0),ee(!0)}catch(C){console.warn(C),a&&await dn.logout()}})()},[N.customAuth?.enabled,N.customAuth?.getCustomAccessToken,N.customAuth?.isLoading,n,a]),Xt(()=>{jo&&A&&s&&Po(s,e.config?.embeddedWallets?.createOnLogin)&&(ee(!1),Jl(s,Er).catch(console.error))},[jo&&A&&s]),Xt(()=>{async function d(){let p=await t.getServerConfig();te(p);let f=os(p,e.config);Je(f),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let C=ss();t2();let W=Qb();H(W),t.initializeConnectorManager(f.walletConnectCloudProjectId,f.rpcConfig,f.chains,f.defaultChain,W,f.appearance.walletList),await t.connectors?.initialize();let V=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!V),V&&ce(oe,"login","onComplete",V,!1,!0,null),c(V)),C||xe.setReadyToTrue(),C&&V&&h(!0),Qe()}n||d()},[t,pe,n]),Xt(()=>{let d=os(F,e.config);Je(d)},[e.config,F]);let ss=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),f=d.get("privy_oauth_state"),C=d.get("privy_oauth_provider");return p&&f&&C?(t.startAuthFlow(new Eo(C,p,f)),to("AWAITING_OAUTH_SCREEN"),!0):!1},cn=async(d,p,f,C)=>{let W=await t.connectors?.createWalletConnector(d,p)||null;Co(W,p,f,C)};async function Co(d,p,f,C){if(!d)return M({status:"disconnected",connectedWallet:null,connectError:new z("Unable to connect to wallet."),connector:null,connectRetry:P}),C?.(null,f);d instanceof Bt&&p&&d.resetConnection(p),M({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Co(d,p,f,C)});try{let W=await d.connect({showPrompt:!0});if(N.shouldSwitchChainOnConnect&&!N.chains.find(V=>V.id===Number(W?.chainId))&&!(W?.connectorType==="wallet_connect_v2"&&W?.walletClientType==="metamask")){M(V=>({...V,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:P}));try{await W?.switchChain(N.defaultChain.id),W&&(W.chainId=Pr(Zo(N.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${N.defaultChain.id}`)}}return M(V=>({...V,status:"connected",connectedWallet:W,connectError:null,connectRetry:P})),W&&!k&&ce(oe,"connectWallet","onSuccess",W),C?.(W,f)}catch(W){return W instanceof Le?(console.warn(W.cause?W.cause:W.message),k||ce(oe,"connectWallet","onError",W.privyErrorCode||"generic_connect_wallet_error")):(console.warn(W),k||ce(oe,"connectWallet","onError","unknown_connect_wallet_error")),M(V=>({...V,status:"disconnected",connectedWallet:null,connectError:W})),C?.(null,f)}}let Se=async(d,p)=>{if(d===null)return;let f=new Jo(d,p);t.startAuthFlow(f)},Qe=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),f=d.get("privy_wallet_client");if(!p||!f)return;if(f==="phantom"&&!To()&&to("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");se("AWAITING_CONNECTION");let C=new URL(window.location.href);C.searchParams.delete("privy_connector"),C.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",C),cn(p,f,void 0,Se)};Xt(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let Ze=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");h(!0),se("LINK_WALLET_SCREEN")},Yl=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},bt=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(M(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:P})),N.captchaEnabled&&!a){let f={callback:C=>Se(d,C),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ve({captchaModalData:f}),to("CAPTCHA_SCREEN")}else await Se(d),to("AWAITING_CONNECTION")},gr=async(d,p)=>{if(!N.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:C}=await iu(t,d,p?.config??{},N.appearance.palette,N.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:C}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},si=()=>{m(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:Yl(f),loginOrLink:async()=>{if(!await f.isConnected())throw new w("Wallet is not connected");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");bt(f)},fund:async C=>{let{signedUrl:W,externalTransactionId:V}=await gr(f.address,C);ve({fiatOnRampPrompt:{signedUrl:W},fiatOnRampStatus:{externalTransactionId:V}}),se("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let C=await t.unlinkWallet(f.address);c(C)}}))||[];return $o(as(p)),Ti(d,p)?d:p})};Xt(()=>{si()},[s?.linkedAccounts,a,n]),Xt(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");si(),t.connectors.on("walletsUpdated",si)}},[n]);let $f=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Xt(()=>{if(!v[0])return;let d=v[0],p=b.current.find(C=>C.address===d.address),f=s?.linkedAccounts.find(C=>C.type==="wallet"&&C.address===d.address);if(!p&&f){let C=Object.assign({},s);C.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(C)}b.current=v},[v]);let Jl=async(d,p)=>{if(le(d))throw ce(oe,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[C,W]=await Promise.all([xe.initializeWalletProxy(p),Ne()]);if(!C&&e.config?.customAuth?.enabled)throw ce(oe,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!C||!W||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((V,ue)=>{de(!0),ve({createWallet:{onSuccess:dt=>{ce(oe,"createWallet","onSuccess",dt),V(dt)},onFailure:dt=>{ce(oe,"createWallet","onError","unknown_embedded_wallet_error"),ue(dt)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await C.create({accessToken:W});let V=await xe.refreshUser(),ue=le(V);if(!ue)throw ce(oe,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ce(oe,"createWallet","onSuccess",ue),ue}},jf=d=>{if(!N.chains.map(p=>p.id).includes(d))throw new z(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Ql=(d,p,f)=>new Promise(async(C,W)=>{if(!a||!s){W(new Error("User must be authenticated before signing with a Privy wallet"));return}let V=le(s);if(!V){W(new Error("Must have a Privy wallet before signing"));return}de(!0);let ue=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,vr=d.chainId?Number(d.chainId):ue.chainId;jf(vr);let dt=Object.assign({},d,{chainId:vr}),pn=async()=>{let bo=await Ne();if(!bo||!A){W(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await xe.recoverEmbeddedWallet()){W(new Error("Unable to connect to wallet"));return}let ec=new Jb(Tt(dt.chainId,N.chains,N.rpcConfig)),Kf=await an(V.address,dt,ec),Yf=await Ka(bo,V.address,A,Kf,ec);C(Yf)}catch(li){W(li)}};if(N.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),pn();else{let bo={transactionRequest:dt,onSuccess:C,onFailure:W,uiOptions:p||{},fundWalletConfig:f},li={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:W};ve({connectWallet:li,sendTransaction:bo}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Zl(){return new Promise(async(d,p)=>{let f=await Ne();if(!f||!A)throw new Error("Must have valid access token to enroll in MFA");try{await A.verifyMfa({accessToken:f}),d()}catch(C){p(C)}})}let dn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:$f,linkWallet:Ze,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(s?.email)throw new w("User already has an email linked to their account.");h(!0),se("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(s?.phone)throw new w("User already has a phone number linked to their account.");h(!0),se("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(s?.google)throw new w("User already has a Google account linked to their account.");await xe.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new w("User already has a Twitter account linked to their account.");await xe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(s?.discord)throw new w("User already has a Discord account linked to their account.");await xe.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(s?.github)throw new w("User already has a Github account linked to their account.");await xe.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await xe.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await xe.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await xe.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(d=>{hr(()=>d)}),hr(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}L(!0),to("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),I(null),ce(oe,"logout","onSuccess"),h(!1),r(!1),Z.del(fn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new ie;let d=v.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(C=>C.address===d?.address));return!d||!p?new ie:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Kl(new Dt(new ie));let d=v.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(C=>C.address===d?.address));return!d||!p?new Kl(new Dt(new ie)):new Kl(new Dt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new _o(new ie);let d=v.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(C=>C.address===d?.address));return!d||!p?new _o(new ie):new _o(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},setActiveWallet:async d=>{let p=v.find(C=>is(C.address)===is(d)),f=s?.linkedAccounts.find(C=>C.type==="wallet"&&is(C.address)===is(d));if(!p||!await p.isConnected())j(d),Ze();else if(!p.linked)p.loginOrLink();else{let C=Object.assign({},s);C.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(C)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw ce(oe,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Jl(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 f=le(s);if(!f||!A){p(new Error("Must have a Privy wallet to add a password"));return}if(f.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await Zl(),de(!0);let C={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},W={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};ve({setWalletPassword:C,connectWallet:W}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(f,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}let W=le(s);if(!W){C(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){C(new Error("Message must be a non-empty string"));return}de(!0);let V=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ue=await Ne();if(!A||!ue)throw new Error("Unable to connect to wallet");if(!await xe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:W.address});let{response:dt}=await A.rpc({accessToken:ue,address:W.address,request:{method:"personal_sign",params:[d,W.address]}}),pn=dt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:W.address}),pn};if(N.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ue=await V();f(ue)}catch(ue){C(ue??new He("Unable to sign message"))}}else{let dt={message:d,confirmAndSignMessage:V,onSuccess:bo=>{f(bo)},onFailure:bo=>{C(bo)},uiOptions:p||{}},pn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:C};ve({signMessage:dt,connectWallet:pn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let W=await(await Ql(d,p,f)).wait();return Ja(W)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let f=le(s);if(!f){p(new Error("Must have a Privy wallet before exporting"));return}de(!0);let C={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},W=await Ne();if(!W||!A){p(new Error("Must have valid access token to enroll in MFA"));return}if(!A){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await A.connect({accessToken:W,address:f.address}),await A.verifyMfa({accessToken:W})}catch(ue){if(nr(ue)&&f.recoveryMethod==="privy")await A.recover({accessToken:W,address:f.address});else throw ue}}catch(ue){p(ue);return}let V={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ve({keyExport:V,connectWallet:C}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Zl,async init(d){let p;switch(d){case"sms":p=new ns("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":ct.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((f,C)=>{yr.current={resolve:f,reject:C}});break;default:throw ct.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${d}`)}},cancel(){ct.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Ne();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,f)=>{if(!d){xe.closePrivyModal(),p();return}N.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."),ve({mfaEnrollmentFlow:{mfaMethods:N.mfa.methods,onSuccess:p,onFailure:f}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Ne();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");let p=await A.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await Ne();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async submitEnrollmentWithTotp(d){let p=await Ne();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async unenroll(d){let p=await Ne();if(!p||!A)throw new Error("Must have valid access token to remove MFA");await A.unenrollMfa({method:d,accessToken:p});let f=await t.getAuthenticatedUser();c(f)},loginWithCode(d){return xe.loginWithCode(d)},initLoginWithEmail(d){return xe.initLoginWithEmail(d)},initLoginWithSms(d){return xe.initLoginWithSms(d)},isModalOpen:o};Bf=dn.signMessage,Hf=async(...d)=>{let p=await Ql(...d);return N.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Xl=!!e.config?.headless,xe=(()=>({headless:Xl,isNewUserThisSession:T,isLinking:u,linkingHint:X,pendingTransaction:null,walletConnectionStatus:_,mipdStore:O,connectors:t.connectors?.walletConnectors??[],rpcConfig:N.rpcConfig,chains:N.chains,showFiatPrices:N.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>N.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(A)return A;let p=new Promise(W=>{Ct(()=>V=>W(V))}),f=new Promise(W=>setTimeout(()=>W(null),d)),C=await Promise.race([p,f]);return Ct(null),C},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(ce(oe,"login","onComplete",s,T,!1,Me.current??null),e.onSuccess?.(s,T)):k&&ce(oe,"login","onError","exited_auth_flow"),j(null),L(!1),h(!1),E(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:Co,initLoginWithWallet:async(d,p)=>{Me.current="siwe",Se(d,p)},loginWithWallet:async()=>{if(!n)throw new un;if(!(t.authFlow instanceof Jo))throw new w("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(f){throw ce(oe,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||s||null),E(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(!Uc()){to("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let f=new Eo(d);p&&f.addCaptchaToken(p),t.startAuthFlow(f);let C=await t.authFlow.getAuthorizationUrl();C&&C.url&&window.location.assign(C.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof Eo))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let p=Et.get(Cr),f=t.authFlow.meta.stateCode;if(p!==f)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:f??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let C,W;if(a)C=await t.link();else try{({user:C,isNewUser:W}=await t.authenticate()),Me.current=d}catch(V){throw ce(oe,"login","onError",V.privyErrorCode||"unknown_auth_error"),V}c(C),E(W||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let f=new qo(d,p);t.startAuthFlow(f);try{Me.current="email",await f.sendCodeEmail()}catch(C){throw ce(oe,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}},initLoginWithSms:async(d,p)=>{let f=new Qo(d,p);t.startAuthFlow(f);try{Me.current="sms",await f.sendSmsCode()}catch(C){throw ce(oe,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new un;if(t.authFlow instanceof qo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Qo)t.authFlow.meta.smsCode=d.trim();else throw new w("Must initialize a passwordless code flow first");let p,f;a?p=await t.link():{user:p,isNewUser:f}=await t.authenticate(),c(p||s||null),E(f||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:A,createAnalyticsEvent:(d,p,f)=>t.createAnalyticsEvent(d,p,f),getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(W=>W.type==="wallet"&&W.walletClientType==="privy"),C=await Ne();if(!C||!A||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}de(!0);try{await A.connect({accessToken:C,address:f.address}),d(!0)}catch(W){nr(W)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await A.recover({address:f.address,accessToken:C})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),d(!0)):nr(W)?(ve({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(W)}}),getFiatOnRampConfig:gr,setReadyToTrue:()=>{i(!0),pe?.()},updateWallets:()=>si()}))();Gf=xe.recoverEmbeddedWallet;let qf=Xb(()=>({wallets:v,ready:he}),[v,he]);return wo(we.Provider,{value:dn,children:wo(Ss.Provider,{value:oe,children:wo(Ul.Provider,{value:qf,children:Ff(bd,{...N,children:[e.children,Ff(xs.Provider,{value:xe,children:[!Xl&&N.captchaEnabled&&wo(Ts,{delayedExecution:!0}),wo(gf,{theme:{...N.appearance.palette||{}}}),wo(id,{appConfig:N,data:Te,setModalData:ve,setInitialScreen:I,initialScreen:g,authenticated:a,children:wo(bf,{open:o})}),wt&&F.id?wo(Uf,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ct,mfaSubmitPromise:yr,onLoad:q,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as n2}from"react";function i2(e){let{login:t}=n2(we);return ut("login",e),{login:t}}import{useContext as a2}from"react";function s2(e){let{logout:t}=a2(we);return ut("logout",e),{logout:t}}import{useCallback as zf}from"react";var l2=()=>{let e=ye(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=zf(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=zf(async({code:i})=>{if(e.enabled&&e.status==="error")throw new io(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as Vf}from"react";var c2=()=>{let e=ye(),{initLoginWithSms:t,loginWithCode:o}=B(),r=Vf(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=Vf(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new io(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as d2}from"react";function p2(e){let{connectWallet:t}=d2(we);return ut("connectWallet",e),{connectWallet:t}}import{useContext as u2}from"react";function m2(e){let{createWallet:t}=u2(we);return ut("createWallet",e),{createWallet:t}}import{useContext as f2}from"react";var h2=()=>{let{isModalOpen:e}=f2(we);return{isOpen:e}};import{useContext as y2}from"react";function g2(e){let{getAccessToken:t}=y2(we);return ut("accessToken",e),{getAccessToken:t}}export{Dt as AsExternalProvider,Ts as Captcha,gn as ConnectorManager,vn as PrivyClient,o2 as PrivyProvider,ie as PrivyProxyProvider,ni as SUPPORTED_CHAINS,ds as VERSION,Ke as WalletConnector,qs as errorIndicatesMaxMfaRetries,Hr as errorIndicatesMfaTimeout,Gr as errorIndicatesMfaVerificationFailed,Ne as getAccessToken,p2 as useConnectWallet,m2 as useCreateWallet,i2 as useLogin,l2 as useLoginWithEmail,c2 as useLoginWithSms,s2 as useLogout,tn as useMfa,qn as useMfaEnrollment,h2 as useModalStatus,B as usePrivy,_s as useRegisterMfaListener,g2 as useToken,oi as useWallets};