@privy-io/react-auth 1.56.0 → 1.57.0-beta-20240214024414
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 +492 -488
- package/dist/index.d.ts +8 -0
- package/dist/index.js +492 -488
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var us=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var cc=(e,t,o)=>(us(e,t,"read from private field"),o?o.call(e):t.get(e)),pi=(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)},ms=(e,t,o,r)=>(us(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var dc=(e,t,o)=>(us(e,t,"access private method"),o);import{getAddress as cs}from"@ethersproject/address";import{StaticJsonRpcProvider as W2,Web3Provider as oc}from"@ethersproject/providers";import{createStore as M2}from"mipd";import{useCallback as N2,useEffect as no,useMemo as L2,useRef as li,useState as we}from"react";import{FetchError as gh}from"ofetch";var Oe=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Bt=class extends Oe{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="client_error"}},ui=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var V=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},oe=e=>{if(e instanceof Oe)return e;if(!(e instanceof gh))return Qe(e);if(!e.response)return new Bt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Bt(t||"ApiError",e.response.status,o||r,e,n)},Qe=e=>e instanceof Oe?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var Pr=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},nt=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},mi=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var fi=()=>"/api/v1/sessions",hi=()=>"/api/v1/sessions/logout",pc=()=>"/api/v1/sessions/fork",yi=()=>"/api/v1/sessions/fork/recover",uc=()=>"/api/v1/siwe/init",mc=()=>"/api/v1/siwe/authenticate",fc=()=>"/api/v1/siwe/link",hc=()=>"/api/v1/farcaster/init",yc=()=>"/api/v1/farcaster/authenticate",gc=()=>"/api/v1/farcaster/link",vc=()=>"/api/v1/farcaster/status",wc=()=>"/api/v1/passwordless/init",Cc=()=>"/api/v1/passwordless/authenticate",bc=()=>"/api/v1/passwordless/link",Ec=()=>"/api/v1/passwordless_sms/init",Pc=()=>"/api/v1/passwordless_sms/authenticate",Tc=()=>"/api/v1/passwordless_sms/link",xc=()=>"/api/v1/oauth/init",Sc=()=>"/api/v1/oauth/authenticate",_c=()=>"/api/v1/oauth/link",kc=()=>"/api/v1/siwe/unlink",Ac=()=>"/api/v1/passwordless/unlink",Rc=()=>"/api/v1/passwordless_sms/unlink",Ic=()=>"/api/v1/oauth/unlink",Wc=()=>"/api/v1/farcaster/unlink",Mc=()=>"/api/v1/analytics_events",Nc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Lc=()=>"/api/v1/custom_jwt_account/authenticate",Oc=()=>"/api/v1/mfa/passwordless_sms/init";var Dc=()=>"/api/v1/mfa/passwordless_sms/enroll";var Tr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=Lc(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw oe(t)}}async link(){throw new Error("Unimplemented")}};var Yo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=Cc(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=bc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw oe(t)}}async sendCodeEmail(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new v("Email must be set when initialzing authentication.");try{let r=wc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{isMobile as vh}from"react-device-detect";var Ge=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 vn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ge(this._startChannelOnce.bind(this)),this.pollForReady=new Ge(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");try{let t=await this.api.post(yc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new v("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(gc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw oe(t)}}async _startChannelOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=await this.api.post(hc(),{token:this.captchaToken});vh&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new v("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");let t=await this.api.get(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 Zc}from"jose";var Uc="1.56.0";var gi="4df5e2316331463a9130964bd6078dfa",Fc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Bc="34357d3c125c2bcf2ce2bc3309d98715",vi="https://auth.privy.io",Hc=2e4,ze=1400,Gc=2500,fs=Uc;var Jo="privy:token",hs="privy-token",wi="privy:refresh_token",ys="privy-refresh-token",Ci="privy-session",wn="privy:session_transfer_token",Ch="privy:wallet",Cn="privy:caid",xr="privy:state_code",Sr="privy:code_verifier",bi=e=>`${Ch}:${e}`,gs="privy:connectors",vs="privy:connections";var Qo=12e4,io=1,ws="0x1",_r=3e4,zc="https://api.moonpay.com/v1",Vc="https://api.moonpay.com/v1",$c="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",jc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",qc="0x420000000000000000000000000000000000000F",Kc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Yc(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Jc(e){return crypto.getRandomValues(new Uint8Array(e))}var Ei=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Cs=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}},bs=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 Qc(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function bh(){return typeof window<"u"&&window.localStorage?new Cs:new Ei}function Eh(){return typeof window<"u"&&window.sessionStorage?new bs:new Ei}var xt=Eh(),ee=bh();var Ph="S256",Th="S256",xo=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=xt.get(Sr);if(!t)throw new v("Authentication error.");try{let o=Sc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return xt.del(Sr),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=oe(o);throw r.privyErrorCode?new v(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new v("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new v("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=xt.get(Sr);if(!t)throw new v("Authentication error.");try{let o=_c(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return xt.del(Sr),r}catch(o){throw oe(o)}}createCodeVerifier(){return Zc.encode(Jc(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ph){if(o==Th){let r=await Yc(t);return Zc.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.provider)throw new v("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();xt.put(Sr,t);let o=this.createStateCode();xt.put(xr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=xc();return await this.api.post(n,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:r,state_code:o})}catch(n){throw oe(n)}}};var Zo=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
1
|
+
var fs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var mc=(e,t,o)=>(fs(e,t,"read from private field"),o?o.call(e):t.get(e)),mi=(e,t,o)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,o)},hs=(e,t,o,r)=>(fs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var fc=(e,t,o)=>(fs(e,t,"access private method"),o);import{getAddress as us}from"@ethersproject/address";import{StaticJsonRpcProvider as V2,Web3Provider as ac}from"@ethersproject/providers";import{createStore as z2}from"mipd";import{useCallback as $2,useEffect as io,useMemo as q2,useRef as di,useState as be}from"react";import{FetchError as xh}from"ofetch";var Oe=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Ht=class extends Oe{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="client_error"}},fi=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var z=class extends Oe{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},oe=e=>{if(e instanceof Oe)return e;if(!(e instanceof xh))return Ge(e);if(!e.response)return new Ht("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Ht(t||"ApiError",e.response.status,o||r,e,n)},Ge=e=>e instanceof Oe?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var xr=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},nt=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},hi=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var yi=()=>"/api/v1/sessions",gi=()=>"/api/v1/sessions/logout",hc=()=>"/api/v1/sessions/fork",vi=()=>"/api/v1/sessions/fork/recover",yc=()=>"/api/v1/siwe/init",gc=()=>"/api/v1/siwe/authenticate",vc=()=>"/api/v1/siwe/link",wc=()=>"/api/v1/farcaster/init",Cc=()=>"/api/v1/farcaster/authenticate",bc=()=>"/api/v1/farcaster/link",Ec=()=>"/api/v1/farcaster/status",Tc=()=>"/api/v1/passwordless/init",Pc=()=>"/api/v1/passwordless/authenticate",xc=()=>"/api/v1/passwordless/link",Sc=()=>"/api/v1/passwordless_sms/init",_c=()=>"/api/v1/passwordless_sms/authenticate",Ac=()=>"/api/v1/passwordless_sms/link",kc=()=>"/api/v1/oauth/init",Rc=()=>"/api/v1/oauth/authenticate",Ic=()=>"/api/v1/oauth/link",Wc=()=>"/api/v1/siwe/unlink",Mc=()=>"/api/v1/passwordless/unlink",Nc=()=>"/api/v1/passwordless_sms/unlink",Lc=()=>"/api/v1/oauth/unlink",Oc=()=>"/api/v1/farcaster/unlink",Dc=()=>"/api/v1/analytics_events",Uc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Fc=()=>"/api/v1/custom_jwt_account/authenticate",Bc=()=>"/api/v1/mfa/passwordless_sms/init";var Hc=()=>"/api/v1/mfa/passwordless_sms/enroll";var Gc=()=>"/api/v1/users/me/accept_terms";var Sr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=Fc(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw oe(t)}}async link(){throw new Error("Unimplemented")}};var Qo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=Pc(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=xc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw oe(t)}}async sendCodeEmail(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new v("Email must be set when initialzing authentication.");try{let r=Tc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{isMobile as Sh}from"react-device-detect";var Ve=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var bn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ve(this._startChannelOnce.bind(this)),this.pollForReady=new Ve(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");try{let t=await this.api.post(Cc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new v("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(bc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw oe(t)}}async _startChannelOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=await this.api.post(wc(),{token:this.captchaToken});Sh&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new v("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");let t=await this.api.get(Ec(),{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as rd}from"jose";var Vc="1.57.0-beta-20240214024414";var wi="4df5e2316331463a9130964bd6078dfa",zc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",$c="34357d3c125c2bcf2ce2bc3309d98715",Ci="https://auth.privy.io",qc=2e4,ze=1400,jc=2500,ys=Vc;var Zo="privy:token",gs="privy-token",bi="privy:refresh_token",vs="privy-refresh-token",Ei="privy-session",En="privy:session_transfer_token",Ah="privy:wallet",Tn="privy:caid",_r="privy:state_code",Ar="privy:code_verifier",Ti=e=>`${Ah}:${e}`,ws="privy:connectors",Cs="privy:connections";var Xo=12e4,ao=1,bs="0x1",kr=3e4,Kc="https://api.moonpay.com/v1",Yc="https://api.moonpay.com/v1",Jc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Qc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Zc="0x420000000000000000000000000000000000000F",Xc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function ed(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function td(e){return crypto.getRandomValues(new Uint8Array(e))}var Pi=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Es=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}},Ts=class{get(t){let o=sessionStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?sessionStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){sessionStorage.removeItem(t)}getKeys(){return Object.entries(sessionStorage).map(([t])=>t)}};function od(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function kh(){return typeof window<"u"&&window.localStorage?new Es:new Pi}function Rh(){return typeof window<"u"&&window.sessionStorage?new Ts:new Pi}var _t=Rh(),X=kh();var Ih="S256",Wh="S256",_o=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=_t.get(Ar);if(!t)throw new v("Authentication error.");try{let o=Rc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(Ar),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=oe(o);throw r.privyErrorCode?new v(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new v("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new v("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=_t.get(Ar);if(!t)throw new v("Authentication error.");try{let o=Ic(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(Ar),r}catch(o){throw oe(o)}}createCodeVerifier(){return rd.encode(td(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ih){if(o==Wh){let r=await ed(t);return rd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.provider)throw new v("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();_t.put(Ar,t);let o=this.createStateCode();_t.put(_r,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=kc();return await this.api.post(n,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:r,state_code:o})}catch(n){throw oe(n)}}};var er=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${l}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.getNonceOnce=new Ge(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(mc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(fc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw oe(t)}}async sign(){if(!this.api)throw new v("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new v("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(uc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Xo=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Pc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Tc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw oe(t)}}async sendSmsCode(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new v("phone nNumber must be set when initialzing authentication.");try{let r=Ec();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{v4 as iy}from"uuid";function Ze(e){return new Date(e*1e3)}function xh(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,profilePictureUrl:o.profile_picture_url,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"github_oauth":let u={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"tiktok_oauth":let f={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"linkedin_oauth":let g={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let w={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Ze(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function St(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var de=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Sh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Gt=(e,t)=>t==="all-users"&&!de(e)||t==="users-without-wallets"&&!Sh(e)?.length;function mt(e){if(!e)return null;let t=xh(e.linked_accounts),o=St(t,"wallet"),r=St(t,"email"),n=St(t,"phone"),i=St(t,"google_oauth"),a=St(t,"twitter_oauth"),l=St(t,"discord_oauth"),s=St(t,"github_oauth"),c=St(t,"tiktok_oauth"),u=St(t,"linkedin_oauth"),f=St(t,"apple_oauth"),g=St(t,"farcaster"),y=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:Ze(x)}));return{id:e.id,createdAt:Ze(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:f&&{subject:f.subject,email:f.email},farcaster:g&&{fid:g.fid,ownerAddress:g.ownerAddress,displayName:g.displayName,username:g.username,bio:g.bio,pfp:g.pfp,url:g.url},mfaMethods:y.map(C=>C.type)}}import{getAddress as Ad}from"@ethersproject/address";import ty from"eventemitter3";function Xc(){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 Pi=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 Es=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Pi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Es(o))return!1}return!0},So=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),ed=()=>{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 td=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,}))$/),od=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},_o=(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}`},Ps=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 nd=(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 Ps(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Ti=(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 Ts=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),er=e=>typeof e=="string"?e:"0x"+e.toString(16);async function id(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 Xc()){let u=Pi(c);if(!l.some(f=>f.info.name===u)){if(Es(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 kr(e){return`eip155:${String(Number(e))}`}var _t=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new V(`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]+"/"+gi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Fc:i=n.rpcUrls.default?.http[0],!i)throw new V(`No RPC url found for ${e}`);return i},ad=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new V(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import Oh from"@coinbase/wallet-sdk";import{jsx as sd,jsxs as _h}from"react/jsx-runtime";var bn=({style:e,...t})=>_h("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[sd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),sd("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 $t}from"@ethersproject/address";import{Web3Provider as md}from"@ethersproject/providers";import{default as Nh}from"eventemitter3";import{StaticJsonRpcProvider as cd}from"@ethersproject/providers";import Mh from"eventemitter3";var kh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],ld=e=>kh.includes(e);import{ErrorCode as Ah}from"@ethersproject/logger";var Ar=class extends V{constructor(){super("Wallet timeout");this.type="wallet_error"}},Rr=class extends V{constructor(){super("User rejected connection");this.type="wallet_error"}},kt=e=>{if(e instanceof V)return e;if(e?.code&&e?.reason){let t=new Ve(e);return e.code===Ah.ACTION_REJECTED&&(t.details=Xe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ve(e):new V("Unknown connector error",e)},zt=class extends Oe{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ve=class extends zt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Xe).find(i=>i.eipCode===r.code);this.details=n||Xe.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Xe.E32002_CONNECTION_ALREADY_PENDING:this.details=Xe.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Xe.E32002_WALLET_LOCKED))}},Rh={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},Ih={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Wh={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Xe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wh,...Ih},ao={...Rh,...Xe};var le=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new Ar,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||Qo,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new V(`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 kt(o)})}},ko=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},xi=class extends Mh{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new cd(_t(a,this.chains,n)),this.rpcTimeoutDuration=Ir(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new ko(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await De()||!this.address)throw new ko("Disconnected",4900);return(await pd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new ko(`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 ko(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new cd(_t(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0];return await dd(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:er(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 er(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(ld(o.method)){let r=await De();if(await ud(),!r||!this.address)throw new ko("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 ko("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await De();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Vt=class extends le{constructor(o){super(o,o.rpcTimeoutDuration)}},Ao=class extends le{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Lh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},et=class extends Nh{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=kr(o),this.walletClientType==="privy"&&ee.put(bi(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=Ir(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>$t(i.address)===$t(o));return{address:$t(o),chainId:r,switchChain:async i=>{if(!n)throw new V("Wallet is not currently connected.");let a=this.wallets.find(f=>$t(f.address)===$t(o))?.chainId;if(!a)throw new V("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===kr(l))return;let c=this.chains.find(f=>f.id===s);if(!c)throw new V(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(f){if(Lh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new V(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return new md(new Vt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return new Ao(this.proxyProvider)},sign:async i=>{if(!await n())throw new V("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=$t(n),a=[],l;if(this.walletClientType==="privy"){let c=ee.get(bi(i));this.chains.find(u=>u.id===Number(c))||(ee.del(bi(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 ${ws}`,c),l=ws}let s=kr(l);a.find(c=>$t(c.address)===i)||a.push(this.buildConnectedWallet($t(n),s)),Si(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=>$t(n)===$t(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 md(new Vt(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var Dh=e=>{let t=`https://mainnet.infura.io/v3/${gi}`,o=1;return e.makeWeb3Provider(t,o)},_i,ki=class extends et{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),_i||(_i=new Oh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Dh(_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:bn}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new V("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw kt(o)}}};import{jsx as fd}from"react/jsx-runtime";var Ai=({...e})=>fd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:fd("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 Ri=class extends et{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[er(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Ai}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as hd}from"react/jsx-runtime";var Wr=({style:e,...t})=>hd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:hd("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 it,jsxs as Uh}from"react/jsx-runtime";var Mr=({style:e,...t})=>Uh("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[it("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),it("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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"}),it("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 Fh}from"react/jsx-runtime";var jt=({style:e,...t})=>Fh("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[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 Lr=class extends et{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new V("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw kt(o)}}},Nr,Or=class extends et{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";pi(this,Nr,void 0);this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?ms(this,Nr,{name:"MetaMask",icon:Mr}):a==="phantom"&&ms(this,Nr,{name:"Phantom",icon:jt})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return cc(this,Nr)??{name:"Browser Extension",icon:Wr}}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 V("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw kt(o)}}};Nr=new WeakMap;import{getAddress as Y3}from"@ethersproject/address";import{Web3Provider as Q3}from"@ethersproject/providers";import{isMobile as Bh}from"react-device-detect";var Ii=class extends Lr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Bh||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new V("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw kt(t)}}};var Wi=class extends et{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new le(void 0,Qo);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Mi=class extends Wi{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:jt}}};import{EthereumProvider as Qh,OPTIONAL_EVENTS as Zh,OPTIONAL_METHODS as Xh}from"@walletconnect/ethereum-provider";import{isMobile as ey}from"react-device-detect";import{createContext as Gh,useContext as zh,useEffect as xs,useRef as Vh,useState as $h}from"react";import{jsx as Hh}from"react/jsx-runtime";function Ni({src:e,...t}){return Hh("img",{src:e,...t,style:{display:"none"}})}var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as qh,jsxs as Kh}from"react/jsx-runtime";var gd=Gh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),jh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],vd=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=$h(e.initialScreen);xs(()=>{!o&&!jh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=Vh(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 Kh(gd.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&qh(Ni,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>zh(gd);import{jsx as Dr,jsxs as Yh}from"react/jsx-runtime";var En=({style:e,...t})=>{let{app:o}=_();return Yh("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:[Dr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Dr("g",{clipPath:"url(#clip0_1765_9946)",children:Dr("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"})}),Dr("defs",{children:Dr("clipPath",{id:"clip0_1765_9946",children:Dr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Li=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Ur))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Ur={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 Jh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var wd=e=>e in Ur,Cd=e=>{let t=Ur[e].mobile;if("native"in t)return t.native};function bd(e,t){let o=Jh(t);if(o.deepLink)return Sd(o.deepLink,e);if(o.universalLink)return _d(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var Ed="WALLETCONNECT_DEEPLINK_CHOICE";function Pd(){try{localStorage.removeItem(Ed)}catch{}}function Td({href:e,name:t}){try{localStorage.setItem(Ed,JSON.stringify({href:e,name:t}))}catch{}}function xd(e){return e.startsWith("http://")||e.startsWith("https://")}function Sd(e,t){if(xd(e))return _d(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 _d(e,t){if(!xd(e))return Sd(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function kd(e,t){window.open(e,t,"noreferrer noopener")}var qt=class extends et{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Ur[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=Li(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Mr}:{name:Ts(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||En}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Ur[o],this.walletClientType=o,this.redirectUri=void 0,Pd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Rr)};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 V("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Li(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Ir(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(kt(a));return}r(new V("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=_t(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Qh.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Zh,optionalMethods:Xh,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),ey&&this.walletEntry){let{redirect:i,href:a}=bd(n,this.walletEntry);Td({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,kd(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=Li(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Ss=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Ad(t)).length:!1},Ir=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Qo:Qo,Pn=class extends ty{constructor(o,r,n,i,a,l){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new le:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;ee.get(gs)&&(ee.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ee.del(r)}),ee.del(gs));let o=id(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"),!So()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await o,this.initialized=!0}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated"),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r,n){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=o;else{let a=new xi(o,r,this.rpcConfig,this.chains,n.id),l=new Ri(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 qt&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Ii(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Or(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Or(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Or(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Lr(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 Mi(this.defaultChain):new qt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ee.get(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}));ee.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=Ad(o),this.emit("walletsUpdated")}};function Si(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 oy}from"ofetch";var ry=[fi(),yi(),hi()],Oi=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=oy.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=!ry.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 ui}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw oe(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw oe(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw oe(r)}}};import tr from"js-cookie";function Rd(e){return e instanceof Yo?"email":e instanceof Xo?"sms":e instanceof Zo?"siwe":e instanceof Tr?"custom_auth":e instanceof xo?e.meta.provider:null}import*as Id from"jose";var Kt=class{static parse(t){try{return new Kt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Id.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 ny=30,Di=class{constructor(){this.authenticateOnce=new Ge(async t=>this._authenticate(t)),this.linkOnce=new Ge(async t=>this._link(t)),this.refreshOnce=new Ge(this._refresh.bind(this)),this.destroyOnce=new Ge(this._destroy.bind(this)),this.forkSessionOnce=new Ge(this._forkSession.bind(this))}get token(){try{let t=ee.get(Jo);return typeof t=="string"?new Kt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ee.get(wi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ee.get(wn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=tr.get(Ci);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=Kt.parse(this.token);return t!==null&&!t.isExpired(ny)}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=Rd(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:mt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Qe(o)}}async _link(t){try{let o=await t.link();return mt(o)}catch(o){throw console.warn("Error linking account"),Qe(o)}}async _refresh(){if(!this.api)throw new v("Session has no API instance");if(!this.client)throw new v("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(fi(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(yi(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),mt(n.user)}catch(n){if(n instanceof Bt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Qe(n)}}async _destroy(){try{await this.api?.post(hi(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new v("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(pc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Qe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ee.get(Jo);if(ee.put(Jo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Kt.parse(t)?.expiration;tr.set(hs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ee.del(Jo),tr.remove(hs)}storeRefreshToken(t){typeof t=="string"?(ee.put(wi,t),this.client?.useServerCookies||(tr.set(Ci,"t",{sameSite:"Strict",secure:!0,expires:30}),tr.set(ys,t,{sameSite:"Strict",secure:!0,expires:30}))):(ee.del(wi),tr.remove(ys),tr.remove(Ci))}clearForkedToken(){ee.del(wn)}};var _s,Ui,Wd,Tn=class{constructor(t){pi(this,Ui);this.apiUrl=t.apiUrl||vi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Hc,this.appId=t.appId,this.clientAnalyticsId=dc(this,Ui,Wd).call(this),_s||(_s=new Di),this.session=_s,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new Pn(t,o,r,n,i,a))}generateApi(){let t=new Oi(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Ac(),{address:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkPhone(t){try{let o=await this.api.post(Rc(),{phoneNumber:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkWallet(t){try{let o=await this.api.post(kc(),{address:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Ic(),{provider:t,subject:o});return mt(r)}catch(r){throw Qe(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Wc(),{fid:t});return mt(o)}catch(o){throw Qe(o)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(Mc(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(Nc(),t)}catch(o){throw Qe(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Kt.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw Qe(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};Ui=new WeakSet,Wd=function(){if(typeof window>"u")return null;try{let o=ee.get(Cn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=iy();try{return ee.put(Cn,t),t}catch{return t}};import{Turnstile as py}from"@marsidev/react-turnstile";import{useEffect as uy,useMemo as my}from"react";import{useMemo as ay,useRef as sy,useContext as ly,useState as ks,createContext as cy}from"react";import{jsx as dy}from"react/jsx-runtime";var Md=cy({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}),so=class extends Oe{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Nd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=sy(null),[i,a]=ks(),[l,s]=ks(),[c,u]=ks(!1),f=ay(()=>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 dy(Md.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 so("Captcha failed",null,"captcha_timeout")}}},children:e})},pe=()=>ly(Md);import{jsx as Ld}from"react/jsx-runtime";var As=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=pe(),[,s]=my(()=>o?.split("t:")||[],[o]);if(uy(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ld("div",{className:"hidden h-0 w-0",children:Ld(py,{...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 l2,useEffect as Bf,useRef as c2,useState as d2}from"react";import p2 from"react-dom";import{createContext as fy,useContext as hy}from"react";var Rs=fy({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),A=()=>hy(Rs);import{createContext as yy,useContext as gy}from"react";var Ee=yy({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,isModalOpen:!1}),U=()=>gy(Ee);import{useEffect as vy,useState as wy}from"react";var Od=e=>{let[t,o]=wy("auto");return vy(()=>{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 Cy,useContext as by,useEffect as Ey}from"react";var Dd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Is=Cy(void 0),Ud=()=>by(Is);function ft(e,t){if(!t)return;let r=Ud().current[e];return Ey(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function ae(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Fd(){let e=Ud();return(t,o,...r)=>ae(e,t,o,...r)}function Ws(e){ft("configureMfa",e)}import Fs from"styled-components";import rr,{css as Os}from"styled-components";import Ns from"styled-components";import{Fragment as Ty,jsx as Ms,jsxs as xy}from"react/jsx-runtime";var Ro=({success:e,fail:t})=>xy(Ty,{children:[Ms(ht,{className:e?"success":t?"fail":""}),Ms(Ls,{className:e?"success":t?"fail":""})]}),ht=Ns.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new Ve(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(gc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(vc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw oe(t)}}async sign(){if(!this.api)throw new v("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new v("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(yc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var tr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=_c(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw oe(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Ac();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw oe(t)}}async sendSmsCode(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new v("phone nNumber must be set when initialzing authentication.");try{let r=Sc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{v4 as my}from"uuid";function Ze(e){return new Date(e*1e3)}function Mh(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,profilePictureUrl:o.profile_picture_url,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"github_oauth":let u={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"tiktok_oauth":let f={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"linkedin_oauth":let g={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let w={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Ze(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function At(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var pe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Nh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),ft=(e,t)=>t==="all-users"&&!pe(e)||t==="users-without-wallets"&&!Nh(e)?.length;function it(e){if(!e)return null;let t=Mh(e.linked_accounts),o=At(t,"wallet"),r=At(t,"email"),n=At(t,"phone"),i=At(t,"google_oauth"),a=At(t,"twitter_oauth"),l=At(t,"discord_oauth"),s=At(t,"github_oauth"),c=At(t,"tiktok_oauth"),u=At(t,"linkedin_oauth"),f=At(t,"apple_oauth"),g=At(t,"farcaster"),y=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:Ze(x)}));return{id:e.id,createdAt:Ze(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name,email:u.email},apple:f&&{subject:f.subject,email:f.email},farcaster:g&&{fid:g.fid,ownerAddress:g.ownerAddress,displayName:g.displayName,username:g.username,bio:g.bio,pfp:g.pfp,url:g.url},mfaMethods:y.map(C=>C.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as Nd}from"@ethersproject/address";import cy from"eventemitter3";function nd(){let e=window,t=e.ethereum;if(!t)return[];let o=[];if(t.providers?.length)for(let r of t.providers)r&&o.push(r);return o.push(e.ethereum),o}var xi=e=>{if(e.isApexWallet)return"Apex Wallet";if(e.isAvalanche)return"Core Wallet";if(e.isBackpack)return"Backpack";if(e.isBifrost)return"Bifrost Wallet";if(e.isBitKeep)return"BitKeep";if(e.isBitski)return"Bitski";if(e.isBlockWallet)return"BlockWallet";if(e.isBraveWallet)return"Brave Wallet";if(e.isClover)return"Clover";if(e.isCoin98)return"Coin98 Wallet";if(e.isCoinbaseWallet)return"Coinbase Wallet";if(e.isDawn)return"Dawn Wallet";if(e.isDefiant)return"Defiant";if(e.isDesig)return"Desig Wallet";if(e.isEnkrypt)return"Enkrypt";if(e.isExodus)return"Exodus";if(e.isFordefi)return"Fordefi";if(e.isFrame)return"Frame";if(e.isFrontier)return"Frontier Wallet";if(e.isGamestop)return"GameStop Wallet";if(e.isHaqqWallet)return"HAQQ Wallet";if(e.isHyperPay)return"HyperPay Wallet";if(e.isImToken)return"ImToken";if(e.isHaloWallet)return"Halo Wallet";if(e.isKuCoinWallet)return"KuCoin Wallet";if(e.isMathWallet)return"MathWallet";if(e.isNovaWallet)return"Nova Wallet";if(e.isOkxWallet||e.isOKExWallet)return"OKX Wallet";if(e.isOneInchIOSWallet||e.isOneInchAndroidWallet)return"1inch Wallet";if(e.isOneKey)return"OneKey Wallet";if(e.isOpera)return"Opera";if(e.isPhantom)return"Phantom";if(e.isPortal)return"Ripio Portal";if(e.isRabby)return"Rabby Wallet";if(e.isRainbow)return"Rainbow";if(e.isSafePal)return"SafePal Wallet";if(e.isStatus)return"Status";if(e.isSubWallet)return"SubWallet";if(e.isTalisman)return"Talisman";if(e.isTally||e.isTaho)return"Taho";if(e.isTokenPocket)return"TokenPocket";if(e.isTokenary)return"Tokenary";if(e.isTrust||e.isTrustWallet)return"Trust Wallet";if(e.isTTWallet)return"TTWallet";if(e.isXDEFI)return"XDEFI Wallet";if(e.isZeal)return"Zeal";if(e.isZerion)return"Zerion";if(e.isMetaMask)return"MetaMask"};var Ps=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||xi(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Ps(o))return!1}return!0},Ao=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),id=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var ad=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),sd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ko=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},xs=e=>new Promise(t=>setTimeout(t,e));function ld(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var cd=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await xs(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Si=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Ss=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),or=e=>typeof e=="string"?e:"0x"+e.toString(16);async function dd(e,t,o=3e3){let r=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},o));function a(){if(r)return;r=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of nd()){let u=xi(c);if(!l.some(f=>f.info.name===u)){if(Ps(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 Rr(e){return`eip155:${String(Number(e))}`}var kt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new z(`Unsupported chainId ${e}`,4901);let i;if(n.rpcUrls.privyWalletOverride&&n.rpcUrls.privyWalletOverride.http[0]?i=n.rpcUrls.privyWalletOverride.http[0]:o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+wi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+zc:i=n.rpcUrls.default?.http[0],!i)throw new z(`No RPC url found for ${e}`);return i},pd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new z(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import zh from"@coinbase/wallet-sdk";import{jsx as ud,jsxs as Lh}from"react/jsx-runtime";var Pn=({style:e,...t})=>Lh("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[ud("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),ud("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as $t}from"@ethersproject/address";import{Web3Provider as vd}from"@ethersproject/providers";import{default as Gh}from"eventemitter3";import{StaticJsonRpcProvider as fd}from"@ethersproject/providers";import Hh from"eventemitter3";var Oh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],md=e=>Oh.includes(e);import{ErrorCode as Dh}from"@ethersproject/logger";var Ir=class extends z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Wr=class extends z{constructor(){super("User rejected connection");this.type="wallet_error"}},Rt=e=>{if(e instanceof z)return e;if(e?.code&&e?.reason){let t=new $e(e);return e.code===Dh.ACTION_REJECTED&&(t.details=Xe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new $e(e):new z("Unknown connector error",e)},Vt=class extends Oe{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},$e=class extends Vt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Xe).find(i=>i.eipCode===r.code);this.details=n||Xe.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Xe.E32002_CONNECTION_ALREADY_PENDING:this.details=Xe.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Xe.E32002_WALLET_LOCKED))}},Uh={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},Fh={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Bh={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Xe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Bh,...Fh},so={...Uh,...Xe};var le=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new Ir,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||Xo,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new z(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Rt(o)})}},Ro=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},_i=class extends Hh{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new fd(kt(a,this.chains,n)),this.rpcTimeoutDuration=Mr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Ro(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await De()||!this.address)throw new Ro("Disconnected",4900);return(await yd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Ro(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new Ro(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new fd(kt(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0];return await hd(r)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");delete o.params[0].gasPrice,delete o.params[0].maxFeePerGas,delete o.params[0].maxPriorityFeePerGas;let r={...o.params[0],chainId:or(this.chainId)};try{return await this.provider.send("eth_estimateGas",[r])}catch{return delete r.from,await this.provider.send("eth_estimateGas",[r])}}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return or(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(md(o.method)){let r=await De();if(await gd(),!r||!this.address)throw new Ro("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new Ro("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await De();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},zt=class extends le{constructor(o){super(o,o.rpcTimeoutDuration)}},Io=class extends le{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Vh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},et=class extends Gh{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=Rr(o),this.walletClientType==="privy"&&X.put(Ti(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Mr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>$t(i.address)===$t(o));return{address:$t(o),chainId:r,switchChain:async i=>{if(!n)throw new z("Wallet is not currently connected.");let a=this.wallets.find(f=>$t(f.address)===$t(o))?.chainId;if(!a)throw new z("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===Rr(l))return;let c=this.chains.find(f=>f.id===s);if(!c)throw new z(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(f){if(Vh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new z(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new vd(new zt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new Io(this.proxyProvider)},sign:async i=>{if(!await n())throw new z("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=$t(n),a=[],l;if(this.walletClientType==="privy"){let c=X.get(Ti(i));this.chains.find(u=>u.id===Number(c))||(X.del(Ti(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${bs}`,c),l=bs}let s=Rr(l);a.find(c=>$t(c.address)===i)||a.push(this.buildConnectedWallet($t(n),s)),Ai(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>$t(n)===$t(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new vd(new 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 $h=e=>{let t=`https://mainnet.infura.io/v3/${wi}`,o=1;return e.makeWeb3Provider(t,o)},ki,Ri=class extends et{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),ki||(ki=new zh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider($h(ki)),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(){ki.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Pn}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}};import{jsx as wd}from"react/jsx-runtime";var Ii=({...e})=>wd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:wd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var Wi=class extends et{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[or(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Ii}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Cd}from"react/jsx-runtime";var Nr=({style:e,...t})=>Cd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Cd("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as at,jsxs as qh}from"react/jsx-runtime";var Lr=({style:e,...t})=>qh("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[at("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),at("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),at("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),at("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),at("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),at("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),at("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),at("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),at("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),at("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),at("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),at("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),at("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});import{jsx as bd,jsxs as jh}from"react/jsx-runtime";var qt=({style:e,...t})=>jh("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[bd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),bd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.5267 69.9229C42.0054 76.8509 34.4292 85.6182 24.348 85.6182C19.5824 85.6182 15 83.6563 15 75.1342C15 53.4305 44.6326 19.8327 72.1268 19.8327C87.768 19.8327 94 30.6846 94 43.0079C94 58.8258 83.7355 76.9122 73.5321 76.9122C70.2939 76.9122 68.7053 75.1342 68.7053 72.314C68.7053 71.5783 68.8275 70.7812 69.0719 69.9229C65.5893 75.8699 58.8685 81.3878 52.5754 81.3878C47.993 81.3878 45.6713 78.5063 45.6713 74.4598C45.6713 72.9884 45.9768 71.4556 46.5267 69.9229ZM83.6761 42.5794C83.6761 46.1704 81.5575 47.9658 79.1875 47.9658C76.7816 47.9658 74.6989 46.1704 74.6989 42.5794C74.6989 38.9885 76.7816 37.1931 79.1875 37.1931C81.5575 37.1931 83.6761 38.9885 83.6761 42.5794ZM70.2103 42.5795C70.2103 46.1704 68.0916 47.9658 65.7216 47.9658C63.3157 47.9658 61.233 46.1704 61.233 42.5795C61.233 38.9885 63.3157 37.1931 65.7216 37.1931C68.0916 37.1931 70.2103 38.9885 70.2103 42.5795Z",fill:"#FFFDF8"})]});var Dr=class extends et{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}},Or,Ur=class extends et{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";mi(this,Or,void 0);this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?hs(this,Or,{name:"MetaMask",icon:Lr}):a==="phantom"&&hs(this,Or,{name:"Phantom",icon:qt})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return mc(this,Or)??{name:"Browser Extension",icon:Nr}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Rt(o)}}};Or=new WeakMap;import{getAddress as aT}from"@ethersproject/address";import{Web3Provider as lT}from"@ethersproject/providers";import{isMobile as Kh}from"react-device-detect";var Mi=class extends Dr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Kh||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new z("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Rt(t)}}};var Ni=class extends et{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new le(void 0,Xo);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}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 Li=class extends Ni{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:qt}}};import{EthereumProvider as iy,OPTIONAL_EVENTS as ay,OPTIONAL_METHODS as sy}from"@walletconnect/ethereum-provider";import{isMobile as ly}from"react-device-detect";import{createContext as Jh,useContext as Qh,useEffect as _s,useRef as Zh,useState as Xh}from"react";import{jsx as Yh}from"react/jsx-runtime";function Oi({src:e,...t}){return Yh("img",{src:e,...t,style:{display:"none"}})}var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as ty,jsxs as oy}from"react/jsx-runtime";var Ed=Jh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),ey=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Td=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Xh(e.initialScreen);_s(()=>{!o&&!ey.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=Zh(null);_s(()=>{e.open||(i.current=null)},[e.open]),_s(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return oy(Ed.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&ty(Oi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>Qh(Ed);import{jsx as Fr,jsxs as ry}from"react/jsx-runtime";var xn=({style:e,...t})=>{let{app:o}=_();return ry("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[Fr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Fr("g",{clipPath:"url(#clip0_1765_9946)",children:Fr("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),Fr("defs",{children:Fr("clipPath",{id:"clip0_1765_9946",children:Fr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Di=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Br))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Br={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask://",universal:"https://metamask.app.link"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},safe:{id:"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f",displayName:"Safe",hostname:"safe.global",mobile:{universal:"https://app.safe.global/"}},rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",hostname:"rainbow.me",mobile:{native:"rainbow://",universal:"https://rnbwapp.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",hostname:"zerion.io",mobile:{native:"zerion://",universal:"https://wallet.zerion.io"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},cryptocom:{id:"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",displayName:"Crypto.com",hostname:"crypto.com",mobile:{universal:"https://wallet.crypto.com"}},blockchain:{id:"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04",displayName:"Blockchain",hostname:"www.blockchain.com",mobile:{universal:"https://www.blockchain.com"}},safepal:{id:"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",displayName:"SafePal",hostname:"safepal.com",mobile:{universal:"https://link.safepal.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},zengo:{id:"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0",displayName:"ZenGo",hostname:"zengo.com",mobile:{universal:"https://get.zengo.com/"}},"1inch":{id:"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576",displayName:"1inch",hostname:"wallet.1inch.io",mobile:{universal:"https://wallet.1inch.io/wc/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}},exodus:{id:"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4",displayName:"Exodus",hostname:"exodus.com",mobile:{universal:"https://exodus.com/m"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},keyring_pro:{id:"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83",displayName:"KEYRING PRO",hostname:"keyring.app",mobile:{universal:"https://keyring.app/"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},unstoppable:{id:"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3",displayName:"Unstoppable",hostname:"unstoppabledomains.com",mobile:{universal:"https://unstoppabledomains.com/mobile"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},internet_money_wallet:{id:"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd",displayName:"Internet Money Wallet",hostname:"internetmoney.io",mobile:{universal:"https://internetmoney.io"}},coin98:{id:"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01",displayName:"Coin98",hostname:"coin98.com",mobile:{universal:"https://coin98.services"}},abc_wallet:{id:"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f",displayName:"ABC Wallet",hostname:"myabcwallet.io",mobile:{universal:"https://abcwalletconnect.page.link"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},haha:{id:"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3",displayName:"HaHa",hostname:"www.haha.me",mobile:{universal:"https://haha.me"}},cling_wallet:{id:"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef",displayName:"Cling Wallet",hostname:"clingon.io",mobile:{universal:"https://cling.carrieverse.com/apple-app-site-association"}},broearn:{id:"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2",displayName:"Broearn",hostname:"www.broearn.com",mobile:{universal:"https://www.broearn.com/link/wallet/"}},copiosa:{id:"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80",displayName:"Copiosa",hostname:"copiosa.io",mobile:{universal:"https://copiosa.io/action/"}},burrito_wallet:{id:"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819",displayName:"Burrito Wallet",hostname:"burritowallet.com",mobile:{universal:"https://burritowallet.com/wc?uri="}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},plasma_wallet:{id:"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e",displayName:"Plasma Wallet",hostname:"plasma-wallet.com",mobile:{universal:"https://plasma-wallet.com"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bee:{id:"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715",displayName:"Bee",hostname:"www.beewallet.app",mobile:{universal:"https://beewallet.app/wc"}},pitaka:{id:"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc",displayName:"Pitaka",hostname:"pitaka.io",mobile:{universal:"https://app.pitaka.io"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},minerva:{id:"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd",displayName:"Minerva",hostname:"minerva.digital",mobile:{universal:"https://minerva.digital"}},kryptogo:{id:"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b",displayName:"KryptoGO",hostname:"kryptogo.com",mobile:{universal:"https://kryptogo.page.link"}},prema:{id:"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b",displayName:"PREMA",hostname:"premanft.com",mobile:{universal:"https://premanft.com"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},kriptonio:{id:"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b",displayName:"Kriptonio",hostname:"kriptonio.com",mobile:{universal:"https://app.kriptonio.com/mobile"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}}};function ny(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Pd=e=>e in Br,xd=e=>{let t=Br[e].mobile;if("native"in t)return t.native};function Sd(e,t){let o=ny(t);if(o.deepLink)return Id(o.deepLink,e);if(o.universalLink)return Wd(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var _d="WALLETCONNECT_DEEPLINK_CHOICE";function Ad(){try{localStorage.removeItem(_d)}catch{}}function kd({href:e,name:t}){try{localStorage.setItem(_d,JSON.stringify({href:e,name:t}))}catch{}}function Rd(e){return e.startsWith("http://")||e.startsWith("https://")}function Id(e,t){if(Rd(e))return Wd(e,t);let o=e;o.includes("://")||(o=e.replaceAll("/","").replaceAll(":",""),o=`${o}://`),o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Wd(e,t){if(!Rd(e))return Id(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Md(e,t){window.open(e,t,"noreferrer noopener")}var jt=class extends et{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Br[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=Di(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Lr}:{name:Ss(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||xn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Br[o],this.walletClientType=o,this.redirectUri=void 0,Ad(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Wr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new z("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Di(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Mr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Rt(a));return}r(new z("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=kt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await iy.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:ay,optionalMethods:sy,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),ly&&this.walletEntry){let{redirect:i,href:a}=Sd(n,this.walletEntry);kd({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,Md(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=Di(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var As=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Nd(t)).length:!1},Mr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xo:Xo,Sn=class extends cy{constructor(o,r,n,i,a,l){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new le:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;X.get(ws)&&(X.getKeys().forEach(r=>{r.startsWith("walletconnect")&&X.del(r)}),X.del(ws));let o=dd(this.store,this.walletList).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!Ao()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await o,this.initialized=!0}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated"),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r,n){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=o;else{let a=new _i(o,r,this.rpcConfig,this.chains,n.id),l=new Wi(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 jt&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Mi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Ur(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Ri(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Li(this.defaultChain):new jt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=X.get(Cs);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));X.put(Cs,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=Nd(o),this.emit("walletsUpdated")}};function Ai(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as dy}from"ofetch";var py=[yi(),vi(),gi()],Ui=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=ys,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=dy.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!py.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new fi}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw oe(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw oe(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw oe(r)}}};import rr from"js-cookie";function Ld(e){return e instanceof Qo?"email":e instanceof tr?"sms":e instanceof er?"siwe":e instanceof Sr?"custom_auth":e instanceof _o?e.meta.provider:null}import*as Od from"jose";var Kt=class{static parse(t){try{return new Kt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Od.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var uy=30,Fi=class{constructor(){this.authenticateOnce=new Ve(async t=>this._authenticate(t)),this.linkOnce=new Ve(async t=>this._link(t)),this.refreshOnce=new Ve(this._refresh.bind(this)),this.destroyOnce=new Ve(this._destroy.bind(this)),this.forkSessionOnce=new Ve(this._forkSession.bind(this))}get token(){try{let t=X.get(Zo);return typeof t=="string"?new Kt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=X.get(bi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=X.get(En);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=rr.get(Ei);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=Kt.parse(this.token);return t!==null&&!t.isExpired(uy)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Ld(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:it(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ge(o)}}async _link(t){try{let o=await t.link();return it(o)}catch(o){throw console.warn("Error linking account"),Ge(o)}}async _refresh(){if(!this.api)throw new v("Session has no API instance");if(!this.client)throw new v("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(yi(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(vi(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),it(n.user)}catch(n){if(n instanceof Ht&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ge(n)}}async _destroy(){try{await this.api?.post(gi(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new v("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(hc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ge(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=X.get(Zo);if(X.put(Zo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Kt.parse(t)?.expiration;rr.set(gs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else X.del(Zo),rr.remove(gs)}storeRefreshToken(t){typeof t=="string"?(X.put(bi,t),this.client?.useServerCookies||(rr.set(Ei,"t",{sameSite:"Strict",secure:!0,expires:30}),rr.set(vs,t,{sameSite:"Strict",secure:!0,expires:30}))):(X.del(bi),rr.remove(vs),rr.remove(Ei))}clearForkedToken(){X.del(En)}};var ks,Bi,Dd,_n=class{constructor(t){mi(this,Bi);this.apiUrl=t.apiUrl||Ci,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||qc,this.appId=t.appId,this.clientAnalyticsId=fc(this,Bi,Dd).call(this),ks||(ks=new Fi),this.session=ks,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new Sn(t,o,r,n,i,a))}generateApi(){let t=new Ui(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Mc(),{address:t});return it(o)}catch(o){throw Ge(o)}}async acceptTerms(){try{let t=await this.api.post(Gc(),{});return it(t)}catch(t){throw Ge(t)}}async unlinkPhone(t){try{let o=await this.api.post(Nc(),{phoneNumber:t});return it(o)}catch(o){throw Ge(o)}}async unlinkWallet(t){try{let o=await this.api.post(Wc(),{address:t});return it(o)}catch(o){throw Ge(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Lc(),{provider:t,subject:o});return it(r)}catch(r){throw Ge(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Oc(),{fid:t});return it(o)}catch(o){throw Ge(o)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(Dc(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(Uc(),t)}catch(o){throw Ge(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Kt.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw Ge(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};Bi=new WeakSet,Dd=function(){if(typeof window>"u")return null;try{let o=X.get(Tn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=my();try{return X.put(Tn,t),t}catch{return t}};import{Turnstile as wy}from"@marsidev/react-turnstile";import{useEffect as Cy,useMemo as by}from"react";import{useMemo as fy,useRef as hy,useContext as yy,useState as Rs,createContext as gy}from"react";import{jsx as vy}from"react/jsx-runtime";var Ud=gy({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,setExecuting:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P,execute:P}),lo=class extends Oe{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Fd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=hy(null),[i,a]=Rs(),[l,s]=Rs(),[c,u]=Rs(!1),f=fy(()=>r?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l,c]);return vy(Ud.Provider,{value:{...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 lo("Captcha failed",null,"captcha_timeout")}}},children:e})},ue=()=>yy(Ud);import{jsx as Bd}from"react/jsx-runtime";var Is=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=ue(),[,s]=by(()=>o?.split("t:")||[],[o]);if(Cy(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Bd("div",{className:"hidden h-0 w-0",children:Bd(wy,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as w2,useEffect as Kf,useRef as C2,useState as b2}from"react";import E2 from"react-dom";import{createContext as Ey,useContext as Ty}from"react";var Ws=Ey({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:P,initializeWalletProxy:P,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,openPrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,initLoginWithFarcaster:P,loginWithFarcaster:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,acceptTerms:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),k=()=>Ty(Ws);import{createContext as Py,useContext as xy}from"react";var Te=Py({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkFarcaster:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,unlinkFarcaster:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,initLoginWithEmail:P,initLoginWithSms:P,loginWithCode:P,isModalOpen:!1}),U=()=>xy(Te);import{useEffect as Sy,useState as _y}from"react";var Hd=e=>{let[t,o]=_y("auto");return Sy(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};import{createContext as Ay,useContext as ky,useEffect as Ry}from"react";var Gd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ms=Ay(void 0),Vd=()=>ky(Ms);function ht(e,t){if(!t)return;let r=Vd().current[e];return Ry(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function ae(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function zd(){let e=Vd();return(t,o,...r)=>ae(e,t,o,...r)}function Ns(e){ht("configureMfa",e)}import{ArrowTopRightOnSquareIcon as ep}from"@heroicons/react/24/outline";import{DocumentCheckIcon as $y}from"@heroicons/react/24/solid";import ir,{css as Us}from"styled-components";import Os from"styled-components";import{Fragment as Wy,jsx as Ls,jsxs as My}from"react/jsx-runtime";var Wo=({success:e,fail:t})=>My(Wy,{children:[Ls(yt,{className:e?"success":t?"fail":""}),Ls(Ds,{className:e?"success":t?"fail":""})]}),yt=Os.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -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
|
+
`,Ds=Os(yt)`
|
|
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
|
+
`,nr=e=>Ls(Iy,{color:e.color||"var(--privy-color-foreground-3)"}),Iy=Os(yt)`
|
|
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
|
|
60
|
+
`;import{jsx as gt,jsxs as $i}from"react/jsx-runtime";var Hi=ir.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
|
-
`,
|
|
89
|
-
${e=>e.hideAnimations&&
|
|
88
|
+
`,O=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>gt($d,{disabled:t||o,...n,children:t?$i("span",{children:[gt(nr,{}),r?gt("span",{children:r}):null]}):e}),Cx=ir(O)`
|
|
89
|
+
${e=>e.hideAnimations&&Us`
|
|
90
90
|
&& {
|
|
91
91
|
transition: none;
|
|
92
92
|
}
|
|
93
93
|
`}
|
|
94
|
-
`,
|
|
94
|
+
`,Gi=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>gt($d,{as:"a",disabled:t||o,...n,children:t?$i("span",{children:[gt(nr,{}),r?gt("span",{children:r}):null]}):e}),$d=ir(Hi)`
|
|
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?Us`
|
|
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
|
-
`,
|
|
139
|
+
`,co=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>gt(Ny,{disabled:t||o,...n,children:t?$i("span",{children:[gt(nr,{}),r?gt("span",{children:r}):null]}):e}),Ny=ir(Hi)`
|
|
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
|
+
`,Vi=ir.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&&Us`
|
|
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
|
+
`,bx=ir.div`
|
|
200
200
|
/* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
|
|
201
201
|
height: 44px;
|
|
202
|
-
`,
|
|
202
|
+
`,zi=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>$i(Ly,{isSubmitting:r,onClick:t,disabled:o,...n,children:[gt("span",{children:e}),gt("span",{children:gt(nr,{})})]}),Ly=ir.button`
|
|
203
203
|
&& {
|
|
204
204
|
color: var(--privy-color-accent);
|
|
205
205
|
font-size: 16px;
|
|
@@ -241,22 +241,43 @@ Resources:
|
|
|
241
241
|
cursor: not-allowed;
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
`;import
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
244
|
+
`;import qd from"styled-components";import{Fragment as Oy,jsx as Mo,jsxs as jd}from"react/jsx-runtime";var Fs=qd.div`
|
|
245
|
+
margin-top: 16px;
|
|
246
|
+
font-size: 13px;
|
|
247
|
+
text-align: center;
|
|
248
|
+
color: var(--privy-color-foreground-3);
|
|
249
|
+
|
|
250
|
+
&& > a {
|
|
251
|
+
color: var(--privy-color-accent);
|
|
252
|
+
}
|
|
253
|
+
`;function qi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:r}}=e.app;if(r&&!e.alwaysShowImplicitConsent)return Mo(Fs,{});if(!o&&!t)return Mo(Fs,{});let n=!!(t&&o);return jd(Fs,{children:["By logging in I agree to the"," ",o&&Mo("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&Mo("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var B=({protectedByPrivy:e})=>Mo(j,{children:e?jd(Oy,{children:[Mo(Ii,{className:"hide-on-mobile"}),Mo("span",{className:"hide-on-mobile",children:Mo("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),j=qd.div`
|
|
254
|
+
display: flex;
|
|
255
|
+
align-items: center;
|
|
256
|
+
justify-content: center;
|
|
257
|
+
padding-top: 8px;
|
|
258
|
+
padding-bottom: 12px;
|
|
259
|
+
gap: 2px;
|
|
260
|
+
|
|
261
|
+
font-size: 13px;
|
|
262
|
+
|
|
263
|
+
&& svg {
|
|
264
|
+
height: 14px;
|
|
265
|
+
width: 14px;
|
|
266
|
+
margin-bottom: 2px;
|
|
267
|
+
opacity: 0.5;
|
|
258
268
|
}
|
|
259
|
-
|
|
269
|
+
|
|
270
|
+
&& a {
|
|
271
|
+
color: var(--privy-color-foreground-3);
|
|
272
|
+
&:hover {
|
|
273
|
+
text-decoration: underline;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@media all and (display-mode: standalone) {
|
|
278
|
+
padding-bottom: 30px;
|
|
279
|
+
}
|
|
280
|
+
`;import{ArrowLeftIcon as Dy,XMarkIcon as Uy}from"@heroicons/react/24/outline";import Bs from"styled-components";import{jsx as vt,jsxs as Vy}from"react/jsx-runtime";var Kd=()=>vt("div",{}),Fy=({backFn:e})=>vt("div",{children:vt(Yd,{onClick:e,children:vt(Dy,{height:"16px",width:"16px",strokeWidth:2})})}),By=e=>vt("div",{children:vt(Yd,{onClick:e.onClose,children:vt(Uy,{height:"16px",width:"16px",strokeWidth:2})})});var S=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=k(),{app:i}=_();return Vy(Hy,{children:[e?vt(Fy,{backFn:e}):vt(Kd,{}),o&&vt(Gy,{children:o}),i?.render.inDialog&&r?vt(By,{onClose:t||(()=>n())}):vt(Kd,{})]})},Yd=Bs.button`
|
|
260
281
|
&& {
|
|
261
282
|
cursor: pointer;
|
|
262
283
|
display: flex;
|
|
@@ -275,7 +296,7 @@ Resources:
|
|
|
275
296
|
opacity: 1;
|
|
276
297
|
}
|
|
277
298
|
}
|
|
278
|
-
`,
|
|
299
|
+
`,Hy=Bs.div`
|
|
279
300
|
padding: 16px 0;
|
|
280
301
|
display: flex;
|
|
281
302
|
align-items: center;
|
|
@@ -297,14 +318,269 @@ Resources:
|
|
|
297
318
|
display: flex;
|
|
298
319
|
justify-content: flex-end;
|
|
299
320
|
}
|
|
300
|
-
`,
|
|
301
|
-
overflow: hidden;
|
|
302
|
-
white-space: nowrap;
|
|
303
|
-
max-width: 100%;
|
|
304
|
-
text-overflow: ellipsis;
|
|
305
|
-
text-align: center;
|
|
306
|
-
color: var(--privy-color-foreground-2);
|
|
307
|
-
`;import
|
|
321
|
+
`,Gy=Bs.div`
|
|
322
|
+
overflow: hidden;
|
|
323
|
+
white-space: nowrap;
|
|
324
|
+
max-width: 100%;
|
|
325
|
+
text-overflow: ellipsis;
|
|
326
|
+
text-align: center;
|
|
327
|
+
color: var(--privy-color-foreground-2);
|
|
328
|
+
`;import Hr,{css as zy}from"styled-components";var ji=Hr.div`
|
|
329
|
+
text-align: left;
|
|
330
|
+
flex-grow: 1;
|
|
331
|
+
`,Jd=Hr.div`
|
|
332
|
+
display: flex;
|
|
333
|
+
flex-direction: column;
|
|
334
|
+
justify-content: flex-end;
|
|
335
|
+
flex-grow: 1;
|
|
336
|
+
`,Yt=Hr.div`
|
|
337
|
+
display: flex;
|
|
338
|
+
flex-direction: column;
|
|
339
|
+
gap: 12px;
|
|
340
|
+
|
|
341
|
+
/* for Internet Explorer, Edge */
|
|
342
|
+
-ms-overflow-style: none;
|
|
343
|
+
|
|
344
|
+
/* for Firefox */
|
|
345
|
+
scrollbar-width: none;
|
|
346
|
+
|
|
347
|
+
/* for Chrome, Safari, and Opera */
|
|
348
|
+
&::-webkit-scrollbar {
|
|
349
|
+
display: none;
|
|
350
|
+
}
|
|
351
|
+
`,Qd=zy`
|
|
352
|
+
&& {
|
|
353
|
+
width: 100%;
|
|
354
|
+
font-size: 16px;
|
|
355
|
+
line-height: 24px;
|
|
356
|
+
|
|
357
|
+
/* Tablet and Up */
|
|
358
|
+
@media (min-width: 440px) {
|
|
359
|
+
font-size: 14px;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
display: flex;
|
|
363
|
+
gap: 12px;
|
|
364
|
+
align-items: center;
|
|
365
|
+
|
|
366
|
+
padding: 12px 16px;
|
|
367
|
+
border: 1px solid var(--privy-color-foreground-4) !important;
|
|
368
|
+
border-radius: var(--privy-border-radius-mdlg);
|
|
369
|
+
background-color: var(--privy-color-background);
|
|
370
|
+
transition: background-color 200ms ease;
|
|
371
|
+
|
|
372
|
+
cursor: pointer;
|
|
373
|
+
|
|
374
|
+
&:hover {
|
|
375
|
+
background-color: var(--privy-color-background-2);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
&:disabled {
|
|
379
|
+
cursor: pointer;
|
|
380
|
+
background-color: var(--privy-color-background-2);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
svg {
|
|
384
|
+
height: 24px;
|
|
385
|
+
max-height: 24px;
|
|
386
|
+
max-width: 24px;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
`,ye=Hr.button`
|
|
390
|
+
${Qd}
|
|
391
|
+
`,Hs=Hr.a`
|
|
392
|
+
${Qd}
|
|
393
|
+
`,po=Hr.div`
|
|
394
|
+
width: 100%;
|
|
395
|
+
${e=>e.if?"display: none;":""}
|
|
396
|
+
`;import Ie from"styled-components";var Ue=Ie.div`
|
|
397
|
+
display: flex;
|
|
398
|
+
flex-direction: column;
|
|
399
|
+
align-items: center;
|
|
400
|
+
padding: 0px 0px 30px;
|
|
401
|
+
@media (max-width: 440px) {
|
|
402
|
+
padding: 10px 10px 20px;
|
|
403
|
+
}
|
|
404
|
+
`,ge=Ie.div`
|
|
405
|
+
font-size: 18px;
|
|
406
|
+
line-height: 18px;
|
|
407
|
+
text-align: center;
|
|
408
|
+
font-weight: 600;
|
|
409
|
+
margin-bottom: 10px;
|
|
410
|
+
`,ce=Ie.div`
|
|
411
|
+
font-size: 0.875rem;
|
|
412
|
+
|
|
413
|
+
text-align: center;
|
|
414
|
+
`,No=Ie.div`
|
|
415
|
+
display: flex;
|
|
416
|
+
flex-direction: column;
|
|
417
|
+
align-items: center;
|
|
418
|
+
gap: 10px;
|
|
419
|
+
flex-grow: 1;
|
|
420
|
+
padding: 20px 0;
|
|
421
|
+
@media (max-width: 440px) {
|
|
422
|
+
padding: 10px 10px 20px;
|
|
423
|
+
}
|
|
424
|
+
`,Zd=Ie.div`
|
|
425
|
+
display: flex;
|
|
426
|
+
flex-direction: column;
|
|
427
|
+
align-items: stretch;
|
|
428
|
+
gap: 1rem;
|
|
429
|
+
padding: 1rem 0rem 0rem;
|
|
430
|
+
flex-grow: 1;
|
|
431
|
+
width: 100%;
|
|
432
|
+
`,Gs=Ie.div`
|
|
433
|
+
width: 25px;
|
|
434
|
+
display: flex;
|
|
435
|
+
align-items: center;
|
|
436
|
+
justify-content: flex-start;
|
|
437
|
+
|
|
438
|
+
> svg {
|
|
439
|
+
z-index: 2;
|
|
440
|
+
height: 25px !important;
|
|
441
|
+
width: 25px !important;
|
|
442
|
+
color: var(--privy-color-accent);
|
|
443
|
+
}
|
|
444
|
+
`,Vs=Ie.div`
|
|
445
|
+
display: flex;
|
|
446
|
+
align-items: center;
|
|
447
|
+
gap: 10px;
|
|
448
|
+
font-size: 0.875rem;
|
|
449
|
+
line-height: 1rem;
|
|
450
|
+
text-align: left;
|
|
451
|
+
`,Lo=Ie.div`
|
|
452
|
+
display: flex;
|
|
453
|
+
flex-direction: column;
|
|
454
|
+
gap: 10px;
|
|
455
|
+
padding-top: 20px;
|
|
456
|
+
`,Ki=Ie.div`
|
|
457
|
+
display: flex;
|
|
458
|
+
flex-direction: column;
|
|
459
|
+
align-items: stretch;
|
|
460
|
+
gap: 1rem;
|
|
461
|
+
padding: 1rem 0rem 0rem;
|
|
462
|
+
flex-grow: 1;
|
|
463
|
+
width: 100%;
|
|
464
|
+
`,Yi=Ie.div`
|
|
465
|
+
display: flex;
|
|
466
|
+
gap: 5px;
|
|
467
|
+
width: 100%;
|
|
468
|
+
|
|
469
|
+
& > button:not(#remove) {
|
|
470
|
+
width: 100%;
|
|
471
|
+
}
|
|
472
|
+
`,zs=Ie.button`
|
|
473
|
+
&& {
|
|
474
|
+
background-color: transparent;
|
|
475
|
+
color: var(--privy-color-foreground-3);
|
|
476
|
+
padding: 0 10px;
|
|
477
|
+
display: flex;
|
|
478
|
+
align-items: center;
|
|
479
|
+
width: fit-content;
|
|
480
|
+
|
|
481
|
+
> svg {
|
|
482
|
+
z-index: 2;
|
|
483
|
+
height: 20px !important;
|
|
484
|
+
width: 20px !important;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
&&:hover {
|
|
489
|
+
color: var(--privy-color-error);
|
|
490
|
+
}
|
|
491
|
+
`,Ji=Ie.div`
|
|
492
|
+
display: flex;
|
|
493
|
+
align-items: center;
|
|
494
|
+
gap: 0.5rem;
|
|
495
|
+
|
|
496
|
+
> svg {
|
|
497
|
+
z-index: 2;
|
|
498
|
+
height: 20px !important;
|
|
499
|
+
width: 20px !important;
|
|
500
|
+
}
|
|
501
|
+
`,Gr=Ie.div`
|
|
502
|
+
display: flex;
|
|
503
|
+
align-items: center;
|
|
504
|
+
gap: 6px;
|
|
505
|
+
font-weight: 400 !important;
|
|
506
|
+
color: ${e=>e.isAccent?"var(--privy-color-accent)":"var(--privy-color-foreground-3)"};
|
|
507
|
+
|
|
508
|
+
> svg {
|
|
509
|
+
z-index: 2;
|
|
510
|
+
height: 18px !important;
|
|
511
|
+
width: 18px !important;
|
|
512
|
+
display: flex !important;
|
|
513
|
+
align-items: flex-end;
|
|
514
|
+
}
|
|
515
|
+
`,Qi=Ie.div`
|
|
516
|
+
width: 100%;
|
|
517
|
+
display: flex;
|
|
518
|
+
justify-content: space-between;
|
|
519
|
+
`,Xd=Ie.p`
|
|
520
|
+
text-align: left;
|
|
521
|
+
width: 100%;
|
|
522
|
+
color: var(--privy-color-foreground-3) !important;
|
|
523
|
+
`,$s=Ie.button`
|
|
524
|
+
display: flex;
|
|
525
|
+
flex-direction: row;
|
|
526
|
+
align-items: center;
|
|
527
|
+
justify-content: center;
|
|
528
|
+
user-select: none;
|
|
529
|
+
|
|
530
|
+
& {
|
|
531
|
+
width: 100%;
|
|
532
|
+
cursor: pointer;
|
|
533
|
+
border-radius: var(--privy-border-radius-md);
|
|
534
|
+
|
|
535
|
+
font-size: 0.875rem;
|
|
536
|
+
line-height: 1rem;
|
|
537
|
+
font-style: normal;
|
|
538
|
+
font-weight: 500;
|
|
539
|
+
line-height: 22px; /* 137.5% */
|
|
540
|
+
letter-spacing: -0.016px;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
&& {
|
|
544
|
+
color: ${e=>e.theme==="dark"?"var(--privy-color-foreground-2)":"var(--privy-color-accent)"};
|
|
545
|
+
background-color: transparent;
|
|
546
|
+
|
|
547
|
+
padding: 0.5rem 0px;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
&:hover {
|
|
551
|
+
text-decoration: underline;
|
|
552
|
+
}
|
|
553
|
+
`,qe=Ie.div`
|
|
554
|
+
display: flex;
|
|
555
|
+
align-items: center;
|
|
556
|
+
justify-content: center;
|
|
557
|
+
width: 90px;
|
|
558
|
+
height: 90px;
|
|
559
|
+
border-radius: 50%;
|
|
560
|
+
background-color: ${({status:e})=>e==="success"?"var(--privy-color-success)":"var(--privy-color-accent)"};
|
|
561
|
+
|
|
562
|
+
> svg {
|
|
563
|
+
z-index: 2;
|
|
564
|
+
height: 50px !important;
|
|
565
|
+
width: auto !important;
|
|
566
|
+
color: white;
|
|
567
|
+
}
|
|
568
|
+
`;import{Fragment as jy,jsx as uo,jsxs as Zi}from"react/jsx-runtime";var tp=()=>{let{user:e,logout:t}=U(),{app:o,onUserCloseViaDialogOrKeybindRef:r,setModalData:n,navigate:i}=_(),{acceptTerms:a,closePrivyModal:l}=k();r.current=()=>{l({shouldCallAuthOnSuccess:!1}),t()};let s=async c=>{c.preventDefault(),await a(),e&&ft(e,o?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:u=>console.error(u),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return uo(qy,{termsAndConditionsUrl:o?.legal.termsAndConditionsUrl,privacyPolicyUrl:o?.legal.privacyPolicyUrl,onAccept:s})},qy=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:o})=>Zi(jy,{children:[uo(S,{closeable:!1}),uo($y,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),uo(ge,{style:{marginTop:24},children:"One Last Step"}),uo(ce,{children:"Read and accept our terms and privacy policy to finish signing up."}),Zi(Yt,{style:{marginTop:24},children:[e&&Zi(Hs,{target:"_blank",href:e,children:["View Terms ",uo(ep,{style:{marginLeft:"auto"}})]}),t&&Zi(Hs,{target:"_blank",href:t,children:["View Privacy Policy ",uo(ep,{style:{marginLeft:"auto"}})]})]}),uo(O,{style:{marginTop:24},onClick:o,children:"Accept and continue"}),uo(B,{protectedByPrivy:!0})]});import js from"styled-components";import Ky from"styled-components";var Xi=Ky.span`
|
|
569
|
+
&& {
|
|
570
|
+
width: 82px;
|
|
571
|
+
height: 82px;
|
|
572
|
+
border-width: 4px;
|
|
573
|
+
border-style: solid;
|
|
574
|
+
border-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
575
|
+
border-bottom-color: transparent;
|
|
576
|
+
border-radius: 50%;
|
|
577
|
+
display: inline-block;
|
|
578
|
+
box-sizing: border-box;
|
|
579
|
+
animation: rotation 1.2s linear infinite;
|
|
580
|
+
transition: border-color 800ms;
|
|
581
|
+
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
582
|
+
}
|
|
583
|
+
`;import{jsx as op}from"react/jsx-runtime";var ea=({style:e,...t})=>op("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:op("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 qs,jsx as Jt,jsxs as ta}from"react/jsx-runtime";var rp=()=>{let{navigate:e,app:t}=_(),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 ta(qs,{children:[Jt(S,{}),ta(Yy,{children:[Jt(Qy,{children:ta("div",{children:[Jt(Xi,{}),Jt(ea,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),ta(Jy,{children:[typeof o=="string"?Jt("h3",{children:o}):Jt(qs,{children:o}),typeof r=="string"?Jt("p",{children:r}):Jt(qs,{children:r})]}),t?.allowlistConfig.errorCtaLink?Jt(O,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Jt(O,{onClick:()=>{e("LANDING")},children:n})]})]})},Yy=js.div`
|
|
308
584
|
display: flex;
|
|
309
585
|
flex-direction: column;
|
|
310
586
|
align-items: center;
|
|
@@ -312,11 +588,11 @@ Resources:
|
|
|
312
588
|
gap: 24px;
|
|
313
589
|
width: 100%;
|
|
314
590
|
padding-bottom: 16px;
|
|
315
|
-
`,
|
|
591
|
+
`,Jy=js.div`
|
|
316
592
|
display: flex;
|
|
317
593
|
flex-direction: column;
|
|
318
594
|
gap: 8px;
|
|
319
|
-
`,
|
|
595
|
+
`,Qy=js.div`
|
|
320
596
|
display: flex;
|
|
321
597
|
flex-direction: column;
|
|
322
598
|
justify-content: center;
|
|
@@ -339,7 +615,7 @@ Resources:
|
|
|
339
615
|
left: -19px;
|
|
340
616
|
top: -19px;
|
|
341
617
|
}
|
|
342
|
-
`;import{EnvelopeIcon as
|
|
618
|
+
`;import{EnvelopeIcon as eg,PhoneIcon as tg}from"@heroicons/react/24/outline";import{useEffect as dp,useState as ra}from"react";import{isMobile as og}from"react-device-detect";import Rn from"styled-components";import st from"styled-components";var Qt=st.div`
|
|
343
619
|
display: flex;
|
|
344
620
|
flex-direction: column;
|
|
345
621
|
align-items: flex-start;
|
|
@@ -347,36 +623,36 @@ Resources:
|
|
|
347
623
|
margin-top: auto;
|
|
348
624
|
gap: 16px;
|
|
349
625
|
flex-grow: 100;
|
|
350
|
-
`,
|
|
626
|
+
`,wt=st.div`
|
|
351
627
|
display: flex;
|
|
352
628
|
flex-direction: column;
|
|
353
629
|
align-items: center;
|
|
354
630
|
justify-content: center;
|
|
355
631
|
flex-grow: 1;
|
|
356
632
|
width: 100%;
|
|
357
|
-
|
|
633
|
+
`,np=st.div`
|
|
358
634
|
display: flex;
|
|
359
635
|
flex-direction: column;
|
|
360
636
|
align-items: center;
|
|
361
637
|
width: 100%;
|
|
362
|
-
`,
|
|
638
|
+
`,oa=st(wt)`
|
|
363
639
|
padding: 20px 0;
|
|
364
|
-
`,
|
|
640
|
+
`,It=st(wt)`
|
|
365
641
|
gap: 16px;
|
|
366
|
-
`,
|
|
642
|
+
`,Ks=st.div`
|
|
367
643
|
display: flex;
|
|
368
644
|
flex-direction: column;
|
|
369
645
|
width: 100%;
|
|
370
|
-
`,
|
|
646
|
+
`,Ct=st.div`
|
|
371
647
|
display: flex;
|
|
372
648
|
flex-direction: column;
|
|
373
649
|
gap: 8px;
|
|
374
|
-
`,
|
|
650
|
+
`,uS=st.div`
|
|
375
651
|
display: flex;
|
|
376
652
|
flex-direction: column;
|
|
377
653
|
justify-content: space-between;
|
|
378
654
|
height: 100%;
|
|
379
|
-
`,
|
|
655
|
+
`,ip=st.div`
|
|
380
656
|
display: flex;
|
|
381
657
|
flex-direction: column;
|
|
382
658
|
justify-content: flex-start;
|
|
@@ -399,13 +675,13 @@ Resources:
|
|
|
399
675
|
color: var(--privy-color-foreground-3);
|
|
400
676
|
font-size: 14px;
|
|
401
677
|
}
|
|
402
|
-
`,
|
|
678
|
+
`,K=st.div`
|
|
403
679
|
height: 16px;
|
|
404
|
-
`,J=
|
|
680
|
+
`,J=st.div`
|
|
405
681
|
height: 12px;
|
|
406
|
-
`,
|
|
682
|
+
`,ap=st.div`
|
|
407
683
|
position: relative;
|
|
408
|
-
`,
|
|
684
|
+
`,sp=st.div`
|
|
409
685
|
background-color: var(--privy-color-accent);
|
|
410
686
|
display: flex;
|
|
411
687
|
justify-content: center;
|
|
@@ -413,45 +689,9 @@ Resources:
|
|
|
413
689
|
border-radius: 50%;
|
|
414
690
|
border-color: white;
|
|
415
691
|
border-width: 2px !important;
|
|
416
|
-
`;import
|
|
417
|
-
margin-top: 16px;
|
|
418
|
-
font-size: 13px;
|
|
419
|
-
text-align: center;
|
|
420
|
-
color: var(--privy-color-foreground-3);
|
|
421
|
-
|
|
422
|
-
&& > a {
|
|
423
|
-
color: var(--privy-color-accent);
|
|
424
|
-
}
|
|
425
|
-
`;function Ki(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Jd(Fy,{children:["By logging in I agree to the"," ",n&&Fr("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Fr("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var B=({protectedByPrivy:e})=>Fr(K,{children:e?Jd(By,{children:[Fr(Ai,{className:"hide-on-mobile"}),Fr("span",{className:"hide-on-mobile",children:Fr("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),K=Yd.div`
|
|
426
|
-
display: flex;
|
|
427
|
-
align-items: center;
|
|
428
|
-
justify-content: center;
|
|
429
|
-
padding-top: 8px;
|
|
430
|
-
padding-bottom: 12px;
|
|
431
|
-
gap: 2px;
|
|
432
|
-
|
|
433
|
-
font-size: 13px;
|
|
434
|
-
|
|
435
|
-
&& svg {
|
|
436
|
-
height: 14px;
|
|
437
|
-
width: 14px;
|
|
438
|
-
margin-bottom: 2px;
|
|
439
|
-
opacity: 0.5;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
&& a {
|
|
443
|
-
color: var(--privy-color-foreground-3);
|
|
444
|
-
&:hover {
|
|
445
|
-
text-decoration: underline;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
@media all and (display-mode: standalone) {
|
|
450
|
-
padding-bottom: 30px;
|
|
451
|
-
}
|
|
452
|
-
`;import Hs from"styled-components";import{Fragment as Gy,jsx as xn,jsxs as Zd}from"react/jsx-runtime";var Sn=({title:e,description:t,children:o,...r})=>xn(Qd,{...r,children:Zd(Gy,{children:[xn("h3",{children:e}),typeof t=="string"?xn("p",{children:t}):t,o]})}),Qt=Hs(Sn)`
|
|
692
|
+
`;import Ys from"styled-components";import{Fragment as Xy,jsx as An,jsxs as cp}from"react/jsx-runtime";var kn=({title:e,description:t,children:o,...r})=>An(lp,{...r,children:cp(Xy,{children:[An("h3",{children:e}),typeof t=="string"?An("p",{children:t}):t,o]})}),Zt=Ys(kn)`
|
|
453
693
|
margin-bottom: 24px;
|
|
454
|
-
`,Pe=({title:e,description:t,icon:o,children:r,...n})=>
|
|
694
|
+
`,Pe=({title:e,description:t,icon:o,children:r,...n})=>cp(Zy,{...n,children:[o||null,An("h3",{children:e}),typeof t=="string"?An("p",{children:t}):t,r]}),lp=Ys.div`
|
|
455
695
|
display: flex;
|
|
456
696
|
flex-direction: column;
|
|
457
697
|
justify-content: flex-start;
|
|
@@ -471,7 +711,7 @@ Resources:
|
|
|
471
711
|
color: var(--privy-color-foreground-2);
|
|
472
712
|
font-size: 14px;
|
|
473
713
|
}
|
|
474
|
-
`,
|
|
714
|
+
`,Zy=Ys(lp)`
|
|
475
715
|
align-items: center;
|
|
476
716
|
text-align: center;
|
|
477
717
|
gap: 16px;
|
|
@@ -479,7 +719,7 @@ Resources:
|
|
|
479
719
|
h3 {
|
|
480
720
|
margin-bottom: 24px;
|
|
481
721
|
}
|
|
482
|
-
`;import{Fragment as
|
|
722
|
+
`;import{Fragment as Js,jsx as Fe,jsxs as Oo}from"react/jsx-runtime";var Qs=6,pp=new Array(Qs).fill(""),rg=1400;var mp=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r,onUserCloseViaDialogOrKeybindRef:n}=_(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u}=k(),{authenticated:f,user:g}=U(),[y,w]=ra(pp),[C,x]=ra(!1),[b,T]=ra(null),[W,A]=ra(null);n.current=()=>null;let R=s()?.email?0:1,I=e?.render.inDialog?ze:0,N=e?.render.inDialog?I-500:0;dp(()=>{if(f&&C&&g){if(e?.legal.requireUsersAcceptTerms&&!g.hasAcceptedTerms){let H=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},N);return()=>clearTimeout(H)}if(ft(g,e?.embeddedWallets?.createOnLogin)){let H=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:ne=>console.error(ne),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},N);return()=>clearTimeout(H)}else{u();let H=setTimeout(i,I);return()=>clearTimeout(H)}}},[f,C,g]),dp(()=>{if(b&&W===0){let G=setTimeout(()=>{w(pp),T(null),document.querySelector("input[name=code-0]")?.focus()},rg);return()=>clearTimeout(G)}},[b]);let F=G=>{G.preventDefault();let H=G.currentTarget.value.replace(" ","");if(H==="")return;if(isNaN(Number(H))){T("Code should be numeric"),A(1);return}T(null),A(null);let ne=Number(G.currentTarget.name?.charAt(5)),D=[...H||[""]].slice(0,Qs-ne),de=[...y.slice(0,ne),...D,...y.slice(ne+D.length)];w(de);let Ft=D.length,_e=Math.min(Math.max(ne+Ft,0),Qs-1);isNaN(Number(G.currentTarget.value))||document.querySelector(`input[name=code-${_e}]`)?.focus(),de.every(Ae=>Ae&&!isNaN(+Ae))&&(document.querySelector(`input[name=code-${_e}]`)?.blur(),c(de.join("")).then(()=>x(!0)).catch(me=>{me?.status===422?T("Invalid or expired verification code"):me instanceof Ht&&me.privyErrorCode==="cannot_link_more_of_type"?T(me.message):T("Issue verifying code"),A(0)}))},Y=G=>{W===1&&(T(null),A(null));let H=[...y.slice(0,G),"",...y.slice(G+1)];w(H),G>0&&document.querySelector(`input[name=code-${G-1}]`)?.focus()},Z=R==0?Fe(eg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Fe(tg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),L=R==0?Oo("p",{children:["Please check ",Fe(up,{children:s()?.email})," for an email from privy.io and enter your code below."]}):Oo("p",{children:["Please check ",Fe(up,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return Oo(Js,{children:[Fe(S,{backFn:()=>o()},"header"),Oo(ng,{children:[Fe(Pe,{title:"Enter confirmation code",description:L,icon:Z}),Oo(np,{children:[Oo(ig,{children:[Fe(ag,{fail:!!b,success:C,children:Fe("span",{children:b||(C?"Success!":"")})}),Fe("div",{children:y.map((G,H)=>Fe("input",{name:`code-${H}`,type:"text",value:y[H],onChange:F,onKeyUp:ne=>{ne.key==="Backspace"&&Y(H)},inputMode:"numeric",autoFocus:H===0,pattern:"[0-9]",className:`${C?"success":""} ${b?"fail":""}`,autoComplete:og?"one-time-code":"off"},H))})]}),Fe(sg,{children:R==0?Oo(Js,{children:[Fe("span",{children:"Didn't get an email?"}),Fe("button",{onClick:a,children:"Resend Code"})]}):Oo(Js,{children:[Fe("span",{children:"Didn't get a message?"}),Fe("button",{onClick:l,children:"Resend Code"})]})})]})]}),Fe(B,{protectedByPrivy:!0})]})},ng=Rn.div`
|
|
483
723
|
display: flex;
|
|
484
724
|
flex-direction: column;
|
|
485
725
|
align-items: flex-start;
|
|
@@ -487,7 +727,7 @@ Resources:
|
|
|
487
727
|
margin: auto;
|
|
488
728
|
gap: 16px;
|
|
489
729
|
flex-grow: 1;
|
|
490
|
-
`,
|
|
730
|
+
`,ig=Rn.div`
|
|
491
731
|
display: flex;
|
|
492
732
|
flex-direction: column;
|
|
493
733
|
width: 100%;
|
|
@@ -543,7 +783,7 @@ Resources:
|
|
|
543
783
|
transform: translate(1px, 0px);
|
|
544
784
|
}
|
|
545
785
|
}
|
|
546
|
-
`,
|
|
786
|
+
`,ag=Rn.div`
|
|
547
787
|
line-height: 20px;
|
|
548
788
|
height: 20px;
|
|
549
789
|
font-size: 13px;
|
|
@@ -551,7 +791,7 @@ Resources:
|
|
|
551
791
|
display: flex;
|
|
552
792
|
justify-content: flex-end;
|
|
553
793
|
width: 100%;
|
|
554
|
-
`,
|
|
794
|
+
`,sg=Rn.div`
|
|
555
795
|
font-size: 13px;
|
|
556
796
|
color: var(--privy-color-foreground-3);
|
|
557
797
|
display: flex;
|
|
@@ -565,10 +805,10 @@ Resources:
|
|
|
565
805
|
> button {
|
|
566
806
|
text-decoration: underline;
|
|
567
807
|
}
|
|
568
|
-
`,
|
|
808
|
+
`,up=Rn.span`
|
|
569
809
|
font-weight: 500;
|
|
570
810
|
word-break: break-all;
|
|
571
|
-
`;import{CheckCircleIcon as
|
|
811
|
+
`;import{CheckCircleIcon as ug,XCircleIcon as mg}from"@heroicons/react/24/solid";import{useEffect as Zs,useRef as fg,useState as zr}from"react";import hg from"styled-components";import lg from"styled-components";import{Fragment as pg,jsx as Vr,jsxs as dg}from"react/jsx-runtime";var fp=({icon:e})=>{let t=e;return Vr(pg,{children:Vr(cg,{children:dg("div",{children:[Vr(Wo,{}),typeof t=="string"?Vr("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Vr(t,{style:{width:"38px",height:"38px"}}):Vr("span",{})]})})})},cg=lg.div`
|
|
572
812
|
display: flex;
|
|
573
813
|
flex-direction: column;
|
|
574
814
|
justify-content: center;
|
|
@@ -591,78 +831,14 @@ Resources:
|
|
|
591
831
|
left: -19px;
|
|
592
832
|
top: -19px;
|
|
593
833
|
}
|
|
594
|
-
`;import{Fragment as
|
|
834
|
+
`;import{Fragment as gg,jsx as Wt,jsxs as Xs}from"react/jsx-runtime";var yp=500,hp=yp*2,gp=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=_(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=ue(),f=fg([]),g=G=>{f.current=[G,...f.current]},[y,w]=zr(!0);Zs(()=>{let G=setTimeout(w,hp,!1);return g(G),()=>{f.current.forEach(H=>clearTimeout(H)),f.current=[]}},[]);let[C,x]=zr(""),[b,T]=zr("Checking that you are a human..."),[W,A]=zr(Wt(O,{onClick:()=>{},disabled:!0,children:"Continue"})),[R,I]=zr(!1),[N,F]=zr(3),Y=o?.captchaModalData,Z=async G=>{try{await Y?.callback(G),Y?.onSuccessNavigateTo&&n(Y?.onSuccessNavigateTo,!1)}catch(H){if(H instanceof lo)return;{let ne={error:H,previousScreen:e||"LANDING"};i({errorModalData:ne}),n(Y?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};Zs(()=>{if(a==="success"){let G=setTimeout(async()=>{let H=await s();!H||Y?.userIntentRequired||Z(H)},hp);g(G)}else if(a==="ready"){let G=setTimeout(()=>{a==="ready"&&u()},yp);g(G)}},[a]),Zs(()=>{if(!y)switch(a){case"success":x("Success!"),T("CAPTCHA passed successfully."),A(Wt(O,{onClick:()=>{I(!0),Z(l)},disabled:!Y?.userIntentRequired,loading:R,children:Y?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":x(""),T("Checking that you are a human..."),A(Wt(O,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":x("Something went wrong"),N<=0?(T("If you use an adblocker or VPN, try disabling and re-attempting."),A(null)):(T("You did not pass CAPTCHA. Please try again."),A(Wt(O,{onClick:L,children:"Retry"})));break;case"ready":default:break}},[a,y,R]);let L=async()=>{if(N<=0)return;F(H=>H-1),c(),u();let G=await s();!G||Y?.userIntentRequired||Z(G)};return Xs(gg,{children:[Wt(S,{backFn:!e||t===e?void 0:r}),Xs(yg,{children:[a==="success"?Wt(ug,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?Wt(mg,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):Wt(fp,{}),Xs(Ct,{children:[C?Wt("h3",{children:C}):null,Wt("p",{children:b})]}),W]}),Wt(j,{})]})},yg=hg.div`
|
|
595
835
|
display: flex;
|
|
596
836
|
flex-direction: column;
|
|
597
837
|
align-items: center;
|
|
598
838
|
justify-content: center;
|
|
599
839
|
gap: 24px;
|
|
600
840
|
width: 100%;
|
|
601
|
-
`;import sg from"@heroicons/react/24/outline/WalletIcon";import{isMobile as lg}from"react-device-detect";import cg from"styled-components";import{jsx as It,jsxs as sp}from"react/jsx-runtime";var lp=({...e})=>sp("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[It("defs",{children:sp("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[It("stop",{offset:"0",stopColor:"#f1562b"}),It("stop",{offset:"0.3",stopColor:"#f1542b"}),It("stop",{offset:"0.41",stopColor:"#f04d2a"}),It("stop",{offset:"0.49",stopColor:"#ef4229"}),It("stop",{offset:"0.5",stopColor:"#ef4029"}),It("stop",{offset:"0.56",stopColor:"#e83e28"}),It("stop",{offset:"0.67",stopColor:"#e13c26"}),It("stop",{offset:"1",stopColor:"#df3c26"})]})}),It("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),It("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as z,jsxs as st}from"react/jsx-runtime";var cp=({style:e,...t})=>st("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:[z("g",{clipPath:"url(#clip0_5_32)",children:st("g",{clipPath:"url(#clip1_5_32)",children:[z("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:z("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"})}),z("g",{mask:"url(#mask0_5_32)",children:z("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),z("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)"}),z("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),z("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),z("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),z("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),z("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),z("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)"}),z("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),z("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),st("defs",{children:[st("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[z("stop",{stopColor:"#174299"}),z("stop",{offset:"1",stopColor:"#001E59"})]}),st("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[z("stop",{offset:"0.770277",stopColor:"#FF4000"}),z("stop",{offset:"1",stopColor:"#8754C9"})]}),st("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[z("stop",{stopColor:"#FF4000"}),z("stop",{offset:"1",stopColor:"#8754C9"})]}),st("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[z("stop",{stopColor:"#8754C9"}),z("stop",{offset:"1",stopColor:"#FF4000"})]}),st("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[z("stop",{offset:"0.723929",stopColor:"#FFF700"}),z("stop",{offset:"1",stopColor:"#FF9901"})]}),st("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[z("stop",{stopColor:"#FFF700"}),z("stop",{offset:"1",stopColor:"#FF9901"})]}),st("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[z("stop",{stopColor:"#FFF700"}),z("stop",{offset:"1",stopColor:"#FF9901"})]}),st("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[z("stop",{offset:"0.59513",stopColor:"#00AAFF"}),z("stop",{offset:"1",stopColor:"#01DA40"})]}),st("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[z("stop",{stopColor:"#00AAFF"}),z("stop",{offset:"1",stopColor:"#01DA40"})]}),st("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:[z("stop",{stopColor:"#00AAFF"}),z("stop",{offset:"1",stopColor:"#01DA40"})]}),z("clipPath",{id:"clip0_5_32",children:z("rect",{width:"120",height:"120",fill:"white"})}),z("clipPath",{id:"clip1_5_32",children:z("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as kn,jsxs as dp}from"react/jsx-runtime";var pp=({style:e,...t})=>dp("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:[dp("g",{clipPath:"url(#clip0_1704_1423)",children:[kn("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"}),kn("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"})]}),kn("defs",{children:kn("clipPath",{id:"clip0_1704_1423",children:kn("rect",{width:"176",height:"176",fill:"white"})})})]});import An from"styled-components";var Ji=An.div`
|
|
602
|
-
text-align: left;
|
|
603
|
-
flex-grow: 1;
|
|
604
|
-
`,up=An.div`
|
|
605
|
-
display: flex;
|
|
606
|
-
flex-direction: column;
|
|
607
|
-
justify-content: flex-end;
|
|
608
|
-
flex-grow: 1;
|
|
609
|
-
`,Wo=An.div`
|
|
610
|
-
display: flex;
|
|
611
|
-
flex-direction: column;
|
|
612
|
-
gap: 12px;
|
|
613
|
-
|
|
614
|
-
/* for Internet Explorer, Edge */
|
|
615
|
-
-ms-overflow-style: none;
|
|
616
|
-
|
|
617
|
-
/* for Firefox */
|
|
618
|
-
scrollbar-width: none;
|
|
619
|
-
|
|
620
|
-
/* for Chrome, Safari, and Opera */
|
|
621
|
-
&::-webkit-scrollbar {
|
|
622
|
-
display: none;
|
|
623
|
-
}
|
|
624
|
-
`,fe=An.button`
|
|
625
|
-
&& {
|
|
626
|
-
width: 100%;
|
|
627
|
-
font-size: 16px;
|
|
628
|
-
line-height: 24px;
|
|
629
|
-
|
|
630
|
-
/* Tablet and Up */
|
|
631
|
-
@media (min-width: 440px) {
|
|
632
|
-
font-size: 14px;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
display: flex;
|
|
636
|
-
gap: 12px;
|
|
637
|
-
align-items: center;
|
|
638
|
-
|
|
639
|
-
padding: 12px 16px;
|
|
640
|
-
border: 1px solid var(--privy-color-foreground-4) !important;
|
|
641
|
-
border-radius: var(--privy-border-radius-mdlg);
|
|
642
|
-
background-color: var(--privy-color-background);
|
|
643
|
-
transition: background-color 200ms ease;
|
|
644
|
-
|
|
645
|
-
cursor: pointer;
|
|
646
|
-
|
|
647
|
-
&:hover {
|
|
648
|
-
background-color: var(--privy-color-background-2);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
&:disabled {
|
|
652
|
-
cursor: pointer;
|
|
653
|
-
background-color: var(--privy-color-background-2);
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
svg {
|
|
657
|
-
height: 24px;
|
|
658
|
-
max-height: 24px;
|
|
659
|
-
max-width: 24px;
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
`,co=An.div`
|
|
663
|
-
width: 100%;
|
|
664
|
-
${e=>e.if?"display: none;":""}
|
|
665
|
-
`;import{jsx as Gr,jsxs as fg}from"react/jsx-runtime";var Zt={coinbase_wallet:{logo:bn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Mr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:jt,displayName:"Phantom"},rainbow:{logo:cp,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:En,displayName:"WalletConnect"},zerion:{logo:pp,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:lp,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},zr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=_(),{connectWallet:a}=A(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{So()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(lg?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},fg(mg,{onClick:s,children:[Gr(ug,{icon:pg(e,n.connectorType)??o}),Gr("span",{style:{textTransform:"capitalize"},children:dg(e,n.connectorType)||t||n.walletClientType}),Gr("span",{id:"connect-text",children:"Connect"})]})},dg=(e,t)=>{if(Zt[e]?.displayName)return Zt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},pg=(e,t)=>{if(Zt[e]?.logo)return Zt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return En},ug=({icon:e})=>typeof e=="string"?Gr("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Gr(sg,{}):e?Gr(e,{}):null,mg=cg(fe)`
|
|
841
|
+
`;import vg from"@heroicons/react/24/outline/WalletIcon";import{isMobile as wg}from"react-device-detect";import Cg from"styled-components";import{jsx as Mt,jsxs as vp}from"react/jsx-runtime";var wp=({...e})=>vp("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Mt("defs",{children:vp("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:[Mt("stop",{offset:"0",stopColor:"#f1562b"}),Mt("stop",{offset:"0.3",stopColor:"#f1542b"}),Mt("stop",{offset:"0.41",stopColor:"#f04d2a"}),Mt("stop",{offset:"0.49",stopColor:"#ef4229"}),Mt("stop",{offset:"0.5",stopColor:"#ef4029"}),Mt("stop",{offset:"0.56",stopColor:"#e83e28"}),Mt("stop",{offset:"0.67",stopColor:"#e13c26"}),Mt("stop",{offset:"1",stopColor:"#df3c26"})]})}),Mt("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"}),Mt("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 V,jsxs as lt}from"react/jsx-runtime";var Cp=({style:e,...t})=>lt("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[V("g",{clipPath:"url(#clip0_5_32)",children:lt("g",{clipPath:"url(#clip1_5_32)",children:[V("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:V("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"})}),V("g",{mask:"url(#mask0_5_32)",children:V("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),V("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)"}),V("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),V("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),V("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),V("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),V("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),V("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)"}),V("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),V("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),lt("defs",{children:[lt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#174299"}),V("stop",{offset:"1",stopColor:"#001E59"})]}),lt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[V("stop",{offset:"0.770277",stopColor:"#FF4000"}),V("stop",{offset:"1",stopColor:"#8754C9"})]}),lt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FF4000"}),V("stop",{offset:"1",stopColor:"#8754C9"})]}),lt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#8754C9"}),V("stop",{offset:"1",stopColor:"#FF4000"})]}),lt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[V("stop",{offset:"0.723929",stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[V("stop",{offset:"0.59513",stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),lt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[V("stop",{stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),lt("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[V("stop",{stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),V("clipPath",{id:"clip0_5_32",children:V("rect",{width:"120",height:"120",fill:"white"})}),V("clipPath",{id:"clip1_5_32",children:V("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as In,jsxs as bp}from"react/jsx-runtime";var Ep=({style:e,...t})=>bp("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:[bp("g",{clipPath:"url(#clip0_1704_1423)",children:[In("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"}),In("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"})]}),In("defs",{children:In("clipPath",{id:"clip0_1704_1423",children:In("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as $r,jsxs as xg}from"react/jsx-runtime";var Xt={coinbase_wallet:{logo:Pn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Lr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:qt,displayName:"Phantom"},rainbow:{logo:Cp,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:xn,displayName:"WalletConnect"},zerion:{logo:Ep,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:wp,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},qr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=_(),{connectWallet:a}=k(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{Ao()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(wg?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},xg(Pg,{onClick:s,children:[$r(Tg,{icon:Eg(e,n.connectorType)??o}),$r("span",{style:{textTransform:"capitalize"},children:bg(e,n.connectorType)||t||n.walletClientType}),$r("span",{id:"connect-text",children:"Connect"})]})},bg=(e,t)=>{if(Xt[e]?.displayName)return Xt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},Eg=(e,t)=>{if(Xt[e]?.logo)return Xt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return xn},Tg=({icon:e})=>typeof e=="string"?$r("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?$r(vg,{}):e?$r(e,{}):null,Pg=Cg(ye)`
|
|
666
842
|
/* Show "Connect" on hover */
|
|
667
843
|
> #connect-text {
|
|
668
844
|
font-weight: 500;
|
|
@@ -684,23 +860,23 @@ Resources:
|
|
|
684
860
|
display: none;
|
|
685
861
|
}
|
|
686
862
|
}
|
|
687
|
-
`;import{Fragment as
|
|
863
|
+
`;import{Fragment as kg,jsx as Wn,jsxs as Rg}from"react/jsx-runtime";var Sg=["coinbase_wallet"],_g=["metamask","rainbow","zerion"],Ag=["phantom"],jr=({connectOnly:e})=>{let{connectors:t}=k(),{app:o}=_(),r=el(o?.appearance.walletList??[],t,e);return Rg(kg,{children:[...r]})},el=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(l=>l.connectorType==="wallet_connect_v2");for(let l of e)if(l==="detected_wallets"){let s=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of s){let{walletClientType:u,walletBranding:f}=c;(u==="unknown"?n:r).push(Wn(qr,{connectOnly:o,provider:u,logo:f.icon,displayName:f.name,connector:c},`${l}-${u}`))}}else if(Ag.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push(Wn(qr,{connectOnly:o,provider:l,connector:s},l))}else if(_g.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push(Wn(qr,{connectOnly:o,provider:l,connector:s},l))}else if(Sg.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push(Wn(qr,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push(Wn(qr,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};import{Fragment as Ig,jsx as Mn,jsxs as Wg}from"react/jsx-runtime";var Tp=()=>{let{app:e}=_(),t=`Connect a wallet to ${e?.name}`;return Wg(Ig,{children:[Mn(S,{},"header"),Mn(Zt,{title:"Connect your wallet",description:t}),Mn(Yt,{children:Mn(jr,{connectOnly:!0})}),Mn(B,{protectedByPrivy:!0})]})};import Dg from"styled-components";import Lg from"styled-components";import Mg from"react";import{jsx as Ng}from"react/jsx-runtime";var Pp=()=>{let{app:e}=_(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Ng("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Mg.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 xp}from"react/jsx-runtime";var na=e=>{let{app:t}=_();return t?.appearance.logo?xp(Og,{...e,children:xp(Pp,{})}):null},Og=Lg.div`
|
|
688
864
|
display: flex;
|
|
689
865
|
flex-direction: column;
|
|
690
866
|
align-items: center;
|
|
691
867
|
padding: 24px 0;
|
|
692
868
|
flex-grow: 1;
|
|
693
869
|
justify-content: center;
|
|
694
|
-
`;import{Fragment as
|
|
870
|
+
`;import{Fragment as Fg,jsx as Kr,jsxs as Bg}from"react/jsx-runtime";var Sp=()=>{let{app:e}=_();return Bg(Fg,{children:[Kr(S,{},"header"),Kr(Ug,{}),Kr(Yt,{children:Kr(jr,{connectOnly:!0})}),e&&Kr(qi,{app:e,alwaysShowImplicitConsent:!0}),Kr(B,{protectedByPrivy:!0})]})},Ug=Dg(na)`
|
|
695
871
|
margin-bottom: 16px;
|
|
696
|
-
`;import{useEffect as
|
|
872
|
+
`;import{useEffect as Ip,useState as Wp}from"react";import{isMobile as Kg}from"react-device-detect";import Yg from"styled-components";import{useEffect as tl,useState as ar}from"react";import{isMobile as Nn}from"react-device-detect";import{useInterval as zg}from"react-use";import Ap from"styled-components";import{useState as Hg,useEffect as Gg,useCallback as Vg}from"react";function _p(){let[e,t]=Hg(!1),o=Vg(()=>{document.hidden&&t(!0)},[]);return Gg(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Rp,jsx as We,jsxs as Ln}from"react/jsx-runtime";var ol=2,rl=e=>e?.privyErrorCode==="linked_to_another_user"?so.ERROR_USER_EXISTS:e instanceof $e&&!e.details.default?e.details:e instanceof Ir?so.ERROR_TIMED_OUT:e instanceof Wr?so.ERROR_USER_REJECTED_CONNECTION:so.ERROR_WALLET_CONNECTION,kp=()=>{let[e,t]=ar(!1),[o,r]=ar(!1),[n,i]=ar(void 0),{authenticated:a}=U(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:f,setModalData:g}=_(),{getAuthFlow:y,walletConnectionStatus:w,closePrivyModal:C,initLoginWithWallet:x,loginWithWallet:b,updateWallets:T}=k(),{walletConnectors:W}=U(),[A,R]=ar(0),{user:I}=U(),[N]=ar(I?.linkedAccounts.length||0),[F,Y]=ar(""),[Z,L]=ar(!1),{hasTabbedAway:G}=_p(),{enabled:H,token:ne}=ue(),D=Nn&&w?.connector?.connectorType==="wallet_connect_v2"||Nn&&w?.connector?.connectorType==="coinbase_wallet"||Nn&&w?.connector?.connectorType==="injected"&&w?.connector?.walletClientType==="phantom",de=w?.status==="connected",Ft=w?.status==="switching_to_supported_chain";tl(()=>{let ee=y();if(de&&!ee&&(H&&!ne&&!a?(g({captchaModalData:{callback:St=>x(w.connectedWallet,St).then(()=>{L(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):x(w.connectedWallet,ne).then(()=>{L(!0)})),ee&&D&&de&&!ee.preparedMessage){ee.buildSiweMessage();return}!ee||D||!de||o||(async()=>{r(!0),i(void 0);try{w?.connector?.connectorType==="wallet_connect_v2"&&w?.connector?.walletClientType==="metamask"&&await xs(2500),await Ae()}catch(St){console.warn("Auto-prompted signature failed",St)}finally{r(!1)}})()},[A,de,Z]),tl(()=>{if(I&&e){let ee=l?.render.inDialog?ze:0,St=l?.render.inDialog?ee-500:0;if(l?.legal.requireUsersAcceptTerms&&!I.hasAcceptedTerms){let fe=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},St);return()=>clearTimeout(fe)}if(ft(I,l?.embeddedWallets?.createOnLogin)){let fe=setTimeout(()=>{g({createWallet:{onSuccess:()=>{},onFailure:yn=>console.error(yn),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},St);return()=>clearTimeout(fe)}T();let te=setTimeout(C,ze);return()=>clearTimeout(te)}},[I,e]);let _e=ee=>{if(ee?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(rl(ee))};async function Ae(){try{if(await b(),!l?.render.inDialog)return C();t(!0)}catch(ee){_e(ee)}finally{r(!1)}}tl(()=>{w?.connectError&&_e(w?.connectError)},[w]),zg(()=>{let ee=me==="wallet_connect_v2"&&w?.connector instanceof jt?w.connector.redirectUri:void 0;ee&&Y(ee)},w?.connector instanceof jt&&!F?500:null);let me=w?.connector?.connectorType||"injected",ie=w?.connector?.walletClientType||"unknown",Eo=Xt[ie]?.displayName||w?.connector?.walletBranding.name||"Browser Extension",To=Xt[ie]?.logo||w?.connector?.walletBranding.icon||(ee=>We(Nr,{...ee})),Jo=Eo==="Browser Extension"?Eo.toLowerCase():Eo,Qe;e?Qe=`Successfully connected with ${Jo}`:n?Qe=n.message:Ft?Qe="Switching networks":de?Qe=o&&D?"Signing":"Sign to verify":Qe=`Waiting for ${Jo}`;let ke="Don\u2019t see your wallet? Check your other browser windows.";if(e){let ee=I?.linkedAccounts.length||0;N===ee?ke="Wallet was already linked.":ke="You\u2019re good to go!"}else A>=ol&&n?ke="Unable to connect wallet":n?ke=n.detail:Ft?ke="Switch your wallet to the requested network.":de&&D?ke="Sign the message in your wallet to verify it belongs to you.":ie==="metamask"&&Nn?ke="Click continue to open and connect Metamask.":ie==="metamask"?ke="For the best experience, connect only one wallet at a time.":me==="wallet_connect"?ke="Open your mobile wallet app to continue":me==="coinbase_wallet"&&(id()||(As(I)?ke="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ke="Open the Coinbase app on your phone to continue."));let Po=W?.walletConnectors?.find(ee=>ee.walletClientType==="coinbase_wallet"),Er=ie==="coinbase_wallet"&&(As(I)||n===so.ERROR_USER_EXISTS);return Ln(Rp,{children:[We(S,{backFn:!u||f===u?void 0:c}),Ln(qg,{children:[We(nl,{walletLogo:To,success:e,fail:!!n}),Ln(Ct,{children:[We("h3",{children:Qe}),We("p",{children:ke}),!de&&F&&!G?Ln("p",{children:["Still here?"," ",We("a",{href:F,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),Er?We(O,{onClick:()=>Po&&Po?.disconnect(),disabled:e,children:"Use a different wallet"}):n==so.ERROR_USER_EXISTS&&f!==u?We(O,{onClick:c,children:"Use a different wallet"}):de&&!e&&D?We(O,{onClick:()=>{r(!0),Ae(),$g(ie)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&A<ol?We(O,{onClick:()=>{R(A+1),i(void 0),de?(r(!0),Ae()):w?.connectRetry()},disabled:!e&&(!n?.retryable||A>=ol),children:"Retry"}):!e&&!n?We(O,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),We(j,{})]})},$g=e=>{if(!Nn||!Pd(e))return;let t=xd(e);t&&window.open(t,"_self","noopener,noreferrer")},qg=Ap.div`
|
|
697
873
|
display: flex;
|
|
698
874
|
flex-direction: column;
|
|
699
875
|
align-items: center;
|
|
700
876
|
justify-content: center;
|
|
701
877
|
gap: 24px;
|
|
702
878
|
width: 100%;
|
|
703
|
-
`,
|
|
879
|
+
`,jg=Ap.div`
|
|
704
880
|
display: flex;
|
|
705
881
|
flex-direction: column;
|
|
706
882
|
justify-content: center;
|
|
@@ -723,14 +899,14 @@ Resources:
|
|
|
723
899
|
left: -19px;
|
|
724
900
|
top: -19px;
|
|
725
901
|
}
|
|
726
|
-
`,
|
|
902
|
+
`,nl=e=>{let t=e.walletLogo;return We(Rp,{children:We(jg,{children:Ln("div",{children:[We(Wo,{success:e.success,fail:e.fail}),typeof t=="string"?We("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):We(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as Qg,jsx as mo,jsxs as il}from"react/jsx-runtime";var ia=2,Mp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=_(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=Wp(void 0),[l,s]=Wp(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Ip(()=>{if(c){let W=setTimeout(n,ze);return()=>clearTimeout(W)}},[c]);let f=W=>{a(rl(W))};Ip(()=>{r?.connectError&&f(r?.connectError)},[r]);let g=r?.connector?.connectorType||"injected",y=r?.connector?.walletClientType||"unknown",w=Xt[y]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",C=Xt[y]?.logo||r?.connector?.walletBranding.icon||(W=>mo(Nr,{...W})),x=w==="Browser Extension"?w.toLowerCase():w,b;c?b=`Successfully connected with ${x}`:i?b=i.message:u?b="Switching networks":b=`Waiting for ${x}`;let T="Don\u2019t see your wallet? Check your other browser windows.";return c?T="You\u2019re good to go!":l>=ia&&i?T="Unable to connect wallet":i?T=i.detail:u?T="Switch your wallet to the requested network.":y==="metamask"&&Kg?T="Click to continue to open and connect Metamask.":y==="metamask"?T="For the best experience, connect only one wallet at a time.":g==="wallet_connect_v2"?T="Open your mobile wallet app to continue":g==="coinbase_wallet"&&(T="Open the Coinbase app on your phone to continue."),il(Qg,{children:[mo(S,{backFn:o===t?void 0:e}),il(Jg,{children:[mo(nl,{walletLogo:C,success:c,fail:!!i}),il(Ct,{children:[mo("h3",{children:b}),mo("p",{children:T})]}),i==so.ERROR_USER_EXISTS?mo(O,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<ia?mo(O,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=ia),children:"Retry"}):!c&&i&&l>=ia?mo(O,{onClick:e,children:"Use a different wallet"}):null]}),mo(j,{})]})},Jg=Yg.div`
|
|
727
903
|
display: flex;
|
|
728
904
|
flex-direction: column;
|
|
729
905
|
align-items: center;
|
|
730
906
|
justify-content: center;
|
|
731
907
|
gap: 24px;
|
|
732
908
|
width: 100%;
|
|
733
|
-
`;import{XCircleIcon as
|
|
909
|
+
`;import{XCircleIcon as nv}from"@heroicons/react/24/solid";import{useEffect as iv,useMemo as av,useState as sv}from"react";import lv from"styled-components";import aa from"styled-components";import{jsx as al,jsxs as ov}from"react/jsx-runtime";var Yr=()=>al(Zg,{children:ov(Xg,{children:[al(ev,{}),al(tv,{})]})}),Zg=aa.div`
|
|
734
910
|
display: flex;
|
|
735
911
|
justify-content: center;
|
|
736
912
|
align-items: center;
|
|
@@ -742,14 +918,14 @@ Resources:
|
|
|
742
918
|
@media all and (display-mode: standalone) {
|
|
743
919
|
margin-bottom: 30px;
|
|
744
920
|
}
|
|
745
|
-
`,
|
|
921
|
+
`,Xg=aa.div`
|
|
746
922
|
position: relative;
|
|
747
923
|
height: 140px;
|
|
748
924
|
width: 140px;
|
|
749
925
|
|
|
750
926
|
opacity: 1;
|
|
751
927
|
animation: fadein 200ms ease;
|
|
752
|
-
`,
|
|
928
|
+
`,ev=aa.div`
|
|
753
929
|
position: absolute;
|
|
754
930
|
top: 0;
|
|
755
931
|
right: 0;
|
|
@@ -762,7 +938,7 @@ Resources:
|
|
|
762
938
|
border: 4px solid var(--privy-color-accent-light);
|
|
763
939
|
border-radius: 50%;
|
|
764
940
|
}
|
|
765
|
-
`,
|
|
941
|
+
`,tv=aa.div`
|
|
766
942
|
position: absolute;
|
|
767
943
|
top: 0;
|
|
768
944
|
right: 0;
|
|
@@ -786,20 +962,20 @@ Resources:
|
|
|
786
962
|
transform: rotate(360deg);
|
|
787
963
|
}
|
|
788
964
|
}
|
|
789
|
-
`;var
|
|
965
|
+
`;var Np=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout","twilio_verification_failed"];var xe=class extends Error{constructor(o,r){super(r);this.type=o}};function sr(e){let t=e.type;return typeof t=="string"&&Np.includes(t)}function rv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function lr(e){return sr(e)&&e.type==="wallet_not_on_device"}function Lp(e){return sr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Op(e){return!!(sr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Jr(e){return!!(sr(e)&&e.type==="mfa_timeout")}function Qr(e){return!!(sr(e)&&e.type==="missing_or_invalid_mfa")}function sl(e){return!!(sr(e)&&e.type==="mfa_verification_max_attempts_reached")}function ll(e){return!!(sr(e)&&e.message.includes("code 429"))}function cl(e){return!!(rv(e)&&e.message==="MFA canceled")}import{Fragment as Up,jsx as Zr,jsxs as dl}from"react/jsx-runtime";var Dp=1,Fp=()=>{let{authenticated:e,user:t,getAccessToken:o}=U(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=av(()=>Date.now(),[]),[f,g]=sv(!1),{onCompleteNavigateTo:y,onFailure:w}=l?.connectWallet,C=b=>{f||(g(!0),w(typeof b=="string"?new Error(b):b))};iv(()=>{let b=pe(t),T;return!e||!b?C("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let A=await o();if(!A)return C("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:A,address:b.address});let R=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&R<Dp?T=setTimeout(()=>{a(y)},(Dp-R)*1e3):a(y)}catch(R){if(lr(R)&&b.recoveryMethod==="privy"){let I=await o();if(!I)return C("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:b.address}),(await i?.recover({address:b.address,accessToken:I}))?.address||C(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:b.address}),a(y)}catch{C("An error has occurred, please try again.")}}else lr(R)?(s({...l,recoverWallet:{privyWallet:b,onCompleteNavigateTo:y,onFailure:w}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):C(R)}})(),()=>clearTimeout(T)):void 0},[e,t,i]);let x=()=>{C("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,dl(Up,{children:[Zr(S,{onClose:x}),f?dl(Up,{children:[dl(It,{children:[Zr(nv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Zr(Pe,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Zr(O,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Zr(Yr,{}),Zr(cv,{})]})},cv=lv.div`
|
|
790
966
|
height: 44px;
|
|
791
|
-
`;import{CheckCircleIcon as
|
|
967
|
+
`;import{CheckCircleIcon as dv}from"@heroicons/react/24/solid";import{useEffect as pv}from"react";import{Fragment as uv,jsx as Xr,jsxs as Bp}from"react/jsx-runtime";var Hp=()=>{let{user:e}=U(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=k(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=pe(e);f?(r(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return pv(()=>{let f=setTimeout(u,jc);return()=>clearTimeout(f)},[]),a.current=u,Bp(uv,{children:[Xr(S,{onClose:u}),Xr(K,{}),Bp(It,{children:[Xr(dv,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Xr(Pe,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Xr(J,{}),Xr(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as mv}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as fv}from"@heroicons/react/24/outline";import{useEffect as zp,useRef as hv,useState as pl}from"react";import Do from"styled-components";import{Fragment as Pv,jsx as Se,jsxs as Nt}from"react/jsx-runtime";var $p=()=>{let[e,t]=pl(null),{authenticated:o,user:r,getAccessToken:n}=U(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=k(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),u=pe(r)?.address,{onFailure:f,onSuccess:g,origin:y,appId:w}=s.keyExport,C=b=>{i({shouldCallAuthOnSuccess:!1}),f(typeof b=="string"?new Error(b):b)},x=()=>{i({shouldCallAuthOnSuccess:!1}),g(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return zp(()=>{let b=pe(r);if(!o||!b)return C("User must be authenticated before exporting their wallet");n().then(t,C)},[o,r]),c.current=x,Nt(Pv,{children:[Se(S,{onClose:x}),Nt(vv,{children:[Nt(Pe,{icon:Se(fv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Nt(Ev,{children:[Se(gv,{style:{marginRight:6}}),ko(u)]}),Se("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Nt(wv,{children:[Nt(Gp,{children:[Se(Vp,{children:"1"}),Nt("span",{children:[Se("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),Nt(Gp,{children:[Se(Vp,{children:"2"}),Se("span",{children:"Copy this key into your other wallet"})]})]}),Se("div",{style:{width:"100%"},children:e&&Se(yv,{origin:y,appId:w,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Nt(Tv,{children:[Nt("div",{children:[Se(mv,{viewBox:"0 0 20 18"}),Se("h4",{children:"Warning"})]}),Se("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Se(B,{protectedByPrivy:!0})]})};function yv(e){let[t,o]=pl(e.dimensions.width),[r,n]=pl(void 0),i=hv(null);return zp(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();o(l)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),Se("div",{ref:i,children:t&&Nt(Cv,{children:[Se("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Si(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),Se(bv,{children:"Loading..."})]})})}function gv(e){return Se("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Se("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var vv=Do.div`
|
|
792
968
|
display: flex;
|
|
793
969
|
flex-direction: column;
|
|
794
970
|
text-align: left;
|
|
795
|
-
`,
|
|
971
|
+
`,wv=Do.div`
|
|
796
972
|
display: flex;
|
|
797
973
|
flex-direction: column;
|
|
798
974
|
gap: 24px;
|
|
799
975
|
padding-bottom: 16px;
|
|
800
976
|
margin-left: 11px;
|
|
801
977
|
border-left: 1px solid var(--privy-color-foreground-4) !important;
|
|
802
|
-
`,
|
|
978
|
+
`,Gp=Do.div`
|
|
803
979
|
display: flex;
|
|
804
980
|
align-items: top;
|
|
805
981
|
gap: 8px;
|
|
@@ -808,7 +984,7 @@ Resources:
|
|
|
808
984
|
color: var(--privy-color-accent);
|
|
809
985
|
text-decoration: underline;
|
|
810
986
|
}
|
|
811
|
-
`,
|
|
987
|
+
`,Vp=Do.div`
|
|
812
988
|
display: flex;
|
|
813
989
|
align-items: center;
|
|
814
990
|
justify-content: center;
|
|
@@ -822,11 +998,11 @@ Resources:
|
|
|
822
998
|
border-radius: 100%;
|
|
823
999
|
background: var(--privy-color-background);
|
|
824
1000
|
color: var(--privy-color-accent);
|
|
825
|
-
`,
|
|
1001
|
+
`,Cv=Do.div`
|
|
826
1002
|
overflow: visible;
|
|
827
1003
|
position: relative;
|
|
828
1004
|
height: 44px;
|
|
829
|
-
`,
|
|
1005
|
+
`,bv=Do.div`
|
|
830
1006
|
position: absolute;
|
|
831
1007
|
display: flex;
|
|
832
1008
|
align-items: center;
|
|
@@ -838,7 +1014,7 @@ Resources:
|
|
|
838
1014
|
border-radius: var(--privy-border-radius-md);
|
|
839
1015
|
background-color: var(--privy-color-background-2);
|
|
840
1016
|
color: var(--privy-color-foreground-3);
|
|
841
|
-
`,
|
|
1017
|
+
`,Ev=Do.div`
|
|
842
1018
|
display: flex;
|
|
843
1019
|
align-items: center;
|
|
844
1020
|
padding-top: 1px;
|
|
@@ -851,7 +1027,7 @@ Resources:
|
|
|
851
1027
|
font-size: 12px;
|
|
852
1028
|
font-weight: 500;
|
|
853
1029
|
margin: auto;
|
|
854
|
-
`,
|
|
1030
|
+
`,Tv=Do.div`
|
|
855
1031
|
border: 1px solid var(--privy-color-background-2) !important;
|
|
856
1032
|
border-radius: var(--privy-border-radius-md);
|
|
857
1033
|
padding: 16px;
|
|
@@ -873,7 +1049,7 @@ Resources:
|
|
|
873
1049
|
color: var(--privy-color-error);
|
|
874
1050
|
}
|
|
875
1051
|
}
|
|
876
|
-
`;import{XCircleIcon as
|
|
1052
|
+
`;import{XCircleIcon as g1}from"@heroicons/react/24/outline";import{useEffect as gu,useRef as v1,useState as Hn}from"react";import w1 from"styled-components";import{useCallback as yu,useEffect as y1}from"react";import{ExclamationTriangleIcon as kv}from"@heroicons/react/24/outline";import{useEffect as Rv,useState as fl}from"react";import{ArrowPathIcon as xv,EyeIcon as Sv,EyeSlashIcon as _v}from"@heroicons/react/24/outline";import Be,{css as ul}from"styled-components";var Av=ul`
|
|
877
1053
|
font-size: 14px;
|
|
878
1054
|
font-style: normal;
|
|
879
1055
|
font-weight: 400;
|
|
@@ -881,8 +1057,8 @@ Resources:
|
|
|
881
1057
|
letter-spacing: -0.008px;
|
|
882
1058
|
text-align: left;
|
|
883
1059
|
transition: color 0.1s ease-in;
|
|
884
|
-
`,
|
|
885
|
-
${
|
|
1060
|
+
`,sa=Be.span`
|
|
1061
|
+
${Av}
|
|
886
1062
|
transition: color 0.1s ease-in;
|
|
887
1063
|
color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
888
1064
|
text-transform: ${({error:e})=>e?"":"capitalize"};
|
|
@@ -890,18 +1066,18 @@ Resources:
|
|
|
890
1066
|
&[aria-hidden='true'] {
|
|
891
1067
|
visibility: hidden;
|
|
892
1068
|
}
|
|
893
|
-
`,
|
|
1069
|
+
`,Uo=Be.div`
|
|
894
1070
|
display: flex;
|
|
895
1071
|
flex-direction: column;
|
|
896
1072
|
justify-content: center;
|
|
897
1073
|
flex-grow: 1;
|
|
898
|
-
`,
|
|
899
|
-
${e=>e.hideAnimations&&
|
|
1074
|
+
`,Fo=Be(O)`
|
|
1075
|
+
${e=>e.hideAnimations&&ul`
|
|
900
1076
|
&& {
|
|
901
1077
|
transition: none;
|
|
902
1078
|
}
|
|
903
1079
|
`}
|
|
904
|
-
`,
|
|
1080
|
+
`,qp=ul`
|
|
905
1081
|
&& {
|
|
906
1082
|
width: 100%;
|
|
907
1083
|
border-width: 1px;
|
|
@@ -916,23 +1092,23 @@ Resources:
|
|
|
916
1092
|
font-weight: 300;
|
|
917
1093
|
line-height: 22px; /* 137.5% */
|
|
918
1094
|
}
|
|
919
|
-
`,
|
|
920
|
-
${
|
|
1095
|
+
`,cr=Be.input`
|
|
1096
|
+
${qp}
|
|
921
1097
|
|
|
922
1098
|
&::placeholder {
|
|
923
1099
|
color: var(--privy-color-foreground-3);
|
|
924
1100
|
font-style: italic;
|
|
925
1101
|
font-size: 14px;
|
|
926
1102
|
}
|
|
927
|
-
`,
|
|
928
|
-
${
|
|
929
|
-
`,
|
|
1103
|
+
`,jp=Be.div`
|
|
1104
|
+
${qp}
|
|
1105
|
+
`,Bo=Be.div`
|
|
930
1106
|
position: relative;
|
|
931
1107
|
width: 100%;
|
|
932
1108
|
display: flex;
|
|
933
1109
|
align-items: center;
|
|
934
1110
|
justify-content: ${({centered:e})=>e?"center":"space-between"};
|
|
935
|
-
`,
|
|
1111
|
+
`,Ho=Be.div`
|
|
936
1112
|
display: flex;
|
|
937
1113
|
flex-direction: column;
|
|
938
1114
|
align-items: center;
|
|
@@ -954,12 +1130,12 @@ Resources:
|
|
|
954
1130
|
font-weight: 400;
|
|
955
1131
|
line-height: 20px;
|
|
956
1132
|
}
|
|
957
|
-
`,
|
|
1133
|
+
`,On=Be.div`
|
|
958
1134
|
display: flex;
|
|
959
1135
|
flex-direction: column;
|
|
960
1136
|
gap: 10px;
|
|
961
1137
|
padding-bottom: 1rem;
|
|
962
|
-
`,
|
|
1138
|
+
`,Dn=Be.div`
|
|
963
1139
|
display: flex;
|
|
964
1140
|
text-align: left;
|
|
965
1141
|
align-items: center;
|
|
@@ -979,13 +1155,13 @@ Resources:
|
|
|
979
1155
|
> :first-child {
|
|
980
1156
|
min-width: 24px;
|
|
981
1157
|
}
|
|
982
|
-
`,
|
|
1158
|
+
`,G_=Be.div`
|
|
983
1159
|
height: var(--privy-height-modal-full);
|
|
984
1160
|
|
|
985
1161
|
@media (max-width: 440px) {
|
|
986
1162
|
height: var(--privy-height-modal-compact);
|
|
987
1163
|
}
|
|
988
|
-
`,
|
|
1164
|
+
`,ml=Be(Hi)`
|
|
989
1165
|
display: flex;
|
|
990
1166
|
flex: 1;
|
|
991
1167
|
gap: 4px;
|
|
@@ -997,7 +1173,7 @@ Resources:
|
|
|
997
1173
|
border-color: var(--privy-color-foreground-3);
|
|
998
1174
|
border-width: 1px;
|
|
999
1175
|
}
|
|
1000
|
-
`,
|
|
1176
|
+
`,en=Be.div`
|
|
1001
1177
|
position: absolute;
|
|
1002
1178
|
right: 0.5rem;
|
|
1003
1179
|
|
|
@@ -1005,7 +1181,7 @@ Resources:
|
|
|
1005
1181
|
flex-direction: row;
|
|
1006
1182
|
justify-content: space-around;
|
|
1007
1183
|
align-items: center;
|
|
1008
|
-
`,
|
|
1184
|
+
`,Kp=Be(xv)`
|
|
1009
1185
|
height: 1.25rem;
|
|
1010
1186
|
width: 1.25rem;
|
|
1011
1187
|
stroke: var(--privy-color-accent);
|
|
@@ -1014,7 +1190,7 @@ Resources:
|
|
|
1014
1190
|
:active {
|
|
1015
1191
|
stroke: var(--privy-color-accent-light);
|
|
1016
1192
|
}
|
|
1017
|
-
`,
|
|
1193
|
+
`,tn=Be(_v)`
|
|
1018
1194
|
height: 1.25rem;
|
|
1019
1195
|
width: 1.25rem;
|
|
1020
1196
|
stroke: var(--privy-color-accent);
|
|
@@ -1023,7 +1199,7 @@ Resources:
|
|
|
1023
1199
|
:active {
|
|
1024
1200
|
stroke: var(--privy-color-accent-light);
|
|
1025
1201
|
}
|
|
1026
|
-
`,
|
|
1202
|
+
`,on=Be(Sv)`
|
|
1027
1203
|
height: 1.25rem;
|
|
1028
1204
|
width: 1.25rem;
|
|
1029
1205
|
stroke: var(--privy-color-accent);
|
|
@@ -1032,7 +1208,7 @@ Resources:
|
|
|
1032
1208
|
:active {
|
|
1033
1209
|
stroke: var(--privy-color-accent-light);
|
|
1034
1210
|
}
|
|
1035
|
-
`,
|
|
1211
|
+
`,Yp=Be.progress`
|
|
1036
1212
|
height: 4px;
|
|
1037
1213
|
width: 100%;
|
|
1038
1214
|
margin: 8px 0;
|
|
@@ -1048,14 +1224,14 @@ Resources:
|
|
|
1048
1224
|
transition: all 0.1s ease-out;
|
|
1049
1225
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1050
1226
|
}
|
|
1051
|
-
`;import{Fragment as
|
|
1227
|
+
`;import{Fragment as Iv,jsx as ct,jsxs as la}from"react/jsx-runtime";var Jp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=fl(!0),[l,s]=fl(!1),[c,u]=fl(""),f=o===c;return Rv(()=>{c&&!l&&s(!0)},[c]),la(Iv,{children:[ct(S,{title:"Confirm Password",closeable:!1,backFn:n}),ct(K,{}),la(Uo,{children:[la(Ho,{children:[ct(kv,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),ct("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),la(Bo,{children:[ct(cr,{value:c,onChange:g=>u(g.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ct(en,{style:{right:"0.75rem"},children:i?ct(tn,{onClick:()=>a(!1)}):ct(on,{onClick:()=>a(!0)})})]}),ct(sa,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),ct(Fo,{onClick:r,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),ct(J,{}),ct(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Lv}from"@heroicons/react/24/outline";import{useState as Ov}from"react";import Dv from"styled-components";import ca from"styled-components";import{jsx as Un,jsxs as Nv}from"react/jsx-runtime";var Qp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Un("label",{children:Nv(Wv,{className:e,children:[Un(Xp,{checked:t,...r}),Un(Mv,{color:o,checked:t,children:Un(Zp,{viewBox:"0 0 24 24",children:Un("polyline",{points:"20 6 9 17 4 12"})})})]})}),Wv=ca.div`
|
|
1052
1228
|
display: inline-block;
|
|
1053
1229
|
vertical-align: middle;
|
|
1054
|
-
`,
|
|
1230
|
+
`,Zp=ca.svg`
|
|
1055
1231
|
fill: none;
|
|
1056
1232
|
stroke: white;
|
|
1057
1233
|
stroke-width: 3px;
|
|
1058
|
-
`,
|
|
1234
|
+
`,Xp=ca.input.attrs({type:"checkbox"})`
|
|
1059
1235
|
border: 0;
|
|
1060
1236
|
clip: rect(0 0 0 0);
|
|
1061
1237
|
clippath: inset(50%);
|
|
@@ -1066,7 +1242,7 @@ Resources:
|
|
|
1066
1242
|
position: absolute;
|
|
1067
1243
|
white-space: nowrap;
|
|
1068
1244
|
width: 1px;
|
|
1069
|
-
`,
|
|
1245
|
+
`,Mv=ca.div`
|
|
1070
1246
|
display: inline-block;
|
|
1071
1247
|
width: 18px;
|
|
1072
1248
|
height: 18px;
|
|
@@ -1081,30 +1257,30 @@ Resources:
|
|
|
1081
1257
|
border-width: 1px;
|
|
1082
1258
|
}
|
|
1083
1259
|
|
|
1084
|
-
${
|
|
1260
|
+
${Xp}:focus + & {
|
|
1085
1261
|
box-shadow: 0 0 0 1px ${e=>e.color};
|
|
1086
1262
|
}
|
|
1087
1263
|
|
|
1088
|
-
${
|
|
1264
|
+
${Zp} {
|
|
1089
1265
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1090
1266
|
}
|
|
1091
|
-
`;import{Fragment as
|
|
1267
|
+
`;import{Fragment as eu,jsx as bt,jsxs as Fn}from"react/jsx-runtime";var tu=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Ov(!1);return Fn(eu,{children:[bt(S,{title:"Confirm Password",closeable:!1,backFn:r}),bt(K,{}),Fn(Uo,{children:[Fn(Ho,{children:[bt(Lv,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),bt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),bt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),bt(On,{children:Fn(Dn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[bt(Qp,{color:"var(--privy-color-error)",checked:i}),bt(eu,{children:"I understand losing my password means losing my account."})]})})]}),Fn(Uv,{children:[n.initiatedBy==="user"&&bt(co,{onClick:n.onCancel,disabled:t,children:"Cancel"}),bt(Fo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),bt(J,{}),bt(B,{protectedByPrivy:!0})]})},Uv=Dv.div`
|
|
1092
1268
|
display: flex;
|
|
1093
1269
|
gap: 10px;
|
|
1094
|
-
`;import{KeyIcon as
|
|
1270
|
+
`;import{KeyIcon as e1}from"@heroicons/react/24/outline";import{CheckCircleIcon as lu}from"@heroicons/react/24/solid";import{useState as cu,useMemo as hl,useEffect as t1}from"react";import du from"styled-components";import Fv from"fast-password-entropy";import*as ou from"secure-password-utilities";import{DEFAULT_WORDLIST as Bv}from"secure-password-utilities/wordlists";var Hv=95,Gv=8,Vv=3,zv=.3,$v=/[a-z]/,qv=/[A-Z]/,jv=/[0-9]/,Kv="a-zA-Z0-9",ru="!@#$%^&*()\\-_+.",nu=`${Kv}${ru}`,Yv=new RegExp(`[${ru}]`),Jv=new RegExp(`[${nu}]`),iu=new RegExp(`^[${nu}]{6,}$`),au=(e="")=>{let t=e.split("").filter(o=>!Jv.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},da=()=>ou.generatePassphrase(4,Bv);function Qv(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function Zv(e){if(e.length<Gv)return 0;let t=0;$v.test(e)&&(t+=1),qv.test(e)&&(t+=1),jv.test(e)&&(t+=1),Yv.test(e)&&(t+=1);let o=t/Vv;return Math.max(0,Math.min(1,o))}function Xv(e=""){let t=Zv(e),o=Fv(e)/Hv;return(t*zv+o)/2}function su(e=""){let t=Xv(e);return{value:t,label:Qv(t)}}import{Fragment as n1,jsx as Me,jsxs as fo}from"react/jsx-runtime";var pu=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=cu(!1),[u,f]=cu(!1);t1(()=>{o&&!u&&f(!0)},[o]);let g=hl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":iu.test(o||"")?null:`Invalid characters used ( ${au(o).join(" ")} )`:null,[o,u]),y=hl(()=>g?{value:0,label:"Weak"}:su(o),[o,g]),w=hl(()=>!!(!o?.length||g),[g,o]);return fo(n1,{children:[Me(S,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Me(K,{}),fo(Uo,{children:[fo(Ho,{children:[Me(e1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Me("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Me("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),fo(Bo,{children:[Me(cr,{value:o,onChange:C=>a(C.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),fo(en,{style:{width:"3.5rem"},children:[s?Me(tn,{onClick:()=>c(!1)}):Me(on,{onClick:()=>c(!0)}),Me(Kp,{onClick:l})]})]}),Me(Yp,{value:y.value===0?.01:y.value,label:y.label}),Me(sa,{error:!!g,children:g||`Password Strength: ${u?y.label:"--"}`}),fo(r1,{children:[Me(o1,{children:fo(On,{children:[fo(Dn,{children:[Me(lu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),fo(Dn,{children:[Me(lu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Me(Fo,{onClick:n,loading:t,disabled:w,hideAnimations:e,children:"Continue"})]})]}),Me(J,{}),Me(B,{protectedByPrivy:!0})]})},o1=du(On)`
|
|
1095
1271
|
flex: 1;
|
|
1096
1272
|
padding-top: 1rem;
|
|
1097
|
-
`,
|
|
1273
|
+
`,r1=du.div`
|
|
1098
1274
|
display: flex;
|
|
1099
1275
|
flex-direction: column;
|
|
1100
1276
|
height: 100%;
|
|
1101
|
-
`;import{ArrowDownTrayIcon as
|
|
1277
|
+
`;import{ArrowDownTrayIcon as i1,ClipboardDocumentCheckIcon as a1,DocumentDuplicateIcon as s1,ExclamationTriangleIcon as l1}from"@heroicons/react/24/outline";import{useState as c1,useCallback as uu}from"react";import{Fragment as yl,jsx as tt,jsxs as dr}from"react/jsx-runtime";var mu=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=c1(!1),s=uu(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=uu(()=>{let u=document.createElement("a"),f=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),g=new Blob([d1(o,r)],{type:"text/plain"}),y=URL.createObjectURL(g);u.href=y,u.target="_blank",u.download=`${f}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[r]);return dr(yl,{children:[tt(S,{backFn:i,title:"Save Password",closeable:!1}),tt(K,{}),dr(Uo,{children:[dr(Ho,{children:[tt(l1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),tt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),tt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset if you lose your device. Make sure to secure it to keep your assets safe."})]}),tt(Bo,{centered:!0,children:tt(jp,{children:r})}),dr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[tt(ml,{onClick:s,children:a?dr(yl,{children:[tt(a1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):dr(yl,{children:[tt(s1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),dr(ml,{onClick:c,children:[tt(i1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),tt(Fo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),tt(J,{}),tt(B,{protectedByPrivy:!0})]})},d1=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1102
1278
|
|
|
1103
1279
|
${t}
|
|
1104
1280
|
|
|
1105
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as
|
|
1281
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as p1,XCircleIcon as u1}from"@heroicons/react/24/outline";import{Fragment as m1,jsx as ho,jsxs as gl}from"react/jsx-runtime";var fu=({error:e,onClose:t})=>gl(m1,{children:[ho(S,{closeable:!1}),ho(K,{}),e?gl(It,{children:[ho(u1,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),ho(Pe,{title:"Something went wrong",description:e})]}):gl(It,{children:[ho(p1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),ho(Pe,{title:"Success"})]}),ho(O,{onClick:t,children:"Close"}),ho(J,{}),ho(B,{protectedByPrivy:!0})]});import{useReducer as f1}from"react";var h1=(e,t)=>{switch(e){case"creating":return t==="back"?e:"saving";case"saving":return t==="back"?"creating":"confirming";case"confirming":return t==="back"?"saving":"finalizing";case"finalizing":return t==="back"?"confirming":"done";default:return e}},hu=()=>{let[e,t]=f1(h1,"creating");return{send:t,state:e}};import{jsx as Bn}from"react/jsx-runtime";var pa=({onSubmit:e,...t})=>{let{send:o,state:r}=hu(),n=yu(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);y1(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),ze)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=yu(()=>{o("back")},[o]);return r==="creating"?Bn(pu,{...t,onSubmit:n}):r==="saving"?Bn(mu,{...t,onSubmit:n,onBack:i}):r==="confirming"?Bn(Jp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Bn(tu,{...t,onSubmit:n,onBack:i}):r==="done"?Bn(fu,{...t,onSubmit:n}):null};import{Fragment as E1,jsx as pr,jsxs as vu}from"react/jsx-runtime";var C1=250,wu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=_(),[n,i]=Hn(""),[a,l]=Hn(!1),[s,c]=Hn(),[u,f]=Hn(null),[g,y]=Hn(null),w=v1(!1),{authenticated:C,getAccessToken:x}=U(),{refreshUser:b,closePrivyModal:T,createAnalyticsEvent:W,isNewUserThisSession:A,initializeWalletProxy:R}=k(),{onSuccess:I,onFailure:N,callAuthOnSuccessOnClose:F}=o.createWallet,Y=e?.embeddedWallets.requireUserPasswordOnCreate===!0,Z=!!(!n||w.current)&&!Y,L=new Ve(async()=>H());gu(()=>{u||R(3e4).then(D=>f(D))},[u]),gu(()=>{if(!C){t("LANDING"),N(new Error("User must be authenticated before creating a Privy wallet"));return}!Y&&!a&&!w.current&&(l(!0),L.execute().finally(()=>l(!1)))},[Y,C]);let G=()=>{Y&&g&&g?.recoveryMethod!=="user-passcode"?N(new nt("User created a wallet but failed to set a password for it")):g?I(g):N(new nt("User wallet creation failed")),T({shouldCallAuthOnSuccess:F})};r.current=()=>null;let H=async function(){let D=await x();if(D)try{if(W("embedded_wallet_creation_started"),!await(await R(kr))?.create({accessToken:D,recoveryPassword:s}))throw W("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let _e=await b(),Ae=pe(_e);if(!Ae)throw W("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");y(Ae),W("embedded_wallet_creation_completed",{walletAddress:Ae.address}),i(""),w.current=!0,Y?t("EMBEDDED_WALLET_CREATED_SCREEN"):A?t("EMBEDDED_WALLET_CREATED_SCREEN"):Ae&&(I(Ae),T({shouldCallAuthOnSuccess:F}))}catch(de){if(w.current)return;i("An error has occurred, please try again."),console.warn(de)}else i("An error has occured, please login again."),W("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ne=async()=>Y?(l(!0),L.execute().then(()=>new Promise(D=>setTimeout(D,C1))).finally(()=>l(!1))):T({shouldCallAuthOnSuccess:F});return!Y&&n?vu(E1,{children:[pr(S,{closeable:!1}),vu(It,{children:[pr(g1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),pr(Pe,{title:"Something went wrong",description:n})]}),pr(O,{onClick:G,children:"Close"}),pr(b1,{})]}):Z?pr(Yr,{}):pr(pa,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:Z||!u,buttonLoading:a,buttonHideAnimations:!g&&a,error:n,password:s||"",onClose:G,onPasswordChange:c,onPasswordGenerate:()=>c(da()),onSubmit:ne})},b1=w1.div`
|
|
1106
1282
|
height: 44px;
|
|
1107
|
-
`;import{useEffect as
|
|
1283
|
+
`;import{useEffect as T1,useState as ua}from"react";import{jsx as P1}from"react/jsx-runtime";var Cu=()=>{let[e,t]=ua(null),[o,r]=ua(!1),[n,i]=ua(null),[a,l]=ua(""),{authenticated:s,getAccessToken:c,user:u}=U(),{walletProxy:f,refreshUser:g,closePrivyModal:y,createAnalyticsEvent:w}=k(),{app:C,navigate:x,data:b,onUserCloseViaDialogOrKeybindRef:T}=_(),{onSuccess:W,onFailure:A}=b.createWallet,R=pe(u),I=e?.recoveryMethod==="user-passcode";T1(()=>{s||(x("LANDING"),A(new hi("User must be authenticated before setting a password on a Privy wallet")))},[s]);let N=()=>{if(n){A(n),y({shouldCallAuthOnSuccess:!1});return}if(!I){A(new nt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}W(e),y({shouldCallAuthOnSuccess:!1})};T.current=N;let F=async()=>{let Z=await c();if(Z&&R?.address&&a&&f)try{if(w("embedded_wallet_set_password_started",{walletAddress:R.address}),!(await f.setRecoveryPassword({accessToken:Z,address:R.address,recoveryPassword:a})).address){i(new nt("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:"error setting password"});return}let G=await g(),H=pe(G);if(!H){i(new nt("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:"wallet disconnected"});return}t(H),w("embedded_wallet_set_password_completed",{walletAddress:R.address})}catch(L){console.warn(L),i(L instanceof Error?L:new Error("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:R.address,reason:L})}},Y=async()=>{I?(W(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await F(),r(!1))};return P1(pa,{appName:C?.name||"privy",config:{initiatedBy:"user",onCancel:N},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(da()),onPasswordChange:l,onSubmit:Y,onClose:N})};import{UserCircleIcon as x1}from"@heroicons/react/24/outline";import{LockClosedIcon as S1}from"@heroicons/react/24/solid";import{Fragment as _1,jsx as yo,jsxs as ma}from"react/jsx-runtime";var bu=()=>{let{user:e}=U(),{closePrivyModal:t,createAnalyticsEvent:o}=k(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new nt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,ma(_1,{children:[yo(S,{onClose:c}),yo(K,{}),ma(It,{children:[ma(ap,{children:[yo(x1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),yo(sp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:yo(S1,{width:"12px",height:"12px",fill:"white"})})]}),ma(Pe,{title:"Secure Your Account",children:["Please set a password to secure your account.",yo("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."})]})]}),yo(O,{onClick:()=>{let f=pe(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"}),yo(J,{}),yo(B,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as A1}from"@heroicons/react/24/outline";import{useEffect as k1,useState as fa}from"react";import ha,{css as R1}from"styled-components";import{Fragment as L1,jsx as je,jsxs as ur}from"react/jsx-runtime";var Eu=()=>{let[e,t]=fa(!0),{authenticated:o,getAccessToken:r}=U(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[u,f]=fa(void 0),[g,y]=fa(""),[w,C]=fa(!1),{privyWallet:x,onCompleteNavigateTo:b,onSuccess:T,onFailure:W}=s.recoverWallet,A=(N="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),W(typeof N=="string"?new nt(N):N)};c.current=A,k1(()=>{if(!o||!x)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let R=N=>{N&&f(N)};return ur(L1,{children:[je(S,{onClose:A}),je(K,{}),ur(W1,{children:[ur(I1,{children:[je(A1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),je("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),je("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),ur("div",{children:[ur(Bo,{children:[je(cr,{type:e?"password":"text",onChange:N=>R(N.target.value),disabled:w}),je(en,{style:{right:"0.75rem"},children:e?je(tn,{onClick:()=>t(!1)}):je(on,{onClick:()=>t(!0)})})]}),!!g&&je(M1,{children:g})]}),ur("div",{children:[ur(ip,{children:[je("h4",{children:"Why is this necessary?"}),je("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),je(N1,{loading:w||!n,disabled:!u,onClick:async()=>{C(!0);let N=await r();if(N&&x&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:N,recoveryPin:u}),y(""),b?l(b):i({shouldCallAuthOnSuccess:!1}),T?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(F){Lp(F)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{C(!1)}else return A("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&w,children:"Recover your account"})]})]}),je(J,{}),je(B,{protectedByPrivy:!0})]})},I1=ha.div`
|
|
1108
1284
|
display: flex;
|
|
1109
1285
|
flex-direction: column;
|
|
1110
1286
|
align-items: center;
|
|
@@ -1126,26 +1302,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1126
1302
|
font-weight: 400;
|
|
1127
1303
|
line-height: 20px;
|
|
1128
1304
|
}
|
|
1129
|
-
`,
|
|
1305
|
+
`,W1=ha.div`
|
|
1130
1306
|
display: flex;
|
|
1131
1307
|
flex-direction: column;
|
|
1132
1308
|
justify-content: space-between;
|
|
1133
|
-
`,
|
|
1309
|
+
`,M1=ha.div`
|
|
1134
1310
|
line-height: 20px;
|
|
1135
1311
|
height: 20px;
|
|
1136
1312
|
font-size: 13px;
|
|
1137
1313
|
color: var(--privy-color-error);
|
|
1138
1314
|
text-align: left;
|
|
1139
1315
|
margin-top: 0.5rem;
|
|
1140
|
-
`,
|
|
1141
|
-
${e=>e.hideAnimations&&
|
|
1316
|
+
`,N1=ha(O)`
|
|
1317
|
+
${e=>e.hideAnimations&&R1`
|
|
1142
1318
|
&& {
|
|
1143
1319
|
// Remove animations because the recoverWallet task on the iframe partially
|
|
1144
1320
|
// blocks the renderer, so the animation stutters and doesn't look good
|
|
1145
1321
|
transition: none;
|
|
1146
1322
|
}
|
|
1147
1323
|
`}
|
|
1148
|
-
`;import{ExclamationTriangleIcon as
|
|
1324
|
+
`;import{ExclamationTriangleIcon as D1,PhoneIcon as U1}from"@heroicons/react/24/outline";import vl from"styled-components";import{jsx as ya,jsxs as O1}from"react/jsx-runtime";var mr=({style:e,...t})=>O1("svg",{width:"1000",height:"1000",viewBox:"0 0 1000 1000",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",...e},...t,children:[ya("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),ya("path",{d:"M257.778 155.556H742.222V844.444H671.111V528.889H670.414C662.554 441.677 589.258 373.333 500 373.333C410.742 373.333 337.446 441.677 329.586 528.889H328.889V844.444H257.778V155.556Z",fill:"white"}),ya("path",{d:"M128.889 253.333L157.778 351.111H182.222V746.667C169.949 746.667 160 756.616 160 768.889V795.556H155.556C143.283 795.556 133.333 805.505 133.333 817.778V844.444H382.222V817.778C382.222 805.505 372.273 795.556 360 795.556H355.556V768.889C355.556 756.616 345.606 746.667 333.333 746.667H306.667V253.333H128.889Z",fill:"white"}),ya("path",{d:"M675.556 746.667C663.283 746.667 653.333 756.616 653.333 768.889V795.556H648.889C636.616 795.556 626.667 805.505 626.667 817.778V844.444H875.556V817.778C875.556 805.505 865.606 795.556 853.333 795.556H848.889V768.889C848.889 756.616 838.94 746.667 826.667 746.667V351.111H851.111L880 253.333H702.222V746.667H675.556Z",fill:"white"})]});import{Fragment as V1,jsx as Et,jsxs as ga}from"react/jsx-runtime";var F1=e=>{let t=Et(D1,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof v)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof xe&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:Et(U1,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Oe)switch(e.privyErrorCode){case"invalid_captcha":return{title:"Something went wrong",detail:"Please try again.",ctaText:"Try again",icon:t};case"disallowed_login_method":return{title:"Not allowed",detail:e.message,ctaText:"Try another method",icon:t};case"allowlist_rejected":return{title:"You don't have access to this app",detail:"Have you been invited?",ctaText:"Try another account",icon:Et(ea,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:Et("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:Et("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:Et(mr,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Ht&&e.status===422?{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:t}:{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}},Tu=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=_(),{reset:i}=ue(),a=o?.errorModalData,l=F1(a?.error||new Error),s=c=>{if(c instanceof Oe)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return ga(V1,{children:[Et(S,{backFn:!r||n===r?void 0:t}),ga(B1,{children:[Et(G1,{children:ga("div",{children:[Et(Xi,{color:"var(--privy-color-error)"}),l.icon]})}),ga(H1,{children:[Et("h3",{children:l.title}),Et("p",{children:l.detail})]}),Et(O,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},B1=vl.div`
|
|
1149
1325
|
display: flex;
|
|
1150
1326
|
flex-direction: column;
|
|
1151
1327
|
align-items: center;
|
|
@@ -1153,11 +1329,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1153
1329
|
gap: 24px;
|
|
1154
1330
|
width: 100%;
|
|
1155
1331
|
padding-bottom: 16px;
|
|
1156
|
-
`,
|
|
1332
|
+
`,H1=vl.div`
|
|
1157
1333
|
display: flex;
|
|
1158
1334
|
flex-direction: column;
|
|
1159
1335
|
gap: 8px;
|
|
1160
|
-
`,
|
|
1336
|
+
`,G1=vl.div`
|
|
1161
1337
|
display: flex;
|
|
1162
1338
|
flex-direction: column;
|
|
1163
1339
|
justify-content: center;
|
|
@@ -1180,7 +1356,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1180
1356
|
left: -19px;
|
|
1181
1357
|
top: -19px;
|
|
1182
1358
|
}
|
|
1183
|
-
`;import{useEffect as
|
|
1359
|
+
`;import{useEffect as Wu,useRef as lw,useState as Mu}from"react";import{isMobile as Nu}from"react-device-detect";import Uu from"styled-components";import{useState as z1}from"react";import $1 from"styled-components";import{jsx as Pu}from"react/jsx-runtime";var va=({style:e,color:t,...o})=>Pu("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:Pu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as wl}from"react/jsx-runtime";var xu=({color:e,...t})=>wl("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:wl("g",{children:wl("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as Su,jsxs as j1}from"react/jsx-runtime";var wa=e=>{let[t,o]=z1(!1);return j1(q1,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Su(va,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Su(xu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},q1=$1.button`
|
|
1184
1360
|
display: flex;
|
|
1185
1361
|
align-items: center;
|
|
1186
1362
|
gap: 6px;
|
|
@@ -1218,7 +1394,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1218
1394
|
width: 14px;
|
|
1219
1395
|
height: 14px;
|
|
1220
1396
|
}
|
|
1221
|
-
`;import{useState as
|
|
1397
|
+
`;import{useState as K1}from"react";import Y1 from"styled-components";import{jsx as Q1}from"react/jsx-runtime";var _u=e=>{let[t,o]=K1(!1);return Q1(J1,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},J1=Y1.button`
|
|
1222
1398
|
display: flex;
|
|
1223
1399
|
align-items: center;
|
|
1224
1400
|
gap: 6px;
|
|
@@ -1256,7 +1432,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1256
1432
|
width: 14px;
|
|
1257
1433
|
height: 14px;
|
|
1258
1434
|
}
|
|
1259
|
-
`;import
|
|
1435
|
+
`;import Z1 from"qrcode";import X1 from"react";import ew from"styled-components";import{jsx as Au}from"react/jsx-runtime";var ku=()=>Au("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:Au("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Gn,jsx as Ke,jsxs as Iu}from"react/jsx-runtime";var dt=7,Cl=(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},tw=e=>{let t=Z1.create(e,{errorCorrectionLevel:"high"}).modules,o=sd(Array.from(t.data),t.size);return o=Cl(o,0,0,dt,dt),o=Cl(o,o.length-dt,0,dt,dt),o=Cl(o,0,o.length-dt,dt,dt),o},ow=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>Ke(Gn,{children:[0,1,2].map(i=>Ke("circle",{r:o*(dt-i*2)/2,cx:e+o*dt/2,cy:t+o*dt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),rw=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-dt)*e,0],[0,(t-dt)*e]];return Ke(Gn,{children:n.map(([i,a])=>Ke(ow,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},nw=({matrix:e,cellSize:t,color:o})=>Ke(Gn,{children:e.map((r,n)=>r.map((i,a)=>i?Ke("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):Ke(X1.Fragment,{},`circle-${n}-${a}`)))}),Ru=(e,t)=>e-e%t,iw=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return Ke(Gn,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return Iu(Gn,{children:[Ke("rect",{x:Ru(c,t),y:Ru(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),Ke(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},aw=e=>{let t=e.outputSize,o=tw(e.url),r=t/o.length;return Iu("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[Ke(nw,{matrix:o,cellSize:r,color:e.fgColor}),Ke(rw,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),Ke(iw,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},sw=ew.div`
|
|
1260
1436
|
display: flex;
|
|
1261
1437
|
justify-content: center;
|
|
1262
1438
|
align-items: center;
|
|
@@ -1271,179 +1447,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1271
1447
|
border-color: ${e=>e.fgColor};
|
|
1272
1448
|
border-radius: var(--privy-border-radius-md);
|
|
1273
1449
|
}
|
|
1274
|
-
`,
|
|
1275
|
-
display: flex;
|
|
1276
|
-
flex-direction: column;
|
|
1277
|
-
align-items: center;
|
|
1278
|
-
padding: 0px 0px 30px;
|
|
1279
|
-
@media (max-width: 440px) {
|
|
1280
|
-
padding: 10px 10px 20px;
|
|
1281
|
-
}
|
|
1282
|
-
`,Se=Me.div`
|
|
1283
|
-
font-size: 18px;
|
|
1284
|
-
line-height: 18px;
|
|
1285
|
-
text-align: center;
|
|
1286
|
-
font-weight: 600;
|
|
1287
|
-
margin-bottom: 10px;
|
|
1288
|
-
`,he=Me.div`
|
|
1289
|
-
font-size: 0.875rem;
|
|
1290
|
-
|
|
1291
|
-
text-align: center;
|
|
1292
|
-
`,Uo=Me.div`
|
|
1293
|
-
display: flex;
|
|
1294
|
-
flex-direction: column;
|
|
1295
|
-
align-items: center;
|
|
1296
|
-
gap: 10px;
|
|
1297
|
-
flex-grow: 1;
|
|
1298
|
-
padding: 20px 0;
|
|
1299
|
-
@media (max-width: 440px) {
|
|
1300
|
-
padding: 10px 10px 20px;
|
|
1301
|
-
}
|
|
1302
|
-
`,Eu=Me.div`
|
|
1303
|
-
display: flex;
|
|
1304
|
-
flex-direction: column;
|
|
1305
|
-
align-items: stretch;
|
|
1306
|
-
gap: 1rem;
|
|
1307
|
-
padding: 1rem 0rem 0rem;
|
|
1308
|
-
flex-grow: 1;
|
|
1309
|
-
width: 100%;
|
|
1310
|
-
`,ml=Me.div`
|
|
1311
|
-
width: 25px;
|
|
1312
|
-
display: flex;
|
|
1313
|
-
align-items: center;
|
|
1314
|
-
justify-content: flex-start;
|
|
1315
|
-
|
|
1316
|
-
> svg {
|
|
1317
|
-
z-index: 2;
|
|
1318
|
-
height: 25px !important;
|
|
1319
|
-
width: 25px !important;
|
|
1320
|
-
color: var(--privy-color-accent);
|
|
1321
|
-
}
|
|
1322
|
-
`,fl=Me.div`
|
|
1323
|
-
display: flex;
|
|
1324
|
-
align-items: center;
|
|
1325
|
-
gap: 10px;
|
|
1326
|
-
font-size: 0.875rem;
|
|
1327
|
-
line-height: 1rem;
|
|
1328
|
-
text-align: left;
|
|
1329
|
-
`,Fo=Me.div`
|
|
1330
|
-
display: flex;
|
|
1331
|
-
flex-direction: column;
|
|
1332
|
-
gap: 10px;
|
|
1333
|
-
padding-top: 20px;
|
|
1334
|
-
`,fa=Me.div`
|
|
1335
|
-
display: flex;
|
|
1336
|
-
flex-direction: column;
|
|
1337
|
-
align-items: stretch;
|
|
1338
|
-
gap: 1rem;
|
|
1339
|
-
padding: 1rem 0rem 0rem;
|
|
1340
|
-
flex-grow: 1;
|
|
1341
|
-
width: 100%;
|
|
1342
|
-
`,ha=Me.div`
|
|
1343
|
-
display: flex;
|
|
1344
|
-
gap: 5px;
|
|
1345
|
-
width: 100%;
|
|
1346
|
-
|
|
1347
|
-
& > button:not(#remove) {
|
|
1348
|
-
width: 100%;
|
|
1349
|
-
}
|
|
1350
|
-
`,hl=Me.button`
|
|
1351
|
-
&& {
|
|
1352
|
-
background-color: transparent;
|
|
1353
|
-
color: var(--privy-color-foreground-3);
|
|
1354
|
-
padding: 0 10px;
|
|
1355
|
-
display: flex;
|
|
1356
|
-
align-items: center;
|
|
1357
|
-
width: fit-content;
|
|
1358
|
-
|
|
1359
|
-
> svg {
|
|
1360
|
-
z-index: 2;
|
|
1361
|
-
height: 20px !important;
|
|
1362
|
-
width: 20px !important;
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
&&:hover {
|
|
1367
|
-
color: var(--privy-color-error);
|
|
1368
|
-
}
|
|
1369
|
-
`,ya=Me.div`
|
|
1370
|
-
display: flex;
|
|
1371
|
-
align-items: center;
|
|
1372
|
-
gap: 0.5rem;
|
|
1373
|
-
|
|
1374
|
-
> svg {
|
|
1375
|
-
z-index: 2;
|
|
1376
|
-
height: 20px !important;
|
|
1377
|
-
width: 20px !important;
|
|
1378
|
-
}
|
|
1379
|
-
`,en=Me.div`
|
|
1380
|
-
display: flex;
|
|
1381
|
-
align-items: center;
|
|
1382
|
-
gap: 6px;
|
|
1383
|
-
font-weight: 400 !important;
|
|
1384
|
-
color: ${e=>e.isAccent?"var(--privy-color-accent)":"var(--privy-color-foreground-3)"};
|
|
1385
|
-
|
|
1386
|
-
> svg {
|
|
1387
|
-
z-index: 2;
|
|
1388
|
-
height: 18px !important;
|
|
1389
|
-
width: 18px !important;
|
|
1390
|
-
display: flex !important;
|
|
1391
|
-
align-items: flex-end;
|
|
1392
|
-
}
|
|
1393
|
-
`,ga=Me.div`
|
|
1394
|
-
width: 100%;
|
|
1395
|
-
display: flex;
|
|
1396
|
-
justify-content: space-between;
|
|
1397
|
-
`,Pu=Me.p`
|
|
1398
|
-
text-align: left;
|
|
1399
|
-
width: 100%;
|
|
1400
|
-
color: var(--privy-color-foreground-3) !important;
|
|
1401
|
-
`,yl=Me.button`
|
|
1402
|
-
display: flex;
|
|
1403
|
-
flex-direction: row;
|
|
1404
|
-
align-items: center;
|
|
1405
|
-
justify-content: center;
|
|
1406
|
-
user-select: none;
|
|
1407
|
-
|
|
1408
|
-
& {
|
|
1409
|
-
width: 100%;
|
|
1410
|
-
cursor: pointer;
|
|
1411
|
-
border-radius: var(--privy-border-radius-md);
|
|
1412
|
-
|
|
1413
|
-
font-size: 0.875rem;
|
|
1414
|
-
line-height: 1rem;
|
|
1415
|
-
font-style: normal;
|
|
1416
|
-
font-weight: 500;
|
|
1417
|
-
line-height: 22px; /* 137.5% */
|
|
1418
|
-
letter-spacing: -0.016px;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
&& {
|
|
1422
|
-
color: ${e=>e.theme==="dark"?"var(--privy-color-foreground-2)":"var(--privy-color-accent)"};
|
|
1423
|
-
background-color: transparent;
|
|
1424
|
-
|
|
1425
|
-
padding: 0.5rem 0px;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
&:hover {
|
|
1429
|
-
text-decoration: underline;
|
|
1430
|
-
}
|
|
1431
|
-
`,qe=Me.div`
|
|
1432
|
-
display: flex;
|
|
1433
|
-
align-items: center;
|
|
1434
|
-
justify-content: center;
|
|
1435
|
-
width: 90px;
|
|
1436
|
-
height: 90px;
|
|
1437
|
-
border-radius: 50%;
|
|
1438
|
-
background-color: ${({status:e})=>e==="success"?"var(--privy-color-success)":"var(--privy-color-accent)"};
|
|
1439
|
-
|
|
1440
|
-
> svg {
|
|
1441
|
-
z-index: 2;
|
|
1442
|
-
height: 50px !important;
|
|
1443
|
-
width: auto !important;
|
|
1444
|
-
color: white;
|
|
1445
|
-
}
|
|
1446
|
-
`;import{Fragment as Au,jsx as ye,jsxs as ur}from"react/jsx-runtime";var _u="#8a63d2",Iu=1e3,Z1=Iu*2,X1=Iu*120,Wu=()=>{let{ready:e,authenticated:t,user:o}=U(),{lastScreen:r,navigate:n,navigateBack:i,setModalData:a,app:l}=_(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:u}=A(),[f,g]=xu(!1),[y,w]=xu(!1),C=Q1([]),x=l?.render.inDialog?ze:0,b=s(),P=b?.meta.connectUri;return Tu(()=>{let I=Date.now(),k=setInterval(async()=>{let R=await b.pollForReady.execute(),W=Date.now()-I;if(R){clearInterval(k),g(!0);try{await c(),w(!0)}catch(N){a({errorModalData:{error:N,previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN")}}else W>X1&&(clearInterval(k),a({errorModalData:{error:new v("Timed out waiting for response from Farcaster app.",void 0,"client_request_timeout"),previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN"))},Z1);return()=>{clearInterval(k),C.current.forEach(R=>clearTimeout(R))}},[]),Tu(()=>{e&&t&&y&&o&&y&&(Gt(o,l?.embeddedWallets.createOnLogin)?C.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:k=>console.error(k),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},x)):C.current.push(setTimeout(u,x)))},[y,e,t,o]),Su||f?ur(Au,{children:[ye(S,{backFn:r?i:void 0,onClose:u},"header"),ye(q,{}),ur(ku,{children:[ye(ew,{children:ur("div",{children:[ye(Ro,{success:y,fail:!1}),ye(pr,{style:{width:"38px",height:"38px"}})]})}),ur(wt,{children:[ye(Se,{children:"Signing in with Farcaster"}),ye(he,{children:"This should only take a moment."}),ye(vt,{children:P&&Su&&ye(gu,{text:"Take me to Warpcast",url:P,color:_u})})]})]}),ye(K,{})]}):ur(Au,{children:[ye(S,{backFn:r?i:void 0,onClose:u},"header"),ye(q,{}),ye(ku,{children:ur("div",{children:[ye(Se,{children:"Sign in with Farcaster"}),ye(he,{children:"Scan with your phone's camera to continue."}),ye(qi,{children:P?ye(ma,{url:P,size:275,squareLogoElement:pr}):ye(ht,{})}),ur(vt,{children:[ye(he,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),P&&ye(ua,{text:P,itemName:"link",color:_u})]})]})}),ye(K,{})]})},ku=Ru.div`
|
|
1450
|
+
`,Ca=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return Ke(sw,{size:r,bgColor:t,fgColor:o,children:Ke(aw,{url:e.url,logo:{element:e.squareLogoElement??ku},outputSize:r,bgColor:t,fgColor:o})})};import{Fragment as Du,jsx as ve,jsxs as fr}from"react/jsx-runtime";var Lu="#8a63d2",Fu=1e3,cw=Fu*2,dw=Fu*120,Bu=()=>{let{ready:e,authenticated:t,user:o}=U(),{lastScreen:r,navigate:n,navigateBack:i,setModalData:a,app:l}=_(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:u}=k(),[f,g]=Mu(!1),[y,w]=Mu(!1),C=lw([]),x=l?.render.inDialog?ze:0,b=s(),T=b?.meta.connectUri;return Wu(()=>{let W=Date.now(),A=setInterval(async()=>{let R=await b.pollForReady.execute(),I=Date.now()-W;if(R){clearInterval(A),g(!0);try{await c(),w(!0)}catch(N){a({errorModalData:{error:N,previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN")}}else I>dw&&(clearInterval(A),a({errorModalData:{error:new v("Timed out waiting for response from Farcaster app.",void 0,"client_request_timeout"),previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN"))},cw);return()=>{clearInterval(A),C.current.forEach(R=>clearTimeout(R))}},[]),Wu(()=>{if(e&&t&&y&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let A=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},x);return()=>clearTimeout(A)}y&&(ft(o,l?.embeddedWallets.createOnLogin)?C.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:A=>console.error(A),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},x)):C.current.push(setTimeout(u,x)))}},[y,e,t,o]),Nu||f?fr(Du,{children:[ve(S,{backFn:r?i:void 0,onClose:u},"header"),ve(K,{}),fr(Ou,{children:[ve(pw,{children:fr("div",{children:[ve(Wo,{success:y,fail:!1}),ve(mr,{style:{width:"38px",height:"38px"}})]})}),fr(Ct,{children:[ve(ge,{children:"Signing in with Farcaster"}),ve(ce,{children:"This should only take a moment."}),ve(wt,{children:T&&Nu&&ve(_u,{text:"Take me to Warpcast",url:T,color:Lu})})]})]}),ve(j,{})]}):fr(Du,{children:[ve(S,{backFn:r?i:void 0,onClose:u},"header"),ve(K,{}),ve(Ou,{children:fr("div",{children:[ve(ge,{children:"Sign in with Farcaster"}),ve(ce,{children:"Scan with your phone's camera to continue."}),ve(oa,{children:T?ve(Ca,{url:T,size:275,squareLogoElement:mr}):ve(yt,{})}),fr(wt,{children:[ve(ce,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),T&&ve(wa,{text:T,itemName:"link",color:Lu})]})]})}),ve(j,{})]})},Ou=Uu.div`
|
|
1447
1451
|
display: flex;
|
|
1448
1452
|
flex-direction: column;
|
|
1449
1453
|
align-items: center;
|
|
@@ -1451,7 +1455,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1451
1455
|
margin-left: 27px;
|
|
1452
1456
|
margin-right: 27px;
|
|
1453
1457
|
gap: 24px;
|
|
1454
|
-
`,
|
|
1458
|
+
`,pw=Uu.div`
|
|
1455
1459
|
display: flex;
|
|
1456
1460
|
flex-direction: column;
|
|
1457
1461
|
justify-content: center;
|
|
@@ -1474,7 +1478,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1474
1478
|
left: -19px;
|
|
1475
1479
|
top: -19px;
|
|
1476
1480
|
}
|
|
1477
|
-
`;import{EyeSlashIcon as
|
|
1481
|
+
`;import{EyeSlashIcon as mw,LinkIcon as fw,ClockIcon as hw}from"@heroicons/react/24/outline";import eo from"styled-components";import{jsx as bl,jsxs as uw}from"react/jsx-runtime";var ba=({size:e=61,...t})=>bl("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:uw("g",{id:"moonpay_symbol_wht 2",children:[bl("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),bl("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as Hu,jsx as Ye,jsxs as hr}from"react/jsx-runtime";var El=({title:e,desc:t,icon:o})=>hr(bw,{children:[Ye(Tw,{children:o}),hr(Ew,{children:[Ye(ww,{children:e}),Ye(Cw,{children:t})]})]}),Gu=({app:e,signedUrl:t,onContinue:o})=>hr(Hu,{children:[hr(gw,{children:[Ye(ba,{size:"3.75rem"}),hr(vw,{children:[e?.name," uses ",Ye("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),hr(Pw,{children:[Ye(El,{icon:Ye(fw,{width:"1rem"}),title:"Purchase assets to fund your account",desc:hr(Hu,{children:["Connect a payment method (",Ye("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ye(El,{icon:Ye(hw,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ye(El,{icon:Ye(mw,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ye(xw,{className:"mobile-only"})]}),Ye(yw,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ye(Gi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),yw=eo.span`
|
|
1478
1482
|
display: inline-block;
|
|
1479
1483
|
color: var(--privy-color-foreground-3);
|
|
1480
1484
|
text-align: center;
|
|
@@ -1483,13 +1487,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1483
1487
|
font-weight: 400;
|
|
1484
1488
|
line-height: 140%; /* 0.875rem */
|
|
1485
1489
|
margin-bottom: 0.25rem;
|
|
1486
|
-
`,
|
|
1490
|
+
`,gw=eo.div`
|
|
1487
1491
|
display: flex;
|
|
1488
1492
|
flex-direction: column;
|
|
1489
1493
|
align-items: center;
|
|
1490
1494
|
justify-content: center;
|
|
1491
1495
|
padding: 1.5rem 0;
|
|
1492
|
-
`,
|
|
1496
|
+
`,vw=eo.span`
|
|
1493
1497
|
color: var(--privy-color-foreground);
|
|
1494
1498
|
text-align: center;
|
|
1495
1499
|
font-size: 1.125rem;
|
|
@@ -1498,46 +1502,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1498
1502
|
margin: 1.5rem 0;
|
|
1499
1503
|
text-align: center;
|
|
1500
1504
|
max-width: 19.5rem;
|
|
1501
|
-
`,
|
|
1505
|
+
`,ww=eo.span`
|
|
1502
1506
|
color: var(--privy-color-foreground);
|
|
1503
1507
|
font-size: 0.875rem;
|
|
1504
1508
|
font-weight: 500;
|
|
1505
1509
|
line-height: 1.225rem;
|
|
1506
1510
|
width: 100%;
|
|
1507
|
-
`,
|
|
1511
|
+
`,Cw=eo.span`
|
|
1508
1512
|
color: var(--privy-color-foreground-2);
|
|
1509
1513
|
font-size: 0.875rem;
|
|
1510
1514
|
font-weight: 400;
|
|
1511
1515
|
line-height: 1.225rem;
|
|
1512
|
-
`,
|
|
1516
|
+
`,bw=eo.div`
|
|
1513
1517
|
display: flex;
|
|
1514
1518
|
align-items: flex-start;
|
|
1515
1519
|
gap: 0.5rem;
|
|
1516
1520
|
align-self: stretch;
|
|
1517
|
-
`,
|
|
1521
|
+
`,Ew=eo.div`
|
|
1518
1522
|
display: flex;
|
|
1519
1523
|
flex-direction: column;
|
|
1520
1524
|
gap: 0.25rem;
|
|
1521
1525
|
align-items: flex-start;
|
|
1522
1526
|
text-align: left;
|
|
1523
1527
|
flex: 1 0 0;
|
|
1524
|
-
`,
|
|
1528
|
+
`,Tw=eo.div`
|
|
1525
1529
|
padding-top: 2px;
|
|
1526
|
-
`,
|
|
1530
|
+
`,Pw=eo.div`
|
|
1527
1531
|
display: flex;
|
|
1528
1532
|
flex-direction: column;
|
|
1529
1533
|
gap: 1.25rem;
|
|
1530
1534
|
margin: 0 0.5rem;
|
|
1531
|
-
`,
|
|
1535
|
+
`,xw=eo.div`
|
|
1532
1536
|
margin: 30px 0;
|
|
1533
|
-
`;import{ofetch as
|
|
1537
|
+
`;import{ofetch as Sw}from"ofetch";import{useEffect as _w,useRef as Aw,useState as kw}from"react";var Ea="moonpay",Vu="sdk_fiat_on_ramp_completed_with_status";async function zu(e,t,o,r,n=!1){let i=o.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=o.uiConfig||{accentColor:r.accent,theme:r.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...o,...i,...a}})}async function Rw(e,t){let o=t?Yc:Kc,r=t?Qc:Jc;return Sw(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function $u(e,t=!1){let[o,r]=kw(null),{createAnalyticsEvent:n}=k(),i=Aw(0);return _w(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await Rw(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Vu,{status:s,provider:Ea,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Vu,{status:"serviceFailure",provider:Ea}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as Iw,jsx as Tl,jsxs as Ww}from"react/jsx-runtime";var qu=()=>{let{app:e,data:t,navigate:o}=_(),{createAnalyticsEvent:r}=k(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:Ww(Iw,{children:[Tl(S,{title:"Fund account"},"header"),Tl(Gu,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Ea}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Tl(B,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as Mw,CheckCircleIcon as Nw,XCircleIcon as Lw}from"@heroicons/react/24/solid";import{useMemo as Ow}from"react";import ju from"styled-components";import{Fragment as Pl,jsx as Je,jsxs as yr}from"react/jsx-runtime";var Ku=()=>{let{app:e,data:t}=_(),{closePrivyModal:o}=k(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=$u(r||null,e.fiatOnRamp.useSandbox);return yr(Pl,{children:[Je(S,{title:"Fund account"},"header"),Je(Uw,{status:n,onClickCta:o}),Je(B,{protectedByPrivy:!0})]})},Dw=e=>{switch(e){case"completed":return{title:"You've funded your account!",body:"It may take a few minutes for the assets to appear.",cta:"Continue"};case"failed":return{title:"Something went wrong!",body:yr(Pl,{children:[yr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Je("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Je("p",{style:{fontStyle:"italic"},children:"Note that debit cards typically work better than credit cards here."})]}),cta:"Done"};case"serviceFailure":return{title:"Something went wrong!",body:"MoonPay ran into an error when processing your transaction. Try again?",cta:"Done"};case"waitingAuthorization":return{title:"Processing payment",body:"This may take up to a few hours. You will receive an email when the purchase is complete.",cta:"Continue"};default:return{title:"In Progress",body:"Go back to MoonPay to finish funding your account.",cta:""}}},Uw=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Ow(()=>Dw(e),[e]);return yr(Pl,{children:[yr(Vw,{children:[Je(Hw,{status:e}),yr(Ct,{children:[Je("h3",{children:o}),Je(Gw,{children:r})]})]}),n&&Je(O,{onClick:t,children:n})]})},Fw=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)",Bw=e=>{switch(e){case"serviceFailure":case"failed":return Lw;case"completed":return Nw;case"waitingAuthorization":return()=>Je(Mw,{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}},Hw=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return yr("div",{style:{position:"relative"},children:[Je(yt,{color:r,style:{position:"absolute"}}),Je(Ds,{color:r}),Je(ba,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Bw(e),o=Fw(e);return Je("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Je(t,{width:"4rem",height:"4rem",color:o})})},Gw=ju.p`
|
|
1534
1538
|
font-size: 1rem;
|
|
1535
1539
|
color: var(--privy-color-foreground-3);
|
|
1536
1540
|
margin-bottom: 1rem;
|
|
1537
1541
|
display: flex;
|
|
1538
1542
|
flex-direction: column;
|
|
1539
1543
|
gap: 1rem;
|
|
1540
|
-
`,
|
|
1544
|
+
`,Vw=ju.div`
|
|
1541
1545
|
display: flex;
|
|
1542
1546
|
flex-direction: column;
|
|
1543
1547
|
align-items: center;
|
|
@@ -1545,7 +1549,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1545
1549
|
margin-left: 1.75rem;
|
|
1546
1550
|
margin-right: 1.75rem;
|
|
1547
1551
|
padding: 2rem 0;
|
|
1548
|
-
`;import{ArrowTopRightOnSquareIcon as
|
|
1552
|
+
`;import{ArrowTopRightOnSquareIcon as zw}from"@heroicons/react/24/outline";import $w from"styled-components";import{Fragment as jw,jsx as Go,jsxs as Kw}from"react/jsx-runtime";var Yu=()=>{let{closePrivyModal:e}=k();return Kw(jw,{children:[Go(S,{},"header"),Go(qw,{children:Go(zw,{style:{width:32,height:32}})}),Go(Zt,{title:"Could not log in with provider",description:"It looks like you're using an in-app browser. To log in, please try again using an external browser.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),Go(Qt,{children:Go(O,{onClick:()=>e(),children:"Close"})}),Go(J,{}),Go(B,{protectedByPrivy:!0})]})},qw=$w.div`
|
|
1549
1553
|
border-radius: 50%;
|
|
1550
1554
|
height: 68px;
|
|
1551
1555
|
width: 68px;
|
|
@@ -1555,18 +1559,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1555
1559
|
background-color: var(--privy-color-accent);
|
|
1556
1560
|
color: white;
|
|
1557
1561
|
margin: 0 auto 24px auto;
|
|
1558
|
-
`;import*as
|
|
1562
|
+
`;import*as Xu from"react-device-detect";import Zw from"styled-components";import xl from"styled-components";import{jsx as Ju}from"react/jsx-runtime";var Qu=({style:e,...t})=>Ju("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:Ju("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 Jw,jsxs as Qw}from"react/jsx-runtime";var Zu=xl.div`
|
|
1559
1563
|
display: flex;
|
|
1560
1564
|
flex-direction: column;
|
|
1561
1565
|
justify-content: flex-start;
|
|
1562
1566
|
gap: 4px;
|
|
1563
|
-
`,
|
|
1567
|
+
`,Sl=xl.div`
|
|
1564
1568
|
&&& {
|
|
1565
1569
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
1566
1570
|
border-left: 2px solid var(--privy-color-foreground-4);
|
|
1567
1571
|
height: 12px;
|
|
1568
1572
|
}
|
|
1569
|
-
`,
|
|
1573
|
+
`,Ta=({children:e})=>Qw(Yw,{children:[Jw(Qu,{style:{width:"16px",height:"16px"}}),e]}),Yw=xl.div`
|
|
1570
1574
|
display: flex;
|
|
1571
1575
|
justify-content: flex-start;
|
|
1572
1576
|
justify-items: center;
|
|
@@ -1584,15 +1588,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1584
1588
|
margin-bottom: auto;
|
|
1585
1589
|
}
|
|
1586
1590
|
}
|
|
1587
|
-
`;import{Fragment as
|
|
1591
|
+
`;import{Fragment as tC,jsx as Ne,jsxs as Vn}from"react/jsx-runtime";var Xw=()=>{let{navigate:e}=_(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Xu.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),Vn(eC,{children:[Ne(kn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),Ne(wt,{children:Ne(qt,{style:{width:"152px",height:"152px"}})}),Vn(Zu,{children:[Ne(Ta,{children:Vn("div",{children:[Ne("span",{children:"Install the "}),Ne("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),Ne(Sl,{}),Ne(Ta,{children:"Set up your first wallet"}),Ne(Sl,{}),Ne(Ta,{children:"Store your recovery phrase in a safe place!"})]}),Ne(Vi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},em=()=>{let{navigateBack:e}=_();return Vn(tC,{children:[Ne(S,{backFn:e},"header"),Ne(K,{}),Ne(Xw,{}),Ne(J,{}),Vn(j,{children:[Ne("span",{children:"Still not sure? "}),Ne("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},eC=Zw(wt)`
|
|
1588
1592
|
gap: 30px;
|
|
1589
1593
|
|
|
1590
1594
|
> :first-child > svg {
|
|
1591
1595
|
margin-top: 20px;
|
|
1592
1596
|
}
|
|
1593
|
-
`;import
|
|
1597
|
+
`;import UC from"@heroicons/react/24/outline/EnvelopeIcon";import FC from"@heroicons/react/24/outline/PhoneIcon";import BC from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as HC,useState as Tm}from"react";import GC from"styled-components";import{jsx as zn,jsxs as tm}from"react/jsx-runtime";var om=({...e})=>tm("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[tm("g",{clipPath:"url(#clip0_2856_1743)",children:[zn("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"}),zn("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"})]}),zn("defs",{children:zn("clipPath",{id:"clip0_2856_1743",children:zn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import sC from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as lC}from"react";import{EnvelopeIcon as oC}from"@heroicons/react/24/outline";import{forwardRef as rC,useState as rm}from"react";import im from"styled-components";import{Fragment as aC,jsx as $n,jsxs as nm}from"react/jsx-runtime";var Pa=rC((e,t)=>{let[o,r]=rm(""),[n,i]=rm(!1),{authenticated:a}=U(),{initLoginWithEmail:l}=k(),{navigate:s,setModalData:c,currentScreen:u}=_(),{enabled:f,token:g}=ue(),y=ad(o),w=n,C=n||!y,x=T=>{i(!0),l(o,T).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(W=>{c({errorModalData:{error:W,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},b=()=>{f&&!g&&!a?(c({captchaModalData:{callback:T=>l(o,T),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):x(g)};return nm(aC,{children:[$n(nC,{children:nm(iC,{children:[$n(oC,{}),$n("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:T=>r(T.target.value),onKeyUp:T=>{T.key==="Enter"&&b()},value:o,autoComplete:"email"}),e.stacked?null:$n(zi,{isSubmitting:w,onClick:b,disabled:C,children:"Submit"})]})}),e.stacked?$n(O,{loadingText:null,loading:w,disabled:C,onClick:b,children:"Submit"}):null]})}),nC=im.div`
|
|
1594
1598
|
width: 100%;
|
|
1595
|
-
`,
|
|
1599
|
+
`,iC=im.label`
|
|
1596
1600
|
display: block;
|
|
1597
1601
|
position: relative;
|
|
1598
1602
|
width: 100%;
|
|
@@ -1650,9 +1654,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1650
1654
|
&& > input::placeholder {
|
|
1651
1655
|
color: var(--privy-color-foreground-3);
|
|
1652
1656
|
}
|
|
1653
|
-
`;import{Fragment as
|
|
1657
|
+
`;import{Fragment as cC,jsx as xa,jsxs as am}from"react/jsx-runtime";var sm=({isEditable:e,setIsEditable:t})=>{let o=lC(null);return am(cC,{children:[xa(po,{if:!e,children:xa(Pa,{ref:o})}),xa(po,{if:e,children:am(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[xa(sC,{})," Continue with Email"]})})]})};import{useState as dC}from"react";import{jsx as _l,jsxs as pC}from"react/jsx-runtime";var lm=()=>{let[e,t]=dC(!1),{currentScreen:o,navigate:r,setModalData:n}=_(),{enabled:i,token:a}=ue(),{initLoginWithFarcaster:l}=k();return pC(ye,{onClick:async()=>{t(!0);try{i&&!a?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):(await l(a),r("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:o||"LANDING"}}),r("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[_l(mr,{})," Farcaster",e&&_l("span",{children:_l(nr,{})})]})};import PC from"@heroicons/react/24/outline/PhoneIcon";import{useRef as xC}from"react";import{forwardRef as CC,useState as Al}from"react";import fm from"styled-components";import uC from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as mC,AsYouType as fC,getCountries as hC,getCountryCallingCode as Sa,getExampleNumber as yC}from"libphonenumber-js/min";import{jsx as wC,jsxs as vC}from"react/jsx-runtime";var qn=(e,t)=>mC(String(e),t),_a=(e,t)=>`+${Sa(t)} ${e}`,cm=e=>`*${e.replaceAll("-","").slice(-4)}`,dm=e=>new fC(e),gC=hC().map(e=>({code:e,callCode:Sa(e)})),pm=e=>yC(e,uC)?.formatNational(),um=({value:e,onChange:t})=>wC("select",{value:e,onChange:t,children:gC.map(o=>vC("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as TC,jsx as jn,jsxs as mm}from"react/jsx-runtime";var rn=CC((e,t)=>{let{app:o}=_(),[r,n]=Al(""),[i,a]=Al(o?.intl.defaultCountry??"US"),l=qn(r,i),s=dm(i),c=pm(i),u=Sa(i),f=!l,[g,y]=Al(!1),w=u.length,C=T=>{let W=T.target.value;a(W),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:_a(r,W),countryCode:W,isValid:qn(r,i)})},x=T=>{try{let W=T.replace(/\D/g,""),A=r.replace(/\D/g,""),R=W===A?T:s.input(T);n(R),e.onChange&&e.onChange({rawPhoneNumber:R,qualifiedPhoneNumber:_a(T,i),countryCode:i,isValid:qn(T,i)})}catch(W){console.error("Error processing phone number:",W)}},b=()=>{y(!0);let T=_a(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:T,countryCode:i,isValid:qn(r,i)}).finally(()=>y(!1))};return mm(TC,{children:[jn(bC,{children:mm(EC,{callingCodeLength:w,children:[jn(um,{value:i,onChange:C}),jn("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:T=>{x(T.target.value)},onKeyUp:T=>{T.key==="Enter"&&b()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?jn(zi,{isSubmitting:g,onClick:b,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?jn(O,{loading:g,loadingText:null,onClick:b,disabled:f,children:"Submit"}):null]})}),bC=fm.div`
|
|
1654
1658
|
width: 100%;
|
|
1655
|
-
`,
|
|
1659
|
+
`,EC=fm.label`
|
|
1656
1660
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
1657
1661
|
--phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
|
|
1658
1662
|
display: block;
|
|
@@ -1738,9 +1742,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1738
1742
|
&& > input::placeholder {
|
|
1739
1743
|
color: var(--privy-color-foreground-3);
|
|
1740
1744
|
}
|
|
1741
|
-
`;import{Fragment as hC,jsx as xa,jsxs as sm}from"react/jsx-runtime";var lm=({isEditable:e,setIsEditable:t})=>{let o=fC(null),{authenticated:r}=U(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=A(),{enabled:s,token:c}=pe();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:g=>l(f,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(g){i({errorModalData:{error:g,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return sm(hC,{children:[xa(co,{if:!e,children:xa(tn,{ref:o,onSubmit:u})}),xa(co,{if:e,children:sm(fe,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[xa(mC,{})," Continue with SMS"]})})]})};import{jsx as cm,jsxs as yC}from"react/jsx-runtime";var Sa=({style:e,...t})=>yC("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[cm("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"}),cm("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 jn,jsxs as gC}from"react/jsx-runtime";var _a=({style:e,...t})=>gC("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[jn("g",{clipPath:"url(#clip0)",children:jn("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"})}),jn("defs",{children:jn("clipPath",{id:"clip0",children:jn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as dm}from"react/jsx-runtime";var ka=({style:e,...t})=>dm("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:dm("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 Aa,jsxs as vC}from"react/jsx-runtime";var Ra=({style:e,...t})=>vC("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[Aa("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"}),Aa("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"}),Aa("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"}),Aa("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 Ia}from"react/jsx-runtime";function Wa({style:e,...t}){return Ia("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:Ia("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Ia("g",{transform:"scale(5.12,5.12)",children:Ia("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 xl,jsxs as wC}from"react/jsx-runtime";function Ma(e){return wC("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[xl("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"}),xl("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"}),xl("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 pm}from"react/jsx-runtime";var Na=({style:e,...t})=>pm("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:pm("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 hr,jsxs as bC}from"react/jsx-runtime";var CC={apple:{logo:hr(Sa,{}),displayName:"Apple"},discord:{logo:hr(_a,{}),displayName:"Discord"},github:{logo:hr(ka,{}),displayName:"GitHub"},google:{logo:hr(Ra,{}),displayName:"Google"},linkedin:{logo:hr(Wa,{}),displayName:"LinkedIn"},twitter:{logo:hr(Na,{}),displayName:"Twitter"},tiktok:{logo:hr(Ma,{}),displayName:"TikTok"}},Ho=({provider:e})=>{let{enabled:t,token:o}=pe(),{navigate:r,setModalData:n}=_(),{initLoginWithOAuth:i}=A(),{displayName:a,logo:l}=CC[e];return bC(fe,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import EC from"@heroicons/react/24/outline/ChevronRightIcon";import PC from"@heroicons/react/24/outline/WalletIcon";import{jsx as Sl,jsxs as TC}from"react/jsx-runtime";var um=({onClick:e,text:t})=>TC(fe,{onClick:e,children:[Sl(PC,{}),Sl(Ji,{children:t}),Sl(EC,{})]});import xC from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as mm,jsxs as SC}from"react/jsx-runtime";var fm=({onClick:e,text:t,icon:o})=>SC(fe,{onClick:e,children:[o,mm(Ji,{children:t}),mm(xC,{})]});import{Fragment as qn,jsx as ge,jsxs as on}from"react/jsx-runtime";var ym=()=>{let{closePrivyModal:e,connectors:t}=A(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=_(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:u,linkedin:f,apple:g,wallet:y,farcaster:w}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",x=o?.appearance.hideDirectWeb2Inputs,[b,P]=hm("default"),[I,k]=hm(n?"email":"sms");RC(()=>{k(n?"email":"sms")},[n]);let R=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{P("default")},150)};r.current=R;let W=[n&&ge(Xu,{isEditable:I==="email",setIsEditable:()=>{k("email")}}),i&&ge(lm,{isEditable:I==="sms",setIsEditable:()=>{k("sms")}})].filter(Boolean),N=[a&&ge(Ho,{provider:"google"}),l&&ge(Ho,{provider:"twitter"}),s&&ge(Ho,{provider:"discord"}),c&&ge(Ho,{provider:"github"}),u&&ge(Ho,{provider:"tiktok"}),f&&ge(Ho,{provider:"linkedin"}),g&&ge(Ho,{provider:"apple"}),w&&ge(em,{})].filter(Boolean),F=js(o?.appearance.walletList??[],t,!1),Y=b==="default"?void 0:()=>{P("default")},Z=MC({priority:C,email:n,sms:i,social:N}),L=NC({priority:C,email:n,sms:i,social:N}),G=LC({priority:C,email:n,sms:i,social:N}),H=ge(um,{text:G,onClick:()=>P("web3-overflow")}),re=ge(fm,{text:Z,icon:L,onClick:()=>P("web2-overflow")}),O=x?0:1;return on(qn,{children:[ge(S,{title:"Log in or Sign Up",onClose:R,backFn:Y}),b==="default"&&ge(WC,{}),ge(up,{style:{overflow:"hidden",padding:2},children:on(Wo,{children:[b==="default"&&C==="web2-first"&&on(qn,{children:[...W,...N.length+W.length>4?N.slice(0,3-W.length):N,W.length+N.length>4&&re,y&&H]}),b==="default"&&C==="web3-first"&&on(qn,{children:[y&&on(qn,{children:[...F.length>4?F.slice(0,3):F,F.length>4&&H]}),W.length+N.length>O&&re,W.length+N.length===O&&W.length?W[0]:null,W.length+N.length===O&&N.length?N[0]:null]}),b==="web2-overflow"&&on(qn,{children:[...C==="web3-first"?W:[],...N]}),...b==="web3-overflow"?F:[]]})}),o&&ge(Ki,{app:o}),ge(B,{protectedByPrivy:!0})]})},WC=IC(Qi)`
|
|
1745
|
+
`;import{Fragment as SC,jsx as Aa,jsxs as hm}from"react/jsx-runtime";var ym=({isEditable:e,setIsEditable:t})=>{let o=xC(null),{authenticated:r}=U(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=k(),{enabled:s,token:c}=ue();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:g=>l(f,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(g){i({errorModalData:{error:g,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return hm(SC,{children:[Aa(po,{if:!e,children:Aa(rn,{ref:o,onSubmit:u})}),Aa(po,{if:e,children:hm(ye,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Aa(PC,{})," Continue with SMS"]})})]})};import{jsx as gm,jsxs as _C}from"react/jsx-runtime";var ka=({style:e,...t})=>_C("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[gm("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),gm("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as Kn,jsxs as AC}from"react/jsx-runtime";var Ra=({style:e,...t})=>AC("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[Kn("g",{clipPath:"url(#clip0)",children:Kn("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),Kn("defs",{children:Kn("clipPath",{id:"clip0",children:Kn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as vm}from"react/jsx-runtime";var Ia=({style:e,...t})=>vm("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:vm("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as Wa,jsxs as kC}from"react/jsx-runtime";var Ma=({style:e,...t})=>kC("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[Wa("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),Wa("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),Wa("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),Wa("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as Na}from"react/jsx-runtime";function La({style:e,...t}){return Na("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0,0,256,256",style:{height:"26px",width:"26px",...e},...t,children:Na("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Na("g",{transform:"scale(5.12,5.12)",children:Na("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as kl,jsxs as RC}from"react/jsx-runtime";function Oa(e){return RC("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[kl("path",{fill:"#26f4ee",d:"M204958 0c5369 45832 32829 78170 77253 81022v43471l-287 27V87593c-44424-2850-69965-30183-75333-76015l-47060-1v192819c6791 86790-60835 89368-86703 56462 30342 18977 79608 6642 73766-68039V0h58365zM78515 319644c-26591-5471-50770-21358-64969-44588-34496-56437-3401-148418 96651-157884v54345l-164 27v-40773C17274 145544 7961 245185 33650 286633c9906 15984 26169 27227 44864 33011z"}),kl("path",{fill:"#fb2c53",d:"M218434 11587c3505 29920 15609 55386 35948 70259-27522-10602-43651-34934-47791-70262l11843 3zm63489 82463c3786 804 7734 1348 11844 1611v51530c-25770 2537-48321-5946-74600-21749l4034 88251c0 28460 106 41467-15166 67648-34260 58734-95927 63376-137628 35401 54529 22502 137077-4810 136916-103049v-96320c26279 15803 48830 24286 74600 21748V94050zm-171890 37247c5390-1122 11048-1985 16998-2548v54345c-21666 3569-35427 10222-41862 22528-20267 38754 5827 69491 35017 74111-33931 5638-73721-28750-49999-74111 6434-12304 18180-18959 39846-22528v-51797zm64479-119719h1808-1808z"}),kl("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as wm}from"react/jsx-runtime";var Da=({style:e,...t})=>wm("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",width:"24px",...e},...t,children:wm("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});import{jsx as gr,jsxs as WC}from"react/jsx-runtime";var IC={apple:{logo:gr(ka,{}),displayName:"Apple"},discord:{logo:gr(Ra,{}),displayName:"Discord"},github:{logo:gr(Ia,{}),displayName:"GitHub"},google:{logo:gr(Ma,{}),displayName:"Google"},linkedin:{logo:gr(La,{}),displayName:"LinkedIn"},twitter:{logo:gr(Da,{}),displayName:"Twitter"},tiktok:{logo:gr(Oa,{}),displayName:"TikTok"}},Vo=({provider:e})=>{let{enabled:t,token:o}=ue(),{navigate:r,setModalData:n}=_(),{initLoginWithOAuth:i}=k(),{displayName:a,logo:l}=IC[e];return WC(ye,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import MC from"@heroicons/react/24/outline/ChevronRightIcon";import NC from"@heroicons/react/24/outline/WalletIcon";import{jsx as Rl,jsxs as LC}from"react/jsx-runtime";var Cm=({onClick:e,text:t})=>LC(ye,{onClick:e,children:[Rl(NC,{}),Rl(ji,{children:t}),Rl(MC,{})]});import OC from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as bm,jsxs as DC}from"react/jsx-runtime";var Em=({onClick:e,text:t,icon:o})=>DC(ye,{onClick:e,children:[o,bm(ji,{children:t}),bm(OC,{})]});import{Fragment as Yn,jsx as we,jsxs as nn}from"react/jsx-runtime";var Pm=()=>{let{closePrivyModal:e,connectors:t}=k(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=_(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:u,linkedin:f,apple:g,wallet:y,farcaster:w}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",x=o?.appearance.hideDirectWeb2Inputs,[b,T]=Tm("default"),[W,A]=Tm(n?"email":"sms");HC(()=>{A(n?"email":"sms")},[n]);let R=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{T("default")},150)};r.current=R;let I=[n&&we(sm,{isEditable:W==="email",setIsEditable:()=>{A("email")}}),i&&we(ym,{isEditable:W==="sms",setIsEditable:()=>{A("sms")}})].filter(Boolean),N=[a&&we(Vo,{provider:"google"}),l&&we(Vo,{provider:"twitter"}),s&&we(Vo,{provider:"discord"}),c&&we(Vo,{provider:"github"}),u&&we(Vo,{provider:"tiktok"}),f&&we(Vo,{provider:"linkedin"}),g&&we(Vo,{provider:"apple"}),w&&we(lm,{})].filter(Boolean),F=el(o?.appearance.walletList??[],t,!1),Y=b==="default"?void 0:()=>{T("default")},Z=zC({priority:C,email:n,sms:i,social:N}),L=$C({priority:C,email:n,sms:i,social:N}),G=qC({priority:C,email:n,sms:i,social:N}),H=we(Cm,{text:G,onClick:()=>T("web3-overflow")}),ne=we(Em,{text:Z,icon:L,onClick:()=>T("web2-overflow")}),D=x?0:1;return nn(Yn,{children:[we(S,{title:"Log in or Sign Up",onClose:R,backFn:Y}),b==="default"&&we(VC,{}),we(Jd,{style:{overflow:"hidden",padding:2},children:nn(Yt,{children:[b==="default"&&C==="web2-first"&&nn(Yn,{children:[...I,...N.length+I.length>4?N.slice(0,3-I.length):N,I.length+N.length>4&&ne,y&&H]}),b==="default"&&C==="web3-first"&&nn(Yn,{children:[y&&nn(Yn,{children:[...F.length>4?F.slice(0,3):F,F.length>4&&H]}),I.length+N.length>D&&ne,I.length+N.length===D&&I.length?I[0]:null,I.length+N.length===D&&N.length?N[0]:null]}),b==="web2-overflow"&&nn(Yn,{children:[...C==="web3-first"?I:[],...N]}),...b==="web3-overflow"?F:[]]})}),o&&we(qi,{app:o}),we(B,{protectedByPrivy:!0})]})},VC=GC(na)`
|
|
1742
1746
|
margin-bottom: 16px;
|
|
1743
|
-
`,
|
|
1747
|
+
`,zC=({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",$C=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?we(BC,{}):t&&o?we(om,{}):t?we(UC,{}):o?we(FC,{}):null,qC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as jC}from"@heroicons/react/24/outline";import{Fragment as KC,jsx as zo,jsxs as YC}from"react/jsx-runtime";var xm=()=>{let{app:e}=_();return YC(KC,{children:[zo(S,{},"header"),zo(K,{}),zo(Pe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:zo(jC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),zo(Qt,{children:zo(Pa,{stacked:!0})}),zo(J,{}),zo(B,{protectedByPrivy:!0})]})};import{PhoneIcon as JC}from"@heroicons/react/24/outline";import{Fragment as QC,jsx as $o,jsxs as ZC}from"react/jsx-runtime";var Sm=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=_(),{initLoginWithSms:i}=k();async function a({qualifiedPhoneNumber:l}){try{await i(l),r("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:o?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),r("ERROR_SCREEN")}}return ZC(QC,{children:[$o(S,{},"header"),$o(K,{}),$o(Pe,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:$o(JC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),$o(Qt,{children:$o(rn,{stacked:!0,onSubmit:a})}),$o(J,{}),$o(B,{protectedByPrivy:!0})]})};import{Fragment as XC,jsx as Jn,jsxs as e0}from"react/jsx-runtime";var _m=()=>{let{linkingHint:e}=k(),{app:t}=_(),o=e?`Select the wallet with ${ko(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return e0(XC,{children:[Jn(S,{},"header"),Jn(Zt,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Jn(Yt,{children:Jn(jr,{connectOnly:!1})}),Jn(B,{protectedByPrivy:!0})]})};import{jsx as Am,jsxs as t0}from"react/jsx-runtime";var km=({style:e,...t})=>t0("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[Am("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Am("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as o0,jsx as qo,jsxs as Rm}from"react/jsx-runtime";var Im=()=>{let{closePrivyModal:e}=k(),{navigate:t}=_();return Rm(o0,{children:[qo(S,{},"header"),qo(K,{}),qo(km,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),qo(Zt,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),Rm(Qt,{children:[qo(O,{onClick:()=>t("LANDING"),children:"Try again"}),qo(co,{onClick:()=>e(),children:"Cancel"})]}),qo(J,{}),qo(B,{protectedByPrivy:!0})]})};import{CheckIcon as Bm}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as T0,FingerPrintIcon as P0,PhoneIcon as x0,TrashIcon as Hm}from"@heroicons/react/24/outline";import{CheckCircleIcon as Gm,DevicePhoneMobileIcon as Vm,PhoneIcon as Ol}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Ll}from"@heroicons/react/24/solid";import{CheckBadgeIcon as S0,IdentificationIcon as _0}from"@heroicons/react/24/solid";import{useEffect as zm,useState as go}from"react";import{useState as Ml}from"react";import{isMobile as l0}from"react-device-detect";import Om from"styled-components";import{Dialog as Wm,Transition as Il}from"@headlessui/react";import Wl from"react";import sn from"styled-components";import{jsx as an,jsxs as s0}from"react/jsx-runtime";var Mm=({children:e,open:t,onClick:o,...r})=>an(Il,{show:t,as:Wl.Fragment,children:s0(Wm,{onClose:o,...r,as:n0,children:[an(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:an(r0,{"aria-hidden":"true"})}),an(i0,{children:an(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:an(Wm.Panel,{as:a0,children:e})})})]})}),ln=sn.div`
|
|
1744
1748
|
display: flex;
|
|
1745
1749
|
flex-direction: column;
|
|
1746
1750
|
text-align: center;
|
|
@@ -1763,7 +1767,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1763
1767
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1764
1768
|
border-radius: var(--privy-border-radius-lg);
|
|
1765
1769
|
}
|
|
1766
|
-
`,
|
|
1770
|
+
`,r0=sn.div`
|
|
1767
1771
|
position: fixed;
|
|
1768
1772
|
inset: 0;
|
|
1769
1773
|
|
|
@@ -1776,10 +1780,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1776
1780
|
backdrop-filter: unset;
|
|
1777
1781
|
-webkit-backdrop-filter: unset;
|
|
1778
1782
|
}
|
|
1779
|
-
`,
|
|
1783
|
+
`,n0=sn.div`
|
|
1780
1784
|
position: relative;
|
|
1781
1785
|
z-index: 999999;
|
|
1782
|
-
`,
|
|
1786
|
+
`,i0=sn.div`
|
|
1783
1787
|
position: fixed;
|
|
1784
1788
|
inset: 0;
|
|
1785
1789
|
display: flex;
|
|
@@ -1787,7 +1791,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1787
1791
|
justify-content: center;
|
|
1788
1792
|
width: 100vw;
|
|
1789
1793
|
min-height: 100vh;
|
|
1790
|
-
`,
|
|
1794
|
+
`,a0=sn.div`
|
|
1791
1795
|
// reset some default dialog styles
|
|
1792
1796
|
padding: 0;
|
|
1793
1797
|
background: transparent;
|
|
@@ -1834,19 +1838,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1834
1838
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1835
1839
|
border-radius: var(--privy-border-radius-lg);
|
|
1836
1840
|
}
|
|
1837
|
-
`,
|
|
1841
|
+
`,Nm=sn.div`
|
|
1838
1842
|
display: flex;
|
|
1839
1843
|
flex-direction: column;
|
|
1840
1844
|
align-items: center;
|
|
1841
1845
|
justify-content: center;
|
|
1842
1846
|
height: 100%;
|
|
1843
|
-
`;import{Fragment as
|
|
1847
|
+
`;import{Fragment as h0,jsx as Qn,jsxs as f0}from"react/jsx-runtime";var Zn=6,c0=new Array(Zn).fill("");function d0(e){return e.replace(/\s+/g,"")}function Nl(e){return/^[0-9]{1}$/.test(e)}function Lm(e){return e.length===Zn&&e.every(Nl)}function p0(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var cn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=Ml(c0),[a,l]=Ml(null),[s,c]=Ml(null),u=async w=>{w.preventDefault();let C=d0(w.currentTarget.value);if(C==="")return;let x=p0(n,Nl),b=C.split(""),T=!b.every(Nl),W=b.length+x>Zn;if(T){l("Passcode can only be numbers"),c(1);return}if(W){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let A=Number(w.currentTarget.name?.charAt(4)),R=[...C||[""]].slice(0,Zn-A),I=[...n.slice(0,A),...R,...n.slice(A+R.length)];i(I);let N=R.length,F=Math.min(Math.max(A+N,0),Zn-1);if(document.querySelector(`input[name=pin-${F}]`)?.focus(),Lm(I))try{await e(I.join("")),document.querySelector(`input[name=pin-${F}]`)?.blur()}catch(Z){c(1),l(Z.message)}else try{await e(null)}catch(Z){c(1),l(Z.message)}},f=w=>{s===1&&(l(null),c(null));let C=[...n.slice(0,w),"",...n.slice(w+1)];i(C),w>0&&document.querySelector(`input[name=pin-${w-1}]`)?.focus(),Lm(C)?e(C.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return Qn(h0,{children:f0(u0,{children:[Qn("div",{children:n.map((w,C)=>Qn("input",{name:`pin-${C}`,type:"text",value:n[C],onChange:u,onKeyUp:x=>{x.key==="Backspace"&&f(C)},inputMode:"numeric",autoFocus:C===0,pattern:"[0-9]",className:y,autoComplete:l0?"one-time-code":"off",disabled:t},C))}),Qn("div",{children:Qn(m0,{fail:!!o||!!a,children:o||a})})]})})},u0=Om.div`
|
|
1844
1848
|
display: flex;
|
|
1845
1849
|
flex-direction: column;
|
|
1846
1850
|
width: 100%;
|
|
1847
1851
|
gap: 8px;
|
|
1848
1852
|
|
|
1849
|
-
${
|
|
1853
|
+
${ln}[data-height='medium'] & {
|
|
1850
1854
|
margin-top: 22px;
|
|
1851
1855
|
}
|
|
1852
1856
|
|
|
@@ -1911,7 +1915,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1911
1915
|
transform: translate(1px, 0px);
|
|
1912
1916
|
}
|
|
1913
1917
|
}
|
|
1914
|
-
`,
|
|
1918
|
+
`,m0=Om.div`
|
|
1915
1919
|
line-height: 20px;
|
|
1916
1920
|
font-size: 13px;
|
|
1917
1921
|
display: flex;
|
|
@@ -1919,7 +1923,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1919
1923
|
width: 100%;
|
|
1920
1924
|
|
|
1921
1925
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1922
|
-
`;import{useContext as
|
|
1926
|
+
`;import{useContext as y0}from"react";function dn(){let{promptMfa:e,init:t,submit:o,cancel:r}=y0(Te);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as g0}from"react";function Xn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=g0(Te);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import v0 from"styled-components";import{jsx as Dm,jsxs as C0}from"react/jsx-runtime";var Um=e=>C0(w0,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Dm("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Dm("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=v0.svg`
|
|
1923
1927
|
height: 90px;
|
|
1924
1928
|
width: 90px;
|
|
1925
1929
|
|
|
@@ -1930,7 +1934,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1930
1934
|
> path {
|
|
1931
1935
|
fill: white;
|
|
1932
1936
|
}
|
|
1933
|
-
`;import{ShieldCheckIcon as
|
|
1937
|
+
`;import{ShieldCheckIcon as b0}from"@heroicons/react/24/solid";import{jsx as E0}from"react/jsx-runtime";var Fm=({size:e,authUrl:t})=>E0(Ca,{url:t,squareLogoElement:b0,size:e,fgColor:"#1F1F1F"});import{Fragment as Tt,jsx as h,jsxs as q}from"react/jsx-runtime";var $m=()=>{let{user:e,enrollInMfa:t}=U(),[o,r]=go(null),{unenrollWithSms:n,unenrollWithTotp:i}=Xn(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),{closePrivyModal:u}=k(),{promptMfa:f}=dn(),[g,y]=go(s?.mfaEnrollmentFlow?.seenIntro||!1),[w,C]=go(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),x=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),C(null)},500)};c.current=x;let b=e?.mfaMethods.includes("sms"),T=!!e?.phone,W=e?.mfaMethods.includes("totp"),A=b||W;zm(()=>{A&&y(!0)},[A]);function R(){r(null),C(null)}function I(){y(!1)}async function N(L){await f(),C(L)}if(!l||!e||!a)return q(Tt,{children:[h(S,{onClose:x},"header"),h(Ue,{children:h(Um,{})}),h(No,{children:h(yt,{})}),h(j,{})]});async function F(){r(null);try{await n()}catch{r(null)}}async function Y(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return q(Tt,{children:[h(S,{backFn:R,onClose:x},"header"),h(Ue,{children:h(qe,{children:h(Ol,{})})}),h(ge,{children:"Remove SMS verification?"}),q(ce,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),h(Lo,{children:h(O,{warn:!0,onClick:F,children:"Remove SMS for MFA"})}),h(j,{})]});if(o==="totp")return q(Tt,{children:[h(S,{backFn:R,onClose:x},"header"),h(Ue,{children:h(qe,{children:h(Vm,{})})}),h(ge,{children:"Remove Authenticator App verification?"}),q(ce,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),h(Lo,{children:h(O,{warn:!0,onClick:Y,children:"Remove Authenticator App for MFA"})}),h(j,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!A)return q(Tt,{children:[h(S,{onClose:x},"header"),h(Ue,{children:h(qe,{children:h(Ll,{})})}),h(ge,{children:"Add more security"}),q(ce,{children:[a?.name," does not have any verification methods enabled."]}),h(Lo,{children:h(O,{onClick:x,children:"Close"})}),h(j,{})]});let Z=!A&&!g;if(Z)return q(Tt,{children:[h(S,{onClose:x},"header"),h(Ue,{children:h(qe,{children:h(Ll,{})})}),h(ge,{children:"Transaction Protection"}),h(ce,{children:"Set up transaction protection to add an extra layer of security to your account"}),q(Zd,{children:[q(Vs,{children:[h(Gs,{children:h(S0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),q(Vs,{children:[h(Gs,{children:h(_0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),q(Lo,{children:[h(O,{onClick:()=>y(!0),children:"Continue"}),h(co,{onClick:x,children:"Not now"})]}),h(j,{})]});switch(w){case"sms":return h(A0,{onComplete:x,onReset:R,onClose:x});case"totp":return h(k0,{onComplete:x,onClose:x,onReset:R});default:return q(Tt,{children:[h(S,{backFn:Z?I:void 0,onClose:x},"header"),h(Ue,{children:h(qe,{children:h(Ll,{})})}),h(ge,{children:"Choose a verification method"}),A?h(ce,{children:"To add or delete verification methods, verification is required."}):h(ce,{children:"How would you like to verify your identity? You can change this later."}),q(Ki,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||W)&&q(Yi,{children:[h(ye,{disabled:W,onClick:()=>N("totp"),children:q(Qi,{children:[q(Ji,{children:[h(T0,{}),"Authenticator App"]}),W?q(Gr,{children:[h(Bm,{}),"Added"]}):h(Gr,{children:"Recommended"})]})}),W&&h(zs,{id:"remove",onClick:()=>r("totp"),children:h(Hm,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&q(Yi,{children:[h(ye,{disabled:b||T,onClick:()=>N("sms"),children:q(Qi,{children:[q(Ji,{children:[h(x0,{}),"SMS"]}),b&&q(Gr,{children:[h(Bm,{}),"Added"]}),T&&h(Gr,{children:"Disabled"})]})}),b&&h(zs,{id:"remove",onClick:()=>r("sms"),children:h(Hm,{})})]},"sms"),h(Yi,{children:h(ye,{disabled:!0,children:q(Qi,{children:[q(Ji,{children:[h(P0,{}),"Passkey"]}),h(Gr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),h(j,{})]})}},A0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=go(""),[i,a]=go(!1),[l,s]=go("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=Xn(),{app:f,data:g,currentScreen:y,navigate:w,setModalData:C}=_();function x(){g?.mfaEnrollmentFlow?.onSuccess(),e()}async function b({qualifiedPhoneNumber:A}){try{await c({phoneNumber:A}),n(A),s("verify")}catch(R){C({mfaEnrollmentFlow:g?.mfaEnrollmentFlow?{...g?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:R,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),w("ERROR_SCREEN")}}async function T(A){try{if(!A)return;await u({phoneNumber:r,mfaCode:A}),a(!0)}catch(R){throw ll(R)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Qr(R)?new Error("The code you entered is not valid"):Jr(R)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):cl(R)?new Error("Verification canceled"):new Error("Unknown error")}}function W(){l==="verify"?s("enroll"):t()}return l==="enroll"?q(Tt,{children:[h(S,{backFn:t,onClose:o},"header"),h(Ue,{children:h(qe,{children:h(Ol,{})})}),h(ge,{children:"Set up SMS verification"}),h(ce,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),q(No,{children:[h(rn,{onSubmit:b}),q(Xd,{children:["By providing your mobile number, you agree to receive text messages from ",f?.name,". Some carrier charges may apply"]})]}),h(j,{})]}):i?q(Tt,{children:[h(S,{onClose:x},"header"),h(Ue,{children:h(qe,{status:"success",children:h(Gm,{})})}),h(ge,{children:"SMS verification added"}),h(ce,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),h(Lo,{children:h(O,{onClick:x,children:"Done"})}),h(j,{})]}):q(Tt,{children:[h(S,{backFn:W,onClose:o},"header"),h(Ue,{children:h(qe,{children:h(Ol,{})})}),h(ge,{children:"Enter enrollment code"}),q(No,{children:[h(cn,{onChange:T}),q(ce,{children:["To continue, enter the 6-digit code sent to ",h("strong",{children:cm(r)})]})]}),h(j,{})]})},k0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=go("enroll"),[i,a]=go(null),[l,s]=go(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=Xn(),{data:f}=_();zm(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function g(){f?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function w(x){try{if(!x)return;await u({mfaCode:x}),s(!0)}catch(b){throw ll(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Qr(b)?new Error("The code you entered is not valid"):Jr(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):cl(b)?new Error("Verification canceled"):new Error("Unknown error")}}function C(){r==="verify"?n("enroll"):o()}return r==="enroll"?q(Tt,{children:[h(S,{backFn:o,onClose:t},"header"),h(ge,{children:"Scan QR code"}),h(ce,{children:"Open your authenticator app and scan the QR code to continue."}),h(oa,{children:i?.authUrl?h(Fm,{authUrl:i.authUrl,size:200}):h(yt,{})}),q(Lo,{children:[h(wt,{children:i?.secret&&h(wa,{itemName:"secret",text:i.secret})}),h(O,{onClick:y,children:"Continue"})]}),h(j,{})]}):l?q(Tt,{children:[h(S,{onClose:g},"header"),h(Ue,{children:h(qe,{status:"success",children:h(Gm,{})})}),h(ge,{children:"Authenticator app verification added"}),h(ce,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),h(Lo,{children:h(O,{onClick:g,children:"Done"})}),h(j,{})]}):q(Tt,{children:[h(S,{backFn:C,onClose:t},"header"),h(Ue,{children:h(qe,{children:h(Vm,{})})}),h(ge,{children:"Enter enrollment code"}),h(No,{children:h(cn,{onChange:w})}),q(ce,{children:["To continue, enter the 6-digit code generated from your ",h("strong",{children:"authenticator app"})]}),h(j,{})]})};import{DevicePhoneMobileIcon as Rb,PhoneIcon as Ib}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as Wb,PhoneIcon as Mb}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Nb}from"@heroicons/react/24/solid";import{useEffect as Lb,useState as Ql}from"react";import{StaticJsonRpcProvider as xb}from"@ethersproject/providers";import{useMemo as Sb,useEffect as _b,useState as Sf}from"react";import Ab from"styled-components";import ff from"styled-components";import jm from"styled-components";import{jsx as qm,jsxs as W0}from"react/jsx-runtime";var Ua=({label:e,children:t,valueStyles:o})=>W0(R0,{children:[qm("div",{children:e}),qm(I0,{style:{...o},children:t})]}),R0=jm.div`
|
|
1934
1938
|
display: flex;
|
|
1935
1939
|
align-items: center;
|
|
1936
1940
|
justify-content: space-between;
|
|
@@ -1945,7 +1949,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1945
1949
|
color: var(--privy-color-foreground-2);
|
|
1946
1950
|
text-align: right;
|
|
1947
1951
|
}
|
|
1948
|
-
`,
|
|
1952
|
+
`,I0=jm.div`
|
|
1949
1953
|
font-size: 14px;
|
|
1950
1954
|
line-height: 100%;
|
|
1951
1955
|
display: flex;
|
|
@@ -1954,28 +1958,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1954
1958
|
border-radius: var(--privy-border-radius-full);
|
|
1955
1959
|
background-color: var(--privy-color-background-2);
|
|
1956
1960
|
padding: 4px 8px;
|
|
1957
|
-
`;import
|
|
1961
|
+
`;import Ba from"styled-components";import{BigNumber as Km}from"@ethersproject/bignumber";import{formatEther as Ym}from"@ethersproject/units";var ei=(e,t)=>{let o=(t*parseFloat(Ym(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},to=(e,t,o=6,r=!1)=>{let i=parseFloat(Ym(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Dl=e=>e.map(Ce).reduce((t,o)=>t.add(o),Km.from(0)).toHexString(),Jm=(e,t)=>{let{chains:o}=k(),r=`https://etherscan.io/address/${t}`,n=`${pd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},Ce=e=>Km.from(e);import{Fragment as O0,jsx as Fa,jsxs as Qm}from"react/jsx-runtime";var Zm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Dl(e),n=t?ei(r,t):void 0,i=to(r,o);return Fa(Xm,{children:n||i})},Ul=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Dl(e),n=t?ei(r,t):void 0,i=to(r,o);return Fa(Xm,{children:n?Qm(O0,{children:[Fa(M0,{children:"USD"}),n==="<$0.01"?Qm(L0,{children:[Fa(N0,{children:"<"}),"$0.01"]}):n]}):i})},Xm=Ba.span`
|
|
1958
1962
|
font-size: 14px;
|
|
1959
1963
|
line-height: 140%;
|
|
1960
1964
|
display: flex;
|
|
1961
1965
|
gap: 4px;
|
|
1962
1966
|
align-items: center;
|
|
1963
|
-
`,
|
|
1967
|
+
`,M0=Ba.span`
|
|
1964
1968
|
font-size: 12px;
|
|
1965
1969
|
line-height: 12px;
|
|
1966
1970
|
color: var(--privy-color-foreground-3);
|
|
1967
|
-
`,
|
|
1971
|
+
`,N0=Ba.span`
|
|
1968
1972
|
font-size: 10px;
|
|
1969
|
-
`,
|
|
1973
|
+
`,L0=Ba.span`
|
|
1970
1974
|
display: flex;
|
|
1971
1975
|
align-items: center;
|
|
1972
|
-
`;import
|
|
1976
|
+
`;import Fl from"styled-components";import{jsx as jo,jsxs as Ha}from"react/jsx-runtime";var ef=({gas:e,tokenPrice:t,tokenSymbol:o})=>Ha(Ks,{style:{paddingBottom:"12px"},children:[Ha(of,{children:[jo(nf,{children:"Est. Fees"}),jo("div",{children:jo(Ul,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&jo(rf,{children:`${to(e,o)}`})]}),tf=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=Ce(e.value||0).add(Ce(t)).toHexString();return Ha(Ks,{children:[Ha(of,{children:[jo(nf,{children:"Total (including fees)"}),jo("div",{children:jo(Ul,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&jo(rf,{children:to(n,r)})]})},of=Fl.div`
|
|
1973
1977
|
display: flex;
|
|
1974
1978
|
flex-direction: row;
|
|
1975
1979
|
justify-content: space-between;
|
|
1976
1980
|
align-items: center;
|
|
1977
1981
|
padding-top: 4px;
|
|
1978
|
-
`,
|
|
1982
|
+
`,rf=Fl.div`
|
|
1979
1983
|
display: flex;
|
|
1980
1984
|
flex-direction: row;
|
|
1981
1985
|
height: 12px;
|
|
@@ -1984,23 +1988,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1984
1988
|
line-height: 12px;
|
|
1985
1989
|
color: var(--privy-color-foreground-3);
|
|
1986
1990
|
font-weight: 400;
|
|
1987
|
-
`,
|
|
1991
|
+
`,nf=Fl.div`
|
|
1988
1992
|
font-size: 14px;
|
|
1989
1993
|
line-height: 22.4px;
|
|
1990
1994
|
font-weight: 400;
|
|
1991
|
-
`;import{ChevronDownIcon as
|
|
1995
|
+
`;import{ChevronDownIcon as D0}from"@heroicons/react/24/outline";import{useContext as vr,useState as U0}from"react";import Ko from"styled-components";import{createContext as af,useContext as DW}from"react";var pn=af(void 0);var ti=af(void 0);import{Fragment as q0,jsx as Lt,jsxs as sf}from"react/jsx-runtime";var lf=({defaultValue:e,children:t})=>{let[o,r]=U0(e||null),n=i=>{r(o===i?null:i)};return Lt(pn.Provider,{value:{activePanel:o,togglePanel:n},children:Lt(F0,{children:t})})},cf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=vr(pn),n=o===e;return Lt(ti.Provider,{value:{onToggle:()=>r(e),value:e},children:Lt(V0,{isActive:n,"data-open":n,children:t})})},df=({children:e})=>{let{activePanel:t}=vr(pn),{onToggle:o,value:r}=vr(ti),n=t===r;return sf(q0,{children:[sf(B0,{onClick:o,"data-open":n,children:[Lt(G0,{children:e}),Lt($0,{isactive:n,children:Lt(D0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Lt(H0,{})]})},pf=({children:e})=>{let{activePanel:t}=vr(pn),{value:o}=vr(ti);return Lt(z0,{"data-open":t===o,children:Lt(mf,{children:e})})},uf=({children:e})=>{let{activePanel:t}=vr(pn),{value:o}=vr(ti);return Lt(mf,{children:typeof e=="function"?e({isActive:t===o}):e})},F0=Ko.div`
|
|
1992
1996
|
display: flex;
|
|
1993
1997
|
flex-direction: column;
|
|
1994
1998
|
width: 100%;
|
|
1995
1999
|
gap: 8px;
|
|
1996
|
-
`,
|
|
2000
|
+
`,B0=Ko.div`
|
|
1997
2001
|
display: flex;
|
|
1998
2002
|
justify-content: space-between;
|
|
1999
2003
|
align-items: center;
|
|
2000
2004
|
width: 100%;
|
|
2001
2005
|
cursor: pointer;
|
|
2002
2006
|
padding-bottom: 8px;
|
|
2003
|
-
`,
|
|
2007
|
+
`,H0=Ko.div`
|
|
2004
2008
|
width: 100%;
|
|
2005
2009
|
|
|
2006
2010
|
&& {
|
|
@@ -2008,13 +2012,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2008
2012
|
border-color: var(--privy-color-foreground-4);
|
|
2009
2013
|
}
|
|
2010
2014
|
padding-bottom: 12px;
|
|
2011
|
-
`,
|
|
2015
|
+
`,G0=Ko.div`
|
|
2012
2016
|
font-size: 14px;
|
|
2013
2017
|
font-weight: 500;
|
|
2014
2018
|
line-height: 19.6px;
|
|
2015
2019
|
width: 100%;
|
|
2016
2020
|
padding-right: 8px;
|
|
2017
|
-
`,
|
|
2021
|
+
`,V0=Ko.div`
|
|
2018
2022
|
display: flex;
|
|
2019
2023
|
flex-direction: column;
|
|
2020
2024
|
width: 100%;
|
|
@@ -2026,7 +2030,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2026
2030
|
border-color: var(--privy-color-foreground-4);
|
|
2027
2031
|
border-radius: var(--privy-border-radius-md);
|
|
2028
2032
|
}
|
|
2029
|
-
`,
|
|
2033
|
+
`,z0=Ko.div`
|
|
2030
2034
|
position: relative;
|
|
2031
2035
|
overflow: hidden;
|
|
2032
2036
|
transition: max-height 25ms ease-out;
|
|
@@ -2038,38 +2042,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2038
2042
|
&[data-open='false'] {
|
|
2039
2043
|
max-height: 0;
|
|
2040
2044
|
}
|
|
2041
|
-
`,
|
|
2045
|
+
`,mf=Ko.div`
|
|
2042
2046
|
display: flex;
|
|
2043
2047
|
flex-direction: column;
|
|
2044
2048
|
gap: 12px;
|
|
2045
2049
|
flex: 1 1 auto;
|
|
2046
2050
|
min-height: 1px;
|
|
2047
|
-
|
|
2051
|
+
`,$0=Ko.div`
|
|
2048
2052
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
2049
|
-
`;import
|
|
2053
|
+
`;import j0 from"styled-components";import{jsx as Y0}from"react/jsx-runtime";var Bl=({walletAddress:e,chainId:t=ao})=>Y0(K0,{href:Jm(t,e),target:"_blank",children:ko(e)}),K0=j0.a`
|
|
2050
2054
|
&:hover {
|
|
2051
2055
|
text-decoration: underline;
|
|
2052
2056
|
}
|
|
2053
|
-
`;import{jsx as
|
|
2057
|
+
`;import{jsx as pt,jsxs as Hl}from"react/jsx-runtime";var un=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return pt(lf,{children:Hl(cf,{value:"details",children:[pt(df,{children:Hl(J0,{children:[pt("div",{children:r?.title||r?.actionDescription||"Details"}),pt(Q0,{children:pt(Zm,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),Hl(pf,{children:[pt(Ua,{label:"From",children:pt(Bl,{walletAddress:e,chainId:o.chainId||ao})}),pt(Ua,{label:"To",children:pt(Bl,{walletAddress:t,chainId:o.chainId||ao})}),r&&r.action&&pt(Ua,{label:"Action",children:r.action}),i&&pt(ef,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),pt(uf,{children:({isActive:s})=>pt(tf,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},J0=ff.div`
|
|
2054
2058
|
display: flex;
|
|
2055
2059
|
flex-direction: row;
|
|
2056
2060
|
justify-content: space-between;
|
|
2057
|
-
`,
|
|
2061
|
+
`,Q0=ff.div`
|
|
2058
2062
|
flex-shrink: 0;
|
|
2059
2063
|
padding-left: 8px;
|
|
2060
|
-
`;import
|
|
2064
|
+
`;import ri from"styled-components";import{jsx as oi,jsxs as rb}from"react/jsx-runtime";var Gl=({description:e,contractInfo:t})=>rb(Z0,{children:[t.imgUrl&&oi(X0,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&oi(eb,{children:oi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&oi(tb,{children:t.name}),oi(ob,{children:e||t.actionText})]}),Z0=ri.div`
|
|
2061
2065
|
display: flex;
|
|
2062
2066
|
flex-direction: column;
|
|
2063
2067
|
align-items: center;
|
|
2064
2068
|
margin-bottom: 8px;
|
|
2065
|
-
`,
|
|
2069
|
+
`,X0=ri.img`
|
|
2066
2070
|
&& {
|
|
2067
2071
|
height: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2068
2072
|
width: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2069
2073
|
border-radius: 16px;
|
|
2070
2074
|
margin-bottom: 12px;
|
|
2071
2075
|
}
|
|
2072
|
-
`,
|
|
2076
|
+
`,eb=ri.div`
|
|
2073
2077
|
font-size: 12px;
|
|
2074
2078
|
line-height: 12px;
|
|
2075
2079
|
padding: 7px;
|
|
@@ -2082,7 +2086,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2082
2086
|
text-decoration: underline;
|
|
2083
2087
|
}
|
|
2084
2088
|
}
|
|
2085
|
-
`,
|
|
2089
|
+
`,tb=ri.div`
|
|
2086
2090
|
font-size: 18px;
|
|
2087
2091
|
line-height: 18px;
|
|
2088
2092
|
font-weight: 500;
|
|
@@ -2090,7 +2094,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2090
2094
|
white-space: nowrap;
|
|
2091
2095
|
max-width: 275px;
|
|
2092
2096
|
text-overflow: ellipsis;
|
|
2093
|
-
|
|
2097
|
+
`,ob=ri.div`
|
|
2094
2098
|
font-size: 16px;
|
|
2095
2099
|
line-height: 140%;
|
|
2096
2100
|
font-weight: 400;
|
|
@@ -2098,7 +2102,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2098
2102
|
overflow: hidden;
|
|
2099
2103
|
max-width: 275px;
|
|
2100
2104
|
text-overflow: ellipsis;
|
|
2101
|
-
`;import{WalletIcon as
|
|
2105
|
+
`;import{WalletIcon as nb}from"@heroicons/react/24/outline";import zl from"styled-components";import{jsx as hf,jsxs as Vl}from"react/jsx-runtime";var yf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=k(),a=i(t.chainId)||"ETH";return Vl(ib,{children:[Vl(ab,{children:[hf(nb,{strokeWidth:"2",width:"16px",height:"16px"}),hf("div",{children:ko(e)})]}),Vl(sb,{displayBalanceColor:n,hasFunds:r,children:[o?to(o,a,6,!0):0," available"]})]})},ib=zl.div`
|
|
2102
2106
|
display: flex;
|
|
2103
2107
|
flex-direction: row;
|
|
2104
2108
|
justify-content: space-between;
|
|
@@ -2111,12 +2115,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2111
2115
|
border: 1px solid var(--privy-color-foreground-4);
|
|
2112
2116
|
border-radius: var(--privy-border-radius-md);
|
|
2113
2117
|
}
|
|
2114
|
-
`,
|
|
2118
|
+
`,ab=zl.div`
|
|
2115
2119
|
display: flex;
|
|
2116
2120
|
flex-direction: row;
|
|
2117
2121
|
align-items: center;
|
|
2118
2122
|
gap: 8px;
|
|
2119
|
-
`,
|
|
2123
|
+
`,sb=zl.div`
|
|
2120
2124
|
display: flex;
|
|
2121
2125
|
align-items: center;
|
|
2122
2126
|
justify-content: center;
|
|
@@ -2126,35 +2130,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2126
2130
|
background-color: var(--privy-color-background-2);
|
|
2127
2131
|
padding: 5px 8px;
|
|
2128
2132
|
color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
|
|
2129
|
-
`;import
|
|
2133
|
+
`;import Ga from"styled-components";import{Fragment as vf,jsx as ni,jsxs as wf}from"react/jsx-runtime";var Cf=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?ei(n,r):void 0,a=to(n,o);return wf(lb,{children:[i?wf(vf,{children:[ni(gf,{children:i}),ni(cb,{children:a})]}):ni(vf,{children:ni(gf,{children:a})}),ni(db,{children:e})]})},lb=Ga.div`
|
|
2130
2134
|
display: flex;
|
|
2131
2135
|
flex-direction: column;
|
|
2132
2136
|
align-items: center;
|
|
2133
2137
|
margin-bottom: 20px;
|
|
2134
|
-
`,
|
|
2138
|
+
`,gf=Ga.h2`
|
|
2135
2139
|
&& {
|
|
2136
2140
|
font-size: 48px;
|
|
2137
2141
|
line-height: 48px;
|
|
2138
2142
|
margin: 8px auto;
|
|
2139
2143
|
}
|
|
2140
|
-
`,
|
|
2144
|
+
`,cb=Ga.p`
|
|
2141
2145
|
margin-bottom: 12px;
|
|
2142
2146
|
&& {
|
|
2143
2147
|
font-size: 17px;
|
|
2144
2148
|
line-height: 17px;
|
|
2145
2149
|
color: var(--privy-color-foreground-3);
|
|
2146
2150
|
}
|
|
2147
|
-
`,
|
|
2151
|
+
`,db=Ga.div`
|
|
2148
2152
|
font-size: 16px;
|
|
2149
2153
|
line-height: 22.4px;
|
|
2150
2154
|
font-weight: 400;
|
|
2151
2155
|
overflow: hidden;
|
|
2152
2156
|
max-width: 275px;
|
|
2153
2157
|
text-overflow: ellipsis;
|
|
2154
|
-
`;import{VoidSigner as ob}from"@ethersproject/abstract-signer";import{BigNumber as Nt}from"@ethersproject/bignumber";import{Contract as rb}from"@ethersproject/contracts";import{EtherscanProvider as SM}from"@ethersproject/providers";import{serialize as nb}from"@ethersproject/transactions";var Ba={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 Ha={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 Ga={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 za={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 Va={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 $a={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 ja={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 qa={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 Ka={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 Ya={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var Ja={id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0};var Qa={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};import{parseUnits as mf}from"@ethersproject/units";import{ofetch as eb}from"ofetch";var ri={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 ni={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 ff=[ri.id,ni.id],Hl=e=>({maxPriorityFee:mf(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:mf(e.maxFee.toFixed(9),"gwei").toHexString()}),tb=e=>({safeLow:Hl(e.safeLow),standard:Hl(e.standard),fast:Hl(e.fast)}),hf=async e=>{let t="";switch(e){case ri.id:t="https://gasstation.polygon.technology/v2";break;case ni.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return tb(await eb(t))};function yo(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function ib(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=yo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=yo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=yo(e.gasPrice)),e.value!==void 0&&(t.value=yo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=yo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=yo(e.maxPriorityFeePerGas)),t}function ab(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=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){t.chainId=Number(t.chainId),gf(t);let r=new ob(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),ff.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await hf(t.chainId);t.maxPriorityFeePerGas||(t.maxPriorityFeePerGas=i.maxPriorityFee),t.maxFeePerGas||(t.maxFeePerGas=i.maxFee)}catch(i){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${i}.`)}if(sb(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Nt.from(120)).div(Nt.from(100));t.maxFeePerGas=yo(a),t.maxPriorityFeePerGas=yo(Nt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Gl(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let s=Nt.from(i).mul(Nt.from(126)).div(Nt.from(100)).add(Nt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=yo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}lb(t.chainId)&&t.type!=0&&((t.type==1||t.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),t.type===void 0&&(t.type=0));let n=await r.populateTransaction({to:t.to,from:t.from,nonce:t.nonce,gasLimit:t.gasLimit,gasPrice:t.gasPrice,data:t.data,value:t.value,chainId:t.chainId,type:t.type,accessList:t.accessList,maxFeePerGas:t.maxFeePerGas,maxPriorityFeePerGas:t.maxPriorityFeePerGas});return ib(n)}async function Za(e,t,o,r,n){r=Object.assign({chainId:io},r),gf(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 yf(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 Gl(e){return[za.id,Va.id,$a.id,ja.id,qa.id,Ka.id,Ya.id,Qa.id,Ja.id].includes(e)}function sb(e){return[Ba.id,Ha.id,Ga.id].includes(e)}function lb(e){return[56,97].includes(e)}async function zl(e,t){if(!e.chainId||e.chainId&&!Gl(e.chainId))return Nt.from(0);let o=Nt.from(0);try{let r=new rb(qc,Kc,t),n=ab(e),i=nb(n);o=await r.getL1Fee(i)}catch{}return o}async function Xa(e,t){delete e.from;let o=Nt.from(0),r=Nt.from(0);if(e.gasLimit?o=ve(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=ve(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=ve(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=ve(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Gl(e.chainId))try{let i=await zl(e,t);n=n.add(i)}catch{}return n}function gf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!cb(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function cb(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&db(e);return t||o||r}function db(e){return/^-?0x[a-f0-9]+$/i.test(e)}function es(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 Vl,useEffect as pb}from"react";var ts=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=A(),[n,i]=Vl(!0),[a,l]=Vl(void 0),[s,c]=Vl(void 0);return pb(()=>{let u=e.chainId||io,f=r.find(y=>y.id===Number(u));if(!f)throw new V(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(f);y?c(y):l(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as ub,useContext as mb}from"react";var $l=ub(null);function ii(){let e=mb($l);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as wf}from"react/jsx-runtime";var jl=({pendingTransaction:e})=>{let{getAccessToken:t}=U(),{wallets:o}=ii(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=A(),[l,s]=vf(e),{tokenPrice:c}=ts(l),[u,f]=vf(null),g=a(e.chainId)||"ETH",y=hb(()=>o.find(w=>w.walletClientType==="privy"),[o]);return yb(()=>{async function w(){if(!await t()||!r||!y)return l;let x=new fb(_t(l.chainId,i,n)),b=await Xa(l,x);return f(ve(b.toBigInt()).toHexString()),pn(y.address,l,x)}w().then(C=>{s(C)})},[r]),y?wf(vb,{children:wf(dn,{from:y.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:g})}):null},vb=gb.div`
|
|
2158
|
+
`;import{VoidSigner as mb}from"@ethersproject/abstract-signer";import{BigNumber as Ot}from"@ethersproject/bignumber";import{Contract as fb}from"@ethersproject/contracts";import{EtherscanProvider as QM}from"@ethersproject/providers";import{serialize as hb}from"@ethersproject/transactions";var Va={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var za={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"AGOR",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var $a={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var qa={id:8453,network:"base",name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-mainnet.blastapi.io"],webSocket:["wss://base-mainnet.blastapi.io"]},default:{http:["https://mainnet.base.org"]},public:{http:["https://mainnet.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://basescan.org"},default:{name:"Basescan",url:"https://basescan.org"}},testnet:!0};var ja={id:84531,network:"base-goerli",name:"Base Goerli Testnet",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-goerli.blastapi.io"],webSocket:["wss://base-goerli.blastapi.io"]},default:{http:["https://goerli.base.org"]},public:{http:["https://goerli.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://goerli.basescan.org"},default:{name:"Basescan",url:"https://goerli.basescan.org"}},testnet:!0};var Ka={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0};var Ya={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var Ja={id:420,name:"Optimism Goerli Testnet",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var Qa={id:11155420,name:"Optimism Sepolia",network:"optimism-sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.optimism.io"]},public:{http:["https://sepolia.optimism.io"]},infura:{http:["https://optimism-sepolia.infura.io/v3"]}},blockExplorers:{default:{name:"Blockscout",url:"https://optimism-sepolia.blockscout.com"}},testnet:!0};var Za={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var Xa={id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0};var es={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};import{parseUnits as bf}from"@ethersproject/units";import{ofetch as pb}from"ofetch";var ii={id:137,name:"Polygon Mainnet",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var ai={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var Ef=[ii.id,ai.id],$l=e=>({maxPriorityFee:bf(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:bf(e.maxFee.toFixed(9),"gwei").toHexString()}),ub=e=>({safeLow:$l(e.safeLow),standard:$l(e.standard),fast:$l(e.fast)}),Tf=async e=>{let t="";switch(e){case ii.id:t="https://gasstation.polygon.technology/v2";break;case ai.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return ub(await pb(t))};function vo(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 yb(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=vo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=vo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=vo(e.gasPrice)),e.value!==void 0&&(t.value=vo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=vo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=vo(e.maxPriorityFeePerGas)),t}function gb(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=Ce(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Ce(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ce(e.gasPrice)),e.value!==void 0&&(t.value=Ce(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ce(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ce(e.maxPriorityFeePerGas)),t}async function mn(e,t,o){t.chainId=Number(t.chainId),xf(t);let r=new mb(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Ef.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Tf(t.chainId);t.maxPriorityFeePerGas||(t.maxPriorityFeePerGas=i.maxPriorityFee),t.maxFeePerGas||(t.maxFeePerGas=i.maxFee)}catch(i){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${i}.`)}if(vb(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Ot.from(120)).div(Ot.from(100));t.maxFeePerGas=vo(a),t.maxPriorityFeePerGas=vo(Ot.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(ql(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let s=Ot.from(i).mul(Ot.from(126)).div(Ot.from(100)).add(Ot.from(t.maxPriorityFeePerGas));t.maxFeePerGas=vo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}wb(t.chainId)&&t.type!=0&&((t.type==1||t.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),t.type===void 0&&(t.type=0));let n=await r.populateTransaction({to:t.to,from:t.from,nonce:t.nonce,gasLimit:t.gasLimit,gasPrice:t.gasPrice,data:t.data,value:t.value,chainId:t.chainId,type:t.type,accessList:t.accessList,maxFeePerGas:t.maxFeePerGas,maxPriorityFeePerGas:t.maxPriorityFeePerGas});return yb(n)}async function ts(e,t,o,r,n){r=Object.assign({chainId:ao},r),xf(r);let a=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data;return await n.sendTransaction(a)}async function Pf(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Ce(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function ql(e){return[qa.id,ja.id,Ka.id,Ya.id,Ja.id,Qa.id,Za.id,es.id,Xa.id].includes(e)}function vb(e){return[Va.id,za.id,$a.id].includes(e)}function wb(e){return[56,97].includes(e)}async function jl(e,t){if(!e.chainId||e.chainId&&!ql(e.chainId))return Ot.from(0);let o=Ot.from(0);try{let r=new fb(Zc,Xc,t),n=gb(e),i=hb(n);o=await r.getL1Fee(i)}catch{}return o}async function os(e,t){delete e.from;let o=Ot.from(0),r=Ot.from(0);if(e.gasLimit?o=Ce(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Ce(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=Ce(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Ce(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&ql(e.chainId))try{let i=await jl(e,t);n=n.add(i)}catch{}return n}function xf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!Cb(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function Cb(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&bb(e);return t||o||r}function bb(e){return/^-?0x[a-f0-9]+$/i.test(e)}function rs(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as Kl,useEffect as Eb}from"react";var ns=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=k(),[n,i]=Kl(!0),[a,l]=Kl(void 0),[s,c]=Kl(void 0);return Eb(()=>{let u=e.chainId||ao,f=r.find(y=>y.id===Number(u));if(!f)throw new z(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(f);y?c(y):l(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as Tb,useContext as Pb}from"react";var Yl=Tb(null);function si(){let e=Pb(Yl);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as _f}from"react/jsx-runtime";var Jl=({pendingTransaction:e})=>{let{getAccessToken:t}=U(),{wallets:o}=si(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=k(),[l,s]=Sf(e),{tokenPrice:c}=ns(l),[u,f]=Sf(null),g=a(e.chainId)||"ETH",y=Sb(()=>o.find(w=>w.walletClientType==="privy"),[o]);return _b(()=>{async function w(){if(!await t()||!r||!y)return l;let x=new xb(kt(l.chainId,i,n)),b=await os(l,x);return f(Ce(b.toBigInt()).toHexString()),mn(y.address,l,x)}w().then(C=>{s(C)})},[r]),y?_f(kb,{children:_f(un,{from:y.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:g})}):null},kb=Ab.div`
|
|
2155
2159
|
width: 100%;
|
|
2156
2160
|
padding: 1rem 0;
|
|
2157
|
-
`;import{Fragment as
|
|
2161
|
+
`;import{Fragment as Zl,jsx as Q,jsxs as oo}from"react/jsx-runtime";var Xl=({open:e,onClose:t})=>{let{user:o}=U(),[r,n]=Ql(null),{init:i,cancel:a}=dn();Lb(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?l(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function l(c){try{n(c),await i(c)}catch(u){console.error(u)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?Q(Ob,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):oo(Zl,{children:[Q(S,{onClose:s},"header"),Q(Ue,{children:Q(qe,{children:Q(Nb,{})})}),Q(ge,{children:"Verify your identity"}),Q(ce,{children:"Choose a verification method"}),oo(Ki,{children:[o.mfaMethods.includes("totp")&&oo(ye,{onClick:()=>l("totp"),children:[Q(Rb,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&oo(ye,{onClick:()=>l("sms"),children:[Q(Ib,{}),"SMS"]},"sms")]}),Q(j,{})]})},Ob=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=_(),{pendingTransaction:n}=k(),[i,a]=Ql(!1),[l,s]=Ql(!1),{submit:c}=dn();async function u(f){try{if(!f)return;await c(e,f),s(!0),a(!1),t()}catch(g){throw sl(g)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Qr(g)?(a(!1),new Error("The code you entered is not valid")):Jr(g)?(a(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(a(!1),new Error("Unknown error"))}}switch(e){case"sms":return oo(Zl,{children:[Q(S,{onClose:t},"header"),Q(Ue,{children:Q(qe,{children:Q(Mb,{})})}),Q(ge,{children:"Enter verification code"}),oo(No,{children:[Q(cn,{success:l,disabled:i,onChange:u}),oo(ce,{children:["To continue, please enter the 6-digit code sent to your ",Q("strong",{children:"mobile device"})]}),n&&Q(Jl,{pendingTransaction:n})]}),o&&Q($s,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(co,{onClick:t,children:"Not now"}),Q(j,{})]});case"totp":return oo(Zl,{children:[Q(S,{onClose:t},"header"),Q(Ue,{children:Q(qe,{children:Q(Wb,{})})}),Q(ge,{children:"Enter verification code"}),oo(No,{children:[Q(cn,{success:l,disabled:i,onChange:u}),oo(ce,{children:["To continue, please enter the 6-digit code generated from your"," ",Q("strong",{children:"authenticator app"})]}),n&&Q(Jl,{pendingTransaction:n})]}),o&&Q($s,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(co,{onClick:t,children:"Not now"}),Q(j,{})]});default:return null}};import{useEffect as Af,useState as kf}from"react";import If from"styled-components";function ec(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as Fb,jsx as wo,jsxs as as}from"react/jsx-runtime";var Rf={google:{name:"Google",component:Ma},discord:{name:"Discord",component:Ra},github:{name:"Github",component:Ia},linkedin:{name:"LinkedIn",component:La},twitter:{name:"Twitter",component:Da},tiktok:{name:"Tiktok",component:Oa},apple:{name:"Apple",component:ka}},is=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),_t.del(_r),window.history.pushState({},"",e)},Wf=()=>{let{ready:e,user:t,authenticated:o}=U(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=_(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:f,closePrivyModal:g}=k(),[y,w]=kf(!1),[C,x]=kf(void 0),b=l()?.provider||"google",T=Rf[b].name,W=Rf[b].component,A=r?.render.inDialog?ze:0;Af(()=>{c(b).then(()=>{is(),w(!0)}).catch(N=>{let F={retryable:!1,message:"Authentication failed"};if(N?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),is();return}else N?.privyErrorCode==="linked_to_another_user"?F.detail="This account has already been linked to another user.":N?.privyErrorCode==="invalid_credentials"?(F.retryable=!0,F.detail="Something went wrong. Try again."):N.privyErrorCode==="oauth_user_denied"?(F.detail=`Retry and check ${ec(b)} to finish connecting your account.`,F.retryable=!0):N?.privyErrorCode==="too_many_requests"&&(F.detail="Too many requests. Please wait before trying again.");is(),x(F)}).finally(()=>{f()})},[]),Af(()=>{if(e&&o&&y&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let F=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},A);return()=>clearTimeout(F)}if(ft(t,r?.embeddedWallets?.createOnLogin)){let F=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:Y=>console.error(Y),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},A);return()=>clearTimeout(F)}else{let F=setTimeout(g,A);return u(),()=>clearTimeout(F)}}},[e,o,y,t]);let R=y?`Successfully connected with ${T}`:C?C.message:`Verifying connection to ${T}`,I="";return y?I="You\u2019re good to go!":C?I=C.detail:I="Just a few moments more",as(Fb,{children:[wo(S,{}),wo(K,{}),as(Db,{children:[wo(Ub,{children:as("div",{children:[wo(Wo,{success:y,fail:!!C}),wo(W,{style:{width:"38px",height:"38px"}})]})}),as(Ct,{children:[wo("h3",{children:R}),wo("p",{children:I})]}),C&&C?.retryable?wo(Vi,{onClick:()=>{is(),s(b),x(void 0)},disabled:!y&&!C?.retryable,children:"Retry"}):null]}),wo(j,{})]})},Db=If.div`
|
|
2158
2162
|
display: flex;
|
|
2159
2163
|
flex-direction: column;
|
|
2160
2164
|
align-items: center;
|
|
@@ -2162,7 +2166,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2162
2166
|
margin-left: 27px;
|
|
2163
2167
|
margin-right: 27px;
|
|
2164
2168
|
gap: 24px;
|
|
2165
|
-
`,
|
|
2169
|
+
`,Ub=If.div`
|
|
2166
2170
|
display: flex;
|
|
2167
2171
|
flex-direction: column;
|
|
2168
2172
|
justify-content: center;
|
|
@@ -2185,55 +2189,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2185
2189
|
left: -19px;
|
|
2186
2190
|
top: -19px;
|
|
2187
2191
|
}
|
|
2188
|
-
`;import{useEffect as
|
|
2192
|
+
`;import{useEffect as Hb,useState as Nf}from"react";import Gb from"styled-components";import{isMobile as Bb}from"react-device-detect";var Mf=(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(!Ao()&&Bb)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as zb,jsx as Co,jsxs as Lf}from"react/jsx-runtime";var Of=()=>{let{forkSession:e,ready:t,authenticated:o}=U(),[r,n]=Nf(""),[i,a]=Nf(!1);Hb(()=>{t&&o&&e().then(n)},[t,o]);let l=Mf(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."),Lf(zb,{children:[Co(S,{},"header"),Co(K,{}),Co(Zt,{title:s.title,description:s.description}),Lf(Qt,{children:[Co(Vb,{children:Co(qt,{style:{width:"72px",height:"72px"}})}),Co(Gi,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Co("p",{children:s.footnote}):null]}),Co(J,{}),Co(B,{protectedByPrivy:!0})]})},Vb=Gb(wt)`
|
|
2189
2193
|
margin: 16px auto;
|
|
2190
|
-
`;import{BigNumber as
|
|
2194
|
+
`;import{BigNumber as Jb}from"@ethersproject/bignumber";import{StaticJsonRpcProvider as Qb}from"@ethersproject/providers";import{useMemo as Ff,useEffect as Bf,useState as Pt}from"react";import hn from"styled-components";function Df(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as tc}from"@ethersproject/bignumber";import $b from"styled-components";import{Fragment as Kb,jsx as li,jsxs as Yb}from"react/jsx-runtime";var qb=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=tc.from(e.gasUsed),r=tc.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=tc.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Uf=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>Yb(Kb,{children:[li(S,{onClose:r}),li(kn,{title:"Transaction complete!",description:"You're all set."}),li(un,{tokenPrice:n,from:t.from,to:t.to,gas:qb(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),li(jb,{loading:!1,onClick:r,children:"All Done"}),li(j,{})]}),jb=$b(O)`
|
|
2191
2195
|
&& {
|
|
2192
2196
|
margin-top: 24px;
|
|
2193
2197
|
}
|
|
2194
2198
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2195
|
-
`;import{Fragment as
|
|
2199
|
+
`;import{Fragment as oc,jsx as He,jsxs as fn}from"react/jsx-runtime";var Zb=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return He(Gl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return He(Gl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return He(oc,{children:He(Cf,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Gf=()=>{let{authenticated:e,getAccessToken:t}=U(),{wallets:o}=si(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=k(),{app:c,navigate:u,data:f,onUserCloseViaDialogOrKeybindRef:g,setModalData:y}=_(),{transactionRequest:w,onSuccess:C,onFailure:x,uiOptions:b,fundWalletConfig:T}=f.sendTransaction,[W,A]=Pt(null),[R,I]=Pt(null),[N,F]=Pt(""),[Y,Z]=Pt(),[L,G]=Pt(!1),H=()=>{F(""),Z(void 0)},ne=(Re,ot,rt)=>{F(Re),Z(new $e(new Vt(ot??Re,rt??Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[D,de]=Pt(!1),[Ft,_e]=Pt(!0),[Ae,me]=Pt(null),[ie,Eo]=Pt(w),{tokenPrice:To,isTokenPriceLoading:Jo}=ns(ie),Qe=s(w.chainId)||"ETH",[ke,Po]=Pt(null),[Er,ee]=Pt(null),[St,te]=Pt(!0);Bf(()=>{e||(u("LANDING"),x(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let fe=Ff(()=>o.find(Re=>Re.walletClientType==="privy"),[o]),yn=async()=>{if(!fe)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Re,externalTransactionId:ot}=await i(fe.address,{config:T?.config||{}});y({fiatOnRampPrompt:{signedUrl:Re},fiatOnRampStatus:{externalTransactionId:ot}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},se=Ff(()=>new Qb(kt(ie.chainId,l,a)),[ie.chainId,a]);Bf(()=>{let Re=()=>{_e(!1),ne("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&G(!0)};async function ot(){let rt=ie;if(!await t()||!r||!fe)return;try{rt=await mn(fe.address,ie,se),Eo(rt)}catch(ut){Op(ut)?Re():ne("There was an error preparing your transaction. Please try again.",ut.reason)}let vn=Jb.from(0);try{vn=await os(rt,se),Po(Ce(vn.toBigInt()).toHexString());let ut=await jl(ie,se);ee(Ce(ut.toBigInt()).toHexString())}catch{Po(null)}try{let{balance:ut,hasSufficientFunds:Tr}=await Pf(fe.address,rt,vn,se);me(ut.toHexString()),Tr||Re()}catch(ut){console.warn(`Failed to fetch wallet balance with error: ${ut}`)}te(!1)}ot()},[r]);let Bt=Df(ie),ms=Bt==="SEND"?`Send ${Qe}`:"Review transaction",gn={modalTitle:b.header||b.modalTitle||ms,buttonText:b.buttonText||"Submit"},xo=()=>{D||(R?C(R):x(Y||new $e(new Vt("The user rejected the request",Xe.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return g.current=xo,To===void 0&&Jo||St?fn(oc,{children:[b.transactionInfo?.contractInfo?.imgUrl&&He(Oi,{src:b.transactionInfo?.contractInfo?.imgUrl}),He(S,{title:gn.modalTitle,onClose:xo}),He(Hf,{children:He(Yr,{})})]}):W!==null?He(Uf,{txn:ie,onClose:xo,receipt:W,transactionInfo:b.transactionInfo,tokenPrice:To,tokenSymbol:Qe,l1GasEstimate:Er}):fn(oc,{children:[He(S,{title:gn.modalTitle,onClose:xo}),fn(Hf,{children:[fn(o2,{children:[He(Zb,{txn:ie,txnFamily:Bt,uiOptions:b,tokenSymbol:Qe,tokenPrice:To}),fe?He(un,{from:fe.address,to:ie.to,txn:ie,transactionInfo:b.transactionInfo,gas:ke||void 0,tokenPrice:To,tokenSymbol:Qe}):null]}),fn(r2,{children:[He(Xb,{children:N}),He(yf,{txn:ie,address:fe?.address??"",hasFunds:Ft,balance:Ae}),fn(e2,{children:[L&&He(O,{onClick:yn,children:"Add Funds"}),He(t2,{disabled:D||!Ft,loading:!r||D,loadingText:D?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{de(!0);let Re=await t();if(Re&&!D&&fe)try{let ot=await ts(Re,fe.address,r,ie,se);I(ot);let rt=await ot.wait();A(rs(rt)),H()}catch(ot){let rt="There was an error processing your transaction. Please contact support.";console.warn({transaction:ie,error:ot}),ne(rt,ot.reason)}finally{de(!1)}},children:gn.buttonText})]})]})]})]})},Hf=hn.div`
|
|
2196
2200
|
display: flex;
|
|
2197
2201
|
flex-direction: column;
|
|
2198
2202
|
justify-content: space-between;
|
|
2199
2203
|
flex-grow: 1;
|
|
2200
2204
|
padding-bottom: 16px;
|
|
2201
|
-
`,
|
|
2205
|
+
`,Xb=hn.div`
|
|
2202
2206
|
font-size: 13px;
|
|
2203
2207
|
color: var(--privy-color-error);
|
|
2204
2208
|
width: 100%;
|
|
2205
2209
|
margin-top: 16px;
|
|
2206
|
-
`,
|
|
2210
|
+
`,e2=hn.div`
|
|
2207
2211
|
display: flex;
|
|
2208
2212
|
direction: row;
|
|
2209
2213
|
justify-content: space-between;
|
|
2210
2214
|
align-items: center;
|
|
2211
2215
|
gap: 8px;
|
|
2212
|
-
`,
|
|
2216
|
+
`,t2=hn(O)`
|
|
2213
2217
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2214
|
-
|
|
2218
|
+
`,o2=hn.div`
|
|
2215
2219
|
height: 100%;
|
|
2216
2220
|
display: flex;
|
|
2217
2221
|
flex-direction: column;
|
|
2218
2222
|
justify-content: space-evenly;
|
|
2219
2223
|
flex-grow: 1;
|
|
2220
|
-
`,
|
|
2224
|
+
`,r2=hn.div`
|
|
2221
2225
|
display: flex;
|
|
2222
2226
|
flex-direction: column;
|
|
2223
2227
|
gap: 8px;
|
|
2224
|
-
`;import{isHexString as
|
|
2228
|
+
`;import{isHexString as n2}from"@ethersproject/bytes";import{toUtf8String as i2}from"@ethersproject/strings";import{useEffect as Vf,useState as ss}from"react";import wr,{css as a2}from"styled-components";import{Fragment as h2,jsx as Dt,jsxs as rc}from"react/jsx-runtime";var s2=e=>{if(!n2(e))return e;try{return i2(e)}catch{return e}},zf=()=>{let{authenticated:e}=U(),{initializeWalletProxy:t,closePrivyModal:o}=k(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=_(),[a,l]=ss(!0),[s,c]=ss(""),[u,f]=ss(),[g,y]=ss(null),w=g!==null;Vf(()=>{e||r("LANDING")},[e]),Vf(()=>{t(kr).then(I=>{l(!1),I||(c("An error has occurred, please try again."),f(new $e(new Vt(s,Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:C,confirmAndSignMessage:x,onSuccess:b,onFailure:T,uiOptions:W}=n.signMessage,A={title:W.title||"Sign message",description:W.description||"Signing this message will not cost you any fees.",buttonText:W.buttonText||"Sign and continue"},R=I=>{I?b(I):T(u||new $e(new Vt("The user rejected the request.",Xe.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),f(void 0)};return i.current=()=>{R(g)},rc(h2,{children:[Dt(S,{onClose:()=>R(g)}),Dt(K,{}),rc(l2,{children:[Dt(c2,{children:A.title}),Dt(d2,{children:A.description}),Dt(p2,{children:s2(C)}),Dt(u2,{fail:!0,children:s}),Dt(f2,{success:w,loading:a,disabled:w,onClick:async()=>{try{let I=await x();y(I),c(""),setTimeout(()=>{R(I)},ze)}catch{c("An error has occurred, please try again."),f(new $e(new Vt(s,Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:w?rc(m2,{children:[Dt(va,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Dt("span",{children:"Success"})]}):A.buttonText})]}),Dt(J,{}),Dt(B,{protectedByPrivy:!0})]})},l2=wr.div`
|
|
2225
2229
|
display: flex;
|
|
2226
2230
|
flex-direction: column;
|
|
2227
2231
|
align-items: center;
|
|
2228
2232
|
justify-content: center;
|
|
2229
|
-
`,
|
|
2233
|
+
`,c2=wr.span`
|
|
2230
2234
|
color: var(--privy-color-foreground);
|
|
2231
2235
|
text-align: center;
|
|
2232
2236
|
font-size: 1.125rem;
|
|
2233
2237
|
font-weight: 500;
|
|
2234
2238
|
line-height: 1.25rem; /* 111.111% */
|
|
2235
2239
|
text-align: center;
|
|
2236
|
-
`,
|
|
2240
|
+
`,d2=wr.span`
|
|
2237
2241
|
margin-top: 4px;
|
|
2238
2242
|
color: var(--privy-color-foreground);
|
|
2239
2243
|
text-align: center;
|
|
@@ -2243,7 +2247,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2243
2247
|
font-weight: 400;
|
|
2244
2248
|
line-height: 20px; /* 142.857% */
|
|
2245
2249
|
letter-spacing: -0.008px;
|
|
2246
|
-
`,
|
|
2250
|
+
`,p2=wr.div`
|
|
2247
2251
|
margin-top: 1.5rem;
|
|
2248
2252
|
background-color: var(--privy-color-background-2);
|
|
2249
2253
|
border-radius: var(--privy-border-radius-md);
|
|
@@ -2261,7 +2265,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2261
2265
|
&::-webkit-scrollbar {
|
|
2262
2266
|
display: none; /* Safari and Chrome */
|
|
2263
2267
|
}
|
|
2264
|
-
`,
|
|
2268
|
+
`,u2=wr.div`
|
|
2265
2269
|
line-height: 20px;
|
|
2266
2270
|
height: 20px;
|
|
2267
2271
|
font-size: 13px;
|
|
@@ -2271,20 +2275,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2271
2275
|
width: 100%;
|
|
2272
2276
|
margin-top: 16px;
|
|
2273
2277
|
margin-bottom: 4px;
|
|
2274
|
-
`,
|
|
2278
|
+
`,m2=wr.span`
|
|
2275
2279
|
display: flex;
|
|
2276
2280
|
align-items: center;
|
|
2277
2281
|
gap: 8px;
|
|
2278
|
-
`,
|
|
2282
|
+
`,f2=wr(O)`
|
|
2279
2283
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2280
2284
|
|
|
2281
|
-
${e=>e.success&&
|
|
2285
|
+
${e=>e.success&&a2`
|
|
2282
2286
|
&&&& {
|
|
2283
2287
|
background-color: var(--privy-color-success);
|
|
2284
2288
|
color: #ffffff;
|
|
2285
2289
|
}
|
|
2286
2290
|
`}
|
|
2287
|
-
`;import
|
|
2291
|
+
`;import g2,{createGlobalStyle as v2}from"styled-components";var y2=`
|
|
2288
2292
|
*,
|
|
2289
2293
|
::before,
|
|
2290
2294
|
::after {
|
|
@@ -2514,7 +2518,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2514
2518
|
[hidden] {
|
|
2515
2519
|
display: none;
|
|
2516
2520
|
}
|
|
2517
|
-
|
|
2521
|
+
`,$f=y2;var qf=v2`
|
|
2518
2522
|
:root {
|
|
2519
2523
|
// Borders
|
|
2520
2524
|
--privy-border-radius-sm: 6px;
|
|
@@ -2546,10 +2550,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2546
2550
|
--privy-height-modal-full: 620px;
|
|
2547
2551
|
--privy-height-modal-compact: 480px;
|
|
2548
2552
|
};
|
|
2549
|
-
`,
|
|
2553
|
+
`,jf=g2.div`
|
|
2550
2554
|
// css normalize only the privy application to avoid conflicts
|
|
2551
2555
|
// with consuming application
|
|
2552
|
-
${
|
|
2556
|
+
${$f}
|
|
2553
2557
|
|
|
2554
2558
|
// Privy styles
|
|
2555
2559
|
color: var(--privy-color-foreground-2);
|
|
@@ -2608,4 +2612,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2608
2612
|
opacity: 1;
|
|
2609
2613
|
}
|
|
2610
2614
|
}
|
|
2611
|
-
`;import{jsx as Le,jsxs as Hf}from"react/jsx-runtime";var u2={["LANDING"]:ym,["AWAITING_PASSWORDLESS_CODE"]:op,["AWAITING_CONNECTION"]:wp,["AWAITING_CONNECT_ONLY_CONNECTION"]:Pp,["AWAITING_FARCASTER_CONNECTION"]:Wu,["PHANTOM_INTERSTITIAL_SCREEN"]:kf,["LOGIN_FAILED_SCREEN"]:Pm,["AWAITING_OAUTH_SCREEN"]:Tf,["ALLOWLIST_REJECTION_SCREEN"]:Vd,["INSTALL_PHANTOM_SCREEN"]:ju,["LINK_EMAIL_SCREEN"]:gm,["LINK_PHONE_SCREEN"]:vm,["LINK_WALLET_SCREEN"]:wm,["CONNECT_ONLY_LANDING_SCREEN"]:yp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:mp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:cu,["EMBEDDED_WALLET_CREATED_SCREEN"]:Ip,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Ap,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:uu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Lp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Of,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Nf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Uu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Bu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:pu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:du,["MFA_ENROLLMENT_FLOW_SCREEN"]:Dm,["CAPTCHA_SCREEN"]:ap,["ERROR_SCREEN"]:mu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Hu},m2=["LANDING","AWAITING_CONNECTION"],f2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=U(),{headless:n}=A(),{ready:i,currentScreen:a}=_(),{status:l,execute:s,reset:c,enabled:u}=pe(),f=c2(null),g=Od(f),y=r&&a&&m2.includes(a)&&!n&&l==="ready";if(Bf(()=>{y&&s()},[y]),Bf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Hf(an,{children:[Le(S,{}),Le(q,{}),Le(Sm,{children:Le(ht,{})}),Le(J,{}),Le(K,{})]});if(!a&&e)return Le(an,{style:{height:g},children:Le("div",{ref:f,children:Le(Yl,{open:e,onClose:t})})});if(!a)return null;let w=u2[a];return Le(an,{style:{height:g},children:Hf("div",{ref:f,children:[Le(co,{if:!!e,children:Le(w,{})}),Le(co,{if:!e,children:Le(Yl,{open:e,onClose:t})})]})})},h2=()=>{let{closePrivyModal:e}=A(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:l2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Gf=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=h2(),[r,n]=d2(!1);Ws({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Le(Ff,{children:Le(f2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Le(xm,{open:a,id:"privy-dialog",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return p2.createPortal(l,s)}return l};var Tt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Bc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var y2=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),g2=e=>y2.has(e),v2=(e,t,o)=>o.indexOf(e)===t,zf=({input:e})=>e?e.filter(g2).filter(v2):Tt.appearance.walletList;var Vf={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 $f={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 jf={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 qf={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 Kf={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 Yf={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 Jf={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 Qf={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 Zf={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 Xf={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 is={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 eh={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 th={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 si=[Ba,Ha,Ga,Jf,th,is,ja,qa,Ka,ri,ni,jf,qf,Kf,Yf,za,Va,$a,Zf,Xf,Vf,$f,Ya,Qa,Ja,Qf,eh],nU=new Set(si.map(e=>e.id));import vr from"tinycolor2";var oh="#FFFFFF",w2="#000000",C2=oh,b2="#1E1E1D";function E2(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 qo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return vr({...e.toHsl(),l:o})}function rh({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=oh,blackHex:a=w2}){let l;switch(e){case"light":l=C2;break;case"dark":l=b2;break;default:l=e;break}let s=vr(l),c=vr(t),u=vr(o),f=vr(r),g=vr(n),y=E2(s.getLuminance()),w=qo(s,y==="light"?-.04:.11),C=qo(s,y==="light"?-.88:.87),x=qo(s,y==="light"?-.77:.75),b=qo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),P=qo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),I=qo(c,.15),k=qo(c,-.06),R=vr(c.getLuminance()>.5?a:i),W=qo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:b.toHslString(),foreground4:P.toHslString(),accent:c.toHslString(),accentLight:I.toHslString(),accentDark:k.toHslString(),foregroundAccent:R.toHslString(),success:u.toHslString(),successDark:W.toHslString(),error:g.toHslString(),warn:f.toHslString()}}function as(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(Z=>o.includes(Z)),n,i,a,l,s,c,u,f,g,y,w;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),u=r?.includes("tiktok"),g=r?.includes("github"),f=r?.includes("linkedin"),y=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,g=e.githubOAuth,u=e.tiktokOAuth,f=e.linkedinOAuth,y=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,g,u,f,y,w].filter(Boolean),b=[a].filter(Boolean);if(C.length+x.length+b.length===0)throw new Error("You must enable at least one login method");let P=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;P&&b.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),P=!1):!P&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),P=!0);let I=zf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let k=t?.intl?.defaultCountry??"US",{chains:R,defaultChain:W}=P2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),N=!!t?.defaultChain||!!t?.supportedChains,F=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:rh({backgroundTheme:t?.appearance?.theme??Tt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Tt.appearance.accentColor}),loginGroupPriority:P?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:I},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:g,tiktok:u,linkedin:f,apple:y,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Tt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Tt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Tt.rpcConfig.rpcTimeouts},chains:R,defaultChain:W,intl:{defaultCountry:k},shouldSwitchChainOnConnect:N,captchaEnabled:e.captchaEnabled??Tt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...F?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:F?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Tt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Tt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Tt._render.inParentNodeId}}}function nh(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 P2({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:si.find(u=>u.id===s.id)??s)}else n=si.concat(e??[]);let i=t?n[0]:is,a=o??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}import{useRef as T2,useEffect as x2}from"react";var ss=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 wr(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((g,y)=>{o.current={resolve:g,reject:y};let w=1e3*60*5;setTimeout(()=>{let C=new Te("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),y(C)},w)});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 I2}from"react/jsx-runtime";var S2=function(e){return()=>`id-${e++}`}(0);function _2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function oo(e){return e.error!==void 0}var Ot=new ss,ec=new Map,k2=(e,t)=>typeof t=="bigint"?t.toString():t,A2=(e,t)=>`${e}${JSON.stringify(t,k2)}`;function ro(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=A2(e,t);if(e==="privy:wallet:create"){let a=ec.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=S2();Ot.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{ec.delete(n)});return ec.set(n,i),i}function R2(e){switch(e.event){case"privy:iframe:ready":let t=Ot.dequeue(e.event,e.id);return oo(e)?t.reject(new Te(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ot.dequeue(e.event,e.id);return oo(e)?o.reject(new Te(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ot.dequeue(e.event,e.id);return oo(e)?r.reject(new Te(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ot.dequeue(e.event,e.id);return oo(e)?n.reject(new Te(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ot.dequeue(e.event,e.id);return oo(e)?i.reject(new Te(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ot.dequeue(e.event,e.id);return oo(e)?a.reject(new Te(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ot.dequeue(e.event,e.id);return oo(e)?l.reject(new Te(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ot.dequeue(e.event,e.id);return oo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ot.dequeue(e.event,e.id);return oo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ot.dequeue(e.event,e.id);return oo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function ih(e){let t=T2(null),o=Fd();return x2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&_2(c.data)&&R2(c.data)}let i={create(c){return ro("privy:wallet:create",c,r)},connect(c){return ro("privy:wallet:connect",c,r)},recover(c){return wr(u=>ro("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return wr(u=>ro("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return wr(u=>ro("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return wr(u=>ro("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return wr(u=>ro("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return ro("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return wr(u=>ro("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 nd(()=>ro("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),I2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Ti(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function tc(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var ls=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set when initialzing authentication.");try{let t=Oc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw oe(t)}}async authenticate(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Mfa flow has no API instance");if(!this.meta.smsCode)throw new v("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set prior to calling authenticate.");try{let t=Dc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return mt(o)}catch(t){throw oe(t)}}};import{jsx as wo,jsxs as ah}from"react/jsx-runtime";var ci;function O2(e){return typeof e=="string"&&e.length===25}function De(){if(!ci){let e=ee.get(Jo);return Promise.resolve(e||null)}return ci.getAccessToken()}var sh,dd=(e,t)=>sh(e,t),lh,pd=(e,t)=>lh(e,t),ch,ud=()=>ch(),D2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ee.put(wn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},U2=({config:e,...t})=>{if(!O2(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");ci||(ci=new Tn({appId:t.appId,apiUrl:t.apiUrl||vi}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),wo(F2,{...t,config:o,client:ci})},F2=e=>{let t=e.client,[o,r]=we(!1),[n,i]=we(!1),[a,l]=we(!1),[s,c]=we(null),[u,f]=we(!1),[g,y]=we([]),w=li(g),[C,x]=we(!1),[b,P]=we(null),[I,k]=we(!1),[R,W]=we({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[N,F]=we(null),[Y,Z]=we(null),[L,G]=we(null),[H,re]=we({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""}),[O,ce]=we(()=>{let d=nh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),as(H,e.config)}),[Dt,_e]=we(!0),[ke,ue]=we({}),[ie,Co]=we(null),[bo,Ko]=we(null),[Je,Ae]=we(!1),[Eo,Cr]=we(!1),X=li(null),Ut=li(null),te=li(Dd);t.onStoreToken=d=>{d&&ae(te,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{ae(te,"accessToken","onAccessTokenRemoved")};let Ce=li(),ds=N2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(E=>E.type==="wallet"&&E.walletClientType==="privy")?p&&d?.some(E=>E?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=d=>{P(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},Ft=d=>{O.embeddedWallets.createOnLogin!=="off"&&_e(!0),se(d)};no(()=>{if(!L||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(L,p,O.defaultChain)}},[L,s]),no(()=>{L&&bo?.(L)},[L]),no(()=>{(async()=>{if(!O.customAuth?.enabled)return;_e(!0);let{getCustomAccessToken:p,isLoading:m}=O.customAuth;if(!(!n||m))try{let E=await p();if(!E){await yn.logout();return}if(a)return;t.startAuthFlow(new Tr(E));let{user:M,isNewUser:$}=await t.authenticate();M||await yn.logout(),c(M||null),x($||!1),l(!0),Cr(!0)}catch(E){console.warn(E),a&&await yn.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),no(()=>{Eo&&L&&s&&Gt(s,e.config?.embeddedWallets?.createOnLogin)&&(Cr(!1),nc(s,_r).catch(console.error))},[Eo&&L&&s]),no(()=>{async function d(){let p=await t.getServerConfig();re(p);let m=as(p,e.config);ce(m),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let E=ps();D2();let M=M2();F(M),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,M,m.appearance.walletList),t.connectors?.initialize().then(()=>{ot()});let $=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!$),$&&ae(te,"login","onComplete",$,!1,!0,null),c($)),E||be.setReadyToTrue(),E&&$&&f(!0)}n||d()},[t,ie,n]),no(()=>{let d=as(H,e.config);ce(d)},[e.config,H]);let ps=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),E=d.get("privy_oauth_provider");return p&&m&&E?(t.startAuthFlow(new xo(E,p,m)),Ft("AWAITING_OAUTH_SCREEN"),!0):!1},fn=async(d,p,m,E)=>{let M=await t.connectors?.createWalletConnector(d,p)||null;Po(M,p,m,E)};async function Po(d,p,m,E){if(!d)return W({status:"disconnected",connectedWallet:null,connectError:new V("Unable to connect to wallet."),connector:null,connectRetry:T}),E?.(null,m);d instanceof qt&&p&&d.resetConnection(p),W({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Po(d,p,m,E)});try{let M=await d.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find($=>$.id===Number(M?.chainId))&&!(M?.connectorType==="wallet_connect_v2"&&M?.walletClientType==="metamask")){W($=>({...$,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await M?.switchChain(O.defaultChain.id),M&&(M.chainId=kr(er(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return W($=>({...$,status:"connected",connectedWallet:M,connectError:null,connectRetry:T})),M&&!I&&ae(te,"connectWallet","onSuccess",M),E?.(M,m)}catch(M){return M instanceof Oe?(console.warn(M.cause?M.cause:M.message),I||ae(te,"connectWallet","onError",M.privyErrorCode||"generic_connect_wallet_error")):(console.warn(M),I||ae(te,"connectWallet","onError","unknown_connect_wallet_error")),W($=>({...$,status:"disconnected",connectedWallet:null,connectError:M})),E?.(null,m)}}let Re=async(d,p)=>{if(d===null)return;let m=new Zo(d,p);t.startAuthFlow(m)},ot=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!So()&&Ft("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("Connector not initialized");se("AWAITING_CONNECTION");let E=new URL(window.location.href);E.searchParams.delete("privy_connector"),E.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",E),fn(p,m,void 0,Re)};no(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let rt=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");f(!0),se("LINK_WALLET_SCREEN")},rc=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},hn=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(W(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),O.captchaEnabled&&!a){let m={callback:E=>Re(d,E),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ue({captchaModalData:m}),Ft("CAPTCHA_SCREEN")}else await Re(d),Ft("AWAITING_CONNECTION")},pt=async(d,p)=>{if(!O.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:E}=await Ou(t,d,p?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:E}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},br=()=>{y(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:rc(m),loginOrLink:async()=>{if(!await m.isConnected())throw new v("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");hn(m)},fund:async E=>{let{signedUrl:M,externalTransactionId:$}=await pt(m.address,E);ue({fiatOnRampPrompt:{signedUrl:M},fiatOnRampStatus:{externalTransactionId:$}}),se("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let E=await t.unlinkWallet(m.address);c(E)}}))||[];return Ae(ds(p)),Si(d,p)?d:p})};no(()=>{br()},[s?.linkedAccounts,a,n]),no(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");br(),t.connectors.on("walletsUpdated",br)}},[n]);let uh=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};no(()=>{if(!g[0])return;let d=g[0],p=w.current.find(E=>E.address===d.address),m=s?.linkedAccounts.find(E=>E.type==="wallet"&&E.address===d.address);if(!p&&m){let E=Object.assign({},s);E.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(E)}w.current=g},[g]);let nc=async(d,p)=>{if(de(d))throw ae(te,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[E,M]=await Promise.all([be.initializeWalletProxy(p),De()]);if(!E&&e.config?.customAuth?.enabled)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!E||!M||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise(($,me)=>{_e(!0),ue({createWallet:{onSuccess:ut=>{ae(te,"createWallet","onSuccess",ut),$(ut)},onFailure:ut=>{ae(te,"createWallet","onError","unknown_embedded_wallet_error"),me(ut)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await E.create({accessToken:M});let $=await be.refreshUser(),me=de($);if(!me)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ae(te,"createWallet","onSuccess",me),me}},mh=d=>{if(!O.chains.map(p=>p.id).includes(d))throw new V(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},ic=(d,p,m)=>new Promise(async(E,M)=>{if(!a||!s){M(new Error("User must be authenticated before signing with a Privy wallet"));return}let $=de(s);if(!$){M(new Error("Must have a Privy wallet before signing"));return}_e(!0);let me=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Er=d.chainId?Number(d.chainId):me.chainId;mh(Er);let ut=Object.assign({},d,{chainId:Er}),gn=async()=>{let To=await De();if(!To||!L){M(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await be.recoverEmbeddedWallet()){M(new Error("Unable to connect to wallet"));return}let lc=new W2(_t(ut.chainId,O.chains,O.rpcConfig)),hh=await pn($.address,ut,lc),yh=await Za(To,$.address,L,hh,lc);E(yh)}catch(di){M(di)}};if(O.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),gn();else{let To={transactionRequest:ut,onSuccess:E,onFailure:M,uiOptions:p||{},fundWalletConfig:m},di={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:M};ue({connectWallet:di,sendTransaction:To}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function ac(){return new Promise(async(d,p)=>{let m=await De();if(!m||!L)throw new Error("Must have valid access token to enroll in MFA");try{await L.verifyMfa({accessToken:m}),d()}catch(E){p(E)}})}let yn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:uh,linkWallet:rt,linkEmail:()=>{if(!a)throw new v("User must be authenticated before linking an email address.");if(s?.email)throw new v("User already has an email linked to their account.");f(!0),se("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new v("User must be authenticated before linking a phone number.");if(s?.phone)throw new v("User already has a phone number linked to their account.");f(!0),se("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new v("User must be authenticated before linking a Google account.");if(s?.google)throw new v("User already has a Google account linked to their account.");await be.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new v("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new v("User already has a Twitter account linked to their account.");await be.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new v("User must be authenticated before linking a Discord account.");if(s?.discord)throw new v("User already has a Discord account linked to their account.");await be.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new v("User must be authenticated before linking a GitHub account.");if(s?.github)throw new v("User already has a Github account linked to their account.");await be.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new v("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new v("User already has a Tiktok account linked to their account.");await be.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new v("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new v("User already has a LinkedIn account linked to their account.");await be.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await be.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await be.initLoginWithFarcaster(),f(!0),se("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{Co(()=>d)}),Co(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}k(!0),Ft("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),P(null),ae(te,"logout","onSuccess"),f(!1),r(!1),ee.del(Cn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new le;let d=g.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(E=>E.address===d?.address));return!d||!p?new le:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new oc(new Vt(new le));let d=g.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(E=>E.address===d?.address));return!d||!p?new oc(new Vt(new le)):new oc(new Vt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Ao(new le);let d=g.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(E=>E.address===d?.address));return!d||!p?new Ao(new le):new Ao(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=g.find(E=>cs(E.address)===cs(d)),m=s?.linkedAccounts.find(E=>E.type==="wallet"&&cs(E.address)===cs(d));if(!p||!await p.isConnected())Z(d),rt();else if(!p.linked)p.loginOrLink();else{let E=Object.assign({},s);E.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(E)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw ae(te,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return nc(s,15e3)},setWalletPassword:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=de(s);if(!m||!L){p(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await ac(),_e(!0);let E={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},M={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};ue({setWalletPassword:E,connectWallet:M}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(m,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}let M=de(s);if(!M){E(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){E(new Error("Message must be a non-empty string"));return}_e(!0);let $=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let me=await De();if(!L||!me)throw new Error("Unable to connect to wallet");if(!await be.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:M.address});let{response:ut}=await L.rpc({accessToken:me,address:M.address,request:{method:"personal_sign",params:[d,M.address]}}),gn=ut.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:M.address}),gn};if(O.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let me=await $();m(me)}catch(me){E(me??new Ve("Unable to sign message"))}}else{let ut={message:d,confirmAndSignMessage:$,onSuccess:To=>{m(To)},onFailure:To=>{E(To)},uiOptions:p||{}},gn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};ue({signMessage:ut,connectWallet:gn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let M=await(await ic(d,p,m)).wait();return es(M)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=de(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}_e(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},M=await De();if(!M||!L){p(new Error("Must have valid access token to enroll in MFA"));return}if(!L){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await L.connect({accessToken:M,address:m.address}),await L.verifyMfa({accessToken:M})}catch(me){if(ar(me)&&m.recoveryMethod==="privy")await L.recover({accessToken:M,address:m.address});else throw me}}catch(me){p(me);return}let $={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ue({keyExport:$,connectWallet:E}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:ac,async init(d){let p;switch(d){case"sms":p=new ls("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":X.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,E)=>{Ut.current={resolve:m,reject:E}});break;default:throw X.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){X.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){be.closePrivyModal(),p();return}O.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),ue({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:p,onFailure:m}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await De();if(!d||!L)throw new Error("Must have valid access token to enroll in MFA");let p=await L.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to remove MFA");await L.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return be.loginWithCode(d)},initLoginWithEmail(d){return be.initLoginWithEmail(d)},initLoginWithSms(d){return be.initLoginWithSms(d)},isModalOpen:o};sh=yn.signMessage,lh=async(...d)=>{let p=await ic(...d);return O.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let sc=!!e.config?.headless,be=(()=>({headless:sc,isNewUserThisSession:C,isLinking:u,linkingHint:Y,pendingTransaction:null,walletConnectionStatus:R,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>O.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(L)return L;let p=new Promise(M=>{Ko(()=>$=>M($))}),m=new Promise(M=>setTimeout(()=>M(null),d)),E=await Promise.race([p,m]);return Ko(null),E},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(ae(te,"login","onComplete",s,C,!1,Ce.current??null),e.onSuccess?.(s,C)):I&&ae(te,"login","onError","exited_auth_flow"),Z(null),k(!1),f(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:Po,initLoginWithWallet:async(d,p)=>{Ce.current="siwe",Re(d,p)},loginWithWallet:async()=>{if(!n)throw new Pr;if(!(t.authFlow instanceof Zo))throw new v("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),x(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new vn(d);t.startAuthFlow(p);try{Ce.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Pr;if(!(t.authFlow instanceof vn))throw new v("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),x(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(Qc()){if(d==="google"&&tc(window.navigator.userAgent)){Ft("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{Ft("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new xo(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let E=await t.authFlow.getAuthorizationUrl();E&&E.url&&window.location.assign(E.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof xo))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=xt.get(xr),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let E,M;if(a)E=await t.link();else try{({user:E,isNewUser:M}=await t.authenticate()),Ce.current=d}catch($){throw ae(te,"login","onError",$.privyErrorCode||"unknown_auth_error"),$}c(E),x(M||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new Yo(d,p);t.startAuthFlow(m);try{Ce.current="email",await m.sendCodeEmail()}catch(E){throw ae(te,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},initLoginWithSms:async(d,p)=>{let m=new Xo(d,p);t.startAuthFlow(m);try{Ce.current="sms",await m.sendSmsCode()}catch(E){throw ae(te,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Pr;if(t.authFlow instanceof Yo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Xo)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),x(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:L,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(M=>M.type==="wallet"&&M.walletClientType==="privy"),E=await De();if(!E||!L||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}_e(!0);try{await L.connect({accessToken:E,address:m.address}),d(!0)}catch(M){ar(M)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await L.recover({address:m.address,accessToken:E})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):ar(M)?(ue({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(M)}}),getFiatOnRampConfig:pt,setReadyToTrue:()=>{i(!0),ie?.()},updateWallets:()=>br()}))();ch=be.recoverEmbeddedWallet;let fh=L2(()=>({wallets:g,ready:Je}),[g,Je]);return wo(Ee.Provider,{value:yn,children:wo(Is.Provider,{value:te,children:wo($l.Provider,{value:fh,children:ah(Nd,{...O,children:[e.children,ah(Rs.Provider,{value:be,children:[!sc&&O.captchaEnabled&&n&&!a&&wo(As,{delayedExecution:!1}),wo(Uf,{theme:{...O.appearance.palette||{}}}),wo(vd,{appConfig:O,data:ke,setModalData:ue,setInitialScreen:P,initialScreen:b,authenticated:a,open:o,children:wo(Gf,{open:o})}),Dt&&H.id?wo(ih,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:X,mfaSubmitPromise:Ut,onLoad:G,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as B2}from"react";function H2(e){let{login:t}=B2(Ee);return ft("login",e),{login:t}}import{useContext as G2}from"react";function z2(e){let{logout:t}=G2(Ee);return ft("logout",e),{logout:t}}import{useCallback as dh}from"react";var V2=()=>{let e=pe(),{initLoginWithEmail:t,loginWithCode:o}=U(),r=dh(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=dh(async({code:i})=>{if(e.enabled&&e.status==="error")throw new so(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as ph}from"react";var $2=()=>{let e=pe(),{initLoginWithSms:t,loginWithCode:o}=U(),r=ph(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ph(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new so(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as j2}from"react";function q2(e){let{connectWallet:t}=j2(Ee);return ft("connectWallet",e),{connectWallet:t}}import{useContext as K2}from"react";function Y2(e){let{createWallet:t}=K2(Ee);return ft("createWallet",e),{createWallet:t}}import{useContext as J2}from"react";var Q2=()=>{let{isModalOpen:e}=J2(Ee);return{isOpen:e}};import{useContext as Z2}from"react";function X2(e){let{getAccessToken:t}=Z2(Ee);return ft("accessToken",e),{getAccessToken:t}}function eE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Vt as AsExternalProvider,As as Captcha,Pn as ConnectorManager,Tn as PrivyClient,U2 as PrivyProvider,le as PrivyProxyProvider,si as SUPPORTED_CHAINS,fs as VERSION,et as WalletConnector,eE as addRpcUrlOverrideToChain,Xs as errorIndicatesMaxMfaRetries,qr as errorIndicatesMfaTimeout,Kr as errorIndicatesMfaVerificationFailed,De as getAccessToken,q2 as useConnectWallet,Y2 as useCreateWallet,H2 as useLogin,V2 as useLoginWithEmail,$2 as useLoginWithSms,z2 as useLogout,ln as useMfa,Qn as useMfaEnrollment,Q2 as useModalStatus,U as usePrivy,Ws as useRegisterMfaListener,X2 as useToken,ii as useWallets};
|
|
2615
|
+
`;import{jsx as Le,jsxs as Yf}from"react/jsx-runtime";var T2={["LANDING"]:Pm,["AWAITING_PASSWORDLESS_CODE"]:mp,["AWAITING_CONNECTION"]:kp,["AWAITING_CONNECT_ONLY_CONNECTION"]:Mp,["AWAITING_FARCASTER_CONNECTION"]:Bu,["PHANTOM_INTERSTITIAL_SCREEN"]:Of,["LOGIN_FAILED_SCREEN"]:Im,["AWAITING_OAUTH_SCREEN"]:Wf,["ALLOWLIST_REJECTION_SCREEN"]:rp,["INSTALL_PHANTOM_SCREEN"]:em,["LINK_EMAIL_SCREEN"]:xm,["LINK_PHONE_SCREEN"]:Sm,["LINK_WALLET_SCREEN"]:_m,["CONNECT_ONLY_LANDING_SCREEN"]:Sp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Tp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:wu,["EMBEDDED_WALLET_CREATED_SCREEN"]:Hp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Fp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Eu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:$p,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:zf,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Gf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:qu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Ku,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:bu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Cu,["MFA_ENROLLMENT_FLOW_SCREEN"]:$m,["CAPTCHA_SCREEN"]:gp,["ERROR_SCREEN"]:Tu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Yu,["AFFIRMATIVE_CONSENT_SCREEN"]:tp},P2=["LANDING","AWAITING_CONNECTION"],x2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=U(),{headless:n}=k(),{ready:i,currentScreen:a}=_(),{status:l,execute:s,reset:c,enabled:u}=ue(),f=C2(null),g=Hd(f),y=r&&a&&P2.includes(a)&&!n&&l==="ready";if(Kf(()=>{y&&s()},[y]),Kf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Yf(ln,{children:[Le(S,{}),Le(K,{}),Le(Nm,{children:Le(yt,{})}),Le(J,{}),Le(j,{})]});if(!a&&e)return Le(ln,{style:{height:g},children:Le("div",{ref:f,children:Le(Xl,{open:e,onClose:t})})});if(!a)return null;let w=T2[a];return Le(ln,{style:{height:g},children:Yf("div",{ref:f,children:[Le(po,{if:!!e,children:Le(w,{})}),Le(po,{if:!e,children:Le(Xl,{open:e,onClose:t})})]})})},S2=()=>{let{closePrivyModal:e}=k(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:w2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Jf=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=S2(),[r,n]=b2(!1);Ns({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Le(jf,{children:Le(x2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Le(Mm,{open:a,id:"privy-dialog",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return E2.createPortal(l,s)}return l};var xt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:$c,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var _2=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),A2=e=>_2.has(e),k2=(e,t,o)=>o.indexOf(e)===t,Qf=({input:e})=>e?e.filter(A2).filter(k2):xt.appearance.walletList;var Zf={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}};var Xf={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0};var eh={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1};var th={id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0};var oh={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var rh={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var nh={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var ih={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var ah={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var sh={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var ls={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var lh={id:17001,name:"Redstone Holesky",network:"redstone-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.holesky.redstone.xyz"]},public:{http:["https://rpc.holesky.redstone.xyz"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"},default:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"}}};var ch={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0};var ci=[Va,za,$a,nh,ch,ls,Ya,Ja,Qa,ii,ai,eh,th,oh,rh,qa,ja,Ka,ah,sh,Zf,Xf,Za,es,Xa,ih,lh],RU=new Set(ci.map(e=>e.id));import Cr from"tinycolor2";var dh="#FFFFFF",R2="#000000",I2=dh,W2="#1E1E1D";function M2(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Yo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return Cr({...e.toHsl(),l:o})}function ph({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=dh,blackHex:a=R2}){let l;switch(e){case"light":l=I2;break;case"dark":l=W2;break;default:l=e;break}let s=Cr(l),c=Cr(t),u=Cr(o),f=Cr(r),g=Cr(n),y=M2(s.getLuminance()),w=Yo(s,y==="light"?-.04:.11),C=Yo(s,y==="light"?-.88:.87),x=Yo(s,y==="light"?-.77:.75),b=Yo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),T=Yo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),W=Yo(c,.15),A=Yo(c,-.06),R=Cr(c.getLuminance()>.5?a:i),I=Yo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:b.toHslString(),foreground4:T.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:A.toHslString(),foregroundAccent:R.toHslString(),success:u.toHslString(),successDark:I.toHslString(),error:g.toHslString(),warn:f.toHslString()}}function cs(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(Z=>o.includes(Z)),n,i,a,l,s,c,u,f,g,y,w;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),u=r?.includes("tiktok"),g=r?.includes("github"),f=r?.includes("linkedin"),y=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,g=e.githubOAuth,u=e.tiktokOAuth,f=e.linkedinOAuth,y=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,g,u,f,y,w].filter(Boolean),b=[a].filter(Boolean);if(C.length+x.length+b.length===0)throw new Error("You must enable at least one login method");let T=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;T&&b.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),T=!1):!T&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),T=!0);let W=Qf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let A=t?.intl?.defaultCountry??"US",{chains:R,defaultChain:I}=N2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),N=!!t?.defaultChain||!!t?.supportedChains,F=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ph({backgroundTheme:t?.appearance?.theme??xt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??xt.appearance.accentColor}),loginGroupPriority:T?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:g,tiktok:u,linkedin:f,apple:y,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??xt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??xt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??xt.rpcConfig.rpcTimeouts},chains:R,defaultChain:I,intl:{defaultCountry:A},shouldSwitchChainOnConnect:N,captchaEnabled:e.captchaEnabled??xt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...F?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:F?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??xt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??xt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??xt._render.inParentNodeId}}}function uh(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function N2({additionalChains:e,supportedChains:t,defaultChainFromConfig:o,hasRpcConfigDefined:r}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&r&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:ci.find(u=>u.id===s.id)??s)}else n=ci.concat(e??[]);let i=t?n[0]:ls,a=o??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}import{useRef as L2,useEffect as O2}from"react";var ds=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function br(e,t,o,r,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new xe("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((g,y)=>{o.current={resolve:g,reject:y};let w=1e3*60*5;setTimeout(()=>{let C=new xe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),y(C)},w)});return await e(f)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),r.current?.resolve(void 0);break}catch(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),f}if(c===null){let u=new xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as G2}from"react/jsx-runtime";var D2=function(e){return()=>`id-${e++}`}(0);function U2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function ro(e){return e.error!==void 0}var Ut=new ds,nc=new Map,F2=(e,t)=>typeof t=="bigint"?t.toString():t,B2=(e,t)=>`${e}${JSON.stringify(t,F2)}`;function no(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=B2(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=D2();Ut.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{nc.delete(n)});return nc.set(n,i),i}function H2(e){switch(e.event){case"privy:iframe:ready":let t=Ut.dequeue(e.event,e.id);return ro(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ut.dequeue(e.event,e.id);return ro(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ut.dequeue(e.event,e.id);return ro(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ut.dequeue(e.event,e.id);return ro(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ut.dequeue(e.event,e.id);return ro(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ut.dequeue(e.event,e.id);return ro(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ut.dequeue(e.event,e.id);return ro(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ut.dequeue(e.event,e.id);return ro(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ut.dequeue(e.event,e.id);return ro(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ut.dequeue(e.event,e.id);return ro(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function mh(e){let t=L2(null),o=zd();return O2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&U2(c.data)&&H2(c.data)}let i={create(c){return no("privy:wallet:create",c,r)},connect(c){return no("privy:wallet:connect",c,r)},recover(c){return br(u=>no("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return br(u=>no("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return br(u=>no("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return br(u=>no("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return br(u=>no("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return no("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return br(u=>no("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return cd(()=>no("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),G2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Si(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function ic(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var ps=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set when initialzing authentication.");try{let t=Bc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw oe(t)}}async authenticate(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Mfa flow has no API instance");if(!this.meta.smsCode)throw new v("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set prior to calling authenticate.");try{let t=Hc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return it(o)}catch(t){throw oe(t)}}};import{jsx as bo,jsxs as fh}from"react/jsx-runtime";var pi;function j2(e){return typeof e=="string"&&e.length===25}function De(){if(!pi){let e=X.get(Zo);return Promise.resolve(e||null)}return pi.getAccessToken()}var hh,hd=(e,t)=>hh(e,t),yh,yd=(e,t)=>yh(e,t),gh,gd=()=>gh(),K2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;X.put(En,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Y2=({config:e,...t})=>{if(!j2(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");pi||(pi=new _n({appId:t.appId,apiUrl:t.apiUrl||Ci}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),bo(J2,{...t,config:o,client:pi})},J2=e=>{let t=e.client,[o,r]=be(!1),[n,i]=be(!1),[a,l]=be(!1),[s,c]=be(null),[u,f]=be(!1),[g,y]=be([]),w=di(g),[C,x]=be(!1),[b,T]=be(null),[W,A]=be(!1),[R,I]=be({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:P}),[N,F]=be(null),[Y,Z]=be(null),[L,G]=be(null),[H,ne]=be({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""}),[D,de]=be(()=>{let d=uh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),cs(H,e.config)}),[Ft,_e]=be(!0),[Ae,me]=be({}),[ie,Eo]=be(null),[To,Jo]=be(null),[Qe,ke]=be(!1),[Po,Er]=be(!1),ee=di(null),St=di(null),te=di(Gd);t.onStoreToken=d=>{d&&ae(te,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{ae(te,"accessToken","onAccessTokenRemoved")};let fe=di(),yn=$2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(E=>E.type==="wallet"&&E.walletClientType==="privy")?p&&d?.some(E=>E?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=d=>{T(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},Bt=d=>{D.embeddedWallets.createOnLogin!=="off"&&_e(!0),se(d)};io(()=>{if(!L||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(L,p,D.defaultChain)}},[L,s]),io(()=>{L&&To?.(L)},[L]),io(()=>{(async()=>{if(!D.customAuth?.enabled)return;_e(!0);let{getCustomAccessToken:p,isLoading:m}=D.customAuth;if(!(!n||m))try{let E=await p();if(!E){await wn.logout();return}if(a)return;t.startAuthFlow(new Sr(E));let{user:M,isNewUser:$}=await t.authenticate();M||await wn.logout(),c(M||null),x($||!1),l(!0),Er(!0)}catch(E){console.warn(E),a&&await wn.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),io(()=>{Po&&L&&s&&ft(s,e.config?.embeddedWallets?.createOnLogin)&&(Er(!1),lc(s,kr).catch(console.error))},[Po&&L&&s]),io(()=>{async function d(){let p=await t.getServerConfig();ne(p);let m=cs(p,e.config);de(m),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let E=ms();K2();let M=z2();F(M),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,M,m.appearance.walletList),t.connectors?.initialize().then(()=>{ot()});let $=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!$),$&&ae(te,"login","onComplete",$,!1,!0,null),c($)),E||Ee.setReadyToTrue(),E&&$&&f(!0)}n||d()},[t,ie,n]),io(()=>{let d=cs(H,e.config);de(d)},[e.config,H]);let ms=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),E=d.get("privy_oauth_provider");return p&&m&&E?(t.startAuthFlow(new _o(E,p,m)),Bt("AWAITING_OAUTH_SCREEN"),!0):!1},gn=async(d,p,m,E)=>{let M=await t.connectors?.createWalletConnector(d,p)||null;xo(M,p,m,E)};async function xo(d,p,m,E){if(!d)return I({status:"disconnected",connectedWallet:null,connectError:new z("Unable to connect to wallet."),connector:null,connectRetry:P}),E?.(null,m);d instanceof jt&&p&&d.resetConnection(p),I({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>xo(d,p,m,E)});try{let M=await d.connect({showPrompt:!0});if(D.shouldSwitchChainOnConnect&&!D.chains.find($=>$.id===Number(M?.chainId))&&!(M?.connectorType==="wallet_connect_v2"&&M?.walletClientType==="metamask")){I($=>({...$,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:P}));try{await M?.switchChain(D.defaultChain.id),M&&(M.chainId=Rr(or(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return I($=>({...$,status:"connected",connectedWallet:M,connectError:null,connectRetry:P})),M&&!W&&ae(te,"connectWallet","onSuccess",M),E?.(M,m)}catch(M){return M instanceof Oe?(console.warn(M.cause?M.cause:M.message),W||ae(te,"connectWallet","onError",M.privyErrorCode||"generic_connect_wallet_error")):(console.warn(M),W||ae(te,"connectWallet","onError","unknown_connect_wallet_error")),I($=>({...$,status:"disconnected",connectedWallet:null,connectError:M})),E?.(null,m)}}let Re=async(d,p)=>{if(d===null)return;let m=new er(d,p);t.startAuthFlow(m)},ot=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!Ao()&&Bt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("Connector not initialized");se("AWAITING_CONNECTION");let E=new URL(window.location.href);E.searchParams.delete("privy_connector"),E.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",E),gn(p,m,void 0,Re)};io(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let rt=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");f(!0),se("LINK_WALLET_SCREEN")},sc=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},vn=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(I(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:P})),D.captchaEnabled&&!a){let m={callback:E=>Re(d,E),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};me({captchaModalData:m}),Bt("CAPTCHA_SCREEN")}else await Re(d),Bt("AWAITING_CONNECTION")},ut=async(d,p)=>{if(!D.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:E}=await zu(t,d,p?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:E}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},Tr=()=>{y(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:sc(m),loginOrLink:async()=>{if(!await m.isConnected())throw new v("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");vn(m)},fund:async E=>{let{signedUrl:M,externalTransactionId:$}=await ut(m.address,E);me({fiatOnRampPrompt:{signedUrl:M},fiatOnRampStatus:{externalTransactionId:$}}),se("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let E=await t.unlinkWallet(m.address);c(E)}}))||[];return ke(yn(p)),Ai(d,p)?d:p})};io(()=>{Tr()},[s?.linkedAccounts,a,n]),io(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");Tr(),t.connectors.on("walletsUpdated",Tr)}},[n]);let Ch=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};io(()=>{if(!g[0])return;let d=g[0],p=w.current.find(E=>E.address===d.address),m=s?.linkedAccounts.find(E=>E.type==="wallet"&&E.address===d.address);if(!p&&m){let E=Object.assign({},s);E.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(E)}w.current=g},[g]);let lc=async(d,p)=>{if(pe(d))throw ae(te,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[E,M]=await Promise.all([Ee.initializeWalletProxy(p),De()]);if(!E&&e.config?.customAuth?.enabled)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!E||!M||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise(($,he)=>{_e(!0),me({createWallet:{onSuccess:mt=>{ae(te,"createWallet","onSuccess",mt),$(mt)},onFailure:mt=>{ae(te,"createWallet","onError","unknown_embedded_wallet_error"),he(mt)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await E.create({accessToken:M});let $=await Ee.refreshUser(),he=pe($);if(!he)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ae(te,"createWallet","onSuccess",he),he}},bh=d=>{if(!D.chains.map(p=>p.id).includes(d))throw new z(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},cc=(d,p,m)=>new Promise(async(E,M)=>{if(!a||!s){M(new Error("User must be authenticated before signing with a Privy wallet"));return}let $=pe(s);if(!$){M(new Error("Must have a Privy wallet before signing"));return}_e(!0);let he=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Pr=d.chainId?Number(d.chainId):he.chainId;bh(Pr);let mt=Object.assign({},d,{chainId:Pr}),Cn=async()=>{let So=await De();if(!So||!L){M(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ee.recoverEmbeddedWallet()){M(new Error("Unable to connect to wallet"));return}let uc=new V2(kt(mt.chainId,D.chains,D.rpcConfig)),Th=await mn($.address,mt,uc),Ph=await ts(So,$.address,L,Th,uc);E(Ph)}catch(ui){M(ui)}};if(D.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Cn();else{let So={transactionRequest:mt,onSuccess:E,onFailure:M,uiOptions:p||{},fundWalletConfig:m},ui={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:M};me({connectWallet:ui,sendTransaction:So}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function dc(){return new Promise(async(d,p)=>{let m=await De();if(!m||!L)throw new Error("Must have valid access token to enroll in MFA");try{await L.verifyMfa({accessToken:m}),d()}catch(E){p(E)}})}let wn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ch,linkWallet:rt,linkEmail:()=>{if(!a)throw new v("User must be authenticated before linking an email address.");if(s?.email)throw new v("User already has an email linked to their account.");f(!0),se("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new v("User must be authenticated before linking a phone number.");if(s?.phone)throw new v("User already has a phone number linked to their account.");f(!0),se("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new v("User must be authenticated before linking a Google account.");if(s?.google)throw new v("User already has a Google account linked to their account.");await Ee.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new v("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new v("User already has a Twitter account linked to their account.");await Ee.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new v("User must be authenticated before linking a Discord account.");if(s?.discord)throw new v("User already has a Discord account linked to their account.");await Ee.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new v("User must be authenticated before linking a GitHub account.");if(s?.github)throw new v("User already has a Github account linked to their account.");await Ee.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new v("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new v("User already has a Tiktok account linked to their account.");await Ee.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new v("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new v("User already has a LinkedIn account linked to their account.");await Ee.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await Ee.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await Ee.initLoginWithFarcaster(),f(!0),se("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{Eo(()=>d)}),Eo(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}A(!0),Bt("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),T(null),ae(te,"logout","onSuccess"),f(!1),r(!1),X.del(Tn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new le;let d=g.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(E=>E.address===d?.address));return!d||!p?new le:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new ac(new zt(new le));let d=g.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(E=>E.address===d?.address));return!d||!p?new ac(new zt(new le)):new ac(new zt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Io(new le);let d=g.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(E=>E.address===d?.address));return!d||!p?new Io(new le):new Io(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=g.find(E=>us(E.address)===us(d)),m=s?.linkedAccounts.find(E=>E.type==="wallet"&&us(E.address)===us(d));if(!p||!await p.isConnected())Z(d),rt();else if(!p.linked)p.loginOrLink();else{let E=Object.assign({},s);E.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(E)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw ae(te,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return lc(s,15e3)},setWalletPassword:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=pe(s);if(!m||!L){p(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await dc(),_e(!0);let E={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},M={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};me({setWalletPassword:E,connectWallet:M}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(m,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}let M=pe(s);if(!M){E(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){E(new Error("Message must be a non-empty string"));return}_e(!0);let $=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let he=await De();if(!L||!he)throw new Error("Unable to connect to wallet");if(!await Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:M.address});let{response:mt}=await L.rpc({accessToken:he,address:M.address,request:{method:"personal_sign",params:[d,M.address]}}),Cn=mt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:M.address}),Cn};if(D.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let he=await $();m(he)}catch(he){E(he??new $e("Unable to sign message"))}}else{let mt={message:d,confirmAndSignMessage:$,onSuccess:So=>{m(So)},onFailure:So=>{E(So)},uiOptions:p||{}},Cn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};me({signMessage:mt,connectWallet:Cn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let M=await(await cc(d,p,m)).wait();return rs(M)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=pe(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}_e(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},M=await De();if(!M||!L){p(new Error("Must have valid access token to enroll in MFA"));return}if(!L){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await L.connect({accessToken:M,address:m.address}),await L.verifyMfa({accessToken:M})}catch(he){if(lr(he)&&m.recoveryMethod==="privy")await L.recover({accessToken:M,address:m.address});else throw he}}catch(he){p(he);return}let $={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};me({keyExport:$,connectWallet:E}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:dc,async init(d){let p;switch(d){case"sms":p=new ps("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":ee.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,E)=>{St.current={resolve:m,reject:E}});break;default:throw ee.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){ee.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){Ee.closePrivyModal(),p();return}D.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),me({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:p,onFailure:m}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await De();if(!d||!L)throw new Error("Must have valid access token to enroll in MFA");let p=await L.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await De();if(!p||!L)throw new Error("Must have valid access token to remove MFA");await L.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return Ee.loginWithCode(d)},initLoginWithEmail(d){return Ee.initLoginWithEmail(d)},initLoginWithSms(d){return Ee.initLoginWithSms(d)},isModalOpen:o};hh=wn.signMessage,yh=async(...d)=>{let p=await cc(...d);return D.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let pc=!!e.config?.headless,Ee=(()=>({headless:pc,isNewUserThisSession:C,isLinking:u,linkingHint:Y,pendingTransaction:null,walletConnectionStatus:R,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>D.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(L)return L;let p=new Promise(M=>{Jo(()=>$=>M($))}),m=new Promise(M=>setTimeout(()=>M(null),d)),E=await Promise.race([p,m]);return Jo(null),E},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(ae(te,"login","onComplete",s,C,!1,fe.current??null),e.onSuccess?.(s,C)):W&&ae(te,"login","onError","exited_auth_flow"),Z(null),A(!1),f(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:xo,initLoginWithWallet:async(d,p)=>{fe.current="siwe",Re(d,p)},loginWithWallet:async()=>{if(!n)throw new xr;if(!(t.authFlow instanceof er))throw new v("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),x(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new bn(d);t.startAuthFlow(p);try{fe.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new xr;if(!(t.authFlow instanceof bn))throw new v("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),x(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(od()){if(d==="google"&&ic(window.navigator.userAgent)){Bt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{Bt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new _o(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let E=await t.authFlow.getAuthorizationUrl();E&&E.url&&window.location.assign(E.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof _o))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=_t.get(_r),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let E,M;if(a)E=await t.link();else try{({user:E,isNewUser:M}=await t.authenticate()),fe.current=d}catch($){throw ae(te,"login","onError",$.privyErrorCode||"unknown_auth_error"),$}c(E),x(M||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new Qo(d,p);t.startAuthFlow(m);try{fe.current="email",await m.sendCodeEmail()}catch(E){throw ae(te,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},initLoginWithSms:async(d,p)=>{let m=new tr(d,p);t.startAuthFlow(m);try{fe.current="sms",await m.sendSmsCode()}catch(E){throw ae(te,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new xr;if(t.authFlow instanceof Qo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof tr)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),x(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:L,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(M=>M.type==="wallet"&&M.walletClientType==="privy"),E=await De();if(!E||!L||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}_e(!0);try{await L.connect({accessToken:E,address:m.address}),d(!0)}catch(M){lr(M)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await L.recover({address:m.address,accessToken:E})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):lr(M)?(me({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(M)}}),getFiatOnRampConfig:ut,setReadyToTrue:()=>{i(!0),ie?.()},updateWallets:()=>Tr()}))();gh=Ee.recoverEmbeddedWallet;let Eh=q2(()=>({wallets:g,ready:Qe}),[g,Qe]);return bo(Te.Provider,{value:wn,children:bo(Ms.Provider,{value:te,children:bo(Yl.Provider,{value:Eh,children:fh(Fd,{...D,children:[e.children,fh(Ws.Provider,{value:Ee,children:[!pc&&D.captchaEnabled&&n&&!a&&bo(Is,{delayedExecution:!1}),bo(qf,{theme:{...D.appearance.palette||{}}}),bo(Td,{appConfig:D,data:Ae,setModalData:me,setInitialScreen:T,initialScreen:b,authenticated:a,open:o,children:bo(Jf,{open:o})}),Ft&&H.id?bo(mh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ee,mfaSubmitPromise:St,onLoad:G,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Q2}from"react";function Z2(e){let{login:t}=Q2(Te);return ht("login",e),{login:t}}import{useContext as X2}from"react";function eE(e){let{logout:t}=X2(Te);return ht("logout",e),{logout:t}}import{useCallback as vh}from"react";var tE=()=>{let e=ue(),{initLoginWithEmail:t,loginWithCode:o}=U(),r=vh(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=vh(async({code:i})=>{if(e.enabled&&e.status==="error")throw new lo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as wh}from"react";var oE=()=>{let e=ue(),{initLoginWithSms:t,loginWithCode:o}=U(),r=wh(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=wh(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new lo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as rE}from"react";function nE(e){let{connectWallet:t}=rE(Te);return ht("connectWallet",e),{connectWallet:t}}import{useContext as iE}from"react";function aE(e){let{createWallet:t}=iE(Te);return ht("createWallet",e),{createWallet:t}}import{useContext as sE}from"react";var lE=()=>{let{isModalOpen:e}=sE(Te);return{isOpen:e}};import{useContext as cE}from"react";function dE(e){let{getAccessToken:t}=cE(Te);return ht("accessToken",e),{getAccessToken:t}}function pE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{zt as AsExternalProvider,Is as Captcha,Sn as ConnectorManager,_n as PrivyClient,Y2 as PrivyProvider,le as PrivyProxyProvider,ci as SUPPORTED_CHAINS,ys as VERSION,et as WalletConnector,pE as addRpcUrlOverrideToChain,sl as errorIndicatesMaxMfaRetries,Jr as errorIndicatesMfaTimeout,Qr as errorIndicatesMfaVerificationFailed,De as getAccessToken,nE as useConnectWallet,aE as useCreateWallet,Z2 as useLogin,tE as useLoginWithEmail,oE as useLoginWithSms,eE as useLogout,dn as useMfa,Xn as useMfaEnrollment,lE as useModalStatus,U as usePrivy,Ns as useRegisterMfaListener,dE as useToken,si as useWallets};
|