@privy-io/react-auth 1.58.1 → 1.58.2-beta-20240304215110
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 +224 -224
- package/dist/index.d.ts +5 -1
- package/dist/index.js +225 -225
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Ns=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Nc=(e,t,o)=>(Ns(e,t,"read from private field"),o?o.call(e):t.get(e)),Si=(e,t,o)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,o)},Ls=(e,t,o,r)=>(Ns(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Lc=(e,t,o)=>(Ns(e,t,"access private method"),o);import{getAddress as Ms}from"@ethersproject/address";import{StaticJsonRpcProvider as q2,Web3Provider as kc}from"@ethersproject/providers";import{createStore as j2}from"mipd";import{useCallback as K2,useEffect as ko,useMemo as Y2,useRef as Ei,useState as xe}from"react";import{FetchError as iy}from"ofetch";var De=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Yt=class extends De{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends De{constructor(o,r,n){super(o,r,n);this.type="client_error"}},_i=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var Y=class extends De{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},ae=e=>{if(e instanceof De)return e;if(!(e instanceof iy))return Ke(e);if(!e.response)return new Yt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Yt(t||"ApiError",e.response.status,o||r,e,n)},Ke=e=>e instanceof De?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Rr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},dt=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},Ai=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ki=()=>"/api/v1/sessions",Ri=()=>"/api/v1/sessions/logout",Oc=()=>"/api/v1/sessions/fork",Ii=()=>"/api/v1/sessions/fork/recover",Dc=()=>"/api/v1/siwe/init",Uc=()=>"/api/v1/siwe/authenticate",Fc=()=>"/api/v1/siwe/link",Bc=()=>"/api/v1/farcaster/init",Hc=()=>"/api/v1/farcaster/authenticate",Gc=()=>"/api/v1/farcaster/link",Vc=()=>"/api/v1/farcaster/status",zc=()=>"/api/v1/passwordless/init",$c=()=>"/api/v1/passwordless/authenticate",qc=()=>"/api/v1/passwordless/link",jc=()=>"/api/v1/passwordless/update",Kc=()=>"/api/v1/passwordless_sms/init",Yc=()=>"/api/v1/passwordless_sms/authenticate",Jc=()=>"/api/v1/passwordless_sms/link",Qc=()=>"/api/v1/oauth/init",Zc=()=>"/api/v1/oauth/authenticate",Xc=()=>"/api/v1/oauth/link",ed=()=>"/api/v1/siwe/unlink",td=()=>"/api/v1/passwordless/unlink",od=()=>"/api/v1/passwordless_sms/unlink",rd=()=>"/api/v1/oauth/unlink",nd=()=>"/api/v1/farcaster/unlink",id=()=>"/api/v1/analytics_events",ad=()=>"/api/v1/plugins/moonpay_on_ramp/sign",sd=()=>"/api/v1/custom_jwt_account/authenticate",ld=()=>"/api/v1/mfa/passwordless_sms/init";var cd=()=>"/api/v1/mfa/passwordless_sms/enroll";var dd=()=>"/api/v1/users/me/accept_terms";var Ir=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=sd(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){throw new Error("Unimplemented")}};var Wo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=$c(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=qc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw ae(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=zc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw ae(r)}}},Wi=class extends Wo{constructor(o,r,n){super(r,n);this.meta={email:r,captchaToken:n,oldAddress:o}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new w("Email, email code, and an old email address must be set prior to calling update.");try{let o=jc();return await this.api.post(o,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(o){throw ae(o)}}};import{isMobile as ay}from"react-device-detect";var Ye=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var kn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ye(this._startChannelOnce.bind(this)),this.pollForReady=new Ye(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");try{let t=await this.api.post(Hc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new w("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{return await this.api.post(Gc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw ae(t)}}async _startChannelOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=await this.api.post(Bc(),{token:this.captchaToken});ay&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new w("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");let t=await this.api.get(Vc(),{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as xd}from"jose";var pd="1.58.1";var Mi="4df5e2316331463a9130964bd6078dfa",ud="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",md="34357d3c125c2bcf2ce2bc3309d98715",Ni="https://auth.privy.io",fd=2e4,Je=1400,hd=2500,Os=pd;var ir="privy:token",Ds="privy-token",Li="privy:refresh_token",Us="privy-refresh-token",Oi="privy-session",Rn="privy:session_transfer_token",ly="privy:wallet",In="privy:caid",Wr="privy:state_code",Mr="privy:code_verifier",Di=e=>`${ly}:${e}`,Fs="privy:connectors",Bs="privy:connections";var ar=12e4,vo=1,Hs="0x1",Nr=3e4,yd="https://api.moonpay.com/v1",gd="https://api.moonpay.com/v1",vd="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",wd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Cd="0x420000000000000000000000000000000000000F",bd=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Ed(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Td(e){return crypto.getRandomValues(new Uint8Array(e))}var Ui=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Gs=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}},Vs=class{get(t){let o=sessionStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?sessionStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){sessionStorage.removeItem(t)}getKeys(){return Object.entries(sessionStorage).map(([t])=>t)}};function Pd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function cy(){return typeof window<"u"&&window.localStorage?new Gs:new Ui}function dy(){return typeof window<"u"&&window.sessionStorage?new Vs:new Ui}var Ot=dy(),ne=cy();var py="S256",uy="S256",Mo=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Ot.get(Mr);if(!t)throw new w("Authentication error.");try{let o=Zc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Mr),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=ae(o);throw r.privyErrorCode?new w(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Ot.get(Mr);if(!t)throw new w("Authentication error.");try{let o=Xc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Mr),r}catch(o){throw ae(o)}}createCodeVerifier(){return xd.encode(Td(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=py){if(o==uy){let r=await Ed(t);return xd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();Ot.put(Mr,t);let o=this.createStateCode();Ot.put(Wr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=Qc();return await this.api.post(n,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:r,state_code:o})}catch(n){throw ae(n)}}};var sr=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
1
|
+
var Ds=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Fc=(e,t,o)=>(Ds(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)},Us=(e,t,o,r)=>(Ds(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Bc=(e,t,o)=>(Ds(e,t,"access private method"),o);import{getAddress as Ls}from"@ethersproject/address";import{StaticJsonRpcProvider as eT,Web3Provider as Nc}from"@ethersproject/providers";import{createStore as tT}from"mipd";import{useCallback as oT,useEffect as xo,useMemo as rT,useRef as xi,useState as xe}from"react";import{FetchError as gy}from"ofetch";var Ue=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}]`:""}`}},Kt=class extends Ue{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends Ue{constructor(o,r,n){super(o,r,n);this.type="client_error"}},ki=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var Y=class extends Ue{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},ae=e=>{if(e instanceof Ue)return e;if(!(e instanceof gy))return Ye(e);if(!e.response)return new Kt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Kt(t||"ApiError",e.response.status,o||r,e,n)},Ye=e=>e instanceof Ue?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Ar=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},dt=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},Ri=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Ii=()=>"/api/v1/sessions",Wi=()=>"/api/v1/sessions/logout",Hc=()=>"/api/v1/sessions/fork",Mi=()=>"/api/v1/sessions/fork/recover",Gc=()=>"/api/v1/siwe/init",Vc=()=>"/api/v1/siwe/authenticate",zc=()=>"/api/v1/siwe/link",$c=()=>"/api/v1/farcaster/init",qc=()=>"/api/v1/farcaster/authenticate",jc=()=>"/api/v1/farcaster/link",Kc=()=>"/api/v1/farcaster/status",Yc=()=>"/api/v1/passwordless/init",Jc=()=>"/api/v1/passwordless/authenticate",Qc=()=>"/api/v1/passwordless/link",Zc=()=>"/api/v1/passwordless/update",Xc=()=>"/api/v1/passwordless_sms/init",ed=()=>"/api/v1/passwordless_sms/authenticate",td=()=>"/api/v1/passwordless_sms/link",od=()=>"/api/v1/oauth/init",rd=()=>"/api/v1/oauth/authenticate",nd=()=>"/api/v1/oauth/link",id=()=>"/api/v1/siwe/unlink",ad=()=>"/api/v1/passwordless/unlink",sd=()=>"/api/v1/passwordless_sms/unlink",ld=()=>"/api/v1/oauth/unlink",cd=()=>"/api/v1/farcaster/unlink",dd=()=>"/api/v1/analytics_events",pd=()=>"/api/v1/plugins/moonpay_on_ramp/sign",ud=()=>"/api/v1/custom_jwt_account/authenticate",md=()=>"/api/v1/mfa/passwordless_sms/init";var fd=()=>"/api/v1/mfa/passwordless_sms/enroll";var hd=()=>"/api/v1/users/me/accept_terms";var kr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=ud(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){throw new Error("Unimplemented")}};var ko=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Jc(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Qc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw ae(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=Yc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw ae(r)}}},Ni=class extends ko{constructor(o,r,n){super(r,n);this.meta={email:r,captchaToken:n,oldAddress:o}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new w("Email, email code, and an old email address must be set prior to calling update.");try{let o=Zc();return await this.api.post(o,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(o){throw ae(o)}}};import{isMobile as vy}from"react-device-detect";var Je=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 In=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Je(this._startChannelOnce.bind(this)),this.pollForReady=new Je(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");try{let t=await this.api.post(qc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new w("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{return await this.api.post(jc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw ae(t)}}async _startChannelOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=await this.api.post($c(),{token:this.captchaToken});vy&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new w("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");let t=await this.api.get(Kc(),{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as Rd}from"jose";var yd="1.58.2-beta-20240304215110";var Li="4df5e2316331463a9130964bd6078dfa",gd="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",vd="34357d3c125c2bcf2ce2bc3309d98715",Oi="https://auth.privy.io",wd=2e4,Qe=1400,Cd=2500,Fs=yd;var rr="privy:token",Bs="privy-token",Di="privy:refresh_token",Hs="privy-refresh-token",Ui="privy-session",Wn="privy:session_transfer_token",Cy="privy:wallet",Mn="privy:caid",Rr="privy:state_code",Ir="privy:code_verifier",Fi=e=>`${Cy}:${e}`,Gs="privy:connectors",Vs="privy:connections";var nr=12e4,ho=1,zs="0x1",Wr=3e4,bd="https://api.moonpay.com/v1",Ed="https://api.moonpay.com/v1",Td="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Pd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",xd="0x420000000000000000000000000000000000000F",Sd=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function _d(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Ad(e){return crypto.getRandomValues(new Uint8Array(e))}var Bi=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)}},$s=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)}},qs=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 kd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function by(){return typeof window<"u"&&window.localStorage?new $s:new Bi}function Ey(){return typeof window<"u"&&window.sessionStorage?new qs:new Bi}var Ot=Ey(),re=by();var Ty="S256",Py="S256",Ro=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Ot.get(Ir);if(!t)throw new w("Authentication error.");try{let o=rd(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Ir),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=ae(o);throw r.privyErrorCode?new w(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Ot.get(Ir);if(!t)throw new w("Authentication error.");try{let o=nd(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Ir),r}catch(o){throw ae(o)}}createCodeVerifier(){return Rd.encode(Ad(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ty){if(o==Py){let r=await _d(t);return Rd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();Ot.put(Ir,t);let o=this.createStateCode();Ot.put(Rr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=od();return await this.api.post(n,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:r,state_code:o})}catch(n){throw ae(n)}}};var ir=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${l}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.getNonceOnce=new Ye(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Uc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Fc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ae(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Dc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var lr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Yc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Jc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ae(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Kc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ae(r)}}};import{v4 as ig}from"uuid";function Qe(e){return new Date(e*1e3)}function my(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Qe(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:o.subject,username:o.username,name:o.name,type:o.type,profilePictureUrl:o.profile_picture_url,verifiedAt:Qe(o.verified_at)};t.push(c);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(u);break;case"github_oauth":let f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(f);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(y);break;case"apple_oauth":let C={subject:o.subject,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(C);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Qe(o.verified_at)});break;case"farcaster":let E={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Qe(o.verified_at)};t.push(E);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Ct(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var ue=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,fy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),bt=(e,t)=>t==="all-users"&&!ue(e)||t==="users-without-wallets"&&!fy(e)?.length;function pt(e){if(!e)return null;let t=my(e.linked_accounts),o=Ct(t,"wallet"),r=Ct(t,"email"),n=Ct(t,"phone"),i=Ct(t,"google_oauth"),a=Ct(t,"twitter_oauth"),l=Ct(t,"discord_oauth"),s=Ct(t,"github_oauth"),c=Ct(t,"spotify_oauth"),u=Ct(t,"tiktok_oauth"),f=Ct(t,"linkedin_oauth"),h=Ct(t,"apple_oauth"),y=Ct(t,"farcaster"),C=e.mfa_methods.map(({type:P,verified_at:b})=>({type:P,verifiedAt:Qe(b)}));return{id:e.id,createdAt:Qe(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:f&&{subject:f.subject,name:f.name,email:f.email},apple:h&&{subject:h.subject,email:h.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url},mfaMethods:C.map(P=>P.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as xp}from"@ethersproject/address";import tg from"eventemitter3";function Sd(){let e=window,t=e.ethereum;if(!t)return[];let o=[];if(t.providers?.length)for(let r of t.providers)r&&o.push(r);return o.push(e.ethereum),o}var Fi=e=>{if(e.isApexWallet)return"Apex Wallet";if(e.isAvalanche)return"Core Wallet";if(e.isBackpack)return"Backpack";if(e.isBifrost)return"Bifrost Wallet";if(e.isBitKeep)return"BitKeep";if(e.isBitski)return"Bitski";if(e.isBlockWallet)return"BlockWallet";if(e.isBraveWallet)return"Brave Wallet";if(e.isClover)return"Clover";if(e.isCoin98)return"Coin98 Wallet";if(e.isCoinbaseWallet)return"Coinbase Wallet";if(e.isDawn)return"Dawn Wallet";if(e.isDefiant)return"Defiant";if(e.isDesig)return"Desig Wallet";if(e.isEnkrypt)return"Enkrypt";if(e.isExodus)return"Exodus";if(e.isFordefi)return"Fordefi";if(e.isFrame)return"Frame";if(e.isFrontier)return"Frontier Wallet";if(e.isGamestop)return"GameStop Wallet";if(e.isHaqqWallet)return"HAQQ Wallet";if(e.isHyperPay)return"HyperPay Wallet";if(e.isImToken)return"ImToken";if(e.isHaloWallet)return"Halo Wallet";if(e.isKuCoinWallet)return"KuCoin Wallet";if(e.isMathWallet)return"MathWallet";if(e.isNovaWallet)return"Nova Wallet";if(e.isOkxWallet||e.isOKExWallet)return"OKX Wallet";if(e.isOneInchIOSWallet||e.isOneInchAndroidWallet)return"1inch Wallet";if(e.isOneKey)return"OneKey Wallet";if(e.isOpera)return"Opera";if(e.isPhantom)return"Phantom";if(e.isPortal)return"Ripio Portal";if(e.isRabby)return"Rabby Wallet";if(e.isRainbow)return"Rainbow";if(e.isSafePal)return"SafePal Wallet";if(e.isStatus)return"Status";if(e.isSubWallet)return"SubWallet";if(e.isTalisman)return"Talisman";if(e.isTally||e.isTaho)return"Taho";if(e.isTokenPocket)return"TokenPocket";if(e.isTokenary)return"Tokenary";if(e.isTrust||e.isTrustWallet)return"Trust Wallet";if(e.isTTWallet)return"TTWallet";if(e.isXDEFI)return"XDEFI Wallet";if(e.isZeal)return"Zeal";if(e.isZerion)return"Zerion";if(e.isMetaMask)return"MetaMask"};var zs=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Fi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!zs(o))return!1}return!0},No=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),_d=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var Ad=(e,t)=>{let o=[],r=[];for(let[n,i]of e.entries())n<t?o.push(i):r.push(i);return[o,r]},Bi=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),kd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},Lo=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},$s=e=>new Promise(t=>setTimeout(t,e));function Rd(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var Id=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await $s(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Hi=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var qs=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),cr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Wd(e,t,o=3e3){let r=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},o));function a(){if(r)return;r=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Sd()){let u=Fi(c);if(!l.some(f=>f.info.name===u)){if(zs(c,!0)&&!s.find(f=>f.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(f=>f.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(f=>f.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Lr(e){return`eip155:${String(Number(e))}`}var Dt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new Y(`Unsupported chainId ${e}`,4901);let i;if(n.rpcUrls.privyWalletOverride&&n.rpcUrls.privyWalletOverride.http[0]?i=n.rpcUrls.privyWalletOverride.http[0]:o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+Mi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+ud:i=n.rpcUrls.default?.http[0],!i)throw new Y(`No RPC url found for ${e}`);return i},Md=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new Y(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url},Gi=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},o=Object.entries(e.domain).map(([r,n])=>{if(n!=null&&typeof r=="string"&&r in t)return{name:r,type:t[r]}}).filter(r=>r!==void 0);return{...e,types:{...e.types,EIP712Domain:o}}};import Py from"@coinbase/wallet-sdk";import{jsx as Nd,jsxs as hy}from"react/jsx-runtime";var Wn=({style:e,...t})=>hy("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[Nd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Nd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as Xt}from"@ethersproject/address";import{Web3Provider as Hd}from"@ethersproject/providers";import{default as Ey}from"eventemitter3";import{StaticJsonRpcProvider as Od}from"@ethersproject/providers";import by from"eventemitter3";var yy=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Ld=e=>yy.includes(e);import{ErrorCode as gy}from"@ethersproject/logger";var Or=class extends Y{constructor(){super("Wallet timeout");this.type="wallet_error"}},Dr=class extends Y{constructor(){super("User rejected connection");this.type="wallet_error"}},Ut=e=>{if(e instanceof Y)return e;if(e?.code&&e?.reason){let t=new Ue(e);return e.code===gy.ACTION_REJECTED&&(t.details=at.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ue(e):new Y("Unknown connector error",e)},Qt=class extends De{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ue=class extends Qt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(at).find(i=>i.eipCode===r.code);this.details=n||at.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=at.E32002_CONNECTION_ALREADY_PENDING:this.details=at.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=at.E32002_WALLET_LOCKED))}},vy={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},wy={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Cy={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},at={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Cy,...wy},wo={...vy,...at};var me=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new Or,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||ar,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Y(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Ut(o)})}},Oo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Vi=class extends by{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new Od(Dt(a,this.chains,n)),this.rpcTimeoutDuration=Ur(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Oo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new Oo("Disconnected",4900);return(await Fd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Oo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new Oo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Od(Dt(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for personal_sign");let r=o.params[0];return await Dd(r)}async handleSignedTypedData(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_signTypedData_v4");let r=typeof o.params[1]=="string"?JSON.parse(o.params[1]):o.params[1];return await Ud(Gi(r))}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");delete o.params[0].gasPrice,delete o.params[0].maxFeePerGas,delete o.params[0].maxPriorityFeePerGas;let r={...o.params[0],chainId:cr(this.chainId)};try{return await this.provider.send("eth_estimateGas",[r])}catch{return delete r.from,await this.provider.send("eth_estimateGas",[r])}}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return cr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);case"eth_signTypedData_v4":return this.handleSignedTypedData(o);default:break}if(Ld(o.method)){let r=await ke();if(await Bd(),!r||!this.address)throw new Oo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new Oo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await ke();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Zt=class extends me{constructor(o){super(o,o.rpcTimeoutDuration)}},Do=class extends me{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Ty=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},st=class extends Ey{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=Lr(o),this.walletClientType==="privy"&&ne.put(Di(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Ur(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>Xt(a.address)===Xt(o));return{address:Xt(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new Y("Wallet is not currently connected.");let l=this.wallets.find(h=>Xt(h.address)===Xt(o))?.chainId;if(!l)throw new Y("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===Lr(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new Y(`Unsupported chainId: ${a}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await f()}catch(h){if(Ty(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),f();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new Y(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Hd(new Zt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Do(this.proxyProvider)},sign:async a=>{if(!await i())throw new Y("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Xt(n),a=[],l;if(this.walletClientType==="privy"){let c=ne.get(Di(i));this.chains.find(u=>u.id===Number(c))||(ne.del(Di(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${Hs}`,c),l=Hs}let s=Lr(l);if(!a.find(c=>Xt(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(Xt(n),s,c))}zi(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>Xt(n)===Xt(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new Hd(new Zt(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var xy=e=>{let t=`https://mainnet.infura.io/v3/${Mi}`,o=1;return e.makeWeb3Provider(t,o)},$i,qi=class extends st{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),$i||($i=new Py({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(xy($i)),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(){$i.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Wn,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};import{jsx as Gd}from"react/jsx-runtime";var ji=({...e})=>Gd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Gd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var Ki=class extends st{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[cr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ji,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Vd}from"react/jsx-runtime";var Fr=({style:e,...t})=>Vd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Vd("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as ut,jsxs as Sy}from"react/jsx-runtime";var Br=({style:e,...t})=>Sy("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[ut("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ut("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ut("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),ut("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),ut("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),ut("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),ut("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),ut("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),ut("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),ut("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),ut("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),ut("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),ut("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});import{jsx as zd,jsxs as _y}from"react/jsx-runtime";var eo=({style:e,...t})=>_y("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[zd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),zd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.5267 69.9229C42.0054 76.8509 34.4292 85.6182 24.348 85.6182C19.5824 85.6182 15 83.6563 15 75.1342C15 53.4305 44.6326 19.8327 72.1268 19.8327C87.768 19.8327 94 30.6846 94 43.0079C94 58.8258 83.7355 76.9122 73.5321 76.9122C70.2939 76.9122 68.7053 75.1342 68.7053 72.314C68.7053 71.5783 68.8275 70.7812 69.0719 69.9229C65.5893 75.8699 58.8685 81.3878 52.5754 81.3878C47.993 81.3878 45.6713 78.5063 45.6713 74.4598C45.6713 72.9884 45.9768 71.4556 46.5267 69.9229ZM83.6761 42.5794C83.6761 46.1704 81.5575 47.9658 79.1875 47.9658C76.7816 47.9658 74.6989 46.1704 74.6989 42.5794C74.6989 38.9885 76.7816 37.1931 79.1875 37.1931C81.5575 37.1931 83.6761 38.9885 83.6761 42.5794ZM70.2103 42.5795C70.2103 46.1704 68.0916 47.9658 65.7216 47.9658C63.3157 47.9658 61.233 46.1704 61.233 42.5795C61.233 38.9885 63.3157 37.1931 65.7216 37.1931C68.0916 37.1931 70.2103 38.9885 70.2103 42.5795Z",fill:"#FFFDF8"})]});var Gr=class extends st{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}},Hr,Vr=class extends st{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";Si(this,Hr,void 0);this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?Ls(this,Hr,{name:"MetaMask",icon:Br,id:"io.metamask"}):a==="phantom"&&Ls(this,Hr,{name:"Phantom",icon:eo,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Nc(this,Hr)??{name:"Browser Extension",icon:Fr,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};Hr=new WeakMap;import{getAddress as vP}from"@ethersproject/address";import{Web3Provider as CP}from"@ethersproject/providers";import{isMobile as Ay}from"react-device-detect";var Yi=class extends Gr{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{Ay||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Ut(t)}}};var Ji=class extends st{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new me(void 0,ar);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Qi=class extends Ji{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:eo,id:"phantom"}}};import{EthereumProvider as Qy,OPTIONAL_EVENTS as Zy,OPTIONAL_METHODS as Xy}from"@walletconnect/ethereum-provider";import{isMobile as eg}from"react-device-detect";import{createContext as Gy,useContext as Vy,useEffect as Js,useRef as zy,useState as $y}from"react";import{jsx as ky}from"react/jsx-runtime";function Zi({src:e,...t}){return ky("img",{src:e,...t,style:{display:"none"}})}import{useContext as cp,useEffect as lp,useMemo as Uy,useState as Fy}from"react";import{createContext as By}from"react";var Et={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:md,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var $d=({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],o=[];e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `input.primary.length`");for(let r of e.primary.slice(1))t.includes(r)?console.warn(`Duplicated login method: ${r}`):t.push(r);for(let r of e.overflow??[])!t.includes(r)&&!o.includes(r)?o.push(r):console.warn(`Duplicated login method: ${r}`);return{primary:t,overflow:o}};var Ry=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Iy=e=>Ry.has(e),Wy=(e,t,o)=>o.indexOf(e)===t,qd=({input:e})=>e?e.filter(Iy).filter(Wy):Et.appearance.walletList;var Xi={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 ea={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 ta={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var jd={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}};var Kd={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0};var oa={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 ra={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 Yd={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1};var Jd={id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0};var Qd={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var Zd={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var Xd={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var ep={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var tp={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var op={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var ia={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 aa={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 sa={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 la={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 Mn={id:137,name:"Polygon Mainnet",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Nn={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var rp={id:17001,name:"Redstone Holesky",network:"redstone-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.holesky.redstone.xyz"]},public:{http:["https://rpc.holesky.redstone.xyz"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"},default:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"}}};var np={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0};var ca={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 da={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 pa={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Ln=[Xi,ea,ta,Xd,np,ia,aa,sa,la,Mn,Nn,Yd,Jd,Qd,Zd,oa,ra,na,tp,op,jd,Kd,ca,pa,da,ep,rp],Bx=new Set(Ln.map(e=>e.id));import dr from"tinycolor2";var ip="#FFFFFF",My="#000000",Ny=ip,Ly="#1E1E1D";function Oy(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Uo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return dr({...e.toHsl(),l:o})}function ap({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=ip,blackHex:a=My}){let l;switch(e){case"light":l=Ny;break;case"dark":l=Ly;break;default:l=e;break}let s=dr(l),c=dr(t),u=dr(o),f=dr(r),h=dr(n),y=Oy(s.getLuminance()),C=Uo(s,y==="light"?-.04:.11),E=Uo(s,y==="light"?-.88:.87),P=Uo(s,y==="light"?-.77:.75),b=Uo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),A=Uo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),R=Uo(c,.15),I=Uo(c,-.06),x=dr(c.getLuminance()>.5?a:i),L=Uo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:C.toHslString(),foreground:E.toHslString(),foreground2:P.toHslString(),foreground3:b.toHslString(),foreground4:A.toHslString(),accent:c.toHslString(),accentLight:R.toHslString(),accentDark:I.toHslString(),foregroundAccent:x.toHslString(),success:u.toHslString(),successDark:L.toHslString(),error:h.toHslString(),warn:f.toHslString()}}function js(e,t,o){let r=o?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(j=>n.includes(j)),a,l,s,c,u,f,h,y,C,E,P,b;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),s=t.loginMethods.includes("wallet"),c=i?.includes("google"),u=i?.includes("twitter"),f=i?.includes("discord"),y=i?.includes("spotify"),h=i?.includes("tiktok"),E=i?.includes("github"),C=i?.includes("linkedin"),P=i?.includes("apple"),b=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,s=e.walletAuth,c=e.googleOAuth,u=e.twitterOAuth,f=e.discordOAuth,E=e.githubOAuth,y=e.spotifyOAuth,h=e.tiktokOAuth,C=e.linkedinOAuth,P=e.appleOAuth,b=e.farcasterAuth);let A=[a,l].filter(Boolean),R=[c,u,f,E,y,h,C,P,b].filter(Boolean),I=[s].filter(Boolean);if(A.length+R.length+I.length===0)throw new Error("You must enable at least one login method");let x=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;x&&I.length===0?(r("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),x=!1):!x&&R.length+A.length===0&&(r("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),x=!0);let L=qd({isWalletLoginEnabled:s,input:t?.appearance?.walletList});t?.loginMethods&&t.loginMethodsAndOrder&&r("You should only configure one of `loginMethods` or `loginMethodsAndOrder`"),t?.appearance?.walletList&&t.loginMethodsAndOrder&&r("You should only configure one of `appearance.walletList` or `loginMethodsAndOrder`");let O=$d({input:t?.loginMethodsAndOrder}),F=t?.intl?.defaultCountry??"US",{chains:H,defaultChain:$}=Dy({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),D=!!t?.defaultChain||!!t?.supportedChains,z=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,k,oe=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?z?k=t?.embeddedWallets?.noPromptOnSignature??!0:k=t?.embeddedWallets?.noPromptOnSignature??oe:k=oe,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&k!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ap({backgroundTheme:t?.appearance?.theme??Et.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Et.appearance.accentColor}),loginGroupPriority:x?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:L},loginMethods:{wallet:s,email:a,sms:l,google:c,twitter:u,discord:f,github:E,spotify:y,tiktok:h,linkedin:C,apple:P,farcaster:b},loginMethodsAndOrder:O,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Et.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Et.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Et.rpcConfig.rpcTimeouts},chains:H,defaultChain:$,intl:{defaultCountry:F},shouldEnforceDefaultChainOnConnect:D,captchaEnabled:e.captchaEnabled??Et.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...z?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:k},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:z?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Et.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Et._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Et._render.inParentNodeId}}}function sp(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function Dy({additionalChains:e,supportedChains:t,defaultChainFromConfig:o,hasRpcConfigDefined:r}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&r&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:Ln.find(u=>u.id===s.id)??s)}else n=Ln.concat(e??[]);let i=t?n[0]:ia,a=o??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}import{jsx as Hy}from"react/jsx-runtime";var dp={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""},Ks=js(dp,void 0,!1),Ys=By({appConfig:Ks,isServerConfigLoaded:!1}),pp=({children:e,legacyCreateEmbeddedWalletFlag:t,client:o,clientConfig:r})=>{let[n,i]=Fy(null),a=Uy(()=>js(n??dp,r,!!n),[n,r]);return lp(()=>{let l=sp(r,t);o.createAnalyticsEvent("sdk_initialize",l)},[r,t]),lp(()=>{n||(async()=>{try{let s=await o.getServerConfig();s.customApiUrl&&o.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),Hy(Ys.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},ua=()=>{let{appConfig:e}=cp(Ys);return e},up=()=>{let{isServerConfigLoaded:e}=cp(Ys);return e};var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as jy,jsxs as Ky}from"react/jsx-runtime";var mp=Gy({ready:!1,app:Ks,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),qy=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],fp=e=>{let t=ua(),o=e.authenticated,[r,n]=$y(e.initialScreen);Js(()=>{!o&&!qy.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=zy(null);Js(()=>{e.open||(i.current=null)},[e.open]),Js(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return Ky(mp.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&jy(Zi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>Vy(mp);import{jsx as zr,jsxs as Yy}from"react/jsx-runtime";var On=({style:e,...t})=>{let{app:o}=S();return Yy("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[zr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),zr("g",{clipPath:"url(#clip0_1765_9946)",children:zr("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),zr("defs",{children:zr("clipPath",{id:"clip0_1765_9946",children:zr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ma=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries($r))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var $r={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask://",universal:"https://metamask.app.link"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},safe:{id:"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f",displayName:"Safe",hostname:"safe.global",mobile:{universal:"https://app.safe.global/"}},rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",hostname:"rainbow.me",mobile:{native:"rainbow://",universal:"https://rnbwapp.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",hostname:"zerion.io",mobile:{native:"zerion://",universal:"https://wallet.zerion.io"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},cryptocom:{id:"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",displayName:"Crypto.com",hostname:"crypto.com",mobile:{universal:"https://wallet.crypto.com"}},blockchain:{id:"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04",displayName:"Blockchain",hostname:"www.blockchain.com",mobile:{universal:"https://www.blockchain.com"}},safepal:{id:"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",displayName:"SafePal",hostname:"safepal.com",mobile:{universal:"https://link.safepal.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},zengo:{id:"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0",displayName:"ZenGo",hostname:"zengo.com",mobile:{universal:"https://get.zengo.com/"}},"1inch":{id:"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576",displayName:"1inch",hostname:"wallet.1inch.io",mobile:{universal:"https://wallet.1inch.io/wc/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}},exodus:{id:"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4",displayName:"Exodus",hostname:"exodus.com",mobile:{universal:"https://exodus.com/m"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},keyring_pro:{id:"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83",displayName:"KEYRING PRO",hostname:"keyring.app",mobile:{universal:"https://keyring.app/"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},unstoppable:{id:"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3",displayName:"Unstoppable",hostname:"unstoppabledomains.com",mobile:{universal:"https://unstoppabledomains.com/mobile"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},internet_money_wallet:{id:"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd",displayName:"Internet Money Wallet",hostname:"internetmoney.io",mobile:{universal:"https://internetmoney.io"}},coin98:{id:"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01",displayName:"Coin98",hostname:"coin98.com",mobile:{universal:"https://coin98.services"}},abc_wallet:{id:"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f",displayName:"ABC Wallet",hostname:"myabcwallet.io",mobile:{universal:"https://abcwalletconnect.page.link"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},haha:{id:"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3",displayName:"HaHa",hostname:"www.haha.me",mobile:{universal:"https://haha.me"}},cling_wallet:{id:"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef",displayName:"Cling Wallet",hostname:"clingon.io",mobile:{universal:"https://cling.carrieverse.com/apple-app-site-association"}},broearn:{id:"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2",displayName:"Broearn",hostname:"www.broearn.com",mobile:{universal:"https://www.broearn.com/link/wallet/"}},copiosa:{id:"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80",displayName:"Copiosa",hostname:"copiosa.io",mobile:{universal:"https://copiosa.io/action/"}},burrito_wallet:{id:"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819",displayName:"Burrito Wallet",hostname:"burritowallet.com",mobile:{universal:"https://burritowallet.com/wc?uri="}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},plasma_wallet:{id:"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e",displayName:"Plasma Wallet",hostname:"plasma-wallet.com",mobile:{universal:"https://plasma-wallet.com"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bee:{id:"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715",displayName:"Bee",hostname:"www.beewallet.app",mobile:{universal:"https://beewallet.app/wc"}},pitaka:{id:"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc",displayName:"Pitaka",hostname:"pitaka.io",mobile:{universal:"https://app.pitaka.io"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},minerva:{id:"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd",displayName:"Minerva",hostname:"minerva.digital",mobile:{universal:"https://minerva.digital"}},kryptogo:{id:"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b",displayName:"KryptoGO",hostname:"kryptogo.com",mobile:{universal:"https://kryptogo.page.link"}},prema:{id:"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b",displayName:"PREMA",hostname:"premanft.com",mobile:{universal:"https://premanft.com"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},kriptonio:{id:"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b",displayName:"Kriptonio",hostname:"kriptonio.com",mobile:{universal:"https://app.kriptonio.com/mobile"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}}};function Jy(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var hp=e=>e in $r,yp=e=>{let t=$r[e].mobile;if("native"in t)return t.native};function gp(e,t){let o=Jy(t);if(o.deepLink)return Ep(o.deepLink,e);if(o.universalLink)return Tp(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var vp="WALLETCONNECT_DEEPLINK_CHOICE";function wp(){try{localStorage.removeItem(vp)}catch{}}function Cp({href:e,name:t}){try{localStorage.setItem(vp,JSON.stringify({href:e,name:t}))}catch{}}function bp(e){return e.startsWith("http://")||e.startsWith("https://")}function Ep(e,t){if(bp(e))return Tp(e,t);let o=e;o.includes("://")||(o=e.replaceAll("/","").replaceAll(":",""),o=`${o}://`),o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Tp(e,t){if(!bp(e))return Ep(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Pp(e,t){window.open(e,t,"noreferrer noopener")}var to=class extends st{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=$r[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=ma(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"MetaMask",icon:Br,id:"io.metamask"}:{name:qs(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||On,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=$r[o],this.walletClientType=o,this.redirectUri=void 0,wp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Dr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new Y("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ma(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Ur(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Ut(a));return}r(new Y("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=Dt(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await Qy.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:Zy,optionalMethods:Xy,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),eg&&this.walletEntry){let{redirect:l,href:s}=gp(a,this.walletEntry);Cp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Pp(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=ma(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Qs=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===xp(t)).length:!1},Ur=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||ar:ar,Dn=class extends tg{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new me:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;ne.get(Fs)&&(ne.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ne.del(r)}),ne.del(Fs));let o=Wd(this.store,this.walletList).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!No()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await o,this.initialized=!0}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length,this.emit("walletsUpdated")}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 Vi(o,r,this.rpcConfig,this.chains,n.id),l=new Ki(a,this.chains,n,this.rpcConfig);this.addWalletConnector(l)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof to&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Yi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Gr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new qi(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Qi(this.defaultChain):new to(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ne.get(Bs);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));ne.put(Bs,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=xp(o),this.emit("walletsUpdated")}};function zi(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as og}from"ofetch";var rg=[ki(),Ii(),Ri()],fa=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Os,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=og.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!rg.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new _i}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw ae(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw ae(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw ae(r)}}};import pr from"js-cookie";function Sp(e){return e instanceof Wo?"email":e instanceof lr?"sms":e instanceof sr?"siwe":e instanceof Ir?"custom_auth":e instanceof Mo?e.meta.provider:null}import*as _p from"jose";var oo=class{static parse(t){try{return new oo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=_p.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var ng=30,ha=class{constructor(){this.authenticateOnce=new Ye(async t=>this._authenticate(t)),this.linkOnce=new Ye(async t=>this._link(t)),this.refreshOnce=new Ye(this._refresh.bind(this)),this.destroyOnce=new Ye(this._destroy.bind(this)),this.forkSessionOnce=new Ye(this._forkSession.bind(this))}get token(){try{let t=ne.get(ir);return typeof t=="string"?new oo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ne.get(Li);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ne.get(Rn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=pr.get(Oi);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=oo.parse(this.token);return t!==null&&!t.isExpired(ng)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Sp(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:pt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ke(o)}}async _link(t){try{let o=await t.link();return pt(o)}catch(o){throw console.warn("Error linking account"),Ke(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(ki(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(Ii(),{refresh_token:r}),this.clearForkedToken();else return null;return n.session_update_action==="set"&&(this.storeToken(n.token),this.storeRefreshToken(n.refresh_token)),n.session_update_action==="clear"&&this.destroyLocalState(),pt(n.user)}catch(n){if(n instanceof Yt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ke(n)}}async _destroy(){try{await this.api?.post(Ri(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Oc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ke(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ne.get(ir);if(ne.put(ir,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=oo.parse(t)?.expiration;pr.set(Ds,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ne.del(ir),pr.remove(Ds)}storeRefreshToken(t){typeof t=="string"?(ne.put(Li,t),this.client?.useServerCookies||(pr.set(Oi,"t",{sameSite:"Strict",secure:!0,expires:30}),pr.set(Us,t,{sameSite:"Strict",secure:!0,expires:30}))):(ne.del(Li),pr.remove(Us),pr.remove(Oi))}clearForkedToken(){ne.del(Rn)}};var Zs,ya,Ap,Un=class{constructor(t){Si(this,ya);this.apiUrl=t.apiUrl||Ni,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||fd,this.appId=t.appId,this.clientAnalyticsId=Lc(this,ya,Ap).call(this),Zs||(Zs=new ha),this.session=Zs,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Dn(t,o,r,n,i,a,l))}generateApi(){let t=new fa(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(td(),{address:t});return pt(o)}catch(o){throw Ke(o)}}async acceptTerms(){try{let t=await this.api.post(dd(),{});return pt(t)}catch(t){throw Ke(t)}}async unlinkPhone(t){try{let o=await this.api.post(od(),{phoneNumber:t});return pt(o)}catch(o){throw Ke(o)}}async unlinkWallet(t){try{let o=await this.api.post(ed(),{address:t});return pt(o)}catch(o){throw Ke(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(rd(),{provider:t,subject:o});return pt(r)}catch(r){throw Ke(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(nd(),{fid:t});return pt(o)}catch(o){throw Ke(o)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(id(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(ad(),t)}catch(o){throw Ke(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?oo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,spotifyOAuth:t.spotify_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw Ke(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};ya=new WeakSet,Ap=function(){if(typeof window>"u")return null;try{let o=ne.get(In);if(typeof o=="string"&&o.length>0)return o}catch{}let t=ig();try{return ne.put(In,t),t}catch{return t}};import{Turnstile as pg}from"@marsidev/react-turnstile";import{useEffect as ug,useMemo as mg}from"react";import{useMemo as ag,useRef as sg,useContext as lg,useState as Xs,createContext as cg}from"react";import{jsx as dg}from"react/jsx-runtime";var kp=cg({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),Co=class extends De{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Rp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=sg(null),[i,a]=Xs(),[l,s]=Xs(),[c,u]=Xs(!1),f=ag(()=>r?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l,c]);return dg(kp.Provider,{value:{...f,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,setExecuting:u,remove(){r&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){r&&(u(!0),n.current?.execute())},async waitForResult(){if(!r)return"";try{return await Rd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Co("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>lg(kp);import{jsx as Ip}from"react/jsx-runtime";var el=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=mg(()=>o?.split("t:")||[],[o]);if(ug(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ip("div",{className:"hidden h-0 w-0",children:Ip(pg,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as R2,useEffect as $h,useRef as I2,useState as W2}from"react";import M2 from"react-dom";import{createContext as fg,useContext as hg}from"react";var tl=fg({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,initUpdateEmail:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,acceptTerms:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,fundWallet:T,setReadyToTrue:T}),W=()=>hg(tl);import{createContext as yg,useContext as gg}from"react";var le=yg({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,connectOrCreateWallet:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkSpotify:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,updateEmail:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkSpotify:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,signTypedData:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,fundWallet:T,isModalOpen:!1}),G=()=>gg(le);import{useEffect as vg,useState as wg}from"react";var Wp=e=>{let[t,o]=wg("auto");return vg(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};import{createContext as Cg,useContext as bg,useEffect as Eg}from"react";var Mp={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},ol=Cg(void 0),Np=()=>bg(ol);function Ee(e,t){if(!t)return;let r=Np().current[e];return Eg(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function B(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Lp(){let e=Np();return(t,o,...r)=>B(e,t,o,...r)}function rl(e){Ee("configureMfa",e)}import zp from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Dg from"@heroicons/react/24/solid/DocumentCheckIcon";import Ug from"styled-components";import mr,{css as sl}from"styled-components";import il from"styled-components";import{Fragment as Pg,jsx as nl,jsxs as xg}from"react/jsx-runtime";var Fo=({success:e,fail:t})=>xg(Pg,{children:[nl(Tt,{className:e?"success":t?"fail":""}),nl(al,{className:e?"success":t?"fail":""})]}),Tt=il.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new Je(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Vc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(zc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ae(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Gc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var ar=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=ed(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=td();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ae(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Xc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ae(r)}}};import{v4 as gg}from"uuid";function Ze(e){return new Date(e*1e3)}function xy(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:o.subject,username:o.username,name:o.name,type:o.type,profilePictureUrl:o.profile_picture_url,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"github_oauth":let f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"apple_oauth":let C={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(C);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let E={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Ze(o.verified_at)};t.push(E);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 ue=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Sy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Ct=(e,t)=>t==="all-users"&&!ue(e)||t==="users-without-wallets"&&!Sy(e)?.length;function pt(e){if(!e)return null;let t=xy(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"),l=wt(t,"discord_oauth"),s=wt(t,"github_oauth"),c=wt(t,"spotify_oauth"),u=wt(t,"tiktok_oauth"),f=wt(t,"linkedin_oauth"),h=wt(t,"apple_oauth"),y=wt(t,"farcaster"),C=e.mfa_methods.map(({type:P,verified_at:b})=>({type:P,verifiedAt:Ze(b)}));return{id:e.id,createdAt:Ze(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:f&&{subject:f.subject,name:f.name,email:f.email},apple:h&&{subject:h.subject,email:h.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url},mfaMethods:C.map(P=>P.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as Rp}from"@ethersproject/address";import mg from"eventemitter3";function Id(){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 Hi=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 js=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Hi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!js(o))return!1}return!0},Io=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Wd=()=>{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 Md=(e,t)=>{let o=[],r=[];for(let[n,i]of e.entries())n<t?o.push(i):r.push(i);return[o,r]},Gi=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,}))$/),Nd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},Wo=(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}`},Ks=e=>new Promise(t=>setTimeout(t,e));function Ld(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var Od=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Ks(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Vi=(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 Ys=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),sr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Dd(e,t,o=3e3){let r=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},o));function a(){if(r)return;r=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Id()){let u=Hi(c);if(!l.some(f=>f.info.name===u)){if(js(c,!0)&&!s.find(f=>f.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(f=>f.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(f=>f.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Mr(e){return`eip155:${String(Number(e))}`}var Dt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new Y(`Unsupported chainId ${e}`,4901);let i;if(n.rpcUrls.privyWalletOverride&&n.rpcUrls.privyWalletOverride.http[0]?i=n.rpcUrls.privyWalletOverride.http[0]:o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+Li:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+gd:i=n.rpcUrls.default?.http[0],!i)throw new Y(`No RPC url found for ${e}`);return i},Ud=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new Y(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url},zi=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},o=Object.entries(e.domain).map(([r,n])=>{if(n!=null&&typeof r=="string"&&r in t)return{name:r,type:t[r]}}).filter(r=>r!==void 0);return{...e,types:{...e.types,EIP712Domain:o}}};import Oy from"@coinbase/wallet-sdk";import{jsx as Fd,jsxs as _y}from"react/jsx-runtime";var Nn=({style:e,...t})=>_y("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:[Fd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Fd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as Qt}from"@ethersproject/address";import{Web3Provider as qd}from"@ethersproject/providers";import{default as Ny}from"eventemitter3";import{StaticJsonRpcProvider as Hd}from"@ethersproject/providers";import My from"eventemitter3";var Ay=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Bd=e=>Ay.includes(e);import{ErrorCode as ky}from"@ethersproject/logger";var Nr=class extends Y{constructor(){super("Wallet timeout");this.type="wallet_error"}},Lr=class extends Y{constructor(){super("User rejected connection");this.type="wallet_error"}},Ut=e=>{if(e instanceof Y)return e;if(e?.code&&e?.reason){let t=new ge(e);return e.code===ky.ACTION_REJECTED&&(t.details=Fe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new ge(e):new Y("Unknown connector error",e)},bt=class extends Ue{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},ge=class extends bt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Fe).find(i=>i.eipCode===r.code);this.details=n||Fe.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Fe.E32002_CONNECTION_ALREADY_PENDING:this.details=Fe.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Fe.E32002_WALLET_LOCKED))}},Ry={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}},Iy={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}},Wy={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}},Fe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wy,...Iy},yo={...Ry,...Fe};var me=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 Nr,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||nr,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Y(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Ut(o)})}},Mo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},$i=class extends My{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 Hd(Dt(a,this.chains,n)),this.rpcTimeoutDuration=Or(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Mo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new Mo("Disconnected",4900);return(await zd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Mo(`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 Mo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Hd(Dt(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for personal_sign");let r=o.params[0];return await Gd(r)}async handleSignedTypedData(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_signTypedData_v4");let r=typeof o.params[1]=="string"?JSON.parse(o.params[1]):o.params[1];return await Vd(zi(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:sr(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 sr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);case"eth_signTypedData_v4":return this.handleSignedTypedData(o);default:break}if(Bd(o.method)){let r=await ke();if(await $d(),!r||!this.address)throw new Mo("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 Mo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await ke();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Jt=class extends me{constructor(o){super(o,o.rpcTimeoutDuration)}},No=class extends me{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 Ly=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},lt=class extends Ny{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=Mr(o),this.walletClientType==="privy"&&re.put(Fi(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=Or(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>Qt(a.address)===Qt(o));return{address:Qt(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new Y("Wallet is not currently connected.");let l=this.wallets.find(h=>Qt(h.address)===Qt(o))?.chainId;if(!l)throw new Y("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===Mr(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new Y(`Unsupported chainId: ${a}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await f()}catch(h){if(Ly(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),f();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new Y(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new qd(new Jt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new No(this.proxyProvider)},sign:async a=>{if(!await i())throw new Y("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Qt(n),a=[],l;if(this.walletClientType==="privy"){let c=re.get(Fi(i));this.chains.find(u=>u.id===Number(c))||(re.del(Fi(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${zs}`,c),l=zs}let s=Mr(l);if(!a.find(c=>Qt(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(Qt(n),s,c))}qi(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>Qt(n)===Qt(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new qd(new Jt(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 Dy=e=>{let t=`https://mainnet.infura.io/v3/${Li}`,o=1;return e.makeWeb3Provider(t,o)},ji,Ki=class extends lt{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),ji||(ji=new Oy({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Dy(ji)),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(){ji.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Nn,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};import{jsx as jd}from"react/jsx-runtime";var Yi=({...e})=>jd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var Ji=class extends lt{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[sr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Yi,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Kd}from"react/jsx-runtime";var Dr=({style:e,...t})=>Kd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Kd("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as ut,jsxs as Uy}from"react/jsx-runtime";var Ur=({style:e,...t})=>Uy("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[ut("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ut("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ut("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),ut("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),ut("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),ut("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),ut("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),ut("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),ut("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),ut("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),ut("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),ut("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),ut("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});import{jsx as Yd,jsxs as Fy}from"react/jsx-runtime";var Zt=({style:e,...t})=>Fy("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:[Yd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Yd("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 Br=class extends lt{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}},Fr,Hr=class extends lt{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";Ai(this,Fr,void 0);this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?Us(this,Fr,{name:"MetaMask",icon:Ur,id:"io.metamask"}):a==="phantom"&&Us(this,Fr,{name:"Phantom",icon:Zt,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Fc(this,Fr)??{name:"Browser Extension",icon:Dr,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};Fr=new WeakMap;import{getAddress as SP}from"@ethersproject/address";import{Web3Provider as AP}from"@ethersproject/providers";import{isMobile as By}from"react-device-detect";var Qi=class extends Br{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{By||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Ut(t)}}};var Zi=class extends lt{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new me(void 0,nr);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Xi=class extends Zi{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Zt,id:"phantom"}}};import{EthereumProvider as cg,OPTIONAL_EVENTS as dg,OPTIONAL_METHODS as pg}from"@walletconnect/ethereum-provider";import{isMobile as ug}from"react-device-detect";import{createContext as eg,useContext as tg,useEffect as Xs,useRef as og,useState as rg}from"react";import{jsx as Hy}from"react/jsx-runtime";function ea({src:e,...t}){return Hy("img",{src:e,...t,style:{display:"none"}})}import{useContext as fp,useEffect as mp,useMemo as Jy,useState as Qy}from"react";import{createContext as Zy}from"react";var Et={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:vd,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var Jd=({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],o=[];e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `input.primary.length`");for(let r of e.primary.slice(1))t.includes(r)?console.warn(`Duplicated login method: ${r}`):t.push(r);for(let r of e.overflow??[])!t.includes(r)&&!o.includes(r)?o.push(r):console.warn(`Duplicated login method: ${r}`);return{primary:t,overflow:o}};var Gy=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Vy=e=>Gy.has(e),zy=(e,t,o)=>o.indexOf(e)===t,Qd=({input:e})=>e?e.filter(Vy).filter(zy):Et.appearance.walletList;var ta={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 oa={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 ra={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 Zd={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 Xd={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 na={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 ia={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 aa={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 ep={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 tp={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 op={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 rp={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 np={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 ip={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 ap={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 sp={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 sa={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 la={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 ca={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 da={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 Ln={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 On={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 lp={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 cp={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 pa={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 ua={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 ma={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Dn=[ta,oa,ra,np,cp,sa,la,ca,da,Ln,On,ep,tp,op,rp,na,ia,aa,ap,sp,Zd,Xd,pa,ma,ua,ip,lp],Kx=new Set(Dn.map(e=>e.id));import lr from"tinycolor2";var dp="#FFFFFF",$y="#000000",qy=dp,jy="#1E1E1D";function Ky(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 Lo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return lr({...e.toHsl(),l:o})}function pp({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=dp,blackHex:a=$y}){let l;switch(e){case"light":l=qy;break;case"dark":l=jy;break;default:l=e;break}let s=lr(l),c=lr(t),u=lr(o),f=lr(r),h=lr(n),y=Ky(s.getLuminance()),C=Lo(s,y==="light"?-.04:.11),E=Lo(s,y==="light"?-.88:.87),P=Lo(s,y==="light"?-.77:.75),b=Lo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),_=Lo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),R=Lo(c,.15),I=Lo(c,-.06),x=lr(c.getLuminance()>.5?a:i),L=Lo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:C.toHslString(),foreground:E.toHslString(),foreground2:P.toHslString(),foreground3:b.toHslString(),foreground4:_.toHslString(),accent:c.toHslString(),accentLight:R.toHslString(),accentDark:I.toHslString(),foregroundAccent:x.toHslString(),success:u.toHslString(),successDark:L.toHslString(),error:h.toHslString(),warn:f.toHslString()}}function Js(e,t,o){let r=o?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(j=>n.includes(j)),a,l,s,c,u,f,h,y,C,E,P,b;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),s=t.loginMethods.includes("wallet"),c=i?.includes("google"),u=i?.includes("twitter"),f=i?.includes("discord"),y=i?.includes("spotify"),h=i?.includes("tiktok"),E=i?.includes("github"),C=i?.includes("linkedin"),P=i?.includes("apple"),b=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,s=e.walletAuth,c=e.googleOAuth,u=e.twitterOAuth,f=e.discordOAuth,E=e.githubOAuth,y=e.spotifyOAuth,h=e.tiktokOAuth,C=e.linkedinOAuth,P=e.appleOAuth,b=e.farcasterAuth);let _=[a,l].filter(Boolean),R=[c,u,f,E,y,h,C,P,b].filter(Boolean),I=[s].filter(Boolean);if(_.length+R.length+I.length===0)throw new Error("You must enable at least one login method");let x=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;x&&I.length===0?(r("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),x=!1):!x&&R.length+_.length===0&&(r("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),x=!0);let L=Qd({isWalletLoginEnabled:s,input:t?.appearance?.walletList});t?.loginMethods&&t.loginMethodsAndOrder&&r("You should only configure one of `loginMethods` or `loginMethodsAndOrder`"),t?.appearance?.walletList&&t.loginMethodsAndOrder&&r("You should only configure one of `appearance.walletList` or `loginMethodsAndOrder`");let O=Jd({input:t?.loginMethodsAndOrder}),F=t?.intl?.defaultCountry??"US",{chains:H,defaultChain:q}=Yy({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),D=!!t?.defaultChain||!!t?.supportedChains,z=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,k,oe=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?z?k=t?.embeddedWallets?.noPromptOnSignature??!0:k=t?.embeddedWallets?.noPromptOnSignature??oe:k=oe,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&k!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:pp({backgroundTheme:t?.appearance?.theme??Et.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Et.appearance.accentColor}),loginGroupPriority:x?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:L},loginMethods:{wallet:s,email:a,sms:l,google:c,twitter:u,discord:f,github:E,spotify:y,tiktok:h,linkedin:C,apple:P,farcaster:b},loginMethodsAndOrder:O,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Et.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Et.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Et.rpcConfig.rpcTimeouts},chains:H,defaultChain:q,intl:{defaultCountry:F},shouldEnforceDefaultChainOnConnect:D,captchaEnabled:e.captchaEnabled??Et.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...z?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:k},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:z?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Et.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Et._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Et._render.inParentNodeId}}}function up(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function Yy({additionalChains:e,supportedChains:t,defaultChainFromConfig:o,hasRpcConfigDefined:r}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&r&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:Dn.find(u=>u.id===s.id)??s)}else n=Dn.concat(e??[]);let i=t?n[0]:sa,a=o??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}import{jsx as Xy}from"react/jsx-runtime";var hp={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:""},Qs=Js(hp,void 0,!1),Zs=Zy({appConfig:Qs,isServerConfigLoaded:!1}),yp=({children:e,legacyCreateEmbeddedWalletFlag:t,client:o,clientConfig:r})=>{let[n,i]=Qy(null),a=Jy(()=>Js(n??hp,r,!!n),[n,r]);return mp(()=>{let l=up(r,t);o.createAnalyticsEvent("sdk_initialize",l)},[r,t]),mp(()=>{n||(async()=>{try{let s=await o.getServerConfig();s.customApiUrl&&o.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),Xy(Zs.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},fa=()=>{let{appConfig:e}=fp(Zs);return e},gp=()=>{let{isServerConfigLoaded:e}=fp(Zs);return e};var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as ig,jsxs as ag}from"react/jsx-runtime";var vp=eg({ready:!1,app:Qs,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),ng=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],wp=e=>{let t=fa(),o=e.authenticated,[r,n]=rg(e.initialScreen);Xs(()=>{!o&&!ng.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=og(null);Xs(()=>{e.open||(i.current=null)},[e.open]),Xs(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return ag(vp.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&ig(ea,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>tg(vp);import{jsx as Gr,jsxs as sg}from"react/jsx-runtime";var Un=({style:e,...t})=>{let{app:o}=S();return sg("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:[Gr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Gr("g",{clipPath:"url(#clip0_1765_9946)",children:Gr("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"})}),Gr("defs",{children:Gr("clipPath",{id:"clip0_1765_9946",children:Gr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ha=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Vr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Vr={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 lg(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Cp=e=>e in Vr,bp=e=>{let t=Vr[e].mobile;if("native"in t)return t.native};function Ep(e,t){let o=lg(t);if(o.deepLink)return _p(o.deepLink,e);if(o.universalLink)return Ap(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var Tp="WALLETCONNECT_DEEPLINK_CHOICE";function Pp(){try{localStorage.removeItem(Tp)}catch{}}function xp({href:e,name:t}){try{localStorage.setItem(Tp,JSON.stringify({href:e,name:t}))}catch{}}function Sp(e){return e.startsWith("http://")||e.startsWith("https://")}function _p(e,t){if(Sp(e))return Ap(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 Ap(e,t){if(!Sp(e))return _p(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function kp(e,t){window.open(e,t,"noreferrer noopener")}var Xt=class extends lt{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new me(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=Vr[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=ha(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"MetaMask",icon:Ur,id:"io.metamask"}:{name:Ys(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||Un,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=Vr[o],this.walletClientType=o,this.redirectUri=void 0,Pp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Lr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new Y("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ha(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Or(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Ut(a));return}r(new Y("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=Dt(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await cg.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:dg,optionalMethods:pg,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),ug&&this.walletEntry){let{redirect:l,href:s}=Ep(a,this.walletEntry);xp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,kp(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=ha(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var el=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Rp(t)).length:!1},Or=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||nr:nr,Fn=class extends mg{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new me:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;re.get(Gs)&&(re.getKeys().forEach(r=>{r.startsWith("walletconnect")&&re.del(r)}),re.del(Gs));let o=Dd(this.store,this.walletList).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!Io()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await o,this.initialized=!0}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length,this.emit("walletsUpdated")}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 $i(o,r,this.rpcConfig,this.chains,n.id),l=new Ji(a,this.chains,n,this.rpcConfig);this.addWalletConnector(l)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof Xt&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Qi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Hr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Hr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Hr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Br(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Ki(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Xi(this.defaultChain):new Xt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=re.get(Vs);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));re.put(Vs,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=Rp(o),this.emit("walletsUpdated")}};function qi(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 fg}from"ofetch";var hg=[Ii(),Mi(),Wi()],ya=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Fs,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=fg.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!hg.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new ki}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw ae(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw ae(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw ae(r)}}};import cr from"js-cookie";function Ip(e){return e instanceof ko?"email":e instanceof ar?"sms":e instanceof ir?"siwe":e instanceof kr?"custom_auth":e instanceof Ro?e.meta.provider:null}import*as Wp from"jose";var eo=class{static parse(t){try{return new eo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Wp.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 yg=30,ga=class{constructor(){this.authenticateOnce=new Je(async t=>this._authenticate(t)),this.linkOnce=new Je(async t=>this._link(t)),this.refreshOnce=new Je(this._refresh.bind(this)),this.destroyOnce=new Je(this._destroy.bind(this)),this.forkSessionOnce=new Je(this._forkSession.bind(this))}get token(){try{let t=re.get(rr);return typeof t=="string"?new eo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=re.get(Di);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=re.get(Wn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=cr.get(Ui);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=eo.parse(this.token);return t!==null&&!t.isExpired(yg)}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=Ip(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:pt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ye(o)}}async _link(t){try{let o=await t.link();return pt(o)}catch(o){throw console.warn("Error linking account"),Ye(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Ii(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(Mi(),{refresh_token:r}),this.clearForkedToken();else return null;return n.session_update_action==="set"&&(this.storeToken(n.token),this.storeRefreshToken(n.refresh_token)),n.session_update_action==="clear"&&this.destroyLocalState(),pt(n.user)}catch(n){if(n instanceof Kt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ye(n)}}async _destroy(){try{await this.api?.post(Wi(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Hc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ye(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=re.get(rr);if(re.put(rr,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=eo.parse(t)?.expiration;cr.set(Bs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else re.del(rr),cr.remove(Bs)}storeRefreshToken(t){typeof t=="string"?(re.put(Di,t),this.client?.useServerCookies||(cr.set(Ui,"t",{sameSite:"Strict",secure:!0,expires:30}),cr.set(Hs,t,{sameSite:"Strict",secure:!0,expires:30}))):(re.del(Di),cr.remove(Hs),cr.remove(Ui))}clearForkedToken(){re.del(Wn)}};var tl,va,Mp,Bn=class{constructor(t){Ai(this,va);this.apiUrl=t.apiUrl||Oi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||wd,this.appId=t.appId,this.clientAnalyticsId=Bc(this,va,Mp).call(this),tl||(tl=new ga),this.session=tl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Fn(t,o,r,n,i,a,l))}generateApi(){let t=new ya(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(ad(),{address:t});return pt(o)}catch(o){throw Ye(o)}}async acceptTerms(){try{let t=await this.api.post(hd(),{});return pt(t)}catch(t){throw Ye(t)}}async unlinkPhone(t){try{let o=await this.api.post(sd(),{phoneNumber:t});return pt(o)}catch(o){throw Ye(o)}}async unlinkWallet(t){try{let o=await this.api.post(id(),{address:t});return pt(o)}catch(o){throw Ye(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ld(),{provider:t,subject:o});return pt(r)}catch(r){throw Ye(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(cd(),{fid:t});return pt(o)}catch(o){throw Ye(o)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(dd(),{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(pd(),t)}catch(o){throw Ye(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?eo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,spotifyOAuth:t.spotify_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw Ye(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()}};va=new WeakSet,Mp=function(){if(typeof window>"u")return null;try{let o=re.get(Mn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=gg();try{return re.put(Mn,t),t}catch{return t}};import{Turnstile as Tg}from"@marsidev/react-turnstile";import{useEffect as Pg,useMemo as xg}from"react";import{useMemo as vg,useRef as wg,useContext as Cg,useState as ol,createContext as bg}from"react";import{jsx as Eg}from"react/jsx-runtime";var Np=bg({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),go=class extends Ue{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Lp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=wg(null),[i,a]=ol(),[l,s]=ol(),[c,u]=ol(!1),f=vg(()=>r?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l,c]);return Eg(Np.Provider,{value:{...f,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,setExecuting:u,remove(){r&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){r&&(u(!0),n.current?.execute())},async waitForResult(){if(!r)return"";try{return await Ld(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new go("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>Cg(Np);import{jsx as Op}from"react/jsx-runtime";var rl=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=xg(()=>o?.split("t:")||[],[o]);if(Pg(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Op("div",{className:"hidden h-0 w-0",children:Op(Tg,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as U2,useEffect as oy,useRef as F2,useState as B2}from"react";import H2 from"react-dom";import{createContext as Sg,useContext as _g}from"react";var nl=Sg({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,initUpdateEmail:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,acceptTerms:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,fundWallet:T,setReadyToTrue:T}),W=()=>_g(nl);import{createContext as Ag,useContext as kg}from"react";var le=Ag({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,connectOrCreateWallet:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkSpotify:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,updateEmail:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkSpotify:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,signTypedData:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,fundWallet:T,isModalOpen:!1}),G=()=>kg(le);import{useEffect as Rg,useState as Ig}from"react";var Dp=e=>{let[t,o]=Ig("auto");return Rg(()=>{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 Wg,useContext as Mg,useEffect as Ng}from"react";var Up={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},il=Wg(void 0),Fp=()=>Mg(il);function Ee(e,t){if(!t)return;let r=Fp().current[e];return Ng(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function B(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Bp(){let e=Fp();return(t,o,...r)=>B(e,t,o,...r)}function al(e){Ee("configureMfa",e)}import Yp from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Yg from"@heroicons/react/24/solid/DocumentCheckIcon";import Jg from"styled-components";import pr,{css as dl}from"styled-components";import ll from"styled-components";import{Fragment as Og,jsx as sl,jsxs as Dg}from"react/jsx-runtime";var Oo=({success:e,fail:t})=>Dg(Og,{children:[sl(Tt,{className:e?"success":t?"fail":""}),sl(cl,{className:e?"success":t?"fail":""})]}),Tt=ll.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
|
-
`,
|
|
45
|
+
`,cl=ll(Tt)`
|
|
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
|
-
`,
|
|
51
|
+
`,dr=e=>sl(Lg,{color:e.color||"var(--privy-color-foreground-3)"}),Lg=ll(Tt)`
|
|
52
52
|
&& {
|
|
53
53
|
height: 0.9rem;
|
|
54
54
|
width: 0.9rem;
|
|
@@ -57,7 +57,7 @@ Resources:
|
|
|
57
57
|
/* Override default Loader to match button transitions */
|
|
58
58
|
transition: border-color 200ms ease;
|
|
59
59
|
}
|
|
60
|
-
`;import{jsx as Pt,jsxs as
|
|
60
|
+
`;import{jsx as Pt,jsxs as Ea}from"react/jsx-runtime";var wa=pr.button`
|
|
61
61
|
display: flex;
|
|
62
62
|
flex-direction: row;
|
|
63
63
|
align-items: center;
|
|
@@ -85,13 +85,13 @@ Resources:
|
|
|
85
85
|
color: var(--privy-color-foreground-3);
|
|
86
86
|
cursor: not-allowed;
|
|
87
87
|
}
|
|
88
|
-
`,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(
|
|
89
|
-
${e=>e.hideAnimations&&
|
|
88
|
+
`,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(Hp,{disabled:t||o,...n,children:t?Ea("span",{children:[Pt(dr,{}),r?Pt("span",{children:r}):null]}):e}),c4=pr(U)`
|
|
89
|
+
${e=>e.hideAnimations&&dl`
|
|
90
90
|
&& {
|
|
91
91
|
transition: none;
|
|
92
92
|
}
|
|
93
93
|
`}
|
|
94
|
-
`,
|
|
94
|
+
`,Ca=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(Hp,{as:"a",disabled:t||o,...n,children:t?Ea("span",{children:[Pt(dr,{}),r?Pt("span",{children:r}):null]}):e}),Hp=pr(wa)`
|
|
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?
|
|
120
|
+
${e=>e.disabled?dl`
|
|
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
|
-
`,Ft=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(
|
|
139
|
+
`,Ft=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(Ug,{disabled:t||o,...n,children:t?Ea("span",{children:[Pt(dr,{}),r?Pt("span",{children:r}):null]}):e}),Ug=pr(wa)`
|
|
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
|
-
`,
|
|
168
|
+
`,ba=pr.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&&
|
|
181
|
+
${e=>e.invisible&&dl`
|
|
182
182
|
pointer-events: none;
|
|
183
183
|
`}
|
|
184
184
|
|
|
@@ -196,10 +196,10 @@ Resources:
|
|
|
196
196
|
cursor: not-allowed;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
`,
|
|
199
|
+
`,d4=pr.div`
|
|
200
200
|
/* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
|
|
201
201
|
height: 44px;
|
|
202
|
-
`,
|
|
202
|
+
`,zr=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Ea(Fg,{isSubmitting:r,onClick:t,disabled:o,...n,children:[Pt("span",{children:e}),Pt("span",{children:Pt(dr,{})})]}),Fg=pr.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
|
|
244
|
+
`;import Gp from"styled-components";import{Fragment as Bg,jsx as Do,jsxs as Vp}from"react/jsx-runtime";var pl=Gp.div`
|
|
245
245
|
margin-top: 16px;
|
|
246
246
|
font-size: 13px;
|
|
247
247
|
text-align: center;
|
|
@@ -250,7 +250,7 @@ Resources:
|
|
|
250
250
|
&& > a {
|
|
251
251
|
color: var(--privy-color-accent);
|
|
252
252
|
}
|
|
253
|
-
`;function
|
|
253
|
+
`;function $r(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:r}}=e.app;if(r&&!e.alwaysShowImplicitConsent)return Do(pl,{});if(!o&&!t)return Do(pl,{});let n=!!(t&&o);return Vp(pl,{children:["By logging in I agree to the"," ",o&&Do("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&Do("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var V=({protectedByPrivy:e})=>Do(ee,{children:e?Vp(Bg,{children:[Do(Yi,{className:"hide-on-mobile"}),Do("span",{className:"hide-on-mobile",children:Do("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),ee=Gp.div`
|
|
254
254
|
display: flex;
|
|
255
255
|
align-items: center;
|
|
256
256
|
justify-content: center;
|
|
@@ -277,7 +277,7 @@ Resources:
|
|
|
277
277
|
@media all and (display-mode: standalone) {
|
|
278
278
|
padding-bottom: 30px;
|
|
279
279
|
}
|
|
280
|
-
`;import
|
|
280
|
+
`;import Hg from"@heroicons/react/24/outline/ArrowLeftIcon";import Gg from"@heroicons/react/24/outline/XMarkIcon";import ul from"styled-components";import{jsx as xt,jsxs as jg}from"react/jsx-runtime";var zp=()=>xt("div",{}),Vg=({backFn:e})=>xt("div",{children:xt($p,{onClick:e,children:xt(Hg,{height:"16px",width:"16px",strokeWidth:2})})}),zg=e=>xt("div",{children:xt($p,{"aria-label":"close modal",onClick:e.onClose,children:xt(Gg,{height:"16px",width:"16px",strokeWidth:2})})});var A=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=W(),{app:i}=S();return jg($g,{children:[e?xt(Vg,{backFn:e}):xt(zp,{}),o&&xt(qg,{id:"privy-dialog-title",children:o}),i?.render.inDialog&&r?xt(zg,{onClose:t||(()=>n())}):xt(zp,{})]})},$p=ul.button`
|
|
281
281
|
&& {
|
|
282
282
|
cursor: pointer;
|
|
283
283
|
display: flex;
|
|
@@ -296,7 +296,7 @@ Resources:
|
|
|
296
296
|
opacity: 1;
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
|
|
299
|
+
`,$g=ul.div`
|
|
300
300
|
padding: 16px 0;
|
|
301
301
|
display: flex;
|
|
302
302
|
align-items: center;
|
|
@@ -318,22 +318,22 @@ Resources:
|
|
|
318
318
|
display: flex;
|
|
319
319
|
justify-content: flex-end;
|
|
320
320
|
}
|
|
321
|
-
`,
|
|
321
|
+
`,qg=ul.div`
|
|
322
322
|
overflow: hidden;
|
|
323
323
|
white-space: nowrap;
|
|
324
324
|
max-width: 100%;
|
|
325
325
|
text-overflow: ellipsis;
|
|
326
326
|
text-align: center;
|
|
327
327
|
color: var(--privy-color-foreground-2);
|
|
328
|
-
`;import
|
|
328
|
+
`;import qr,{css as Kg}from"styled-components";var Ta=qr.div`
|
|
329
329
|
text-align: left;
|
|
330
330
|
flex-grow: 1;
|
|
331
|
-
`,
|
|
331
|
+
`,Pa=qr.div`
|
|
332
332
|
display: flex;
|
|
333
333
|
flex-direction: column;
|
|
334
334
|
justify-content: flex-end;
|
|
335
335
|
flex-grow: 1;
|
|
336
|
-
`,St=
|
|
336
|
+
`,St=qr.div`
|
|
337
337
|
display: flex;
|
|
338
338
|
flex-direction: column;
|
|
339
339
|
gap: 12px;
|
|
@@ -348,7 +348,7 @@ Resources:
|
|
|
348
348
|
&::-webkit-scrollbar {
|
|
349
349
|
display: none;
|
|
350
350
|
}
|
|
351
|
-
`,
|
|
351
|
+
`,qp=Kg`
|
|
352
352
|
&& {
|
|
353
353
|
width: 100%;
|
|
354
354
|
font-size: 16px;
|
|
@@ -386,14 +386,14 @@ Resources:
|
|
|
386
386
|
max-width: 24px;
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
`,
|
|
390
|
-
${
|
|
391
|
-
`,
|
|
392
|
-
${
|
|
393
|
-
`,
|
|
389
|
+
`,ve=qr.button`
|
|
390
|
+
${qp}
|
|
391
|
+
`,ml=qr.a`
|
|
392
|
+
${qp}
|
|
393
|
+
`,vo=qr.div`
|
|
394
394
|
width: 100%;
|
|
395
395
|
${e=>e.if?"display: none;":""}
|
|
396
|
-
`;import Re from"styled-components";var
|
|
396
|
+
`;import Re from"styled-components";var Be=Re.div`
|
|
397
397
|
display: flex;
|
|
398
398
|
flex-direction: column;
|
|
399
399
|
align-items: center;
|
|
@@ -401,7 +401,7 @@ Resources:
|
|
|
401
401
|
@media (max-width: 440px) {
|
|
402
402
|
padding: 10px 10px 20px;
|
|
403
403
|
}
|
|
404
|
-
`,
|
|
404
|
+
`,we=Re.div`
|
|
405
405
|
font-size: 18px;
|
|
406
406
|
line-height: 18px;
|
|
407
407
|
text-align: center;
|
|
@@ -411,7 +411,7 @@ Resources:
|
|
|
411
411
|
font-size: 0.875rem;
|
|
412
412
|
|
|
413
413
|
text-align: center;
|
|
414
|
-
`,
|
|
414
|
+
`,Uo=Re.div`
|
|
415
415
|
display: flex;
|
|
416
416
|
flex-direction: column;
|
|
417
417
|
align-items: center;
|
|
@@ -421,7 +421,7 @@ Resources:
|
|
|
421
421
|
@media (max-width: 440px) {
|
|
422
422
|
padding: 10px 10px 20px;
|
|
423
423
|
}
|
|
424
|
-
`,
|
|
424
|
+
`,jp=Re.div`
|
|
425
425
|
display: flex;
|
|
426
426
|
flex-direction: column;
|
|
427
427
|
align-items: stretch;
|
|
@@ -429,7 +429,7 @@ Resources:
|
|
|
429
429
|
padding: 1rem 0rem 0rem;
|
|
430
430
|
flex-grow: 1;
|
|
431
431
|
width: 100%;
|
|
432
|
-
`,
|
|
432
|
+
`,fl=Re.div`
|
|
433
433
|
width: 25px;
|
|
434
434
|
display: flex;
|
|
435
435
|
align-items: center;
|
|
@@ -441,19 +441,19 @@ Resources:
|
|
|
441
441
|
width: 25px !important;
|
|
442
442
|
color: var(--privy-color-accent);
|
|
443
443
|
}
|
|
444
|
-
`,
|
|
444
|
+
`,hl=Re.div`
|
|
445
445
|
display: flex;
|
|
446
446
|
align-items: center;
|
|
447
447
|
gap: 10px;
|
|
448
448
|
font-size: 0.875rem;
|
|
449
449
|
line-height: 1rem;
|
|
450
450
|
text-align: left;
|
|
451
|
-
`,
|
|
451
|
+
`,Fo=Re.div`
|
|
452
452
|
display: flex;
|
|
453
453
|
flex-direction: column;
|
|
454
454
|
gap: 10px;
|
|
455
455
|
padding-top: 20px;
|
|
456
|
-
`,
|
|
456
|
+
`,xa=Re.div`
|
|
457
457
|
display: flex;
|
|
458
458
|
flex-direction: column;
|
|
459
459
|
align-items: stretch;
|
|
@@ -461,7 +461,7 @@ Resources:
|
|
|
461
461
|
padding: 1rem 0rem 0rem;
|
|
462
462
|
flex-grow: 1;
|
|
463
463
|
width: 100%;
|
|
464
|
-
`,
|
|
464
|
+
`,Sa=Re.div`
|
|
465
465
|
display: flex;
|
|
466
466
|
gap: 5px;
|
|
467
467
|
width: 100%;
|
|
@@ -469,7 +469,7 @@ Resources:
|
|
|
469
469
|
& > button:not(#remove) {
|
|
470
470
|
width: 100%;
|
|
471
471
|
}
|
|
472
|
-
`,
|
|
472
|
+
`,yl=Re.button`
|
|
473
473
|
&& {
|
|
474
474
|
background-color: transparent;
|
|
475
475
|
color: var(--privy-color-foreground-3);
|
|
@@ -488,7 +488,7 @@ Resources:
|
|
|
488
488
|
&&:hover {
|
|
489
489
|
color: var(--privy-color-error);
|
|
490
490
|
}
|
|
491
|
-
`,
|
|
491
|
+
`,_a=Re.div`
|
|
492
492
|
display: flex;
|
|
493
493
|
align-items: center;
|
|
494
494
|
gap: 0.5rem;
|
|
@@ -498,7 +498,7 @@ Resources:
|
|
|
498
498
|
height: 20px !important;
|
|
499
499
|
width: 20px !important;
|
|
500
500
|
}
|
|
501
|
-
`,
|
|
501
|
+
`,jr=Re.div`
|
|
502
502
|
display: flex;
|
|
503
503
|
align-items: center;
|
|
504
504
|
gap: 6px;
|
|
@@ -512,15 +512,15 @@ Resources:
|
|
|
512
512
|
display: flex !important;
|
|
513
513
|
align-items: flex-end;
|
|
514
514
|
}
|
|
515
|
-
`,
|
|
515
|
+
`,Aa=Re.div`
|
|
516
516
|
width: 100%;
|
|
517
517
|
display: flex;
|
|
518
518
|
justify-content: space-between;
|
|
519
|
-
`,
|
|
519
|
+
`,Kp=Re.p`
|
|
520
520
|
text-align: left;
|
|
521
521
|
width: 100%;
|
|
522
522
|
color: var(--privy-color-foreground-3) !important;
|
|
523
|
-
`,
|
|
523
|
+
`,gl=Re.button`
|
|
524
524
|
display: flex;
|
|
525
525
|
flex-direction: row;
|
|
526
526
|
align-items: center;
|
|
@@ -550,7 +550,7 @@ Resources:
|
|
|
550
550
|
&:hover {
|
|
551
551
|
text-decoration: underline;
|
|
552
552
|
}
|
|
553
|
-
`,
|
|
553
|
+
`,Xe=Re.div`
|
|
554
554
|
display: flex;
|
|
555
555
|
align-items: center;
|
|
556
556
|
justify-content: center;
|
|
@@ -565,10 +565,10 @@ Resources:
|
|
|
565
565
|
width: auto !important;
|
|
566
566
|
color: white;
|
|
567
567
|
}
|
|
568
|
-
`;import{Fragment as
|
|
568
|
+
`;import{Fragment as Xg,jsx as to,jsxs as Hn}from"react/jsx-runtime";var Jp=()=>{let{user:e,logout:t}=G(),{app:o,onUserCloseViaDialogOrKeybindRef:r,setModalData:n,navigate:i}=S(),{acceptTerms:a,closePrivyModal:l}=W(),s=u=>{u?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};r.current=s;let c=async u=>{u.preventDefault(),await a(),e&&Ct(e,o?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:f=>console.error(f),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return to(Qg,{termsAndConditionsUrl:o?.legal.termsAndConditionsUrl,privacyPolicyUrl:o?.legal.privacyPolicyUrl,onAccept:c,onDecline:s})},Qg=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:o,onDecline:r})=>Hn(Xg,{children:[to(A,{closeable:!1}),to(Yg,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),to(we,{style:{marginTop:24},children:"One last step"}),to(fe,{children:"By signing up, you agree to our terms and privacy policy."}),Hn(St,{style:{marginTop:24},children:[e&&Hn(ml,{target:"_blank",href:e,children:["View Terms ",to(Yp,{style:{marginLeft:"auto"}})]}),t&&Hn(ml,{target:"_blank",href:t,children:["View Privacy Policy ",to(Yp,{style:{marginLeft:"auto"}})]})]}),Hn(Zg,{style:{marginTop:24},children:[to(Ft,{onClick:r,children:"No thanks"}),to(U,{onClick:o,children:"Accept"})]}),to(V,{protectedByPrivy:!0})]}),Zg=Jg.div`
|
|
569
569
|
display: flex;
|
|
570
570
|
gap: 10px;
|
|
571
|
-
`;import
|
|
571
|
+
`;import wl from"styled-components";import ev from"styled-components";var ka=ev.span`
|
|
572
572
|
&& {
|
|
573
573
|
width: 82px;
|
|
574
574
|
height: 82px;
|
|
@@ -583,7 +583,7 @@ Resources:
|
|
|
583
583
|
transition: border-color 800ms;
|
|
584
584
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
585
585
|
}
|
|
586
|
-
`;import{jsx as
|
|
586
|
+
`;import{jsx as Qp}from"react/jsx-runtime";var Ra=({style:e,...t})=>Qp("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:Qp("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as vl,jsx as oo,jsxs as Ia}from"react/jsx-runtime";var Zp=()=>{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 Ia(vl,{children:[oo(A,{}),Ia(tv,{children:[oo(rv,{children:Ia("div",{children:[oo(ka,{}),oo(Ra,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Ia(ov,{children:[typeof o=="string"?oo("h3",{children:o}):oo(vl,{children:o}),typeof r=="string"?oo("p",{children:r}):oo(vl,{children:r})]}),t?.allowlistConfig.errorCtaLink?oo(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):oo(U,{onClick:()=>{e("LANDING")},children:n})]})]})},tv=wl.div`
|
|
587
587
|
display: flex;
|
|
588
588
|
flex-direction: column;
|
|
589
589
|
align-items: center;
|
|
@@ -591,11 +591,11 @@ Resources:
|
|
|
591
591
|
gap: 24px;
|
|
592
592
|
width: 100%;
|
|
593
593
|
padding-bottom: 16px;
|
|
594
|
-
`,
|
|
594
|
+
`,ov=wl.div`
|
|
595
595
|
display: flex;
|
|
596
596
|
flex-direction: column;
|
|
597
597
|
gap: 8px;
|
|
598
|
-
|
|
598
|
+
`,rv=wl.div`
|
|
599
599
|
display: flex;
|
|
600
600
|
flex-direction: column;
|
|
601
601
|
justify-content: center;
|
|
@@ -618,7 +618,7 @@ Resources:
|
|
|
618
618
|
left: -19px;
|
|
619
619
|
top: -19px;
|
|
620
620
|
}
|
|
621
|
-
`;import
|
|
621
|
+
`;import av from"@heroicons/react/24/outline/EnvelopeIcon";import sv from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as iu,useState as Ma}from"react";import{isMobile as lv}from"react-device-detect";import zn from"styled-components";import mt from"styled-components";var _t=mt.div`
|
|
622
622
|
display: flex;
|
|
623
623
|
flex-direction: column;
|
|
624
624
|
align-items: flex-start;
|
|
@@ -633,16 +633,16 @@ Resources:
|
|
|
633
633
|
justify-content: center;
|
|
634
634
|
flex-grow: 1;
|
|
635
635
|
width: 100%;
|
|
636
|
-
`,
|
|
636
|
+
`,Xp=mt.div`
|
|
637
637
|
display: flex;
|
|
638
638
|
flex-direction: column;
|
|
639
639
|
align-items: center;
|
|
640
640
|
width: 100%;
|
|
641
|
-
`,
|
|
641
|
+
`,Wa=mt(At)`
|
|
642
642
|
padding: 20px 0;
|
|
643
643
|
`,Bt=mt(At)`
|
|
644
644
|
gap: 16px;
|
|
645
|
-
`,
|
|
645
|
+
`,Cl=mt.div`
|
|
646
646
|
display: flex;
|
|
647
647
|
flex-direction: column;
|
|
648
648
|
width: 100%;
|
|
@@ -650,12 +650,12 @@ Resources:
|
|
|
650
650
|
display: flex;
|
|
651
651
|
flex-direction: column;
|
|
652
652
|
gap: 8px;
|
|
653
|
-
`,
|
|
653
|
+
`,r5=mt.div`
|
|
654
654
|
display: flex;
|
|
655
655
|
flex-direction: column;
|
|
656
656
|
justify-content: space-between;
|
|
657
657
|
height: 100%;
|
|
658
|
-
`,
|
|
658
|
+
`,eu=mt.div`
|
|
659
659
|
display: flex;
|
|
660
660
|
flex-direction: column;
|
|
661
661
|
justify-content: flex-start;
|
|
@@ -682,9 +682,9 @@ Resources:
|
|
|
682
682
|
height: 16px;
|
|
683
683
|
`,Q=mt.div`
|
|
684
684
|
height: 12px;
|
|
685
|
-
`,
|
|
685
|
+
`,tu=mt.div`
|
|
686
686
|
position: relative;
|
|
687
|
-
`,
|
|
687
|
+
`,ou=mt.div`
|
|
688
688
|
background-color: var(--privy-color-accent);
|
|
689
689
|
display: flex;
|
|
690
690
|
justify-content: center;
|
|
@@ -692,9 +692,9 @@ Resources:
|
|
|
692
692
|
border-radius: 50%;
|
|
693
693
|
border-color: white;
|
|
694
694
|
border-width: 2px !important;
|
|
695
|
-
`;import
|
|
695
|
+
`;import bl from"styled-components";import{Fragment as iv,jsx as Gn,jsxs as nu}from"react/jsx-runtime";var Vn=({title:e,description:t,children:o,...r})=>Gn(ru,{...r,children:nu(iv,{children:[Gn("h3",{children:e}),typeof t=="string"?Gn("p",{children:t}):t,o]})}),ro=bl(Vn)`
|
|
696
696
|
margin-bottom: 24px;
|
|
697
|
-
`,
|
|
697
|
+
`,Ce=({title:e,description:t,icon:o,children:r,...n})=>nu(nv,{...n,children:[o||null,Gn("h3",{children:e}),typeof t=="string"?Gn("p",{children:t}):t,r]}),ru=bl.div`
|
|
698
698
|
display: flex;
|
|
699
699
|
flex-direction: column;
|
|
700
700
|
justify-content: flex-start;
|
|
@@ -714,7 +714,7 @@ Resources:
|
|
|
714
714
|
color: var(--privy-color-foreground-2);
|
|
715
715
|
font-size: 14px;
|
|
716
716
|
}
|
|
717
|
-
`,
|
|
717
|
+
`,nv=bl(ru)`
|
|
718
718
|
align-items: center;
|
|
719
719
|
text-align: center;
|
|
720
720
|
gap: 16px;
|
|
@@ -722,7 +722,7 @@ Resources:
|
|
|
722
722
|
h3 {
|
|
723
723
|
margin-bottom: 24px;
|
|
724
724
|
}
|
|
725
|
-
`;import{Fragment as
|
|
725
|
+
`;import{Fragment as El,jsx as He,jsxs as Bo}from"react/jsx-runtime";var Tl=6,au=new Array(Tl).fill(""),cv=1400;var lu=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r,onUserCloseViaDialogOrKeybindRef:n}=S(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u}=W(),{authenticated:f,user:h}=G(),[y,C]=Ma(au),[E,P]=Ma(!1),[b,_]=Ma(null),[R,I]=Ma(null);n.current=()=>null;let x=s()?.email?0:1,L=e?.render.inDialog?Qe:0,O=e?.render.inDialog?L-500:0;iu(()=>{if(f&&E&&h){if(e?.legal.requireUsersAcceptTerms&&!h.hasAcceptedTerms){let k=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},O);return()=>clearTimeout(k)}if(Ct(h,e?.embeddedWallets?.createOnLogin)){let k=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:oe=>console.error(oe),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},O);return()=>clearTimeout(k)}else{u();let k=setTimeout(i,L);return()=>clearTimeout(k)}}},[f,E,h]),iu(()=>{if(b&&R===0){let z=setTimeout(()=>{C(au),_(null),document.querySelector("input[name=code-0]")?.focus()},cv);return()=>clearTimeout(z)}},[b]);let F=z=>{z.preventDefault();let k=z.currentTarget.value.replace(" ","");if(k==="")return;if(isNaN(Number(k))){_("Code should be numeric"),I(1);return}_(null),I(null);let oe=Number(z.currentTarget.name?.charAt(5)),ne=[...k||[""]].slice(0,Tl-oe),j=[...y.slice(0,oe),...ne,...y.slice(oe+ne.length)];C(j);let $e=ne.length,he=Math.min(Math.max(oe+$e,0),Tl-1);isNaN(Number(z.currentTarget.value))||document.querySelector(`input[name=code-${he}]`)?.focus(),j.every(nt=>nt&&!isNaN(+nt))&&(document.querySelector(`input[name=code-${he}]`)?.blur(),c(j.join("")).then(()=>P(!0)).catch(Se=>{Se?.status===422?_("Invalid or expired verification code"):Se instanceof Kt&&Se.privyErrorCode==="cannot_link_more_of_type"?_(Se.message):_("Issue verifying code"),I(0)}))},H=z=>{R===1&&(_(null),I(null));let k=[...y.slice(0,z),"",...y.slice(z+1)];C(k),z>0&&document.querySelector(`input[name=code-${z-1}]`)?.focus()},q=x==0?He(av,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):He(sv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),D=x==0?Bo("p",{children:["Please check ",He(su,{children:s()?.email})," for an email from privy.io and enter your code below."]}):Bo("p",{children:["Please check ",He(su,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return Bo(El,{children:[He(A,{backFn:()=>o()},"header"),Bo(dv,{children:[He(Ce,{title:"Enter confirmation code",description:D,icon:q}),Bo(Xp,{children:[Bo(pv,{children:[He(uv,{fail:!!b,success:E,children:He("span",{children:b||(E?"Success!":"")})}),He("div",{children:y.map((z,k)=>He("input",{name:`code-${k}`,type:"text",value:y[k],onChange:F,onKeyUp:oe=>{oe.key==="Backspace"&&H(k)},inputMode:"numeric",autoFocus:k===0,pattern:"[0-9]",className:`${E?"success":""} ${b?"fail":""}`,autoComplete:lv?"one-time-code":"off"},k))})]}),He(mv,{children:x==0?Bo(El,{children:[He("span",{children:"Didn't get an email?"}),He("button",{onClick:a,children:"Resend code"})]}):Bo(El,{children:[He("span",{children:"Didn't get a message?"}),He("button",{onClick:l,children:"Resend code"})]})})]})]}),He(V,{protectedByPrivy:!0})]})},dv=zn.div`
|
|
726
726
|
display: flex;
|
|
727
727
|
flex-direction: column;
|
|
728
728
|
align-items: flex-start;
|
|
@@ -730,7 +730,7 @@ Resources:
|
|
|
730
730
|
margin: auto;
|
|
731
731
|
gap: 16px;
|
|
732
732
|
flex-grow: 1;
|
|
733
|
-
`,
|
|
733
|
+
`,pv=zn.div`
|
|
734
734
|
display: flex;
|
|
735
735
|
flex-direction: column;
|
|
736
736
|
width: 100%;
|
|
@@ -786,7 +786,7 @@ Resources:
|
|
|
786
786
|
transform: translate(1px, 0px);
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
|
-
`,
|
|
789
|
+
`,uv=zn.div`
|
|
790
790
|
line-height: 20px;
|
|
791
791
|
height: 20px;
|
|
792
792
|
font-size: 13px;
|
|
@@ -794,7 +794,7 @@ Resources:
|
|
|
794
794
|
display: flex;
|
|
795
795
|
justify-content: flex-end;
|
|
796
796
|
width: 100%;
|
|
797
|
-
`,
|
|
797
|
+
`,mv=zn.div`
|
|
798
798
|
font-size: 13px;
|
|
799
799
|
color: var(--privy-color-foreground-3);
|
|
800
800
|
display: flex;
|
|
@@ -808,10 +808,10 @@ Resources:
|
|
|
808
808
|
> button {
|
|
809
809
|
text-decoration: underline;
|
|
810
810
|
}
|
|
811
|
-
`,
|
|
811
|
+
`,su=zn.span`
|
|
812
812
|
font-weight: 500;
|
|
813
813
|
word-break: break-all;
|
|
814
|
-
`;import
|
|
814
|
+
`;import vv from"@heroicons/react/24/solid/CheckCircleIcon";import wv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Pl,useRef as Cv,useState as Yr}from"react";import bv from"styled-components";import fv from"styled-components";import{Fragment as gv,jsx as Kr,jsxs as yv}from"react/jsx-runtime";var cu=({icon:e})=>{let t=e;return Kr(gv,{children:Kr(hv,{children:yv("div",{children:[Kr(Oo,{}),typeof t=="string"?Kr("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Kr(t,{style:{width:"38px",height:"38px"}}):Kr("span",{})]})})})},hv=fv.div`
|
|
815
815
|
display: flex;
|
|
816
816
|
flex-direction: column;
|
|
817
817
|
justify-content: center;
|
|
@@ -834,14 +834,14 @@ Resources:
|
|
|
834
834
|
left: -19px;
|
|
835
835
|
top: -19px;
|
|
836
836
|
}
|
|
837
|
-
`;import{Fragment as
|
|
837
|
+
`;import{Fragment as Tv,jsx as Ht,jsxs as xl}from"react/jsx-runtime";var pu=500,du=pu*2,uu=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=S(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=de(),f=Cv([]),h=z=>{f.current=[z,...f.current]},[y,C]=Yr(!0);Pl(()=>{let z=setTimeout(C,du,!1);return h(z),()=>{f.current.forEach(k=>clearTimeout(k)),f.current=[]}},[]);let[E,P]=Yr(""),[b,_]=Yr("Checking that you are a human..."),[R,I]=Yr(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"})),[x,L]=Yr(!1),[O,F]=Yr(3),H=o?.captchaModalData,q=async z=>{try{await H?.callback(z),H?.onSuccessNavigateTo&&n(H?.onSuccessNavigateTo,!1)}catch(k){if(k instanceof go)return;{let oe={error:k,previousScreen:e||"LANDING"};i({errorModalData:oe}),n(H?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};Pl(()=>{if(a==="success"){let z=setTimeout(async()=>{let k=await s();!k||H?.userIntentRequired||q(k)},du);h(z)}else if(a==="ready"){let z=setTimeout(()=>{a==="ready"&&u()},pu);h(z)}},[a]),Pl(()=>{if(!y)switch(a){case"success":P("Success!"),_("CAPTCHA passed successfully."),I(Ht(U,{onClick:()=>{L(!0),q(l)},disabled:!H?.userIntentRequired,loading:x,children:H?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":P(""),_("Checking that you are a human..."),I(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":P("Something went wrong"),O<=0?(_("If you use an adblocker or VPN, try disabling and re-attempting."),I(null)):(_("You did not pass CAPTCHA. Please try again."),I(Ht(U,{onClick:D,children:"Retry"})));break;case"ready":default:break}},[a,y,x]);let D=async()=>{if(O<=0)return;F(k=>k-1),c(),u();let z=await s();!z||H?.userIntentRequired||q(z)};return xl(Tv,{children:[Ht(A,{backFn:!e||t===e?void 0:r}),xl(Ev,{children:[a==="success"?Ht(vv,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?Ht(wv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):Ht(cu,{}),xl(kt,{children:[E?Ht("h3",{children:E}):null,Ht("p",{children:b})]}),R]}),Ht(ee,{})]})},Ev=bv.div`
|
|
838
838
|
display: flex;
|
|
839
839
|
flex-direction: column;
|
|
840
840
|
align-items: center;
|
|
841
841
|
justify-content: center;
|
|
842
842
|
gap: 24px;
|
|
843
843
|
width: 100%;
|
|
844
|
-
`;import uv from"@heroicons/react/24/outline/WalletIcon";import{isMobile as mv}from"react-device-detect";import fv from"styled-components";import{jsx as Gt,jsxs as lu}from"react/jsx-runtime";var cu=({...e})=>lu("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Gt("defs",{children:lu("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[Gt("stop",{offset:"0",stopColor:"#f1562b"}),Gt("stop",{offset:"0.3",stopColor:"#f1542b"}),Gt("stop",{offset:"0.41",stopColor:"#f04d2a"}),Gt("stop",{offset:"0.49",stopColor:"#ef4229"}),Gt("stop",{offset:"0.5",stopColor:"#ef4029"}),Gt("stop",{offset:"0.56",stopColor:"#e83e28"}),Gt("stop",{offset:"0.67",stopColor:"#e13c26"}),Gt("stop",{offset:"1",stopColor:"#df3c26"})]})}),Gt("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),Gt("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as K,jsxs as ft}from"react/jsx-runtime";var du=({style:e,...t})=>ft("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[K("g",{clipPath:"url(#clip0_5_32)",children:ft("g",{clipPath:"url(#clip1_5_32)",children:[K("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:K("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),K("g",{mask:"url(#mask0_5_32)",children:K("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),K("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),K("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),K("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),K("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),K("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),K("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),K("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),K("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),K("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),ft("defs",{children:[ft("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#174299"}),K("stop",{offset:"1",stopColor:"#001E59"})]}),ft("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[K("stop",{offset:"0.770277",stopColor:"#FF4000"}),K("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FF4000"}),K("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#8754C9"}),K("stop",{offset:"1",stopColor:"#FF4000"})]}),ft("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[K("stop",{offset:"0.723929",stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[K("stop",{offset:"0.59513",stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[K("stop",{stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[K("stop",{stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),K("clipPath",{id:"clip0_5_32",children:K("rect",{width:"120",height:"120",fill:"white"})}),K("clipPath",{id:"clip1_5_32",children:K("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Vn,jsxs as pu}from"react/jsx-runtime";var uu=({style:e,...t})=>pu("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[pu("g",{clipPath:"url(#clip0_1704_1423)",children:[Vn("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),Vn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),Vn("defs",{children:Vn("clipPath",{id:"clip0_1704_1423",children:Vn("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Zr,jsxs as wv}from"react/jsx-runtime";var ao={coinbase_wallet:{logo:Wn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Br,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:eo,displayName:"Phantom"},rainbow:{logo:du,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:On,displayName:"WalletConnect"},zerion:{logo:uu,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:cu,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Xr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{connectWallet:a}=W(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{No()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(mv?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},wv(vv,{onClick:s,children:[Zr(gv,{icon:yv(e,n.connectorType)??o,name:n.walletClientType}),Zr("span",{style:{textTransform:"capitalize"},children:hv(e,n.connectorType)||t||n.walletClientType}),Zr("span",{id:"connect-text",children:"Connect"})]})},hv=(e,t)=>{if(ao[e]?.displayName)return ao[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},yv=(e,t)=>{if(ao[e]?.logo)return ao[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return On},gv=({icon:e,name:t})=>typeof e=="string"?Zr("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Zr(uv,{}):e?Zr(e,{}):null,vv=fv(ge)`
|
|
844
|
+
`;import Pv from"@heroicons/react/24/outline/WalletIcon";import{isMobile as xv}from"react-device-detect";import Sv from"styled-components";import{jsx as Gt,jsxs as mu}from"react/jsx-runtime";var fu=({...e})=>mu("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Gt("defs",{children:mu("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[Gt("stop",{offset:"0",stopColor:"#f1562b"}),Gt("stop",{offset:"0.3",stopColor:"#f1542b"}),Gt("stop",{offset:"0.41",stopColor:"#f04d2a"}),Gt("stop",{offset:"0.49",stopColor:"#ef4229"}),Gt("stop",{offset:"0.5",stopColor:"#ef4029"}),Gt("stop",{offset:"0.56",stopColor:"#e83e28"}),Gt("stop",{offset:"0.67",stopColor:"#e13c26"}),Gt("stop",{offset:"1",stopColor:"#df3c26"})]})}),Gt("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),Gt("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as K,jsxs as ft}from"react/jsx-runtime";var hu=({style:e,...t})=>ft("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[K("g",{clipPath:"url(#clip0_5_32)",children:ft("g",{clipPath:"url(#clip1_5_32)",children:[K("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:K("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),K("g",{mask:"url(#mask0_5_32)",children:K("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),K("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),K("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),K("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),K("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),K("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),K("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),K("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),K("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),K("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),ft("defs",{children:[ft("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#174299"}),K("stop",{offset:"1",stopColor:"#001E59"})]}),ft("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[K("stop",{offset:"0.770277",stopColor:"#FF4000"}),K("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FF4000"}),K("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#8754C9"}),K("stop",{offset:"1",stopColor:"#FF4000"})]}),ft("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[K("stop",{offset:"0.723929",stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[K("stop",{offset:"0.59513",stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[K("stop",{stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[K("stop",{stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),K("clipPath",{id:"clip0_5_32",children:K("rect",{width:"120",height:"120",fill:"white"})}),K("clipPath",{id:"clip1_5_32",children:K("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as $n,jsxs as yu}from"react/jsx-runtime";var gu=({style:e,...t})=>yu("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:[yu("g",{clipPath:"url(#clip0_1704_1423)",children:[$n("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"}),$n("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"})]}),$n("defs",{children:$n("clipPath",{id:"clip0_1704_1423",children:$n("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Jr,jsxs as Iv}from"react/jsx-runtime";var no={coinbase_wallet:{logo:Nn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Ur,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Zt,displayName:"Phantom"},rainbow:{logo:hu,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:Un,displayName:"WalletConnect"},zerion:{logo:gu,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:fu,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Qr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{connectWallet:a}=W(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{Io()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(xv?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},Iv(Rv,{onClick:s,children:[Jr(kv,{icon:Av(e,n.connectorType)??o,name:n.walletClientType}),Jr("span",{style:{textTransform:"capitalize"},children:_v(e,n.connectorType)||t||n.walletClientType}),Jr("span",{id:"connect-text",children:"Connect"})]})},_v=(e,t)=>{if(no[e]?.displayName)return no[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},Av=(e,t)=>{if(no[e]?.logo)return no[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return Un},kv=({icon:e,name:t})=>typeof e=="string"?Jr("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Jr(Pv,{}):e?Jr(e,{}):null,Rv=Sv(ve)`
|
|
845
845
|
/* Show "Connect" on hover */
|
|
846
846
|
> #connect-text {
|
|
847
847
|
font-weight: 500;
|
|
@@ -863,23 +863,23 @@ Resources:
|
|
|
863
863
|
display: none;
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
|
-
`;import{Fragment as
|
|
866
|
+
`;import{Fragment as Lv,jsx as qn,jsxs as Ov}from"react/jsx-runtime";var Wv=["coinbase_wallet"],Mv=["metamask","rainbow","zerion"],Nv=["phantom"],Zr=({connectOnly:e})=>{let{connectors:t}=W(),{app:o}=S(),r=jn(o.appearance.walletList,t,e,o.appearance.walletList);return Ov(Lv,{children:[...r]})},jn=(e,t,o,r)=>{let n=[],i=[],a=[],l=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let c=t.filter(({connectorType:u,walletClientType:f})=>u==="injected"&&!r.includes(f));for(let u of c){let{walletClientType:f,walletBranding:h}=u;(f==="unknown"?i:n).push(qn(Qr,{connectOnly:o,provider:f,logo:h.icon,displayName:h.name,connector:u},`${s}-${f}`))}}else if(Nv.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push(qn(Qr,{connectOnly:o,provider:s,connector:c},s))}else if(Mv.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push(qn(Qr,{connectOnly:o,provider:s,connector:c},s))}else if(Wv.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push(qn(Qr,{connectOnly:o,provider:s,connector:c},s))}else s==="wallet_connect"&&l&&a.push(qn(Qr,{connectOnly:o,provider:s,connector:l},s));return[...i,...n,...a]};import{Fragment as Dv,jsx as Kn,jsxs as Uv}from"react/jsx-runtime";var vu=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Uv(Dv,{children:[Kn(A,{},"header"),Kn(ro,{title:"Connect your wallet",description:t}),Kn(St,{children:Kn(Zr,{connectOnly:!0})}),Kn(V,{protectedByPrivy:!0})]})};import Vv from"styled-components";import Hv from"styled-components";import Fv from"react";import{jsx as Bv}from"react/jsx-runtime";var wu=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Bv("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Fv.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 Cu}from"react/jsx-runtime";var Xr=e=>{let{app:t}=S();return t?.appearance.logo?Cu(Gv,{...e,children:Cu(wu,{})}):null},Gv=Hv.div`
|
|
867
867
|
display: flex;
|
|
868
868
|
flex-direction: column;
|
|
869
869
|
align-items: center;
|
|
870
870
|
padding: 24px 0;
|
|
871
871
|
flex-grow: 1;
|
|
872
872
|
justify-content: center;
|
|
873
|
-
`;import{Fragment as
|
|
873
|
+
`;import{Fragment as $v,jsx as en,jsxs as qv}from"react/jsx-runtime";var bu=()=>{let{app:e}=S();return qv($v,{children:[en(A,{},"header"),en(zv,{}),en(St,{children:en(Zr,{connectOnly:!0})}),e&&en($r,{app:e,alwaysShowImplicitConsent:!0}),en(V,{protectedByPrivy:!0})]})},zv=Vv(Xr)`
|
|
874
874
|
margin-bottom: 16px;
|
|
875
|
-
`;import{useEffect as
|
|
875
|
+
`;import{useEffect as Su,useState as _u}from"react";import{isMobile as ew}from"react-device-detect";import tw from"styled-components";import{useEffect as Sl,useState as ur}from"react";import{isMobile as Yn}from"react-device-detect";import{useInterval as Jv}from"react-use";import Tu from"styled-components";import{useState as jv,useEffect as Kv,useCallback as Yv}from"react";function Eu(){let[e,t]=jv(!1),o=Yv(()=>{document.hidden&&t(!0)},[]);return Kv(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as xu,jsx as Ie,jsxs as Jn}from"react/jsx-runtime";var _l=2,Al=e=>e?.privyErrorCode==="linked_to_another_user"?yo.ERROR_USER_EXISTS:e instanceof ge&&!e.details.default?e.details:e instanceof Nr?yo.ERROR_TIMED_OUT:e instanceof Lr?yo.ERROR_USER_REJECTED_CONNECTION:yo.ERROR_WALLET_CONNECTION,Pu=()=>{let[e,t]=ur(!1),[o,r]=ur(!1),[n,i]=ur(void 0),{authenticated:a}=G(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:f,setModalData:h}=S(),{getAuthFlow:y,walletConnectionStatus:C,closePrivyModal:E,initLoginWithWallet:P,loginWithWallet:b,updateWallets:_}=W(),{walletConnectors:R}=G(),[I,x]=ur(0),{user:L}=G(),[O]=ur(L?.linkedAccounts.length||0),[F,H]=ur(""),[q,D]=ur(!1),{hasTabbedAway:z}=Eu(),{enabled:k,token:oe}=de(),ne=Yn&&C?.connector?.connectorType==="wallet_connect_v2"||Yn&&C?.connector?.connectorType==="coinbase_wallet"||Yn&&C?.connector?.connectorType==="injected"&&C?.connector?.walletClientType==="phantom",j=C?.status==="connected",$e=C?.status==="switching_to_supported_chain";Sl(()=>{let M=y();if(j&&!M&&(k&&!oe&&!a?(h({captchaModalData:{callback:qe=>P(C.connectedWallet,qe).then(()=>{D(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):P(C.connectedWallet,oe).then(()=>{D(!0)})),M&&ne&&j&&!M.preparedMessage){M.buildSiweMessage();return}!M||ne||!j||o||(async()=>{r(!0),i(void 0);try{C?.connector?.connectorType==="wallet_connect_v2"&&C?.connector?.walletClientType==="metamask"&&await Ks(2500),await nt()}catch(qe){console.warn("Auto-prompted signature failed",qe)}finally{r(!1)}})()},[I,j,q]),Sl(()=>{if(L&&e){let M=l?.render.inDialog?Qe:0,qe=l?.render.inDialog?M-500:0;if(l?.legal.requireUsersAcceptTerms&&!L.hasAcceptedTerms){let X=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},qe);return()=>clearTimeout(X)}if(Ct(L,l?.embeddedWallets?.createOnLogin)){let X=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:vt=>console.error(vt),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},qe);return()=>clearTimeout(X)}_();let kn=setTimeout(E,Qe);return()=>clearTimeout(kn)}},[L,e]);let he=M=>{if(M?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(Al(M))};async function nt(){try{if(await b(),!l?.render.inDialog)return E();t(!0)}catch(M){he(M)}finally{r(!1)}}Sl(()=>{C?.connectError&&he(C?.connectError)},[C]),Jv(()=>{let M=Se==="wallet_connect_v2"&&C?.connector instanceof Xt?C.connector.redirectUri:void 0;M&&H(M)},C?.connector instanceof Xt&&!F?500:null);let Se=C?.connector?.connectorType||"injected",ie=C?.connector?.walletClientType||"unknown",mo=no[ie]?.displayName||C?.connector?.walletBranding.name||"Browser Extension",Mt=no[ie]?.logo||C?.connector?.walletBranding.icon||(M=>Ie(Dr,{...M})),Tr=mo==="Browser Extension"?mo.toLowerCase():mo,it;e?it=`Successfully connected with ${Tr}`:n?it=n.message:$e?it="Switching networks":j?it=o&&ne?"Signing":"Sign to verify":it=`Waiting for ${Tr}`;let _e="Don\u2019t see your wallet? Check your other browser windows.";if(e){let M=L?.linkedAccounts.length||0;O===M?_e="Wallet was already linked.":_e="You\u2019re good to go!"}else I>=_l&&n?_e="Unable to connect wallet":n?_e=n.detail:$e?_e="Switch your wallet to the requested network.":j&&ne?_e="Sign the message in your wallet to verify it belongs to you.":ie==="metamask"&&Yn?_e="Click continue to open and connect MetaMask.":ie==="metamask"?_e="For the best experience, connect only one wallet at a time.":Se==="wallet_connect"?_e="Open your mobile wallet app to continue":Se==="coinbase_wallet"&&(Wd()||(el(L)?_e="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":_e="Open the Coinbase app on your phone to continue."));let jt=R?.walletConnectors?.find(M=>M.walletClientType==="coinbase_wallet"),Pr=ie==="coinbase_wallet"&&(el(L)||n===yo.ERROR_USER_EXISTS);return Jn(xu,{children:[Ie(A,{backFn:!u||f===u?void 0:c}),Jn(Zv,{children:[Ie(kl,{walletLogo:Mt,success:e,fail:!!n}),Jn(kt,{children:[Ie("h3",{children:it}),Ie("p",{children:_e}),!j&&F&&!z?Jn("p",{children:["Still here?"," ",Ie("a",{href:F,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),Pr?Ie(U,{onClick:()=>jt&&jt?.disconnect(),disabled:e,children:"Use a different wallet"}):n==yo.ERROR_USER_EXISTS&&f!==u?Ie(U,{onClick:c,children:"Use a different wallet"}):j&&!e&&ne?Ie(U,{onClick:()=>{r(!0),nt(),Qv(ie)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&I<_l?Ie(U,{onClick:()=>{x(I+1),i(void 0),j?(r(!0),nt()):C?.connectRetry()},disabled:!e&&(!n?.retryable||I>=_l),children:"Retry"}):!e&&!n?Ie(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ie(ee,{})]})},Qv=e=>{if(!Yn||!Cp(e))return;let t=bp(e);t&&window.open(t,"_self","noopener,noreferrer")},Zv=Tu.div`
|
|
876
876
|
display: flex;
|
|
877
877
|
flex-direction: column;
|
|
878
878
|
align-items: center;
|
|
879
879
|
justify-content: center;
|
|
880
880
|
gap: 24px;
|
|
881
881
|
width: 100%;
|
|
882
|
-
`,
|
|
882
|
+
`,Xv=Tu.div`
|
|
883
883
|
display: flex;
|
|
884
884
|
flex-direction: column;
|
|
885
885
|
justify-content: center;
|
|
@@ -902,14 +902,14 @@ Resources:
|
|
|
902
902
|
left: -19px;
|
|
903
903
|
top: -19px;
|
|
904
904
|
}
|
|
905
|
-
`,
|
|
905
|
+
`,kl=e=>{let t=e.walletLogo;return Ie(xu,{children:Ie(Xv,{children:Jn("div",{children:[Ie(Oo,{success:e.success,fail:e.fail}),typeof t=="string"?Ie("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ie(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as rw,jsx as wo,jsxs as Rl}from"react/jsx-runtime";var Na=2,Au=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=W(),[i,a]=_u(void 0),[l,s]=_u(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Su(()=>{if(c){let R=setTimeout(n,Qe);return()=>clearTimeout(R)}},[c]);let f=R=>{a(Al(R))};Su(()=>{r?.connectError&&f(r?.connectError)},[r]);let h=r?.connector?.connectorType||"injected",y=r?.connector?.walletClientType||"unknown",C=no[y]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",E=no[y]?.logo||r?.connector?.walletBranding.icon||(R=>wo(Dr,{...R})),P=C==="Browser Extension"?C.toLowerCase():C,b;c?b=`Successfully connected with ${P}`:i?b=i.message:u?b="Switching networks":b=`Waiting for ${P}`;let _="Don\u2019t see your wallet? Check your other browser windows.";return c?_="You\u2019re good to go!":l>=Na&&i?_="Unable to connect wallet":i?_=i.detail:u?_="Switch your wallet to the requested network.":y==="metamask"&&ew?_="Click to continue to open and connect MetaMask.":y==="metamask"?_="For the best experience, connect only one wallet at a time.":h==="wallet_connect_v2"?_="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(_="Open the Coinbase app on your phone to continue."),Rl(rw,{children:[wo(A,{backFn:o===t?void 0:e}),Rl(ow,{children:[wo(kl,{walletLogo:E,success:c,fail:!!i}),Rl(kt,{children:[wo("h3",{children:b}),wo("p",{children:_})]}),i==yo.ERROR_USER_EXISTS?wo(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Na?wo(U,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Na),children:"Retry"}):!c&&i&&l>=Na?wo(U,{onClick:e,children:"Use a different wallet"}):null]}),wo(ee,{})]})},ow=tw.div`
|
|
906
906
|
display: flex;
|
|
907
907
|
flex-direction: column;
|
|
908
908
|
align-items: center;
|
|
909
909
|
justify-content: center;
|
|
910
910
|
gap: 24px;
|
|
911
911
|
width: 100%;
|
|
912
|
-
`;import
|
|
912
|
+
`;import dw from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as pw,useMemo as uw,useState as mw}from"react";import fw from"styled-components";import La from"styled-components";import{jsx as Il,jsxs as lw}from"react/jsx-runtime";var tn=()=>Il(nw,{children:lw(iw,{children:[Il(aw,{}),Il(sw,{})]})}),nw=La.div`
|
|
913
913
|
display: flex;
|
|
914
914
|
justify-content: center;
|
|
915
915
|
align-items: center;
|
|
@@ -921,14 +921,14 @@ Resources:
|
|
|
921
921
|
@media all and (display-mode: standalone) {
|
|
922
922
|
margin-bottom: 30px;
|
|
923
923
|
}
|
|
924
|
-
`,
|
|
924
|
+
`,iw=La.div`
|
|
925
925
|
position: relative;
|
|
926
926
|
height: 140px;
|
|
927
927
|
width: 140px;
|
|
928
928
|
|
|
929
929
|
opacity: 1;
|
|
930
930
|
animation: fadein 200ms ease;
|
|
931
|
-
`,
|
|
931
|
+
`,aw=La.div`
|
|
932
932
|
position: absolute;
|
|
933
933
|
top: 0;
|
|
934
934
|
right: 0;
|
|
@@ -941,7 +941,7 @@ Resources:
|
|
|
941
941
|
border: 4px solid var(--privy-color-accent-light);
|
|
942
942
|
border-radius: 50%;
|
|
943
943
|
}
|
|
944
|
-
`,
|
|
944
|
+
`,sw=La.div`
|
|
945
945
|
position: absolute;
|
|
946
946
|
top: 0;
|
|
947
947
|
right: 0;
|
|
@@ -965,20 +965,20 @@ Resources:
|
|
|
965
965
|
transform: rotate(360deg);
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
|
-
`;var
|
|
968
|
+
`;var ku=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout","twilio_verification_failed"];var Te=class extends Error{constructor(o,r){super(r);this.type=o}};function on(e){let t=e.type;return typeof t=="string"&&ku.includes(t)}function cw(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function mr(e){return on(e)&&e.type==="wallet_not_on_device"}function Ru(e){return on(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function rn(e){return!!(on(e)&&e.type==="mfa_timeout")}function nn(e){return!!(on(e)&&e.type==="missing_or_invalid_mfa")}function Wl(e){return!!(on(e)&&e.type==="mfa_verification_max_attempts_reached")}function Ml(e){return!!(on(e)&&e.message.includes("code 429"))}function Nl(e){return!!(cw(e)&&e.message==="MFA canceled")}import{Fragment as Wu,jsx as an,jsxs as Ll}from"react/jsx-runtime";var Iu=1,Mu=()=>{let{authenticated:e,user:t,getAccessToken:o}=G(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=W(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=uw(()=>Date.now(),[]),[f,h]=mw(!1),{onCompleteNavigateTo:y,onFailure:C}=l?.connectWallet,E=b=>{f||(h(!0),C(typeof b=="string"?new Error(b):b))};pw(()=>{let b=ue(t),_;return!e||!b?E("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let I=await o();if(!I)return E("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:I,address:b.address});let x=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&x<Iu?_=setTimeout(()=>{a(y)},(Iu-x)*1e3):a(y)}catch(x){if(mr(x)&&b.recoveryMethod==="privy"){let L=await o();if(!L)return E("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:b.address}),(await i?.recover({address:b.address,accessToken:L}))?.address||E(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:b.address}),a(y)}catch{E("An error has occurred, please try again.")}}else mr(x)?(s({...l,recoverWallet:{privyWallet:b,onCompleteNavigateTo:y,onFailure:C}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):E(x)}})(),()=>clearTimeout(_)):void 0},[e,t,i]);let P=()=>{E("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=P,Ll(Wu,{children:[an(A,{onClose:P}),f?Ll(Wu,{children:[Ll(Bt,{children:[an(dw,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),an(Ce,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),an(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):an(tn,{}),an(hw,{})]})},hw=fw.div`
|
|
969
969
|
height: 44px;
|
|
970
|
-
`;import
|
|
970
|
+
`;import yw from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as gw}from"react";import{Fragment as vw,jsx as sn,jsxs as Nu}from"react/jsx-runtime";var Lu=()=>{let{user:e}=G(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=W(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=ue(e);f?(r(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return gw(()=>{let f=setTimeout(u,Cd);return()=>clearTimeout(f)},[]),a.current=u,Nu(vw,{children:[sn(A,{onClose:u}),sn(J,{}),Nu(Bt,{children:[sn(yw,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),sn(Ce,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),sn(Q,{}),sn(V,{protectedByPrivy:!0})]})};import ww from"@heroicons/react/20/solid/ExclamationTriangleIcon";import Cw from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Uu,useRef as bw,useState as Ol}from"react";import Ho from"styled-components";import{Fragment as Rw,jsx as Pe,jsxs as Vt}from"react/jsx-runtime";var Fu=()=>{let[e,t]=Ol(null),{authenticated:o,user:r,getAccessToken:n}=G(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=W(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=ue(r)?.address,{onFailure:f,onSuccess:h,origin:y,appId:C}=s.keyExport,E=b=>{i({shouldCallAuthOnSuccess:!1}),f(typeof b=="string"?new Error(b):b)},P=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Uu(()=>{let b=ue(r);if(!o||!b)return E("User must be authenticated before exporting their wallet");n().then(t,E)},[o,r]),c.current=P,Vt(Rw,{children:[Pe(A,{onClose:P}),Vt(Pw,{children:[Vt(Ce,{icon:Pe(Cw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Vt(Aw,{children:[Pe(Tw,{style:{marginRight:6}}),Wo(u)]}),Pe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Vt(xw,{children:[Vt(Ou,{children:[Pe(Du,{children:"1"}),Vt("span",{children:[Pe("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),Vt(Ou,{children:[Pe(Du,{children:"2"}),Pe("span",{children:"Copy this key into your other wallet"})]})]}),Pe("div",{style:{width:"100%"},children:e&&Pe(Ew,{origin:y,appId:C,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Vt(kw,{children:[Vt("div",{children:[Pe(ww,{viewBox:"0 0 20 18"}),Pe("h4",{children:"Warning"})]}),Pe("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Pe(V,{protectedByPrivy:!0})]})};function Ew(e){let[t,o]=Ol(e.dimensions.width),[r,n]=Ol(void 0),i=bw(null);return Uu(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();o(l)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),Pe("div",{ref:i,children:t&&Vt(Sw,{children:[Pe("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Vi(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),Pe(_w,{children:"Loading..."})]})})}function Tw(e){return Pe("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Pe("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var Pw=Ho.div`
|
|
971
971
|
display: flex;
|
|
972
972
|
flex-direction: column;
|
|
973
973
|
text-align: left;
|
|
974
|
-
`,
|
|
974
|
+
`,xw=Ho.div`
|
|
975
975
|
display: flex;
|
|
976
976
|
flex-direction: column;
|
|
977
977
|
gap: 24px;
|
|
978
978
|
padding-bottom: 16px;
|
|
979
979
|
margin-left: 11px;
|
|
980
980
|
border-left: 1px solid var(--privy-color-foreground-4) !important;
|
|
981
|
-
`,
|
|
981
|
+
`,Ou=Ho.div`
|
|
982
982
|
display: flex;
|
|
983
983
|
align-items: top;
|
|
984
984
|
gap: 8px;
|
|
@@ -987,7 +987,7 @@ Resources:
|
|
|
987
987
|
color: var(--privy-color-accent);
|
|
988
988
|
text-decoration: underline;
|
|
989
989
|
}
|
|
990
|
-
`,
|
|
990
|
+
`,Du=Ho.div`
|
|
991
991
|
display: flex;
|
|
992
992
|
align-items: center;
|
|
993
993
|
justify-content: center;
|
|
@@ -1001,11 +1001,11 @@ Resources:
|
|
|
1001
1001
|
border-radius: 100%;
|
|
1002
1002
|
background: var(--privy-color-background);
|
|
1003
1003
|
color: var(--privy-color-accent);
|
|
1004
|
-
`,
|
|
1004
|
+
`,Sw=Ho.div`
|
|
1005
1005
|
overflow: visible;
|
|
1006
1006
|
position: relative;
|
|
1007
1007
|
height: 44px;
|
|
1008
|
-
`,
|
|
1008
|
+
`,_w=Ho.div`
|
|
1009
1009
|
position: absolute;
|
|
1010
1010
|
display: flex;
|
|
1011
1011
|
align-items: center;
|
|
@@ -1017,7 +1017,7 @@ Resources:
|
|
|
1017
1017
|
border-radius: var(--privy-border-radius-md);
|
|
1018
1018
|
background-color: var(--privy-color-background-2);
|
|
1019
1019
|
color: var(--privy-color-foreground-3);
|
|
1020
|
-
`,
|
|
1020
|
+
`,Aw=Ho.div`
|
|
1021
1021
|
display: flex;
|
|
1022
1022
|
align-items: center;
|
|
1023
1023
|
padding-top: 1px;
|
|
@@ -1030,7 +1030,7 @@ Resources:
|
|
|
1030
1030
|
font-size: 12px;
|
|
1031
1031
|
font-weight: 500;
|
|
1032
1032
|
margin: auto;
|
|
1033
|
-
`,
|
|
1033
|
+
`,kw=Ho.div`
|
|
1034
1034
|
border: 1px solid var(--privy-color-background-2) !important;
|
|
1035
1035
|
border-radius: var(--privy-border-radius-md);
|
|
1036
1036
|
padding: 16px;
|
|
@@ -1052,7 +1052,7 @@ Resources:
|
|
|
1052
1052
|
color: var(--privy-color-error);
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
`;import
|
|
1055
|
+
`;import T1 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as pm,useRef as P1,useState as oi}from"react";import x1 from"styled-components";import{useCallback as dm,useEffect as E1}from"react";import Lw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as Ow,useState as Fl}from"react";import Iw from"@heroicons/react/24/outline/ArrowPathIcon";import Ww from"@heroicons/react/24/outline/EyeIcon";import Mw from"@heroicons/react/24/outline/EyeSlashIcon";import Ge,{css as Dl}from"styled-components";var Nw=Dl`
|
|
1056
1056
|
font-size: 14px;
|
|
1057
1057
|
font-style: normal;
|
|
1058
1058
|
font-weight: 400;
|
|
@@ -1060,8 +1060,8 @@ Resources:
|
|
|
1060
1060
|
letter-spacing: -0.008px;
|
|
1061
1061
|
text-align: left;
|
|
1062
1062
|
transition: color 0.1s ease-in;
|
|
1063
|
-
`,
|
|
1064
|
-
${
|
|
1063
|
+
`,Oa=Ge.span`
|
|
1064
|
+
${Nw}
|
|
1065
1065
|
transition: color 0.1s ease-in;
|
|
1066
1066
|
color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1067
1067
|
text-transform: ${({error:e})=>e?"":"capitalize"};
|
|
@@ -1069,18 +1069,18 @@ Resources:
|
|
|
1069
1069
|
&[aria-hidden='true'] {
|
|
1070
1070
|
visibility: hidden;
|
|
1071
1071
|
}
|
|
1072
|
-
|
|
1072
|
+
`,Go=Ge.div`
|
|
1073
1073
|
display: flex;
|
|
1074
1074
|
flex-direction: column;
|
|
1075
1075
|
justify-content: center;
|
|
1076
1076
|
flex-grow: 1;
|
|
1077
|
-
`,
|
|
1078
|
-
${e=>e.hideAnimations&&
|
|
1077
|
+
`,Vo=Ge(U)`
|
|
1078
|
+
${e=>e.hideAnimations&&Dl`
|
|
1079
1079
|
&& {
|
|
1080
1080
|
transition: none;
|
|
1081
1081
|
}
|
|
1082
1082
|
`}
|
|
1083
|
-
`,
|
|
1083
|
+
`,Bu=Dl`
|
|
1084
1084
|
&& {
|
|
1085
1085
|
width: 100%;
|
|
1086
1086
|
border-width: 1px;
|
|
@@ -1095,23 +1095,23 @@ Resources:
|
|
|
1095
1095
|
font-weight: 300;
|
|
1096
1096
|
line-height: 22px; /* 137.5% */
|
|
1097
1097
|
}
|
|
1098
|
-
`,
|
|
1099
|
-
${
|
|
1098
|
+
`,fr=Ge.input`
|
|
1099
|
+
${Bu}
|
|
1100
1100
|
|
|
1101
1101
|
&::placeholder {
|
|
1102
1102
|
color: var(--privy-color-foreground-3);
|
|
1103
1103
|
font-style: italic;
|
|
1104
1104
|
font-size: 14px;
|
|
1105
1105
|
}
|
|
1106
|
-
`,
|
|
1107
|
-
${
|
|
1108
|
-
`,
|
|
1106
|
+
`,Hu=Ge.div`
|
|
1107
|
+
${Bu}
|
|
1108
|
+
`,zo=Ge.div`
|
|
1109
1109
|
position: relative;
|
|
1110
1110
|
width: 100%;
|
|
1111
1111
|
display: flex;
|
|
1112
1112
|
align-items: center;
|
|
1113
1113
|
justify-content: ${({centered:e})=>e?"center":"space-between"};
|
|
1114
|
-
|
|
1114
|
+
`,$o=Ge.div`
|
|
1115
1115
|
display: flex;
|
|
1116
1116
|
flex-direction: column;
|
|
1117
1117
|
align-items: center;
|
|
@@ -1133,12 +1133,12 @@ Resources:
|
|
|
1133
1133
|
font-weight: 400;
|
|
1134
1134
|
line-height: 20px;
|
|
1135
1135
|
}
|
|
1136
|
-
`,
|
|
1136
|
+
`,Qn=Ge.div`
|
|
1137
1137
|
display: flex;
|
|
1138
1138
|
flex-direction: column;
|
|
1139
1139
|
gap: 10px;
|
|
1140
1140
|
padding-bottom: 1rem;
|
|
1141
|
-
`,
|
|
1141
|
+
`,Zn=Ge.div`
|
|
1142
1142
|
display: flex;
|
|
1143
1143
|
text-align: left;
|
|
1144
1144
|
align-items: center;
|
|
@@ -1158,13 +1158,13 @@ Resources:
|
|
|
1158
1158
|
> :first-child {
|
|
1159
1159
|
min-width: 24px;
|
|
1160
1160
|
}
|
|
1161
|
-
`,
|
|
1161
|
+
`,Dk=Ge.div`
|
|
1162
1162
|
height: var(--privy-height-modal-full);
|
|
1163
1163
|
|
|
1164
1164
|
@media (max-width: 440px) {
|
|
1165
1165
|
height: var(--privy-height-modal-compact);
|
|
1166
1166
|
}
|
|
1167
|
-
`,
|
|
1167
|
+
`,Ul=Ge(wa)`
|
|
1168
1168
|
display: flex;
|
|
1169
1169
|
flex: 1;
|
|
1170
1170
|
gap: 4px;
|
|
@@ -1176,7 +1176,7 @@ Resources:
|
|
|
1176
1176
|
border-color: var(--privy-color-foreground-3);
|
|
1177
1177
|
border-width: 1px;
|
|
1178
1178
|
}
|
|
1179
|
-
`,
|
|
1179
|
+
`,ln=Ge.div`
|
|
1180
1180
|
position: absolute;
|
|
1181
1181
|
right: 0.5rem;
|
|
1182
1182
|
|
|
@@ -1184,7 +1184,7 @@ Resources:
|
|
|
1184
1184
|
flex-direction: row;
|
|
1185
1185
|
justify-content: space-around;
|
|
1186
1186
|
align-items: center;
|
|
1187
|
-
`,
|
|
1187
|
+
`,Gu=Ge(Iw)`
|
|
1188
1188
|
height: 1.25rem;
|
|
1189
1189
|
width: 1.25rem;
|
|
1190
1190
|
stroke: var(--privy-color-accent);
|
|
@@ -1193,7 +1193,7 @@ Resources:
|
|
|
1193
1193
|
:active {
|
|
1194
1194
|
stroke: var(--privy-color-accent-light);
|
|
1195
1195
|
}
|
|
1196
|
-
`,
|
|
1196
|
+
`,cn=Ge(Mw)`
|
|
1197
1197
|
height: 1.25rem;
|
|
1198
1198
|
width: 1.25rem;
|
|
1199
1199
|
stroke: var(--privy-color-accent);
|
|
@@ -1202,7 +1202,7 @@ Resources:
|
|
|
1202
1202
|
:active {
|
|
1203
1203
|
stroke: var(--privy-color-accent-light);
|
|
1204
1204
|
}
|
|
1205
|
-
`,
|
|
1205
|
+
`,dn=Ge(Ww)`
|
|
1206
1206
|
height: 1.25rem;
|
|
1207
1207
|
width: 1.25rem;
|
|
1208
1208
|
stroke: var(--privy-color-accent);
|
|
@@ -1211,7 +1211,7 @@ Resources:
|
|
|
1211
1211
|
:active {
|
|
1212
1212
|
stroke: var(--privy-color-accent-light);
|
|
1213
1213
|
}
|
|
1214
|
-
`,
|
|
1214
|
+
`,Vu=Ge.progress`
|
|
1215
1215
|
height: 4px;
|
|
1216
1216
|
width: 100%;
|
|
1217
1217
|
margin: 8px 0;
|
|
@@ -1227,14 +1227,14 @@ Resources:
|
|
|
1227
1227
|
transition: all 0.1s ease-out;
|
|
1228
1228
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1229
1229
|
}
|
|
1230
|
-
`;import{Fragment as
|
|
1230
|
+
`;import{Fragment as Dw,jsx as ht,jsxs as Da}from"react/jsx-runtime";var zu=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Fl(!0),[l,s]=Fl(!1),[c,u]=Fl(""),f=o===c;return Ow(()=>{c&&!l&&s(!0)},[c]),Da(Dw,{children:[ht(A,{title:"Confirm Password",closeable:!1,backFn:n}),ht(J,{}),Da(Go,{children:[Da($o,{children:[ht(Lw,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ht("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),ht("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Da(zo,{children:[ht(fr,{value:c,onChange:h=>u(h.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ht(ln,{style:{right:"0.75rem"},children:i?ht(cn,{onClick:()=>a(!1)}):ht(dn,{onClick:()=>a(!0)})})]}),ht(Oa,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),ht(Vo,{onClick:r,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),ht(Q,{}),ht(V,{protectedByPrivy:!0})]})};import Hw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as Gw}from"react";import Vw from"styled-components";import Ua from"styled-components";import{jsx as Xn,jsxs as Bw}from"react/jsx-runtime";var $u=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Xn("label",{children:Bw(Uw,{className:e,children:[Xn(ju,{checked:t,...r}),Xn(Fw,{color:o,checked:t,children:Xn(qu,{viewBox:"0 0 24 24",children:Xn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Uw=Ua.div`
|
|
1231
1231
|
display: inline-block;
|
|
1232
1232
|
vertical-align: middle;
|
|
1233
|
-
`,
|
|
1233
|
+
`,qu=Ua.svg`
|
|
1234
1234
|
fill: none;
|
|
1235
1235
|
stroke: white;
|
|
1236
1236
|
stroke-width: 3px;
|
|
1237
|
-
`,
|
|
1237
|
+
`,ju=Ua.input.attrs({type:"checkbox"})`
|
|
1238
1238
|
border: 0;
|
|
1239
1239
|
clip: rect(0 0 0 0);
|
|
1240
1240
|
clippath: inset(50%);
|
|
@@ -1245,7 +1245,7 @@ Resources:
|
|
|
1245
1245
|
position: absolute;
|
|
1246
1246
|
white-space: nowrap;
|
|
1247
1247
|
width: 1px;
|
|
1248
|
-
`,
|
|
1248
|
+
`,Fw=Ua.div`
|
|
1249
1249
|
display: inline-block;
|
|
1250
1250
|
width: 18px;
|
|
1251
1251
|
height: 18px;
|
|
@@ -1260,30 +1260,30 @@ Resources:
|
|
|
1260
1260
|
border-width: 1px;
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
${
|
|
1263
|
+
${ju}:focus + & {
|
|
1264
1264
|
box-shadow: 0 0 0 1px ${e=>e.color};
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
|
-
${
|
|
1267
|
+
${qu} {
|
|
1268
1268
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1269
1269
|
}
|
|
1270
|
-
`;import{Fragment as
|
|
1270
|
+
`;import{Fragment as Ku,jsx as Rt,jsxs as ei}from"react/jsx-runtime";var Yu=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Gw(!1);return ei(Ku,{children:[Rt(A,{title:"Confirm Password",closeable:!1,backFn:r}),Rt(J,{}),ei(Go,{children:[ei($o,{children:[Rt(Hw,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),Rt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),Rt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),Rt(Qn,{children:ei(Zn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[Rt($u,{color:"var(--privy-color-error)",checked:i}),Rt(Ku,{children:"I understand losing my password means losing my account."})]})})]}),ei(zw,{children:[n.initiatedBy==="user"&&Rt(Ft,{onClick:n.onCancel,disabled:t,children:"Cancel"}),Rt(Vo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),Rt(Q,{}),Rt(V,{protectedByPrivy:!0})]})},zw=Vw.div`
|
|
1271
1271
|
display: flex;
|
|
1272
1272
|
gap: 10px;
|
|
1273
|
-
`;import
|
|
1273
|
+
`;import a1 from"@heroicons/react/24/outline/KeyIcon";import om from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as rm,useMemo as Bl,useEffect as s1}from"react";import nm from"styled-components";import $w from"fast-password-entropy";import*as Ju from"secure-password-utilities";import{DEFAULT_WORDLIST as qw}from"secure-password-utilities/wordlists";var jw=95,Kw=8,Yw=3,Jw=.3,Qw=/[a-z]/,Zw=/[A-Z]/,Xw=/[0-9]/,e1="a-zA-Z0-9",Qu="!@#$%^&*()\\-_+.",Zu=`${e1}${Qu}`,t1=new RegExp(`[${Qu}]`),o1=new RegExp(`[${Zu}]`),Xu=new RegExp(`^[${Zu}]{6,}$`),em=(e="")=>{let t=e.split("").filter(o=>!o1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Fa=()=>Ju.generatePassphrase(4,qw);function r1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function n1(e){if(e.length<Kw)return 0;let t=0;Qw.test(e)&&(t+=1),Zw.test(e)&&(t+=1),Xw.test(e)&&(t+=1),t1.test(e)&&(t+=1);let o=t/Yw;return Math.max(0,Math.min(1,o))}function i1(e=""){let t=n1(e),o=$w(e)/jw;return(t*Jw+o)/2}function tm(e=""){let t=i1(e);return{value:t,label:r1(t)}}import{Fragment as d1,jsx as We,jsxs as Co}from"react/jsx-runtime";var im=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=rm(!1),[u,f]=rm(!1);s1(()=>{o&&!u&&f(!0)},[o]);let h=Bl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":Xu.test(o||"")?null:`Invalid characters used ( ${em(o).join(" ")} )`:null,[o,u]),y=Bl(()=>h?{value:0,label:"Weak"}:tm(o),[o,h]),C=Bl(()=>!!(!o?.length||h),[h,o]);return Co(d1,{children:[We(A,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),We(J,{}),Co(Go,{children:[Co($o,{children:[We(a1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),We("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),We("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),Co(zo,{children:[We(fr,{value:o,onChange:E=>a(E.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),Co(ln,{style:{width:"3.5rem"},children:[s?We(cn,{onClick:()=>c(!1)}):We(dn,{onClick:()=>c(!0)}),We(Gu,{onClick:l})]})]}),We(Vu,{value:y.value===0?.01:y.value,label:y.label}),We(Oa,{error:!!h,children:h||`Password Strength: ${u?y.label:"--"}`}),Co(c1,{children:[We(l1,{children:Co(Qn,{children:[Co(Zn,{children:[We(om,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),Co(Zn,{children:[We(om,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),We(Vo,{onClick:n,loading:t,disabled:C,hideAnimations:e,children:"Continue"})]})]}),We(Q,{}),We(V,{protectedByPrivy:!0})]})},l1=nm(Qn)`
|
|
1274
1274
|
flex: 1;
|
|
1275
1275
|
padding-top: 1rem;
|
|
1276
|
-
`,
|
|
1276
|
+
`,c1=nm.div`
|
|
1277
1277
|
display: flex;
|
|
1278
1278
|
flex-direction: column;
|
|
1279
1279
|
height: 100%;
|
|
1280
|
-
`;import
|
|
1280
|
+
`;import p1 from"@heroicons/react/24/outline/ArrowDownTrayIcon";import u1 from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import m1 from"@heroicons/react/24/outline/DocumentDuplicateIcon";import f1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as h1,useCallback as am}from"react";import{Fragment as Hl,jsx as ct,jsxs as hr}from"react/jsx-runtime";var sm=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=h1(!1),s=am(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=am(()=>{let u=document.createElement("a"),f=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),h=new Blob([y1(o,r)],{type:"text/plain"}),y=URL.createObjectURL(h);u.href=y,u.target="_blank",u.download=`${f}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[r]);return hr(Hl,{children:[ct(A,{backFn:i,title:"Save Password",closeable:!1}),ct(J,{}),hr(Go,{children:[hr($o,{children:[ct(f1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),ct("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset if you lose your device. Make sure to secure it to keep your assets safe."})]}),ct(zo,{centered:!0,children:ct(Hu,{children:r})}),hr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[ct(Ul,{onClick:s,children:a?hr(Hl,{children:[ct(u1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):hr(Hl,{children:[ct(m1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),hr(Ul,{onClick:c,children:[ct(p1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),ct(Vo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),ct(Q,{}),ct(V,{protectedByPrivy:!0})]})},y1=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1281
1281
|
|
|
1282
1282
|
${t}
|
|
1283
1283
|
|
|
1284
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import
|
|
1284
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import g1 from"@heroicons/react/24/solid/CheckCircleIcon";import v1 from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as w1,jsx as bo,jsxs as Gl}from"react/jsx-runtime";var lm=({error:e,onClose:t})=>Gl(w1,{children:[bo(A,{closeable:!1}),bo(J,{}),e?Gl(Bt,{children:[bo(v1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),bo(Ce,{title:"Something went wrong",description:e})]}):Gl(Bt,{children:[bo(g1,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}),bo(Ce,{title:"Success"})]}),bo(U,{onClick:t,children:"Close"}),bo(Q,{}),bo(V,{protectedByPrivy:!0})]});import{useReducer as C1}from"react";var b1=(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}},cm=()=>{let[e,t]=C1(b1,"creating");return{send:t,state:e}};import{jsx as ti}from"react/jsx-runtime";var Ba=({onSubmit:e,...t})=>{let{send:o,state:r}=cm(),n=dm(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);E1(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),Qe)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=dm(()=>{o("back")},[o]);return r==="creating"?ti(im,{...t,onSubmit:n}):r==="saving"?ti(sm,{...t,onSubmit:n,onBack:i}):r==="confirming"?ti(zu,{...t,onSubmit:n,onBack:i}):r==="finalizing"?ti(Yu,{...t,onSubmit:n,onBack:i}):r==="done"?ti(lm,{...t,onSubmit:n}):null};import{Fragment as _1,jsx as yr,jsxs as um}from"react/jsx-runtime";var mm=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=oi(""),[a,l]=oi(!1),[s,c]=oi(),[u,f]=oi(null),[h,y]=oi(null),C=P1(!1),{authenticated:E,getAccessToken:P}=G(),{refreshUser:b,closePrivyModal:_,createAnalyticsEvent:R,isNewUserThisSession:I,initializeWalletProxy:x}=W(),{onSuccess:L,onFailure:O,callAuthOnSuccessOnClose:F}=o.createWallet,H=e?.embeddedWallets.requireUserPasswordOnCreate===!0,q=!!(!n||C.current)&&!H,D=new Je(async()=>k());pm(()=>{u||x(3e4).then(ne=>f(ne))},[u]),pm(()=>{if(!E){t("LANDING"),O(new Error("User must be authenticated before creating a Privy wallet"));return}!H&&!a&&!C.current&&(l(!0),D.execute().finally(()=>l(!1)))},[H,E]);let z=()=>{H&&h&&h?.recoveryMethod!=="user-passcode"?O(new dt("User created a wallet but failed to set a password for it")):h?L(h):O(new dt("User wallet creation failed")),_({shouldCallAuthOnSuccess:F})};r.current=()=>null;let k=async function(){let ne=await P();if(ne)try{R("embedded_wallet_creation_started");let j=await x(Wr);if(!j)throw new Error("walletProxy does not exist.");let $e=1e4,he=new Promise((mo,Mt)=>{setTimeout(()=>{Mt(new Error("walletProxy.create timed out."))},$e)});if(!await Promise.race([j.create({accessToken:ne,recoveryPassword:s}),he]))throw new Error("walletProxy.create did not send a response.");let Se=await b();if(!Se)throw new Error("Failed to refresh user.");let ie=ue(Se);if(!ie)throw new Error("Updated user is missing embedded wallet.");y(ie),R("embedded_wallet_creation_completed",{walletAddress:ie.address}),i(""),C.current=!0,H?t("EMBEDDED_WALLET_CREATED_SCREEN"):I?t("EMBEDDED_WALLET_CREATED_SCREEN"):ie&&(L(ie),_({shouldCallAuthOnSuccess:F}))}catch(j){if(C.current)return;R("embedded_wallet_creation_failed",{error:j.toString()}),i("An error has occurred, please try again."),console.warn(j)}else i("An error has occured, please login again."),R("embedded_wallet_creation_failed",{error:"Missing access token for user."})},oe=async()=>{if(!H)return _({shouldCallAuthOnSuccess:F});l(!0);let ne=250;return D.execute().then(()=>new Promise(j=>setTimeout(j,ne))).finally(()=>l(!1))};return!H&&n?um(_1,{children:[yr(A,{closeable:!1}),um(Bt,{children:[yr(T1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),yr(Ce,{title:"Something went wrong",description:n})]}),yr(U,{onClick:z,children:"Close"}),yr(S1,{})]}):q?yr(tn,{}):yr(Ba,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:q||!u,buttonLoading:a,buttonHideAnimations:!h&&a,error:n,password:s||"",onClose:z,onPasswordChange:c,onPasswordGenerate:()=>c(Fa()),onSubmit:oe})},S1=x1.div`
|
|
1285
1285
|
height: 44px;
|
|
1286
|
-
`;import{useEffect as
|
|
1286
|
+
`;import{useEffect as A1,useState as Ha}from"react";import{jsx as k1}from"react/jsx-runtime";var fm=()=>{let[e,t]=Ha(null),[o,r]=Ha(!1),[n,i]=Ha(null),[a,l]=Ha(""),{authenticated:s,getAccessToken:c,user:u}=G(),{walletProxy:f,refreshUser:h,closePrivyModal:y,createAnalyticsEvent:C}=W(),{app:E,navigate:P,data:b,onUserCloseViaDialogOrKeybindRef:_}=S(),{onSuccess:R,onFailure:I}=b.createWallet,x=ue(u),L=e?.recoveryMethod==="user-passcode";A1(()=>{s||(P("LANDING"),I(new Ri("User must be authenticated before setting a password on a Privy wallet")))},[s]);let O=()=>{if(n){I(n),y({shouldCallAuthOnSuccess:!1});return}if(!L){I(new dt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}R(e),y({shouldCallAuthOnSuccess:!1})};_.current=O;let F=async()=>{let q=await c();if(q&&x?.address&&a&&f)try{if(C("embedded_wallet_set_password_started",{walletAddress:x.address}),!(await f.setRecoveryPassword({accessToken:q,address:x.address,recoveryPassword:a})).address){i(new dt("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:x.address,reason:"error setting password"});return}let z=await h(),k=ue(z);if(!k){i(new dt("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:x.address,reason:"wallet disconnected"});return}t(k),C("embedded_wallet_set_password_completed",{walletAddress:x.address})}catch(D){console.warn(D),i(D instanceof Error?D:new Error("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:x.address,reason:D})}},H=async()=>{L?(R(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await F(),r(!1))};return k1(Ba,{appName:E?.name||"privy",config:{initiatedBy:"user",onCancel:O},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(Fa()),onPasswordChange:l,onSubmit:H,onClose:O})};import R1 from"@heroicons/react/24/outline/UserCircleIcon";import I1 from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as W1,jsx as Eo,jsxs as Ga}from"react/jsx-runtime";var hm=()=>{let{user:e}=G(),{closePrivyModal:t,createAnalyticsEvent:o}=W(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new dt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Ga(W1,{children:[Eo(A,{onClose:c}),Eo(J,{}),Ga(Bt,{children:[Ga(tu,{children:[Eo(R1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),Eo(ou,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:Eo(I1,{width:"12px",height:"12px",fill:"white"})})]}),Ga(Ce,{title:"Secure Your Account",children:["Please set a password to secure your account.",Eo("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."})]})]}),Eo(U,{onClick:()=>{let f=ue(e);o("embedded_wallet_set_password_started",{walletAddress:f?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),Eo(Q,{}),Eo(V,{protectedByPrivy:!0})]})};import M1 from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as N1,useState as Va}from"react";import za,{css as L1}from"styled-components";import{Fragment as B1,jsx as et,jsxs as gr}from"react/jsx-runtime";var ym=()=>{let[e,t]=Va(!0),{authenticated:o,getAccessToken:r}=G(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=W(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,f]=Va(void 0),[h,y]=Va(""),[C,E]=Va(!1),{privyWallet:P,onCompleteNavigateTo:b,onSuccess:_,onFailure:R}=s.recoverWallet,I=(O="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),R(typeof O=="string"?new dt(O):O)};c.current=I,N1(()=>{if(!o||!P)return I("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let x=O=>{O&&f(O)};return gr(B1,{children:[et(A,{onClose:I}),et(J,{}),gr(D1,{children:[gr(O1,{children:[et(M1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),et("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),et("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),gr("div",{children:[gr(zo,{children:[et(fr,{type:e?"password":"text",onChange:O=>x(O.target.value),disabled:C}),et(ln,{style:{right:"0.75rem"},children:e?et(cn,{onClick:()=>t(!1)}):et(dn,{onClick:()=>t(!0)})})]}),!!h&&et(U1,{children:h})]}),gr("div",{children:[gr(eu,{children:[et("h4",{children:"Why is this necessary?"}),et("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),et(F1,{loading:C||!n,disabled:!u,onClick:async()=>{E(!0);let O=await r();if(O&&P&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:P.address}),await n?.recover({address:P.address,accessToken:O,recoveryPin:u}),y(""),b?l(b):i({shouldCallAuthOnSuccess:!1}),_?.(P),a("embedded_wallet_recovery_completed",{walletAddress:P.address})}catch(F){Ru(F)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{E(!1)}else return I("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!P&&C,children:"Recover your account"})]})]}),et(Q,{}),et(V,{protectedByPrivy:!0})]})},O1=za.div`
|
|
1287
1287
|
display: flex;
|
|
1288
1288
|
flex-direction: column;
|
|
1289
1289
|
align-items: center;
|
|
@@ -1305,26 +1305,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1305
1305
|
font-weight: 400;
|
|
1306
1306
|
line-height: 20px;
|
|
1307
1307
|
}
|
|
1308
|
-
`,
|
|
1308
|
+
`,D1=za.div`
|
|
1309
1309
|
display: flex;
|
|
1310
1310
|
flex-direction: column;
|
|
1311
1311
|
justify-content: space-between;
|
|
1312
|
-
`,
|
|
1312
|
+
`,U1=za.div`
|
|
1313
1313
|
line-height: 20px;
|
|
1314
1314
|
height: 20px;
|
|
1315
1315
|
font-size: 13px;
|
|
1316
1316
|
color: var(--privy-color-error);
|
|
1317
1317
|
text-align: left;
|
|
1318
1318
|
margin-top: 0.5rem;
|
|
1319
|
-
`,
|
|
1320
|
-
${e=>e.hideAnimations&&
|
|
1319
|
+
`,F1=za(U)`
|
|
1320
|
+
${e=>e.hideAnimations&&L1`
|
|
1321
1321
|
&& {
|
|
1322
1322
|
// Remove animations because the recoverWallet task on the iframe partially
|
|
1323
1323
|
// blocks the renderer, so the animation stutters and doesn't look good
|
|
1324
1324
|
transition: none;
|
|
1325
1325
|
}
|
|
1326
1326
|
`}
|
|
1327
|
-
`;import
|
|
1327
|
+
`;import H1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import G1 from"@heroicons/react/24/outline/PhoneIcon";import Vl from"styled-components";import{Fragment as j1,jsx as zt,jsxs as $a}from"react/jsx-runtime";var V1=e=>{let t=zt(H1,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof w)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof Te&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:zt(G1,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Ue)switch(e.privyErrorCode){case"invalid_captcha":return{title:"Something went wrong",detail:"Please try again.",ctaText:"Try again",icon:t};case"disallowed_login_method":return{title:"Not allowed",detail:e.message,ctaText:"Try another method",icon:t};case"allowlist_rejected":return{title:"You don't have access to this app",detail:"Have you been invited?",ctaText:"Try another account",icon:zt(Ra,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:zt("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:zt("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Kt&&e.status===422?{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:t}:{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}},gm=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=S(),{reset:i}=de(),a=o?.errorModalData,l=V1(a?.error||new Error),s=c=>{if(c instanceof Ue)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return $a(j1,{children:[zt(A,{backFn:!r||n===r?void 0:t}),$a(z1,{children:[zt(q1,{children:$a("div",{children:[zt(ka,{color:"var(--privy-color-error)"}),l.icon]})}),$a($1,{children:[zt("h3",{children:l.title}),zt("p",{children:l.detail})]}),zt(U,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},z1=Vl.div`
|
|
1328
1328
|
display: flex;
|
|
1329
1329
|
flex-direction: column;
|
|
1330
1330
|
align-items: center;
|
|
@@ -1332,11 +1332,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1332
1332
|
gap: 24px;
|
|
1333
1333
|
width: 100%;
|
|
1334
1334
|
padding-bottom: 16px;
|
|
1335
|
-
|
|
1335
|
+
`,$1=Vl.div`
|
|
1336
1336
|
display: flex;
|
|
1337
1337
|
flex-direction: column;
|
|
1338
1338
|
gap: 8px;
|
|
1339
|
-
`,
|
|
1339
|
+
`,q1=Vl.div`
|
|
1340
1340
|
display: flex;
|
|
1341
1341
|
flex-direction: column;
|
|
1342
1342
|
justify-content: center;
|
|
@@ -1359,7 +1359,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1359
1359
|
left: -19px;
|
|
1360
1360
|
top: -19px;
|
|
1361
1361
|
}
|
|
1362
|
-
`;import{useEffect as
|
|
1362
|
+
`;import{useEffect as Sm,useRef as mC,useState as ql}from"react";import{isMobile as _m}from"react-device-detect";import Im from"styled-components";import{useState as K1}from"react";import Y1 from"styled-components";import{jsx as vm}from"react/jsx-runtime";var qa=({style:e,color:t,...o})=>vm("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:vm("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as zl}from"react/jsx-runtime";var wm=({color:e,...t})=>zl("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:zl("g",{children:zl("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 Cm,jsxs as Q1}from"react/jsx-runtime";var pn=e=>{let[t,o]=K1(!1);return Q1(J1,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Cm(qa,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Cm(wm,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},J1=Y1.button`
|
|
1363
1363
|
display: flex;
|
|
1364
1364
|
align-items: center;
|
|
1365
1365
|
gap: 6px;
|
|
@@ -1397,7 +1397,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1397
1397
|
width: 14px;
|
|
1398
1398
|
height: 14px;
|
|
1399
1399
|
}
|
|
1400
|
-
`;import{useState as
|
|
1400
|
+
`;import{useState as Z1}from"react";import X1 from"styled-components";import{jsx as tC}from"react/jsx-runtime";var bm=e=>{let[t,o]=Z1(!1);return tC(eC,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},eC=X1.button`
|
|
1401
1401
|
display: flex;
|
|
1402
1402
|
align-items: center;
|
|
1403
1403
|
gap: 6px;
|
|
@@ -1435,7 +1435,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1435
1435
|
width: 14px;
|
|
1436
1436
|
height: 14px;
|
|
1437
1437
|
}
|
|
1438
|
-
`;import
|
|
1438
|
+
`;import oC from"qrcode";import rC from"react";import nC from"styled-components";import{jsx as Em}from"react/jsx-runtime";var Tm=()=>Em("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:Em("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as ri,jsx as tt,jsxs as xm}from"react/jsx-runtime";var yt=7,$l=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},iC=e=>{let t=oC.create(e,{errorCorrectionLevel:"high"}).modules,o=Nd(Array.from(t.data),t.size);return o=$l(o,0,0,yt,yt),o=$l(o,o.length-yt,0,yt,yt),o=$l(o,0,o.length-yt,yt,yt),o},aC=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>tt(ri,{children:[0,1,2].map(i=>tt("circle",{r:o*(yt-i*2)/2,cx:e+o*yt/2,cy:t+o*yt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),sC=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-yt)*e,0],[0,(t-yt)*e]];return tt(ri,{children:n.map(([i,a])=>tt(aC,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},lC=({matrix:e,cellSize:t,color:o})=>tt(ri,{children:e.map((r,n)=>r.map((i,a)=>i?tt("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):tt(rC.Fragment,{},`circle-${n}-${a}`)))}),Pm=(e,t)=>e-e%t,cC=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return tt(ri,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return xm(ri,{children:[tt("rect",{x:Pm(c,t),y:Pm(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),tt(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},dC=e=>{let t=e.outputSize,o=iC(e.url),r=t/o.length;return xm("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[tt(lC,{matrix:o,cellSize:r,color:e.fgColor}),tt(sC,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),tt(cC,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},pC=nC.div`
|
|
1439
1439
|
display: flex;
|
|
1440
1440
|
justify-content: center;
|
|
1441
1441
|
align-items: center;
|
|
@@ -1450,7 +1450,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1450
1450
|
border-color: ${e=>e.fgColor};
|
|
1451
1451
|
border-radius: var(--privy-border-radius-md);
|
|
1452
1452
|
}
|
|
1453
|
-
|
|
1453
|
+
`,ja=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return tt(pC,{size:r,bgColor:t,fgColor:o,children:tt(dC,{url:e.url,logo:{element:e.squareLogoElement??Tm},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as Ka,jsxs as uC}from"react/jsx-runtime";var ni=({style:e,...t})=>uC("svg",{width:"1000",height:"1000",viewBox:"0 0 1000 1000",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",...e},...t,children:[Ka("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),Ka("path",{d:"M257.778 155.556H742.222V844.444H671.111V528.889H670.414C662.554 441.677 589.258 373.333 500 373.333C410.742 373.333 337.446 441.677 329.586 528.889H328.889V844.444H257.778V155.556Z",fill:"white"}),Ka("path",{d:"M128.889 253.333L157.778 351.111H182.222V746.667C169.949 746.667 160 756.616 160 768.889V795.556H155.556C143.283 795.556 133.333 805.505 133.333 817.778V844.444H382.222V817.778C382.222 805.505 372.273 795.556 360 795.556H355.556V768.889C355.556 756.616 345.606 746.667 333.333 746.667H306.667V253.333H128.889Z",fill:"white"}),Ka("path",{d:"M675.556 746.667C663.283 746.667 653.333 756.616 653.333 768.889V795.556H648.889C636.616 795.556 626.667 805.505 626.667 817.778V844.444H875.556V817.778C875.556 805.505 865.606 795.556 853.333 795.556H848.889V768.889C848.889 756.616 838.94 746.667 826.667 746.667V351.111H851.111L880 253.333H702.222V746.667H675.556Z",fill:"white"})]});import{Fragment as Rm,jsx as be,jsxs as vr}from"react/jsx-runtime";var Am="#8a63d2",Wm=1e3,fC=Wm*2,hC=Wm*120,Mm=()=>{let{ready:e,authenticated:t,user:o}=G(),{lastScreen:r,navigate:n,navigateBack:i,setModalData:a,app:l}=S(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:u}=W(),[f,h]=ql(void 0),[y,C]=ql(!1),[E,P]=ql(!1),b=mC([]),_=l?.render.inDialog?Qe:0,R=s(),I=R?.meta.connectUri;return Sm(()=>{let x=Date.now(),L=setInterval(async()=>{let O=await R.pollForReady.execute(),F=Date.now()-x;if(O){clearInterval(L),C(!0);try{await c(),P(!0)}catch(H){let q={retryable:!1,message:"Authentication failed"};if(H?.privyErrorCode==="allowlist_rejected"){n("ALLOWLIST_REJECTION_SCREEN");return}else H?.privyErrorCode==="linked_to_another_user"?q.detail="This account has already been linked to another user.":H?.privyErrorCode==="invalid_credentials"?(q.retryable=!0,q.detail="Something went wrong. Try again."):H?.privyErrorCode==="too_many_requests"&&(q.detail="Too many requests. Please wait before trying again.");h(q)}}else F>hC&&(clearInterval(L),h({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},fC);return()=>{clearInterval(L),b.current.forEach(O=>clearTimeout(O))}},[]),Sm(()=>{if(e&&t&&E&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let L=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},_);return()=>clearTimeout(L)}E&&(Ct(o,l?.embeddedWallets.createOnLogin)?b.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:L=>console.error(L),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},_)):b.current.push(setTimeout(u,_)))}},[E,e,t,o]),_m||y?vr(Rm,{children:[be(A,{backFn:r?i:void 0,onClose:u},"header"),be(J,{}),vr(km,{children:[be(yC,{children:vr("div",{children:[be(Oo,{success:E,fail:!!f}),be(ni,{style:{width:"38px",height:"38px"}})]})}),vr(kt,{children:[be(we,{children:f?f.message:"Signing in with Farcaster"}),be(fe,{children:f?f.detail:"This should only take a moment"}),be(At,{children:I&&_m&&be(bm,{text:"Take me to Warpcast",url:I,color:Am})})]})]}),be(ee,{})]}):vr(Rm,{children:[be(A,{backFn:r?i:void 0,onClose:u},"header"),be(J,{}),be(km,{children:vr("div",{children:[be(we,{children:"Sign in with Farcaster"}),be(fe,{children:"Scan with your phone's camera to continue."}),be(Wa,{children:I?be(ja,{url:I,size:275,squareLogoElement:ni}):be(Tt,{})}),vr(At,{children:[be(fe,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),I&&be(pn,{text:I,itemName:"link",color:Am})]})]})}),be(ee,{})]})},km=Im.div`
|
|
1454
1454
|
display: flex;
|
|
1455
1455
|
flex-direction: column;
|
|
1456
1456
|
align-items: center;
|
|
@@ -1458,7 +1458,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1458
1458
|
margin-left: 27px;
|
|
1459
1459
|
margin-right: 27px;
|
|
1460
1460
|
gap: 24px;
|
|
1461
|
-
`,
|
|
1461
|
+
`,yC=Im.div`
|
|
1462
1462
|
display: flex;
|
|
1463
1463
|
flex-direction: column;
|
|
1464
1464
|
justify-content: center;
|
|
@@ -1481,7 +1481,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1481
1481
|
left: -19px;
|
|
1482
1482
|
top: -19px;
|
|
1483
1483
|
}
|
|
1484
|
-
`;import
|
|
1484
|
+
`;import vC from"@heroicons/react/24/outline/ClockIcon";import wC from"@heroicons/react/24/outline/EyeSlashIcon";import CC from"@heroicons/react/24/outline/LinkIcon";import io from"styled-components";import{jsx as jl,jsxs as gC}from"react/jsx-runtime";var Ya=({size:e=61,...t})=>jl("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:gC("g",{id:"moonpay_symbol_wht 2",children:[jl("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),jl("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 Nm,jsx as ot,jsxs as wr}from"react/jsx-runtime";var Kl=({title:e,desc:t,icon:o})=>wr(SC,{children:[ot(AC,{children:o}),wr(_C,{children:[ot(PC,{children:e}),ot(xC,{children:t})]})]}),Lm=({app:e,signedUrl:t,onContinue:o})=>wr(Nm,{children:[wr(EC,{children:[ot(Ya,{size:"3.75rem"}),wr(TC,{children:[e?.name," uses ",ot("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),wr(kC,{children:[ot(Kl,{icon:ot(CC,{width:"1rem"}),title:"Purchase assets to fund your account",desc:wr(Nm,{children:["Connect a payment method (",ot("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),ot(Kl,{icon:ot(vC,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),ot(Kl,{icon:ot(wC,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),ot(RC,{className:"mobile-only"})]}),ot(bC,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),ot(Ca,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),bC=io.span`
|
|
1485
1485
|
display: inline-block;
|
|
1486
1486
|
color: var(--privy-color-foreground-3);
|
|
1487
1487
|
text-align: center;
|
|
@@ -1490,13 +1490,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1490
1490
|
font-weight: 400;
|
|
1491
1491
|
line-height: 140%; /* 0.875rem */
|
|
1492
1492
|
margin-bottom: 0.25rem;
|
|
1493
|
-
`,
|
|
1493
|
+
`,EC=io.div`
|
|
1494
1494
|
display: flex;
|
|
1495
1495
|
flex-direction: column;
|
|
1496
1496
|
align-items: center;
|
|
1497
1497
|
justify-content: center;
|
|
1498
1498
|
padding: 1.5rem 0;
|
|
1499
|
-
`,
|
|
1499
|
+
`,TC=io.span`
|
|
1500
1500
|
color: var(--privy-color-foreground);
|
|
1501
1501
|
text-align: center;
|
|
1502
1502
|
font-size: 1.125rem;
|
|
@@ -1505,46 +1505,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1505
1505
|
margin: 1.5rem 0;
|
|
1506
1506
|
text-align: center;
|
|
1507
1507
|
max-width: 19.5rem;
|
|
1508
|
-
`,
|
|
1508
|
+
`,PC=io.span`
|
|
1509
1509
|
color: var(--privy-color-foreground);
|
|
1510
1510
|
font-size: 0.875rem;
|
|
1511
1511
|
font-weight: 500;
|
|
1512
1512
|
line-height: 1.225rem;
|
|
1513
1513
|
width: 100%;
|
|
1514
|
-
`,
|
|
1514
|
+
`,xC=io.span`
|
|
1515
1515
|
color: var(--privy-color-foreground-2);
|
|
1516
1516
|
font-size: 0.875rem;
|
|
1517
1517
|
font-weight: 400;
|
|
1518
1518
|
line-height: 1.225rem;
|
|
1519
|
-
`,
|
|
1519
|
+
`,SC=io.div`
|
|
1520
1520
|
display: flex;
|
|
1521
1521
|
align-items: flex-start;
|
|
1522
1522
|
gap: 0.5rem;
|
|
1523
1523
|
align-self: stretch;
|
|
1524
|
-
`,
|
|
1524
|
+
`,_C=io.div`
|
|
1525
1525
|
display: flex;
|
|
1526
1526
|
flex-direction: column;
|
|
1527
1527
|
gap: 0.25rem;
|
|
1528
1528
|
align-items: flex-start;
|
|
1529
1529
|
text-align: left;
|
|
1530
1530
|
flex: 1 0 0;
|
|
1531
|
-
`,
|
|
1531
|
+
`,AC=io.div`
|
|
1532
1532
|
padding-top: 2px;
|
|
1533
|
-
`,
|
|
1533
|
+
`,kC=io.div`
|
|
1534
1534
|
display: flex;
|
|
1535
1535
|
flex-direction: column;
|
|
1536
1536
|
gap: 1.25rem;
|
|
1537
1537
|
margin: 0 0.5rem;
|
|
1538
|
-
`,
|
|
1538
|
+
`,RC=io.div`
|
|
1539
1539
|
margin: 30px 0;
|
|
1540
|
-
`;import{ofetch as
|
|
1540
|
+
`;import{ofetch as IC}from"ofetch";import{useEffect as WC,useRef as MC,useState as NC}from"react";var Ja="moonpay",Om="sdk_fiat_on_ramp_completed_with_status";async function Dm(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 LC(e,t){let o=t?Ed:bd,r=t?Pd:Td;return IC(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Um(e,t=!1){let[o,r]=NC(null),{createAnalyticsEvent:n}=W(),i=MC(0);return WC(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await LC(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Om,{status:s,provider:Ja,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Om,{status:"serviceFailure",provider:Ja}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as OC,jsx as Yl,jsxs as DC}from"react/jsx-runtime";var Fm=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=W(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:DC(OC,{children:[Yl(A,{title:"Fund account"},"header"),Yl(Lm,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Ja}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Yl(V,{protectedByPrivy:!0})]})};import UC from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import FC from"@heroicons/react/24/solid/CheckCircleIcon";import BC from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as HC}from"react";import Bm from"styled-components";import{Fragment as Jl,jsx as rt,jsxs as Cr}from"react/jsx-runtime";var Hm=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=W(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Um(r||null,e.fiatOnRamp.useSandbox);return Cr(Jl,{children:[rt(A,{title:"Fund account"},"header"),rt(VC,{status:n,onClickCta:o}),rt(V,{protectedByPrivy:!0})]})},GC=e=>{switch(e){case"completed":return{title:"You've funded your account!",body:"It may take a few minutes for the assets to appear.",cta:"Continue"};case"failed":return{title:"Something went wrong!",body:Cr(Jl,{children:[Cr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",rt("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),rt("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:""}}},VC=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=HC(()=>GC(e),[e]);return Cr(Jl,{children:[Cr(KC,{children:[rt(qC,{status:e}),Cr(kt,{children:[rt("h3",{children:o}),rt(jC,{children:r})]})]}),n&&rt(U,{onClick:t,children:n})]})},zC=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)",$C=e=>{switch(e){case"serviceFailure":case"failed":return BC;case"completed":return FC;case"waitingAuthorization":return()=>rt(UC,{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}},qC=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return Cr("div",{style:{position:"relative"},children:[rt(Tt,{color:r,style:{position:"absolute"}}),rt(cl,{color:r}),rt(Ya,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=$C(e),o=zC(e);return rt("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&rt(t,{width:"4rem",height:"4rem",color:o})})},jC=Bm.p`
|
|
1541
1541
|
font-size: 1rem;
|
|
1542
1542
|
color: var(--privy-color-foreground-3);
|
|
1543
1543
|
margin-bottom: 1rem;
|
|
1544
1544
|
display: flex;
|
|
1545
1545
|
flex-direction: column;
|
|
1546
1546
|
gap: 1rem;
|
|
1547
|
-
`,
|
|
1547
|
+
`,KC=Bm.div`
|
|
1548
1548
|
display: flex;
|
|
1549
1549
|
flex-direction: column;
|
|
1550
1550
|
align-items: center;
|
|
@@ -1552,7 +1552,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1552
1552
|
margin-left: 1.75rem;
|
|
1553
1553
|
margin-right: 1.75rem;
|
|
1554
1554
|
padding: 2rem 0;
|
|
1555
|
-
`;import
|
|
1555
|
+
`;import YC from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import JC from"styled-components";import{Fragment as ZC,jsx as qo,jsxs as XC}from"react/jsx-runtime";var Gm=()=>{let{closePrivyModal:e}=W();return XC(ZC,{children:[qo(A,{},"header"),qo(QC,{children:qo(YC,{style:{width:32,height:32}})}),qo(ro,{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"}}),qo(_t,{children:qo(U,{onClick:()=>e(),children:"Close"})}),qo(Q,{}),qo(V,{protectedByPrivy:!0})]})},QC=JC.div`
|
|
1556
1556
|
border-radius: 50%;
|
|
1557
1557
|
height: 68px;
|
|
1558
1558
|
width: 68px;
|
|
@@ -1562,18 +1562,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1562
1562
|
background-color: var(--privy-color-accent);
|
|
1563
1563
|
color: white;
|
|
1564
1564
|
margin: 0 auto 24px auto;
|
|
1565
|
-
`;import*as
|
|
1565
|
+
`;import*as qm from"react-device-detect";import rb from"styled-components";import Ql from"styled-components";import{jsx as Vm}from"react/jsx-runtime";var zm=({style:e,...t})=>Vm("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:Vm("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 tb,jsxs as ob}from"react/jsx-runtime";var $m=Ql.div`
|
|
1566
1566
|
display: flex;
|
|
1567
1567
|
flex-direction: column;
|
|
1568
1568
|
justify-content: flex-start;
|
|
1569
1569
|
gap: 4px;
|
|
1570
|
-
`,
|
|
1570
|
+
`,Zl=Ql.div`
|
|
1571
1571
|
&&& {
|
|
1572
1572
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
1573
1573
|
border-left: 2px solid var(--privy-color-foreground-4);
|
|
1574
1574
|
height: 12px;
|
|
1575
1575
|
}
|
|
1576
|
-
`,
|
|
1576
|
+
`,Qa=({children:e})=>ob(eb,{children:[tb(zm,{style:{width:"16px",height:"16px"}}),e]}),eb=Ql.div`
|
|
1577
1577
|
display: flex;
|
|
1578
1578
|
justify-content: flex-start;
|
|
1579
1579
|
justify-items: center;
|
|
@@ -1591,15 +1591,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1591
1591
|
margin-bottom: auto;
|
|
1592
1592
|
}
|
|
1593
1593
|
}
|
|
1594
|
-
`;import{Fragment as
|
|
1594
|
+
`;import{Fragment as ab,jsx as Me,jsxs as ii}from"react/jsx-runtime";var nb=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return qm.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),ii(ib,{children:[Me(Vn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),Me(At,{children:Me(Zt,{style:{width:"152px",height:"152px"}})}),ii($m,{children:[Me(Qa,{children:ii("div",{children:[Me("span",{children:"Install the "}),Me("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),Me(Zl,{}),Me(Qa,{children:"Set up your first wallet"}),Me(Zl,{}),Me(Qa,{children:"Store your recovery phrase in a safe place!"})]}),Me(ba,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},jm=()=>{let{navigateBack:e}=S();return ii(ab,{children:[Me(A,{backFn:e},"header"),Me(J,{}),Me(nb,{}),Me(Q,{}),ii(ee,{children:[Me("span",{children:"Still not sure? "}),Me("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},ib=rb(At)`
|
|
1595
1595
|
gap: 30px;
|
|
1596
1596
|
|
|
1597
1597
|
> :first-child > svg {
|
|
1598
1598
|
margin-top: 20px;
|
|
1599
1599
|
}
|
|
1600
|
-
`;import
|
|
1600
|
+
`;import Hb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Gb,useState as pf}from"react";import{isMobile as Vb}from"react-device-detect";import zb from"styled-components";import ub from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as mb}from"react";import sb from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as lb,useState as Km}from"react";import Jm from"styled-components";import{Fragment as pb,jsx as ai,jsxs as Ym}from"react/jsx-runtime";var Za=lb((e,t)=>{let[o,r]=Km(""),[n,i]=Km(!1),{authenticated:a}=G(),{initLoginWithEmail:l}=W(),{navigate:s,setModalData:c,currentScreen:u}=S(),{enabled:f,token:h}=de(),y=Gi(o),C=n,E=n||!y,P=_=>{i(!0),l(o,_).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(R=>{c({errorModalData:{error:R,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},b=()=>{f&&!h&&!a?(c({captchaModalData:{callback:_=>l(o,_),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):P(h)};return Ym(pb,{children:[ai(cb,{children:Ym(db,{children:[ai(sb,{}),ai("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:_=>r(_.target.value),onKeyUp:_=>{_.key==="Enter"&&b()},value:o,autoComplete:"email"}),e.stacked?null:ai(zr,{isSubmitting:C,onClick:b,disabled:E,children:"Submit"})]})}),e.stacked?ai(U,{loadingText:null,loading:C,disabled:E,onClick:b,children:"Submit"}):null]})}),cb=Jm.div`
|
|
1601
1601
|
width: 100%;
|
|
1602
|
-
`,
|
|
1602
|
+
`,db=Jm.label`
|
|
1603
1603
|
display: block;
|
|
1604
1604
|
position: relative;
|
|
1605
1605
|
width: 100%;
|
|
@@ -1657,9 +1657,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1657
1657
|
&& > input::placeholder {
|
|
1658
1658
|
color: var(--privy-color-foreground-3);
|
|
1659
1659
|
}
|
|
1660
|
-
`;import{Fragment as
|
|
1660
|
+
`;import{Fragment as fb,jsx as Xa,jsxs as Qm}from"react/jsx-runtime";var es=({isEditable:e,setIsEditable:t})=>{let o=mb(null);return Qm(fb,{children:[Xa(vo,{if:!e,children:Xa(Za,{ref:o})}),Xa(vo,{if:e,children:Qm(ve,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Xa(ub,{})," Continue with Email"]})})]})};import{useState as hb}from"react";import{jsx as Xl,jsxs as yb}from"react/jsx-runtime";var ts=()=>{let[e,t]=hb(!1),{currentScreen:o,navigate:r,setModalData:n}=S(),{enabled:i,token:a}=de(),{initLoginWithFarcaster:l}=W();return yb(ve,{onClick:async()=>{t(!0);try{i&&!a?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):(await l(a),r("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:o||"LANDING"}}),r("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[Xl(ni,{})," Farcaster",e&&Xl("span",{children:Xl(dr,{})})]})};import kb from"@heroicons/react/24/outline/PhoneIcon";import{useRef as Rb}from"react";import{forwardRef as xb,useState as ec}from"react";import rf from"styled-components";import gb from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as vb,AsYouType as wb,getCountries as Cb,getCountryCallingCode as os,getExampleNumber as bb}from"libphonenumber-js/min";import{jsx as Pb,jsxs as Tb}from"react/jsx-runtime";var si=(e,t)=>vb(String(e),t),rs=(e,t)=>`+${os(t)} ${e}`,Zm=e=>`*${e.replaceAll("-","").slice(-4)}`,Xm=e=>new wb(e),Eb=Cb().map(e=>({code:e,callCode:os(e)})),ef=e=>bb(e,gb)?.formatNational(),tf=({value:e,onChange:t})=>Pb("select",{value:e,onChange:t,children:Eb.map(o=>Tb("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as Ab,jsx as li,jsxs as of}from"react/jsx-runtime";var un=xb((e,t)=>{let{app:o}=S(),[r,n]=ec(""),[i,a]=ec(o?.intl.defaultCountry??"US"),l=si(r,i),s=Xm(i),c=ef(i),u=os(i),f=!l,[h,y]=ec(!1),C=u.length,E=_=>{let R=_.target.value;a(R),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:rs(r,R),countryCode:R,isValid:si(r,i)})},P=_=>{try{let R=_.replace(/\D/g,""),I=r.replace(/\D/g,""),x=R===I?_:s.input(_);n(x),e.onChange&&e.onChange({rawPhoneNumber:x,qualifiedPhoneNumber:rs(_,i),countryCode:i,isValid:si(_,i)})}catch(R){console.error("Error processing phone number:",R)}},b=()=>{y(!0);let _=rs(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:_,countryCode:i,isValid:si(r,i)}).finally(()=>y(!1))};return of(Ab,{children:[li(Sb,{children:of(_b,{callingCodeLength:C,children:[li(tf,{value:i,onChange:E}),li("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:_=>{P(_.target.value)},onKeyUp:_=>{_.key==="Enter"&&b()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?li(zr,{isSubmitting:h,onClick:b,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?li(U,{loading:h,loadingText:null,onClick:b,disabled:f,children:"Submit"}):null]})}),Sb=rf.div`
|
|
1661
1661
|
width: 100%;
|
|
1662
|
-
`,
|
|
1662
|
+
`,_b=rf.label`
|
|
1663
1663
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
1664
1664
|
--phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
|
|
1665
1665
|
display: block;
|
|
@@ -1745,11 +1745,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1745
1745
|
&& > input::placeholder {
|
|
1746
1746
|
color: var(--privy-color-foreground-3);
|
|
1747
1747
|
}
|
|
1748
|
-
`;import{Fragment as wb,jsx as os,jsxs as ef}from"react/jsx-runtime";var rs=({isEditable:e,setIsEditable:t})=>{let o=vb(null),{authenticated:r}=G(),{navigate:n,setModalData:i,currentScreen:a}=S(),{initLoginWithSms:l}=W(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:h=>l(f,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return ef(wb,{children:[os(bo,{if:!e,children:os(mn,{ref:o,onSubmit:u})}),os(bo,{if:e,children:ef(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[os(gb,{})," Continue with SMS"]})})]})};import{jsx as tf,jsxs as Cb}from"react/jsx-runtime";var ns=({style:e,...t})=>Cb("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[tf("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),tf("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as si,jsxs as bb}from"react/jsx-runtime";var is=({style:e,...t})=>bb("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[si("g",{clipPath:"url(#clip0)",children:si("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),si("defs",{children:si("clipPath",{id:"clip0",children:si("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as of}from"react/jsx-runtime";var as=({style:e,...t})=>of("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:of("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as ss,jsxs as Eb}from"react/jsx-runtime";var ls=({style:e,...t})=>Eb("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[ss("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"}),ss("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"}),ss("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"}),ss("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 cs}from"react/jsx-runtime";function ds({style:e,...t}){return cs("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:cs("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:cs("g",{transform:"scale(5.12,5.12)",children:cs("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as rf,jsxs as Tb}from"react/jsx-runtime";function ps(e){return Tb("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[rf("path",{fill:"#1ed760",d:"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8Z"}),rf("path",{d:"M406.6 231.1c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3zm-31 76.2c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm-26.9 65.6c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4z"})]})}import{jsx as Zl,jsxs as Pb}from"react/jsx-runtime";function us(e){return Pb("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[Zl("path",{fill:"#26f4ee",d:"M204958 0c5369 45832 32829 78170 77253 81022v43471l-287 27V87593c-44424-2850-69965-30183-75333-76015l-47060-1v192819c6791 86790-60835 89368-86703 56462 30342 18977 79608 6642 73766-68039V0h58365zM78515 319644c-26591-5471-50770-21358-64969-44588-34496-56437-3401-148418 96651-157884v54345l-164 27v-40773C17274 145544 7961 245185 33650 286633c9906 15984 26169 27227 44864 33011z"}),Zl("path",{fill:"#fb2c53",d:"M218434 11587c3505 29920 15609 55386 35948 70259-27522-10602-43651-34934-47791-70262l11843 3zm63489 82463c3786 804 7734 1348 11844 1611v51530c-25770 2537-48321-5946-74600-21749l4034 88251c0 28460 106 41467-15166 67648-34260 58734-95927 63376-137628 35401 54529 22502 137077-4810 136916-103049v-96320c26279 15803 48830 24286 74600 21748V94050zm-171890 37247c5390-1122 11048-1985 16998-2548v54345c-21666 3569-35427 10222-41862 22528-20267 38754 5827 69491 35017 74111-33931 5638-73721-28750-49999-74111 6434-12304 18180-18959 39846-22528v-51797zm64479-119719h1808-1808z"}),Zl("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as nf}from"react/jsx-runtime";var ms=({style:e,...t})=>nf("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",width:"24px",...e},...t,children:nf("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});import{jsx as Jo,jsxs as Sb}from"react/jsx-runtime";var xb={apple:{logo:Jo(ns,{}),displayName:"Apple"},discord:{logo:Jo(is,{}),displayName:"Discord"},github:{logo:Jo(as,{}),displayName:"GitHub"},google:{logo:Jo(ls,{}),displayName:"Google"},linkedin:{logo:Jo(ds,{}),displayName:"LinkedIn"},spotify:{logo:Jo(ps,{}),displayName:"Spotify"},twitter:{logo:Jo(ms,{}),displayName:"Twitter"},tiktok:{logo:Jo(us,{}),displayName:"TikTok"}},Ne=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=W(),{displayName:a,logo:l}=xb[e];return Sb(ge,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import _b from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as af,jsxs as Ab}from"react/jsx-runtime";var fs=({onClick:e,text:t,icon:o})=>Ab(ge,{onClick:e,children:[o,af(ba,{children:t}),af(_b,{})]});import{Fragment as Xl,jsx as Le,jsxs as ys}from"react/jsx-runtime";var gs=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=W(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=S(),i=r.loginMethodsAndOrder?.primary??[],a=r.loginMethodsAndOrder?.overflow??[],l=[...i,...a],[s,c]=sf("default"),[u,f]=sf("email");Rb(()=>{let x=l.indexOf("sms"),L=l.indexOf("email");x>-1&&x<L&&f("sms")},[i,a]);let h=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{c("default")},150)};n.current=h;let y=x=>x==="email"?Le(Za,{isEditable:u==="email",setIsEditable:()=>{f("email")}},x):x==="sms"?Le(rs,{isEditable:u==="sms",setIsEditable:()=>{f("sms")}},x):x==="apple"?Le(Ne,{provider:"apple"},x):x==="discord"?Le(Ne,{provider:"discord"},x):x==="farcaster"?Le(Xa,{},x):x==="github"?Le(Ne,{provider:"github"},x):x==="google"?Le(Ne,{provider:"google"},x):x==="linkedin"?Le(Ne,{provider:"linkedin"},x):x==="tiktok"?Le(Ne,{provider:"tiktok"},x):x==="twitter"&&(!Ib||r?.loginConfig.twitterOAuthOnMobileEnabled)?Le(Ne,{provider:"twitter"},x):$n([x],o,e,l),C=i.map(y).flat(),E=a.map(y).flat(),P=[...C,...E],b=Mb({primary:C.length,overflow:E.length}),[A,R]=Ad(P,b);return ys(Xl,{children:[Le(_,{title:"Log in or sign up",onClose:h,backFn:s==="default"?void 0:()=>{c("default")}}),s==="default"&&Le(Nb,{}),Le(Ea,{style:{overflow:"hidden",padding:2},children:ys(St,{children:[s==="default"&&ys(Xl,{children:[...A,R.length>0&&Le(fs,{text:"More options",icon:Le(kb,{}),onClick:()=>c("overflow")})]}),s==="overflow"&&ys(Xl,{children:[...R]})]})}),r&&Le(jr,{app:r}),Le(V,{protectedByPrivy:!0})]})},hs=5,Mb=({primary:e,overflow:t})=>e<hs?e:e===hs&&t===0?hs:hs-1,Nb=Wb(tn)`
|
|
1748
|
+
`;import{Fragment as Ib,jsx as ns,jsxs as nf}from"react/jsx-runtime";var is=({isEditable:e,setIsEditable:t})=>{let o=Rb(null),{authenticated:r}=G(),{navigate:n,setModalData:i,currentScreen:a}=S(),{initLoginWithSms:l}=W(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:h=>l(f,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return nf(Ib,{children:[ns(vo,{if:!e,children:ns(un,{ref:o,onSubmit:u})}),ns(vo,{if:e,children:nf(ve,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ns(kb,{})," Continue with SMS"]})})]})};import{jsx as af,jsxs as Wb}from"react/jsx-runtime";var as=({style:e,...t})=>Wb("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:[af("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"}),af("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 ci,jsxs as Mb}from"react/jsx-runtime";var ss=({style:e,...t})=>Mb("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:[ci("g",{clipPath:"url(#clip0)",children:ci("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"})}),ci("defs",{children:ci("clipPath",{id:"clip0",children:ci("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as sf}from"react/jsx-runtime";var ls=({style:e,...t})=>sf("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:sf("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as cs,jsxs as Nb}from"react/jsx-runtime";var ds=({style:e,...t})=>Nb("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:[cs("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"}),cs("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"}),cs("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"}),cs("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 ps}from"react/jsx-runtime";function us({style:e,...t}){return ps("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:ps("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ps("g",{transform:"scale(5.12,5.12)",children:ps("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 lf,jsxs as Lb}from"react/jsx-runtime";function ms(e){return Lb("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[lf("path",{fill:"#1ed760",d:"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8Z"}),lf("path",{d:"M406.6 231.1c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3zm-31 76.2c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm-26.9 65.6c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4z"})]})}import{jsx as tc,jsxs as Ob}from"react/jsx-runtime";function fs(e){return Ob("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:[tc("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"}),tc("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"}),tc("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as cf}from"react/jsx-runtime";var hs=({style:e,...t})=>cf("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:cf("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});import{jsx as jo,jsxs as Ub}from"react/jsx-runtime";var Db={apple:{logo:jo(as,{}),displayName:"Apple"},discord:{logo:jo(ss,{}),displayName:"Discord"},github:{logo:jo(ls,{}),displayName:"GitHub"},google:{logo:jo(ds,{}),displayName:"Google"},linkedin:{logo:jo(us,{}),displayName:"LinkedIn"},spotify:{logo:jo(ms,{}),displayName:"Spotify"},twitter:{logo:jo(hs,{}),displayName:"Twitter"},tiktok:{logo:jo(fs,{}),displayName:"TikTok"}},Ne=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=W(),{displayName:a,logo:l}=Db[e];return Ub(ve,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import Fb from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as df,jsxs as Bb}from"react/jsx-runtime";var ys=({onClick:e,text:t,icon:o})=>Bb(ve,{onClick:e,children:[o,df(Ta,{children:t}),df(Fb,{})]});import{Fragment as oc,jsx as Le,jsxs as vs}from"react/jsx-runtime";var ws=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=W(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=S(),i=r.loginMethodsAndOrder?.primary??[],a=r.loginMethodsAndOrder?.overflow??[],l=[...i,...a],[s,c]=pf("default"),[u,f]=pf("email");Gb(()=>{let x=l.indexOf("sms"),L=l.indexOf("email");x>-1&&x<L&&f("sms")},[i,a]);let h=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{c("default")},150)};n.current=h;let y=x=>x==="email"?Le(es,{isEditable:u==="email",setIsEditable:()=>{f("email")}},x):x==="sms"?Le(is,{isEditable:u==="sms",setIsEditable:()=>{f("sms")}},x):x==="apple"?Le(Ne,{provider:"apple"},x):x==="discord"?Le(Ne,{provider:"discord"},x):x==="farcaster"?Le(ts,{},x):x==="github"?Le(Ne,{provider:"github"},x):x==="google"?Le(Ne,{provider:"google"},x):x==="linkedin"?Le(Ne,{provider:"linkedin"},x):x==="tiktok"?Le(Ne,{provider:"tiktok"},x):x==="twitter"&&(!Vb||r?.loginConfig.twitterOAuthOnMobileEnabled)?Le(Ne,{provider:"twitter"},x):jn([x],o,e,l),C=i.map(y).flat(),E=a.map(y).flat(),P=[...C,...E],b=$b({primary:C.length,overflow:E.length}),[_,R]=Md(P,b);return vs(oc,{children:[Le(A,{title:"Log in or sign up",onClose:h,backFn:s==="default"?void 0:()=>{c("default")}}),s==="default"&&Le(qb,{}),Le(Pa,{style:{overflow:"hidden",padding:2},children:vs(St,{children:[s==="default"&&vs(oc,{children:[..._,R.length>0&&Le(ys,{text:"More options",icon:Le(Hb,{}),onClick:()=>c("overflow")})]}),s==="overflow"&&vs(oc,{children:[...R]})]})}),r&&Le($r,{app:r}),Le(V,{protectedByPrivy:!0})]})},gs=5,$b=({primary:e,overflow:t})=>e<gs?e:e===gs&&t===0?gs:gs-1,qb=zb(Xr)`
|
|
1749
1749
|
margin-bottom: 16px;
|
|
1750
|
-
`;import
|
|
1750
|
+
`;import Jb from"@heroicons/react/24/outline/EnvelopeIcon";import Qb from"@heroicons/react/24/outline/PhoneIcon";import Zb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Xb,useState as hf}from"react";import{isMobile as e0}from"react-device-detect";import t0 from"styled-components";import{jsx as di,jsxs as uf}from"react/jsx-runtime";var mf=({...e})=>uf("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[uf("g",{clipPath:"url(#clip0_2856_1743)",children:[di("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"}),di("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"})]}),di("defs",{children:di("clipPath",{id:"clip0_2856_1743",children:di("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import jb from"@heroicons/react/24/outline/ChevronRightIcon";import Kb from"@heroicons/react/24/outline/WalletIcon";import{jsx as rc,jsxs as Yb}from"react/jsx-runtime";var ff=({onClick:e,text:t})=>Yb(ve,{onClick:e,children:[rc(Kb,{}),rc(Ta,{children:t}),rc(jb,{})]});import{Fragment as pi,jsx as ye,jsxs as mn}from"react/jsx-runtime";var Cs=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=W(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=S(),{email:i,sms:a,google:l,twitter:s,discord:c,github:u,spotify:f,tiktok:h,linkedin:y,apple:C,wallet:E,farcaster:P}=r?.loginMethods??{},b=r?.appearance.loginGroupPriority||"web2-first",_=r?.appearance.hideDirectWeb2Inputs,[R,I]=hf("default"),[x,L]=hf(i?"email":"sms");Xb(()=>{L(i?"email":"sms")},[i]);let O=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{I("default")},150)};n.current=O;let F=[i&&ye(es,{isEditable:x==="email",setIsEditable:()=>{L("email")}}),a&&ye(is,{isEditable:x==="sms",setIsEditable:()=>{L("sms")}})].filter(Boolean),H=[l&&ye(Ne,{provider:"google"}),s&&(!e0||r?.loginConfig.twitterOAuthOnMobileEnabled)&&ye(Ne,{provider:"twitter"}),c&&ye(Ne,{provider:"discord"}),u&&ye(Ne,{provider:"github"}),f&&ye(Ne,{provider:"spotify"}),h&&ye(Ne,{provider:"tiktok"}),y&&ye(Ne,{provider:"linkedin"}),C&&ye(Ne,{provider:"apple"}),P&&ye(ts,{})].filter(Boolean),q=jn(r.appearance.walletList,o,e,r.appearance.walletList),D=R==="default"?void 0:()=>{I("default")},z=r0({priority:b,email:i,sms:a,social:H}),k=n0({priority:b,email:i,sms:a,social:H}),oe=i0({priority:b,email:i,sms:a,social:H}),ne=ye(ff,{text:oe,onClick:()=>I("web3-overflow")}),j=ye(ys,{text:z,icon:k,onClick:()=>I("web2-overflow")}),$e=_?0:1;return mn(pi,{children:[ye(A,{title:"Log in or sign up",onClose:O,backFn:D}),R==="default"&&ye(o0,{}),ye(Pa,{style:{overflow:"hidden",padding:2},children:mn(St,{children:[R==="default"&&b==="web2-first"&&mn(pi,{children:[...F,...H.length+F.length>4?H.slice(0,3-F.length):H,F.length+H.length>4&&j,E&&ne]}),R==="default"&&b==="web3-first"&&mn(pi,{children:[E&&mn(pi,{children:[...q.length>4?q.slice(0,3):q,q.length>4&&ne]}),F.length+H.length>$e&&j,F.length+H.length===$e&&F.length?F[0]:null,F.length+H.length===$e&&H.length?H[0]:null]}),R==="web2-overflow"&&mn(pi,{children:[...b==="web3-first"?F:[],...H]}),...R==="web3-overflow"?q:[]]})}),r&&ye($r,{app:r}),ye(V,{protectedByPrivy:!0})]})},o0=t0(Xr)`
|
|
1751
1751
|
margin-bottom: 16px;
|
|
1752
|
-
|
|
1752
|
+
`,r0=({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",n0=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?ye(Zb,{}):t&&o?ye(mf,{}):t?ye(Jb,{}):o?ye(Qb,{}):null,i0=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as yf}from"react/jsx-runtime";var gf=()=>{let{app:e}=S();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?yf(ws,{connectOnly:!0}):yf(Cs,{connectOnly:!0})};import{jsx as vf}from"react/jsx-runtime";var wf=()=>{let{app:e}=S();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?vf(ws,{connectOnly:!1}):vf(Cs,{connectOnly:!1})};import a0 from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as s0,jsx as Ko,jsxs as l0}from"react/jsx-runtime";var Cf=()=>{let{app:e}=S();return l0(s0,{children:[Ko(A,{},"header"),Ko(J,{}),Ko(Ce,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Ko(a0,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Ko(_t,{children:Ko(Za,{stacked:!0})}),Ko(Q,{}),Ko(V,{protectedByPrivy:!0})]})};import c0 from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as d0,jsx as Yo,jsxs as p0}from"react/jsx-runtime";var bf=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=S(),{initLoginWithSms:i}=W();async function a({qualifiedPhoneNumber:l}){try{await i(l),r("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:o?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),r("ERROR_SCREEN")}}return p0(d0,{children:[Yo(A,{},"header"),Yo(J,{}),Yo(Ce,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Yo(c0,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Yo(_t,{children:Yo(un,{stacked:!0,onSubmit:a})}),Yo(Q,{}),Yo(V,{protectedByPrivy:!0})]})};import{Fragment as u0,jsx as ui,jsxs as m0}from"react/jsx-runtime";var Ef=()=>{let{linkingHint:e}=W(),{app:t}=S(),o=e?`Select the wallet with ${Wo(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return m0(u0,{children:[ui(A,{},"header"),ui(ro,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),ui(St,{children:ui(Zr,{connectOnly:!1})}),ui(V,{protectedByPrivy:!0})]})};import{jsx as Tf,jsxs as f0}from"react/jsx-runtime";var Pf=({style:e,...t})=>f0("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:[Tf("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Tf("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 h0,jsx as Jo,jsxs as xf}from"react/jsx-runtime";var Sf=()=>{let{closePrivyModal:e}=W(),{navigate:t}=S();return xf(h0,{children:[Jo(A,{},"header"),Jo(J,{}),Jo(Pf,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Jo(ro,{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"}}),xf(_t,{children:[Jo(U,{onClick:()=>t("LANDING"),children:"Try again"}),Jo(Ft,{onClick:()=>e(),children:"Cancel"})]}),Jo(Q,{}),Jo(V,{protectedByPrivy:!0})]})};import Lf from"@heroicons/react/20/solid/CheckIcon";import O0 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import D0 from"@heroicons/react/24/outline/FingerPrintIcon";import U0 from"@heroicons/react/24/outline/PhoneIcon";import Of from"@heroicons/react/24/outline/TrashIcon";import F0 from"@heroicons/react/24/solid/CheckBadgeIcon";import Df from"@heroicons/react/24/solid/CheckCircleIcon";import Uf from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import B0 from"@heroicons/react/24/solid/IdentificationIcon";import cc from"@heroicons/react/24/solid/PhoneIcon";import lc from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as Ff,useState as To}from"react";import{useState as ac}from"react";import{isMobile as b0}from"react-device-detect";import If from"styled-components";import{Dialog as _f,Transition as nc}from"@headlessui/react";import ic from"react";import hn from"styled-components";import{jsx as fn,jsxs as C0}from"react/jsx-runtime";var Af=({children:e,open:t,onClick:o,...r})=>fn(nc,{show:t,as:ic.Fragment,children:C0(_f,{onClose:o,...r,as:g0,children:[fn(nc.Child,{as:ic.Fragment,enterFrom:"entering",leaveTo:"leaving",children:fn(y0,{"aria-hidden":"true"})}),fn(v0,{children:fn(nc.Child,{as:ic.Fragment,enterFrom:"entering",leaveTo:"leaving",children:fn(_f.Panel,{as:w0,children:e})})})]})}),yn=hn.div`
|
|
1753
1753
|
display: flex;
|
|
1754
1754
|
flex-direction: column;
|
|
1755
1755
|
text-align: center;
|
|
@@ -1772,7 +1772,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1772
1772
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1773
1773
|
border-radius: var(--privy-border-radius-lg);
|
|
1774
1774
|
}
|
|
1775
|
-
`,
|
|
1775
|
+
`,y0=hn.div`
|
|
1776
1776
|
position: fixed;
|
|
1777
1777
|
inset: 0;
|
|
1778
1778
|
|
|
@@ -1785,10 +1785,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1785
1785
|
backdrop-filter: unset;
|
|
1786
1786
|
-webkit-backdrop-filter: unset;
|
|
1787
1787
|
}
|
|
1788
|
-
`,
|
|
1788
|
+
`,g0=hn.div`
|
|
1789
1789
|
position: relative;
|
|
1790
1790
|
z-index: 999999;
|
|
1791
|
-
`,
|
|
1791
|
+
`,v0=hn.div`
|
|
1792
1792
|
position: fixed;
|
|
1793
1793
|
inset: 0;
|
|
1794
1794
|
display: flex;
|
|
@@ -1796,7 +1796,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1796
1796
|
justify-content: center;
|
|
1797
1797
|
width: 100vw;
|
|
1798
1798
|
min-height: 100vh;
|
|
1799
|
-
`,
|
|
1799
|
+
`,w0=hn.div`
|
|
1800
1800
|
// reset some default dialog styles
|
|
1801
1801
|
padding: 0;
|
|
1802
1802
|
background: transparent;
|
|
@@ -1843,19 +1843,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1843
1843
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1844
1844
|
border-radius: var(--privy-border-radius-lg);
|
|
1845
1845
|
}
|
|
1846
|
-
`,
|
|
1846
|
+
`,kf=hn.div`
|
|
1847
1847
|
display: flex;
|
|
1848
1848
|
flex-direction: column;
|
|
1849
1849
|
align-items: center;
|
|
1850
1850
|
justify-content: center;
|
|
1851
1851
|
height: 100%;
|
|
1852
|
-
`;import{Fragment as
|
|
1852
|
+
`;import{Fragment as A0,jsx as mi,jsxs as _0}from"react/jsx-runtime";var fi=6,E0=new Array(fi).fill("");function T0(e){return e.replace(/\s+/g,"")}function sc(e){return/^[0-9]{1}$/.test(e)}function Rf(e){return e.length===fi&&e.every(sc)}function P0(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var gn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=ac(E0),[a,l]=ac(null),[s,c]=ac(null),u=async C=>{C.preventDefault();let E=T0(C.currentTarget.value);if(E==="")return;let P=P0(n,sc),b=E.split(""),_=!b.every(sc),R=b.length+P>fi;if(_){l("Passcode can only be numbers"),c(1);return}if(R){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let I=Number(C.currentTarget.name?.charAt(4)),x=[...E||[""]].slice(0,fi-I),L=[...n.slice(0,I),...x,...n.slice(I+x.length)];i(L);let O=x.length,F=Math.min(Math.max(I+O,0),fi-1);if(document.querySelector(`input[name=pin-${F}]`)?.focus(),Rf(L))try{await e(L.join("")),document.querySelector(`input[name=pin-${F}]`)?.blur()}catch(q){c(1),l(q.message)}else try{await e(null)}catch(q){c(1),l(q.message)}},f=C=>{s===1&&(l(null),c(null));let E=[...n.slice(0,C),"",...n.slice(C+1)];i(E),C>0&&document.querySelector(`input[name=pin-${C-1}]`)?.focus(),Rf(E)?e(E.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return mi(A0,{children:_0(x0,{children:[mi("div",{children:n.map((C,E)=>mi("input",{name:`pin-${E}`,type:"text",value:n[E],onChange:u,onKeyUp:P=>{P.key==="Backspace"&&f(E)},inputMode:"numeric",autoFocus:E===0,pattern:"[0-9]",className:y,autoComplete:b0?"one-time-code":"off",disabled:t},E))}),mi("div",{children:mi(S0,{fail:!!o||!!a,children:o||a})})]})})},x0=If.div`
|
|
1853
1853
|
display: flex;
|
|
1854
1854
|
flex-direction: column;
|
|
1855
1855
|
width: 100%;
|
|
1856
1856
|
gap: 8px;
|
|
1857
1857
|
|
|
1858
|
-
${
|
|
1858
|
+
${yn}[data-height='medium'] & {
|
|
1859
1859
|
margin-top: 22px;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
@@ -1920,7 +1920,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1920
1920
|
transform: translate(1px, 0px);
|
|
1921
1921
|
}
|
|
1922
1922
|
}
|
|
1923
|
-
`,
|
|
1923
|
+
`,S0=If.div`
|
|
1924
1924
|
line-height: 20px;
|
|
1925
1925
|
font-size: 13px;
|
|
1926
1926
|
display: flex;
|
|
@@ -1928,7 +1928,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1928
1928
|
width: 100%;
|
|
1929
1929
|
|
|
1930
1930
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1931
|
-
`;import{useContext as
|
|
1931
|
+
`;import{useContext as k0}from"react";function vn(){let{promptMfa:e,init:t,submit:o,cancel:r}=k0(le);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as R0}from"react";function hi(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=R0(le);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import I0 from"styled-components";import{jsx as Wf,jsxs as M0}from"react/jsx-runtime";var Mf=e=>M0(W0,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Wf("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Wf("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"})]}),W0=I0.svg`
|
|
1932
1932
|
height: 90px;
|
|
1933
1933
|
width: 90px;
|
|
1934
1934
|
|
|
@@ -1939,7 +1939,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1939
1939
|
> path {
|
|
1940
1940
|
fill: white;
|
|
1941
1941
|
}
|
|
1942
|
-
`;import
|
|
1942
|
+
`;import N0 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as L0}from"react/jsx-runtime";var Nf=({size:e,authUrl:t})=>L0(ja,{url:t,squareLogoElement:N0,size:e,fgColor:"#1F1F1F"});import{Fragment as It,jsx as g,jsxs as Z}from"react/jsx-runtime";var Bf=()=>{let{user:e,enrollInMfa:t}=G(),[o,r]=To(null),{unenrollWithSms:n,unenrollWithTotp:i}=hi(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),{closePrivyModal:u}=W(),{promptMfa:f}=vn(),[h,y]=To(s?.mfaEnrollmentFlow?.seenIntro||!1),[C,E]=To(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),P=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),E(null)},500)};c.current=P;let b=e?.mfaMethods.includes("sms"),_=!!e?.phone,R=e?.mfaMethods.includes("totp"),I=b||R;Ff(()=>{I&&y(!0)},[I]);function x(){r(null),E(null)}function L(){y(!1)}async function O(D){await f(),E(D)}if(!l||!e||!a)return Z(It,{children:[g(A,{onClose:P},"header"),g(Be,{children:g(Mf,{})}),g(Uo,{children:g(Tt,{})}),g(ee,{})]});async function F(){r(null);try{await n()}catch{r(null)}}async function H(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return Z(It,{children:[g(A,{backFn:x,onClose:P},"header"),g(Be,{children:g(Xe,{children:g(cc,{})})}),g(we,{children:"Remove SMS verification?"}),Z(fe,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),g(Fo,{children:g(U,{warn:!0,onClick:F,children:"Remove SMS for MFA"})}),g(ee,{})]});if(o==="totp")return Z(It,{children:[g(A,{backFn:x,onClose:P},"header"),g(Be,{children:g(Xe,{children:g(Uf,{})})}),g(we,{children:"Remove Authenticator App verification?"}),Z(fe,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),g(Fo,{children:g(U,{warn:!0,onClick:H,children:"Remove Authenticator App for MFA"})}),g(ee,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!I)return Z(It,{children:[g(A,{onClose:P},"header"),g(Be,{children:g(Xe,{children:g(lc,{})})}),g(we,{children:"Add more security"}),Z(fe,{children:[a?.name," does not have any verification methods enabled."]}),g(Fo,{children:g(U,{onClick:P,children:"Close"})}),g(ee,{})]});let q=!I&&!h;if(q)return Z(It,{children:[g(A,{onClose:P},"header"),g(Be,{children:g(Xe,{children:g(lc,{})})}),g(we,{children:"Transaction Protection"}),g(fe,{children:"Set up transaction protection to add an extra layer of security to your account"}),Z(jp,{children:[Z(hl,{children:[g(fl,{children:g(F0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),Z(hl,{children:[g(fl,{children:g(B0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),Z(Fo,{children:[g(U,{onClick:()=>y(!0),children:"Continue"}),g(Ft,{onClick:P,children:"Not now"})]}),g(ee,{})]});switch(C){case"sms":return g(H0,{onComplete:P,onReset:x,onClose:P});case"totp":return g(G0,{onComplete:P,onClose:P,onReset:x});default:return Z(It,{children:[g(A,{backFn:q?L:void 0,onClose:P},"header"),g(Be,{children:g(Xe,{children:g(lc,{})})}),g(we,{children:"Choose a verification method"}),I?g(fe,{children:"To add or delete verification methods, verification is required."}):g(fe,{children:"How would you like to verify your identity? You can change this later."}),Z(xa,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||R)&&Z(Sa,{children:[g(ve,{disabled:R,onClick:()=>O("totp"),children:Z(Aa,{children:[Z(_a,{children:[g(O0,{}),"Authenticator App"]}),R?Z(jr,{children:[g(Lf,{}),"Added"]}):g(jr,{children:"Recommended"})]})}),R&&g(yl,{id:"remove",onClick:()=>r("totp"),children:g(Of,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&Z(Sa,{children:[g(ve,{disabled:b||_,onClick:()=>O("sms"),children:Z(Aa,{children:[Z(_a,{children:[g(U0,{}),"SMS"]}),b&&Z(jr,{children:[g(Lf,{}),"Added"]}),_&&g(jr,{children:"Disabled"})]})}),b&&g(yl,{id:"remove",onClick:()=>r("sms"),children:g(Of,{})})]},"sms"),g(Sa,{children:g(ve,{disabled:!0,children:Z(Aa,{children:[Z(_a,{children:[g(D0,{}),"Passkey"]}),g(jr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),g(ee,{})]})}},H0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=To(""),[i,a]=To(!1),[l,s]=To("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=hi(),{app:f,data:h,currentScreen:y,navigate:C,setModalData:E}=S();function P(){h?.mfaEnrollmentFlow?.onSuccess(),e()}async function b({qualifiedPhoneNumber:I}){try{await c({phoneNumber:I}),n(I),s("verify")}catch(x){E({mfaEnrollmentFlow:h?.mfaEnrollmentFlow?{...h?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:x,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),C("ERROR_SCREEN")}}async function _(I){try{if(!I)return;await u({phoneNumber:r,mfaCode:I}),a(!0)}catch(x){throw Ml(x)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):nn(x)?new Error("The code you entered is not valid"):rn(x)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Nl(x)?new Error("Verification canceled"):new Error("Unknown error")}}function R(){l==="verify"?s("enroll"):t()}return l==="enroll"?Z(It,{children:[g(A,{backFn:t,onClose:o},"header"),g(Be,{children:g(Xe,{children:g(cc,{})})}),g(we,{children:"Set up SMS verification"}),g(fe,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),Z(Uo,{children:[g(un,{onSubmit:b}),Z(Kp,{children:["By providing your mobile number, you agree to receive text messages from ",f?.name,". Some carrier charges may apply"]})]}),g(ee,{})]}):i?Z(It,{children:[g(A,{onClose:P},"header"),g(Be,{children:g(Xe,{status:"success",children:g(Df,{})})}),g(we,{children:"SMS verification added"}),g(fe,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),g(Fo,{children:g(U,{onClick:P,children:"Done"})}),g(ee,{})]}):Z(It,{children:[g(A,{backFn:R,onClose:o},"header"),g(Be,{children:g(Xe,{children:g(cc,{})})}),g(we,{children:"Enter enrollment code"}),Z(Uo,{children:[g(gn,{onChange:_}),Z(fe,{children:["To continue, enter the 6-digit code sent to ",g("strong",{children:Zm(r)})]})]}),g(ee,{})]})},G0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=To("enroll"),[i,a]=To(null),[l,s]=To(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=hi(),{data:f}=S();Ff(()=>{a(null),c().then(P=>{a(P)}).catch(()=>{a(null),o()})},[]);function h(){f?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function C(P){try{if(!P)return;await u({mfaCode:P}),s(!0)}catch(b){throw Ml(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):nn(b)?new Error("The code you entered is not valid"):rn(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Nl(b)?new Error("Verification canceled"):new Error("Unknown error")}}function E(){r==="verify"?n("enroll"):o()}return r==="enroll"?Z(It,{children:[g(A,{backFn:o,onClose:t},"header"),g(we,{children:"Scan QR code"}),g(fe,{children:"Open your authenticator app and scan the QR code to continue."}),g(Wa,{children:i?.authUrl?g(Nf,{authUrl:i.authUrl,size:200}):g(Tt,{})}),Z(Fo,{children:[g(At,{children:i?.secret&&g(pn,{itemName:"secret",text:i.secret})}),g(U,{onClick:y,children:"Continue"})]}),g(ee,{})]}):l?Z(It,{children:[g(A,{onClose:h},"header"),g(Be,{children:g(Xe,{status:"success",children:g(Df,{})})}),g(we,{children:"Authenticator app verification added"}),g(fe,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),g(Fo,{children:g(U,{onClick:h,children:"Done"})}),g(ee,{})]}):Z(It,{children:[g(A,{backFn:E,onClose:t},"header"),g(Be,{children:g(Xe,{children:g(Uf,{})})}),g(we,{children:"Enter enrollment code"}),g(Uo,{children:g(gn,{onChange:C})}),Z(fe,{children:["To continue, enter the 6-digit code generated from your ",g("strong",{children:"authenticator app"})]}),g(ee,{})]})};import BE from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import HE from"@heroicons/react/24/outline/PhoneIcon";import GE from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import VE from"@heroicons/react/24/solid/PhoneIcon";import zE from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as $E,useState as Sc}from"react";import{StaticJsonRpcProvider as LE}from"@ethersproject/providers";import{useMemo as OE,useEffect as DE,useState as Sh}from"react";import UE from"styled-components";import lh from"styled-components";import Gf from"styled-components";import{jsx as Hf,jsxs as $0}from"react/jsx-runtime";var bs=({label:e,children:t,valueStyles:o})=>$0(V0,{children:[Hf("div",{children:e}),Hf(z0,{style:{...o},children:t})]}),V0=Gf.div`
|
|
1943
1943
|
display: flex;
|
|
1944
1944
|
align-items: center;
|
|
1945
1945
|
justify-content: space-between;
|
|
@@ -1954,7 +1954,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1954
1954
|
color: var(--privy-color-foreground-2);
|
|
1955
1955
|
text-align: right;
|
|
1956
1956
|
}
|
|
1957
|
-
`,
|
|
1957
|
+
`,z0=Gf.div`
|
|
1958
1958
|
font-size: 14px;
|
|
1959
1959
|
line-height: 100%;
|
|
1960
1960
|
display: flex;
|
|
@@ -1963,28 +1963,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1963
1963
|
border-radius: var(--privy-border-radius-full);
|
|
1964
1964
|
background-color: var(--privy-color-background-2);
|
|
1965
1965
|
padding: 4px 8px;
|
|
1966
|
-
`;import
|
|
1966
|
+
`;import Ts from"styled-components";import{BigNumber as Vf}from"@ethersproject/bignumber";import{formatEther as zf}from"@ethersproject/units";var yi=(e,t)=>{let o=(t*parseFloat(zf(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},ao=(e,t,o=6,r=!1)=>{let i=parseFloat(zf(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},dc=e=>e.map(Ve).reduce((t,o)=>t.add(o),Vf.from(0)).toHexString(),$f=(e,t)=>{let{chains:o}=W(),r=`https://etherscan.io/address/${t}`,n=`${Ud(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},Ve=e=>Vf.from(e);import{Fragment as Y0,jsx as Es,jsxs as qf}from"react/jsx-runtime";var jf=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=dc(e),n=t?yi(r,t):void 0,i=ao(r,o);return Es(Kf,{children:n||i})},pc=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=dc(e),n=t?yi(r,t):void 0,i=ao(r,o);return Es(Kf,{children:n?qf(Y0,{children:[Es(q0,{children:"USD"}),n==="<$0.01"?qf(K0,{children:[Es(j0,{children:"<"}),"$0.01"]}):n]}):i})},Kf=Ts.span`
|
|
1967
1967
|
font-size: 14px;
|
|
1968
1968
|
line-height: 140%;
|
|
1969
1969
|
display: flex;
|
|
1970
1970
|
gap: 4px;
|
|
1971
1971
|
align-items: center;
|
|
1972
|
-
`,
|
|
1972
|
+
`,q0=Ts.span`
|
|
1973
1973
|
font-size: 12px;
|
|
1974
1974
|
line-height: 12px;
|
|
1975
1975
|
color: var(--privy-color-foreground-3);
|
|
1976
|
-
`,
|
|
1976
|
+
`,j0=Ts.span`
|
|
1977
1977
|
font-size: 10px;
|
|
1978
|
-
`,
|
|
1978
|
+
`,K0=Ts.span`
|
|
1979
1979
|
display: flex;
|
|
1980
1980
|
align-items: center;
|
|
1981
|
-
`;import
|
|
1981
|
+
`;import uc from"styled-components";import{jsx as Qo,jsxs as Ps}from"react/jsx-runtime";var Yf=({gas:e,tokenPrice:t,tokenSymbol:o})=>Ps(Cl,{style:{paddingBottom:"12px"},children:[Ps(Qf,{children:[Qo(Xf,{children:"Est. Fees"}),Qo("div",{children:Qo(pc,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Qo(Zf,{children:`${ao(e,o)}`})]}),Jf=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=Ve(e.value||0).add(Ve(t)).toHexString();return Ps(Cl,{children:[Ps(Qf,{children:[Qo(Xf,{children:"Total (including fees)"}),Qo("div",{children:Qo(pc,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Qo(Zf,{children:ao(n,r)})]})},Qf=uc.div`
|
|
1982
1982
|
display: flex;
|
|
1983
1983
|
flex-direction: row;
|
|
1984
1984
|
justify-content: space-between;
|
|
1985
1985
|
align-items: center;
|
|
1986
1986
|
padding-top: 4px;
|
|
1987
|
-
`,
|
|
1987
|
+
`,Zf=uc.div`
|
|
1988
1988
|
display: flex;
|
|
1989
1989
|
flex-direction: row;
|
|
1990
1990
|
height: 12px;
|
|
@@ -1993,23 +1993,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1993
1993
|
line-height: 12px;
|
|
1994
1994
|
color: var(--privy-color-foreground-3);
|
|
1995
1995
|
font-weight: 400;
|
|
1996
|
-
`,
|
|
1996
|
+
`,Xf=uc.div`
|
|
1997
1997
|
font-size: 14px;
|
|
1998
1998
|
line-height: 22.4px;
|
|
1999
1999
|
font-weight: 400;
|
|
2000
|
-
`;import
|
|
2000
|
+
`;import J0 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as br,useState as Q0}from"react";import Zo from"styled-components";import{createContext as eh,useContext as xO}from"react";var wn=eh(void 0);var gi=eh(void 0);import{Fragment as iE,jsx as $t,jsxs as th}from"react/jsx-runtime";var oh=({defaultValue:e,children:t})=>{let[o,r]=Q0(e||null),n=i=>{r(o===i?null:i)};return $t(wn.Provider,{value:{activePanel:o,togglePanel:n},children:$t(Z0,{children:t})})},rh=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=br(wn),n=o===e;return $t(gi.Provider,{value:{onToggle:()=>r(e),value:e},children:$t(oE,{isActive:n,"data-open":n,children:t})})},nh=({children:e})=>{let{activePanel:t}=br(wn),{onToggle:o,value:r}=br(gi),n=t===r;return th(iE,{children:[th(X0,{onClick:o,"data-open":n,children:[$t(tE,{children:e}),$t(nE,{isactive:n,children:$t(J0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),$t(eE,{})]})},ih=({children:e})=>{let{activePanel:t}=br(wn),{value:o}=br(gi);return $t(rE,{"data-open":t===o,children:$t(sh,{children:e})})},ah=({children:e})=>{let{activePanel:t}=br(wn),{value:o}=br(gi);return $t(sh,{children:typeof e=="function"?e({isActive:t===o}):e})},Z0=Zo.div`
|
|
2001
2001
|
display: flex;
|
|
2002
2002
|
flex-direction: column;
|
|
2003
2003
|
width: 100%;
|
|
2004
2004
|
gap: 8px;
|
|
2005
|
-
`,
|
|
2005
|
+
`,X0=Zo.div`
|
|
2006
2006
|
display: flex;
|
|
2007
2007
|
justify-content: space-between;
|
|
2008
2008
|
align-items: center;
|
|
2009
2009
|
width: 100%;
|
|
2010
2010
|
cursor: pointer;
|
|
2011
2011
|
padding-bottom: 8px;
|
|
2012
|
-
`,
|
|
2012
|
+
`,eE=Zo.div`
|
|
2013
2013
|
width: 100%;
|
|
2014
2014
|
|
|
2015
2015
|
&& {
|
|
@@ -2017,13 +2017,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2017
2017
|
border-color: var(--privy-color-foreground-4);
|
|
2018
2018
|
}
|
|
2019
2019
|
padding-bottom: 12px;
|
|
2020
|
-
`,
|
|
2020
|
+
`,tE=Zo.div`
|
|
2021
2021
|
font-size: 14px;
|
|
2022
2022
|
font-weight: 500;
|
|
2023
2023
|
line-height: 19.6px;
|
|
2024
2024
|
width: 100%;
|
|
2025
2025
|
padding-right: 8px;
|
|
2026
|
-
`,
|
|
2026
|
+
`,oE=Zo.div`
|
|
2027
2027
|
display: flex;
|
|
2028
2028
|
flex-direction: column;
|
|
2029
2029
|
width: 100%;
|
|
@@ -2035,7 +2035,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2035
2035
|
border-color: var(--privy-color-foreground-4);
|
|
2036
2036
|
border-radius: var(--privy-border-radius-md);
|
|
2037
2037
|
}
|
|
2038
|
-
|
|
2038
|
+
`,rE=Zo.div`
|
|
2039
2039
|
position: relative;
|
|
2040
2040
|
overflow: hidden;
|
|
2041
2041
|
transition: max-height 25ms ease-out;
|
|
@@ -2047,38 +2047,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2047
2047
|
&[data-open='false'] {
|
|
2048
2048
|
max-height: 0;
|
|
2049
2049
|
}
|
|
2050
|
-
`,
|
|
2050
|
+
`,sh=Zo.div`
|
|
2051
2051
|
display: flex;
|
|
2052
2052
|
flex-direction: column;
|
|
2053
2053
|
gap: 12px;
|
|
2054
2054
|
flex: 1 1 auto;
|
|
2055
2055
|
min-height: 1px;
|
|
2056
|
-
`,
|
|
2056
|
+
`,nE=Zo.div`
|
|
2057
2057
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
2058
|
-
`;import
|
|
2058
|
+
`;import aE from"styled-components";import{jsx as lE}from"react/jsx-runtime";var mc=({walletAddress:e,chainId:t=ho})=>lE(sE,{href:$f(t,e),target:"_blank",children:Wo(e)}),sE=aE.a`
|
|
2059
2059
|
&:hover {
|
|
2060
2060
|
text-decoration: underline;
|
|
2061
2061
|
}
|
|
2062
|
-
`;import{jsx as gt,jsxs as
|
|
2062
|
+
`;import{jsx as gt,jsxs as fc}from"react/jsx-runtime";var Cn=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return gt(oh,{children:fc(rh,{value:"details",children:[gt(nh,{children:fc(cE,{children:[gt("div",{children:r?.title||r?.actionDescription||"Details"}),gt(dE,{children:gt(jf,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),fc(ih,{children:[gt(bs,{label:"From",children:gt(mc,{walletAddress:e,chainId:o.chainId||ho})}),gt(bs,{label:"To",children:gt(mc,{walletAddress:t,chainId:o.chainId||ho})}),r&&r.action&>(bs,{label:"Action",children:r.action}),i&>(Yf,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),gt(ah,{children:({isActive:s})=>gt(Jf,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},cE=lh.div`
|
|
2063
2063
|
display: flex;
|
|
2064
2064
|
flex-direction: row;
|
|
2065
2065
|
justify-content: space-between;
|
|
2066
|
-
`,
|
|
2066
|
+
`,dE=lh.div`
|
|
2067
2067
|
flex-shrink: 0;
|
|
2068
2068
|
padding-left: 8px;
|
|
2069
|
-
`;import
|
|
2069
|
+
`;import wi from"styled-components";import{jsx as vi,jsxs as yE}from"react/jsx-runtime";var hc=({description:e,contractInfo:t})=>yE(pE,{children:[t.imgUrl&&vi(uE,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&vi(mE,{children:vi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&vi(fE,{children:t.name}),vi(hE,{children:e||t.actionText})]}),pE=wi.div`
|
|
2070
2070
|
display: flex;
|
|
2071
2071
|
flex-direction: column;
|
|
2072
2072
|
align-items: center;
|
|
2073
2073
|
margin-bottom: 8px;
|
|
2074
|
-
`,
|
|
2074
|
+
`,uE=wi.img`
|
|
2075
2075
|
&& {
|
|
2076
2076
|
height: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2077
2077
|
width: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2078
2078
|
border-radius: 16px;
|
|
2079
2079
|
margin-bottom: 12px;
|
|
2080
2080
|
}
|
|
2081
|
-
`,
|
|
2081
|
+
`,mE=wi.div`
|
|
2082
2082
|
font-size: 12px;
|
|
2083
2083
|
line-height: 12px;
|
|
2084
2084
|
padding: 7px;
|
|
@@ -2091,7 +2091,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2091
2091
|
text-decoration: underline;
|
|
2092
2092
|
}
|
|
2093
2093
|
}
|
|
2094
|
-
`,
|
|
2094
|
+
`,fE=wi.div`
|
|
2095
2095
|
font-size: 18px;
|
|
2096
2096
|
line-height: 18px;
|
|
2097
2097
|
font-weight: 500;
|
|
@@ -2099,7 +2099,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2099
2099
|
white-space: nowrap;
|
|
2100
2100
|
max-width: 275px;
|
|
2101
2101
|
text-overflow: ellipsis;
|
|
2102
|
-
`,
|
|
2102
|
+
`,hE=wi.div`
|
|
2103
2103
|
font-size: 16px;
|
|
2104
2104
|
line-height: 140%;
|
|
2105
2105
|
font-weight: 400;
|
|
@@ -2107,7 +2107,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2107
2107
|
overflow: hidden;
|
|
2108
2108
|
max-width: 275px;
|
|
2109
2109
|
text-overflow: ellipsis;
|
|
2110
|
-
`;import
|
|
2110
|
+
`;import gE from"@heroicons/react/24/outline/WalletIcon";import gc from"styled-components";import{jsx as ch,jsxs as yc}from"react/jsx-runtime";var dh=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=W(),a=i(t.chainId)||"ETH";return yc(vE,{children:[yc(wE,{children:[ch(gE,{strokeWidth:"2",width:"16px",height:"16px"}),ch("div",{children:Wo(e)})]}),yc(CE,{displayBalanceColor:n,hasFunds:r,children:[o?ao(o,a,6,!0):0," available"]})]})},vE=gc.div`
|
|
2111
2111
|
display: flex;
|
|
2112
2112
|
flex-direction: row;
|
|
2113
2113
|
justify-content: space-between;
|
|
@@ -2120,12 +2120,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2120
2120
|
border: 1px solid var(--privy-color-foreground-4);
|
|
2121
2121
|
border-radius: var(--privy-border-radius-md);
|
|
2122
2122
|
}
|
|
2123
|
-
`,
|
|
2123
|
+
`,wE=gc.div`
|
|
2124
2124
|
display: flex;
|
|
2125
2125
|
flex-direction: row;
|
|
2126
2126
|
align-items: center;
|
|
2127
2127
|
gap: 8px;
|
|
2128
|
-
`,
|
|
2128
|
+
`,CE=gc.div`
|
|
2129
2129
|
display: flex;
|
|
2130
2130
|
align-items: center;
|
|
2131
2131
|
justify-content: center;
|
|
@@ -2135,35 +2135,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2135
2135
|
background-color: var(--privy-color-background-2);
|
|
2136
2136
|
padding: 5px 8px;
|
|
2137
2137
|
color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
|
|
2138
|
-
`;import
|
|
2138
|
+
`;import xs from"styled-components";import{Fragment as uh,jsx as Ci,jsxs as mh}from"react/jsx-runtime";var fh=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?yi(n,r):void 0,a=ao(n,o);return mh(bE,{children:[i?mh(uh,{children:[Ci(ph,{children:i}),Ci(EE,{children:a})]}):Ci(uh,{children:Ci(ph,{children:a})}),Ci(TE,{children:e})]})},bE=xs.div`
|
|
2139
2139
|
display: flex;
|
|
2140
2140
|
flex-direction: column;
|
|
2141
2141
|
align-items: center;
|
|
2142
2142
|
margin-bottom: 20px;
|
|
2143
|
-
`,
|
|
2143
|
+
`,ph=xs.h2`
|
|
2144
2144
|
&& {
|
|
2145
2145
|
font-size: 48px;
|
|
2146
2146
|
line-height: 48px;
|
|
2147
2147
|
margin: 8px auto;
|
|
2148
2148
|
}
|
|
2149
|
-
`,
|
|
2149
|
+
`,EE=xs.p`
|
|
2150
2150
|
margin-bottom: 12px;
|
|
2151
2151
|
&& {
|
|
2152
2152
|
font-size: 17px;
|
|
2153
2153
|
line-height: 17px;
|
|
2154
2154
|
color: var(--privy-color-foreground-3);
|
|
2155
2155
|
}
|
|
2156
|
-
`,
|
|
2156
|
+
`,TE=xs.div`
|
|
2157
2157
|
font-size: 16px;
|
|
2158
2158
|
line-height: 22.4px;
|
|
2159
2159
|
font-weight: 400;
|
|
2160
2160
|
overflow: hidden;
|
|
2161
2161
|
max-width: 275px;
|
|
2162
2162
|
text-overflow: ellipsis;
|
|
2163
|
-
`;import{VoidSigner as
|
|
2163
|
+
`;import{VoidSigner as kE}from"@ethersproject/abstract-signer";import{EtherscanProvider as JD}from"@ethersproject/providers";import{BigNumber as vh}from"@ethersproject/bignumber";import{BigNumber as bn}from"@ethersproject/bignumber";import{Contract as PE}from"@ethersproject/contracts";import{serialize as xE}from"@ethersproject/transactions";var En=e=>[na.id,ia.id,aa.id,la.id,ca.id,da.id,pa.id,ma.id,ua.id].includes(e),hh=async(e,t)=>{if(!En(e.chainId))throw new Error("Invalid chain ID for OP Stack gas estimation.");if(e.maxPriorityFeePerGas&&e.maxFeePerGas||e.gasPrice)return e;try{if(e.type===void 0&&(e.type=2),!e.maxPriorityFeePerGas){let o=await t.send("eth_maxPriorityFeePerGas",[]);e.maxPriorityFeePerGas=o}if(e.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),e.maxPriorityFeePerGas>=e.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(!e.maxFeePerGas){let{lastBaseFeePerGas:o}=await t.getFeeData();if(!o)throw new Error("Unable to fetch baseFee for last block.");let i=bn.from(o).mul(bn.from(126)).div(bn.from(100)).add(bn.from(e.maxPriorityFeePerGas));e.maxFeePerGas=bi(i)}}catch(o){throw new Error(`Failed to set gas price for OP stack transaction: ${o}.`)}return e};async function yh(e,t){if(!e.chainId||e.chainId&&!En(e.chainId))return bn.from(0);let o=bn.from(0);try{let r=new PE(xd,Sd,t),n=gh(e),i=xE(n);o=await r.getL1Fee(i)}catch{}return o}async function wh(e,t){return delete e.from,(await t.estimateGas(e)).toHexString()}var Ch=async(e,t)=>{if(e.type===void 0&&(e.type=2),e.type===2){if(!e.maxFeePerGas||!e.maxPriorityFeePerGas){let o=await t.getFeeData();e.maxFeePerGas||(e.maxFeePerGas=o.maxFeePerGas?.toHexString()),e.maxPriorityFeePerGas||(e.maxPriorityFeePerGas=o.maxPriorityFeePerGas?.toHexString())}}else if(!e.gasPrice){let o=await t.getFeeData();e.gasPrice=o.gasPrice?.toHexString()}return e};async function Tn(e,t){if(!e.gasLimit)throw new ge("gasLimit was not successfully set for transaction.");let o=Ve(e.gasLimit),r=vh.from(0);if(e.type==2)if(e.maxFeePerGas)r=Ve(e.maxFeePerGas);else throw new ge("maxFeePerGas was not successfully set for transaction of type 2.");else if(e.gasPrice)r=Ve(e.gasPrice);else throw new ge("gasPrice was not successfully set for transaction of type 0 or 1.");let n=o.mul(r),i=vh.from(0);if(e.chainId&&En(e.chainId))try{i=await yh(e,t),n=n.add(i)}catch{}return{totalGasEstimate:n,l1ExecutionFeeEstimate:i}}import{BigNumber as vc}from"@ethersproject/bignumber";var wc=e=>[ta.id,oa.id,ra.id].includes(e),bh=async(e,t)=>{if(!wc(e.chainId))throw new Error("Invalid chain ID for Arbitrum gas estimation.");if(e.maxFeePerGas)return e;e.type===void 0&&(e.type=2);try{let{lastBaseFeePerGas:o}=await t.getFeeData();if(o){let r=o.mul(vc.from(120)).div(vc.from(100));e.maxFeePerGas=bi(r),e.maxPriorityFeePerGas=bi(vc.from(0))}}catch(o){throw new Error(`Failed to set gas price for Arbitrum transaction: ${o}.`)}return e};var Cc=e=>[56,97].includes(e),Eh=async(e,t)=>{if(!Cc(e.chainId))throw new Error("Invalid chain ID for BSC gas estimation.");if(e.type===void 0?e.type=0:(e.type==1||e.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),!e.gasPrice){let o=await t.getFeeData();e.gasPrice=o.gasPrice?.toHexString()}return e};import{parseUnits as Th}from"@ethersproject/units";import{ofetch as SE}from"ofetch";var Ec=e=>[Ln.id,On.id].includes(e),bc=e=>({maxPriorityFee:Th(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:Th(e.maxFee.toFixed(9),"gwei").toHexString()}),_E=e=>({safeLow:bc(e.safeLow),standard:bc(e.standard),fast:bc(e.fast)}),AE=async e=>{let t="";switch(e){case Ln.id:t="https://gasstation.polygon.technology/v2";break;case On.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return _E(await SE(t))};async function Ph(e){if(!Ec(e.chainId))throw new Error("Invalid chain ID for Polygon gas estimation.");if(e.maxPriorityFeePerGas&&e.maxFeePerGas)return e;e.type===void 0&&(e.type=2);try{let{standard:t}=await AE(e.chainId);e.maxPriorityFeePerGas||(e.maxPriorityFeePerGas=t.maxPriorityFee),e.maxFeePerGas||(e.maxFeePerGas=t.maxFee)}catch(t){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${t}.`)}return e}function bi(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 gh(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=Ve(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Ve(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ve(e.gasPrice)),e.value!==void 0&&(t.value=Ve(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ve(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ve(e.maxPriorityFeePerGas)),t}async function Pn(e,t,o){if(t.chainId=Number(t.chainId),xh(t),!t.nonce){let r=new kE(e,o);t.nonce=await r.getTransactionCount("pending")}return t.gasLimit||(t.gas?(t.gasLimit=t.gas,delete t.gas):t.gasLimit=await wh(t,o)),t.from||(t.from=e),Ec(t.chainId)?t=await Ph(t):wc(t.chainId)?t=await bh(t,o):En(t.chainId)?t=await hh(t,o):Cc(t.chainId)?t=await Eh(t,o):t=await Ch(t,o),t}async function Ss(e,t,o,r,n){r=Object.assign({chainId:ho},r),xh(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 _s(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Ve(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function xh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!RE(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 RE(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&IE(e);return t||o||r}function IE(e){return/^-?0x[a-f0-9]+$/i.test(e)}function As(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 Tc,useEffect as WE}from"react";var ks=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=W(),[n,i]=Tc(!0),[a,l]=Tc(void 0),[s,c]=Tc(void 0);return WE(()=>{let u=e.chainId||ho,f=r.find(y=>y.id===Number(u));if(!f)throw new Y(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(f);y?c(y):l(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as ME,useContext as NE}from"react";var Pc=ME(null);function Ei(){let e=NE(Pc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as _h}from"react/jsx-runtime";var xc=({pendingTransaction:e})=>{let{getAccessToken:t}=G(),{wallets:o}=Ei(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=W(),[l,s]=Sh(null),[c,u]=Sh(e),{tokenPrice:f}=ks(c),h=a(e.chainId)||"ETH",y=OE(()=>o.find(C=>C.walletClientType==="privy"),[o]);return DE(()=>{async function C(){if(!await t()||!r||!y)return c;let P=new LE(Dt(c.chainId,i,n)),b=await Pn(y.address,c,P),{totalGasEstimate:_}=await Tn(b,P);return s(_.toHexString()),b}C().then(E=>{u(E)})},[r]),y?_h(FE,{children:_h(Cn,{from:y.address,to:c.to,txn:c,gas:l??void 0,tokenPrice:f,tokenSymbol:h})}):null},FE=UE.div`
|
|
2164
2164
|
width: 100%;
|
|
2165
2165
|
padding: 1rem 0;
|
|
2166
|
-
`;import{Fragment as
|
|
2166
|
+
`;import{Fragment as _c,jsx as te,jsxs as so}from"react/jsx-runtime";var Ac=({open:e,onClose:t})=>{let{user:o}=G(),[r,n]=Sc(null),{init:i,cancel:a}=vn();$E(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?l(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function l(c){try{n(c),await i(c)}catch(u){console.error(u)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?te(qE,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):so(_c,{children:[te(A,{onClose:s},"header"),te(Be,{children:te(Xe,{children:te(zE,{})})}),te(we,{children:"Verify your identity"}),te(fe,{children:"Choose a verification method"}),so(xa,{children:[o.mfaMethods.includes("totp")&&so(ve,{onClick:()=>l("totp"),children:[te(BE,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&so(ve,{onClick:()=>l("sms"),children:[te(HE,{}),"SMS"]},"sms")]}),te(ee,{})]})},qE=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=W(),[i,a]=Sc(!1),[l,s]=Sc(!1),{submit:c}=vn();async function u(f){try{if(!f)return;await c(e,f),s(!0),a(!1),t()}catch(h){throw Wl(h)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):nn(h)?(a(!1),new Error("The code you entered is not valid")):rn(h)?(a(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(a(!1),new Error("Unknown error"))}}switch(e){case"sms":return so(_c,{children:[te(A,{onClose:t},"header"),te(Be,{children:te(Xe,{children:te(VE,{})})}),te(we,{children:"Enter verification code"}),so(Uo,{children:[te(gn,{success:l,disabled:i,onChange:u}),so(fe,{children:["To continue, please enter the 6-digit code sent to your ",te("strong",{children:"mobile device"})]}),n&&te(xc,{pendingTransaction:n})]}),o&&te(gl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),te(Ft,{onClick:t,children:"Not now"}),te(ee,{})]});case"totp":return so(_c,{children:[te(A,{onClose:t},"header"),te(Be,{children:te(Xe,{children:te(GE,{})})}),te(we,{children:"Enter verification code"}),so(Uo,{children:[te(gn,{success:l,disabled:i,onChange:u}),so(fe,{children:["To continue, please enter the 6-digit code generated from your"," ",te("strong",{children:"authenticator app"})]}),n&&te(xc,{pendingTransaction:n})]}),o&&te(gl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),te(Ft,{onClick:t,children:"Not now"}),te(ee,{})]});default:return null}};import{useEffect as Ah,useState as kh}from"react";import Ih from"styled-components";function kc(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as YE,jsx as lo,jsxs as Is}from"react/jsx-runtime";var Rh={google:{name:"Google",component:ds},discord:{name:"Discord",component:ss},github:{name:"Github",component:ls},linkedin:{name:"LinkedIn",component:us},twitter:{name:"Twitter",component:hs},spotify:{name:"Spotify",component:ms},tiktok:{name:"Tiktok",component:fs},apple:{name:"Apple",component:as}},Rs=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),Ot.del(Rr),window.history.pushState({},"",e)},Wh=()=>{let{ready:e,user:t,authenticated:o}=G(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:f,closePrivyModal:h}=W(),[y,C]=kh(!1),[E,P]=kh(void 0),b=l()?.provider||"google",_=Rh[b].name,R=Rh[b].component,I=r?.render.inDialog?Qe:0;Ah(()=>{c(b).then(()=>{Rs(),C(!0)}).catch(O=>{let F={retryable:!1,message:"Authentication failed"};if(O?.privyErrorCode==="allowlist_rejected"){P(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Rs();return}else O?.privyErrorCode==="linked_to_another_user"?F.detail="This account has already been linked to another user.":O?.privyErrorCode==="invalid_credentials"?(F.retryable=!0,F.detail="Something went wrong. Try again."):O.privyErrorCode==="oauth_user_denied"?(F.detail=`Retry and check ${kc(b)} to finish connecting your account.`,F.retryable=!0):O?.privyErrorCode==="too_many_requests"?F.detail="Too many requests. Please wait before trying again.":O?.privyErrorCode==="oauth_account_suspended"&&(F.detail=`Your ${_} account is suspended. Please try another login method.`);Rs(),P(F)}).finally(()=>{f()})},[_,b]),Ah(()=>{if(e&&o&&y&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let F=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},I);return()=>clearTimeout(F)}if(Ct(t,r?.embeddedWallets?.createOnLogin)){let F=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:H=>console.error(H),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},I);return()=>clearTimeout(F)}else{let F=setTimeout(h,I);return u(),()=>clearTimeout(F)}}},[e,o,y,t]);let x=y?`Successfully connected with ${_}`:E?E.message:`Verifying connection to ${_}`,L="";return y?L="You\u2019re good to go!":E?L=E.detail:L="Just a few moments more",Is(YE,{children:[lo(A,{}),lo(J,{}),Is(jE,{children:[lo(KE,{children:Is("div",{children:[lo(Oo,{success:y,fail:!!E}),lo(R,{style:{width:"38px",height:"38px"}})]})}),Is(kt,{children:[lo("h3",{children:x}),lo("p",{children:L})]}),E&&E?.retryable?lo(ba,{onClick:()=>{Rs(),s(b),P(void 0)},disabled:!y&&!E?.retryable,children:"Retry"}):null]}),lo(Q,{}),lo(ee,{})]})},jE=Ih.div`
|
|
2167
2167
|
display: flex;
|
|
2168
2168
|
flex-direction: column;
|
|
2169
2169
|
align-items: center;
|
|
@@ -2171,7 +2171,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2171
2171
|
margin-left: 27px;
|
|
2172
2172
|
margin-right: 27px;
|
|
2173
2173
|
gap: 24px;
|
|
2174
|
-
`,
|
|
2174
|
+
`,KE=Ih.div`
|
|
2175
2175
|
display: flex;
|
|
2176
2176
|
flex-direction: column;
|
|
2177
2177
|
justify-content: center;
|
|
@@ -2194,55 +2194,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2194
2194
|
left: -19px;
|
|
2195
2195
|
top: -19px;
|
|
2196
2196
|
}
|
|
2197
|
-
`;import{useEffect as
|
|
2197
|
+
`;import{useEffect as QE,useState as Nh}from"react";import ZE from"styled-components";import{isMobile as JE}from"react-device-detect";var Mh=(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(!Io()&&JE)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as e2,jsx as Po,jsxs as Lh}from"react/jsx-runtime";var Oh=()=>{let{forkSession:e,ready:t,authenticated:o}=G(),[r,n]=Nh(""),[i,a]=Nh(!1);QE(()=>{t&&o&&e().then(n)},[t,o]);let l=Mh(r,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),Lh(e2,{children:[Po(A,{},"header"),Po(J,{}),Po(ro,{title:s.title,description:s.description}),Lh(_t,{children:[Po(XE,{children:Po(Zt,{style:{width:"72px",height:"72px"}})}),Po(Ca,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Po("p",{children:s.footnote}):null]}),Po(Q,{}),Po(V,{protectedByPrivy:!0})]})},XE=ZE(At)`
|
|
2198
2198
|
margin: 16px auto;
|
|
2199
|
-
`;import{BigNumber as
|
|
2199
|
+
`;import{BigNumber as Fh}from"@ethersproject/bignumber";import{StaticJsonRpcProvider as a2}from"@ethersproject/providers";import{useMemo as Bh,useEffect as Hh,useState as Wt}from"react";import Sn from"styled-components";function Dh(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as Rc}from"@ethersproject/bignumber";import t2 from"styled-components";import{Fragment as n2,jsx as Ti,jsxs as i2}from"react/jsx-runtime";var o2=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Rc.from(e.gasUsed),r=Rc.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Rc.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Uh=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>i2(n2,{children:[Ti(A,{onClose:r}),Ti(Vn,{title:"Transaction complete!",description:"You're all set."}),Ti(Cn,{tokenPrice:n,from:t.from,to:t.to,gas:o2(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Ti(r2,{loading:!1,onClick:r,children:"All Done"}),Ti(ee,{})]}),r2=t2(U)`
|
|
2200
2200
|
&& {
|
|
2201
2201
|
margin-top: 24px;
|
|
2202
2202
|
}
|
|
2203
2203
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2204
|
-
`;import{Fragment as
|
|
2204
|
+
`;import{Fragment as Ic,jsx as ze,jsxs as xn}from"react/jsx-runtime";var s2=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return ze(hc,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return ze(hc,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return ze(Ic,{children:ze(fh,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Vh=()=>{let{authenticated:e,getAccessToken:t}=G(),{wallets:o}=Ei(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=W(),{app:c,navigate:u,data:f,onUserCloseViaDialogOrKeybindRef:h,setModalData:y}=S(),{transactionRequest:C,onSuccess:E,onFailure:P,uiOptions:b,fundWalletConfig:_}=f.sendTransaction,[R,I]=Wt(null),[x,L]=Wt(null),[O,F]=Wt(""),[H,q]=Wt(),[D,z]=Wt(!1),k=()=>{F(""),q(void 0)},oe=(at,De,_o)=>{F(at),q(new ge(new bt(De??at,_o??Fe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[ne,j]=Wt(!1),[$e,he]=Wt(!0),[nt,Se]=Wt(null),[ie,mo]=Wt(C),{tokenPrice:Mt,isTokenPriceLoading:Tr}=ks(ie),it=s(C.chainId)||"ETH",[_e,jt]=Wt(null),[Pr,M]=Wt(null),[qe,kn]=Wt(!0);Hh(()=>{e||(u("LANDING"),P(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let X=Bh(()=>o.find(at=>at.walletClientType==="privy"),[o]),vt=async()=>{if(!X)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:at,externalTransactionId:De}=await i(X.address,{config:_?.config||{}});y({fiatOnRampPrompt:{signedUrl:at},fiatOnRampStatus:{externalTransactionId:De}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},xr=Bh(()=>new a2(Dt(ie.chainId,l,a)),[ie.chainId,a]);Hh(()=>{async function at(){let De=ie;if(!await t()||!r||!X)return;try{De=await Pn(X.address,ie,xr),mo(De)}catch(Ao){oe("There was an error preparing your transaction. Please try again.",Ao.reason)}let tr=Fh.from(0),or=Fh.from(0);try{({totalGasEstimate:tr,l1ExecutionFeeEstimate:or}=await Tn(De,xr)),jt(tr.toHexString()),M(or.toHexString())}catch{jt(null)}try{let{balance:Ao,hasSufficientFunds:_i}=await _s(X.address,De,tr,xr);Se(Ao.toHexString()),_i||(he(!1),oe("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&z(!0))}catch(Ao){console.warn(`Failed to fetch wallet balance with error: ${Ao}`)}kn(!1)}at()},[r]);let Si=Dh(ie),Rn=Si==="SEND"?`Send ${it}`:"Review transaction",So={modalTitle:b.header||b.modalTitle||Rn,buttonText:b.buttonText||"Submit"},Sr=()=>{ne||(x?E(x):P(H||new ge(new bt("The user rejected the request",Fe.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return h.current=Sr,Mt===void 0&&Tr||qe?xn(Ic,{children:[b.transactionInfo?.contractInfo?.imgUrl&&ze(ea,{src:b.transactionInfo?.contractInfo?.imgUrl}),ze(A,{title:So.modalTitle,onClose:Sr}),ze(Gh,{children:ze(tn,{})})]}):R!==null?ze(Uh,{txn:ie,onClose:Sr,receipt:R,transactionInfo:b.transactionInfo,tokenPrice:Mt,tokenSymbol:it,l1GasEstimate:Pr}):xn(Ic,{children:[ze(A,{title:So.modalTitle,onClose:Sr}),xn(Gh,{children:[xn(p2,{children:[ze(s2,{txn:ie,txnFamily:Si,uiOptions:b,tokenSymbol:it,tokenPrice:Mt}),X?ze(Cn,{from:X.address,to:ie.to,txn:ie,transactionInfo:b.transactionInfo,gas:_e||void 0,tokenPrice:Mt,tokenSymbol:it}):null]}),xn(u2,{children:[ze(l2,{children:O}),ze(dh,{txn:ie,address:X?.address??"",hasFunds:$e,balance:nt}),xn(c2,{children:[D&&ze(U,{onClick:vt,children:"Add Funds"}),ze(d2,{disabled:ne||!$e,loading:!r||ne,loadingText:ne?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{j(!0);let at=await t();if(at&&!ne&&X)try{let De=await Ss(at,X.address,r,ie,xr);L(De);let _o=await De.wait();I(As(_o)),k()}catch(De){let _o="There was an error processing your transaction. Please contact support.";console.warn({transaction:ie,error:De}),oe(_o,De.reason)}finally{j(!1)}},children:So.buttonText})]})]})]})]})},Gh=Sn.div`
|
|
2205
2205
|
display: flex;
|
|
2206
2206
|
flex-direction: column;
|
|
2207
2207
|
justify-content: space-between;
|
|
2208
2208
|
flex-grow: 1;
|
|
2209
2209
|
padding-bottom: 16px;
|
|
2210
|
-
`,
|
|
2210
|
+
`,l2=Sn.div`
|
|
2211
2211
|
font-size: 13px;
|
|
2212
2212
|
color: var(--privy-color-error);
|
|
2213
2213
|
width: 100%;
|
|
2214
2214
|
margin-top: 16px;
|
|
2215
|
-
`,
|
|
2215
|
+
`,c2=Sn.div`
|
|
2216
2216
|
display: flex;
|
|
2217
2217
|
direction: row;
|
|
2218
2218
|
justify-content: space-between;
|
|
2219
2219
|
align-items: center;
|
|
2220
2220
|
gap: 8px;
|
|
2221
|
-
`,
|
|
2221
|
+
`,d2=Sn(U)`
|
|
2222
2222
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2223
|
-
`,
|
|
2223
|
+
`,p2=Sn.div`
|
|
2224
2224
|
height: 100%;
|
|
2225
2225
|
display: flex;
|
|
2226
2226
|
flex-direction: column;
|
|
2227
2227
|
justify-content: space-evenly;
|
|
2228
2228
|
flex-grow: 1;
|
|
2229
|
-
`,
|
|
2229
|
+
`,u2=Sn.div`
|
|
2230
2230
|
display: flex;
|
|
2231
2231
|
flex-direction: column;
|
|
2232
2232
|
gap: 8px;
|
|
2233
|
-
`;import{isHexString as
|
|
2233
|
+
`;import{isHexString as m2}from"@ethersproject/bytes";import{toUtf8String as f2}from"@ethersproject/strings";import{useEffect as zh,useState as Ws}from"react";import Xo,{css as h2}from"styled-components";import{Fragment as jh,jsx as Ae,jsxs as _n}from"react/jsx-runtime";var y2=e=>{if(!m2(e))return e;try{return f2(e)}catch{return e}},g2=e=>JSON.stringify(e,null,2),v2=({data:e})=>{let t=o=>typeof o=="object"&&o!==null?Ae(T2,{children:Object.entries(o).map(([r,n])=>_n("li",{children:[_n("strong",{children:[r,":"]})," ",t(n)]},r))}):Ae("span",{children:String(o)});return Ae("div",{children:t(e)})},w2=e=>{let{types:t,primaryType:o,...r}=e.typedData;return _n(jh,{children:[Ae(qh,{children:Ae(v2,{data:r})}),Ae(pn,{text:g2(e.typedData),itemName:"full payload to clipboard"})," "]})},$h=()=>{let{authenticated:e}=G(),{initializeWalletProxy:t,closePrivyModal:o}=W(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,l]=Ws(!0),[s,c]=Ws(""),[u,f]=Ws(),[h,y]=Ws(null),C=h!==null;zh(()=>{e||r("LANDING")},[e]),zh(()=>{t(Wr).then(O=>{l(!1),O||(c("An error has occurred, please try again."),f(new ge(new bt(s,Fe.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:E,data:P,confirmAndSign:b,onSuccess:_,onFailure:R,uiOptions:I}=n.signMessage,x={title:I.title||"Sign message",description:I.description||"Signing this message will not cost you any fees.",buttonText:I.buttonText||"Sign and continue"},L=O=>{O?_(O):R(u||new ge(new bt("The user rejected the request.",Fe.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),f(void 0)};return i.current=()=>{L(h)},_n(jh,{children:[Ae(A,{onClose:()=>L(h)}),Ae(J,{}),_n(C2,{children:[Ae(b2,{children:x.title}),Ae(E2,{children:x.description}),E==="personal_sign"&&Ae(qh,{children:y2(P)}),E==="eth_signTypedData_v4"&&Ae(w2,{typedData:P}),Ae(P2,{fail:!0,children:s}),Ae(S2,{success:C,loading:a,disabled:C,onClick:async()=>{try{let O=await b();y(O),c(""),setTimeout(()=>{L(O)},Qe)}catch{c("An error has occurred, please try again."),f(new ge(new bt(s,Fe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:C?_n(x2,{children:[Ae(qa,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Ae("span",{children:"Success"})]}):x.buttonText})]}),Ae(Q,{}),Ae(V,{protectedByPrivy:!0})]})},C2=Xo.div`
|
|
2234
2234
|
display: flex;
|
|
2235
2235
|
flex-direction: column;
|
|
2236
2236
|
align-items: center;
|
|
2237
2237
|
justify-content: center;
|
|
2238
|
-
`,
|
|
2238
|
+
`,b2=Xo.span`
|
|
2239
2239
|
color: var(--privy-color-foreground);
|
|
2240
2240
|
text-align: center;
|
|
2241
2241
|
font-size: 1.125rem;
|
|
2242
2242
|
font-weight: 500;
|
|
2243
2243
|
line-height: 1.25rem; /* 111.111% */
|
|
2244
2244
|
text-align: center;
|
|
2245
|
-
`,
|
|
2245
|
+
`,E2=Xo.span`
|
|
2246
2246
|
margin-top: 4px;
|
|
2247
2247
|
color: var(--privy-color-foreground);
|
|
2248
2248
|
text-align: center;
|
|
@@ -2252,7 +2252,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2252
2252
|
font-weight: 400;
|
|
2253
2253
|
line-height: 20px; /* 142.857% */
|
|
2254
2254
|
letter-spacing: -0.008px;
|
|
2255
|
-
`,
|
|
2255
|
+
`,qh=Xo.div`
|
|
2256
2256
|
margin-top: 1.5rem;
|
|
2257
2257
|
background-color: var(--privy-color-background-2);
|
|
2258
2258
|
border-radius: var(--privy-border-radius-md);
|
|
@@ -2271,7 +2271,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2271
2271
|
display: none; /* Safari and Chrome */
|
|
2272
2272
|
}
|
|
2273
2273
|
}
|
|
2274
|
-
`,
|
|
2274
|
+
`,T2=Xo.ul`
|
|
2275
2275
|
margin-left: 12px !important;
|
|
2276
2276
|
white-space: nowrap;
|
|
2277
2277
|
|
|
@@ -2283,7 +2283,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2283
2283
|
font-weight: 500 !important;
|
|
2284
2284
|
}
|
|
2285
2285
|
}
|
|
2286
|
-
`,
|
|
2286
|
+
`,P2=Xo.div`
|
|
2287
2287
|
line-height: 20px;
|
|
2288
2288
|
height: 20px;
|
|
2289
2289
|
font-size: 13px;
|
|
@@ -2293,22 +2293,22 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2293
2293
|
width: 100%;
|
|
2294
2294
|
margin-top: 16px;
|
|
2295
2295
|
margin-bottom: 4px;
|
|
2296
|
-
`,
|
|
2296
|
+
`,x2=Xo.span`
|
|
2297
2297
|
display: flex;
|
|
2298
2298
|
align-items: center;
|
|
2299
2299
|
gap: 8px;
|
|
2300
|
-
`,
|
|
2300
|
+
`,S2=Xo(U)`
|
|
2301
2301
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2302
2302
|
|
|
2303
|
-
${e=>e.success&&
|
|
2303
|
+
${e=>e.success&&h2`
|
|
2304
2304
|
&&&& {
|
|
2305
2305
|
background-color: var(--privy-color-success);
|
|
2306
2306
|
color: #ffffff;
|
|
2307
2307
|
}
|
|
2308
2308
|
`}
|
|
2309
|
-
`;import
|
|
2309
|
+
`;import W2 from"@heroicons/react/24/outline/EnvelopeIcon";import _2 from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as A2,useState as Kh}from"react";import Jh from"styled-components";import{Fragment as I2,jsx as Pi,jsxs as Yh}from"react/jsx-runtime";var Qh=A2((e,t)=>{let[o,r]=Kh(""),[n,i]=Kh(!1),{authenticated:a,user:l}=G(),{initUpdateEmail:s}=W(),{navigate:c,setModalData:u,currentScreen:f}=S(),{enabled:h,token:y}=de(),C=Gi(o),E=n,P=n||!C,b=async R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");i(!0);try{await s(l.email.address,o,R),c("AWAITING_PASSWORDLESS_CODE")}catch(I){u({errorModalData:{error:I,previousScreen:f||"LANDING"}})}i(!1)},_=()=>{h&&!y&&!a?(u({captchaModalData:{callback:R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,o,R)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):b(y)};return Yh(I2,{children:[Pi(k2,{children:Yh(R2,{children:[Pi(_2,{}),Pi("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:R=>r(R.target.value),onKeyUp:R=>{R.key==="Enter"&&_()},value:o,autoComplete:"email"}),e.stacked?null:Pi(zr,{isSubmitting:E,onClick:_,disabled:P,children:"Submit"})]})}),e.stacked?Pi(U,{loadingText:null,loading:E,disabled:P,onClick:_,children:"Submit"}):null]})}),k2=Jh.div`
|
|
2310
2310
|
width: 100%;
|
|
2311
|
-
`,
|
|
2311
|
+
`,R2=Jh.label`
|
|
2312
2312
|
display: block;
|
|
2313
2313
|
position: relative;
|
|
2314
2314
|
width: 100%;
|
|
@@ -2366,7 +2366,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2366
2366
|
&& > input::placeholder {
|
|
2367
2367
|
color: var(--privy-color-foreground-3);
|
|
2368
2368
|
}
|
|
2369
|
-
`;import{Fragment as
|
|
2369
|
+
`;import{Fragment as M2,jsx as er,jsxs as N2}from"react/jsx-runtime";var Zh=()=>N2(M2,{children:[er(A,{},"header"),er(J,{}),er(Ce,{title:"Update your email",description:"Add the email address you'd like to use going forward. We'll send you a confirmation code",icon:er(W2,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),er(_t,{children:er(Qh,{stacked:!0})}),er(Q,{}),er(V,{protectedByPrivy:!0})]});import O2,{createGlobalStyle as D2}from"styled-components";var L2=`
|
|
2370
2370
|
*,
|
|
2371
2371
|
::before,
|
|
2372
2372
|
::after {
|
|
@@ -2596,7 +2596,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2596
2596
|
[hidden] {
|
|
2597
2597
|
display: none;
|
|
2598
2598
|
}
|
|
2599
|
-
`,
|
|
2599
|
+
`,Xh=L2;var ey=D2`
|
|
2600
2600
|
:root {
|
|
2601
2601
|
// Borders
|
|
2602
2602
|
--privy-border-radius-sm: 6px;
|
|
@@ -2628,10 +2628,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2628
2628
|
--privy-height-modal-full: 620px;
|
|
2629
2629
|
--privy-height-modal-compact: 480px;
|
|
2630
2630
|
};
|
|
2631
|
-
`,
|
|
2631
|
+
`,ty=O2.div`
|
|
2632
2632
|
// css normalize only the privy application to avoid conflicts
|
|
2633
2633
|
// with consuming application
|
|
2634
|
-
${
|
|
2634
|
+
${Xh}
|
|
2635
2635
|
|
|
2636
2636
|
// Privy styles
|
|
2637
2637
|
color: var(--privy-color-foreground-2);
|
|
@@ -2690,4 +2690,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2690
2690
|
opacity: 1;
|
|
2691
2691
|
}
|
|
2692
2692
|
}
|
|
2693
|
-
`;import{jsx as Oe,jsxs as qh}from"react/jsx-runtime";var N2={["LANDING"]:hf,["CONNECT_OR_CREATE"]:mf,["AWAITING_PASSWORDLESS_CODE"]:ru,["AWAITING_CONNECTION"]:wu,["AWAITING_CONNECT_ONLY_CONNECTION"]:Tu,["AWAITING_FARCASTER_CONNECTION"]:km,["PHANTOM_INTERSTITIAL_SCREEN"]:Sh,["LOGIN_FAILED_SCREEN"]:Ef,["AWAITING_OAUTH_SCREEN"]:Eh,["ALLOWLIST_REJECTION_SCREEN"]:jp,["INSTALL_PHANTOM_SCREEN"]:Vm,["LINK_EMAIL_SCREEN"]:yf,["LINK_PHONE_SCREEN"]:gf,["LINK_WALLET_SCREEN"]:vf,["UPDATE_EMAIL_SCREEN"]:Hh,["CONNECT_ONLY_LANDING_SCREEN"]:yu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:mu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:cm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Iu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:ku,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:um,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Lu,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Nh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Wh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Lm,["FIAT_ON_RAMP_STATUS_SCREEN"]:Dm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:pm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:dm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Of,["CAPTCHA_SCREEN"]:su,["ERROR_SCREEN"]:mm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Um,["AFFIRMATIVE_CONSENT_SCREEN"]:$p},L2=["LANDING","AWAITING_CONNECTION"],O2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=G(),{headless:n}=W(),{ready:i,currentScreen:a}=S(),{status:l,execute:s,reset:c,enabled:u}=de(),f=I2(null),h=Wp(f),y=r&&a&&L2.includes(a)&&!n&&l==="ready";if($h(()=>{y&&s()},[y]),$h(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return qh(gn,{children:[Oe(_,{}),Oe(J,{}),Oe(xf,{children:Oe(Tt,{})}),Oe(Q,{}),Oe(ee,{})]});if(!a&&e)return Oe(gn,{style:{height:h},children:Oe("div",{ref:f,children:Oe(Tc,{open:e,onClose:t})})});if(!a)return null;let C=N2[a];return Oe(gn,{style:{height:h},children:qh("div",{ref:f,children:[Oe(bo,{if:!!e,children:Oe(C,{})}),Oe(bo,{if:!e,children:Oe(Tc,{open:e,onClose:t})})]})})},D2=()=>{let{closePrivyModal:e}=W(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:R2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},jh=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=D2(),[r,n]=W2(!1);rl({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Oe(zh,{children:Oe(O2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Oe(Pf,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return M2.createPortal(l,s)}return l};import{useRef as U2,useEffect as F2}from"react";var Is=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function xr(e,t,o,r,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Te("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((h,y)=>{o.current={resolve:h,reject:y};let C=1e3*60*5;setTimeout(()=>{let E=new Te("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(E),y(E)},C)});return await e(f)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),r.current?.resolve(void 0);break}catch(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),f}if(c===null){let u=new Te("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as $2}from"react/jsx-runtime";var B2=function(e){return()=>`id-${e++}`}(0);function H2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function uo(e){return e.error!==void 0}var jt=new Is,_c=new Map,G2=(e,t)=>typeof t=="bigint"?t.toString():t,V2=(e,t)=>`${e}${JSON.stringify(t,G2)}`;function mo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=V2(e,t);if(e==="privy:wallet:create"){let a=_c.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=B2();jt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{_c.delete(n)});return _c.set(n,i),i}function z2(e){switch(e.event){case"privy:iframe:ready":let t=jt.dequeue(e.event,e.id);return uo(e)?t.reject(new Te(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=jt.dequeue(e.event,e.id);return uo(e)?o.reject(new Te(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=jt.dequeue(e.event,e.id);return uo(e)?r.reject(new Te(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=jt.dequeue(e.event,e.id);return uo(e)?n.reject(new Te(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=jt.dequeue(e.event,e.id);return uo(e)?i.reject(new Te(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=jt.dequeue(e.event,e.id);return uo(e)?a.reject(new Te(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=jt.dequeue(e.event,e.id);return uo(e)?l.reject(new Te(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function Kh(e){let t=U2(null),o=Lp();return F2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&H2(c.data)&&z2(c.data)}let i={create(c){return mo("privy:wallet:create",c,r)},connect(c){return mo("privy:wallet:connect",c,r)},recover(c){return xr(u=>mo("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return xr(u=>mo("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return xr(u=>mo("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return xr(u=>mo("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return xr(u=>mo("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return mo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return xr(u=>mo("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return Id(()=>mo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),$2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Hi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Ac(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var Ws=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=ld();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw ae(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=cd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return pt(o)}catch(t){throw ae(t)}}};import{jsx as fo,jsxs as Yh}from"react/jsx-runtime";var Sn;function J2(e){return typeof e=="string"&&e.length===25}function ke(){if(!Sn){let e=ne.get(ir);return Promise.resolve(e||null)}return Sn.getAccessToken()}var Jh,Dd=(e,t)=>Jh(e,t),Qh,Ud=(e,t)=>Qh(e,t),Zh,Fd=(e,t)=>Zh(e,t),Xh,Bd=()=>Xh(),Q2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ne.put(Rn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Z2=({config:e,...t})=>{if(!J2(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");Sn||(Sn=new Un({appId:t.appId,apiUrl:t.apiUrl||Ni}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),fo(pp,{client:Sn,clientConfig:o,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:fo(X2,{...t,config:o,client:Sn})})},X2=e=>{let t=e.client,[o,r]=xe(!1),[n,i]=xe(!1),[a,l]=xe(!1),[s,c]=xe(null),[u,f]=xe(!1),[h,y]=xe([]),C=Ei(h),[E,P]=xe(!1),[b,A]=xe(null),[R,I]=xe(!1),[x,L]=xe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[O,F]=xe(null),[H,$]=xe(null),[D,z]=xe(null),k=ua(),oe=up(),[ie,j]=xe(!0),[Ve,he]=xe({}),[rt,Se]=xe(null),[re,ho]=xe(null),[Mt,Sr]=xe(!1),[nt,_e]=xe(!1),Kt=Ei(null),_r=Ei(null),M=Ei(Mp);t.onStoreToken=d=>{d&&B(M,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{B(M,"accessToken","onAccessTokenRemoved")};let ze=Ei(),_n=K2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(v=>v.type==="wallet"&&v.walletClientType==="privy")?p&&d?.some(v=>v?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),X=d=>{A(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},vt=d=>{k.embeddedWallets.createOnLogin!=="off"&&j(!0),X(d)};ko(()=>{if(!D||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(D,p,k.defaultChain)}},[D,s]),ko(()=>{D&&re?.(D)},[D]),ko(()=>{(async()=>{if(!k.customAuth?.enabled)return;j(!0);let{getCustomAccessToken:p,isLoading:m}=k.customAuth;if(!(!n||m))try{let v=await p();if(!v){await kr.logout();return}if(a)return;t.startAuthFlow(new Ir(v));let{user:N,isNewUser:q}=await t.authenticate();N||await kr.logout(),c(N||null),P(q||!1),l(!0),_e(!0)}catch(v){console.warn(v),a&&await kr.logout()}})()},[k.customAuth?.enabled,k.customAuth?.getCustomAccessToken,k.customAuth?.isLoading,n,a]),ko(()=>{nt&&D&&s&&bt(s,e.config?.embeddedWallets?.createOnLogin)&&(_e(!1),xi(s,Nr).catch(console.error))},[nt&&D&&s]),ko(()=>{async function d(){let p=nr();Q2();let m=j2();F(m),t.initializeConnectorManager(k.walletConnectCloudProjectId,k.rpcConfig,k.chains,k.defaultChain,m,k.appearance.walletList,k.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{Ar()});let v=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!v),v&&B(M,"login","onComplete",v,!1,!0,null),c(v)),p||pe.setReadyToTrue(),p&&v&&f(!0)}!n&&oe&&d()},[t,rt,n,oe]);let nr=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),v=d.get("privy_oauth_provider");return p&&m&&v?(t.startAuthFlow(new Mo(v,p,m)),vt("AWAITING_OAUTH_SCREEN"),!0):!1},Ti=async(d,p,m,v)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;An(N,p,m,v)};async function An(d,p,m,v){if(!d)return L({status:"disconnected",connectedWallet:null,connectError:new Y("Unable to connect to wallet."),connector:null,connectRetry:T}),v?.(null,m);d instanceof to&&p&&await d.resetConnection(p),L({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>An(d,p,m,v)});try{let N=await d.connect({showPrompt:!0});if(k.shouldEnforceDefaultChainOnConnect&&!k.chains.find(q=>q.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){L(q=>({...q,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await N?.switchChain(k.defaultChain.id),N&&(N.chainId=Lr(cr(k.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${k.defaultChain.id}`)}}return L(q=>({...q,status:"connected",connectedWallet:N,connectError:null,connectRetry:T})),N&&!R&&B(M,"connectWallet","onSuccess",N),v?.(N,m)}catch(N){return N instanceof De?(console.warn(N.cause?N.cause:N.message),R||B(M,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),R||B(M,"connectWallet","onError","unknown_connect_wallet_error")),L(q=>({...q,status:"disconnected",connectedWallet:null,connectError:N})),v?.(null,m)}}let Ro=async(d,p)=>{if(d===null)return;let m=new sr(d,p);t.startAuthFlow(m)},Ar=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!No()&&vt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");X("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),Ti(p,m,void 0,Ro)};ko(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let $e=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");f(!0),X("LINK_WALLET_SCREEN")},ct=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},wt=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(L(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),k.captchaEnabled&&!a){let m={callback:v=>Ro(d,v),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};he({captchaModalData:m}),vt("CAPTCHA_SCREEN")}else await Ro(d),vt("AWAITING_CONNECTION")},Pi=async(d,p)=>{if(!k.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:v}=await Mm(t,d,p?.config??{},k.appearance.palette,k.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:v}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},Io=()=>{y(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:ct(m),loginOrLink:async()=>{if(!await m.isConnected())throw new w("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");wt(m)},fund:async v=>{let{signedUrl:N,externalTransactionId:q}=await Pi(m.address,v);he({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:q}}),X("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(m.address);c(v)}}))||[];return Sr(_n(p)),zi(d,p)?d:p})};ko(()=>{Io()},[s?.linkedAccounts,a,n]),ko(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");Io(),t.connectors.on("walletsUpdated",Io)}},[n]);let Nt=()=>{X(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};ko(()=>{if(!h[0])return;let d=h[0],p=C.current.find(v=>v.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType==="privy"):m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType!=="privy"),!p&&m){let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}C.current=h},[h]);let xi=async(d,p)=>{if(ue(d))throw B(M,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,N]=await Promise.all([pe.initializeWalletProxy(p),ke()]);if(!v&&e.config?.customAuth?.enabled)throw B(M,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((q,ce)=>{j(!0),he({createWallet:{onSuccess:it=>{B(M,"createWallet","onSuccess",it),q(it)},onFailure:it=>{B(M,"createWallet","onError","unknown_embedded_wallet_error"),ce(it)},callAuthOnSuccessOnClose:!1}}),X("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:N});let q=await pe.refreshUser(),ce=ue(q);if(!ce)throw B(M,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return B(M,"createWallet","onSuccess",ce),ce}},oy=d=>{if(!k.chains.map(p=>p.id).includes(d))throw new Y(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Rc=(d,p,m)=>new Promise(async(v,N)=>{if(!a||!s){B(M,"sendTransaction","onError","must_be_authenticated"),N(new Error("User must be authenticated before signing with a Privy wallet"));return}let q=ue(s);if(!q){B(M,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have a Privy wallet before signing"));return}j(!0);let ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,qe=d.chainId?Number(d.chainId):ce.chainId;oy(qe);let it=Object.assign({},d,{chainId:qe}),yo=async()=>{let je=await ke();if(!je||!D){B(M,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await pe.recoverEmbeddedWallet()){B(M,"sendTransaction","onError","unknown_connect_wallet_error"),N(new Error("Unable to connect to wallet"));return}let go=new q2(Dt(it.chainId,k.chains,k.rpcConfig)),ny=await En(q.address,it,go),Mc=await Ps(je,q.address,D,ny,go);B(M,"sendTransaction","onSuccess",Mc),v(Mc)}catch(Lt){B(M,"sendTransaction","onError","transaction_failure"),N(Lt)}};if(k.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),yo();else{let je={transactionRequest:it,onSuccess:go=>{B(M,"sendTransaction","onSuccess",go),v(go)},onFailure:go=>{B(M,"sendTransaction","onError","transaction_failure"),N(go)},uiOptions:p||{},fundWalletConfig:m},Lt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:go=>{B(M,"sendTransaction","onError","unknown_connect_wallet_error"),N(go)}};he({connectWallet:Lt,sendTransaction:je}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Ic(){return new Promise(async(d,p)=>{let m=await ke();if(!m||!D)throw new Error("Must have valid access token to enroll in MFA");try{await D.verifyMfa({accessToken:m}),d()}catch(v){p(v)}})}let kr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Nt,linkWallet:$e,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(s?.email)throw new w("User already has an email linked to their account.");f(!0),X("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(s?.phone)throw new w("User already has a phone number linked to their account.");f(!0),X("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(s?.google)throw new w("User already has a Google account linked to their account.");await pe.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new w("User already has a Twitter account linked to their account.");await pe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(s?.discord)throw new w("User already has a Discord account linked to their account.");await pe.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(s?.github)throw new w("User already has a Github account linked to their account.");await pe.initLoginWithOAuth("github")},linkSpotify:async()=>{if(!a)throw new w("User must be authenticated before linking a Spotify account.");if(s?.spotify)throw new w("User already has a Spotify account linked to their account.");await pe.initLoginWithOAuth("spotify")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await pe.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await pe.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await pe.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new w("User must be authenticated before linking a Farcaster account.");await pe.initLoginWithFarcaster(),f(!0),X("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(!a)throw new w("User must be authenticated before updating an email address.");if(!s?.email)throw new w("User does not have an email linked to their account.");f(!0),X("UPDATE_EMAIL_SCREEN")},login:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}I(!0),vt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(h[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}vt("CONNECT_OR_CREATE")},logout:async()=>{await t.logout(),c(null),l(!1),A(null),B(M,"logout","onSuccess"),f(!1),r(!1),ne.del(In)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new me;let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new me:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new kc(new Zt(new me));let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new kc(new Zt(new me)):new kc(new Zt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Do(new me);let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new Do(new me):new Do(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=h.find(v=>Ms(v.address)===Ms(d)),m=s?.linkedAccounts.find(v=>v.type==="wallet"&&Ms(v.address)===Ms(d));if(!p||!await p.isConnected())$(d),$e();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw B(M,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return xi(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw B(M,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=ue(s);if(!d||!D)throw B(M,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw B(M,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Ic()}catch(p){throw B(M,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,m)=>{j(!0);let v={onSuccess:q=>{B(M,"setWalletPassword","onSuccess",q),p(q)},onFailure:q=>{B(M,"setWalletPassword","onError","user_exited_set_password_flow"),m(q)},callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:q=>{B(M,"setWalletPassword","onError","unknown_connect_wallet_error"),m(q)}};he({setWalletPassword:v,connectWallet:N}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){B(M,"signMessage","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=ue(s);if(!N){B(M,"signMessage","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){B(M,"signMessage","onError","invalid_message"),v(new Error("Message must be a non-empty string"));return}j(!0);let q=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ce=await ke();if(!D||!ce)throw new Error("Unable to connect to wallet");if(!await pe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:it}=await D.rpc({accessToken:ce,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),yo=it.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),yo};if(k.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ce=await q();B(M,"signMessage","onSuccess",ce),m(ce)}catch(ce){B(M,"signMessage","onError","unable_to_sign"),v(ce??new Ue("Unable to sign message"))}}else{let it={method:"personal_sign",data:d,confirmAndSign:q,onSuccess:je=>{B(M,"signMessage","onSuccess",je),m(je)},onFailure:je=>{B(M,"signMessage","onError","unable_to_sign"),v(je)},uiOptions:p||{}},yo={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:je=>{B(M,"signMessage","onError","unknown_connect_wallet_error"),v(je)}};he({signMessage:it,connectWallet:yo}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){B(M,"signTypedData","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=ue(s);if(!N){B(M,"signTypedData","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}j(!0);let q=Gi(d),ce=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let qe=await ke();if(!D||!qe)throw new Error("Unable to connect to wallet");if(!await pe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_typed_data_started",{walletAddress:N.address});let{response:yo}=await D.rpc({accessToken:qe,address:N.address,request:{method:"eth_signTypedData_v4",params:[N.address,q]}}),je=yo.data;return t.createAnalyticsEvent("embedded_wallet_sign_typed_data_completed",{walletAddress:N.address}),je};if(k.embeddedWallets.noPromptOnSignature||(k.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let qe=await ce();B(M,"signTypedData","onSuccess",qe),m(qe)}catch(qe){B(M,"signTypedData","onError","unable_to_sign"),v(qe??new Ue("Unable to sign message"))}}else{let yo={method:"eth_signTypedData_v4",data:q,confirmAndSign:ce,onSuccess:Lt=>{B(M,"signTypedData","onSuccess",Lt),m(Lt)},onFailure:Lt=>{B(M,"signTypedData","onError","unable_to_sign"),v(Lt)},uiOptions:p||{}},je={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Lt=>{B(M,"signMessage","onError","unknown_connect_wallet_error"),v(Lt)}};he({signMessage:yo,connectWallet:je}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let N=await(await Rc(d,p,m)).wait();return Ss(N)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=ue(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}j(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await ke();if(!N||!D){p(new Error("Must have valid access token to enroll in MFA"));return}if(!D){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await D.connect({accessToken:N,address:m.address}),await D.verifyMfa({accessToken:N})}catch(ce){if(yr(ce))await pe.recoverEmbeddedWallet();else throw ce}}catch(ce){p(ce);return}let q={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};he({keyExport:q,connectWallet:v}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Ic,async init(d){let p;switch(d){case"sms":p=new Ws("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":Kt.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,v)=>{_r.current={resolve:m,reject:v}});break;default:throw Kt.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${d}`)}},cancel(){Kt.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){pe.closePrivyModal(),p();return}k.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),he({mfaEnrollmentFlow:{mfaMethods:k.mfa.methods,onSuccess:p,onFailure:m}}),X("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await ke();if(!d||!D)throw new Error("Must have valid access token to enroll in MFA");let p=await D.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to remove MFA");await D.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return pe.loginWithCode(d)},initLoginWithEmail(d){return pe.initLoginWithEmail(d)},initLoginWithSms(d){return pe.initLoginWithSms(d)},fundWallet(d,p){return pe.fundWallet(d,p)},isModalOpen:o};Jh=kr.signMessage,Qh=kr.signTypedData,Zh=async(...d)=>{let p=await Rc(...d);return k.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Wc=!!e.config?.headless,pe=(()=>({headless:Wc,isNewUserThisSession:E,isLinking:u,linkingHint:H,pendingTransaction:null,walletConnectionStatus:x,mipdStore:O,connectors:t.connectors?.walletConnectors??[],rpcConfig:k.rpcConfig,chains:k.chains,showFiatPrices:k.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>k.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(D)return D;let p=new Promise(N=>{ho(()=>q=>N(q))}),m=new Promise(N=>setTimeout(()=>N(null),d)),v=await Promise.race([p,m]);return ho(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(B(M,"login","onComplete",s,E,!1,ze.current??null),e.onSuccess?.(s,E)):R&&B(M,"login","onError","exited_auth_flow"),$(null),I(!1),f(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:X,connectWallet:An,initLoginWithWallet:async(d,p)=>{ze.current="siwe",Ro(d,p)},loginWithWallet:async()=>{if(!n)throw new Rr;if(!(t.authFlow instanceof sr))throw new w("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw B(M,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),P(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new kn(d);t.startAuthFlow(p);try{ze.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw B(M,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Rr;if(!(t.authFlow instanceof kn))throw new w("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw B(M,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),P(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(Pd()){if(d==="google"&&Ac(window.navigator.userAgent)){vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new Mo(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let v=await t.authFlow.getAuthorizationUrl();v&&v.url&&window.location.assign(v.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof Mo))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let p=Ot.get(Wr),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let v,N;if(a)v=await t.link();else try{({user:v,isNewUser:N}=await t.authenticate()),ze.current=d}catch(q){throw B(M,"login","onError",q.privyErrorCode||"unknown_auth_error"),q}c(v),P(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new Wo(d,p);t.startAuthFlow(m);try{ze.current="email",await m.sendCodeEmail()}catch(v){throw B(M,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initUpdateEmail:async(d,p,m)=>{let v=new Wi(d,p,m);t.startAuthFlow(v),await v.sendCodeEmail()},initLoginWithSms:async(d,p)=>{let m=new lr(d,p);t.startAuthFlow(m);try{ze.current="sms",await m.sendSmsCode()}catch(v){throw B(M,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Rr;if(t.authFlow instanceof Wo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof lr)t.authFlow.meta.smsCode=d.trim();else throw new w("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),P(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:D,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),v=await ke();if(!v||!D||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}j(!0);try{await D.connect({accessToken:v,address:m.address}),d(!0)}catch(N){yr(N)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await D.recover({address:m.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):yr(N)?(he({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),X("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Pi,setReadyToTrue:()=>{i(!0),rt?.()},updateWallets:()=>Io(),fundWallet:async(d,p)=>{let{signedUrl:m,externalTransactionId:v}=await Pi(d,p);he({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:v}}),X("FIAT_ON_RAMP_PROMPT_SCREEN")}}))();Xh=pe.recoverEmbeddedWallet;let ry=Y2(()=>({wallets:h,ready:Mt}),[h,Mt]);return fo(le.Provider,{value:kr,children:fo(ol.Provider,{value:M,children:fo(wc.Provider,{value:ry,children:Yh(Rp,{...k,children:[e.children,Yh(tl.Provider,{value:pe,children:[!Wc&&k.captchaEnabled&&n&&!a&&fo(el,{delayedExecution:!1}),fo(Vh,{theme:{...k.appearance.palette||{}}}),fo(fp,{data:Ve,setModalData:he,setInitialScreen:A,initialScreen:b,authenticated:a,open:o,children:fo(jh,{open:o})}),ie&&oe?fo(Kh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Kt,mfaSubmitPromise:_r,onLoad:z,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as eT}from"react";function tT(e){let{login:t}=eT(le);return Ee("login",e),{login:t}}import{useContext as oT}from"react";function rT(e){let{logout:t}=oT(le);return Ee("logout",e),{logout:t}}import{useCallback as ey}from"react";var nT=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=G(),r=ey(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ey(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Co(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as ty}from"react";var iT=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=G(),r=ty(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ty(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Co(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as aT}from"react";function sT(e){let{connectWallet:t}=aT(le);return Ee("connectWallet",e),{connectWallet:t}}import{useContext as lT}from"react";function cT(e){let{createWallet:t}=lT(le);return Ee("createWallet",e),{createWallet:t}}var dT=()=>{let{fundWallet:e}=G();return{fundWallet:e}};import{useContext as pT}from"react";function uT(e){let{sendTransaction:t}=pT(le);return Ee("sendTransaction",e),{sendTransaction:t}}import{useContext as mT}from"react";function fT(e){let{setWalletPassword:t}=mT(le);return Ee("setWalletPassword",e),{setWalletPassword:t}}import{useContext as hT}from"react";function yT(e){let{signMessage:t}=hT(le);return Ee("signMessage",e),{signMessage:t}}import{useContext as gT}from"react";function vT(e){let{signTypedData:t}=gT(le);return Ee("signTypedData",e),{signTypedData:t}}import{useContext as wT}from"react";var CT=()=>{let{isModalOpen:e}=wT(le);return{isOpen:e}};import{useContext as bT}from"react";function ET(e){let{getAccessToken:t}=bT(le);return Ee("accessToken",e),{getAccessToken:t}}function TT(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Zt as AsExternalProvider,el as Captcha,Dn as ConnectorManager,Un as PrivyClient,Z2 as PrivyProvider,me as PrivyProxyProvider,Ln as SUPPORTED_CHAINS,Os as VERSION,st as WalletConnector,TT as addRpcUrlOverrideToChain,kl as errorIndicatesMaxMfaRetries,nn as errorIndicatesMfaTimeout,an as errorIndicatesMfaVerificationFailed,ke as getAccessToken,sT as useConnectWallet,cT as useCreateWallet,dT as useFundWallet,tT as useLogin,nT as useLoginWithEmail,iT as useLoginWithSms,rT as useLogout,wn as useMfa,mi as useMfaEnrollment,CT as useModalStatus,G as usePrivy,rl as useRegisterMfaListener,uT as useSendTransaction,fT as useSetWalletPassword,yT as useSignMessage,vT as useSignTypedData,ET as useToken,wi as useWallets};
|
|
2693
|
+
`;import{jsx as Oe,jsxs as ry}from"react/jsx-runtime";var G2={["LANDING"]:wf,["CONNECT_OR_CREATE"]:gf,["AWAITING_PASSWORDLESS_CODE"]:lu,["AWAITING_CONNECTION"]:Pu,["AWAITING_CONNECT_ONLY_CONNECTION"]:Au,["AWAITING_FARCASTER_CONNECTION"]:Mm,["PHANTOM_INTERSTITIAL_SCREEN"]:Oh,["LOGIN_FAILED_SCREEN"]:Sf,["AWAITING_OAUTH_SCREEN"]:Wh,["ALLOWLIST_REJECTION_SCREEN"]:Zp,["INSTALL_PHANTOM_SCREEN"]:jm,["LINK_EMAIL_SCREEN"]:Cf,["LINK_PHONE_SCREEN"]:bf,["LINK_WALLET_SCREEN"]:Ef,["UPDATE_EMAIL_SCREEN"]:Zh,["CONNECT_ONLY_LANDING_SCREEN"]:bu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:vu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:mm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Lu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Mu,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:ym,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Fu,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:$h,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Vh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Fm,["FIAT_ON_RAMP_STATUS_SCREEN"]:Hm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:hm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:fm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Bf,["CAPTCHA_SCREEN"]:uu,["ERROR_SCREEN"]:gm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Gm,["AFFIRMATIVE_CONSENT_SCREEN"]:Jp},V2=["LANDING","AWAITING_CONNECTION"],z2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=G(),{headless:n}=W(),{ready:i,currentScreen:a}=S(),{status:l,execute:s,reset:c,enabled:u}=de(),f=F2(null),h=Dp(f),y=r&&a&&V2.includes(a)&&!n&&l==="ready";if(oy(()=>{y&&s()},[y]),oy(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return ry(yn,{children:[Oe(A,{}),Oe(J,{}),Oe(kf,{children:Oe(Tt,{})}),Oe(Q,{}),Oe(ee,{})]});if(!a&&e)return Oe(yn,{style:{height:h},children:Oe("div",{ref:f,children:Oe(Ac,{open:e,onClose:t})})});if(!a)return null;let C=G2[a];return Oe(yn,{style:{height:h},children:ry("div",{ref:f,children:[Oe(vo,{if:!!e,children:Oe(C,{})}),Oe(vo,{if:!e,children:Oe(Ac,{open:e,onClose:t})})]})})},$2=()=>{let{closePrivyModal:e}=W(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:U2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},ny=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=$2(),[r,n]=B2(!1);al({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Oe(ty,{children:Oe(z2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Oe(Af,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return H2.createPortal(l,s)}return l};import{useRef as q2,useEffect as j2}from"react";var Ms=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 Er(e,t,o,r,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Te("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((h,y)=>{o.current={resolve:h,reject:y};let C=1e3*60*5;setTimeout(()=>{let E=new Te("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(E),y(E)},C)});return await e(f)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),r.current?.resolve(void 0);break}catch(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),f}if(c===null){let u=new Te("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as X2}from"react/jsx-runtime";var K2=function(e){return()=>`id-${e++}`}(0);function Y2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function co(e){return e.error!==void 0}var qt=new Ms,Wc=new Map,J2=(e,t)=>typeof t=="bigint"?t.toString():t,Q2=(e,t)=>`${e}${JSON.stringify(t,J2)}`;function po(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=Q2(e,t);if(e==="privy:wallet:create"){let a=Wc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=K2();qt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{Wc.delete(n)});return Wc.set(n,i),i}function Z2(e){switch(e.event){case"privy:iframe:ready":let t=qt.dequeue(e.event,e.id);return co(e)?t.reject(new Te(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=qt.dequeue(e.event,e.id);return co(e)?o.reject(new Te(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=qt.dequeue(e.event,e.id);return co(e)?r.reject(new Te(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=qt.dequeue(e.event,e.id);return co(e)?n.reject(new Te(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=qt.dequeue(e.event,e.id);return co(e)?i.reject(new Te(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=qt.dequeue(e.event,e.id);return co(e)?a.reject(new Te(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=qt.dequeue(e.event,e.id);return co(e)?l.reject(new Te(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=qt.dequeue(e.event,e.id);return co(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=qt.dequeue(e.event,e.id);return co(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=qt.dequeue(e.event,e.id);return co(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function iy(e){let t=q2(null),o=Bp();return j2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&Y2(c.data)&&Z2(c.data)}let i={create(c){return po("privy:wallet:create",c,r)},connect(c){return po("privy:wallet:connect",c,r)},recover(c){return Er(u=>po("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Er(u=>po("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Er(u=>po("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return Er(u=>po("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Er(u=>po("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return po("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Er(u=>po("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return Od(()=>po("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),X2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Vi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Mc(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var Ns=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=md();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw ae(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=fd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return pt(o)}catch(t){throw ae(t)}}};import{jsx as uo,jsxs as ay}from"react/jsx-runtime";var An;function nT(e){return typeof e=="string"&&e.length===25}function ke(){if(!An){let e=re.get(rr);return Promise.resolve(e||null)}return An.getAccessToken()}var sy,Gd=(e,t)=>sy(e,t),ly,Vd=(e,t)=>ly(e,t),cy,zd=(e,t)=>cy(e,t),dy,$d=()=>dy(),iT=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;re.put(Wn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},aT=({config:e,...t})=>{if(!nT(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");An||(An=new Bn({appId:t.appId,apiUrl:t.apiUrl||Oi}));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."),uo(yp,{client:An,clientConfig:o,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:uo(sT,{...t,config:o,client:An})})},sT=e=>{let t=e.client,[o,r]=xe(!1),[n,i]=xe(!1),[a,l]=xe(!1),[s,c]=xe(null),[u,f]=xe(!1),[h,y]=xe([]),C=xi(h),[E,P]=xe(!1),[b,_]=xe(null),[R,I]=xe(!1),[x,L]=xe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[O,F]=xe(null),[H,q]=xe(null),[D,z]=xe(null),k=fa(),oe=gp(),[ne,j]=xe(!0),[$e,he]=xe({}),[nt,Se]=xe(null),[ie,mo]=xe(null),[Mt,Tr]=xe(!1),[it,_e]=xe(!1),jt=xi(null),Pr=xi(null),M=xi(Up);t.onStoreToken=d=>{d&&B(M,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{B(M,"accessToken","onAccessTokenRemoved")};let qe=xi(),kn=oT(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(v=>v.type==="wallet"&&v.walletClientType==="privy")?p&&d?.some(v=>v?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),X=d=>{_(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},vt=d=>{k.embeddedWallets.createOnLogin!=="off"&&j(!0),X(d)};xo(()=>{if(!D||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(D,p,k.defaultChain)}},[D,s]),xo(()=>{D&&ie?.(D)},[D]),xo(()=>{(async()=>{if(!k.customAuth?.enabled)return;j(!0);let{getCustomAccessToken:p,isLoading:m}=k.customAuth;if(!(!n||m))try{let v=await p();if(!v){await _r.logout();return}if(a)return;t.startAuthFlow(new kr(v));let{user:N,isNewUser:$}=await t.authenticate();N||await _r.logout(),c(N||null),P($||!1),l(!0),_e(!0)}catch(v){console.warn(v),a&&await _r.logout()}})()},[k.customAuth?.enabled,k.customAuth?.getCustomAccessToken,k.customAuth?.isLoading,n,a]),xo(()=>{it&&D&&s&&Ct(s,e.config?.embeddedWallets?.createOnLogin)&&(_e(!1),_i(s,Wr).catch(console.error))},[it&&D&&s]),xo(()=>{async function d(){let p=xr();iT();let m=tT();F(m),t.initializeConnectorManager(k.walletConnectCloudProjectId,k.rpcConfig,k.chains,k.defaultChain,m,k.appearance.walletList,k.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{Sr()});let v=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!v),v&&B(M,"login","onComplete",v,!1,!0,null),c(v)),p||pe.setReadyToTrue(),p&&v&&f(!0)}!n&&oe&&d()},[t,nt,n,oe]);let xr=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),v=d.get("privy_oauth_provider");return p&&m&&v?(t.startAuthFlow(new Ro(v,p,m)),vt("AWAITING_OAUTH_SCREEN"),!0):!1},Si=async(d,p,m,v)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;Rn(N,p,m,v)};async function Rn(d,p,m,v){if(!d)return L({status:"disconnected",connectedWallet:null,connectError:new Y("Unable to connect to wallet."),connector:null,connectRetry:T}),v?.(null,m);d instanceof Xt&&p&&await d.resetConnection(p),L({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Rn(d,p,m,v)});try{let N=await d.connect({showPrompt:!0});if(k.shouldEnforceDefaultChainOnConnect&&!k.chains.find($=>$.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){L($=>({...$,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await N?.switchChain(k.defaultChain.id),N&&(N.chainId=Mr(sr(k.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${k.defaultChain.id}`)}}return L($=>({...$,status:"connected",connectedWallet:N,connectError:null,connectRetry:T})),N&&!R&&B(M,"connectWallet","onSuccess",N),v?.(N,m)}catch(N){return N instanceof Ue?(console.warn(N.cause?N.cause:N.message),R||B(M,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),R||B(M,"connectWallet","onError","unknown_connect_wallet_error")),L($=>({...$,status:"disconnected",connectedWallet:null,connectError:N})),v?.(null,m)}}let So=async(d,p)=>{if(d===null)return;let m=new ir(d,p);t.startAuthFlow(m)},Sr=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!Io()&&vt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");X("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),Si(p,m,void 0,So)};xo(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let at=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");f(!0),X("LINK_WALLET_SCREEN")},De=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},_o=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(L(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),k.captchaEnabled&&!a){let m={callback:v=>So(d,v),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};he({captchaModalData:m}),vt("CAPTCHA_SCREEN")}else await So(d),vt("AWAITING_CONNECTION")},tr=async(d,p)=>{if(!k.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:v}=await Dm(t,d,p?.config??{},k.appearance.palette,k.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:v}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},or=()=>{y(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:De(m),loginOrLink:async()=>{if(!await m.isConnected())throw new w("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");_o(m)},fund:async v=>{let{signedUrl:N,externalTransactionId:$}=await tr(m.address,v);he({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:$}}),X("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(m.address);c(v)}}))||[];return Tr(kn(p)),qi(d,p)?d:p})};xo(()=>{or()},[s?.linkedAccounts,a,n]),xo(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");or(),t.connectors.on("walletsUpdated",or)}},[n]);let Ao=()=>{X(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};xo(()=>{if(!h[0])return;let d=h[0],p=C.current.find(v=>v.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType==="privy"):m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType!=="privy"),!p&&m){let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}C.current=h},[h]);let _i=async(d,p)=>{if(ue(d))throw B(M,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,N]=await Promise.all([pe.initializeWalletProxy(p),ke()]);if(!v&&e.config?.customAuth?.enabled)throw B(M,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise(($,ce)=>{j(!0),he({createWallet:{onSuccess:st=>{B(M,"createWallet","onSuccess",st),$(st)},onFailure:st=>{B(M,"createWallet","onError","unknown_embedded_wallet_error"),ce(st)},callAuthOnSuccessOnClose:!1}}),X("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:N});let $=await pe.refreshUser(),ce=ue($);if(!ce)throw B(M,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return B(M,"createWallet","onSuccess",ce),ce}},my=d=>{if(!k.chains.map(p=>p.id).includes(d))throw new Y(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Lc=(d,p,m)=>new Promise(async(v,N)=>{if(!a||!s){B(M,"sendTransaction","onError","must_be_authenticated"),N(new Error("User must be authenticated before signing with a Privy wallet"));return}let $=ue(s);if(!$){B(M,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have a Privy wallet before signing"));return}j(!0);let ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,je=d.chainId?Number(d.chainId):ce.chainId;my(je);let st=Object.assign({},d,{chainId:je}),fo=async()=>{let Ke=await ke();if(!Ke||!D){B(M,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await pe.recoverEmbeddedWallet()){B(M,"sendTransaction","onError","unknown_connect_wallet_error"),N(new Error("Unable to connect to wallet"));return}let Lt=new eT(Dt(st.chainId,k.chains,k.rpcConfig)),Os=await Pn($.address,st,Lt);if(k.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:hy}=await Tn(Os,Lt),{hasSufficientFunds:yy}=await _s($.address,Os,hy,Lt);if(!yy)throw new ge(new bt("Wallet has insufficient funds for this transaction.",Fe.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let Uc=await Ss(Ke,$.address,D,Os,Lt);B(M,"sendTransaction","onSuccess",Uc),v(Uc)}catch(Nt){B(M,"sendTransaction","onError","transaction_failure"),N(Nt)}};if(k.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),fo();else{let Ke={transactionRequest:st,onSuccess:Lt=>{B(M,"sendTransaction","onSuccess",Lt),v(Lt)},onFailure:Lt=>{B(M,"sendTransaction","onError","transaction_failure"),N(Lt)},uiOptions:p||{},fundWalletConfig:m},Nt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:Lt=>{B(M,"sendTransaction","onError","unknown_connect_wallet_error"),N(Lt)}};he({connectWallet:Nt,sendTransaction:Ke}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Oc(){return new Promise(async(d,p)=>{let m=await ke();if(!m||!D)throw new Error("Must have valid access token to enroll in MFA");try{await D.verifyMfa({accessToken:m}),d()}catch(v){p(v)}})}let _r={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ao,linkWallet:at,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(s?.email)throw new w("User already has an email linked to their account.");f(!0),X("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(s?.phone)throw new w("User already has a phone number linked to their account.");f(!0),X("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(s?.google)throw new w("User already has a Google account linked to their account.");await pe.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new w("User already has a Twitter account linked to their account.");await pe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(s?.discord)throw new w("User already has a Discord account linked to their account.");await pe.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(s?.github)throw new w("User already has a Github account linked to their account.");await pe.initLoginWithOAuth("github")},linkSpotify:async()=>{if(!a)throw new w("User must be authenticated before linking a Spotify account.");if(s?.spotify)throw new w("User already has a Spotify account linked to their account.");await pe.initLoginWithOAuth("spotify")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await pe.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await pe.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await pe.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new w("User must be authenticated before linking a Farcaster account.");await pe.initLoginWithFarcaster(),f(!0),X("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(!a)throw new w("User must be authenticated before updating an email address.");if(!s?.email)throw new w("User does not have an email linked to their account.");f(!0),X("UPDATE_EMAIL_SCREEN")},login:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}I(!0),vt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(h[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}vt("CONNECT_OR_CREATE")},logout:async()=>{await t.logout(),c(null),l(!1),_(null),B(M,"logout","onSuccess"),f(!1),r(!1),re.del(Mn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new me;let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new me:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Nc(new Jt(new me));let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new Nc(new Jt(new me)):new Nc(new Jt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new No(new me);let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new No(new me):new No(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=h.find(v=>Ls(v.address)===Ls(d)),m=s?.linkedAccounts.find(v=>v.type==="wallet"&&Ls(v.address)===Ls(d));if(!p||!await p.isConnected())q(d),at();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw B(M,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return _i(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw B(M,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=ue(s);if(!d||!D)throw B(M,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw B(M,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Oc()}catch(p){throw B(M,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,m)=>{j(!0);let v={onSuccess:$=>{B(M,"setWalletPassword","onSuccess",$),p($)},onFailure:$=>{B(M,"setWalletPassword","onError","user_exited_set_password_flow"),m($)},callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:$=>{B(M,"setWalletPassword","onError","unknown_connect_wallet_error"),m($)}};he({setWalletPassword:v,connectWallet:N}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){B(M,"signMessage","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=ue(s);if(!N){B(M,"signMessage","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){B(M,"signMessage","onError","invalid_message"),v(new Error("Message must be a non-empty string"));return}j(!0);let $=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ce=await ke();if(!D||!ce)throw new Error("Unable to connect to wallet");if(!await pe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:st}=await D.rpc({accessToken:ce,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),fo=st.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),fo};if(k.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ce=await $();B(M,"signMessage","onSuccess",ce),m(ce)}catch(ce){B(M,"signMessage","onError","unable_to_sign"),v(ce??new ge("Unable to sign message"))}}else{let st={method:"personal_sign",data:d,confirmAndSign:$,onSuccess:Ke=>{B(M,"signMessage","onSuccess",Ke),m(Ke)},onFailure:Ke=>{B(M,"signMessage","onError","unable_to_sign"),v(Ke)},uiOptions:p||{}},fo={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Ke=>{B(M,"signMessage","onError","unknown_connect_wallet_error"),v(Ke)}};he({signMessage:st,connectWallet:fo}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){B(M,"signTypedData","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=ue(s);if(!N){B(M,"signTypedData","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}j(!0);let $=zi(d),ce=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let je=await ke();if(!D||!je)throw new Error("Unable to connect to wallet");if(!await pe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_typed_data_started",{walletAddress:N.address});let{response:fo}=await D.rpc({accessToken:je,address:N.address,request:{method:"eth_signTypedData_v4",params:[N.address,$]}}),Ke=fo.data;return t.createAnalyticsEvent("embedded_wallet_sign_typed_data_completed",{walletAddress:N.address}),Ke};if(k.embeddedWallets.noPromptOnSignature||(k.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let je=await ce();B(M,"signTypedData","onSuccess",je),m(je)}catch(je){B(M,"signTypedData","onError","unable_to_sign"),v(je??new ge("Unable to sign message"))}}else{let fo={method:"eth_signTypedData_v4",data:$,confirmAndSign:ce,onSuccess:Nt=>{B(M,"signTypedData","onSuccess",Nt),m(Nt)},onFailure:Nt=>{B(M,"signTypedData","onError","unable_to_sign"),v(Nt)},uiOptions:p||{}},Ke={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Nt=>{B(M,"signMessage","onError","unknown_connect_wallet_error"),v(Nt)}};he({signMessage:fo,connectWallet:Ke}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let N=await(await Lc(d,p,m)).wait();return As(N)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=ue(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}j(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await ke();if(!N||!D){p(new Error("Must have valid access token to enroll in MFA"));return}if(!D){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await D.connect({accessToken:N,address:m.address}),await D.verifyMfa({accessToken:N})}catch(ce){if(mr(ce))await pe.recoverEmbeddedWallet();else throw ce}}catch(ce){p(ce);return}let $={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};he({keyExport:$,connectWallet:v}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Oc,async init(d){let p;switch(d){case"sms":p=new Ns("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":jt.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,v)=>{Pr.current={resolve:m,reject:v}});break;default:throw jt.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${d}`)}},cancel(){jt.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){pe.closePrivyModal(),p();return}k.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),he({mfaEnrollmentFlow:{mfaMethods:k.mfa.methods,onSuccess:p,onFailure:m}}),X("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await ke();if(!d||!D)throw new Error("Must have valid access token to enroll in MFA");let p=await D.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to remove MFA");await D.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return pe.loginWithCode(d)},initLoginWithEmail(d){return pe.initLoginWithEmail(d)},initLoginWithSms(d){return pe.initLoginWithSms(d)},fundWallet(d,p){return pe.fundWallet(d,p)},isModalOpen:o};sy=_r.signMessage,ly=_r.signTypedData,cy=async(...d)=>{let p=await Lc(...d);return k.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Dc=!!e.config?.headless,pe=(()=>({headless:Dc,isNewUserThisSession:E,isLinking:u,linkingHint:H,pendingTransaction:null,walletConnectionStatus:x,mipdStore:O,connectors:t.connectors?.walletConnectors??[],rpcConfig:k.rpcConfig,chains:k.chains,showFiatPrices:k.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>k.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(D)return D;let p=new Promise(N=>{mo(()=>$=>N($))}),m=new Promise(N=>setTimeout(()=>N(null),d)),v=await Promise.race([p,m]);return mo(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(B(M,"login","onComplete",s,E,!1,qe.current??null),e.onSuccess?.(s,E)):R&&B(M,"login","onError","exited_auth_flow"),q(null),I(!1),f(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:X,connectWallet:Rn,initLoginWithWallet:async(d,p)=>{qe.current="siwe",So(d,p)},loginWithWallet:async()=>{if(!n)throw new Ar;if(!(t.authFlow instanceof ir))throw new w("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw B(M,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),P(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new In(d);t.startAuthFlow(p);try{qe.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw B(M,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Ar;if(!(t.authFlow instanceof In))throw new w("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw B(M,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),P(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(kd()){if(d==="google"&&Mc(window.navigator.userAgent)){vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new Ro(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let v=await t.authFlow.getAuthorizationUrl();v&&v.url&&window.location.assign(v.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof Ro))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let p=Ot.get(Rr),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let v,N;if(a)v=await t.link();else try{({user:v,isNewUser:N}=await t.authenticate()),qe.current=d}catch($){throw B(M,"login","onError",$.privyErrorCode||"unknown_auth_error"),$}c(v),P(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new ko(d,p);t.startAuthFlow(m);try{qe.current="email",await m.sendCodeEmail()}catch(v){throw B(M,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initUpdateEmail:async(d,p,m)=>{let v=new Ni(d,p,m);t.startAuthFlow(v),await v.sendCodeEmail()},initLoginWithSms:async(d,p)=>{let m=new ar(d,p);t.startAuthFlow(m);try{qe.current="sms",await m.sendSmsCode()}catch(v){throw B(M,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Ar;if(t.authFlow instanceof ko)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof ar)t.authFlow.meta.smsCode=d.trim();else throw new w("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),P(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:D,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),v=await ke();if(!v||!D||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}j(!0);try{await D.connect({accessToken:v,address:m.address}),d(!0)}catch(N){mr(N)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await D.recover({address:m.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):mr(N)?(he({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),X("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:tr,setReadyToTrue:()=>{i(!0),nt?.()},updateWallets:()=>or(),fundWallet:async(d,p)=>{let{signedUrl:m,externalTransactionId:v}=await tr(d,p);he({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:v}}),X("FIAT_ON_RAMP_PROMPT_SCREEN")}}))();dy=pe.recoverEmbeddedWallet;let fy=rT(()=>({wallets:h,ready:Mt}),[h,Mt]);return uo(le.Provider,{value:_r,children:uo(il.Provider,{value:M,children:uo(Pc.Provider,{value:fy,children:ay(Lp,{...k,children:[e.children,ay(nl.Provider,{value:pe,children:[!Dc&&k.captchaEnabled&&n&&!a&&uo(rl,{delayedExecution:!1}),uo(ey,{theme:{...k.appearance.palette||{}}}),uo(wp,{data:$e,setModalData:he,setInitialScreen:_,initialScreen:b,authenticated:a,open:o,children:uo(ny,{open:o})}),ne&&oe?uo(iy,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:jt,mfaSubmitPromise:Pr,onLoad:z,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as lT}from"react";function cT(e){let{login:t}=lT(le);return Ee("login",e),{login:t}}import{useContext as dT}from"react";function pT(e){let{logout:t}=dT(le);return Ee("logout",e),{logout:t}}import{useCallback as py}from"react";var uT=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=G(),r=py(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=py(async({code:i})=>{if(e.enabled&&e.status==="error")throw new go(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as uy}from"react";var mT=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=G(),r=uy(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=uy(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new go(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as fT}from"react";function hT(e){let{connectWallet:t}=fT(le);return Ee("connectWallet",e),{connectWallet:t}}import{useContext as yT}from"react";function gT(e){let{createWallet:t}=yT(le);return Ee("createWallet",e),{createWallet:t}}var vT=()=>{let{fundWallet:e}=G();return{fundWallet:e}};import{useContext as wT}from"react";function CT(e){let{sendTransaction:t}=wT(le);return Ee("sendTransaction",e),{sendTransaction:t}}import{useContext as bT}from"react";function ET(e){let{setWalletPassword:t}=bT(le);return Ee("setWalletPassword",e),{setWalletPassword:t}}import{useContext as TT}from"react";function PT(e){let{signMessage:t}=TT(le);return Ee("signMessage",e),{signMessage:t}}import{useContext as xT}from"react";function ST(e){let{signTypedData:t}=xT(le);return Ee("signTypedData",e),{signTypedData:t}}import{useContext as _T}from"react";var AT=()=>{let{isModalOpen:e}=_T(le);return{isOpen:e}};import{useContext as kT}from"react";function RT(e){let{getAccessToken:t}=kT(le);return Ee("accessToken",e),{getAccessToken:t}}function IT(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Jt as AsExternalProvider,rl as Captcha,Fn as ConnectorManager,Bn as PrivyClient,aT as PrivyProvider,me as PrivyProxyProvider,Dn as SUPPORTED_CHAINS,Fs as VERSION,lt as WalletConnector,IT as addRpcUrlOverrideToChain,Wl as errorIndicatesMaxMfaRetries,rn as errorIndicatesMfaTimeout,nn as errorIndicatesMfaVerificationFailed,ke as getAccessToken,hT as useConnectWallet,gT as useCreateWallet,vT as useFundWallet,cT as useLogin,uT as useLoginWithEmail,mT as useLoginWithSms,pT as useLogout,vn as useMfa,hi as useMfaEnrollment,AT as useModalStatus,G as usePrivy,al as useRegisterMfaListener,CT as useSendTransaction,ET as useSetWalletPassword,PT as useSignMessage,ST as useSignTypedData,RT as useToken,Ei as useWallets};
|