@privy-io/react-auth 1.53.1 → 1.54.0-beta-20240119143933

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var Ja=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var zl=(e,t,o)=>(Ja(e,t,"read from private field"),o?o.call(e):t.get(e)),oi=(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)},Qa=(e,t,o,r)=>(Ja(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Vl=(e,t,o)=>(Ja(e,t,"access private method"),o);import{getAddress as Ya}from"@ethersproject/address";import{StaticJsonRpcProvider as hb,Web3Provider as Dl}from"@ethersproject/providers";import{createStore as yb}from"mipd";import{useCallback as gb,useEffect as Yt,useMemo as vb,useRef as Kn,useState as ae}from"react";import{FetchError as Rf}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}]`:""}`}},fo=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"}},ri=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 Rf))return Xe(e);if(!e.response)return new fo("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new fo(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 nn=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")}},ni=class extends C{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ii=()=>"/api/v1/sessions",ai=()=>"/api/v1/sessions/logout",$l=()=>"/api/v1/sessions/fork",si=()=>"/api/v1/sessions/fork/recover",jl=()=>"/api/v1/siwe/init",ql=()=>"/api/v1/siwe/authenticate",Kl=()=>"/api/v1/siwe/link",Yl=()=>"/api/v1/passwordless/init",Jl=()=>"/api/v1/passwordless/authenticate",Ql=()=>"/api/v1/passwordless/link",Zl=()=>"/api/v1/passwordless_sms/init",Xl=()=>"/api/v1/passwordless_sms/authenticate",ec=()=>"/api/v1/passwordless_sms/link",tc=()=>"/api/v1/oauth/init",oc=()=>"/api/v1/oauth/authenticate",rc=()=>"/api/v1/oauth/link",nc=()=>"/api/v1/siwe/unlink",ic=()=>"/api/v1/passwordless/unlink",ac=()=>"/api/v1/passwordless_sms/unlink",sc=()=>"/api/v1/oauth/unlink",lc=()=>"/api/v1/analytics_events",cc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",dc=()=>"/api/v1/custom_jwt_account/authenticate",pc=()=>"/api/v1/mfa/passwordless_sms/init";var uc=()=>"/api/v1/mfa/passwordless_sms/enroll";var yr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");try{let t=dc(),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 zo=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=Jl(),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=Ql();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=Yl();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw te(r)}}};var ho=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");try{let t=oc(),o=await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){let o=te(t);throw o.privyErrorCode?new C(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.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");try{let t=rc();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw te(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 initialzing OAuth authentication.");try{let t=tc();return await this.api.post(t,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken})}catch(t){throw te(t)}}};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 Vo=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,s)=>`${r} wants you to sign in with your Ethereum account:
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 Wb,Web3Provider as Gl}from"@ethersproject/providers";import{createStore as Mb}from"mipd";import{useCallback as Lb,useEffect as Zt,useMemo as Nb,useRef as Zn,useState as ae}from"react";import{FetchError as Ff}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 Ff))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 Rc}from"jose";import Ic from"crypto";var vc="1.53.1";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",Hf="privy:wallet",pn="privy:caid",wr="privy:state_code",Cr="privy:code_verifier",yi=e=>`${Hf}:${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)"];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 Ac(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function Gf(){return typeof window<"u"&&window.localStorage?new cs:new gi}function zf(){return typeof window<"u"&&window.sessionStorage?new ds:new gi}var bt=zf(),Z=Gf();var Vf="S256",$f="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 Rc.encode(Ic.randomBytes(32))}createStateCode(){return this.createCodeVerifier()}deriveCodeChallengeFromCodeVerifier(t,o=Vf){return o==$f?Rc.encode(Ic.createHash("sha256").update(t).digest()):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=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:
2
2
  ${o}
3
3
 
4
4
  ${s}
@@ -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(ql(),{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(Kl(),{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(jl(),{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 $o=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=Xl(),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=ec();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=Zl();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw te(r)}}};import{v4 as yh}from"uuid";function et(e){return new Date(e*1e3)}function If(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:et(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:et(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:et(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:et(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:et(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:et(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:et(o.verified_at)};t.push(u);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:et(o.verified_at)};t.push(h);break;case"linkedin_oauth":let w={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:et(o.verified_at)};t.push(w);break;case"apple_oauth":let v={subject:o.subject,email:o.email,type:o.type,verifiedAt:et(o.verified_at)};t.push(v);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:et(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Wt(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,Wf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),yo=(e,t)=>t==="all-users"&&!ne(e)||t==="users-without-wallets"&&!Wf(e)?.length;function bt(e){if(!e)return null;let t=If(e.linked_accounts),o=Wt(t,"wallet"),r=Wt(t,"email"),n=Wt(t,"phone"),i=Wt(t,"google_oauth"),a=Wt(t,"twitter_oauth"),s=Wt(t,"discord_oauth"),l=Wt(t,"github_oauth"),c=Wt(t,"tiktok_oauth"),u=Wt(t,"linkedin_oauth"),h=Wt(t,"apple_oauth"),w=e.mfa_methods.map(({type:T,verified_at:y})=>({type:T,verifiedAt:et(y)}));return{id:e.id,createdAt:et(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:h&&{subject:h.subject,email:h.email},mfaMethods:w.map(T=>T.type)}}import{getAddress as ed}from"@ethersproject/address";import ph from"eventemitter3";var mc="1.53.1";var li="4df5e2316331463a9130964bd6078dfa",fc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",hc="34357d3c125c2bcf2ce2bc3309d98715",ci="https://auth.privy.io",yc=2e4,tt=1400,gc=2500,Za=mc;var jo="privy:token",Xa="privy-token",di="privy:refresh_token",es="privy-refresh-token",pi="privy-session",an="privy:session_transfer_token",Lf="privy:wallet",sn="privy:caid",ui=e=>`${Lf}:${e}`,ts="privy:connectors",os="privy:connections";var qo=12e4,Qt=1,rs="0x1",gr=3e4,vc="https://api.moonpay.com/v1",wc="https://api.moonpay.com/v1",Cc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",bc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Ec="0x420000000000000000000000000000000000000F",Pc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var ns=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)}},is=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)}};function Nf(){return typeof window<"u"&&window.localStorage?new is:new ns}var Z=Nf();function Tc(){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 mi=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 as=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||mi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!as(o))return!1}return!0},go=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),xc=()=>{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 Sc=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,}))$/),_c=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},vo=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},ss=e=>new Promise(t=>setTimeout(t,e));function kc(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 Ac=(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 ss(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},fi=(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 ls=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Ko=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Rc(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=e.getProviders(),s=[];for(let l of a)l.info.rdns!=="com.coinbase.wallet"&&s.push({type:l.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:l});for(let l of Tc()){let c=mi(l);if(!a.some(u=>u.info.name===c)){if(as(l,!0)&&!s.find(u=>u.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:l});continue}if(c==="Phantom"&&!s.find(u=>u.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:l});continue}s.find(u=>u.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:l})}}n(s)}})}function vr(e){return`eip155:${String(Number(e))}`}var Et=(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]+"/"+li:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+fc:i=n.rpcUrls.default?.http[0],!i)throw new z(`No RPC url found for ${e}`);return i},Ic=(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 $f from"@coinbase/wallet-sdk";import{jsx as Wc,jsxs as Of}from"react/jsx-runtime";var ln=({style:e,...t})=>Of("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:[Wc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Wc("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 Nt}from"@ethersproject/address";import{Web3Provider as Uc}from"@ethersproject/providers";import{default as zf}from"eventemitter3";import{StaticJsonRpcProvider as Lc}from"@ethersproject/providers";import Gf from"eventemitter3";var Df=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Mc=e=>Df.includes(e);import{ErrorCode as Uf}from"@ethersproject/logger";var wr=class extends z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Cr=class extends z{constructor(){super("User rejected connection");this.type="wallet_error"}},Pt=e=>{if(e instanceof z)return e;if(e?.code&&e?.reason){let t=new Fe(e);return e.code===Uf.ACTION_REJECTED&&(t.details=Ke.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Fe(e):new z("Unknown connector error",e)},Mt=class extends Qe{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Fe=class extends Mt{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))}},Ff={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}},Bf={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}},Hf={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},...Hf,...Bf},Zt={...Ff,...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 wr,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 Pt(o)})}},wo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},hi=class extends Gf{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 Lc(Et(a,this.chains,n)),this.rpcTimeoutDuration=br(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new wo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ie()||!this.address)throw new wo("Disconnected",4900);return(await Oc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new wo(`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 wo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Lc(Et(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 Nc(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:Ko(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 Ko(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(Mc(o.method)){let r=await Ie();if(await Dc(),!r||!this.address)throw new wo("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 wo("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}}},Lt=class extends re{constructor(o){super(o,o.rpcTimeoutDuration)}},Co=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 Vf=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},Ye=class extends zf{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=vr(o),this.walletClientType==="privy"&&Z.put(ui(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=br(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>Nt(i.address)===Nt(o));return{address:Nt(o),chainId:r,switchChain:async i=>{if(!n)throw new z("Wallet is not currently connected.");let a=this.wallets.find(h=>Nt(h.address)===Nt(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===vr(s))return;let c=this.chains.find(h=>h.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(h){if(Vf(h,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"&&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 Uc(new Lt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new Co(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=Nt(n),a=[],s;if(this.walletClientType==="privy"){let c=Z.get(ui(i));this.chains.find(u=>u.id===Number(c))||(Z.del(ui(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 ${rs}`,c),s=rs}let l=vr(s);a.find(c=>Nt(c.address)===i)||a.push(this.buildConnectedWallet(Nt(n),l)),yi(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=>Nt(n)===Nt(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 Uc(new Lt(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 jf=e=>{let t=`https://mainnet.infura.io/v3/${li}`,o=1;return e.makeWeb3Provider(t,o)},gi,vi=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(),gi||(gi=new $f({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(jf(gi)),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(){gi.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:ln}}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 Pt(o)}}};import{jsx as Fc}from"react/jsx-runtime";var wi=({...e})=>Fc("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Fc("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 Ci=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:[Ko(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:wi}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Bc}from"react/jsx-runtime";var Er=({style:e,...t})=>Bc("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Bc("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 qf}from"react/jsx-runtime";var Pr=({style:e,...t})=>qf("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 Hc,jsxs as Kf}from"react/jsx-runtime";var Ot=({style:e,...t})=>Kf("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:[Hc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Hc("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 xr=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 Pt(o)}}},Tr,Sr=class extends Ye{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";oi(this,Tr,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"?Qa(this,Tr,{name:"MetaMask",icon:Pr}):a==="phantom"&&Qa(this,Tr,{name:"Phantom",icon:Ot})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return zl(this,Tr)??{name:"Browser Extension",icon:Er}}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 Pt(o)}}};Tr=new WeakMap;import{getAddress as bE}from"@ethersproject/address";import{Web3Provider as PE}from"@ethersproject/providers";import{isMobile as Yf}from"react-device-detect";var bi=class extends xr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Yf||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 Pt(t)}}};var Ei=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 Pi=class extends Ei{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Ot}}};import{EthereumProvider as sh,OPTIONAL_EVENTS as lh,OPTIONAL_METHODS as ch}from"@walletconnect/ethereum-provider";import{isMobile as dh}from"react-device-detect";import{createContext as Qf,useContext as Zf,useEffect as Xf,useRef as eh,useState as th}from"react";import{jsx as Jf}from"react/jsx-runtime";function Ti({src:e,...t}){return Jf("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 rh,jsxs as nh}from"react/jsx-runtime";var Gc=Qf({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),oh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],zc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=th(e.initialScreen);Xf(()=>{!o&&!oh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=eh(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 nh(Gc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&rh(Ti,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>Zf(Gc);import{jsx as _r,jsxs as ih}from"react/jsx-runtime";var cn=({style:e,...t})=>{let{app:o}=S();return ih("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:[_r("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),_r("g",{clipPath:"url(#clip0_1765_9946)",children:_r("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"})}),_r("defs",{children:_r("clipPath",{id:"clip0_1765_9946",children:_r("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var xi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(kr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var kr={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 Vc=e=>e in kr,$c=e=>{let t=kr[e].mobile;if("native"in t)return t.native};function jc(e,t){let o=ah(t);if(o.deepLink)return Qc(o.deepLink,e);if(o.universalLink)return Zc(o.universalLink,e);throw new C(`Unsupported wallet ${t.id}`)}var qc="WALLETCONNECT_DEEPLINK_CHOICE";function Kc(){try{localStorage.removeItem(qc)}catch{}}function Yc({href:e,name:t}){try{localStorage.setItem(qc,JSON.stringify({href:e,name:t}))}catch{}}function Jc(e){return e.startsWith("http://")||e.startsWith("https://")}function Qc(e,t){if(Jc(e))return Zc(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 Zc(e,t){if(!Jc(e))return Qc(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Xc(e,t){window.open(e,t,"noreferrer noopener")}var Dt=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=kr[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=xi(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:Pr}:{name:ls(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||cn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=kr[o],this.walletClientType=o,this.redirectUri=void 0,Kc(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Cr)};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=xi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=br(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(s),o()})().catch(a=>{if(a){r(Pt(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=Et(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await sh.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:lh,optionalMethods:ch,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),dh&&this.walletEntry){let{redirect:i,href:a}=jc(n,this.walletEntry);Yc({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,Xc(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=xi(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 cs=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===ed(t)).length:!1},br=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||qo:qo,dn=class extends ph{constructor(o,r,n,i,a){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.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(ts)&&(Z.getKeys().forEach(r=>{r.startsWith("walletconnect")&&Z.del(r)}),Z.del(ts));let o=Rc(this.store).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.createWalletConnector("coinbase_wallet","coinbase_wallet"),go()||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 hi(o,r,this.rpcConfig,this.chains,n.id),s=new Ci(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 Dt&&i.resetConnection(r),i;let s=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new bi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Sr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Sr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Sr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new xr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new vi(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Pi(this.defaultChain):new Dt(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(os);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(os,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=ed(o),this.emit("walletsUpdated")}};function yi(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 uh}from"ofetch";var mh=[ii(),si(),ai()],fh=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},Si=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Za,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=uh.create({baseURL:this.defaults.baseURL,retry:3,retryDelay:500,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=!mh.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=fh(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new ri}})}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 Yo from"js-cookie";function td(e){return e instanceof zo?"email":e instanceof $o?"sms":e instanceof Vo?"siwe":e instanceof yr?"custom_auth":e instanceof ho?e.meta.provider:null}import*as od from"jose";var Ut=class{static parse(t){try{return new Ut(t)}catch{return null}}constructor(t){this.value=t,this._decoded=od.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var hh=30,_i=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 Ut(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Z.get(di);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=Z.get(an);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=Yo.get(pi);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Ut.parse(this.token);return t!==null&&!t.isExpired(hh)}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=td(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:bt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Xe(o)}}async _link(t){try{let o=await t.link();return bt(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(ii(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(si(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),bt(n.user)}catch(n){if(n instanceof fo&&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(ai(),{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($l(),{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=Ut.parse(t)?.expiration;Yo.set(Xa,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else Z.del(jo),Yo.remove(Xa)}storeRefreshToken(t){typeof t=="string"?(Z.put(di,t),this.client?.useServerCookies||(Yo.set(pi,"t",{sameSite:"Strict",secure:!0,expires:30}),Yo.set(es,t,{sameSite:"Strict",secure:!0,expires:30}))):(Z.del(di),Yo.remove(es),Yo.remove(pi))}clearForkedToken(){Z.del(an)}};var ds,ki,rd,pn=class{constructor(t){oi(this,ki);this.apiUrl=t.apiUrl||ci,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||yc,this.appId=t.appId,this.clientAnalyticsId=Vl(this,ki,rd).call(this),ds||(ds=new _i),this.session=ds,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new dn(t,o,r,n,i))}generateApi(){let t=new Si(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(ic(),{address:t});return bt(o)}catch(o){throw Xe(o)}}async unlinkPhone(t){try{let o=await this.api.post(ac(),{phoneNumber:t});return bt(o)}catch(o){throw Xe(o)}}async unlinkWallet(t){try{let o=await this.api.post(nc(),{address:t});return bt(o)}catch(o){throw Xe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(sc(),{provider:t,subject:o});return bt(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(lc(),{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(cc(),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()?Ut.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()}};ki=new WeakSet,rd=function(){if(typeof window>"u")return null;try{let o=Z.get(sn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=yh();try{return Z.put(sn,t),t}catch{return t}};import{useCallback as V0,useEffect as $0,useRef as j0,useState as q0}from"react";import K0 from"react-dom";import{useEffect as gh,useMemo as vh}from"react";import{useRef as wh}from"react";import{useContext as Ch}from"react";import{useState as nd}from"react";import{createContext as bh}from"react";import{jsx as Eh}from"react/jsx-runtime";var id=bh({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}),Jo=class extends Qe{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},ad=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r,tokenPromise:n})=>{let i=wh(null),[a,s]=nd(),[l,c]=nd();gh(()=>{a&&n?.resolve(a)},[a,n]);let u=vh(()=>r?!a&&!l?{status:"loading"}:a&&!l?{status:"success",token:a}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,a,l]);return Eh(id.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 kc(()=>i.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Jo("Captcha failed",null,"captcha_timeout")}}},children:e})},ue=()=>Ch(id);import{createContext as Ph,useContext as Th}from"react";var ps=Ph({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=()=>Th(ps);import{createContext as xh,useContext as Sh}from"react";var fe=xh({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=()=>Sh(fe);import{useEffect as _h,useState as kh}from"react";var sd=e=>{let[t,o]=kh("auto");return _h(()=>{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 Ah,useContext as Rh,useEffect as Ih}from"react";var ld={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},us=Ah(void 0),cd=()=>Rh(us);function pt(e,t){if(!t)return;let r=cd().current[e];return Ih(()=>{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 dd(){let e=cd();return(t,o,...r)=>ie(e,t,o,...r)}function ms(e){pt("configureMfa",e)}import Cs from"styled-components";import Qo,{css as gs}from"styled-components";import hs from"styled-components";import{Fragment as Mh,jsx as fs,jsxs as Lh}from"react/jsx-runtime";var Ai=({success:e,fail:t})=>Lh(Mh,{children:[fs(Ft,{className:e?"success":t?"fail":""}),fs(ys,{className:e?"success":t?"fail":""})]}),Ft=hs.span`
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 kh}from"uuid";function tt(e){return new Date(e*1e3)}function jf(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 h={subject:o.subject,username:o.username,type:o.type,verifiedAt:tt(o.verified_at)};t.push(h);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,qf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),wo=(e,t)=>t==="all-users"&&!ne(e)||t==="users-without-wallets"&&!qf(e)?.length;function Et(e){if(!e)return null;let t=jf(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"),h=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:h&&{subject:h.subject,email:h.email},mfaMethods:w.map(T=>T.type)}}import{getAddress as ld}from"@ethersproject/address";import Ph from"eventemitter3";function Wc(){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),Mc=()=>{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 Lc=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,}))$/),Nc=(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 Oc(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 Dc=(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 Uc(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=e.getProviders(),s=[];for(let l of a)l.info.rdns!=="com.coinbase.wallet"&&s.push({type:l.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:l});for(let l of Wc()){let c=vi(l);if(!a.some(u=>u.info.name===c)){if(ps(l,!0)&&!s.find(u=>u.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:l});continue}if(c==="Phantom"&&!s.find(u=>u.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:l});continue}s.find(u=>u.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:l})}}n(s)}})}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},Fc=(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 rh from"@coinbase/wallet-sdk";import{jsx as Bc,jsxs as Kf}from"react/jsx-runtime";var un=({style:e,...t})=>Kf("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:[Bc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Bc("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 jc}from"@ethersproject/providers";import{default as th}from"eventemitter3";import{StaticJsonRpcProvider as Gc}from"@ethersproject/providers";import eh from"eventemitter3";var Yf=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Hc=e=>Yf.includes(e);import{ErrorCode as Jf}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===Jf.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))}},Qf={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}},Zf={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}},Xf={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},...Xf,...Zf},oo={...Qf,...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 eh{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 Gc(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 Vc(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 Gc(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 zc(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(Hc(o.method)){let r=await Ie();if(await $c(),!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 oh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},Ye=class extends th{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(h=>Ot(h.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(h=>h.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(h){if(oh(h,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"&&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 jc(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 jc(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 nh=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 rh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(nh(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 qc}from"react/jsx-runtime";var Ti=({...e})=>qc("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:qc("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 Kc}from"react/jsx-runtime";var Sr=({style:e,...t})=>Kc("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Kc("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 ih}from"react/jsx-runtime";var _r=({style:e,...t})=>ih("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 Yc,jsxs as ah}from"react/jsx-runtime";var Dt=({style:e,...t})=>ah("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:[Yc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Yc("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 GE}from"@ethersproject/address";import{Web3Provider as VE}from"@ethersproject/providers";import{isMobile as sh}from"react-device-detect";var Si=class extends Ar{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{sh||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 wh,OPTIONAL_EVENTS as Ch,OPTIONAL_METHODS as bh}from"@walletconnect/ethereum-provider";import{isMobile as Eh}from"react-device-detect";import{createContext as ch,useContext as dh,useEffect as ph,useRef as uh,useState as mh}from"react";import{jsx as lh}from"react/jsx-runtime";function Ai({src:e,...t}){return lh("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 hh,jsxs as yh}from"react/jsx-runtime";var Jc=ch({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),fh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Qc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=mh(e.initialScreen);ph(()=>{!o&&!fh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=uh(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 yh(Jc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&hh(Ai,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>dh(Jc);import{jsx as Ir,jsxs as gh}from"react/jsx-runtime";var mn=({style:e,...t})=>{let{app:o}=S();return gh("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 vh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Zc=e=>e in Wr,Xc=e=>{let t=Wr[e].mobile;if("native"in t)return t.native};function ed(e,t){let o=vh(t);if(o.deepLink)return id(o.deepLink,e);if(o.universalLink)return ad(o.universalLink,e);throw new C(`Unsupported wallet ${t.id}`)}var td="WALLETCONNECT_DEEPLINK_CHOICE";function od(){try{localStorage.removeItem(td)}catch{}}function rd({href:e,name:t}){try{localStorage.setItem(td,JSON.stringify({href:e,name:t}))}catch{}}function nd(e){return e.startsWith("http://")||e.startsWith("https://")}function id(e,t){if(nd(e))return ad(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 ad(e,t){if(!nd(e))return id(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function sd(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,od(),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 wh.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Ch,optionalMethods:bh,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Eh&&this.walletEntry){let{redirect:i,href:a}=ed(n,this.walletEntry);rd({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,sd(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===ld(t)).length:!1},xr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||qo:qo,fn=class extends Ph{constructor(o,r,n,i,a){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.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=Uc(this.store).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.createWalletConnector("coinbase_wallet","coinbase_wallet"),Co()||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=ld(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 Th}from"ofetch";var xh=[ci(),pi(),di()],Sh=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=Th.create({baseURL:this.defaults.baseURL,retry:3,retryDelay:500,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=!xh.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=Sh(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 cd(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 dd from"jose";var Ft=class{static parse(t){try{return new Ft(t)}catch{return null}}constructor(t){this.value=t,this._decoded=dd.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 _h=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(_h)}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=cd(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,pd,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,pd).call(this),hs||(hs=new Wi),this.session=hs,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new fn(t,o,r,n,i))}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,pd=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=kh();try{return Z.put(pn,t),t}catch{return t}};import{useCallback as sb,useEffect as lb,useRef as cb,useState as db}from"react";import pb from"react-dom";import{useEffect as Ah,useMemo as Rh}from"react";import{useRef as Ih}from"react";import{useContext as Wh}from"react";import{useState as ud}from"react";import{createContext as Mh}from"react";import{jsx as Lh}from"react/jsx-runtime";var md=Mh({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}},fd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r,tokenPromise:n})=>{let i=Ih(null),[a,s]=ud(),[l,c]=ud();Ah(()=>{a&&n?.resolve(a)},[a,n]);let u=Rh(()=>r?!a&&!l?{status:"loading"}:a&&!l?{status:"success",token:a}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,a,l]);return Lh(md.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 Oc(()=>i.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Zo("Captcha failed",null,"captcha_timeout")}}},children:e})},ue=()=>Wh(md);import{createContext as Nh,useContext as Oh}from"react";var ys=Nh({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=()=>Oh(ys);import{createContext as Dh,useContext as Uh}from"react";var fe=Dh({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=()=>Uh(fe);import{useEffect as Fh,useState as Bh}from"react";var hd=e=>{let[t,o]=Bh("auto");return Fh(()=>{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 Hh,useContext as Gh,useEffect as zh}from"react";var yd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},gs=Hh(void 0),gd=()=>Gh(gs);function pt(e,t){if(!t)return;let r=gd().current[e];return zh(()=>{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 vd(){let e=gd();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 $h,jsx as ws,jsxs as jh}from"react/jsx-runtime";var Li=({success:e,fail:t})=>jh($h,{children:[ws(Bt,{className:e?"success":t?"fail":""}),ws(bs,{className:e?"success":t?"fail":""})]}),Bt=Cs.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
- `,ys=hs(Ft)`
45
+ `,bs=Cs(Bt)`
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
- `,Xt=e=>fs(Wh,{color:e.color||"var(--privy-color-foreground-3)"}),Wh=hs(Ft)`
51
+ `,ro=e=>ws(Vh,{color:e.color||"var(--privy-color-foreground-3)"}),Vh=Cs(Bt)`
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 Li}from"react/jsx-runtime";var Ri=Qo.button`
60
+ `;import{jsx as ut,jsxs as Fi}from"react/jsx-runtime";var Ni=Xo.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(pd,{disabled:t||o,...n,children:t?Li("span",{children:[ut(Xt,{}),r?ut("span",{children:r}):null]}):e}),LP=Qo(U)`
89
- ${e=>e.hideAnimations&&gs`
88
+ `,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(wd,{disabled:t||o,...n,children:t?Fi("span",{children:[ut(ro,{}),r?ut("span",{children:r}):null]}):e}),tT=Xo(U)`
89
+ ${e=>e.hideAnimations&&Es`
90
90
  && {
91
91
  transition: none;
92
92
  }
93
93
  `}
94
- `,Ii=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(pd,{as:"a",disabled:t||o,...n,children:t?Li("span",{children:[ut(Xt,{}),r?ut("span",{children:r}):null]}):e}),pd=Qo(Ri)`
94
+ `,Oi=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(wd,{as:"a",disabled:t||o,...n,children:t?Fi("span",{children:[ut(ro,{}),r?ut("span",{children:r}):null]}):e}),wd=Xo(Ni)`
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?gs`
120
+ ${e=>e.disabled?Es`
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
- `,eo=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(Nh,{disabled:t||o,...n,children:t?Li("span",{children:[ut(Xt,{}),r?ut("span",{children:r}):null]}):e}),Nh=Qo(Ri)`
139
+ `,no=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>ut(qh,{disabled:t||o,...n,children:t?Fi("span",{children:[ut(ro,{}),r?ut("span",{children:r}):null]}):e}),qh=Xo(Ni)`
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
- `,Wi=Qo.button`
168
+ `,Di=Xo.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&&gs`
181
+ ${e=>e.invisible&&Es`
182
182
  pointer-events: none;
183
183
  `}
184
184
 
@@ -196,10 +196,10 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,NP=Qo.div`
199
+ `,oT=Xo.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
- `,Mi=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Li(Oh,{isSubmitting:r,onClick:t,disabled:o,...n,children:[ut("span",{children:e}),ut("span",{children:ut(Xt,{})})]}),Oh=Qo.button`
202
+ `,Ui=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Fi(Kh,{isSubmitting:r,onClick:t,disabled:o,...n,children:[ut("span",{children:e}),ut("span",{children:ut(ro,{})})]}),Kh=Xo.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 Dh from"styled-components";var ud=Dh.span`
244
+ `;import Yh from"styled-components";var Cd=Yh.span`
245
245
  && {
246
246
  width: 82px;
247
247
  height: 82px;
@@ -257,7 +257,7 @@ Resources:
257
257
  border-color: var(--privy-color-accent);
258
258
  border-bottom-color: var(--privy-color-accent);
259
259
  }
260
- `;import{ArrowLeftIcon as Uh,XMarkIcon as Fh}from"@heroicons/react/24/outline";import vs from"styled-components";import{jsx as mt,jsxs as Vh}from"react/jsx-runtime";var md=()=>mt("div",{}),Bh=({backFn:e})=>mt("div",{children:mt(fd,{onClick:e,children:mt(Uh,{height:"16px",width:"16px",strokeWidth:2})})}),Hh=e=>mt("div",{children:mt(fd,{onClick:e.onClose,children:mt(Fh,{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 Vh(Gh,{children:[e?mt(Bh,{backFn:e}):mt(md,{}),o&&mt(zh,{children:o}),i?.render.inDialog&&r?mt(Hh,{onClose:t||(()=>n())}):mt(md,{})]})},fd=vs.button`
260
+ `;import{ArrowLeftIcon as Jh,XMarkIcon as Qh}from"@heroicons/react/24/outline";import Ps from"styled-components";import{jsx as mt,jsxs as oy}from"react/jsx-runtime";var bd=()=>mt("div",{}),Zh=({backFn:e})=>mt("div",{children:mt(Ed,{onClick:e,children:mt(Jh,{height:"16px",width:"16px",strokeWidth:2})})}),Xh=e=>mt("div",{children:mt(Ed,{onClick:e.onClose,children:mt(Qh,{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 oy(ey,{children:[e?mt(Zh,{backFn:e}):mt(bd,{}),o&&mt(ty,{children:o}),i?.render.inDialog&&r?mt(Xh,{onClose:t||(()=>n())}):mt(bd,{})]})},Ed=Ps.button`
261
261
  && {
262
262
  cursor: pointer;
263
263
  display: flex;
@@ -276,7 +276,7 @@ Resources:
276
276
  opacity: 1;
277
277
  }
278
278
  }
279
- `,Gh=vs.div`
279
+ `,ey=Ps.div`
280
280
  padding: 16px 0;
281
281
  display: flex;
282
282
  align-items: center;
@@ -298,14 +298,14 @@ Resources:
298
298
  display: flex;
299
299
  justify-content: flex-end;
300
300
  }
301
- `,zh=vs.div`
301
+ `,ty=Ps.div`
302
302
  overflow: hidden;
303
303
  white-space: nowrap;
304
304
  max-width: 100%;
305
305
  text-overflow: ellipsis;
306
306
  text-align: center;
307
307
  color: var(--privy-color-foreground-2);
308
- `;import{jsx as hd}from"react/jsx-runtime";var yd=({style:e,...t})=>hd("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:hd("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 ws,jsx as Bt,jsxs as Ni}from"react/jsx-runtime";var gd=()=>{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 Ni(ws,{children:[Bt(x,{}),Ni($h,{children:[Bt(qh,{children:Ni("div",{children:[Bt(ud,{}),Bt(yd,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Ni(jh,{children:[typeof o=="string"?Bt("h3",{children:o}):Bt(ws,{children:o}),typeof r=="string"?Bt("p",{children:r}):Bt(ws,{children:r})]}),t?.allowlistConfig.errorCtaLink?Bt(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Bt(U,{onClick:()=>{e("LANDING")},children:n})]})]})},$h=Cs.div`
308
+ `;import{jsx as Pd}from"react/jsx-runtime";var Td=({style:e,...t})=>Pd("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:Pd("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 xd=()=>{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(ry,{children:[Ht(iy,{children:Bi("div",{children:[Ht(Cd,{}),Ht(Td,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Bi(ny,{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})]})]})},ry=xs.div`
309
309
  display: flex;
310
310
  flex-direction: column;
311
311
  align-items: center;
@@ -313,11 +313,11 @@ Resources:
313
313
  gap: 24px;
314
314
  width: 100%;
315
315
  padding-bottom: 16px;
316
- `,jh=Cs.div`
316
+ `,ny=xs.div`
317
317
  display: flex;
318
318
  flex-direction: column;
319
319
  gap: 8px;
320
- `,qh=Cs.div`
320
+ `,iy=xs.div`
321
321
  display: flex;
322
322
  flex-direction: column;
323
323
  justify-content: center;
@@ -340,7 +340,7 @@ Resources:
340
340
  left: -19px;
341
341
  top: -19px;
342
342
  }
343
- `;import{EnvelopeIcon as Zh,PhoneIcon as Xh}from"@heroicons/react/24/outline";import{useEffect as _d,useState as Di}from"react";import{isMobile as ey}from"react-device-detect";import fn from"styled-components";import rt from"styled-components";var bo=rt.div`
343
+ `;import{EnvelopeIcon as dy,PhoneIcon as py}from"@heroicons/react/24/outline";import{useEffect as Nd,useState as Gi}from"react";import{isMobile as uy}from"react-device-detect";import vn from"styled-components";import rt from"styled-components";var Gt=rt.div`
344
344
  display: flex;
345
345
  flex-direction: column;
346
346
  align-items: flex-start;
@@ -348,37 +348,37 @@ Resources:
348
348
  margin-top: auto;
349
349
  gap: 16px;
350
350
  flex-grow: 100;
351
- `,to=rt.div`
351
+ `,io=rt.div`
352
352
  display: flex;
353
353
  flex-direction: column;
354
354
  align-items: center;
355
355
  justify-content: center;
356
356
  flex-grow: 1;
357
357
  width: 100%;
358
- `,vd=rt.div`
358
+ `,Sd=rt.div`
359
359
  display: flex;
360
360
  flex-direction: column;
361
361
  align-items: center;
362
362
  width: 100%;
363
- `,wd=rt(to)`
363
+ `,_d=rt(io)`
364
364
  padding: 20px 0;
365
- `,Tt=rt(to)`
365
+ `,xt=rt(io)`
366
366
  gap: 16px;
367
- `,bs=rt.div`
367
+ `,Ss=rt.div`
368
368
  display: flex;
369
369
  flex-direction: column;
370
370
  width: 100%;
371
- `,Eo=rt.div`
371
+ `,To=rt.div`
372
372
  display: flex;
373
373
  flex-direction: column;
374
374
  gap: 8px;
375
375
  min-height: 76px;
376
- `,nT=rt.div`
376
+ `,xT=rt.div`
377
377
  display: flex;
378
378
  flex-direction: column;
379
379
  justify-content: space-between;
380
380
  height: 100%;
381
- `,Cd=rt.div`
381
+ `,kd=rt.div`
382
382
  display: flex;
383
383
  flex-direction: column;
384
384
  justify-content: flex-start;
@@ -403,11 +403,11 @@ Resources:
403
403
  }
404
404
  `,q=rt.div`
405
405
  height: 16px;
406
- `,J=rt.div`
406
+ `,K=rt.div`
407
407
  height: 12px;
408
- `,bd=rt.div`
408
+ `,Ad=rt.div`
409
409
  position: relative;
410
- `,Ed=rt.div`
410
+ `,Rd=rt.div`
411
411
  background-color: var(--privy-color-accent);
412
412
  display: flex;
413
413
  justify-content: center;
@@ -415,7 +415,7 @@ Resources:
415
415
  border-radius: 50%;
416
416
  border-color: white;
417
417
  border-width: 2px !important;
418
- `;import Pd from"styled-components";import{Fragment as Yh,jsx as Ar,jsxs as Td}from"react/jsx-runtime";var Kh=Pd.div`
418
+ `;import Id from"styled-components";import{Fragment as sy,jsx as Mr,jsxs as Wd}from"react/jsx-runtime";var ay=Id.div`
419
419
  margin-top: 16px;
420
420
  font-size: 13px;
421
421
  text-align: center;
@@ -424,7 +424,7 @@ Resources:
424
424
  && > a {
425
425
  color: var(--privy-color-accent);
426
426
  }
427
- `;function Oi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Td(Kh,{children:["By logging in I agree to the"," ",n&&Ar("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Ar("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var F=({protectedByPrivy:e})=>Ar(Q,{children:e?Td(Yh,{children:[Ar(wi,{className:"hide-on-mobile"}),Ar("span",{className:"hide-on-mobile",children:Ar("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Q=Pd.div`
427
+ `;function Hi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Wd(ay,{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?Wd(sy,{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=Id.div`
428
428
  display: flex;
429
429
  align-items: center;
430
430
  justify-content: center;
@@ -451,9 +451,9 @@ Resources:
451
451
  @media all and (display-mode: standalone) {
452
452
  padding-bottom: 30px;
453
453
  }
454
- `;import Es from"styled-components";import{Fragment as Qh,jsx as un,jsxs as Sd}from"react/jsx-runtime";var mn=({title:e,description:t,children:o,...r})=>un(xd,{...r,children:Sd(Qh,{children:[un("h3",{children:e}),typeof t=="string"?un("p",{children:t}):t,o]})}),Po=Es(mn)`
454
+ `;import _s from"styled-components";import{Fragment as cy,jsx as yn,jsxs as Ld}from"react/jsx-runtime";var gn=({title:e,description:t,children:o,...r})=>yn(Md,{...r,children:Ld(cy,{children:[yn("h3",{children:e}),typeof t=="string"?yn("p",{children:t}):t,o]})}),zt=_s(gn)`
455
455
  margin-bottom: 24px;
456
- `,he=({title:e,description:t,icon:o,children:r,...n})=>Sd(Jh,{...n,children:[o||null,un("h3",{children:e}),typeof t=="string"?un("p",{children:t}):t,r]}),xd=Es.div`
456
+ `,he=({title:e,description:t,icon:o,children:r,...n})=>Ld(ly,{...n,children:[o||null,yn("h3",{children:e}),typeof t=="string"?yn("p",{children:t}):t,r]}),Md=_s.div`
457
457
  display: flex;
458
458
  flex-direction: column;
459
459
  justify-content: flex-start;
@@ -473,7 +473,7 @@ Resources:
473
473
  color: var(--privy-color-foreground-2);
474
474
  font-size: 14px;
475
475
  }
476
- `,Jh=Es(xd)`
476
+ `,ly=_s(Md)`
477
477
  align-items: center;
478
478
  text-align: center;
479
479
  gap: 16px;
@@ -481,7 +481,7 @@ Resources:
481
481
  h3 {
482
482
  margin-bottom: 24px;
483
483
  }
484
- `;import{Fragment as Ps,jsx as We,jsxs as To}from"react/jsx-runtime";var Ts=6,kd=new Array(Ts).fill(""),ty=1400;var Rd=()=>{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(),[h,w]=Di(kd),[v,T]=Di(!1),[y,E]=Di(null),[b,W]=Di(null),M=a()?.email?0:1,L=e?.render.inDialog?tt:0,I=e?.render.inDialog?L-500:0;_d(()=>{if(c&&v&&u)if(yo(u,e?.embeddedWallets?.createOnLogin)){let _=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:Y=>console.error(Y),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},I);return()=>clearTimeout(_)}else{l();let _=setTimeout(r,L);return()=>clearTimeout(_)}},[c,v,u]),_d(()=>{if(y&&b===0){let B=setTimeout(()=>{w(kd),E(null),document.querySelector("input[name=code-0]")?.focus()},ty);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 Y=Number(B.currentTarget.name?.charAt(5)),se=[..._||[""]].slice(0,Ts-Y),ve=[...h.slice(0,Y),...se,...h.slice(Y+se.length)];w(ve);let N=se.length,De=Math.min(Math.max(Y+N,0),Ts-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 fo&&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 _=[...h.slice(0,B),"",...h.slice(B+1)];w(_),B>0&&document.querySelector(`input[name=code-${B-1}]`)?.focus()},D=M==0?We(Zh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):We(Xh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),$=M==0?To("p",{children:["Please check ",We(Ad,{children:a()?.email})," for an email from privy.io and enter your code below."]}):To("p",{children:["Please check ",We(Ad,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return To(Ps,{children:[We(x,{},"header"),To(oy,{children:[We(he,{title:"Enter confirmation code",description:$,icon:D}),To(vd,{children:[To(ry,{children:[We(ny,{fail:!!y,success:v,children:We("span",{children:y||(v?"Success!":"")})}),We("div",{children:h.map((B,_)=>We("input",{name:`code-${_}`,type:"text",value:h[_],onChange:k,onKeyUp:Y=>{Y.key==="Backspace"&&R(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${v?"success":""} ${y?"fail":""}`,autoComplete:ey?"one-time-code":"off"},_))})]}),We(iy,{children:M==0?To(Ps,{children:[We("span",{children:"Didn't get an email?"}),We("button",{onClick:n,children:"Resend Code"})]}):To(Ps,{children:[We("span",{children:"Didn't get a message?"}),We("button",{onClick:i,children:"Resend Code"})]})})]})]}),We(F,{protectedByPrivy:!0})]})},oy=fn.div`
484
+ `;import{Fragment as ks,jsx as We,jsxs as xo}from"react/jsx-runtime";var As=6,Od=new Array(As).fill(""),my=1400;var Ud=()=>{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(),[h,w]=Gi(Od),[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;Nd(()=>{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]),Nd(()=>{if(y&&b===0){let B=setTimeout(()=>{w(Od),E(null),document.querySelector("input[name=code-0]")?.focus()},my);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=[...h.slice(0,J),...se,...h.slice(J+se.length)];w(ve);let O=se.length,De=Math.min(Math.max(J+O,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 _=[...h.slice(0,B),"",...h.slice(B+1)];w(_),B>0&&document.querySelector(`input[name=code-${B-1}]`)?.focus()},D=M==0?We(dy,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):We(py,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),$=M==0?xo("p",{children:["Please check ",We(Dd,{children:a()?.email})," for an email from privy.io and enter your code below."]}):xo("p",{children:["Please check ",We(Dd,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return xo(ks,{children:[We(x,{},"header"),xo(fy,{children:[We(he,{title:"Enter confirmation code",description:$,icon:D}),xo(Sd,{children:[xo(hy,{children:[We(yy,{fail:!!y,success:v,children:We("span",{children:y||(v?"Success!":"")})}),We("div",{children:h.map((B,_)=>We("input",{name:`code-${_}`,type:"text",value:h[_],onChange:k,onKeyUp:J=>{J.key==="Backspace"&&R(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${v?"success":""} ${y?"fail":""}`,autoComplete:uy?"one-time-code":"off"},_))})]}),We(gy,{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})]})},fy=vn.div`
485
485
  display: flex;
486
486
  flex-direction: column;
487
487
  align-items: flex-start;
@@ -489,7 +489,7 @@ Resources:
489
489
  margin: auto;
490
490
  gap: 16px;
491
491
  flex-grow: 1;
492
- `,ry=fn.div`
492
+ `,hy=vn.div`
493
493
  display: flex;
494
494
  flex-direction: column;
495
495
  width: 100%;
@@ -545,7 +545,7 @@ Resources:
545
545
  transform: translate(1px, 0px);
546
546
  }
547
547
  }
548
- `,ny=fn.div`
548
+ `,yy=vn.div`
549
549
  line-height: 20px;
550
550
  height: 20px;
551
551
  font-size: 13px;
@@ -553,7 +553,7 @@ Resources:
553
553
  display: flex;
554
554
  justify-content: flex-end;
555
555
  width: 100%;
556
- `,iy=fn.div`
556
+ `,gy=vn.div`
557
557
  font-size: 13px;
558
558
  color: var(--privy-color-foreground-3);
559
559
  display: flex;
@@ -567,18 +567,18 @@ Resources:
567
567
  > button {
568
568
  text-decoration: underline;
569
569
  }
570
- `,Ad=fn.span`
570
+ `,Dd=vn.span`
571
571
  font-weight: 500;
572
572
  word-break: break-all;
573
- `;import ay from"@heroicons/react/24/outline/WalletIcon";import{useState as sy}from"react";import{isMobile as ly}from"react-device-detect";import cy from"styled-components";import{jsx as xt,jsxs as Id}from"react/jsx-runtime";var Wd=({...e})=>Id("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[xt("defs",{children:Id("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:[xt("stop",{offset:"0","stop-color":"#f1562b"}),xt("stop",{offset:"0.3","stop-color":"#f1542b"}),xt("stop",{offset:"0.41","stop-color":"#f04d2a"}),xt("stop",{offset:"0.49","stop-color":"#ef4229"}),xt("stop",{offset:"0.5","stop-color":"#ef4029"}),xt("stop",{offset:"0.56","stop-color":"#e83e28"}),xt("stop",{offset:"0.67","stop-color":"#e13c26"}),xt("stop",{offset:"1","stop-color":"#df3c26"})]})}),xt("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"}),xt("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 Md=({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 hn,jsxs as Ld}from"react/jsx-runtime";var Nd=({style:e,...t})=>Ld("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:[Ld("g",{clipPath:"url(#clip0_1704_1423)",children:[hn("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"}),hn("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"})]}),hn("defs",{children:hn("clipPath",{id:"clip0_1704_1423",children:hn("rect",{width:"176",height:"176",fill:"white"})})})]});import yn from"styled-components";var Ui=yn.div`
573
+ `;import vy from"@heroicons/react/24/outline/WalletIcon";import{useState as wy}from"react";import{isMobile as Cy}from"react-device-detect";import by from"styled-components";import{jsx as St,jsxs as Fd}from"react/jsx-runtime";var Bd=({...e})=>Fd("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[St("defs",{children:Fd("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 Hd=({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 Gd}from"react/jsx-runtime";var zd=({style:e,...t})=>Gd("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:[Gd("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`
574
574
  text-align: left;
575
575
  flex-grow: 1;
576
- `,Od=yn.div`
576
+ `,Vd=Cn.div`
577
577
  display: flex;
578
578
  flex-direction: column;
579
579
  justify-content: flex-end;
580
580
  flex-grow: 1;
581
- `,xo=yn.div`
581
+ `,So=Cn.div`
582
582
  display: flex;
583
583
  flex-direction: column;
584
584
  gap: 12px;
@@ -593,7 +593,7 @@ Resources:
593
593
  &::-webkit-scrollbar {
594
594
  display: none;
595
595
  }
596
- `,ye=yn.button`
596
+ `,ye=Cn.button`
597
597
  && {
598
598
  width: 100%;
599
599
  font-size: 16px;
@@ -631,10 +631,10 @@ Resources:
631
631
  max-width: 24px;
632
632
  }
633
633
  }
634
- `,oo=yn.div`
634
+ `,ao=Cn.div`
635
635
  width: 100%;
636
636
  ${e=>e.if?"display: none;":""}
637
- `;import{jsx as So,jsxs as fy}from"react/jsx-runtime";var Ht={coinbase_wallet:{logo:ln,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Pr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Ot,displayName:"Phantom"},rainbow:{logo:Md,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:cn,displayName:"WalletConnect"},zerion:{logo:Nd,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Wd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Rr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{status:i}=ue(),{navigate:a}=S(),{initLoginWithWallet:s,connectWallet:l}=A(),[c,u]=sy(!1),h=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,w;return n.connectorType==="phantom"?w=()=>{go()?r?(l(n,h),a("AWAITING_CONNECT_ONLY_CONNECTION")):(s(n,h),a("AWAITING_CONNECTION")):a(ly?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:w=()=>{r?(l(n,h),a("AWAITING_CONNECT_ONLY_CONNECTION")):(u(!0),s(n,h),a("AWAITING_CONNECTION"))},fy(my,{onClick:w,disabled:i==="error",children:[So(uy,{icon:py(e,n.connectorType)??o}),So("span",{style:{textTransform:"capitalize"},children:dy(e,n.connectorType)||t||n.walletClientType}),So("span",{id:"connect-text",children:"Connect"}),c&&So("span",{children:So(Xt,{})})]})},dy=(e,t)=>{if(Ht[e]?.displayName)return Ht[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},py=(e,t)=>{if(Ht[e]?.logo)return Ht[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return cn},uy=({icon:e})=>typeof e=="string"?So("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?So(ay,{}):e?So(e,{}):null,my=cy(ye)`
637
+ `;import{jsx as _o,jsxs as Sy}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:Hd,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:mn,displayName:"WalletConnect"},zerion:{logo:zd,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Bd,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]=wy(!1),h=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,w;return n.connectorType==="phantom"?w=()=>{Co()?r?(l(n,h),a("AWAITING_CONNECT_ONLY_CONNECTION")):(s(n,h),a("AWAITING_CONNECTION")):a(Cy?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:w=()=>{r?(l(n,h),a("AWAITING_CONNECT_ONLY_CONNECTION")):(u(!0),s(n,h),a("AWAITING_CONNECTION"))},Sy(xy,{onClick:w,disabled:i==="error",children:[_o(Ty,{icon:Py(e,n.connectorType)??o}),_o("span",{style:{textTransform:"capitalize"},children:Ey(e,n.connectorType)||t||n.walletClientType}),_o("span",{id:"connect-text",children:"Connect"}),c&&_o("span",{children:_o(ro,{})})]})},Ey=(e,t)=>{if(Vt[e]?.displayName)return Vt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},Py=(e,t)=>{if(Vt[e]?.logo)return Vt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return mn},Ty=({icon:e})=>typeof e=="string"?_o("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?_o(vy,{}):e?_o(e,{}):null,xy=by(ye)`
638
638
  /* Show "Connect" on hover */
639
639
  > #connect-text {
640
640
  font-weight: 500;
@@ -656,16 +656,16 @@ Resources:
656
656
  display: none;
657
657
  }
658
658
  }
659
- `;import{Fragment as vy,jsx as gn,jsxs as wy}from"react/jsx-runtime";var hy=["coinbase_wallet"],yy=["metamask","rainbow","zerion"],gy=["phantom"],Ir=({connectOnly:e})=>{let{connectors:t}=A(),{app:o}=S(),r=xs(o?.appearance.walletList??[],t,e);return wy(vy,{children:[...r]})},xs=(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:h}=c;(u==="unknown"?n:r).push(gn(Rr,{connectOnly:o,provider:u,logo:h.icon,displayName:h.name,connector:c},`${s}-${u}`))}}else if(gy.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s||c.connectorType===s);l&&r.push(gn(Rr,{connectOnly:o,provider:s,connector:l},s))}else if(yy.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s)??a;l&&r.push(gn(Rr,{connectOnly:o,provider:s,connector:l},s))}else if(hy.includes(s)){let l=t.find(({connectorType:c})=>c===s);l&&r.push(gn(Rr,{connectOnly:o,provider:s,connector:l},s))}else s==="wallet_connect"&&a&&i.push(gn(Rr,{connectOnly:o,provider:s,connector:a},s));return[...n,...r,...i]};import{Fragment as Cy,jsx as vn,jsxs as by}from"react/jsx-runtime";var Dd=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return by(Cy,{children:[vn(x,{},"header"),vn(Po,{title:"Connect your wallet",description:t}),vn(xo,{children:vn(Ir,{connectOnly:!0})}),vn(F,{protectedByPrivy:!0})]})};import Sy from"styled-components";import Ty from"styled-components";import Ey from"react";import{jsx as Py}from"react/jsx-runtime";var Ud=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Py("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Ey.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 Fd}from"react/jsx-runtime";var Fi=e=>{let{app:t}=S();return t?.appearance.logo?Fd(xy,{...e,children:Fd(Ud,{})}):null},xy=Ty.div`
659
+ `;import{Fragment as Ry,jsx as bn,jsxs as Iy}from"react/jsx-runtime";var _y=["coinbase_wallet"],ky=["metamask","rainbow","zerion"],Ay=["phantom"],Nr=({connectOnly:e})=>{let{connectors:t}=A(),{app:o}=S(),r=Rs(o?.appearance.walletList??[],t,e);return Iy(Ry,{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:h}=c;(u==="unknown"?n:r).push(bn(Lr,{connectOnly:o,provider:u,logo:h.icon,displayName:h.name,connector:c},`${s}-${u}`))}}else if(Ay.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(ky.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(_y.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 Wy,jsx as En,jsxs as My}from"react/jsx-runtime";var $d=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return My(Wy,{children:[En(x,{},"header"),En(zt,{title:"Connect your wallet",description:t}),En(So,{children:En(Nr,{connectOnly:!0})}),En(F,{protectedByPrivy:!0})]})};import Uy from"styled-components";import Oy from"styled-components";import Ly from"react";import{jsx as Ny}from"react/jsx-runtime";var jd=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Ny("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Ly.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 qd}from"react/jsx-runtime";var Vi=e=>{let{app:t}=S();return t?.appearance.logo?qd(Dy,{...e,children:qd(jd,{})}):null},Dy=Oy.div`
660
660
  display: flex;
661
661
  flex-direction: column;
662
662
  align-items: center;
663
663
  padding: 24px 0;
664
664
  flex-grow: 1;
665
665
  justify-content: center;
666
- `;import{Fragment as ky,jsx as Wr,jsxs as Ay}from"react/jsx-runtime";var Bd=()=>{let{app:e}=S();return Ay(ky,{children:[Wr(x,{},"header"),Wr(_y,{}),Wr(xo,{children:Wr(Ir,{connectOnly:!0})}),e&&Wr(Oi,{app:e}),Wr(F,{protectedByPrivy:!0})]})},_y=Sy(Fi)`
666
+ `;import{Fragment as By,jsx as Or,jsxs as Hy}from"react/jsx-runtime";var Kd=()=>{let{app:e}=S();return Hy(By,{children:[Or(x,{},"header"),Or(Fy,{}),Or(So,{children:Or(Nr,{connectOnly:!0})}),e&&Or(Hi,{app:e}),Or(F,{protectedByPrivy:!0})]})},Fy=Uy(Vi)`
667
667
  margin-bottom: 16px;
668
- `;import{useEffect as $d,useState as jd}from"react";import{isMobile as By}from"react-device-detect";import Hy from"styled-components";import{useEffect as Ss,useState as Mr}from"react";import{isMobile as wn}from"react-device-detect";import{useInterval as Oy}from"react-use";import Gd from"styled-components";import Ry from"styled-components";import{jsx as Wy}from"react/jsx-runtime";var Gt=()=>{let{status:e}=ue();return e==="error"?Wy(Iy,{children:"Issue verifying you are a human"}):null},Iy=Ry.div`
668
+ `;import{useEffect as Xd,useState as ep}from"react";import{isMobile as Zy}from"react-device-detect";import Xy from"styled-components";import{useEffect as Is,useState as Dr}from"react";import{isMobile as Pn}from"react-device-detect";import{useInterval as Ky}from"react-use";import Jd from"styled-components";import Gy from"styled-components";import{jsx as Vy}from"react/jsx-runtime";var $t=()=>{let{status:e}=ue();return e==="error"?Vy(zy,{children:"Issue verifying you are a human"}):null},zy=Gy.div`
669
669
  font-size: 13px;
670
670
  color: var(--privy-color-error);
671
671
  text-align: left;
@@ -676,14 +676,14 @@ Resources:
676
676
  > a {
677
677
  text-decoration: underline;
678
678
  }
679
- `;import{useState as My,useEffect as Ly,useCallback as Ny}from"react";function Hd(){let[e,t]=My(!1),o=Ny(()=>{document.hidden&&t(!0)},[]);return Ly(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Vd,jsx as Ce,jsxs as Cn}from"react/jsx-runtime";var _s=2,ks=e=>e?.privyErrorCode==="linked_to_another_user"?Zt.ERROR_USER_EXISTS:e instanceof Fe&&!e.details.default?e.details:e instanceof wr?Zt.ERROR_TIMED_OUT:e instanceof Cr?Zt.ERROR_USER_REJECTED_CONNECTION:Zt.ERROR_WALLET_CONNECTION,zd=()=>{let[e,t]=Mr(!1),[o,r]=Mr(!1),[n,i]=Mr(void 0),{status:a,waitForResult:s}=ue(),{app:l,navigate:c,navigateBack:u,lastScreen:h,currentScreen:w,setModalData:v}=S(),{getAuthFlow:T,walletConnectionStatus:y,closePrivyModal:E,loginWithWallet:b,updateWallets:W}=A(),{walletConnectors:M}=H(),[L,I]=Mr(0),{user:k}=H(),[R]=Mr(k?.linkedAccounts.length||0),[D,$]=Mr(""),{hasTabbedAway:B}=Hd(),_=wn&&y?.connector?.connectorType==="wallet_connect_v2"||wn&&y?.connector?.connectorType==="coinbase_wallet"||wn&&y?.connector?.connectorType==="injected"&&y?.connector?.walletClientType==="phantom",Y=y?.status==="connected",se=y?.status==="switching_to_supported_chain";Ss(()=>{let j=T();if(j&&_&&Y&&!j.preparedMessage){(async()=>{let lt;l?.captchaEnabled&&!j.meta.captchaToken&&(lt=await s()),lt&&j.addCaptchaToken(lt),j.buildSiweMessage()})();return}!j||_||!Y||o||(async()=>{r(!0),i(void 0);try{y?.connector?.connectorType==="wallet_connect_v2"&&y?.connector?.walletClientType==="metamask"&&await ss(2500),await N()}catch(lt){console.warn("Auto-prompted signature failed",lt)}finally{r(!1)}})()},[L,Y,a]),Ss(()=>{if(k&&e){let j;if(yo(k,l?.embeddedWallets?.createOnLogin)){let lt=l?.render.inDialog?tt:0,Go=l?.render.inDialog?lt-500:0;j=setTimeout(()=>{v({createWallet:{onSuccess:()=>{},onFailure:pr=>console.error(pr),callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},Go)}else W(),j=setTimeout(E,tt);return()=>clearTimeout(j)}},[k,e]);let ve=j=>{if(j?.privyErrorCode==="allowlist_rejected"){c("ALLOWLIST_REJECTION_SCREEN");return}i(ks(j))};async function N(){try{if(await b(),!l?.render.inDialog)return E();t(!0)}catch(j){ve(j)}finally{r(!1)}}Ss(()=>{y?.connectError&&ve(y?.connectError)},[y]),Oy(()=>{let j=De==="wallet_connect_v2"&&y?.connector instanceof Dt?y.connector.redirectUri:void 0;j&&$(j)},y?.connector instanceof Dt&&!D?500:null);let De=y?.connector?.connectorType||"injected",Ee=y?.connector?.walletClientType||"unknown",le=Ht[Ee]?.displayName||y?.connector?.walletBranding.name||"Browser Extension",vt=Ht[Ee]?.logo||y?.connector?.walletBranding.icon||(j=>Ce(Er,{...j})),$e=le==="Browser Extension"?le.toLowerCase():le,ee;e?ee=`Successfully connected with ${$e}`:n?ee=n.message:se?ee="Switching networks":Y?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 L>=_s&&n?Pe="Unable to connect wallet":n?Pe=n.detail:se?Pe="Switch your wallet to the requested network.":Y&&_?Pe="Sign the message in your wallet to verify it belongs to you.":Ee==="metamask"&&wn?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"&&(xc()||(cs(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 Jt=M?.walletConnectors?.find(j=>j.walletClientType==="coinbase_wallet"),dr=Ee==="coinbase_wallet"&&(cs(k)||n===Zt.ERROR_USER_EXISTS);return Cn(Vd,{children:[Ce(x,{backFn:w===h?void 0:u}),Cn(Uy,{children:[Ce(As,{walletLogo:vt,success:e,fail:!!n}),Ce(Gt,{}),Cn(Eo,{children:[Ce("h3",{children:ee}),Ce("p",{children:Pe}),!Y&&D&&!B?Cn("p",{children:["Still here?"," ",Ce("a",{href:D,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),dr?Ce(U,{onClick:()=>Jt&&Jt?.disconnect(),disabled:e,children:"Use a different wallet"}):n==Zt.ERROR_USER_EXISTS&&w!==h?Ce(U,{onClick:u,children:"Use a different wallet"}):Y&&!e&&_?Ce(U,{onClick:()=>{r(!0),N(),Dy(Ee)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&L<_s?Ce(U,{onClick:()=>{I(L+1),i(void 0),Y?(r(!0),N()):y?.connectRetry()},disabled:!e&&(!n?.retryable||L>=_s),children:"Retry"}):!e&&!n?Ce(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ce(Q,{})]})},Dy=e=>{if(!wn||!Vc(e))return;let t=$c(e);t&&window.open(t,"_self","noopener,noreferrer")},Uy=Gd.div`
679
+ `;import{useState as $y,useEffect as jy,useCallback as qy}from"react";function Yd(){let[e,t]=$y(!1),o=qy(()=>{document.hidden&&t(!0)},[]);return jy(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Zd,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,Qd=()=>{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:h,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),[D,$]=Dr(""),{hasTabbedAway:B}=Yd(),_=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 O()}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 O(){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]),Ky(()=>{let j=De==="wallet_connect_v2"&&y?.connector instanceof Ut?y.connector.redirectUri:void 0;j&&$(j)},y?.connector instanceof Ut&&!D?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"&&(Mc()||(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(Zd,{children:[Ce(x,{backFn:w===h?void 0:u}),Tn(Jy,{children:[Ce(Ls,{walletLogo:vt,success:e,fail:!!n}),Ce($t,{}),Tn(To,{children:[Ce("h3",{children:ee}),Ce("p",{children:Pe}),!J&&D&&!B?Tn("p",{children:["Still here?"," ",Ce("a",{href:D,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!==h?Ce(U,{onClick:u,children:"Use a different wallet"}):J&&!e&&_?Ce(U,{onClick:()=>{r(!0),O(),Yy(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),O()):y?.connectRetry()},disabled:!e&&(!n?.retryable||N>=Ws),children:"Retry"}):!e&&!n?Ce(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ce(Q,{})]})},Yy=e=>{if(!Pn||!Zc(e))return;let t=Xc(e);t&&window.open(t,"_self","noopener,noreferrer")},Jy=Jd.div`
680
680
  display: flex;
681
681
  flex-direction: column;
682
682
  align-items: center;
683
683
  justify-content: center;
684
684
  gap: 24px;
685
685
  width: 100%;
686
- `,Fy=Gd.div`
686
+ `,Qy=Jd.div`
687
687
  display: flex;
688
688
  flex-direction: column;
689
689
  justify-content: center;
@@ -706,14 +706,14 @@ Resources:
706
706
  left: -19px;
707
707
  top: -19px;
708
708
  }
709
- `,As=e=>{let t=e.walletLogo;return Ce(Vd,{children:Ce(Fy,{children:Cn("div",{children:[Ce(Ai,{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 zy,jsx as ro,jsxs as Rs}from"react/jsx-runtime";var Bi=2,qd=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=A(),[i,a]=jd(void 0),[s,l]=jd(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";$d(()=>{if(c){let M=setTimeout(n,tt);return()=>clearTimeout(M)}},[c]);let h=M=>{a(ks(M))};$d(()=>{r?.connectError&&h(r?.connectError)},[r]);let w=r?.connector?.connectorType||"injected",v=r?.connector?.walletClientType||"unknown",T=Ht[v]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",y=Ht[v]?.logo||r?.connector?.walletBranding.icon||(M=>ro(Er,{...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>=Bi&&i?W="Unable to connect wallet":i?W=i.detail:u?W="Switch your wallet to the requested network.":v==="metamask"&&By?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."),Rs(zy,{children:[ro(x,{backFn:o===t?void 0:e}),Rs(Gy,{children:[ro(As,{walletLogo:y,success:c,fail:!!i}),Rs(Eo,{children:[ro("h3",{children:b}),ro("p",{children:W})]}),i==Zt.ERROR_USER_EXISTS?ro(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&s<Bi?ro(U,{onClick:()=>{l(s+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||s>=Bi),children:"Retry"}):!c&&i&&s>=Bi?ro(U,{onClick:e,children:"Use a different wallet"}):null]}),ro(Q,{})]})},Gy=Hy.div`
709
+ `,Ls=e=>{let t=e.walletLogo;return Ce(Zd,{children:Ce(Qy,{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 tg,jsx as so,jsxs as Ns}from"react/jsx-runtime";var $i=2,tp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=A(),[i,a]=ep(void 0),[s,l]=ep(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Xd(()=>{if(c){let M=setTimeout(n,et);return()=>clearTimeout(M)}},[c]);let h=M=>{a(Ms(M))};Xd(()=>{r?.connectError&&h(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"&&Zy?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(tg,{children:[so(x,{backFn:o===t?void 0:e}),Ns(eg,{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,{})]})},eg=Xy.div`
710
710
  display: flex;
711
711
  flex-direction: column;
712
712
  align-items: center;
713
713
  justify-content: center;
714
714
  gap: 24px;
715
715
  width: 100%;
716
- `;import{XCircleIcon as Jy}from"@heroicons/react/24/solid";import{useEffect as Qy,useMemo as Zy,useState as Xy}from"react";import eg from"styled-components";import Hi from"styled-components";import{jsx as Is,jsxs as Ky}from"react/jsx-runtime";var Lr=()=>Is(Vy,{children:Ky($y,{children:[Is(jy,{}),Is(qy,{})]})}),Vy=Hi.div`
716
+ `;import{XCircleIcon as lg}from"@heroicons/react/24/solid";import{useEffect as cg,useMemo as dg,useState as pg}from"react";import ug from"styled-components";import ji from"styled-components";import{jsx as Os,jsxs as ag}from"react/jsx-runtime";var Ur=()=>Os(og,{children:ag(rg,{children:[Os(ng,{}),Os(ig,{})]})}),og=ji.div`
717
717
  display: flex;
718
718
  justify-content: center;
719
719
  align-items: center;
@@ -725,14 +725,14 @@ Resources:
725
725
  @media all and (display-mode: standalone) {
726
726
  margin-bottom: 30px;
727
727
  }
728
- `,$y=Hi.div`
728
+ `,rg=ji.div`
729
729
  position: relative;
730
730
  height: 140px;
731
731
  width: 140px;
732
732
 
733
733
  opacity: 1;
734
734
  animation: fadein 200ms ease;
735
- `,jy=Hi.div`
735
+ `,ng=ji.div`
736
736
  position: absolute;
737
737
  top: 0;
738
738
  right: 0;
@@ -745,7 +745,7 @@ Resources:
745
745
  border: 4px solid var(--privy-color-accent-light);
746
746
  border-radius: 50%;
747
747
  }
748
- `,qy=Hi.div`
748
+ `,ig=ji.div`
749
749
  position: absolute;
750
750
  top: 0;
751
751
  right: 0;
@@ -769,20 +769,20 @@ Resources:
769
769
  transform: rotate(360deg);
770
770
  }
771
771
  }
772
- `;var Kd=["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 Zo(e){let t=e.type;return typeof t=="string"&&Kd.includes(t)}function Yy(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function Xo(e){return Zo(e)&&e.type==="wallet_not_on_device"}function Yd(e){return Zo(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Jd(e){return!!(Zo(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Nr(e){return!!(Zo(e)&&e.type==="mfa_timeout")}function Or(e){return!!(Zo(e)&&e.type==="missing_or_invalid_mfa")}function Ws(e){return!!(Zo(e)&&e.type==="mfa_verification_max_attempts_reached")}function Ms(e){return!!(Zo(e)&&e.message.includes("code 429"))}function Ls(e){return!!(Yy(e)&&e.message==="MFA canceled")}import{Fragment as Zd,jsx as Dr,jsxs as Ns}from"react/jsx-runtime";var Qd=1,Xd=()=>{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=Zy(()=>Date.now(),[]),[h,w]=Xy(!1),{onCompleteNavigateTo:v,onFailure:T}=s?.connectWallet,y=b=>{h||(w(!0),T(typeof b=="string"?new Error(b):b))};Qy(()=>{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 L=await o();if(!L)return y("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:L,address:b.address});let I=(Date.now()-u)/1e3;v==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&I<Qd?W=setTimeout(()=>{a(v)},(Qd-I)*1e3):a(v)}catch(I){if(Xo(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 Xo(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,Ns(Zd,{children:[Dr(x,{onClose:E}),h?Ns(Zd,{children:[Ns(Tt,{children:[Dr(Jy,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Dr(he,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Dr(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Dr(Lr,{}),Dr(tg,{})]})},tg=eg.div`
772
+ `;var op=["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"&&op.includes(t)}function sg(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 rp(e){return er(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function np(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!!(sg(e)&&e.message==="MFA canceled")}import{Fragment as ap,jsx as Hr,jsxs as Bs}from"react/jsx-runtime";var ip=1,sp=()=>{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=dg(()=>Date.now(),[]),[h,w]=pg(!1),{onCompleteNavigateTo:v,onFailure:T}=s?.connectWallet,y=b=>{h||(w(!0),T(typeof b=="string"?new Error(b):b))};cg(()=>{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<ip?W=setTimeout(()=>{a(v)},(ip-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(ap,{children:[Hr(x,{onClose:E}),h?Bs(ap,{children:[Bs(xt,{children:[Hr(lg,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",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(mg,{})]})},mg=ug.div`
773
773
  height: 44px;
774
- `;import{CheckCircleIcon as og}from"@heroicons/react/24/solid";import{useEffect as rg}from"react";import{Fragment as ng,jsx as Ur,jsxs as ep}from"react/jsx-runtime";var tp=()=>{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 h=ne(e);h?(r(),s(h)):l(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return rg(()=>{let h=setTimeout(u,gc);return()=>clearTimeout(h)},[]),a.current=u,ep(ng,{children:[Ur(x,{onClose:u}),Ur(q,{}),ep(Tt,{children:[Ur(og,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Ur(he,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Ur(J,{}),Ur(F,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as ig}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as ag}from"@heroicons/react/24/outline";import{useEffect as np,useRef as sg,useState as Os}from"react";import _o from"styled-components";import{Fragment as yg,jsx as ge,jsxs as St}from"react/jsx-runtime";var ip=()=>{let[e,t]=Os(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:h,onSuccess:w,origin:v,appId:T}=l.keyExport,y=b=>{i({shouldCallAuthOnSuccess:!1}),h(typeof b=="string"?new Error(b):b)},E=()=>{i({shouldCallAuthOnSuccess:!1}),w(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return np(()=>{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,St(yg,{children:[ge(x,{onClose:E}),St(dg,{children:[St(he,{icon:ge(ag,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[St(fg,{children:[ge(cg,{style:{marginRight:6}}),vo(u)]}),ge("p",{children:"You can bring your account with you to another site using an external wallet."})]}),St(pg,{children:[St(op,{children:[ge(rp,{children:"1"}),St("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."]})]}),St(op,{children:[ge(rp,{children:"2"}),ge("span",{children:"Copy this key into your other wallet"})]})]}),ge("div",{style:{width:"100%"},children:e&&ge(lg,{origin:v,appId:T,accessToken:e,clientAnalyticsId:s,address:u,dimensions:{height:"44px"}})}),St(hg,{children:[St("div",{children:[ge(ig,{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 lg(e){let[t,o]=Os(e.dimensions.width),[r,n]=Os(void 0),i=sg(null);return np(()=>{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&&St(ug,{children:[ge("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:fi(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),ge(mg,{children:"Loading..."})]})})}function cg(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 dg=_o.div`
774
+ `;import{CheckCircleIcon as fg}from"@heroicons/react/24/solid";import{useEffect as hg}from"react";import{Fragment as yg,jsx as Gr,jsxs as lp}from"react/jsx-runtime";var cp=()=>{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 h=ne(e);h?(r(),s(h)):l(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return hg(()=>{let h=setTimeout(u,Ec);return()=>clearTimeout(h)},[]),a.current=u,lp(yg,{children:[Gr(x,{onClose:u}),Gr(q,{}),lp(xt,{children:[Gr(fg,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",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 gg}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as vg}from"@heroicons/react/24/outline";import{useEffect as up,useRef as wg,useState as Hs}from"react";import ko from"styled-components";import{Fragment as kg,jsx as ge,jsxs as _t}from"react/jsx-runtime";var mp=()=>{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:h,onSuccess:w,origin:v,appId:T}=l.keyExport,y=b=>{i({shouldCallAuthOnSuccess:!1}),h(typeof b=="string"?new Error(b):b)},E=()=>{i({shouldCallAuthOnSuccess:!1}),w(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return up(()=>{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(kg,{children:[ge(x,{onClose:E}),_t(Eg,{children:[_t(he,{icon:ge(vg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[_t(Sg,{children:[ge(bg,{style:{marginRight:6}}),bo(u)]}),ge("p",{children:"You can bring your account with you to another site using an external wallet."})]}),_t(Pg,{children:[_t(dp,{children:[ge(pp,{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(dp,{children:[ge(pp,{children:"2"}),ge("span",{children:"Copy this key into your other wallet"})]})]}),ge("div",{style:{width:"100%"},children:e&&ge(Cg,{origin:v,appId:T,accessToken:e,clientAnalyticsId:s,address:u,dimensions:{height:"44px"}})}),_t(_g,{children:[_t("div",{children:[ge(gg,{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 Cg(e){let[t,o]=Hs(e.dimensions.width),[r,n]=Hs(void 0),i=wg(null);return up(()=>{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(Tg,{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(xg,{children:"Loading..."})]})})}function bg(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 Eg=ko.div`
775
775
  display: flex;
776
776
  flex-direction: column;
777
777
  text-align: left;
778
- `,pg=_o.div`
778
+ `,Pg=ko.div`
779
779
  display: flex;
780
780
  flex-direction: column;
781
781
  gap: 24px;
782
782
  padding-bottom: 16px;
783
783
  margin-left: 11px;
784
784
  border-left: 1px solid var(--privy-color-foreground-4) !important;
785
- `,op=_o.div`
785
+ `,dp=ko.div`
786
786
  display: flex;
787
787
  align-items: top;
788
788
  gap: 8px;
@@ -791,7 +791,7 @@ Resources:
791
791
  color: var(--privy-color-accent);
792
792
  text-decoration: underline;
793
793
  }
794
- `,rp=_o.div`
794
+ `,pp=ko.div`
795
795
  display: flex;
796
796
  align-items: center;
797
797
  justify-content: center;
@@ -805,11 +805,11 @@ Resources:
805
805
  border-radius: 100%;
806
806
  background: var(--privy-color-background);
807
807
  color: var(--privy-color-accent);
808
- `,ug=_o.div`
808
+ `,Tg=ko.div`
809
809
  overflow: visible;
810
810
  position: relative;
811
811
  height: 44px;
812
- `,mg=_o.div`
812
+ `,xg=ko.div`
813
813
  position: absolute;
814
814
  display: flex;
815
815
  align-items: center;
@@ -821,7 +821,7 @@ Resources:
821
821
  border-radius: var(--privy-border-radius-md);
822
822
  background-color: var(--privy-color-background-2);
823
823
  color: var(--privy-color-foreground-3);
824
- `,fg=_o.div`
824
+ `,Sg=ko.div`
825
825
  display: flex;
826
826
  align-items: center;
827
827
  padding-top: 1px;
@@ -834,7 +834,7 @@ Resources:
834
834
  font-size: 12px;
835
835
  font-weight: 500;
836
836
  margin: auto;
837
- `,hg=_o.div`
837
+ `,_g=ko.div`
838
838
  border: 1px solid var(--privy-color-background-2) !important;
839
839
  border-radius: var(--privy-border-radius-md);
840
840
  padding: 16px;
@@ -856,7 +856,7 @@ Resources:
856
856
  color: var(--privy-color-error);
857
857
  }
858
858
  }
859
- `;import{XCircleIcon as c1}from"@heroicons/react/24/outline";import{useEffect as Ip,useRef as d1,useState as Sn}from"react";import{useCallback as Rp,useEffect as l1}from"react";import{ExclamationTriangleIcon as bg}from"@heroicons/react/24/outline";import{useEffect as Eg,useState as Fs}from"react";import{ArrowPathIcon as gg,EyeIcon as vg,EyeSlashIcon as wg}from"@heroicons/react/24/outline";import Me,{css as Ds}from"styled-components";var Cg=Ds`
859
+ `;import{XCircleIcon as b1}from"@heroicons/react/24/outline";import{useEffect as Fp,useRef as E1,useState as Rn}from"react";import{useCallback as Up,useEffect as C1}from"react";import{ExclamationTriangleIcon as Mg}from"@heroicons/react/24/outline";import{useEffect as Lg,useState as Vs}from"react";import{ArrowPathIcon as Ag,EyeIcon as Rg,EyeSlashIcon as Ig}from"@heroicons/react/24/outline";import Me,{css as Gs}from"styled-components";var Wg=Gs`
860
860
  font-size: 14px;
861
861
  font-style: normal;
862
862
  font-weight: 400;
@@ -864,8 +864,8 @@ Resources:
864
864
  letter-spacing: -0.008px;
865
865
  text-align: left;
866
866
  transition: color 0.1s ease-in;
867
- `,Gi=Me.span`
868
- ${Cg}
867
+ `,qi=Me.span`
868
+ ${Wg}
869
869
  transition: color 0.1s ease-in;
870
870
  color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
871
871
  text-transform: ${({error:e})=>e?"":"capitalize"};
@@ -873,18 +873,18 @@ Resources:
873
873
  &[aria-hidden='true'] {
874
874
  visibility: hidden;
875
875
  }
876
- `,ko=Me.div`
876
+ `,Ao=Me.div`
877
877
  display: flex;
878
878
  flex-direction: column;
879
879
  justify-content: center;
880
880
  flex-grow: 1;
881
- `,Ao=Me(U)`
882
- ${e=>e.hideAnimations&&Ds`
881
+ `,Ro=Me(U)`
882
+ ${e=>e.hideAnimations&&Gs`
883
883
  && {
884
884
  transition: none;
885
885
  }
886
886
  `}
887
- `,ap=Ds`
887
+ `,fp=Gs`
888
888
  && {
889
889
  width: 100%;
890
890
  border-width: 1px;
@@ -899,23 +899,23 @@ Resources:
899
899
  font-weight: 300;
900
900
  line-height: 22px; /* 137.5% */
901
901
  }
902
- `,er=Me.input`
903
- ${ap}
902
+ `,or=Me.input`
903
+ ${fp}
904
904
 
905
905
  &::placeholder {
906
906
  color: var(--privy-color-foreground-3);
907
907
  font-style: italic;
908
908
  font-size: 14px;
909
909
  }
910
- `,sp=Me.div`
911
- ${ap}
912
- `,Ro=Me.div`
910
+ `,hp=Me.div`
911
+ ${fp}
912
+ `,Io=Me.div`
913
913
  position: relative;
914
914
  width: 100%;
915
915
  display: flex;
916
916
  align-items: center;
917
917
  justify-content: ${({centered:e})=>e?"center":"space-between"};
918
- `,Io=Me.div`
918
+ `,Wo=Me.div`
919
919
  display: flex;
920
920
  flex-direction: column;
921
921
  align-items: center;
@@ -937,12 +937,12 @@ Resources:
937
937
  font-weight: 400;
938
938
  line-height: 20px;
939
939
  }
940
- `,bn=Me.div`
940
+ `,xn=Me.div`
941
941
  display: flex;
942
942
  flex-direction: column;
943
943
  gap: 10px;
944
944
  padding-bottom: 1rem;
945
- `,En=Me.div`
945
+ `,Sn=Me.div`
946
946
  display: flex;
947
947
  text-align: left;
948
948
  align-items: center;
@@ -962,13 +962,13 @@ Resources:
962
962
  > :first-child {
963
963
  min-width: 24px;
964
964
  }
965
- `,I5=Me.div`
965
+ `,Z5=Me.div`
966
966
  height: var(--privy-height-modal-full);
967
967
 
968
968
  @media (max-width: 440px) {
969
969
  height: var(--privy-height-modal-compact);
970
970
  }
971
- `,Us=Me(Ri)`
971
+ `,zs=Me(Ni)`
972
972
  display: flex;
973
973
  flex: 1;
974
974
  gap: 4px;
@@ -980,7 +980,7 @@ Resources:
980
980
  border-color: var(--privy-color-foreground-3);
981
981
  border-width: 1px;
982
982
  }
983
- `,Fr=Me.div`
983
+ `,zr=Me.div`
984
984
  position: absolute;
985
985
  right: 0.5rem;
986
986
 
@@ -988,7 +988,7 @@ Resources:
988
988
  flex-direction: row;
989
989
  justify-content: space-around;
990
990
  align-items: center;
991
- `,lp=Me(gg)`
991
+ `,yp=Me(Ag)`
992
992
  height: 1.25rem;
993
993
  width: 1.25rem;
994
994
  stroke: var(--privy-color-accent);
@@ -997,7 +997,7 @@ Resources:
997
997
  :active {
998
998
  stroke: var(--privy-color-accent-light);
999
999
  }
1000
- `,Br=Me(wg)`
1000
+ `,Vr=Me(Ig)`
1001
1001
  height: 1.25rem;
1002
1002
  width: 1.25rem;
1003
1003
  stroke: var(--privy-color-accent);
@@ -1006,7 +1006,7 @@ Resources:
1006
1006
  :active {
1007
1007
  stroke: var(--privy-color-accent-light);
1008
1008
  }
1009
- `,Hr=Me(vg)`
1009
+ `,$r=Me(Rg)`
1010
1010
  height: 1.25rem;
1011
1011
  width: 1.25rem;
1012
1012
  stroke: var(--privy-color-accent);
@@ -1015,7 +1015,7 @@ Resources:
1015
1015
  :active {
1016
1016
  stroke: var(--privy-color-accent-light);
1017
1017
  }
1018
- `,cp=Me.progress`
1018
+ `,gp=Me.progress`
1019
1019
  height: 4px;
1020
1020
  width: 100%;
1021
1021
  margin: 8px 0;
@@ -1031,14 +1031,14 @@ Resources:
1031
1031
  transition: all 0.1s ease-out;
1032
1032
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1033
1033
  }
1034
- `;import{Fragment as Pg,jsx as it,jsxs as zi}from"react/jsx-runtime";var dp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Fs(!0),[s,l]=Fs(!1),[c,u]=Fs(""),h=o===c;return Eg(()=>{c&&!s&&l(!0)},[c]),zi(Pg,{children:[it(x,{title:"Confirm Password",closeable:!1,backFn:n}),it(q,{}),zi(ko,{children:[zi(Io,{children:[it(bg,{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."})]}),zi(Ro,{children:[it(er,{value:c,onChange:w=>u(w.target.value),onBlur:()=>l(!0),placeholder:"confirm your password",type:i?"password":"text"}),it(Fr,{style:{right:"0.75rem"},children:i?it(Br,{onClick:()=>a(!1)}):it(Hr,{onClick:()=>a(!0)})})]}),it(Gi,{"aria-hidden":!s||h,error:!0,children:"Passwords do not match"})]}),it(Ao,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),it(J,{}),it(F,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as _g}from"@heroicons/react/24/outline";import{useState as kg}from"react";import Ag from"styled-components";import Vi from"styled-components";import{jsx as Pn,jsxs as Sg}from"react/jsx-runtime";var pp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Pn("label",{children:Sg(Tg,{className:e,children:[Pn(mp,{checked:t,...r}),Pn(xg,{color:o,checked:t,children:Pn(up,{viewBox:"0 0 24 24",children:Pn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Tg=Vi.div`
1034
+ `;import{Fragment as Ng,jsx as it,jsxs as Ki}from"react/jsx-runtime";var vp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Vs(!0),[s,l]=Vs(!1),[c,u]=Vs(""),h=o===c;return Lg(()=>{c&&!s&&l(!0)},[c]),Ki(Ng,{children:[it(x,{title:"Confirm Password",closeable:!1,backFn:n}),it(q,{}),Ki(Ao,{children:[Ki(Wo,{children:[it(Mg,{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||h,error:!0,children:"Passwords do not match"})]}),it(Ro,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),it(K,{}),it(F,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Fg}from"@heroicons/react/24/outline";import{useState as Bg}from"react";import Hg from"styled-components";import Yi from"styled-components";import{jsx as _n,jsxs as Ug}from"react/jsx-runtime";var wp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>_n("label",{children:Ug(Og,{className:e,children:[_n(bp,{checked:t,...r}),_n(Dg,{color:o,checked:t,children:_n(Cp,{viewBox:"0 0 24 24",children:_n("polyline",{points:"20 6 9 17 4 12"})})})]})}),Og=Yi.div`
1035
1035
  display: inline-block;
1036
1036
  vertical-align: middle;
1037
- `,up=Vi.svg`
1037
+ `,Cp=Yi.svg`
1038
1038
  fill: none;
1039
1039
  stroke: white;
1040
1040
  stroke-width: 3px;
1041
- `,mp=Vi.input.attrs({type:"checkbox"})`
1041
+ `,bp=Yi.input.attrs({type:"checkbox"})`
1042
1042
  border: 0;
1043
1043
  clip: rect(0 0 0 0);
1044
1044
  clippath: inset(50%);
@@ -1049,7 +1049,7 @@ Resources:
1049
1049
  position: absolute;
1050
1050
  white-space: nowrap;
1051
1051
  width: 1px;
1052
- `,xg=Vi.div`
1052
+ `,Dg=Yi.div`
1053
1053
  display: inline-block;
1054
1054
  width: 18px;
1055
1055
  height: 18px;
@@ -1064,28 +1064,28 @@ Resources:
1064
1064
  border-width: 1px;
1065
1065
  }
1066
1066
 
1067
- ${mp}:focus + & {
1067
+ ${bp}:focus + & {
1068
1068
  box-shadow: 0 0 0 1px ${e=>e.color};
1069
1069
  }
1070
1070
 
1071
- ${up} {
1071
+ ${Cp} {
1072
1072
  visibility: ${e=>e.checked?"visible":"hidden"};
1073
1073
  }
1074
- `;import{Fragment as fp,jsx as ft,jsxs as Tn}from"react/jsx-runtime";var hp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=kg(!1);return Tn(fp,{children:[ft(x,{title:"Confirm Password",closeable:!1,backFn:r}),ft(q,{}),Tn(ko,{children:[Tn(Io,{children:[ft(_g,{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(bn,{children:Tn(En,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:s=>{s.preventDefault(),a(l=>!l)},children:[ft(pp,{color:"var(--privy-color-error)",checked:i}),ft(fp,{children:"I understand losing my password means losing my account."})]})})]}),Tn(Rg,{children:[n.initiatedBy==="user"&&ft(eo,{onClick:n.onCancel,disabled:t,children:"Cancel"}),ft(Ao,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),ft(J,{}),ft(F,{protectedByPrivy:!0})]})},Rg=Ag.div`
1074
+ `;import{Fragment as Ep,jsx as ft,jsxs as kn}from"react/jsx-runtime";var Pp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Bg(!1);return kn(Ep,{children:[ft(x,{title:"Confirm Password",closeable:!1,backFn:r}),ft(q,{}),kn(Ao,{children:[kn(Wo,{children:[ft(Fg,{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(wp,{color:"var(--privy-color-error)",checked:i}),ft(Ep,{children:"I understand losing my password means losing my account."})]})})]}),kn(Gg,{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})]})},Gg=Hg.div`
1075
1075
  display: flex;
1076
1076
  gap: 10px;
1077
- `;import{KeyIcon as jg}from"@heroicons/react/24/outline";import{CheckCircleIcon as Ep}from"@heroicons/react/24/solid";import{useState as Pp,useMemo as Bs,useEffect as qg}from"react";import Tp from"styled-components";import Ig from"fast-password-entropy";import*as yp from"secure-password-utilities";import{DEFAULT_WORDLIST as Wg}from"secure-password-utilities/wordlists";var Mg=95,Lg=8,Ng=3,Og=.3,Dg=/[a-z]/,Ug=/[A-Z]/,Fg=/[0-9]/,Bg="a-zA-Z0-9",gp="!@#$%^&*()\\-_+.",vp=`${Bg}${gp}`,Hg=new RegExp(`[${gp}]`),Gg=new RegExp(`[${vp}]`),wp=new RegExp(`^[${vp}]{6,}$`),Cp=(e="")=>{let t=e.split("").filter(o=>!Gg.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},$i=()=>yp.generatePassphrase(4,Wg);function zg(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function Vg(e){if(e.length<Lg)return 0;let t=0;Dg.test(e)&&(t+=1),Ug.test(e)&&(t+=1),Fg.test(e)&&(t+=1),Hg.test(e)&&(t+=1);let o=t/Ng;return Math.max(0,Math.min(1,o))}function $g(e=""){let t=Vg(e),o=Ig(e)/Mg;return(t*Og+o)/2}function bp(e=""){let t=$g(e);return{value:t,label:zg(t)}}import{Fragment as Jg,jsx as Se,jsxs as no}from"react/jsx-runtime";var xp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=Pp(!1),[u,h]=Pp(!1);qg(()=>{o&&!u&&h(!0)},[o]);let w=Bs(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":wp.test(o||"")?null:`Invalid characters used ( ${Cp(o).join(" ")} )`:null,[o,u]),v=Bs(()=>w?{value:0,label:"Weak"}:bp(o),[o,w]),T=Bs(()=>!!(!o?.length||w),[w,o]);return no(Jg,{children:[Se(x,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Se(q,{}),no(ko,{children:[no(Io,{children:[Se(jg,{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."})]}),no(Ro,{children:[Se(er,{value:o,onChange:y=>a(y.target.value),placeholder:"enter or generate a strong password",type:l?"password":"text"}),no(Fr,{style:{width:"3.5rem"},children:[l?Se(Br,{onClick:()=>c(!1)}):Se(Hr,{onClick:()=>c(!0)}),Se(lp,{onClick:s})]})]}),Se(cp,{value:v.value===0?.01:v.value,label:v.label}),Se(Gi,{error:!!w,children:w||`Password Strength: ${u?v.label:"--"}`}),no(Yg,{children:[Se(Kg,{children:no(bn,{children:[no(En,{children:[Se(Ep,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),no(En,{children:[Se(Ep,{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(Ao,{onClick:n,loading:t,disabled:T,hideAnimations:e,children:"Continue"})]})]}),Se(J,{}),Se(F,{protectedByPrivy:!0})]})},Kg=Tp(bn)`
1077
+ `;import{KeyIcon as n1}from"@heroicons/react/24/outline";import{CheckCircleIcon as Rp}from"@heroicons/react/24/solid";import{useState as Ip,useMemo as $s,useEffect as i1}from"react";import Wp from"styled-components";import zg from"fast-password-entropy";import*as Tp from"secure-password-utilities";import{DEFAULT_WORDLIST as Vg}from"secure-password-utilities/wordlists";var $g=95,jg=8,qg=3,Kg=.3,Yg=/[a-z]/,Jg=/[A-Z]/,Qg=/[0-9]/,Zg="a-zA-Z0-9",xp="!@#$%^&*()\\-_+.",Sp=`${Zg}${xp}`,Xg=new RegExp(`[${xp}]`),e1=new RegExp(`[${Sp}]`),_p=new RegExp(`^[${Sp}]{6,}$`),kp=(e="")=>{let t=e.split("").filter(o=>!e1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Ji=()=>Tp.generatePassphrase(4,Vg);function t1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function o1(e){if(e.length<jg)return 0;let t=0;Yg.test(e)&&(t+=1),Jg.test(e)&&(t+=1),Qg.test(e)&&(t+=1),Xg.test(e)&&(t+=1);let o=t/qg;return Math.max(0,Math.min(1,o))}function r1(e=""){let t=o1(e),o=zg(e)/$g;return(t*Kg+o)/2}function Ap(e=""){let t=r1(e);return{value:t,label:t1(t)}}import{Fragment as l1,jsx as Se,jsxs as lo}from"react/jsx-runtime";var Mp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=Ip(!1),[u,h]=Ip(!1);i1(()=>{o&&!u&&h(!0)},[o]);let w=$s(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":_p.test(o||"")?null:`Invalid characters used ( ${kp(o).join(" ")} )`:null,[o,u]),v=$s(()=>w?{value:0,label:"Weak"}:Ap(o),[o,w]),T=$s(()=>!!(!o?.length||w),[w,o]);return lo(l1,{children:[Se(x,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Se(q,{}),lo(Ao,{children:[lo(Wo,{children:[Se(n1,{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(yp,{onClick:s})]})]}),Se(gp,{value:v.value===0?.01:v.value,label:v.label}),Se(qi,{error:!!w,children:w||`Password Strength: ${u?v.label:"--"}`}),lo(s1,{children:[Se(a1,{children:lo(xn,{children:[lo(Sn,{children:[Se(Rp,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),lo(Sn,{children:[Se(Rp,{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})]})},a1=Wp(xn)`
1078
1078
  flex: 1;
1079
1079
  padding-top: 1rem;
1080
- `,Yg=Tp.div`
1080
+ `,s1=Wp.div`
1081
1081
  display: flex;
1082
1082
  flex-direction: column;
1083
1083
  height: 100%;
1084
- `;import{ArrowDownTrayIcon as Qg,ClipboardDocumentCheckIcon as Zg,DocumentDuplicateIcon as Xg,ExclamationTriangleIcon as e1}from"@heroicons/react/24/outline";import{useState as t1,useCallback as Sp}from"react";import{Fragment as Hs,jsx as Je,jsxs as tr}from"react/jsx-runtime";var _p=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=t1(!1),l=Sp(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Sp(()=>{let u=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),w=new Blob([o1(o,r)],{type:"text/plain"}),v=URL.createObjectURL(w);u.href=v,u.target="_blank",u.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(v)},5e3)},[r]);return tr(Hs,{children:[Je(x,{backFn:i,title:"Save Password",closeable:!1}),Je(q,{}),tr(ko,{children:[tr(Io,{children:[Je(e1,{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(Ro,{centered:!0,children:Je(sp,{children:r})}),tr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Je(Us,{onClick:l,children:a?tr(Hs,{children:[Je(Zg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):tr(Hs,{children:[Je(Xg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),tr(Us,{onClick:c,children:[Je(Qg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Je(Ao,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Je(J,{}),Je(F,{protectedByPrivy:!0})]})},o1=(e,t)=>`Your wallet recovery password for ${e} is
1084
+ `;import{ArrowDownTrayIcon as c1,ClipboardDocumentCheckIcon as d1,DocumentDuplicateIcon as p1,ExclamationTriangleIcon as u1}from"@heroicons/react/24/outline";import{useState as m1,useCallback as Lp}from"react";import{Fragment as js,jsx as Je,jsxs as rr}from"react/jsx-runtime";var Np=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=m1(!1),l=Lp(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Lp(()=>{let u=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),w=new Blob([f1(o,r)],{type:"text/plain"}),v=URL.createObjectURL(w);u.href=v,u.target="_blank",u.download=`${h}-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(u1,{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(hp,{children:r})}),rr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Je(zs,{onClick:l,children:a?rr(js,{children:[Je(d1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):rr(js,{children:[Je(p1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),rr(zs,{onClick:c,children:[Je(c1,{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})]})},f1=(e,t)=>`Your wallet recovery password for ${e} is
1085
1085
 
1086
1086
  ${t}
1087
1087
 
1088
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as r1,XCircleIcon as n1}from"@heroicons/react/24/outline";import{Fragment as i1,jsx as io,jsxs as Gs}from"react/jsx-runtime";var kp=({error:e,onClose:t})=>Gs(i1,{children:[io(x,{closeable:!1}),io(q,{}),e?Gs(Tt,{children:[io(n1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),io(he,{title:"Something went wrong",description:e})]}):Gs(Tt,{children:[io(r1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),io(he,{title:"Success"})]}),io(U,{onClick:t,children:"Close"}),io(J,{}),io(F,{protectedByPrivy:!0})]});import{useReducer as a1}from"react";var s1=(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}},Ap=()=>{let[e,t]=a1(s1,"creating");return{send:t,state:e}};import{jsx as xn}from"react/jsx-runtime";var ji=({onSubmit:e,...t})=>{let{send:o,state:r}=Ap(),n=Rp(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);l1(()=>{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=Rp(()=>{o("back")},[o]);return r==="creating"?xn(xp,{...t,onSubmit:n}):r==="saving"?xn(_p,{...t,onSubmit:n,onBack:i}):r==="confirming"?xn(dp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?xn(hp,{...t,onSubmit:n,onBack:i}):r==="done"?xn(kp,{...t,onSubmit:n}):null};import{Fragment as u1,jsx as Gr,jsxs as Wp}from"react/jsx-runtime";var p1=250,Mp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Sn(""),[a,s]=Sn(!1),[l,c]=Sn(),[u,h]=Sn(null),[w,v]=Sn(null),T=d1(!1),{authenticated:y,getAccessToken:E}=H(),{refreshUser:b,closePrivyModal:W,createAnalyticsEvent:M,isNewUserThisSession:L,initializeWalletProxy:I}=A(),{onSuccess:k,onFailure:R,callAuthOnSuccessOnClose:D}=o.createWallet,$=e?.embeddedWallets.requireUserPasswordOnCreate===!0,B=!!(!n||T.current)&&!$,_=new dt(async()=>se());Ip(()=>{u||I(3e4).then(N=>h(N))},[u]),Ip(()=>{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 Y=()=>{$&&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:D})};r.current=()=>null;let se=async function(){let N=await E();if(N)try{if(M("embedded_wallet_creation_started"),!await(await I(gr))?.create({accessToken:N,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"):L?t("EMBEDDED_WALLET_CREATED_SCREEN"):vt&&(k(vt),W({shouldCallAuthOnSuccess:D}))}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(N=>setTimeout(N,p1))).finally(()=>s(!1))):W({shouldCallAuthOnSuccess:D});return!$&&n?Wp(u1,{children:[Gr(x,{closeable:!1}),Wp(Tt,{children:[Gr(c1,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Gr(he,{title:"Something went wrong",description:n})]}),Gr(U,{onClick:Y,children:"Close"})]}):B?Gr(Lr,{}):Gr(ji,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:B||!u,buttonLoading:a,buttonHideAnimations:!w&&a,error:n,password:l||"",onClose:Y,onPasswordChange:c,onPasswordGenerate:()=>c($i()),onSubmit:ve})};import{useEffect as m1,useState as qi}from"react";import{jsx as f1}from"react/jsx-runtime";var Lp=()=>{let[e,t]=qi(null),[o,r]=qi(!1),[n,i]=qi(null),[a,s]=qi(""),{authenticated:l,getAccessToken:c,user:u}=H(),{walletProxy:h,refreshUser:w,closePrivyModal:v,createAnalyticsEvent:T}=A(),{app:y,navigate:E,data:b,onUserCloseViaDialogOrKeybindRef:W}=S(),{onSuccess:M,onFailure:L}=b.createWallet,I=ne(u),k=e?.recoveryMethod==="user-passcode";m1(()=>{l||(E("LANDING"),L(new ni("User must be authenticated before setting a password on a Privy wallet")))},[l]);let R=()=>{if(n){L(n),v({shouldCallAuthOnSuccess:!1});return}if(!k){L(new Ze("Exited before password was added to wallet")),v({shouldCallAuthOnSuccess:!1});return}M(e),v({shouldCallAuthOnSuccess:!1})};W.current=R;let D=async()=>{let B=await c();if(B&&I?.address&&a&&h)try{if(T("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await h.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 Y=await w(),se=ne(Y);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 D(),r(!1))};return f1(ji,{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($i()),onPasswordChange:s,onSubmit:$,onClose:R})};import{UserCircleIcon as h1}from"@heroicons/react/24/outline";import{LockClosedIcon as y1}from"@heroicons/react/24/solid";import{Fragment as g1,jsx as ao,jsxs as Ki}from"react/jsx-runtime";var Np=()=>{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,Ki(g1,{children:[ao(x,{onClose:c}),ao(q,{}),Ki(Tt,{children:[Ki(bd,{children:[ao(h1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),ao(Ed,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:ao(y1,{width:"12px",height:"12px",fill:"white"})})]}),Ki(he,{title:"Secure Your Account",children:["Please set a password to secure your account.",ao("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."})]})]}),ao(U,{onClick:()=>{let h=ne(e);o("embedded_wallet_set_password_started",{walletAddress:h?.address}),n({createWallet:{onFailure:l,onSuccess:s,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),ao(J,{}),ao(F,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as v1}from"@heroicons/react/24/outline";import{useEffect as w1,useState as Yi}from"react";import Ji,{css as C1}from"styled-components";import{Fragment as x1,jsx as Be,jsxs as or}from"react/jsx-runtime";var Op=()=>{let[e,t]=Yi(!0),{authenticated:o,getAccessToken:r}=H(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=A(),{navigate:s,data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,h]=Yi(void 0),[w,v]=Yi(""),[T,y]=Yi(!1),{privyWallet:E,onCompleteNavigateTo:b,onSuccess:W,onFailure:M}=l.recoverWallet,L=(R="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),M(typeof R=="string"?new Ze(R):R)};c.current=L,w1(()=>{if(!o||!E)return L("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=R=>{R&&h(R)};return or(x1,{children:[Be(x,{onClose:L}),Be(q,{}),or(E1,{children:[or(b1,{children:[Be(v1,{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."})]}),or("div",{children:[or(Ro,{children:[Be(er,{type:e?"password":"text",onChange:R=>I(R.target.value),disabled:T}),Be(Fr,{style:{right:"0.75rem"},children:e?Be(Br,{onClick:()=>t(!1)}):Be(Hr,{onClick:()=>t(!0)})})]}),!!w&&Be(P1,{children:w})]}),or("div",{children:[or(Cd,{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(T1,{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(D){Yd(D)?v("Invalid recovery password, please try again."):v("An error has occurred, please try again.")}finally{y(!1)}else return L("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!E&&T,children:"Recover your account"})]})]}),Be(J,{}),Be(F,{protectedByPrivy:!0})]})},b1=Ji.div`
1088
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as h1,XCircleIcon as y1}from"@heroicons/react/24/outline";import{Fragment as g1,jsx as co,jsxs as qs}from"react/jsx-runtime";var Op=({error:e,onClose:t})=>qs(g1,{children:[co(x,{closeable:!1}),co(q,{}),e?qs(xt,{children:[co(y1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),co(he,{title:"Something went wrong",description:e})]}):qs(xt,{children:[co(h1,{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 v1}from"react";var w1=(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}},Dp=()=>{let[e,t]=v1(w1,"creating");return{send:t,state:e}};import{jsx as An}from"react/jsx-runtime";var Qi=({onSubmit:e,...t})=>{let{send:o,state:r}=Dp(),n=Up(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);C1(()=>{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=Up(()=>{o("back")},[o]);return r==="creating"?An(Mp,{...t,onSubmit:n}):r==="saving"?An(Np,{...t,onSubmit:n,onBack:i}):r==="confirming"?An(vp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?An(Pp,{...t,onSubmit:n,onBack:i}):r==="done"?An(Op,{...t,onSubmit:n}):null};import{Fragment as T1,jsx as jr,jsxs as Bp}from"react/jsx-runtime";var P1=250,Hp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Rn(""),[a,s]=Rn(!1),[l,c]=Rn(),[u,h]=Rn(null),[w,v]=Rn(null),T=E1(!1),{authenticated:y,getAccessToken:E}=H(),{refreshUser:b,closePrivyModal:W,createAnalyticsEvent:M,isNewUserThisSession:N,initializeWalletProxy:I}=A(),{onSuccess:k,onFailure:R,callAuthOnSuccessOnClose:D}=o.createWallet,$=e?.embeddedWallets.requireUserPasswordOnCreate===!0,B=!!(!n||T.current)&&!$,_=new dt(async()=>se());Fp(()=>{u||I(3e4).then(O=>h(O))},[u]),Fp(()=>{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:D})};r.current=()=>null;let se=async function(){let O=await E();if(O)try{if(M("embedded_wallet_creation_started"),!await(await I(br))?.create({accessToken:O,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:D}))}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(O=>setTimeout(O,P1))).finally(()=>s(!1))):W({shouldCallAuthOnSuccess:D});return!$&&n?Bp(T1,{children:[jr(x,{closeable:!1}),Bp(xt,{children:[jr(b1,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",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 x1,useState as Zi}from"react";import{jsx as S1}from"react/jsx-runtime";var Gp=()=>{let[e,t]=Zi(null),[o,r]=Zi(!1),[n,i]=Zi(null),[a,s]=Zi(""),{authenticated:l,getAccessToken:c,user:u}=H(),{walletProxy:h,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";x1(()=>{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 D=async()=>{let B=await c();if(B&&I?.address&&a&&h)try{if(T("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await h.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 D(),r(!1))};return S1(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 _1}from"@heroicons/react/24/outline";import{LockClosedIcon as k1}from"@heroicons/react/24/solid";import{Fragment as A1,jsx as po,jsxs as Xi}from"react/jsx-runtime";var zp=()=>{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(A1,{children:[po(x,{onClose:c}),po(q,{}),Xi(xt,{children:[Xi(Ad,{children:[po(_1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),po(Rd,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:po(k1,{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 h=ne(e);o("embedded_wallet_set_password_started",{walletAddress:h?.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 R1}from"@heroicons/react/24/outline";import{useEffect as I1,useState as ea}from"react";import ta,{css as W1}from"styled-components";import{Fragment as D1,jsx as Be,jsxs as nr}from"react/jsx-runtime";var Vp=()=>{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,h]=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,I1(()=>{if(!o||!E)return N("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=R=>{R&&h(R)};return nr(D1,{children:[Be(x,{onClose:N}),Be(q,{}),nr(L1,{children:[nr(M1,{children:[Be(R1,{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(N1,{children:w})]}),nr("div",{children:[nr(kd,{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(O1,{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(D){rp(D)?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})]})},M1=ta.div`
1089
1089
  display: flex;
1090
1090
  flex-direction: column;
1091
1091
  align-items: center;
@@ -1107,26 +1107,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
1107
1107
  font-weight: 400;
1108
1108
  line-height: 20px;
1109
1109
  }
1110
- `,E1=Ji.div`
1110
+ `,L1=ta.div`
1111
1111
  display: flex;
1112
1112
  flex-direction: column;
1113
1113
  justify-content: space-between;
1114
- `,P1=Ji.div`
1114
+ `,N1=ta.div`
1115
1115
  line-height: 20px;
1116
1116
  height: 20px;
1117
1117
  font-size: 13px;
1118
1118
  color: var(--privy-color-error);
1119
1119
  text-align: left;
1120
1120
  margin-top: 0.5rem;
1121
- `,T1=Ji(U)`
1122
- ${e=>e.hideAnimations&&C1`
1121
+ `,O1=ta(U)`
1122
+ ${e=>e.hideAnimations&&W1`
1123
1123
  && {
1124
1124
  // Remove animations because the recoverWallet task on the iframe partially
1125
1125
  // blocks the renderer, so the animation stutters and doesn't look good
1126
1126
  transition: none;
1127
1127
  }
1128
1128
  `}
1129
- `;import{EyeSlashIcon as _1,LinkIcon as k1,ClockIcon as A1}from"@heroicons/react/24/outline";import zt from"styled-components";import{jsx as zs,jsxs as S1}from"react/jsx-runtime";var Qi=({size:e=61,...t})=>zs("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:S1("g",{id:"moonpay_symbol_wht 2",children:[zs("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),zs("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 Dp,jsx as He,jsxs as rr}from"react/jsx-runtime";var Vs=({title:e,desc:t,icon:o})=>rr(N1,{children:[He(D1,{children:o}),rr(O1,{children:[He(M1,{children:e}),He(L1,{children:t})]})]}),Up=({app:e,signedUrl:t,onContinue:o})=>rr(Dp,{children:[rr(I1,{children:[He(Qi,{size:"3.75rem"}),rr(W1,{children:[e?.name," uses ",He("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),rr(U1,{children:[He(Vs,{icon:He(k1,{width:"1rem"}),title:"Purchase assets to fund your account",desc:rr(Dp,{children:["Connect a payment method (",He("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),He(Vs,{icon:He(A1,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),He(Vs,{icon:He(_1,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),He(F1,{className:"mobile-only"})]}),He(R1,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),He(Ii,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),R1=zt.span`
1129
+ `;import{EyeSlashIcon as F1,LinkIcon as B1,ClockIcon as H1}from"@heroicons/react/24/outline";import jt from"styled-components";import{jsx as Ks,jsxs as U1}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:U1("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 $p,jsx as He,jsxs as ir}from"react/jsx-runtime";var Ys=({title:e,desc:t,icon:o})=>ir(q1,{children:[He(Y1,{children:o}),ir(K1,{children:[He($1,{children:e}),He(j1,{children:t})]})]}),jp=({app:e,signedUrl:t,onContinue:o})=>ir($p,{children:[ir(z1,{children:[He(oa,{size:"3.75rem"}),ir(V1,{children:[e?.name," uses ",He("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),ir(J1,{children:[He(Ys,{icon:He(B1,{width:"1rem"}),title:"Purchase assets to fund your account",desc:ir($p,{children:["Connect a payment method (",He("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),He(Ys,{icon:He(H1,{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(F1,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),He(Q1,{className:"mobile-only"})]}),He(G1,{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"})]}),G1=jt.span`
1130
1130
  display: inline-block;
1131
1131
  color: var(--privy-color-foreground-3);
1132
1132
  text-align: center;
@@ -1135,13 +1135,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1135
1135
  font-weight: 400;
1136
1136
  line-height: 140%; /* 0.875rem */
1137
1137
  margin-bottom: 0.25rem;
1138
- `,I1=zt.div`
1138
+ `,z1=jt.div`
1139
1139
  display: flex;
1140
1140
  flex-direction: column;
1141
1141
  align-items: center;
1142
1142
  justify-content: center;
1143
1143
  padding: 1.5rem 0;
1144
- `,W1=zt.span`
1144
+ `,V1=jt.span`
1145
1145
  color: var(--privy-color-foreground);
1146
1146
  text-align: center;
1147
1147
  font-size: 1.125rem;
@@ -1150,46 +1150,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
1150
1150
  margin: 1.5rem 0;
1151
1151
  text-align: center;
1152
1152
  max-width: 19.5rem;
1153
- `,M1=zt.span`
1153
+ `,$1=jt.span`
1154
1154
  color: var(--privy-color-foreground);
1155
1155
  font-size: 0.875rem;
1156
1156
  font-weight: 500;
1157
1157
  line-height: 1.225rem;
1158
1158
  width: 100%;
1159
- `,L1=zt.span`
1159
+ `,j1=jt.span`
1160
1160
  color: var(--privy-color-foreground-2);
1161
1161
  font-size: 0.875rem;
1162
1162
  font-weight: 400;
1163
1163
  line-height: 1.225rem;
1164
- `,N1=zt.div`
1164
+ `,q1=jt.div`
1165
1165
  display: flex;
1166
1166
  align-items: flex-start;
1167
1167
  gap: 0.5rem;
1168
1168
  align-self: stretch;
1169
- `,O1=zt.div`
1169
+ `,K1=jt.div`
1170
1170
  display: flex;
1171
1171
  flex-direction: column;
1172
1172
  gap: 0.25rem;
1173
1173
  align-items: flex-start;
1174
1174
  text-align: left;
1175
1175
  flex: 1 0 0;
1176
- `,D1=zt.div`
1176
+ `,Y1=jt.div`
1177
1177
  padding-top: 2px;
1178
- `,U1=zt.div`
1178
+ `,J1=jt.div`
1179
1179
  display: flex;
1180
1180
  flex-direction: column;
1181
1181
  gap: 1.25rem;
1182
1182
  margin: 0 0.5rem;
1183
- `,F1=zt.div`
1183
+ `,Q1=jt.div`
1184
1184
  margin: 30px 0;
1185
- `;import{ofetch as B1}from"ofetch";import{useEffect as H1,useRef as G1,useState as z1}from"react";var Zi="moonpay",Fp="sdk_fiat_on_ramp_completed_with_status";async function Bp(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 V1(e,t){let o=t?wc:vc,r=t?bc:Cc;return B1(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Hp(e,t=!1){let[o,r]=z1(null),{createAnalyticsEvent:n}=A(),i=G1(0);return H1(()=>{let a=setInterval(async()=>{if(e)try{let[s]=await V1(e,t),l=s.status==="waitingAuthorization"&&s.paymentMethod==="credit_debit_card"?"pending":s.status;r(l),["failed","completed","awaitingAuthorization"].includes(l)&&(n(Fp,{status:l,provider:Zi,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(Fp,{status:"serviceFailure",provider:Zi}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as $1,jsx as $s,jsxs as j1}from"react/jsx-runtime";var Gp=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=A(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:j1($1,{children:[$s(x,{title:"Fund account"},"header"),$s(Up,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Zi}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),$s(F,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as q1,CheckCircleIcon as K1,XCircleIcon as Y1}from"@heroicons/react/24/solid";import{useMemo as J1}from"react";import zp from"styled-components";import{Fragment as js,jsx as Ge,jsxs as nr}from"react/jsx-runtime";var Vp=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=A(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Hp(r||null,e.fiatOnRamp.useSandbox);return nr(js,{children:[Ge(x,{title:"Fund account"},"header"),Ge(Z1,{status:n,onClickCta:o}),Ge(F,{protectedByPrivy:!0})]})},Q1=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:nr(js,{children:[nr("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:""}}},Z1=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=J1(()=>Q1(e),[e]);return nr(js,{children:[nr(rv,{children:[Ge(tv,{status:e}),nr(Eo,{children:[Ge("h3",{children:o}),Ge(ov,{children:r})]})]}),n&&Ge(U,{onClick:t,children:n})]})},X1=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)",ev=e=>{switch(e){case"serviceFailure":case"failed":return Y1;case"completed":return K1;case"waitingAuthorization":return()=>Ge(q1,{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}},tv=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return nr("div",{style:{position:"relative"},children:[Ge(Ft,{color:r,style:{position:"absolute"}}),Ge(ys,{color:r}),Ge(Qi,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=ev(e),o=X1(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})})},ov=zp.p`
1185
+ `;import{ofetch as Z1}from"ofetch";import{useEffect as X1,useRef as ev,useState as tv}from"react";var ra="moonpay",qp="sdk_fiat_on_ramp_completed_with_status";async function Kp(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 ov(e,t){let o=t?Tc:Pc,r=t?Sc:xc;return Z1(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Yp(e,t=!1){let[o,r]=tv(null),{createAnalyticsEvent:n}=A(),i=ev(0);return X1(()=>{let a=setInterval(async()=>{if(e)try{let[s]=await ov(e,t),l=s.status==="waitingAuthorization"&&s.paymentMethod==="credit_debit_card"?"pending":s.status;r(l),["failed","completed","awaitingAuthorization"].includes(l)&&(n(qp,{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(qp,{status:"serviceFailure",provider:ra}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as rv,jsx as Js,jsxs as nv}from"react/jsx-runtime";var Jp=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=A(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:nv(rv,{children:[Js(x,{title:"Fund account"},"header"),Js(jp,{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 iv,CheckCircleIcon as av,XCircleIcon as sv}from"@heroicons/react/24/solid";import{useMemo as lv}from"react";import Qp from"styled-components";import{Fragment as Qs,jsx as Ge,jsxs as ar}from"react/jsx-runtime";var Zp=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=A(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Yp(r||null,e.fiatOnRamp.useSandbox);return ar(Qs,{children:[Ge(x,{title:"Fund account"},"header"),Ge(dv,{status:n,onClickCta:o}),Ge(F,{protectedByPrivy:!0})]})},cv=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:""}}},dv=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=lv(()=>cv(e),[e]);return ar(Qs,{children:[ar(hv,{children:[Ge(mv,{status:e}),ar(To,{children:[Ge("h3",{children:o}),Ge(fv,{children:r})]})]}),n&&Ge(U,{onClick:t,children:n})]})},pv=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)",uv=e=>{switch(e){case"serviceFailure":case"failed":return sv;case"completed":return av;case"waitingAuthorization":return()=>Ge(iv,{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}},mv=({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=uv(e),o=pv(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})})},fv=Qp.p`
1186
1186
  font-size: 1rem;
1187
1187
  color: var(--privy-color-foreground-3);
1188
1188
  margin-bottom: 1rem;
1189
1189
  display: flex;
1190
1190
  flex-direction: column;
1191
1191
  gap: 1rem;
1192
- `,rv=zp.div`
1192
+ `,hv=Qp.div`
1193
1193
  display: flex;
1194
1194
  flex-direction: column;
1195
1195
  align-items: center;
@@ -1197,18 +1197,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
1197
1197
  margin-left: 1.75rem;
1198
1198
  margin-right: 1.75rem;
1199
1199
  padding: 2rem 0;
1200
- `;import*as Kp from"react-device-detect";import sv from"styled-components";import qs from"styled-components";import{jsx as $p}from"react/jsx-runtime";var jp=({style:e,...t})=>$p("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:$p("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 iv,jsxs as av}from"react/jsx-runtime";var qp=qs.div`
1200
+ `;import{ArrowTopRightOnSquareIcon as yv}from"@heroicons/react/24/outline";import gv from"styled-components";import{Fragment as wv,jsx as Mo,jsxs as Cv}from"react/jsx-runtime";var Xp=()=>{let{closePrivyModal:e}=A();return Cv(wv,{children:[Mo(x,{},"header"),Mo(vv,{children:Mo(yv,{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})]})},vv=gv.div`
1201
+ border-radius: 50%;
1202
+ height: 68px;
1203
+ width: 68px;
1204
+ display: flex;
1205
+ align-items: center;
1206
+ justify-content: center;
1207
+ background-color: var(--privy-color-accent);
1208
+ color: white;
1209
+ margin: 0 auto 24px auto;
1210
+ `;import*as ru from"react-device-detect";import Tv from"styled-components";import Zs from"styled-components";import{jsx as eu}from"react/jsx-runtime";var tu=({style:e,...t})=>eu("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:eu("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 Ev,jsxs as Pv}from"react/jsx-runtime";var ou=Zs.div`
1201
1211
  display: flex;
1202
1212
  flex-direction: column;
1203
1213
  justify-content: flex-start;
1204
1214
  gap: 4px;
1205
- `,Ks=qs.div`
1215
+ `,Xs=Zs.div`
1206
1216
  &&& {
1207
1217
  margin-left: 7px; /* TODO: This is a total hack */
1208
1218
  border-left: 2px solid var(--privy-color-foreground-4);
1209
1219
  height: 12px;
1210
1220
  }
1211
- `,Xi=({children:e})=>av(nv,{children:[iv(jp,{style:{width:"16px",height:"16px"}}),e]}),nv=qs.div`
1221
+ `,na=({children:e})=>Pv(bv,{children:[Ev(tu,{style:{width:"16px",height:"16px"}}),e]}),bv=Zs.div`
1212
1222
  display: flex;
1213
1223
  justify-content: flex-start;
1214
1224
  justify-items: center;
@@ -1226,15 +1236,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
1226
1236
  margin-bottom: auto;
1227
1237
  }
1228
1238
  }
1229
- `;import{Fragment as dv,jsx as _e,jsxs as _n}from"react/jsx-runtime";var lv=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Kp.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),_n(cv,{children:[_e(mn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),_e(to,{children:_e(Ot,{style:{width:"152px",height:"152px"}})}),_n(qp,{children:[_e(Xi,{children:_n("div",{children:[_e("span",{children:"Install the "}),_e("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),_e(Ks,{}),_e(Xi,{children:"Set up your first wallet"}),_e(Ks,{}),_e(Xi,{children:"Store your recovery phrase in a safe place!"})]}),_e(Wi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Yp=()=>{let{navigateBack:e}=S();return _n(dv,{children:[_e(x,{backFn:e},"header"),_e(q,{}),_e(lv,{}),_e(J,{}),_n(Q,{children:[_e("span",{children:"Still not sure? "}),_e("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},cv=sv(to)`
1239
+ `;import{Fragment as _v,jsx as _e,jsxs as In}from"react/jsx-runtime";var xv=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return ru.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),In(Sv,{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(ou,{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"})]})},nu=()=>{let{navigateBack:e}=S();return In(_v,{children:[_e(x,{backFn:e},"header"),_e(q,{}),_e(xv,{}),_e(K,{}),In(Q,{children:[_e("span",{children:"Still not sure? "}),_e("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},Sv=Tv(io)`
1230
1240
  gap: 30px;
1231
1241
 
1232
1242
  > :first-child > svg {
1233
1243
  margin-top: 20px;
1234
1244
  }
1235
- `;import Yv from"@heroicons/react/24/outline/EnvelopeIcon";import Jv from"@heroicons/react/24/outline/PhoneIcon";import Qv from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Zv,useState as mu}from"react";import Xv from"styled-components";import{jsx as kn,jsxs as Jp}from"react/jsx-runtime";var Qp=({...e})=>Jp("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Jp("g",{clipPath:"url(#clip0_2856_1743)",children:[kn("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"}),kn("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"})]}),kn("defs",{children:kn("clipPath",{id:"clip0_2856_1743",children:kn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import gv from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as vv}from"react";import{EnvelopeIcon as pv}from"@heroicons/react/24/outline";import{forwardRef as uv,useState as Ys}from"react";import Qs from"styled-components";import{Fragment as yv,jsx as An,jsxs as Js}from"react/jsx-runtime";var ea=uv((e,t)=>{let[o,r]=Ys(""),[n,i]=Ys(!1),[a,s]=Ys(null),{initLoginWithEmail:l}=A(),{navigate:c}=S(),u=ue(),h=Sc(o),w=n,v=n||!h||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 Js(yv,{children:[Js(mv,{children:[Js(fv,{children:[An(pv,{}),An("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:An(Mi,{isSubmitting:w,onClick:T,disabled:v,children:"Submit"})]}),a&&An(hv,{children:a})]}),e.stacked?An(U,{loadingText:null,loading:w,disabled:v,onClick:T,children:"Submit"}):null]})}),mv=Qs.div`
1245
+ `;import uw from"@heroicons/react/24/outline/EnvelopeIcon";import mw from"@heroicons/react/24/outline/PhoneIcon";import fw from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as hw,useState as Eu}from"react";import yw from"styled-components";import{jsx as Wn,jsxs as iu}from"react/jsx-runtime";var au=({...e})=>iu("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[iu("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 Lv from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as Nv}from"react";import{EnvelopeIcon as kv}from"@heroicons/react/24/outline";import{forwardRef as Av,useState as el}from"react";import ol from"styled-components";import{Fragment as Mv,jsx as Mn,jsxs as tl}from"react/jsx-runtime";var ia=Av((e,t)=>{let[o,r]=el(""),[n,i]=el(!1),[a,s]=el(null),{initLoginWithEmail:l}=A(),{navigate:c}=S(),u=ue(),h=Lc(o),w=n,v=n||!h||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(Mv,{children:[tl(Rv,{children:[tl(Iv,{children:[Mn(kv,{}),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(Wv,{children:a})]}),e.stacked?Mn(U,{loadingText:null,loading:w,disabled:v,onClick:T,children:"Submit"}):null]})}),Rv=ol.div`
1236
1246
  width: 100%;
1237
- `,fv=Qs.label`
1247
+ `,Iv=ol.label`
1238
1248
  display: block;
1239
1249
  position: relative;
1240
1250
  width: 100%;
@@ -1292,7 +1302,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1292
1302
  && > input::placeholder {
1293
1303
  color: var(--privy-color-foreground-3);
1294
1304
  }
1295
- `,hv=Qs.div`
1305
+ `,Wv=ol.div`
1296
1306
  font-size: 13px;
1297
1307
  color: var(--privy-color-error);
1298
1308
  text-align: left;
@@ -1302,9 +1312,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1302
1312
  > a {
1303
1313
  text-decoration: underline;
1304
1314
  }
1305
- `;import{Fragment as wv,jsx as ta,jsxs as Zp}from"react/jsx-runtime";var Xp=({isEditable:e,setIsEditable:t})=>{let o=vv(null);return Zp(wv,{children:[ta(oo,{if:!e,children:ta(ea,{ref:o})}),ta(oo,{if:e,children:Zp(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ta(gv,{})," Continue with Email"]})})]})};import Mv from"@heroicons/react/24/outline/PhoneIcon";import{useRef as Lv}from"react";import{forwardRef as kv,useState as na}from"react";import Xs from"styled-components";import Cv from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as bv,AsYouType as Ev,getCountries as Pv,getCountryCallingCode as oa,getExampleNumber as Tv}from"libphonenumber-js/min";import{jsx as _v,jsxs as Sv}from"react/jsx-runtime";var Rn=(e,t)=>bv(String(e),t),ra=(e,t)=>`+${oa(t)} ${e}`,eu=e=>`*${e.replaceAll("-","").slice(-4)}`,tu=e=>new Ev(e),xv=Pv().map(e=>({code:e,callCode:oa(e)})),ou=e=>Tv(e,Cv)?.formatNational(),ru=({value:e,onChange:t})=>_v("select",{value:e,onChange:t,children:xv.map(o=>Sv("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as Wv,jsx as In,jsxs as Zs}from"react/jsx-runtime";var zr=kv((e,t)=>{let{navigate:o,app:r}=S(),n=ue(),[i,a]=na(""),[s,l]=na(r?.intl.defaultCountry??"US"),[c,u]=na(!1),[h,w]=na(null),v=Rn(i,s),T=tu(s),y=ou(s),E=oa(s),b=c,W=c||!v||n.enabled&&n.status==="error",M=E.length,L=R=>{let D=R.target.value;l(D),a(""),e.onChange&&e.onChange({rawPhoneNumber:i,qualifiedPhoneNumber:ra(i,D),countryCode:D,isValid:Rn(i,s)})},I=R=>{try{let D=R.replace(/\D/g,""),$=i.replace(/\D/g,""),B=D===$?R:T.input(R);a(B),e.onChange&&e.onChange({rawPhoneNumber:B,qualifiedPhoneNumber:ra(R,s),countryCode:s,isValid:Rn(R,s)})}catch(D){console.error("Error processing phone number:",D)}},k=async()=>{let R=n.status==="success"?n.token:void 0;u(!0);try{let D=ra(i,s);await e.onSubmit({rawPhoneNumber:i,qualifiedPhoneNumber:D,countryCode:s,isValid:Rn(i,s),captchaToken:R})}catch(D){let $=D;$?.status===422||D.type==="twilio_verification_failed"?w($.message):$?.privyErrorCode==="allowlist_rejected"?o("ALLOWLIST_REJECTION_SCREEN"):(console.error(D),w("Issue submitting phone number"))}finally{u(!1)}};return Zs(Wv,{children:[Zs(Av,{children:[Zs(Rv,{callingCodeLength:M,children:[In(ru,{value:s,onChange:L}),In("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?In(Mi,{isSubmitting:b,onClick:k,disabled:W,children:"Submit"}):null]}),h&&In(Iv,{children:h})]}),e.stacked&&!e.noIncludeSubmitButton?In(U,{loading:b,loadingText:null,onClick:k,disabled:W,children:"Submit"}):null]})}),Av=Xs.div`
1315
+ `;import{Fragment as Ov,jsx as aa,jsxs as su}from"react/jsx-runtime";var lu=({isEditable:e,setIsEditable:t})=>{let o=Nv(null);return su(Ov,{children:[aa(ao,{if:!e,children:aa(ia,{ref:o})}),aa(ao,{if:e,children:su(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[aa(Lv,{})," Continue with Email"]})})]})};import Jv from"@heroicons/react/24/outline/PhoneIcon";import{useRef as Qv}from"react";import{forwardRef as $v,useState as ca}from"react";import nl from"styled-components";import Dv from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as Uv,AsYouType as Fv,getCountries as Bv,getCountryCallingCode as sa,getExampleNumber as Hv}from"libphonenumber-js/min";import{jsx as Vv,jsxs as zv}from"react/jsx-runtime";var Ln=(e,t)=>Uv(String(e),t),la=(e,t)=>`+${sa(t)} ${e}`,cu=e=>`*${e.replaceAll("-","").slice(-4)}`,du=e=>new Fv(e),Gv=Bv().map(e=>({code:e,callCode:sa(e)})),pu=e=>Hv(e,Dv)?.formatNational(),uu=({value:e,onChange:t})=>Vv("select",{value:e,onChange:t,children:Gv.map(o=>zv("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as Yv,jsx as Nn,jsxs as rl}from"react/jsx-runtime";var qr=$v((e,t)=>{let{navigate:o,app:r}=S(),n=ue(),[i,a]=ca(""),[s,l]=ca(r?.intl.defaultCountry??"US"),[c,u]=ca(!1),[h,w]=ca(null),v=Ln(i,s),T=du(s),y=pu(s),E=sa(s),b=c,W=c||!v||n.enabled&&n.status==="error",M=E.length,N=R=>{let D=R.target.value;l(D),a(""),e.onChange&&e.onChange({rawPhoneNumber:i,qualifiedPhoneNumber:la(i,D),countryCode:D,isValid:Ln(i,s)})},I=R=>{try{let D=R.replace(/\D/g,""),$=i.replace(/\D/g,""),B=D===$?R:T.input(R);a(B),e.onChange&&e.onChange({rawPhoneNumber:B,qualifiedPhoneNumber:la(R,s),countryCode:s,isValid:Ln(R,s)})}catch(D){console.error("Error processing phone number:",D)}},k=async()=>{let R=n.status==="success"?n.token:void 0;u(!0);try{let D=la(i,s);await e.onSubmit({rawPhoneNumber:i,qualifiedPhoneNumber:D,countryCode:s,isValid:Ln(i,s),captchaToken:R})}catch(D){let $=D;$?.status===422||D.type==="twilio_verification_failed"?w($.message):$?.privyErrorCode==="allowlist_rejected"?o("ALLOWLIST_REJECTION_SCREEN"):(console.error(D),w("Issue submitting phone number"))}finally{u(!1)}};return rl(Yv,{children:[rl(jv,{children:[rl(qv,{callingCodeLength:M,children:[Nn(uu,{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]}),h&&Nn(Kv,{children:h})]}),e.stacked&&!e.noIncludeSubmitButton?Nn(U,{loading:b,loadingText:null,onClick:k,disabled:W,children:"Submit"}):null]})}),jv=nl.div`
1306
1316
  width: 100%;
1307
- `,Rv=Xs.label`
1317
+ `,qv=nl.label`
1308
1318
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
1309
1319
  --phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
1310
1320
  display: block;
@@ -1390,7 +1400,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1390
1400
  && > input::placeholder {
1391
1401
  color: var(--privy-color-foreground-3);
1392
1402
  }
1393
- `,Iv=Xs.div`
1403
+ `,Kv=nl.div`
1394
1404
  font-size: 13px;
1395
1405
  color: var(--privy-color-error);
1396
1406
  text-align: left;
@@ -1400,13 +1410,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1400
1410
  > a {
1401
1411
  text-decoration: underline;
1402
1412
  }
1403
- `;import{Fragment as Nv,jsx as ia,jsxs as nu}from"react/jsx-runtime";var iu=({isEditable:e,setIsEditable:t})=>{let o=Lv(null),{navigate:r}=S(),{initLoginWithSms:n}=A();async function i({qualifiedPhoneNumber:a}){await n(a),r("AWAITING_PASSWORDLESS_CODE")}return nu(Nv,{children:[ia(oo,{if:!e,children:ia(zr,{ref:o,onSubmit:i})}),ia(oo,{if:e,children:nu(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ia(Mv,{})," Continue with SMS"]})})]})};import{useState as cu}from"react";import Bv from"styled-components";import{jsx as au,jsxs as Ov}from"react/jsx-runtime";var aa=({style:e,...t})=>Ov("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:[au("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"}),au("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 Wn,jsxs as Dv}from"react/jsx-runtime";var sa=({style:e,...t})=>Dv("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:[Wn("g",{clipPath:"url(#clip0)",children:Wn("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"})}),Wn("defs",{children:Wn("clipPath",{id:"clip0",children:Wn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as su}from"react/jsx-runtime";var la=({style:e,...t})=>su("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:su("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 Uv}from"react/jsx-runtime";var da=({style:e,...t})=>Uv("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 pa}from"react/jsx-runtime";function ua({style:e,...t}){return pa("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:pa("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:pa("g",{transform:"scale(5.12,5.12)",children:pa("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 el,jsxs as Fv}from"react/jsx-runtime";function ma(e){return Fv("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:[el("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"}),el("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"}),el("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 lu}from"react/jsx-runtime";var fa=({style:e,...t})=>lu("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:lu("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 Vt,jsxs as zv}from"react/jsx-runtime";var Hv={apple:{logo:Vt(aa,{}),displayName:"Apple"},discord:{logo:Vt(sa,{}),displayName:"Discord"},github:{logo:Vt(la,{}),displayName:"GitHub"},google:{logo:Vt(da,{}),displayName:"Google"},linkedin:{logo:Vt(ua,{}),displayName:"LinkedIn"},twitter:{logo:Vt(fa,{}),displayName:"Twitter"},tiktok:{logo:Vt(ma,{}),displayName:"TikTok"}},Wo=({provider:e})=>{let[t,o]=cu(!1),[r,n]=cu(!1),{status:i}=ue(),{initLoginWithOAuth:a}=A(),{displayName:s,logo:l}=Hv[e];return zv(Gv,{onClick:async()=>{o(!0),n(!1);try{await a(e)}catch{n(!0)}finally{o(!1)}},disabled:t||i==="error"||r,children:[l,Vt("span",{children:s}),t?Vt(Xt,{}):Vt("span",{})]})},Gv=Bv(ye)`
1413
+ `;import{Fragment as Zv,jsx as da,jsxs as mu}from"react/jsx-runtime";var fu=({isEditable:e,setIsEditable:t})=>{let o=Qv(null),{navigate:r}=S(),{initLoginWithSms:n}=A();async function i({qualifiedPhoneNumber:a}){await n(a),r("AWAITING_PASSWORDLESS_CODE")}return mu(Zv,{children:[da(ao,{if:!e,children:da(qr,{ref:o,onSubmit:i})}),da(ao,{if:e,children:mu(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[da(Jv,{})," Continue with SMS"]})})]})};import{useState as vu}from"react";import rw from"styled-components";import{jsx as hu,jsxs as Xv}from"react/jsx-runtime";var pa=({style:e,...t})=>Xv("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:[hu("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"}),hu("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 ew}from"react/jsx-runtime";var ua=({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:[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 yu}from"react/jsx-runtime";var ma=({style:e,...t})=>yu("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:yu("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 tw}from"react/jsx-runtime";var ha=({style:e,...t})=>tw("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 ow}from"react/jsx-runtime";function va(e){return ow("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 gu}from"react/jsx-runtime";var wa=({style:e,...t})=>gu("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:gu("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 aw}from"react/jsx-runtime";var nw={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]=vu(!1),[r,n]=vu(!1),{status:i}=ue(),{initLoginWithOAuth:a}=A(),{displayName:s,logo:l}=nw[e];return aw(iw,{onClick:async()=>{o(!0),n(!1);try{await a(e)}catch{n(!0)}finally{o(!1)}},disabled:t||i==="error"||r,children:[l,qt("span",{children:s}),t?qt(ro,{}):qt("span",{})]})},iw=rw(ye)`
1404
1414
  span:last-child {
1405
1415
  margin-left: auto;
1406
1416
  }
1407
- `;import Vv from"@heroicons/react/24/outline/ChevronRightIcon";import $v from"@heroicons/react/24/outline/WalletIcon";import{jsx as tl,jsxs as jv}from"react/jsx-runtime";var du=({onClick:e,text:t})=>jv(ye,{onClick:e,children:[tl($v,{}),tl(Ui,{children:t}),tl(Vv,{})]});import qv from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as pu,jsxs as Kv}from"react/jsx-runtime";var uu=({onClick:e,text:t,icon:o})=>Kv(ye,{onClick:e,children:[o,pu(Ui,{children:t}),pu(qv,{})]});import{Fragment as Mn,jsx as me,jsxs as ir}from"react/jsx-runtime";var fu=()=>{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:h,apple:w,wallet:v}=o?.loginMethods??{},T=o?.appearance.loginGroupPriority||"web2-first",y=o?.appearance.hideDirectWeb2Inputs,[E,b]=mu("default"),[W,M]=mu(n?"email":"sms");Zv(()=>{M(n?"email":"sms")},[n]);let L=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{b("default")},150)};r.current=L;let I=[n&&me(Xp,{isEditable:W==="email",setIsEditable:()=>{M("email")}}),i&&me(iu,{isEditable:W==="sms",setIsEditable:()=>{M("sms")}})].filter(Boolean),k=[a&&me(Wo,{provider:"google"}),s&&me(Wo,{provider:"twitter"}),l&&me(Wo,{provider:"discord"}),c&&me(Wo,{provider:"github"}),u&&me(Wo,{provider:"tiktok"}),h&&me(Wo,{provider:"linkedin"}),w&&me(Wo,{provider:"apple"})].filter(Boolean),R=xs(o?.appearance.walletList??[],t,!1),D=E==="default"?void 0:()=>{b("default")},$=tw({priority:T,email:n,sms:i,social:k}),B=ow({priority:T,email:n,sms:i,social:k}),_=rw({priority:T,email:n,sms:i,social:k}),Y=me(du,{text:_,onClick:()=>b("web3-overflow")}),se=me(uu,{text:$,icon:B,onClick:()=>b("web2-overflow")}),ve=y?0:1;return ir(Mn,{children:[me(x,{title:"Log in or Sign Up",onClose:L,backFn:D}),E==="default"&&me(ew,{}),ir(Od,{style:{overflow:"hidden",padding:2},children:[me(Gt,{}),ir(xo,{children:[E==="default"&&T==="web2-first"&&ir(Mn,{children:[...I,...k.length+I.length>4?k.slice(0,3-I.length):k,I.length+k.length>4&&se,v&&Y]}),E==="default"&&T==="web3-first"&&ir(Mn,{children:[v&&ir(Mn,{children:[...R.length>4?R.slice(0,3):R,R.length>4&&Y]}),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"&&ir(Mn,{children:[...T==="web3-first"?I:[],...k]}),...E==="web3-overflow"?R:[]]})]}),o&&me(Oi,{app:o}),me(F,{protectedByPrivy:!0})]})},ew=Xv(Fi)`
1417
+ `;import sw from"@heroicons/react/24/outline/ChevronRightIcon";import lw from"@heroicons/react/24/outline/WalletIcon";import{jsx as al,jsxs as cw}from"react/jsx-runtime";var wu=({onClick:e,text:t})=>cw(ye,{onClick:e,children:[al(lw,{}),al(zi,{children:t}),al(sw,{})]});import dw from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Cu,jsxs as pw}from"react/jsx-runtime";var bu=({onClick:e,text:t,icon:o})=>pw(ye,{onClick:e,children:[o,Cu(zi,{children:t}),Cu(dw,{})]});import{Fragment as Dn,jsx as me,jsxs as sr}from"react/jsx-runtime";var Pu=()=>{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:h,apple:w,wallet:v}=o?.loginMethods??{},T=o?.appearance.loginGroupPriority||"web2-first",y=o?.appearance.hideDirectWeb2Inputs,[E,b]=Eu("default"),[W,M]=Eu(n?"email":"sms");hw(()=>{M(n?"email":"sms")},[n]);let N=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{b("default")},150)};r.current=N;let I=[n&&me(lu,{isEditable:W==="email",setIsEditable:()=>{M("email")}}),i&&me(fu,{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"}),h&&me(Lo,{provider:"linkedin"}),w&&me(Lo,{provider:"apple"})].filter(Boolean),R=Rs(o?.appearance.walletList??[],t,!1),D=E==="default"?void 0:()=>{b("default")},$=vw({priority:T,email:n,sms:i,social:k}),B=ww({priority:T,email:n,sms:i,social:k}),_=Cw({priority:T,email:n,sms:i,social:k}),J=me(wu,{text:_,onClick:()=>b("web3-overflow")}),se=me(bu,{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:D}),E==="default"&&me(gw,{}),sr(Vd,{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})]})},gw=yw(Vi)`
1408
1418
  margin-bottom: 16px;
1409
- `,tw=({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",ow=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?me(Qv,{}):t&&o?me(Qp,{}):t?me(Yv,{}):o?me(Jv,{}):null,rw=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as nw}from"@heroicons/react/24/outline";import{Fragment as iw,jsx as Mo,jsxs as hu}from"react/jsx-runtime";var yu=()=>{let{app:e}=S();return hu(iw,{children:[Mo(x,{},"header"),Mo(q,{}),Mo(he,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Mo(nw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),hu(bo,{children:[Mo(Gt,{}),Mo(ea,{stacked:!0})]}),Mo(J,{}),Mo(F,{protectedByPrivy:!0})]})};import{PhoneIcon as aw}from"@heroicons/react/24/outline";import{Fragment as sw,jsx as Lo,jsxs as gu}from"react/jsx-runtime";var vu=()=>{let{app:e,navigate:t}=S(),{initLoginWithSms:o}=A();async function r({qualifiedPhoneNumber:n}){await o(n),t("AWAITING_PASSWORDLESS_CODE")}return gu(sw,{children:[Lo(x,{},"header"),Lo(q,{}),Lo(he,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Lo(aw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),gu(bo,{children:[Lo(Gt,{}),Lo(zr,{stacked:!0,onSubmit:r})]}),Lo(J,{}),Lo(F,{protectedByPrivy:!0})]})};import{Fragment as lw,jsx as Vr,jsxs as cw}from"react/jsx-runtime";var wu=()=>{let{linkingHint:e}=A(),{app:t}=S(),o=e?`Select the wallet with ${vo(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return cw(lw,{children:[Vr(x,{},"header"),Vr(Po,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Vr(Gt,{}),Vr(xo,{children:Vr(Ir,{connectOnly:!1})}),Vr(F,{protectedByPrivy:!0})]})};import{jsx as Cu,jsxs as dw}from"react/jsx-runtime";var bu=({style:e,...t})=>dw("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:[Cu("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Cu("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 pw,jsx as No,jsxs as Eu}from"react/jsx-runtime";var Pu=()=>{let{closePrivyModal:e}=A(),{navigate:t}=S();return Eu(pw,{children:[No(x,{},"header"),No(q,{}),No(bu,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),No(Po,{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"}}),Eu(bo,{children:[No(U,{onClick:()=>t("LANDING"),children:"Try again"}),No(eo,{onClick:()=>e(),children:"Cancel"})]}),No(J,{}),No(F,{protectedByPrivy:!0})]})};import{CheckIcon as zu}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as jw,FingerPrintIcon as qw,PhoneIcon as Kw,TrashIcon as Vu}from"@heroicons/react/24/outline";import{CheckCircleIcon as $u,DevicePhoneMobileIcon as ju,PhoneIcon as ml}from"@heroicons/react/24/solid";import{ShieldCheckIcon as ul}from"@heroicons/react/24/solid";import{CheckBadgeIcon as Yw,IdentificationIcon as Jw}from"@heroicons/react/24/solid";import{useEffect as qu,useState as so}from"react";import{useState as uw}from"react";import mw from"styled-components";import{jsx as Tu}from"react/jsx-runtime";var ha=({style:e,color:t,...o})=>Tu("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:Tu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as ol}from"react/jsx-runtime";var xu=({color:e,...t})=>ol("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:ol("g",{children:ol("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 Su,jsxs as hw}from"react/jsx-runtime";var _u=e=>{let[t,o]=uw(!1);return hw(fw,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Su(ha,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Su(xu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},fw=mw.button`
1419
+ `,vw=({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",ww=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?me(fw,{}):t&&o?me(au,{}):t?me(uw,{}):o?me(mw,{}):null,Cw=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as bw}from"@heroicons/react/24/outline";import{Fragment as Ew,jsx as No,jsxs as Tu}from"react/jsx-runtime";var xu=()=>{let{app:e}=S();return Tu(Ew,{children:[No(x,{},"header"),No(q,{}),No(he,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:No(bw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Tu(Gt,{children:[No($t,{}),No(ia,{stacked:!0})]}),No(K,{}),No(F,{protectedByPrivy:!0})]})};import{PhoneIcon as Pw}from"@heroicons/react/24/outline";import{Fragment as Tw,jsx as Oo,jsxs as Su}from"react/jsx-runtime";var _u=()=>{let{app:e,navigate:t}=S(),{initLoginWithSms:o}=A();async function r({qualifiedPhoneNumber:n}){await o(n),t("AWAITING_PASSWORDLESS_CODE")}return Su(Tw,{children:[Oo(x,{},"header"),Oo(q,{}),Oo(he,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Oo(Pw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Su(Gt,{children:[Oo($t,{}),Oo(qr,{stacked:!0,onSubmit:r})]}),Oo(K,{}),Oo(F,{protectedByPrivy:!0})]})};import{Fragment as xw,jsx as Kr,jsxs as Sw}from"react/jsx-runtime";var ku=()=>{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 Sw(xw,{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 Au,jsxs as _w}from"react/jsx-runtime";var Ru=({style:e,...t})=>_w("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:[Au("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Au("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 kw,jsx as Do,jsxs as Iu}from"react/jsx-runtime";var Wu=()=>{let{closePrivyModal:e}=A(),{navigate:t}=S();return Iu(kw,{children:[Do(x,{},"header"),Do(q,{}),Do(Ru,{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"}}),Iu(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 Zu}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as cC,FingerPrintIcon as dC,PhoneIcon as pC,TrashIcon as Xu}from"@heroicons/react/24/outline";import{CheckCircleIcon as em,DevicePhoneMobileIcon as tm,PhoneIcon as vl}from"@heroicons/react/24/solid";import{ShieldCheckIcon as gl}from"@heroicons/react/24/solid";import{CheckBadgeIcon as uC,IdentificationIcon as mC}from"@heroicons/react/24/solid";import{useEffect as om,useState as uo}from"react";import{useState as Aw}from"react";import Rw from"styled-components";import{jsx as Mu}from"react/jsx-runtime";var Ca=({style:e,color:t,...o})=>Mu("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:Mu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as sl}from"react/jsx-runtime";var Lu=({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 Nu,jsxs as Ww}from"react/jsx-runtime";var Ou=e=>{let[t,o]=Aw(!1);return Ww(Iw,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Nu(Ca,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Nu(Lu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Iw=Rw.button`
1410
1420
  display: flex;
1411
1421
  align-items: center;
1412
1422
  gap: 6px;
@@ -1444,7 +1454,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1444
1454
  width: 14px;
1445
1455
  height: 14px;
1446
1456
  }
1447
- `;import{useState as il}from"react";import{isMobile as bw}from"react-device-detect";import Wu from"styled-components";import{Dialog as ku,Transition as rl}from"@headlessui/react";import nl from"react";import jr from"styled-components";import{jsx as $r,jsxs as Cw}from"react/jsx-runtime";var Au=({children:e,open:t,onClick:o,...r})=>$r(rl,{show:t,as:nl.Fragment,children:Cw(ku,{onClose:o,...r,as:gw,children:[$r(rl.Child,{as:nl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:$r(yw,{"aria-hidden":"true"})}),$r(vw,{children:$r(rl.Child,{as:nl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:$r(ku.Panel,{as:ww,children:e})})})]})}),qr=jr.div`
1457
+ `;import{useState as dl}from"react";import{isMobile as Uw}from"react-device-detect";import Hu from"styled-components";import{Dialog as Du,Transition as ll}from"@headlessui/react";import cl from"react";import Jr from"styled-components";import{jsx as Yr,jsxs as Dw}from"react/jsx-runtime";var Uu=({children:e,open:t,onClick:o,...r})=>Yr(ll,{show:t,as:cl.Fragment,children:Dw(Du,{onClose:o,...r,as:Lw,children:[Yr(ll.Child,{as:cl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Yr(Mw,{"aria-hidden":"true"})}),Yr(Nw,{children:Yr(ll.Child,{as:cl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Yr(Du.Panel,{as:Ow,children:e})})})]})}),Qr=Jr.div`
1448
1458
  display: flex;
1449
1459
  flex-direction: column;
1450
1460
  text-align: center;
@@ -1467,7 +1477,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1467
1477
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1468
1478
  border-radius: var(--privy-border-radius-lg);
1469
1479
  }
1470
- `,yw=jr.div`
1480
+ `,Mw=Jr.div`
1471
1481
  position: fixed;
1472
1482
  inset: 0;
1473
1483
 
@@ -1480,9 +1490,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1480
1490
  backdrop-filter: unset;
1481
1491
  -webkit-backdrop-filter: unset;
1482
1492
  }
1483
- `,gw=jr.div`
1493
+ `,Lw=Jr.div`
1484
1494
  z-index: 999999;
1485
- `,vw=jr.div`
1495
+ `,Nw=Jr.div`
1486
1496
  position: fixed;
1487
1497
  inset: 0;
1488
1498
  display: flex;
@@ -1490,7 +1500,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1490
1500
  justify-content: center;
1491
1501
  width: 100vw;
1492
1502
  min-height: 100vh;
1493
- `,ww=jr.div`
1503
+ `,Ow=Jr.div`
1494
1504
  // reset some default dialog styles
1495
1505
  padding: 0;
1496
1506
  background: transparent;
@@ -1537,19 +1547,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1537
1547
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1538
1548
  border-radius: var(--privy-border-radius-lg);
1539
1549
  }
1540
- `,Ru=jr.div`
1550
+ `,Fu=Jr.div`
1541
1551
  display: flex;
1542
1552
  flex-direction: column;
1543
1553
  align-items: center;
1544
1554
  justify-content: center;
1545
1555
  height: 100%;
1546
- `;import{Fragment as kw,jsx as Ln,jsxs as _w}from"react/jsx-runtime";var Nn=6,Ew=new Array(Nn).fill("");function Pw(e){return e.replace(/\s+/g,"")}function al(e){return/^[0-9]{1}$/.test(e)}function Iu(e){return e.length===Nn&&e.every(al)}function Tw(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Kr=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=il(Ew),[a,s]=il(null),[l,c]=il(null),u=async T=>{T.preventDefault();let y=Pw(T.currentTarget.value);if(y==="")return;let E=Tw(n,al),b=y.split(""),W=!b.every(al),M=b.length+E>Nn;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 L=Number(T.currentTarget.name?.charAt(4)),I=[...y||[""]].slice(0,Nn-L),k=[...n.slice(0,L),...I,...n.slice(L+I.length)];i(k);let R=I.length,D=Math.min(Math.max(L+R,0),Nn-1);if(document.querySelector(`input[name=pin-${D}]`)?.focus(),Iu(k))try{await e(k.join("")),document.querySelector(`input[name=pin-${D}]`)?.blur()}catch(B){c(1),s(B.message)}else try{await e(null)}catch(B){c(1),s(B.message)}},h=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(),Iu(y)?e(y.join("")):e(null)},v=r?"success":!!(o||a)?"fail":"";return Ln(kw,{children:_w(xw,{children:[Ln("div",{children:n.map((T,y)=>Ln("input",{name:`pin-${y}`,type:"text",value:n[y],onChange:u,onKeyUp:E=>{E.key==="Backspace"&&h(y)},inputMode:"numeric",autoFocus:y===0,pattern:"[0-9]",className:v,autoComplete:bw?"one-time-code":"off",disabled:t},y))}),Ln("div",{children:Ln(Sw,{fail:!!o||!!a,children:o||a})})]})})},xw=Wu.div`
1556
+ `;import{Fragment as $w,jsx as Un,jsxs as Vw}from"react/jsx-runtime";var Fn=6,Fw=new Array(Fn).fill("");function Bw(e){return e.replace(/\s+/g,"")}function pl(e){return/^[0-9]{1}$/.test(e)}function Bu(e){return e.length===Fn&&e.every(pl)}function Hw(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(Fw),[a,s]=dl(null),[l,c]=dl(null),u=async T=>{T.preventDefault();let y=Bw(T.currentTarget.value);if(y==="")return;let E=Hw(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,D=Math.min(Math.max(N+R,0),Fn-1);if(document.querySelector(`input[name=pin-${D}]`)?.focus(),Bu(k))try{await e(k.join("")),document.querySelector(`input[name=pin-${D}]`)?.blur()}catch(B){c(1),s(B.message)}else try{await e(null)}catch(B){c(1),s(B.message)}},h=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(),Bu(y)?e(y.join("")):e(null)},v=r?"success":!!(o||a)?"fail":"";return Un($w,{children:Vw(Gw,{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"&&h(y)},inputMode:"numeric",autoFocus:y===0,pattern:"[0-9]",className:v,autoComplete:Uw?"one-time-code":"off",disabled:t},y))}),Un("div",{children:Un(zw,{fail:!!o||!!a,children:o||a})})]})})},Gw=Hu.div`
1547
1557
  display: flex;
1548
1558
  flex-direction: column;
1549
1559
  width: 100%;
1550
1560
  gap: 8px;
1551
1561
 
1552
- ${qr}[data-height='medium'] & {
1562
+ ${Qr}[data-height='medium'] & {
1553
1563
  margin-top: 22px;
1554
1564
  }
1555
1565
 
@@ -1614,7 +1624,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1614
1624
  transform: translate(1px, 0px);
1615
1625
  }
1616
1626
  }
1617
- `,Sw=Wu.div`
1627
+ `,zw=Hu.div`
1618
1628
  line-height: 20px;
1619
1629
  font-size: 13px;
1620
1630
  display: flex;
@@ -1622,7 +1632,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1622
1632
  width: 100%;
1623
1633
 
1624
1634
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1625
- `;import{useContext as Aw}from"react";function Yr(){let{promptMfa:e,init:t,submit:o,cancel:r}=Aw(fe);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as Rw}from"react";function On(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=Rw(fe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import Iw from"styled-components";import{jsx as Mu,jsxs as Mw}from"react/jsx-runtime";var Lu=e=>Mw(Ww,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Mu("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Mu("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"})]}),Ww=Iw.svg`
1635
+ `;import{useContext as jw}from"react";function Xr(){let{promptMfa:e,init:t,submit:o,cancel:r}=jw(fe);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as qw}from"react";function Bn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=qw(fe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import Kw from"styled-components";import{jsx as Gu,jsxs as Jw}from"react/jsx-runtime";var zu=e=>Jw(Yw,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Gu("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Gu("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"})]}),Yw=Kw.svg`
1626
1636
  height: 90px;
1627
1637
  width: 90px;
1628
1638
 
@@ -1633,7 +1643,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1633
1643
  > path {
1634
1644
  fill: white;
1635
1645
  }
1636
- `;import{ShieldCheckIcon as Vw}from"@heroicons/react/24/solid";import Lw from"qrcode";import Nw from"react";import Ow from"styled-components";import{jsx as Nu}from"react/jsx-runtime";var Ou=()=>Nu("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:Nu("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Dn,jsx as ze,jsxs as Fu}from"react/jsx-runtime";var at=7,sl=(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},Dw=e=>{let t=Lw.create(e,{errorCorrectionLevel:"high"}).modules,o=_c(Array.from(t.data),t.size);return o=sl(o,0,0,at,at),o=sl(o,o.length-at,0,at,at),o=sl(o,0,o.length-at,at,at),o},Uw=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>ze(Dn,{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}`))}),Fw=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-at)*e,0],[0,(t-at)*e]];return ze(Dn,{children:n.map(([i,a])=>ze(Uw,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Bw=({matrix:e,cellSize:t,color:o})=>ze(Dn,{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(Nw.Fragment,{},`circle-${n}-${a}`)))}),Du=(e,t)=>e-e%t,Hw=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return ze(Dn,{});let a=r||40,s=n||4,l=o,c=e/2-a/2-s;return Fu(Dn,{children:[ze("rect",{x:Du(c,t),y:Du(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})]})},Gw=e=>{let t=e.outputSize,o=Dw(e.url),r=t/o.length;return Fu("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[ze(Bw,{matrix:o,cellSize:r,color:e.fgColor}),ze(Fw,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),ze(Hw,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},zw=Ow.div`
1646
+ `;import{ShieldCheckIcon as sC}from"@heroicons/react/24/solid";import Qw from"qrcode";import Zw from"react";import Xw from"styled-components";import{jsx as Vu}from"react/jsx-runtime";var $u=()=>Vu("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:Vu("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Hn,jsx as ze,jsxs as Ku}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},eC=e=>{let t=Qw.create(e,{errorCorrectionLevel:"high"}).modules,o=Nc(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},tC=({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}`))}),oC=({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(tC,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},rC=({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(Zw.Fragment,{},`circle-${n}-${a}`)))}),ju=(e,t)=>e-e%t,nC=({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 Ku(Hn,{children:[ze("rect",{x:ju(c,t),y:ju(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})]})},iC=e=>{let t=e.outputSize,o=eC(e.url),r=t/o.length;return Ku("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[ze(rC,{matrix:o,cellSize:r,color:e.fgColor}),ze(oC,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),ze(nC,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},aC=Xw.div`
1637
1647
  display: flex;
1638
1648
  justify-content: center;
1639
1649
  align-items: center;
@@ -1648,7 +1658,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1648
1658
  border-color: ${e=>e.fgColor};
1649
1659
  border-radius: var(--privy-border-radius-md);
1650
1660
  }
1651
- `,Uu=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return ze(zw,{size:r,bgColor:t,fgColor:o,children:ze(Gw,{url:e.url,logo:{element:e.squareLogoElement??Ou},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as $w}from"react/jsx-runtime";var Bu=({size:e,authUrl:t})=>$w(Uu,{url:t,squareLogoElement:Vw,size:e,fgColor:"#1F1F1F"});import ke from"styled-components";var Le=ke.div`
1661
+ `,qu=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return ze(aC,{size:r,bgColor:t,fgColor:o,children:ze(iC,{url:e.url,logo:{element:e.squareLogoElement??$u},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as lC}from"react/jsx-runtime";var Yu=({size:e,authUrl:t})=>lC(qu,{url:t,squareLogoElement:sC,size:e,fgColor:"#1F1F1F"});import ke from"styled-components";var Le=ke.div`
1652
1662
  display: flex;
1653
1663
  flex-direction: column;
1654
1664
  align-items: center;
@@ -1666,7 +1676,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1666
1676
  font-size: 0.875rem;
1667
1677
 
1668
1678
  text-align: center;
1669
- `,Oo=ke.div`
1679
+ `,Uo=ke.div`
1670
1680
  display: flex;
1671
1681
  flex-direction: column;
1672
1682
  align-items: center;
@@ -1676,7 +1686,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1676
1686
  @media (max-width: 440px) {
1677
1687
  padding: 10px 10px 20px;
1678
1688
  }
1679
- `,Hu=ke.div`
1689
+ `,Ju=ke.div`
1680
1690
  display: flex;
1681
1691
  flex-direction: column;
1682
1692
  align-items: stretch;
@@ -1684,7 +1694,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1684
1694
  padding: 1rem 0rem 0rem;
1685
1695
  flex-grow: 1;
1686
1696
  width: 100%;
1687
- `,ll=ke.div`
1697
+ `,ml=ke.div`
1688
1698
  width: 25px;
1689
1699
  display: flex;
1690
1700
  align-items: center;
@@ -1696,19 +1706,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1696
1706
  width: 25px !important;
1697
1707
  color: var(--privy-color-accent);
1698
1708
  }
1699
- `,cl=ke.div`
1709
+ `,fl=ke.div`
1700
1710
  display: flex;
1701
1711
  align-items: center;
1702
1712
  gap: 10px;
1703
1713
  font-size: 0.875rem;
1704
1714
  line-height: 1rem;
1705
1715
  text-align: left;
1706
- `,Do=ke.div`
1716
+ `,Fo=ke.div`
1707
1717
  display: flex;
1708
1718
  flex-direction: column;
1709
1719
  gap: 10px;
1710
1720
  padding-top: 20px;
1711
- `,ya=ke.div`
1721
+ `,ba=ke.div`
1712
1722
  display: flex;
1713
1723
  flex-direction: column;
1714
1724
  align-items: stretch;
@@ -1716,7 +1726,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1716
1726
  padding: 1rem 0rem 0rem;
1717
1727
  flex-grow: 1;
1718
1728
  width: 100%;
1719
- `,ga=ke.div`
1729
+ `,Ea=ke.div`
1720
1730
  display: flex;
1721
1731
  gap: 5px;
1722
1732
  width: 100%;
@@ -1724,7 +1734,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1724
1734
  & > button:not(#remove) {
1725
1735
  width: 100%;
1726
1736
  }
1727
- `,dl=ke.button`
1737
+ `,hl=ke.button`
1728
1738
  && {
1729
1739
  background-color: transparent;
1730
1740
  color: var(--privy-color-foreground-3);
@@ -1743,7 +1753,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1743
1753
  &&:hover {
1744
1754
  color: var(--privy-color-error);
1745
1755
  }
1746
- `,va=ke.div`
1756
+ `,Pa=ke.div`
1747
1757
  display: flex;
1748
1758
  align-items: center;
1749
1759
  gap: 0.5rem;
@@ -1753,7 +1763,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1753
1763
  height: 20px !important;
1754
1764
  width: 20px !important;
1755
1765
  }
1756
- `,Jr=ke.div`
1766
+ `,en=ke.div`
1757
1767
  display: flex;
1758
1768
  align-items: center;
1759
1769
  gap: 6px;
@@ -1767,15 +1777,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
1767
1777
  display: flex !important;
1768
1778
  align-items: flex-end;
1769
1779
  }
1770
- `,wa=ke.div`
1780
+ `,Ta=ke.div`
1771
1781
  width: 100%;
1772
1782
  display: flex;
1773
1783
  justify-content: space-between;
1774
- `,Gu=ke.p`
1784
+ `,Qu=ke.p`
1775
1785
  text-align: left;
1776
1786
  width: 100%;
1777
1787
  color: var(--privy-color-foreground-3) !important;
1778
- `,pl=ke.button`
1788
+ `,yl=ke.button`
1779
1789
  display: flex;
1780
1790
  flex-direction: row;
1781
1791
  align-items: center;
@@ -1820,7 +1830,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1820
1830
  width: auto !important;
1821
1831
  color: white;
1822
1832
  }
1823
- `;import{Fragment as ht,jsx as f,jsxs as V}from"react/jsx-runtime";var Ku=()=>{let{user:e,enrollInMfa:t}=H(),[o,r]=so(!1),[n,i]=so(null),[a,s]=so(null),{unenrollWithSms:l,unenrollWithTotp:c}=On(),{app:u,ready:h,data:w,onUserCloseViaDialogOrKeybindRef:v}=S(),{closePrivyModal:T}=A(),{promptMfa:y}=Yr(),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"),L=b||M;qu(()=>{L&&r(!0)},[L]);function I(){s(null),i(null)}function k(){r(!1)}async function R(_){await y(),i(_)}if(!h||!e||!u)return V(ht,{children:[f(x,{onClose:E},"header"),f(Le,{children:f(Lu,{})}),f(Oo,{children:f(Ft,{})}),f(Q,{})]});async function D(){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:[f(x,{backFn:I,onClose:E},"header"),f(Le,{children:f(Ve,{children:f(ml,{})})}),f(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."]}),f(Do,{children:f(U,{warn:!0,onClick:D,children:"Remove SMS for MFA"})}),f(Q,{})]});if(a==="totp")return V(ht,{children:[f(x,{backFn:I,onClose:E},"header"),f(Le,{children:f(Ve,{children:f(ju,{})})}),f(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."]}),f(Do,{children:f(U,{warn:!0,onClick:$,children:"Remove Authenticator App for MFA"})}),f(Q,{})]});if(w.mfaEnrollmentFlow.mfaMethods.length===0&&!L)return V(ht,{children:[f(x,{onClose:E},"header"),f(Le,{children:f(Ve,{children:f(ul,{})})}),f(Ne,{children:"Add more security"}),V(Ae,{children:[u?.name," does not have any verification methods enabled."]}),f(Do,{children:f(U,{onClick:E,children:"Close"})}),f(Q,{})]});let B=!L&&!o;if(B)return V(ht,{children:[f(x,{onClose:E},"header"),f(Le,{children:f(Ve,{children:f(ul,{})})}),f(Ne,{children:"Transaction Protection"}),f(Ae,{children:"Set up transaction protection to add an extra layer of security to your account"}),V(Hu,{children:[V(cl,{children:[f(ll,{children:f(Yw,{})}),"Enable 2-Step verification for your ",u?.name," wallet."]}),V(cl,{children:[f(ll,{children:f(Jw,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),V(Do,{children:[f(U,{onClick:()=>r(!0),children:"Continue"}),f(eo,{onClick:E,children:"Not now"})]}),f(Q,{})]});switch(n){case"sms":return f(Qw,{onComplete:E,onReset:I,onClose:E});case"totp":return f(Zw,{onComplete:E,onClose:E,onReset:I});default:return V(ht,{children:[f(x,{backFn:B?k:void 0,onClose:E},"header"),f(Le,{children:f(Ve,{children:f(ul,{})})}),f(Ne,{children:"Choose a verification method"}),L?f(Ae,{children:"To add or delete verification methods, verification is required."}):f(Ae,{children:"How would you like to verify your identity? You can change this later."}),V(ya,{children:[(w.mfaEnrollmentFlow.mfaMethods.includes("totp")||M)&&V(ga,{children:[f(ye,{disabled:M,onClick:()=>R("totp"),children:V(wa,{children:[V(va,{children:[f(jw,{}),"Authenticator App"]}),M?V(Jr,{children:[f(zu,{}),"Added"]}):f(Jr,{children:"Recommended"})]})}),M&&f(dl,{id:"remove",onClick:()=>s("totp"),children:f(Vu,{})})]},"totp"),(w.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&V(ga,{children:[f(ye,{disabled:b||W,onClick:()=>R("sms"),children:V(wa,{children:[V(va,{children:[f(Kw,{}),"SMS"]}),b&&V(Jr,{children:[f(zu,{}),"Added"]}),W&&f(Jr,{children:"Disabled"})]})}),b&&f(dl,{id:"remove",onClick:()=>s("sms"),children:f(Vu,{})})]},"sms"),f(ga,{children:f(ye,{disabled:!0,children:V(wa,{children:[V(va,{children:[f(qw,{}),"Passkey"]}),f(Jr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),f(Q,{})]})}},Qw=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=so(""),[i,a]=so(!1),[s,l]=so("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=On(),{app:h,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 Ms(W)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Or(W)?new Error("The code you entered is not valid"):Nr(W)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Ls(W)?new Error("Verification canceled"):new Error("Unknown error")}}function E(){s==="verify"?l("enroll"):t()}return s==="enroll"?V(ht,{children:[f(x,{backFn:t,onClose:o},"header"),f(Le,{children:f(Ve,{children:f(ml,{})})}),f(Ne,{children:"Set up SMS verification"}),f(Ae,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),V(Oo,{children:[f(zr,{onSubmit:T}),V(Gu,{children:["By providing your mobile number, you agree to receive text messages from ",h?.name,". Some carrier charges may apply"]})]}),f(Q,{})]}):i?V(ht,{children:[f(x,{onClose:v},"header"),f(Le,{children:f(Ve,{status:"success",children:f($u,{})})}),f(Ne,{children:"SMS verification added"}),f(Ae,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),f(Do,{children:f(U,{onClick:v,children:"Done"})}),f(Q,{})]}):V(ht,{children:[f(x,{backFn:E,onClose:o},"header"),f(Le,{children:f(Ve,{children:f(ml,{})})}),f(Ne,{children:"Enter enrollment code"}),V(Oo,{children:[f(Kr,{onChange:y}),V(Ae,{children:["To continue, enter the 6-digit code sent to ",f("strong",{children:eu(r)})]})]}),f(Q,{})]})},Zw=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=so("enroll"),[i,a]=so(null),[s,l]=so(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=On(),{data:h}=S();qu(()=>{a(null),c().then(E=>{a(E)}).catch(()=>{a(null),o()})},[]);function w(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function v(){n("verify")}async function T(E){try{if(!E)return;await u({mfaCode:E}),l(!0)}catch(b){throw Ms(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Or(b)?new Error("The code you entered is not valid"):Nr(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Ls(b)?new Error("Verification canceled"):new Error("Unknown error")}}function y(){r==="verify"?n("enroll"):o()}return r==="enroll"?V(ht,{children:[f(x,{backFn:o,onClose:t},"header"),f(Ne,{children:"Scan QR code"}),f(Ae,{children:"Open your authenticator app and scan the QR code to continue."}),f(wd,{children:i?.authUrl?f(Bu,{authUrl:i.authUrl,size:200}):f(Ft,{})}),V(Do,{children:[f(to,{children:i?.secret&&f(_u,{itemName:"secret",text:i.secret})}),f(U,{onClick:v,children:"Continue"})]}),f(Q,{})]}):s?V(ht,{children:[f(x,{onClose:w},"header"),f(Le,{children:f(Ve,{status:"success",children:f($u,{})})}),f(Ne,{children:"Authenticator app verification added"}),f(Ae,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),f(Do,{children:f(U,{onClick:w,children:"Done"})}),f(Q,{})]}):V(ht,{children:[f(x,{backFn:y,onClose:t},"header"),f(Le,{children:f(Ve,{children:f(ju,{})})}),f(Ne,{children:"Enter enrollment code"}),f(Oo,{children:f(Kr,{onChange:T})}),V(Ae,{children:["To continue, enter the 6-digit code generated from your ",f("strong",{children:"authenticator app"})]}),f(Q,{})]})};import{DevicePhoneMobileIcon as XC,PhoneIcon as e0}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as t0,PhoneIcon as o0}from"@heroicons/react/24/solid";import{ShieldCheckIcon as r0}from"@heroicons/react/24/solid";import{useEffect as n0,useState as kl}from"react";import{StaticJsonRpcProvider as KC}from"@ethersproject/providers";import{useMemo as YC,useEffect as JC,useState as km}from"react";import QC from"styled-components";import ym from"styled-components";import Ju from"styled-components";import{jsx as Yu,jsxs as tC}from"react/jsx-runtime";var Ca=({label:e,children:t,valueStyles:o})=>tC(Xw,{children:[Yu("div",{children:e}),Yu(eC,{style:{...o},children:t})]}),Xw=Ju.div`
1833
+ `;import{Fragment as ht,jsx as f,jsxs as V}from"react/jsx-runtime";var rm=()=>{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:h,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;om(()=>{N&&r(!0)},[N]);function I(){s(null),i(null)}function k(){r(!1)}async function R(_){await y(),i(_)}if(!h||!e||!u)return V(ht,{children:[f(x,{onClose:E},"header"),f(Le,{children:f(zu,{})}),f(Uo,{children:f(Bt,{})}),f(Q,{})]});async function D(){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:[f(x,{backFn:I,onClose:E},"header"),f(Le,{children:f(Ve,{children:f(vl,{})})}),f(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."]}),f(Fo,{children:f(U,{warn:!0,onClick:D,children:"Remove SMS for MFA"})}),f(Q,{})]});if(a==="totp")return V(ht,{children:[f(x,{backFn:I,onClose:E},"header"),f(Le,{children:f(Ve,{children:f(tm,{})})}),f(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."]}),f(Fo,{children:f(U,{warn:!0,onClick:$,children:"Remove Authenticator App for MFA"})}),f(Q,{})]});if(w.mfaEnrollmentFlow.mfaMethods.length===0&&!N)return V(ht,{children:[f(x,{onClose:E},"header"),f(Le,{children:f(Ve,{children:f(gl,{})})}),f(Ne,{children:"Add more security"}),V(Ae,{children:[u?.name," does not have any verification methods enabled."]}),f(Fo,{children:f(U,{onClick:E,children:"Close"})}),f(Q,{})]});let B=!N&&!o;if(B)return V(ht,{children:[f(x,{onClose:E},"header"),f(Le,{children:f(Ve,{children:f(gl,{})})}),f(Ne,{children:"Transaction Protection"}),f(Ae,{children:"Set up transaction protection to add an extra layer of security to your account"}),V(Ju,{children:[V(fl,{children:[f(ml,{children:f(uC,{})}),"Enable 2-Step verification for your ",u?.name," wallet."]}),V(fl,{children:[f(ml,{children:f(mC,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),V(Fo,{children:[f(U,{onClick:()=>r(!0),children:"Continue"}),f(no,{onClick:E,children:"Not now"})]}),f(Q,{})]});switch(n){case"sms":return f(fC,{onComplete:E,onReset:I,onClose:E});case"totp":return f(hC,{onComplete:E,onClose:E,onReset:I});default:return V(ht,{children:[f(x,{backFn:B?k:void 0,onClose:E},"header"),f(Le,{children:f(Ve,{children:f(gl,{})})}),f(Ne,{children:"Choose a verification method"}),N?f(Ae,{children:"To add or delete verification methods, verification is required."}):f(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:[f(ye,{disabled:M,onClick:()=>R("totp"),children:V(Ta,{children:[V(Pa,{children:[f(cC,{}),"Authenticator App"]}),M?V(en,{children:[f(Zu,{}),"Added"]}):f(en,{children:"Recommended"})]})}),M&&f(hl,{id:"remove",onClick:()=>s("totp"),children:f(Xu,{})})]},"totp"),(w.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&V(Ea,{children:[f(ye,{disabled:b||W,onClick:()=>R("sms"),children:V(Ta,{children:[V(Pa,{children:[f(pC,{}),"SMS"]}),b&&V(en,{children:[f(Zu,{}),"Added"]}),W&&f(en,{children:"Disabled"})]})}),b&&f(hl,{id:"remove",onClick:()=>s("sms"),children:f(Xu,{})})]},"sms"),f(Ea,{children:f(ye,{disabled:!0,children:V(Ta,{children:[V(Pa,{children:[f(dC,{}),"Passkey"]}),f(en,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),f(Q,{})]})}},fC=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=uo(""),[i,a]=uo(!1),[s,l]=uo("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=Bn(),{app:h,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:[f(x,{backFn:t,onClose:o},"header"),f(Le,{children:f(Ve,{children:f(vl,{})})}),f(Ne,{children:"Set up SMS verification"}),f(Ae,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),V(Uo,{children:[f(qr,{onSubmit:T}),V(Qu,{children:["By providing your mobile number, you agree to receive text messages from ",h?.name,". Some carrier charges may apply"]})]}),f(Q,{})]}):i?V(ht,{children:[f(x,{onClose:v},"header"),f(Le,{children:f(Ve,{status:"success",children:f(em,{})})}),f(Ne,{children:"SMS verification added"}),f(Ae,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),f(Fo,{children:f(U,{onClick:v,children:"Done"})}),f(Q,{})]}):V(ht,{children:[f(x,{backFn:E,onClose:o},"header"),f(Le,{children:f(Ve,{children:f(vl,{})})}),f(Ne,{children:"Enter enrollment code"}),V(Uo,{children:[f(Zr,{onChange:y}),V(Ae,{children:["To continue, enter the 6-digit code sent to ",f("strong",{children:cu(r)})]})]}),f(Q,{})]})},hC=({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:h}=S();om(()=>{a(null),c().then(E=>{a(E)}).catch(()=>{a(null),o()})},[]);function w(){h?.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:[f(x,{backFn:o,onClose:t},"header"),f(Ne,{children:"Scan QR code"}),f(Ae,{children:"Open your authenticator app and scan the QR code to continue."}),f(_d,{children:i?.authUrl?f(Yu,{authUrl:i.authUrl,size:200}):f(Bt,{})}),V(Fo,{children:[f(io,{children:i?.secret&&f(Ou,{itemName:"secret",text:i.secret})}),f(U,{onClick:v,children:"Continue"})]}),f(Q,{})]}):s?V(ht,{children:[f(x,{onClose:w},"header"),f(Le,{children:f(Ve,{status:"success",children:f(em,{})})}),f(Ne,{children:"Authenticator app verification added"}),f(Ae,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),f(Fo,{children:f(U,{onClick:w,children:"Done"})}),f(Q,{})]}):V(ht,{children:[f(x,{backFn:y,onClose:t},"header"),f(Le,{children:f(Ve,{children:f(tm,{})})}),f(Ne,{children:"Enter enrollment code"}),f(Uo,{children:f(Zr,{onChange:T})}),V(Ae,{children:["To continue, enter the 6-digit code generated from your ",f("strong",{children:"authenticator app"})]}),f(Q,{})]})};import{DevicePhoneMobileIcon as y0,PhoneIcon as g0}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as v0,PhoneIcon as w0}from"@heroicons/react/24/solid";import{ShieldCheckIcon as C0}from"@heroicons/react/24/solid";import{useEffect as b0,useState as Ml}from"react";import{StaticJsonRpcProvider as p0}from"@ethersproject/providers";import{useMemo as u0,useEffect as m0,useState as Dm}from"react";import f0 from"styled-components";import xm from"styled-components";import im from"styled-components";import{jsx as nm,jsxs as vC}from"react/jsx-runtime";var xa=({label:e,children:t,valueStyles:o})=>vC(yC,{children:[nm("div",{children:e}),nm(gC,{style:{...o},children:t})]}),yC=im.div`
1824
1834
  display: flex;
1825
1835
  align-items: center;
1826
1836
  justify-content: space-between;
@@ -1835,7 +1845,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1835
1845
  color: var(--privy-color-foreground-2);
1836
1846
  text-align: right;
1837
1847
  }
1838
- `,eC=Ju.div`
1848
+ `,gC=im.div`
1839
1849
  font-size: 14px;
1840
1850
  line-height: 100%;
1841
1851
  display: flex;
@@ -1844,28 +1854,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
1844
1854
  border-radius: var(--privy-border-radius-full);
1845
1855
  background-color: var(--privy-color-background-2);
1846
1856
  padding: 4px 8px;
1847
- `;import Ea from"styled-components";import{BigNumber as Qu}from"@ethersproject/bignumber";import{formatEther as Zu}from"@ethersproject/units";var Un=(e,t)=>{let o=(t*parseFloat(Zu(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},$t=(e,t,o=6,r=!1)=>{let i=parseFloat(Zu(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},fl=e=>e.map(de).reduce((t,o)=>t.add(o),Qu.from(0)).toHexString(),Xu=(e,t)=>{let{chains:o}=A(),r=`https://etherscan.io/address/${t}`,n=`${Ic(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},de=e=>Qu.from(e);import{Fragment as iC,jsx as ba,jsxs as em}from"react/jsx-runtime";var tm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=fl(e),n=t?Un(r,t):void 0,i=$t(r,o);return ba(om,{children:n||i})},hl=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=fl(e),n=t?Un(r,t):void 0,i=$t(r,o);return ba(om,{children:n?em(iC,{children:[ba(oC,{children:"USD"}),n==="<$0.01"?em(nC,{children:[ba(rC,{children:"<"}),"$0.01"]}):n]}):i})},om=Ea.span`
1857
+ `;import _a from"styled-components";import{BigNumber as am}from"@ethersproject/bignumber";import{formatEther as sm}from"@ethersproject/units";var Gn=(e,t)=>{let o=(t*parseFloat(sm(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Kt=(e,t,o=6,r=!1)=>{let i=parseFloat(sm(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),am.from(0)).toHexString(),lm=(e,t)=>{let{chains:o}=A(),r=`https://etherscan.io/address/${t}`,n=`${Fc(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},de=e=>am.from(e);import{Fragment as EC,jsx as Sa,jsxs as cm}from"react/jsx-runtime";var dm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=wl(e),n=t?Gn(r,t):void 0,i=Kt(r,o);return Sa(pm,{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(pm,{children:n?cm(EC,{children:[Sa(wC,{children:"USD"}),n==="<$0.01"?cm(bC,{children:[Sa(CC,{children:"<"}),"$0.01"]}):n]}):i})},pm=_a.span`
1848
1858
  font-size: 14px;
1849
1859
  line-height: 140%;
1850
1860
  display: flex;
1851
1861
  gap: 4px;
1852
1862
  align-items: center;
1853
- `,oC=Ea.span`
1863
+ `,wC=_a.span`
1854
1864
  font-size: 12px;
1855
1865
  line-height: 12px;
1856
1866
  color: var(--privy-color-foreground-3);
1857
- `,rC=Ea.span`
1867
+ `,CC=_a.span`
1858
1868
  font-size: 10px;
1859
- `,nC=Ea.span`
1869
+ `,bC=_a.span`
1860
1870
  display: flex;
1861
1871
  align-items: center;
1862
- `;import yl from"styled-components";import{jsx as Uo,jsxs as Pa}from"react/jsx-runtime";var rm=({gas:e,tokenPrice:t,tokenSymbol:o})=>Pa(bs,{style:{paddingBottom:"12px"},children:[Pa(im,{children:[Uo(sm,{children:"Est. Fees"}),Uo("div",{children:Uo(hl,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Uo(am,{children:`${$t(e,o)}`})]}),nm=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=de(e.value||0).add(de(t)).toHexString();return Pa(bs,{children:[Pa(im,{children:[Uo(sm,{children:"Total (including fees)"}),Uo("div",{children:Uo(hl,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Uo(am,{children:$t(n,r)})]})},im=yl.div`
1872
+ `;import bl from"styled-components";import{jsx as Bo,jsxs as ka}from"react/jsx-runtime";var um=({gas:e,tokenPrice:t,tokenSymbol:o})=>ka(Ss,{style:{paddingBottom:"12px"},children:[ka(fm,{children:[Bo(ym,{children:"Est. Fees"}),Bo("div",{children:Bo(Cl,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Bo(hm,{children:`${Kt(e,o)}`})]}),mm=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=de(e.value||0).add(de(t)).toHexString();return ka(Ss,{children:[ka(fm,{children:[Bo(ym,{children:"Total (including fees)"}),Bo("div",{children:Bo(Cl,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Bo(hm,{children:Kt(n,r)})]})},fm=bl.div`
1863
1873
  display: flex;
1864
1874
  flex-direction: row;
1865
1875
  justify-content: space-between;
1866
1876
  align-items: center;
1867
1877
  padding-top: 4px;
1868
- `,am=yl.div`
1878
+ `,hm=bl.div`
1869
1879
  display: flex;
1870
1880
  flex-direction: row;
1871
1881
  height: 12px;
@@ -1874,23 +1884,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
1874
1884
  line-height: 12px;
1875
1885
  color: var(--privy-color-foreground-3);
1876
1886
  font-weight: 400;
1877
- `,sm=yl.div`
1887
+ `,ym=bl.div`
1878
1888
  font-size: 14px;
1879
1889
  line-height: 22.4px;
1880
1890
  font-weight: 400;
1881
- `;import{ChevronDownIcon as aC}from"@heroicons/react/24/outline";import{useContext as ar,useState as sC}from"react";import Fo from"styled-components";import{createContext as lm,useContext as T9}from"react";var Qr=lm(void 0);var Fn=lm(void 0);import{Fragment as hC,jsx as _t,jsxs as cm}from"react/jsx-runtime";var dm=({defaultValue:e,children:t})=>{let[o,r]=sC(e||null),n=i=>{r(o===i?null:i)};return _t(Qr.Provider,{value:{activePanel:o,togglePanel:n},children:_t(lC,{children:t})})},pm=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=ar(Qr),n=o===e;return _t(Fn.Provider,{value:{onToggle:()=>r(e),value:e},children:_t(uC,{isActive:n,"data-open":n,children:t})})},um=({children:e})=>{let{activePanel:t}=ar(Qr),{onToggle:o,value:r}=ar(Fn),n=t===r;return cm(hC,{children:[cm(cC,{onClick:o,"data-open":n,children:[_t(pC,{children:e}),_t(fC,{isactive:n,children:_t(aC,{height:"16px",width:"16px",strokeWidth:"2"})})]}),_t(dC,{})]})},mm=({children:e})=>{let{activePanel:t}=ar(Qr),{value:o}=ar(Fn);return _t(mC,{"data-open":t===o,children:_t(hm,{children:e})})},fm=({children:e})=>{let{activePanel:t}=ar(Qr),{value:o}=ar(Fn);return _t(hm,{children:typeof e=="function"?e({isActive:t===o}):e})},lC=Fo.div`
1891
+ `;import{ChevronDownIcon as PC}from"@heroicons/react/24/outline";import{useContext as lr,useState as TC}from"react";import Ho from"styled-components";import{createContext as gm,useContext as tR}from"react";var tn=gm(void 0);var zn=gm(void 0);import{Fragment as WC,jsx as kt,jsxs as vm}from"react/jsx-runtime";var wm=({defaultValue:e,children:t})=>{let[o,r]=TC(e||null),n=i=>{r(o===i?null:i)};return kt(tn.Provider,{value:{activePanel:o,togglePanel:n},children:kt(xC,{children:t})})},Cm=({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(AC,{isActive:n,"data-open":n,children:t})})},bm=({children:e})=>{let{activePanel:t}=lr(tn),{onToggle:o,value:r}=lr(zn),n=t===r;return vm(WC,{children:[vm(SC,{onClick:o,"data-open":n,children:[kt(kC,{children:e}),kt(IC,{isactive:n,children:kt(PC,{height:"16px",width:"16px",strokeWidth:"2"})})]}),kt(_C,{})]})},Em=({children:e})=>{let{activePanel:t}=lr(tn),{value:o}=lr(zn);return kt(RC,{"data-open":t===o,children:kt(Tm,{children:e})})},Pm=({children:e})=>{let{activePanel:t}=lr(tn),{value:o}=lr(zn);return kt(Tm,{children:typeof e=="function"?e({isActive:t===o}):e})},xC=Ho.div`
1882
1892
  display: flex;
1883
1893
  flex-direction: column;
1884
1894
  width: 100%;
1885
1895
  gap: 8px;
1886
- `,cC=Fo.div`
1896
+ `,SC=Ho.div`
1887
1897
  display: flex;
1888
1898
  justify-content: space-between;
1889
1899
  align-items: center;
1890
1900
  width: 100%;
1891
1901
  cursor: pointer;
1892
1902
  padding-bottom: 8px;
1893
- `,dC=Fo.div`
1903
+ `,_C=Ho.div`
1894
1904
  width: 100%;
1895
1905
 
1896
1906
  && {
@@ -1898,13 +1908,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1898
1908
  border-color: var(--privy-color-foreground-4);
1899
1909
  }
1900
1910
  padding-bottom: 12px;
1901
- `,pC=Fo.div`
1911
+ `,kC=Ho.div`
1902
1912
  font-size: 14px;
1903
1913
  font-weight: 500;
1904
1914
  line-height: 19.6px;
1905
1915
  width: 100%;
1906
1916
  padding-right: 8px;
1907
- `,uC=Fo.div`
1917
+ `,AC=Ho.div`
1908
1918
  display: flex;
1909
1919
  flex-direction: column;
1910
1920
  width: 100%;
@@ -1916,7 +1926,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1916
1926
  border-color: var(--privy-color-foreground-4);
1917
1927
  border-radius: var(--privy-border-radius-md);
1918
1928
  }
1919
- `,mC=Fo.div`
1929
+ `,RC=Ho.div`
1920
1930
  position: relative;
1921
1931
  overflow: hidden;
1922
1932
  transition: max-height 25ms ease-out;
@@ -1928,38 +1938,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
1928
1938
  &[data-open='false'] {
1929
1939
  max-height: 0;
1930
1940
  }
1931
- `,hm=Fo.div`
1941
+ `,Tm=Ho.div`
1932
1942
  display: flex;
1933
1943
  flex-direction: column;
1934
1944
  gap: 12px;
1935
1945
  flex: 1 1 auto;
1936
1946
  min-height: 1px;
1937
- `,fC=Fo.div`
1947
+ `,IC=Ho.div`
1938
1948
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
1939
- `;import yC from"styled-components";import{jsx as vC}from"react/jsx-runtime";var gl=({walletAddress:e,chainId:t=Qt})=>vC(gC,{href:Xu(t,e),target:"_blank",children:vo(e)}),gC=yC.a`
1949
+ `;import MC from"styled-components";import{jsx as NC}from"react/jsx-runtime";var El=({walletAddress:e,chainId:t=to})=>NC(LC,{href:lm(t,e),target:"_blank",children:bo(e)}),LC=MC.a`
1940
1950
  &:hover {
1941
1951
  text-decoration: underline;
1942
1952
  }
1943
- `;import{jsx as st,jsxs as vl}from"react/jsx-runtime";var Zr=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let s=o?.value||0;return st(dm,{children:vl(pm,{value:"details",children:[st(um,{children:vl(wC,{children:[st("div",{children:r?.title||r?.actionDescription||"Details"}),st(CC,{children:st(tm,{weiQuantities:[s],tokenPrice:n,tokenSymbol:a})})]})}),vl(mm,{children:[st(Ca,{label:"From",children:st(gl,{walletAddress:e,chainId:o.chainId||Qt})}),st(Ca,{label:"To",children:st(gl,{walletAddress:t,chainId:o.chainId||Qt})}),r&&r.action&&st(Ca,{label:"Action",children:r.action}),i&&st(rm,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),st(fm,{children:({isActive:l})=>st(nm,{transactionData:o,displayFee:l,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},wC=ym.div`
1953
+ `;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(wm,{children:Pl(Cm,{value:"details",children:[st(bm,{children:Pl(OC,{children:[st("div",{children:r?.title||r?.actionDescription||"Details"}),st(DC,{children:st(dm,{weiQuantities:[s],tokenPrice:n,tokenSymbol:a})})]})}),Pl(Em,{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(um,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),st(Pm,{children:({isActive:l})=>st(mm,{transactionData:o,displayFee:l,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},OC=xm.div`
1944
1954
  display: flex;
1945
1955
  flex-direction: row;
1946
1956
  justify-content: space-between;
1947
- `,CC=ym.div`
1957
+ `,DC=xm.div`
1948
1958
  flex-shrink: 0;
1949
1959
  padding-left: 8px;
1950
- `;import Hn from"styled-components";import{jsx as Bn,jsxs as SC}from"react/jsx-runtime";var wl=({description:e,contractInfo:t})=>SC(bC,{children:[t.imgUrl&&Bn(EC,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Bn(PC,{children:Bn("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Bn(TC,{children:t.name}),Bn(xC,{children:e||t.actionText})]}),bC=Hn.div`
1960
+ `;import $n from"styled-components";import{jsx as Vn,jsxs as zC}from"react/jsx-runtime";var Tl=({description:e,contractInfo:t})=>zC(UC,{children:[t.imgUrl&&Vn(FC,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Vn(BC,{children:Vn("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Vn(HC,{children:t.name}),Vn(GC,{children:e||t.actionText})]}),UC=$n.div`
1951
1961
  display: flex;
1952
1962
  flex-direction: column;
1953
1963
  align-items: center;
1954
1964
  margin-bottom: 8px;
1955
- `,EC=Hn.img`
1965
+ `,FC=$n.img`
1956
1966
  && {
1957
1967
  height: ${e=>e.size==="sm"?"65px":"140px"};
1958
1968
  width: ${e=>e.size==="sm"?"65px":"140px"};
1959
1969
  border-radius: 16px;
1960
1970
  margin-bottom: 12px;
1961
1971
  }
1962
- `,PC=Hn.div`
1972
+ `,BC=$n.div`
1963
1973
  font-size: 12px;
1964
1974
  line-height: 12px;
1965
1975
  padding: 7px;
@@ -1972,7 +1982,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1972
1982
  text-decoration: underline;
1973
1983
  }
1974
1984
  }
1975
- `,TC=Hn.div`
1985
+ `,HC=$n.div`
1976
1986
  font-size: 18px;
1977
1987
  line-height: 18px;
1978
1988
  font-weight: 500;
@@ -1980,7 +1990,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1980
1990
  white-space: nowrap;
1981
1991
  max-width: 275px;
1982
1992
  text-overflow: ellipsis;
1983
- `,xC=Hn.div`
1993
+ `,GC=$n.div`
1984
1994
  font-size: 16px;
1985
1995
  line-height: 140%;
1986
1996
  font-weight: 400;
@@ -1988,7 +1998,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1988
1998
  overflow: hidden;
1989
1999
  max-width: 275px;
1990
2000
  text-overflow: ellipsis;
1991
- `;import{WalletIcon as _C}from"@heroicons/react/24/outline";import bl from"styled-components";import{jsx as gm,jsxs as Cl}from"react/jsx-runtime";var vm=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=A(),a=i(t.chainId)||"ETH";return Cl(kC,{children:[Cl(AC,{children:[gm(_C,{strokeWidth:"2",width:"16px",height:"16px"}),gm("div",{children:vo(e)})]}),Cl(RC,{displayBalanceColor:n,hasFunds:r,children:[o?$t(o,a,6,!0):0," available"]})]})},kC=bl.div`
2001
+ `;import{WalletIcon as VC}from"@heroicons/react/24/outline";import Sl from"styled-components";import{jsx as Sm,jsxs as xl}from"react/jsx-runtime";var _m=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=A(),a=i(t.chainId)||"ETH";return xl($C,{children:[xl(jC,{children:[Sm(VC,{strokeWidth:"2",width:"16px",height:"16px"}),Sm("div",{children:bo(e)})]}),xl(qC,{displayBalanceColor:n,hasFunds:r,children:[o?Kt(o,a,6,!0):0," available"]})]})},$C=Sl.div`
1992
2002
  display: flex;
1993
2003
  flex-direction: row;
1994
2004
  justify-content: space-between;
@@ -2001,12 +2011,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
2001
2011
  border: 1px solid var(--privy-color-foreground-4);
2002
2012
  border-radius: var(--privy-border-radius-md);
2003
2013
  }
2004
- `,AC=bl.div`
2014
+ `,jC=Sl.div`
2005
2015
  display: flex;
2006
2016
  flex-direction: row;
2007
2017
  align-items: center;
2008
2018
  gap: 8px;
2009
- `,RC=bl.div`
2019
+ `,qC=Sl.div`
2010
2020
  display: flex;
2011
2021
  align-items: center;
2012
2022
  justify-content: center;
@@ -2016,35 +2026,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
2016
2026
  background-color: var(--privy-color-background-2);
2017
2027
  padding: 5px 8px;
2018
2028
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2019
- `;import Ta from"styled-components";import{Fragment as Cm,jsx as Gn,jsxs as bm}from"react/jsx-runtime";var Em=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?Un(n,r):void 0,a=$t(n,o);return bm(IC,{children:[i?bm(Cm,{children:[Gn(wm,{children:i}),Gn(WC,{children:a})]}):Gn(Cm,{children:Gn(wm,{children:a})}),Gn(MC,{children:e})]})},IC=Ta.div`
2029
+ `;import Aa from"styled-components";import{Fragment as Am,jsx as jn,jsxs as Rm}from"react/jsx-runtime";var Im=({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 Rm(KC,{children:[i?Rm(Am,{children:[jn(km,{children:i}),jn(YC,{children:a})]}):jn(Am,{children:jn(km,{children:a})}),jn(JC,{children:e})]})},KC=Aa.div`
2020
2030
  display: flex;
2021
2031
  flex-direction: column;
2022
2032
  align-items: center;
2023
2033
  margin-bottom: 20px;
2024
- `,wm=Ta.h2`
2034
+ `,km=Aa.h2`
2025
2035
  && {
2026
2036
  font-size: 48px;
2027
2037
  line-height: 48px;
2028
2038
  margin: 8px auto;
2029
2039
  }
2030
- `,WC=Ta.p`
2040
+ `,YC=Aa.p`
2031
2041
  margin-bottom: 12px;
2032
2042
  && {
2033
2043
  font-size: 17px;
2034
2044
  line-height: 17px;
2035
2045
  color: var(--privy-color-foreground-3);
2036
2046
  }
2037
- `,MC=Ta.div`
2047
+ `,JC=Aa.div`
2038
2048
  font-size: 16px;
2039
2049
  line-height: 22.4px;
2040
2050
  font-weight: 400;
2041
2051
  overflow: hidden;
2042
2052
  max-width: 275px;
2043
2053
  text-overflow: ellipsis;
2044
- `;import{VoidSigner as OC}from"@ethersproject/abstract-signer";import{BigNumber as kt}from"@ethersproject/bignumber";import{Contract as DC}from"@ethersproject/contracts";import{EtherscanProvider as UR}from"@ethersproject/providers";import{serialize as UC}from"@ethersproject/transactions";var xa={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 Sa={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"AGOR",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var _a={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var ka={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 Aa={id:84531,network:"base-goerli",name:"Base Goerli Testnet",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-goerli.blastapi.io"],webSocket:["wss://base-goerli.blastapi.io"]},default:{http:["https://goerli.base.org"]},public:{http:["https://goerli.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://goerli.basescan.org"},default:{name:"Basescan",url:"https://goerli.basescan.org"}},testnet:!0};var Ra={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0};var Ia={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var Wa={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 Ma={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 La={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var Na={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 Oa={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 Pm}from"@ethersproject/units";import{ofetch as LC}from"ofetch";var zn={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 Vn={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 Tm=[zn.id,Vn.id],El=e=>({maxPriorityFee:Pm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:Pm(e.maxFee.toFixed(9),"gwei").toHexString()}),NC=e=>({safeLow:El(e.safeLow),standard:El(e.standard),fast:El(e.fast)}),xm=async e=>{let t="";switch(e){case zn.id:t="https://gasstation.polygon.technology/v2";break;case Vn.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return NC(await LC(t))};function lo(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 FC(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=lo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=lo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=lo(e.gasPrice)),e.value!==void 0&&(t.value=lo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=lo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=lo(e.maxPriorityFeePerGas)),t}function BC(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 Xr(e,t,o){t.chainId=Number(t.chainId),_m(t);let r=new OC(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Tm.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await xm(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(HC(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(kt.from(120)).div(kt.from(100));t.maxFeePerGas=lo(a),t.maxPriorityFeePerGas=lo(kt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Pl(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=kt.from(i).mul(kt.from(126)).div(kt.from(100)).add(kt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=lo(l)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}GC(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 FC(n)}async function Da(e,t,o,r,n){r=Object.assign({chainId:Qt},r),_m(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 Sm(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 Pl(e){return[ka.id,Aa.id,Ra.id,Ia.id,Wa.id,Ma.id,La.id,Oa.id,Na.id].includes(e)}function HC(e){return[xa.id,Sa.id,_a.id].includes(e)}function GC(e){return[56,97].includes(e)}async function Tl(e,t){if(!e.chainId||e.chainId&&!Pl(e.chainId))return kt.from(0);let o=kt.from(0);try{let r=new DC(Ec,Pc,t),n=BC(e),i=UC(n);o=await r.getL1Fee(i)}catch{}return o}async function Ua(e,t){delete e.from;let o=kt.from(0),r=kt.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&&Pl(e.chainId))try{let i=await Tl(e,t);n=n.add(i)}catch{}return n}function _m(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!zC(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 zC(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&VC(e);return t||o||r}function VC(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Fa(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 xl,useEffect as $C}from"react";var Ba=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=A(),[n,i]=xl(!0),[a,s]=xl(void 0),[l,c]=xl(void 0);return $C(()=>{let u=e.chainId||Qt,h=r.find(v=>v.id===Number(u));if(!h)throw new z(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let v=await o(h);v?c(v):s(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(v){s(v)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as jC,useContext as qC}from"react";var Sl=jC({wallets:[],ready:!1});function $n(){return qC(Sl)}import{jsx as Am}from"react/jsx-runtime";var _l=({pendingTransaction:e})=>{let{getAccessToken:t}=H(),{wallets:o}=$n(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=A(),[s,l]=km(e),{tokenPrice:c}=Ba(s),[u,h]=km(null),w=a(e.chainId)||"ETH",v=YC(()=>o.find(T=>T.walletClientType==="privy"),[o]);return JC(()=>{async function T(){if(!await t()||!r||!v)return s;let E=new KC(Et(s.chainId,i,n)),b=await Ua(s,E);return h(de(b.toBigInt()).toHexString()),Xr(v.address,s,E)}T().then(y=>{l(y)})},[r]),v?Am(ZC,{children:Am(Zr,{from:v.address,to:s.to,txn:s,gas:u??void 0,tokenPrice:c,tokenSymbol:w})}):null},ZC=QC.div`
2054
+ `;import{VoidSigner as XC}from"@ethersproject/abstract-signer";import{BigNumber as At}from"@ethersproject/bignumber";import{Contract as e0}from"@ethersproject/contracts";import{EtherscanProvider as hI}from"@ethersproject/providers";import{serialize as t0}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 Wm}from"@ethersproject/units";import{ofetch as QC}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 Mm=[qn.id,Kn.id],_l=e=>({maxPriorityFee:Wm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:Wm(e.maxFee.toFixed(9),"gwei").toHexString()}),ZC=e=>({safeLow:_l(e.safeLow),standard:_l(e.standard),fast:_l(e.fast)}),Lm=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 ZC(await QC(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 o0(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 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=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),Om(t);let r=new XC(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Mm.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Lm(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(n0(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}.`)}i0(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 o0(n)}async function Ga(e,t,o,r,n){r=Object.assign({chainId:to},r),Om(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 Nm(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 n0(e){return[Ra.id,Ia.id,Wa.id].includes(e)}function i0(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 e0(_c,kc,t),n=r0(e),i=t0(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 Om(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!a0(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 a0(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&s0(e);return t||o||r}function s0(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 l0}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 l0(()=>{let u=e.chainId||to,h=r.find(v=>v.id===Number(u));if(!h)throw new z(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let v=await o(h);v?c(v):s(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(v){s(v)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as c0,useContext as d0}from"react";var Il=c0({wallets:[],ready:!1});function Yn(){return d0(Il)}import{jsx as Um}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]=Dm(e),{tokenPrice:c}=$a(s),[u,h]=Dm(null),w=a(e.chainId)||"ETH",v=u0(()=>o.find(T=>T.walletClientType==="privy"),[o]);return m0(()=>{async function T(){if(!await t()||!r||!v)return s;let E=new p0(Pt(s.chainId,i,n)),b=await za(s,E);return h(de(b.toBigInt()).toHexString()),rn(v.address,s,E)}T().then(y=>{l(y)})},[r]),v?Um(h0,{children:Um(on,{from:v.address,to:s.to,txn:s,gas:u??void 0,tokenPrice:c,tokenSymbol:w})}):null},h0=f0.div`
2045
2055
  width: 100%;
2046
2056
  padding: 1rem 0;
2047
- `;import{Fragment as Al,jsx as K,jsxs as jt}from"react/jsx-runtime";var Rl=({open:e,onClose:t})=>{let{user:o}=H(),[r,n]=kl(null),{init:i,cancel:a}=Yr();n0(()=>{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?K(i0,{selectedMethod:r,onClose:l,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):jt(Al,{children:[K(x,{onClose:l},"header"),K(Le,{children:K(Ve,{children:K(r0,{})})}),K(Ne,{children:"Verify your identity"}),K(Ae,{children:"Choose a verification method"}),jt(ya,{children:[o.mfaMethods.includes("totp")&&jt(ye,{onClick:()=>s("totp"),children:[K(XC,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&jt(ye,{onClick:()=>s("sms"),children:[K(e0,{}),"SMS"]},"sms")]}),K(Q,{})]})},i0=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=A(),[i,a]=kl(!1),[s,l]=kl(!1),{submit:c}=Yr();async function u(h){try{if(!h)return;await c(e,h),l(!0),a(!1),t()}catch(w){throw Ws(w)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Or(w)?(a(!1),new Error("The code you entered is not valid")):Nr(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 jt(Al,{children:[K(x,{onClose:t},"header"),K(Le,{children:K(Ve,{children:K(o0,{})})}),K(Ne,{children:"Enter verification code"}),jt(Oo,{children:[K(Kr,{success:s,disabled:i,onChange:u}),jt(Ae,{children:["To continue, please enter the 6-digit code sent to your ",K("strong",{children:"mobile device"})]}),n&&K(_l,{pendingTransaction:n})]}),o&&K(pl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),K(eo,{onClick:t,children:"Not now"}),K(Q,{})]});case"totp":return jt(Al,{children:[K(x,{onClose:t},"header"),K(Le,{children:K(Ve,{children:K(t0,{})})}),K(Ne,{children:"Enter verification code"}),jt(Oo,{children:[K(Kr,{success:s,disabled:i,onChange:u}),jt(Ae,{children:["To continue, please enter the 6-digit code generated from your"," ",K("strong",{children:"authenticator app"})]}),n&&K(_l,{pendingTransaction:n})]}),o&&K(pl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),K(eo,{onClick:t,children:"Not now"}),K(Q,{})]});default:return null}};import{useEffect as Rm,useState as Im}from"react";import Mm from"styled-components";function Il(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as l0,jsx as co,jsxs as Ga}from"react/jsx-runtime";var Wm={google:{name:"Google",component:da},discord:{name:"Discord",component:sa},github:{name:"Github",component:la},linkedin:{name:"LinkedIn",component:ua},twitter:{name:"Twitter",component:fa},tiktok:{name:"Tiktok",component:ma},apple:{name:"Apple",component:aa}},Ha=()=>{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"),window.history.pushState({},"",e)},Lm=()=>{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:h,closePrivyModal:w}=A(),[v,T]=Im(!1),[y,E]=Im(void 0),b=s()?.provider||"google",W=Wm[b].name,M=Wm[b].component,L=r?.render.inDialog?tt:0;Rm(()=>{c(b).then(()=>{Ha(),T(!0)}).catch(R=>{let D={retryable:!1,message:"Authentication failed"};if(R?.privyErrorCode==="allowlist_rejected"){E(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Ha();return}else R?.privyErrorCode==="linked_to_another_user"?D.detail="This account has already been linked to another user.":R?.privyErrorCode==="invalid_credentials"?(D.retryable=!0,D.detail="Something went wrong. Try again."):R.privyErrorCode==="oauth_user_denied"&&(D.detail=`Retry and check ${Il(b)} to finish connecting your account.`,D.retryable=!0);Ha(),E(D)}).finally(()=>{h()})},[]),Rm(()=>{if(e&&o&&v&&t)if(yo(t,r?.embeddedWallets?.createOnLogin)){let D=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:$=>console.error($),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},L);return()=>clearTimeout(D)}else{let D=setTimeout(w,L);return u(),()=>clearTimeout(D)}},[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",Ga(l0,{children:[co(x,{}),co(q,{}),Ga(a0,{children:[co(s0,{children:Ga("div",{children:[co(Ai,{success:v,fail:!!y}),co(M,{style:{width:"38px",height:"38px"}})]})}),Ga(Eo,{children:[co("h3",{children:I}),co("p",{children:k})]}),y&&y?.retryable?co(Wi,{onClick:()=>{Ha(),l(b),E(void 0)},disabled:!v&&!y?.retryable,children:"Retry"}):null]}),co(Q,{})]})},a0=Mm.div`
2057
+ `;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();b0(()=>{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(E0,{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(C0,{})})}),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(y0,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Yt(ye,{onClick:()=>s("sms"),children:[Y(g0,{}),"SMS"]},"sms")]}),Y(Q,{})]})},E0=({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(h){try{if(!h)return;await c(e,h),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(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 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(v0,{})})}),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 Fm,useState as Bm}from"react";import Gm from"styled-components";function Ol(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as x0,jsx as fo,jsxs as qa}from"react/jsx-runtime";var Hm={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)},zm=()=>{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:h,closePrivyModal:w}=A(),[v,T]=Bm(!1),[y,E]=Bm(void 0),b=s()?.provider||"google",W=Hm[b].name,M=Hm[b].component,N=r?.render.inDialog?et:0;Fm(()=>{c(b).then(()=>{ja(),T(!0)}).catch(R=>{let D={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"?D.detail="This account has already been linked to another user.":R?.privyErrorCode==="invalid_credentials"?(D.retryable=!0,D.detail="Something went wrong. Try again."):R.privyErrorCode==="oauth_user_denied"&&(D.detail=`Retry and check ${Ol(b)} to finish connecting your account.`,D.retryable=!0);ja(),E(D)}).finally(()=>{h()})},[]),Fm(()=>{if(e&&o&&v&&t)if(wo(t,r?.embeddedWallets?.createOnLogin)){let D=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:$=>console.error($),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},N);return()=>clearTimeout(D)}else{let D=setTimeout(w,N);return u(),()=>clearTimeout(D)}},[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(x0,{children:[fo(x,{}),fo(q,{}),qa(P0,{children:[fo(T0,{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,{})]})},P0=Gm.div`
2048
2058
  display: flex;
2049
2059
  flex-direction: column;
2050
2060
  align-items: center;
@@ -2052,7 +2062,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2052
2062
  margin-left: 27px;
2053
2063
  margin-right: 27px;
2054
2064
  gap: 24px;
2055
- `,s0=Mm.div`
2065
+ `,T0=Gm.div`
2056
2066
  display: flex;
2057
2067
  flex-direction: column;
2058
2068
  justify-content: center;
@@ -2075,55 +2085,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
2075
2085
  left: -19px;
2076
2086
  top: -19px;
2077
2087
  }
2078
- `;import{useEffect as d0,useState as Om}from"react";import p0 from"styled-components";import{isMobile as c0}from"react-device-detect";var Nm=(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(!go()&&c0)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as m0,jsx as po,jsxs as Dm}from"react/jsx-runtime";var Um=()=>{let{forkSession:e,ready:t,authenticated:o}=H(),[r,n]=Om(""),[i,a]=Om(!1);d0(()=>{t&&o&&e().then(n)},[t,o]);let s=Nm(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."),Dm(m0,{children:[po(x,{},"header"),po(q,{}),po(Po,{title:l.title,description:l.description}),Dm(bo,{children:[po(u0,{children:po(Ot,{style:{width:"72px",height:"72px"}})}),po(Ii,{href:s,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!s,children:i?"Go to App Store":"Continue"}),l.footnote?po("p",{children:l.footnote}):null]}),po(J,{}),po(F,{protectedByPrivy:!0})]})},u0=p0(to)`
2088
+ `;import{useEffect as _0,useState as $m}from"react";import k0 from"styled-components";import{isMobile as S0}from"react-device-detect";var Vm=(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()&&S0)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as R0,jsx as ho,jsxs as jm}from"react/jsx-runtime";var qm=()=>{let{forkSession:e,ready:t,authenticated:o}=H(),[r,n]=$m(""),[i,a]=$m(!1);_0(()=>{t&&o&&e().then(n)},[t,o]);let s=Vm(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."),jm(R0,{children:[ho(x,{},"header"),ho(q,{}),ho(zt,{title:l.title,description:l.description}),jm(Gt,{children:[ho(A0,{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})]})},A0=k0(io)`
2079
2089
  margin: 16px auto;
2080
- `;import{StaticJsonRpcProvider as w0}from"@ethersproject/providers";import{useMemo as Hm,useEffect as Gm,useState as yt}from"react";import tn from"styled-components";function Fm(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as Wl}from"@ethersproject/bignumber";import f0 from"styled-components";import{Fragment as g0,jsx as jn,jsxs as v0}from"react/jsx-runtime";var h0=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Wl.from(e.gasUsed),r=Wl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Wl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Bm=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>v0(g0,{children:[jn(x,{onClose:r}),jn(mn,{title:"Transaction complete!",description:"You're all set."}),jn(Zr,{tokenPrice:n,from:t.from,to:t.to,gas:h0(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),jn(y0,{loading:!1,onClick:r,children:"All Done"}),jn(Q,{})]}),y0=f0(U)`
2090
+ `;import{StaticJsonRpcProvider as O0}from"@ethersproject/providers";import{useMemo as Jm,useEffect as Qm,useState as yt}from"react";import an from"styled-components";function Km(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as Dl}from"@ethersproject/bignumber";import I0 from"styled-components";import{Fragment as L0,jsx as Jn,jsxs as N0}from"react/jsx-runtime";var W0=(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},Ym=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>N0(L0,{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:W0(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Jn(M0,{loading:!1,onClick:r,children:"All Done"}),Jn(Q,{})]}),M0=I0(U)`
2081
2091
  && {
2082
2092
  margin-top: 24px;
2083
2093
  }
2084
2094
  transition: color 350ms ease, background-color 350ms ease;
2085
- `;import{Fragment as Ml,jsx as Oe,jsxs as en}from"react/jsx-runtime";var C0=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Oe(wl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Oe(wl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Oe(Ml,{children:Oe(Em,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Vm=()=>{let{authenticated:e,getAccessToken:t}=H(),{wallets:o}=$n(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:s,nativeTokenSymbolForChainId:l}=A(),{app:c,navigate:u,data:h,onUserCloseViaDialogOrKeybindRef:w,setModalData:v}=S(),{transactionRequest:T,onSuccess:y,onFailure:E,uiOptions:b,fundWalletConfig:W}=h.sendTransaction,[M,L]=yt(null),[I,k]=yt(null),[R,D]=yt(""),[$,B]=yt(),[_,Y]=yt(!1),se=()=>{D(""),B(void 0)},ve=(je,Re,qe)=>{D(je),B(new Fe(new Mt(Re??je,qe??Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[N,De]=yt(!1),[Ee,le]=yt(!0),[vt,$e]=yt(null),[ee,Pe]=yt(T),{tokenPrice:Jt,isTokenPriceLoading:dr}=Ba(ee),j=l(T.chainId)||"ETH",[lt,Go]=yt(null),[pr,ur]=yt(null),[Jn,Qn]=yt(!0);Gm(()=>{e||(u("LANDING"),E(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Ue=Hm(()=>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=Hm(()=>new w0(Et(ee.chainId,s,a)),[ee.chainId,a]);Gm(()=>{let je=()=>{le(!1),ve("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&Y(!0)};async function Re(){let qe=ee;if(!(!await t()||!r||!Ue)){try{qe=await Xr(Ue.address,ee,wt),Pe(qe)}catch(Ct){Jd(Ct)?je():ve("There was an error preparing your transaction. Please try again.",Ct.reason)}try{let Ct=await Ua(qe,wt);Go(de(Ct.toBigInt()).toHexString());let fr=await Tl(ee,wt);ur(de(fr.toBigInt()).toHexString())}catch{Go(null)}try{let{balance:Ct,hasSufficientFunds:fr}=await Sm(Ue.address,qe,wt);$e(Ct.toHexString()),fr||je()}catch(Ct){console.warn(`Failed to fetch wallet balance with error: ${Ct}`)}Qn(!1)}}Re()},[r]);let Zn=Fm(ee),Te=Zn==="SEND"?`Send ${j}`:"Review transaction",uo={modalTitle:b.header||b.modalTitle||Te,buttonText:b.buttonText||"Submit"},mr=()=>{N||(I?y(I):E($||new Fe(new Mt("The user rejected the request",Ke.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return w.current=mr,Jt===void 0&&dr||Jn?en(Ml,{children:[b.transactionInfo?.contractInfo?.imgUrl&&Oe(Ti,{src:b.transactionInfo?.contractInfo?.imgUrl}),Oe(x,{title:uo.modalTitle,onClose:mr}),Oe(zm,{children:Oe(Lr,{})})]}):M!==null?Oe(Bm,{txn:ee,onClose:mr,receipt:M,transactionInfo:b.transactionInfo,tokenPrice:Jt,tokenSymbol:j,l1GasEstimate:pr}):en(Ml,{children:[Oe(x,{title:uo.modalTitle,onClose:mr}),en(zm,{children:[en(T0,{children:[Oe(C0,{txn:ee,txnFamily:Zn,uiOptions:b,tokenSymbol:j,tokenPrice:Jt}),Ue?Oe(Zr,{from:Ue.address,to:ee.to,txn:ee,transactionInfo:b.transactionInfo,gas:lt||void 0,tokenPrice:Jt,tokenSymbol:j}):null]}),en(x0,{children:[Oe(b0,{children:R}),Oe(vm,{txn:ee,address:Ue?.address??"",hasFunds:Ee,balance:vt}),en(E0,{children:[_&&Oe(U,{onClick:oe,children:"Add Funds"}),Oe(P0,{disabled:N||!Ee,loading:!r||N,loadingText:N?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{De(!0);let je=await t();if(je&&!N&&Ue)try{let Re=await Da(je,Ue.address,r,ee,wt);k(Re);let qe=await Re.wait();L(Fa(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:uo.buttonText})]})]})]})]})},zm=tn.div`
2095
+ `;import{Fragment as Ul,jsx as Oe,jsxs as nn}from"react/jsx-runtime";var D0=({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(Im,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Xm=()=>{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:h,onUserCloseViaDialogOrKeybindRef:w,setModalData:v}=S(),{transactionRequest:T,onSuccess:y,onFailure:E,uiOptions:b,fundWalletConfig:W}=h.sendTransaction,[M,N]=yt(null),[I,k]=yt(null),[R,D]=yt(""),[$,B]=yt(),[_,J]=yt(!1),se=()=>{D(""),B(void 0)},ve=(je,Re,qe)=>{D(je),B(new Fe(new Lt(Re??je,qe??Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[O,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);Qm(()=>{e||(u("LANDING"),E(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Ue=Jm(()=>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=Jm(()=>new O0(Pt(ee.chainId,s,a)),[ee.chainId,a]);Qm(()=>{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){np(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 Nm(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=Km(ee),Te=oi==="SEND"?`Send ${j}`:"Review transaction",eo={modalTitle:b.header||b.modalTitle||Te,buttonText:b.buttonText||"Submit"},hr=()=>{O||(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(Zm,{children:Oe(Ur,{})})]}):M!==null?Oe(Ym,{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(Zm,{children:[nn(H0,{children:[Oe(D0,{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(G0,{children:[Oe(U0,{children:R}),Oe(_m,{txn:ee,address:Ue?.address??"",hasFunds:Ee,balance:vt}),nn(F0,{children:[_&&Oe(U,{onClick:oe,children:"Add Funds"}),Oe(B0,{disabled:O||!Ee,loading:!r||O,loadingText:O?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{De(!0);let je=await t();if(je&&!O&&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})]})]})]})]})},Zm=an.div`
2086
2096
  display: flex;
2087
2097
  flex-direction: column;
2088
2098
  justify-content: space-between;
2089
2099
  flex-grow: 1;
2090
2100
  padding-bottom: 16px;
2091
- `,b0=tn.div`
2101
+ `,U0=an.div`
2092
2102
  font-size: 13px;
2093
2103
  color: var(--privy-color-error);
2094
2104
  width: 100%;
2095
2105
  margin-top: 16px;
2096
- `,E0=tn.div`
2106
+ `,F0=an.div`
2097
2107
  display: flex;
2098
2108
  direction: row;
2099
2109
  justify-content: space-between;
2100
2110
  align-items: center;
2101
2111
  gap: 8px;
2102
- `,P0=tn(U)`
2112
+ `,B0=an(U)`
2103
2113
  transition: color 350ms ease, background-color 350ms ease;
2104
- `,T0=tn.div`
2114
+ `,H0=an.div`
2105
2115
  height: 100%;
2106
2116
  display: flex;
2107
2117
  flex-direction: column;
2108
2118
  justify-content: space-evenly;
2109
2119
  flex-grow: 1;
2110
- `,x0=tn.div`
2120
+ `,G0=an.div`
2111
2121
  display: flex;
2112
2122
  flex-direction: column;
2113
2123
  gap: 8px;
2114
- `;import{isHexString as S0}from"@ethersproject/bytes";import{toUtf8String as _0}from"@ethersproject/strings";import{useEffect as $m,useState as za}from"react";import sr,{css as k0}from"styled-components";import{Fragment as D0,jsx as At,jsxs as Ll}from"react/jsx-runtime";var A0=e=>{if(!S0(e))return e;try{return _0(e)}catch{return e}},jm=()=>{let{authenticated:e}=H(),{initializeWalletProxy:t,closePrivyModal:o}=A(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,s]=za(!0),[l,c]=za(""),[u,h]=za(),[w,v]=za(null),T=w!==null;$m(()=>{e||r("LANDING")},[e]),$m(()=>{t(gr).then(k=>{s(!1),k||(c("An error has occurred, please try again."),h(new Fe(new Mt(l,Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:y,confirmAndSignMessage:E,onSuccess:b,onFailure:W,uiOptions:M}=n.signMessage,L={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 Mt("The user rejected the request.",Ke.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),v(null),c(""),h(void 0)};return i.current=()=>{I(w)},Ll(D0,{children:[At(x,{onClose:()=>I(w)}),At(q,{}),Ll(R0,{children:[At(I0,{children:L.title}),At(W0,{children:L.description}),At(M0,{children:A0(y)}),At(L0,{fail:!0,children:l}),At(O0,{success:T,loading:a,disabled:T,onClick:async()=>{try{let k=await E();v(k),c(""),setTimeout(()=>{I(k)},tt)}catch{c("An error has occurred, please try again."),h(new Fe(new Mt(l,Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:T?Ll(N0,{children:[At(ha,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",At("span",{children:"Success"})]}):L.buttonText})]}),At(J,{}),At(F,{protectedByPrivy:!0})]})},R0=sr.div`
2124
+ `;import{isHexString as z0}from"@ethersproject/bytes";import{toUtf8String as V0}from"@ethersproject/strings";import{useEffect as ef,useState as Ka}from"react";import cr,{css as $0}from"styled-components";import{Fragment as eb,jsx as Rt,jsxs as Fl}from"react/jsx-runtime";var j0=e=>{if(!z0(e))return e;try{return V0(e)}catch{return e}},tf=()=>{let{authenticated:e}=H(),{initializeWalletProxy:t,closePrivyModal:o}=A(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,s]=Ka(!0),[l,c]=Ka(""),[u,h]=Ka(),[w,v]=Ka(null),T=w!==null;ef(()=>{e||r("LANDING")},[e]),ef(()=>{t(br).then(k=>{s(!1),k||(c("An error has occurred, please try again."),h(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(""),h(void 0)};return i.current=()=>{I(w)},Fl(eb,{children:[Rt(x,{onClose:()=>I(w)}),Rt(q,{}),Fl(q0,{children:[Rt(K0,{children:N.title}),Rt(Y0,{children:N.description}),Rt(J0,{children:j0(y)}),Rt(Q0,{fail:!0,children:l}),Rt(X0,{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."),h(new Fe(new Lt(l,Ke.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:T?Fl(Z0,{children:[Rt(Ca,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Rt("span",{children:"Success"})]}):N.buttonText})]}),Rt(K,{}),Rt(F,{protectedByPrivy:!0})]})},q0=cr.div`
2115
2125
  display: flex;
2116
2126
  flex-direction: column;
2117
2127
  align-items: center;
2118
2128
  justify-content: center;
2119
- `,I0=sr.span`
2129
+ `,K0=cr.span`
2120
2130
  color: var(--privy-color-foreground);
2121
2131
  text-align: center;
2122
2132
  font-size: 1.125rem;
2123
2133
  font-weight: 500;
2124
2134
  line-height: 1.25rem; /* 111.111% */
2125
2135
  text-align: center;
2126
- `,W0=sr.span`
2136
+ `,Y0=cr.span`
2127
2137
  margin-top: 4px;
2128
2138
  color: var(--privy-color-foreground);
2129
2139
  text-align: center;
@@ -2133,7 +2143,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2133
2143
  font-weight: 400;
2134
2144
  line-height: 20px; /* 142.857% */
2135
2145
  letter-spacing: -0.008px;
2136
- `,M0=sr.div`
2146
+ `,J0=cr.div`
2137
2147
  margin-top: 1.5rem;
2138
2148
  background-color: var(--privy-color-background-2);
2139
2149
  border-radius: var(--privy-border-radius-md);
@@ -2151,7 +2161,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2151
2161
  &::-webkit-scrollbar {
2152
2162
  display: none; /* Safari and Chrome */
2153
2163
  }
2154
- `,L0=sr.div`
2164
+ `,Q0=cr.div`
2155
2165
  line-height: 20px;
2156
2166
  height: 20px;
2157
2167
  font-size: 13px;
@@ -2161,20 +2171,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
2161
2171
  width: 100%;
2162
2172
  margin-top: 16px;
2163
2173
  margin-bottom: 4px;
2164
- `,N0=sr.span`
2174
+ `,Z0=cr.span`
2165
2175
  display: flex;
2166
2176
  align-items: center;
2167
2177
  gap: 8px;
2168
- `,O0=sr(U)`
2178
+ `,X0=cr(U)`
2169
2179
  transition: color 350ms ease, background-color 350ms ease;
2170
2180
 
2171
- ${e=>e.success&&k0`
2181
+ ${e=>e.success&&$0`
2172
2182
  &&&& {
2173
2183
  background-color: var(--privy-color-success);
2174
2184
  color: #ffffff;
2175
2185
  }
2176
2186
  `}
2177
- `;import F0,{createGlobalStyle as B0}from"styled-components";var U0=`
2187
+ `;import ob,{createGlobalStyle as rb}from"styled-components";var tb=`
2178
2188
  *,
2179
2189
  ::before,
2180
2190
  ::after {
@@ -2404,7 +2414,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2404
2414
  [hidden] {
2405
2415
  display: none;
2406
2416
  }
2407
- `,qm=U0;var Km=B0`
2417
+ `,of=tb;var rf=rb`
2408
2418
  :root {
2409
2419
  // Borders
2410
2420
  --privy-border-radius-sm: 6px;
@@ -2436,10 +2446,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2436
2446
  --privy-height-modal-full: 620px;
2437
2447
  --privy-height-modal-compact: 480px;
2438
2448
  };
2439
- `,Ym=F0.div`
2449
+ `,nf=ob.div`
2440
2450
  // css normalize only the privy application to avoid conflicts
2441
2451
  // with consuming application
2442
- ${qm}
2452
+ ${of}
2443
2453
 
2444
2454
  // Privy styles
2445
2455
  color: var(--privy-color-foreground-2);
@@ -2498,4 +2508,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
2498
2508
  opacity: 1;
2499
2509
  }
2500
2510
  }
2501
- `;import{Turnstile as H0}from"@marsidev/react-turnstile";import{useEffect as G0,useMemo as z0}from"react";import{jsx as Jm}from"react/jsx-runtime";var Va=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=ue(),[,s]=z0(()=>o?.split("t:")||[],[o]);if(G0(()=>a.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Jm("div",{className:"hidden h-0 w-0",children:Jm(H0,{...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 Nl}from"react/jsx-runtime";var Y0={["LANDING"]:fu,["AWAITING_PASSWORDLESS_CODE"]:Rd,["AWAITING_CONNECTION"]:zd,["AWAITING_CONNECT_ONLY_CONNECTION"]:qd,["PHANTOM_INTERSTITIAL_SCREEN"]:Um,["LOGIN_FAILED_SCREEN"]:Pu,["AWAITING_OAUTH_SCREEN"]:Lm,["ALLOWLIST_REJECTION_SCREEN"]:gd,["INSTALL_PHANTOM_SCREEN"]:Yp,["LINK_EMAIL_SCREEN"]:yu,["LINK_PHONE_SCREEN"]:vu,["LINK_WALLET_SCREEN"]:wu,["CONNECT_ONLY_LANDING_SCREEN"]:Bd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Dd,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Mp,["EMBEDDED_WALLET_CREATED_SCREEN"]:tp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Xd,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Op,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:ip,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:jm,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Vm,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Gp,["FIAT_ON_RAMP_STATUS_SCREEN"]:Vp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Np,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Lp,["MFA_ENROLLMENT_FLOW_SCREEN"]:Ku},J0=["LANDING","AWAITING_CONNECTION","LINK_EMAIL_SCREEN","LINK_PHONE_SCREEN","LINK_WALLET_SCREEN","MFA_ENROLLMENT_FLOW_SCREEN"],Q0=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=H(),{headless:n}=A(),{ready:i,currentScreen:a}=S(),{status:s,reset:l}=ue(),c=j0(null),u=sd(c);$0(()=>{["success","error"].includes(s),r&&!n&&l()},[r]);let h=a&&J0.includes(a)&&!n;if((!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Nl(qr,{children:[h?be(Va,{}):null,be(x,{}),be(q,{}),be(Ru,{children:be(Ft,{})}),be(J,{}),be(Q,{})]});if(!a&&e)return be(qr,{style:{height:u},children:be("div",{ref:c,children:be(Rl,{open:e,onClose:t})})});if(!a)return null;let w=Y0[a];return Nl(qr,{style:{height:u},children:[h?be(Va,{}):null,Nl("div",{ref:c,children:[be(oo,{if:!!e,children:be(w,{})}),be(oo,{if:!e,children:be(Rl,{open:e,onClose:t})})]})]})},Z0=()=>{let{closePrivyModal:e}=A(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:V0(()=>{if(t?.current)t.current(),t.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e])}},Qm=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=Z0(),[r,n]=q0(!1);ms({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=be(Ym,{children:be(Q0,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,s=t?.render.inDialog?be(Au,{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 K0.createPortal(s,l)}return s};var gt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:hc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var X0=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),eb=e=>X0.has(e),tb=(e,t,o)=>o.indexOf(e)===t,Zm=({input:e})=>e?e.filter(eb).filter(tb):gt.appearance.walletList;var Xm={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 ef={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 tf={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 of={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 rf={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 nf={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 sf={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 lf={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 cf={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 $a={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 df={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 pf={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=[xa,Sa,_a,af,pf,$a,Ia,Wa,Ma,zn,Vn,tf,of,rf,nf,ka,Aa,Ra,lf,cf,Xm,ef,La,Oa,Na,sf,df],yN=new Set(qn.map(e=>e.id));import lr from"tinycolor2";var uf="#FFFFFF",ob="#000000",rb=uf,nb="#1E1E1D";function ib(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 Bo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return lr({...e.toHsl(),l:o})}function mf({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=uf,blackHex:a=ob}){let s;switch(e){case"light":s=rb;break;case"dark":s=nb;break;default:s=e;break}let l=lr(s),c=lr(t),u=lr(o),h=lr(r),w=lr(n),v=ib(l.getLuminance()),T=Bo(l,v==="light"?-.04:.11),y=Bo(l,v==="light"?-.88:.87),E=Bo(l,v==="light"?-.77:.75),b=Bo(l,v==="light"?-.43:.45).desaturate(v==="light"?60:20),W=Bo(l,v==="light"?-.08:.25).desaturate(v==="light"?60:20),M=Bo(c,.15),L=Bo(c,-.06),I=lr(c.getLuminance()>.5?a:i),k=Bo(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:L.toHslString(),foregroundAccent:I.toHslString(),success:u.toHslString(),successDark:k.toHslString(),error:w.toHslString(),warn:h.toHslString()}}function ja(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter($=>o.includes($)),n,i,a,s,l,c,u,h,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"),h=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,h=e.linkedinOAuth,v=e.appleOAuth);let T=[n,i].filter(Boolean),y=[s,l,c,w,u,h,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=Zm({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:L,defaultChain:I}=ab(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:mf({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:h,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:L,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 ff(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 ab(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]:$a,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 sb,useEffect as lb}from"react";var qa=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function cr(e,t,o,r,n,i=!1){let a=i,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 h=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(h)}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(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let u=new xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as fb}from"react/jsx-runtime";var cb=function(e){return()=>`id-${e++}`}(0);function db(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function qt(e){return e.error!==void 0}var Rt=new qa,Ol=new Map,pb=(e,t)=>typeof t=="bigint"?t.toString():t,ub=(e,t)=>`${e}${JSON.stringify(t,pb)}`;function Kt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=ub(e,t);if(e==="privy:wallet:create"){let a=Ol.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=cb();Rt.enqueue(l,{resolve:a,reject:s}),r.postMessage({id:l,event:e,data:t},"*")}).finally(()=>{Ol.delete(n)});return Ol.set(n,i),i}function mb(e){switch(e.event){case"privy:iframe:ready":let t=Rt.dequeue(e.event,e.id);return qt(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Rt.dequeue(e.event,e.id);return qt(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Rt.dequeue(e.event,e.id);return qt(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Rt.dequeue(e.event,e.id);return qt(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Rt.dequeue(e.event,e.id);return qt(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Rt.dequeue(e.event,e.id);return qt(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let s=Rt.dequeue(e.event,e.id);return qt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data);case"privy:mfa:init-enrollment":{let l=Rt.dequeue(e.event,e.id);return qt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:submit-enrollment":{let l=Rt.dequeue(e.event,e.id);return qt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:unenroll":{let l=Rt.dequeue(e.event,e.id);return qt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function hf(e){let t=sb(null),o=dd();return lb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&db(c.data)&&mb(c.data)}let i={create(c){return Kt("privy:wallet:create",c,r)},connect(c){return Kt("privy:wallet:connect",c,r)},recover(c){return cr(u=>Kt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return cr(u=>Kt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return cr(u=>Kt("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return cr(u=>Kt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return cr(u=>Kt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Kt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return cr(u=>Kt("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 Ac(()=>Kt("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),fb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:fi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Ka=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=pc();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=uc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return bt(o)}catch(t){throw te(t)}}};import{jsx as Ho,jsxs as yf}from"react/jsx-runtime";var Yn;function wb(e){return typeof e=="string"&&e.length===25}function Ie(){if(!Yn){let e=Z.get(jo);return Promise.resolve(e||null)}return Yn.getAccessToken()}var gf,Nc=(e,t)=>gf(e,t),vf,Oc=(e,t)=>vf(e,t),wf,Dc=()=>wf(),Cb=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;Z.put(an,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},bb=({config:e,...t})=>{if(!wb(t.appId))throw new C("Cannot initialize the Privy provider with an invalid Privy app ID");Yn||(Yn=new pn({appId:t.appId,apiUrl:t.apiUrl||ci}));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."),Ho(Eb,{...t,config:o,client:Yn})},Eb=e=>{let t=e.client,[o,r]=ae(!1),[n,i]=ae(!1),[a,s]=ae(!1),[l,c]=ae(null),[u,h]=ae(!1),[w,v]=ae([]),T=Kn(w),[y,E]=ae(!1),[b,W]=ae(null),[M,L]=ae(!1),[I,k]=ae({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[R,D]=ae(null),[$,B]=ae(null),[_,Y]=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:""}),[N,De]=ae(()=>{let p=ff(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),ja(se,e.config)}),[Ee,le]=ae(!0),[vt,$e]=ae({}),[ee,Pe]=ae(null),[Jt,dr]=ae(null),[j,lt]=ae(!1),[Go,pr]=ae(!1),ur=Kn(null),Jn=Kn(null),[Qn,Ue]=ae(null),oe=Kn(ld);t.onStoreToken=p=>{p&&ie(oe,"accessToken","onAccessTokenGranted",p)},t.onDeleteToken=()=>{ie(oe,"accessToken","onAccessTokenRemoved")};let wt=Kn(),Zn=gb(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})},uo=p=>{N.embeddedWallets.createOnLogin!=="off"&&le(!0),Te(p)};Yt(()=>{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,N.defaultChain)}},[_,l]),Yt(()=>{_&&Jt?.(_)},[_]),Yt(()=>{(async()=>{if(!N.customAuth?.enabled)return;le(!0);let{getCustomAccessToken:d,isLoading:m}=N.customAuth;if(!(!n||m))try{let g=await d();if(!g){await on.logout();return}if(a)return;t.startAuthFlow(new yr(g));let{user:O,isNewUser:X}=await t.authenticate();O||await on.logout(),c(O||null),E(X||!1),s(!0),pr(!0)}catch(g){console.warn(g),a&&await on.logout()}})()},[N.customAuth?.enabled,N.customAuth?.getCustomAccessToken,N.customAuth?.isLoading,n,a]),Yt(()=>{Go&&_&&l&&yo(l,e.config?.embeddedWallets?.createOnLogin)&&(pr(!1),Fl(l,gr).catch(console.error))},[Go&&_&&l]),Yt(()=>{async function p(){let d=await t.getServerConfig();ve(d);let m=ja(d,e.config);De(m),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let g=yb();D(g),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,g),await t.connectors?.initialize();let O=mr();Cb();let X=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(s(!!X),X&&ie(oe,"login","onComplete",X,!1,!0,null),c(X)),O||we.setReadyToTrue(),O&&X&&h(!0),Ct()}n||p()},[t,ee,n]),Yt(()=>{let p=ja(se,e.config);De(p)},[e.config,se]);let mr=()=>{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 ho(g,d,m)),uo("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 Dt&&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(N.shouldSwitchChainOnConnect&&!N.chains.find(O=>O.id===Number(g?.chainId))&&!(g?.connectorType==="wallet_connect_v2"&&g?.walletClientType==="metamask")){k(O=>({...O,connector:p,status:"switching_to_supported_chain",connectError:null,connectRetry:P}));try{await g?.switchChain(N.defaultChain.id),g&&(g.chainId=vr(Ko(N.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${N.defaultChain.id}`)}}return k(O=>({...O,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(O=>({...O,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(!Qn)return;let g=new C("Timed out waiting for Captcha");d(g)},m)})}let Xn=async p=>{if(p===null)return;let d=new Vo(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"&&!go()&&uo("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,Xn)};Yt(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let fr=()=>{if(!a)throw new C("User must be authenticated before linking a wallet.");h(!0),Te("LINK_WALLET_SCREEN")},Ef=p=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},Pf=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 Xn(p),uo("AWAITING_CONNECTION")},Tf=async(p,d)=>{wt.current="siwe",await Re(p,d,Xn)},Ul=async(p,d)=>{if(!N.fiatOnRamp.enabled)throw new C("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:m,externalTransactionId:g}=await Bp(t,p,d?.config??{},N.appearance.palette,N.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:g}}else throw new C("Unsupported fund provider. Currently supported option is `moonpay`.")},ei=()=>{v(p=>{let d=t.connectors?.wallets.map(m=>({...m,linked:Ef(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");Pf(m)},fund:async g=>{let{signedUrl:O,externalTransactionId:X}=await Ul(m.address,g);$e({fiatOnRampPrompt:{signedUrl:O},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(Zn(d)),yi(p,d)?p:d})};Yt(()=>{ei()},[l?.linkedAccounts,a,n]),Yt(()=>{if(n){if(!t.connectors)throw new C("Connector not initialized");ei(),t.connectors.on("walletsUpdated",ei)}},[n]);let xf=()=>{Te(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Yt(()=>{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 Fl=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,O]=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||!O||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:O});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}},Sf=p=>{if(!N.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")},Bl=(p,d,m)=>new Promise(async(g,O)=>{if(!a||!l){O(new Error("User must be authenticated before signing with a Privy wallet"));return}let X=ne(l);if(!X){O(new Error("Must have a Privy wallet before signing"));return}le(!0);let ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,hr=p.chainId?Number(p.chainId):ce.chainId;Sf(hr);let ct=Object.assign({},p,{chainId:hr}),rn=async()=>{let mo=await Ie();if(!mo||!_){O(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await we.recoverEmbeddedWallet()){O(new Error("Unable to connect to wallet"));return}let Gl=new hb(Et(ct.chainId,N.chains,N.rpcConfig)),kf=await Xr(X.address,ct,Gl),Af=await Da(mo,X.address,_,kf,Gl);g(Af)}catch(ti){O(ti)}};if(N.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),rn();else{let mo={transactionRequest:ct,onSuccess:g,onFailure:O,uiOptions:d||{},fundWalletConfig:m},ti={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:O};$e({connectWallet:ti,sendTransaction:mo}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Hl(){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 on={ready:n,authenticated:a,user:l,walletConnectors:t.connectors||null,connectWallet:xf,linkWallet:fr,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.");h(!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.");h(!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}L(!0),uo("LANDING")},logout:async()=>{await t.logout(),c(null),s(!1),W(null),ie(oe,"logout","onSuccess"),h(!1),r(!1),Z.del(sn)},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 Dl(new Lt(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 Dl(new Lt(new re)):new Dl(new Lt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!l||!l.wallet)return new Co(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 Co(new re):new Co(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=>Ya(g.address)===Ya(p)),m=l?.linkedAccounts.find(g=>g.type==="wallet"&&Ya(g.address)===Ya(p));if(!d||!await d.isConnected())B(p),fr();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 Fl(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 Hl(),le(!0);let g={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},O={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};$e({setWalletPassword:g,connectWallet:O}),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 O=ne(l);if(!O){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:O.address});let{response:ct}=await _.rpc({accessToken:ce,address:O.address,request:{method:"personal_sign",params:[p,O.address]}}),rn=ct.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:O.address}),rn};if(N.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:mo=>{m(mo)},onFailure:mo=>{g(mo)},uiOptions:d||{}},rn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:g};$e({signMessage:ct,connectWallet:rn}),Te("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,m)=>{let O=await(await Bl(p,d,m)).wait();return Fa(O)},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},O=await Ie();if(!O||!_){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:O,address:m.address}),await _.verifyMfa({accessToken:O})}catch(ce){if(Xo(ce)&&m.recoveryMethod==="privy")await _.recover({accessToken:O,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:Hl,async init(p){let d;switch(p){case"sms":d=new Ka("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":ur.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((m,g)=>{Jn.current={resolve:m,reject:g}});break;default:throw ur.current?.reject(new C("Unsupported MFA method")),new C(`Unsupported MFA method: ${p}`)}},cancel(){ur.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}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."),$e({mfaEnrollmentFlow:{mfaMethods:N.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};gf=on.signMessage,vf=async(...p)=>{let d=await Bl(...p);return N.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:N.rpcConfig,chains:N.chains,showFiatPrices:N.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>N.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(_)return _;let d=new Promise(O=>{dr(()=>X=>O(X))}),m=new Promise(O=>setTimeout(()=>O(null),p)),g=await Promise.race([d,m]);return dr(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),L(!1),h(!1),E(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Re,initLoginWithWallet:Tf,loginWithWallet:async()=>{if(!n)throw new nn;if(!(t.authFlow instanceof Vo))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=>{let d=new ho(p),m;N.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 ho))throw new C("Must initialize OAuth flow before calling loginWithOAuth");let d,m;if(a)d=await t.link();else try{({user:d,isNewUser:m}=await t.authenticate()),wt.current=p}catch(g){throw ie(oe,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}c(d),E(m||!1),s(!0)},initLoginWithEmail:async p=>{let d;N.captchaEnabled&&(d=await qe(),Ue(null));let m=new zo(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;N.captchaEnabled&&(d=await qe(),Ue(null));let m=new $o(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 nn;if(t.authFlow instanceof zo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof $o)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(O=>O.type==="wallet"&&O.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(O){Xo(O)&&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)):Xo(O)?($e({recoverWallet:{privyWallet:m,onFailure:d,onSuccess:()=>p(!0)}}),Te("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(O)}}),getFiatOnRampConfig:Ul,setReadyToTrue:()=>{i(!0),ee?.()},updateWallets:()=>ei()}))();wf=we.recoverEmbeddedWallet;let _f=vb(()=>({wallets:w,ready:j}),[w,j]);return Ho(fe.Provider,{value:on,children:Ho(us.Provider,{value:oe,children:Ho(Sl.Provider,{value:_f,children:yf(ad,{...N,tokenPromise:Qn,children:[e.children,yf(ps.Provider,{value:we,children:[Ho(Km,{theme:{...N.appearance.palette||{}}}),Ho(zc,{appConfig:N,data:vt,setModalData:$e,setInitialScreen:W,initialScreen:b,authenticated:a,children:Ho(Qm,{open:o})}),Ee&&se.id?Ho(hf,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:ur,mfaSubmitPromise:Jn,onLoad:Y,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Pb}from"react";function Tb(e){let{login:t}=Pb(fe);return pt("login",e),{login:t}}import{useContext as xb}from"react";function Sb(e){let{logout:t}=xb(fe);return pt("logout",e),{logout:t}}import{useCallback as Cf}from"react";var _b=()=>{let e=ue(),{initLoginWithEmail:t,loginWithCode:o}=H(),r=Cf(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=Cf(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Jo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as bf}from"react";var kb=()=>{let e=ue(),{initLoginWithSms:t,loginWithCode:o}=H(),r=bf(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=bf(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Jo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as Ab}from"react";function Rb(e){let{connectWallet:t}=Ab(fe);return pt("connectWallet",e),{connectWallet:t}}import{useContext as Ib}from"react";function Wb(e){let{createWallet:t}=Ib(fe);return pt("createWallet",e),{createWallet:t}}import{useContext as Mb}from"react";var Lb=()=>{let{isModalOpen:e}=Mb(fe);return{isOpen:e}};import{useContext as Nb}from"react";function Ob(e){let{getAccessToken:t}=Nb(fe);return pt("accessToken",e),{getAccessToken:t}}export{Lt as AsExternalProvider,Va as Captcha,dn as ConnectorManager,pn as PrivyClient,bb as PrivyProvider,re as PrivyProxyProvider,qn as SUPPORTED_CHAINS,Za as VERSION,Ye as WalletConnector,Ws as errorIndicatesMaxMfaRetries,Nr as errorIndicatesMfaTimeout,Or as errorIndicatesMfaVerificationFailed,Ie as getAccessToken,Rb as useConnectWallet,Wb as useCreateWallet,Tb as useLogin,_b as useLoginWithEmail,kb as useLoginWithSms,Sb as useLogout,Yr as useMfa,On as useMfaEnrollment,Lb as useModalStatus,H as usePrivy,ms as useRegisterMfaListener,Ob as useToken,$n as useWallets};
2511
+ `;import{Turnstile as nb}from"@marsidev/react-turnstile";import{useEffect as ib,useMemo as ab}from"react";import{jsx as af}from"react/jsx-runtime";var Ya=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=ue(),[,s]=ab(()=>o?.split("t:")||[],[o]);if(ib(()=>a.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return af("div",{className:"hidden h-0 w-0",children:af(nb,{...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 ub={["LANDING"]:Pu,["AWAITING_PASSWORDLESS_CODE"]:Ud,["AWAITING_CONNECTION"]:Qd,["AWAITING_CONNECT_ONLY_CONNECTION"]:tp,["PHANTOM_INTERSTITIAL_SCREEN"]:qm,["LOGIN_FAILED_SCREEN"]:Wu,["AWAITING_OAUTH_SCREEN"]:zm,["ALLOWLIST_REJECTION_SCREEN"]:xd,["INSTALL_PHANTOM_SCREEN"]:nu,["LINK_EMAIL_SCREEN"]:xu,["LINK_PHONE_SCREEN"]:_u,["LINK_WALLET_SCREEN"]:ku,["CONNECT_ONLY_LANDING_SCREEN"]:Kd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:$d,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Hp,["EMBEDDED_WALLET_CREATED_SCREEN"]:cp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:sp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Vp,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:mp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:tf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Xm,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Jp,["FIAT_ON_RAMP_STATUS_SCREEN"]:Zp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:zp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Gp,["MFA_ENROLLMENT_FLOW_SCREEN"]:rm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Xp},mb=["LANDING","AWAITING_CONNECTION","LINK_EMAIL_SCREEN","LINK_PHONE_SCREEN","LINK_WALLET_SCREEN","MFA_ENROLLMENT_FLOW_SCREEN"],fb=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=H(),{headless:n}=A(),{ready:i,currentScreen:a}=S(),{status:s,reset:l}=ue(),c=cb(null),u=hd(c);lb(()=>{["success","error"].includes(s),r&&!n&&l()},[r]);let h=a&&mb.includes(a)&&!n;if((!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Bl(Qr,{children:[h?be(Ya,{}):null,be(x,{}),be(q,{}),be(Fu,{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=ub[a];return Bl(Qr,{style:{height:u},children:[h?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})})]})]})},hb=()=>{let{closePrivyModal:e}=A(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:sb(()=>{if(t?.current)t.current(),t.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e])}},sf=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=hb(),[r,n]=db(!1);vs({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=be(nf,{children:be(fb,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,s=t?.render.inDialog?be(Uu,{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 pb.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 yb=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),gb=e=>yb.has(e),vb=(e,t,o)=>o.indexOf(e)===t,lf=({input:e})=>e?e.filter(gb).filter(vb):gt.appearance.walletList;var cf={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 df={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 pf={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 uf={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 mf={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 ff={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 hf={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 yf={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 gf={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 vf={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 wf={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 Cf={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,hf,Cf,Ja,Oa,Da,Ua,qn,Kn,pf,uf,mf,ff,Ma,La,Na,gf,vf,cf,df,Fa,Ha,Ba,yf,wf],YN=new Set(Qn.map(e=>e.id));import dr from"tinycolor2";var bf="#FFFFFF",wb="#000000",Cb=bf,bb="#1E1E1D";function Eb(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 Ef({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=bf,blackHex:a=wb}){let s;switch(e){case"light":s=Cb;break;case"dark":s=bb;break;default:s=e;break}let l=dr(s),c=dr(t),u=dr(o),h=dr(r),w=dr(n),v=Eb(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:h.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,h,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"),h=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,h=e.linkedinOAuth,v=e.appleOAuth);let T=[n,i].filter(Boolean),y=[s,l,c,w,u,h,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=lf({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}=Pb(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:Ef({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:h,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 Pf(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 Pb(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 Tb,useEffect as xb}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 h=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(h)}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(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let u=new xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as Ib}from"react/jsx-runtime";var Sb=function(e){return()=>`id-${e++}`}(0);function _b(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,kb=(e,t)=>typeof t=="bigint"?t.toString():t,Ab=(e,t)=>`${e}${JSON.stringify(t,kb)}`;function Qt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=Ab(e,t);if(e==="privy:wallet:create"){let a=Hl.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=Sb();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 Rb(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 Tf(e){let t=Tb(null),o=vd();return xb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&_b(c.data)&&Rb(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 Dc(()=>Qt("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),Ib("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 xf}from"react/jsx-runtime";var Xn;function Ob(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 Sf,zc=(e,t)=>Sf(e,t),_f,Vc=(e,t)=>_f(e,t),kf,$c=()=>kf(),Db=()=>{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)},Ub=({config:e,...t})=>{if(!Ob(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(Fb,{...t,config:o,client:Xn})},Fb=e=>{let t=e.client,[o,r]=ae(!1),[n,i]=ae(!1),[a,s]=ae(!1),[l,c]=ae(null),[u,h]=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,D]=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:""}),[O,De]=ae(()=>{let p=Pf(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(yd);t.onStoreToken=p=>{p&&ie(oe,"accessToken","onAccessTokenGranted",p)},t.onDeleteToken=()=>{ie(oe,"accessToken","onAccessTokenRemoved")};let wt=Zn(),oi=Lb(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=>{O.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,O.defaultChain)}},[_,l]),Zt(()=>{_&&Xt?.(_)},[_]),Zt(()=>{(async()=>{if(!O.customAuth?.enabled)return;le(!0);let{getCustomAccessToken:d,isLoading:m}=O.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()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.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();Db();let L=Mb();D(L),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,L),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&&h(!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(O.shouldSwitchChainOnConnect&&!O.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(O.defaultChain.id),g&&(g.chainId=Er(Jo(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.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.");h(!0),Te("LINK_WALLET_SCREEN")},If=p=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},Wf=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")},Mf=async(p,d)=>{wt.current="siwe",await Re(p,d,ri)},zl=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new C("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:m,externalTransactionId:g}=await Kp(t,p,d?.config??{},O.appearance.palette,O.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:If(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");Wf(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 Lf=()=>{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}},Nf=p=>{if(!O.chains.map(d=>d.id).includes(p))throw new z(`Chain ID ${p} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},$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;Nf(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 Wb(Pt(ct.chainId,O.chains,O.rpcConfig)),Df=await rn(X.address,ct,ql),Uf=await Ga(yo,X.address,_,Df,ql);g(Uf)}catch(ii){L(ii)}};if(O.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:Lf,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.");h(!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.");h(!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"),h(!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(O.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}O.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),$e({mfaEnrollmentFlow:{mfaMethods:O.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};Sf=sn.signMessage,_f=async(...p)=>{let d=await $l(...p);return O.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:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>O.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(_)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),h(!1),E(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Re,initLoginWithWallet:Mf,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(!Ac()){eo("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let d=new vo(p),m;O.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;O.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;O.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()}))();kf=we.recoverEmbeddedWallet;let Of=Nb(()=>({wallets:w,ready:j}),[w,j]);return zo(fe.Provider,{value:sn,children:zo(gs.Provider,{value:oe,children:zo(Il.Provider,{value:Of,children:xf(fd,{...O,tokenPromise:ti,children:[e.children,xf(ys.Provider,{value:we,children:[zo(rf,{theme:{...O.appearance.palette||{}}}),zo(Qc,{appConfig:O,data:vt,setModalData:$e,setInitialScreen:W,initialScreen:b,authenticated:a,children:zo(sf,{open:o})}),Ee&&se.id?zo(Tf,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:fr,mfaSubmitPromise:ei,onLoad:J,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Bb}from"react";function Hb(e){let{login:t}=Bb(fe);return pt("login",e),{login:t}}import{useContext as Gb}from"react";function zb(e){let{logout:t}=Gb(fe);return pt("logout",e),{logout:t}}import{useCallback as Af}from"react";var Vb=()=>{let e=ue(),{initLoginWithEmail:t,loginWithCode:o}=H(),r=Af(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=Af(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 Rf}from"react";var $b=()=>{let e=ue(),{initLoginWithSms:t,loginWithCode:o}=H(),r=Rf(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=Rf(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 jb}from"react";function qb(e){let{connectWallet:t}=jb(fe);return pt("connectWallet",e),{connectWallet:t}}import{useContext as Kb}from"react";function Yb(e){let{createWallet:t}=Kb(fe);return pt("createWallet",e),{createWallet:t}}import{useContext as Jb}from"react";var Qb=()=>{let{isModalOpen:e}=Jb(fe);return{isOpen:e}};import{useContext as Zb}from"react";function Xb(e){let{getAccessToken:t}=Zb(fe);return pt("accessToken",e),{getAccessToken:t}}export{Nt as AsExternalProvider,Ya as Captcha,fn as ConnectorManager,hn as PrivyClient,Ub 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,qb as useConnectWallet,Yb as useCreateWallet,Hb as useLogin,Vb as useLoginWithEmail,$b as useLoginWithSms,zb as useLogout,Xr as useMfa,Bn as useMfaEnrollment,Qb as useModalStatus,H as usePrivy,vs as useRegisterMfaListener,Xb as useToken,Yn as useWallets};