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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var Fy=Object.create;var ra=Object.defineProperty;var By=Object.getOwnPropertyDescriptor;var Hy=Object.getOwnPropertyNames;var Gy=Object.getPrototypeOf,Vy=Object.prototype.hasOwnProperty;var zy=(e,t)=>{for(var o in t)ra(e,o,{get:t[o],enumerable:!0})},Zc=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Hy(t))!Vy.call(e,n)&&n!==o&&ra(e,n,{get:()=>t[n],enumerable:!(r=By(t,n))||r.enumerable});return e};var A=(e,t,o)=>(o=e!=null?Fy(Gy(e)):{},Zc(t||!e||!e.__esModule?ra(o,"default",{value:e,enumerable:!0}):o,e)),$y=e=>Zc(ra({},"__esModule",{value:!0}),e);var yl=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Xc=(e,t,o)=>(yl(e,t,"read from private field"),o?o.call(e):t.get(e)),na=(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)},gl=(e,t,o,r)=>(yl(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var ed=(e,t,o)=>(yl(e,t,"access private method"),o);var aC={};zy(aC,{AsExternalProvider:()=>io,Captcha:()=>La,ConnectorManager:()=>Rn,PrivyClient:()=>In,PrivyProvider:()=>vy,PrivyProxyProvider:()=>Ce,SUPPORTED_CHAINS:()=>hi,VERSION:()=>ua,WalletConnector:()=>mt,addRpcUrlOverrideToChain:()=>My,errorIndicatesMaxMfaRetries:()=>ls,errorIndicatesMfaTimeout:()=>Kr,errorIndicatesMfaVerificationFailed:()=>Yr,getAccessToken:()=>tt,useConnectWallet:()=>Sy,useCreateWallet:()=>Ay,useLogin:()=>Cy,useLoginWithEmail:()=>Ty,useLoginWithSms:()=>Py,useLogout:()=>Ey,useMfa:()=>an,useMfaEnrollment:()=>ai,useModalStatus:()=>Ry,usePrivy:()=>B,useRegisterMfaListener:()=>Fa,useToken:()=>Wy,useWallets:()=>ui});module.exports=$y(aC);var ea=require("@ethersproject/address"),yi=require("@ethersproject/providers"),fy=require("mipd"),$=require("react");var td=require("ofetch"),nt=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}]`:""}`}},Co=class extends nt{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends nt{constructor(o,r,n){super(o,r,n);this.type="client_error"}},ia=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var K=class extends nt{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},de=e=>{if(e instanceof nt)return e;if(!(e instanceof td.FetchError))return ct(e);if(!e.response)return new Co("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Co(t||"ApiError",e.response.status,o||r,e,n)},ct=e=>e instanceof nt?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var fn=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},At=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},aa=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var sa=()=>"/api/v1/sessions",la=()=>"/api/v1/sessions/logout",od=()=>"/api/v1/sessions/fork",ca=()=>"/api/v1/sessions/fork/recover",rd=()=>"/api/v1/siwe/init",nd=()=>"/api/v1/siwe/authenticate",id=()=>"/api/v1/siwe/link",ad=()=>"/api/v1/farcaster/init",sd=()=>"/api/v1/farcaster/authenticate",ld=()=>"/api/v1/farcaster/link",cd=()=>"/api/v1/farcaster/status",dd=()=>"/api/v1/passwordless/init",pd=()=>"/api/v1/passwordless/authenticate",ud=()=>"/api/v1/passwordless/link",md=()=>"/api/v1/passwordless_sms/init",fd=()=>"/api/v1/passwordless_sms/authenticate",hd=()=>"/api/v1/passwordless_sms/link",yd=()=>"/api/v1/oauth/init",gd=()=>"/api/v1/oauth/authenticate",vd=()=>"/api/v1/oauth/link",wd=()=>"/api/v1/siwe/unlink",Cd=()=>"/api/v1/passwordless/unlink",bd=()=>"/api/v1/passwordless_sms/unlink",Ed=()=>"/api/v1/oauth/unlink",Td=()=>"/api/v1/farcaster/unlink",Pd=()=>"/api/v1/analytics_events",xd=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Sd=()=>"/api/v1/custom_jwt_account/authenticate",_d=()=>"/api/v1/mfa/passwordless_sms/init";var Ad=()=>"/api/v1/mfa/passwordless_sms/enroll";var kd=()=>"/api/v1/users/me/accept_terms";var hn=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=Sd(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw de(t)}}async link(){throw new Error("Unimplemented")}};var Fr=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=pd(),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 de(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=ud();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw de(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=dd();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Rd=require("react-device-detect");var dt=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var Ei=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new dt(this._startChannelOnce.bind(this)),this.pollForReady=new dt(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(sd(),{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 de(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(ld(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw de(t)}}async _startChannelOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=await this.api.post(ad(),{token:this.captchaToken});Rd.isMobile&&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(cd(),{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}};var xl=require("jose");var Id="1.56.2-beta-20240220135538";var da="4df5e2316331463a9130964bd6078dfa",Wd="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Md="34357d3c125c2bcf2ce2bc3309d98715",pa="https://auth.privy.io",Nd=2e4,pt=1400,Ld=2500,ua=Id;var Br="privy:token",vl="privy-token",ma="privy:refresh_token",wl="privy-refresh-token",fa="privy-session",Ti="privy:session_transfer_token",jy="privy:wallet",Pi="privy:caid",yn="privy:state_code",gn="privy:code_verifier",ha=e=>`${jy}:${e}`,Cl="privy:connectors",bl="privy:connections";var Hr=12e4,$o=1,El="0x1",vn=3e4,Od="https://api.moonpay.com/v1",Dd="https://api.moonpay.com/v1",Ud="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Fd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Bd="0x420000000000000000000000000000000000000F",Hd=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Gd(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Vd(e){return crypto.getRandomValues(new Uint8Array(e))}var ya=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)}},Tl=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)}},Pl=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 zd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function Ky(){return typeof window<"u"&&window.localStorage?new Tl:new ya}function Yy(){return typeof window<"u"&&window.sessionStorage?new Pl:new ya}var to=Yy(),ie=Ky();var Jy="S256",Qy="S256",mr=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=to.get(gn);if(!t)throw new v("Authentication error.");try{let o=gd(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return to.del(gn),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=de(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=to.get(gn);if(!t)throw new v("Authentication error.");try{let o=vd(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return to.del(gn),r}catch(o){throw de(o)}}createCodeVerifier(){return xl.base64url.encode(Vd(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Jy){if(o==Qy){let r=await Gd(t);return xl.base64url.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();to.put(gn,t);let o=this.createStateCode();to.put(yn,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=yd();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 de(n)}}};var Gr=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
1
+ "use strict";var sg=Object.create;var Qi=Object.defineProperty;var lg=Object.getOwnPropertyDescriptor;var cg=Object.getOwnPropertyNames;var dg=Object.getPrototypeOf,pg=Object.prototype.hasOwnProperty;var ug=(e,t)=>{for(var o in t)Qi(e,o,{get:t[o],enumerable:!0})},Gc=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of cg(t))!pg.call(e,n)&&n!==o&&Qi(e,n,{get:()=>t[n],enumerable:!(r=lg(t,n))||r.enumerable});return e};var f=(e,t,o)=>(o=e!=null?sg(dg(e)):{},Gc(t||!e||!e.__esModule?Qi(o,"default",{value:e,enumerable:!0}):o,e)),mg=e=>Gc(Qi({},"__esModule",{value:!0}),e);var rl=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Vc=(e,t,o)=>(rl(e,t,"read from private field"),o?o.call(e):t.get(e)),Zi=(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)},nl=(e,t,o,r)=>(rl(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var zc=(e,t,o)=>(rl(e,t,"access private method"),o);var AC={};ug(AC,{AsExternalProvider:()=>io,Captcha:()=>ka,ConnectorManager:()=>_n,PrivyClient:()=>An,PrivyProvider:()=>By,PrivyProxyProvider:()=>Ce,SUPPORTED_CHAINS:()=>ci,VERSION:()=>aa,WalletConnector:()=>mt,addRpcUrlOverrideToChain:()=>tg,errorIndicatesMaxMfaRetries:()=>Xa,errorIndicatesMfaTimeout:()=>$r,errorIndicatesMfaVerificationFailed:()=>qr,getAccessToken:()=>tt,useConnectWallet:()=>Ky,useCreateWallet:()=>Jy,useLogin:()=>Gy,useLoginWithEmail:()=>$y,useLoginWithSms:()=>qy,useLogout:()=>zy,useMfa:()=>on,useMfaEnrollment:()=>ei,useModalStatus:()=>Zy,usePrivy:()=>B,useRegisterMfaListener:()=>Ma,useToken:()=>eg,useWallets:()=>ai});module.exports=mg(AC);var Ki=require("@ethersproject/address"),di=require("@ethersproject/providers"),Oy=require("mipd"),$=require("react");var $c=require("ofetch"),nt=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}]`:""}`}},Co=class extends nt{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends nt{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Xi=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var K=class extends nt{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},de=e=>{if(e instanceof nt)return e;if(!(e instanceof $c.FetchError))return ct(e);if(!e.response)return new Co("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Co(t||"ApiError",e.response.status,o||r,e,n)},ct=e=>e instanceof nt?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var pn=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},At=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},ea=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ta=()=>"/api/v1/sessions",oa=()=>"/api/v1/sessions/logout",qc=()=>"/api/v1/sessions/fork",ra=()=>"/api/v1/sessions/fork/recover",jc=()=>"/api/v1/siwe/init",Kc=()=>"/api/v1/siwe/authenticate",Yc=()=>"/api/v1/siwe/link",Jc=()=>"/api/v1/farcaster/init",Qc=()=>"/api/v1/farcaster/authenticate",Zc=()=>"/api/v1/farcaster/link",Xc=()=>"/api/v1/farcaster/status",ed=()=>"/api/v1/passwordless/init",td=()=>"/api/v1/passwordless/authenticate",od=()=>"/api/v1/passwordless/link",rd=()=>"/api/v1/passwordless_sms/init",nd=()=>"/api/v1/passwordless_sms/authenticate",id=()=>"/api/v1/passwordless_sms/link",ad=()=>"/api/v1/oauth/init",sd=()=>"/api/v1/oauth/authenticate",ld=()=>"/api/v1/oauth/link",cd=()=>"/api/v1/siwe/unlink",dd=()=>"/api/v1/passwordless/unlink",pd=()=>"/api/v1/passwordless_sms/unlink",ud=()=>"/api/v1/oauth/unlink",md=()=>"/api/v1/farcaster/unlink",fd=()=>"/api/v1/analytics_events",hd=()=>"/api/v1/plugins/moonpay_on_ramp/sign",yd=()=>"/api/v1/custom_jwt_account/authenticate",gd=()=>"/api/v1/mfa/passwordless_sms/init";var vd=()=>"/api/v1/mfa/passwordless_sms/enroll";var wd=()=>"/api/v1/users/me/accept_terms";var un=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=yd(),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 de(t)}}async link(){throw new Error("Unimplemented")}};var Or=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=td(),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 de(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=od();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw de(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=ed();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Cd=require("react-device-detect");var dt=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var yi=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new dt(this._startChannelOnce.bind(this)),this.pollForReady=new dt(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");try{let t=await this.api.post(Qc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new w("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{return await this.api.post(Zc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw de(t)}}async _startChannelOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=await this.api.post(Jc(),{token:this.captchaToken});Cd.isMobile&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new w("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");let t=await this.api.get(Xc(),{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}};var ul=require("jose");var bd="1.56.2";var na="4df5e2316331463a9130964bd6078dfa",Ed="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Td="34357d3c125c2bcf2ce2bc3309d98715",ia="https://auth.privy.io",Pd=2e4,pt=1400,xd=2500,aa=bd;var Dr="privy:token",il="privy-token",sa="privy:refresh_token",al="privy-refresh-token",la="privy-session",gi="privy:session_transfer_token",hg="privy:wallet",vi="privy:caid",mn="privy:state_code",fn="privy:code_verifier",ca=e=>`${hg}:${e}`,sl="privy:connectors",ll="privy:connections";var Ur=12e4,zo=1,cl="0x1",hn=3e4,Sd="https://api.moonpay.com/v1",_d="https://api.moonpay.com/v1",Ad="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",kd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Rd="0x420000000000000000000000000000000000000F",Id=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Wd(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Md(e){return crypto.getRandomValues(new Uint8Array(e))}var da=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)}},dl=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)}},pl=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 Nd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function yg(){return typeof window<"u"&&window.localStorage?new dl:new da}function gg(){return typeof window<"u"&&window.sessionStorage?new pl:new da}var to=gg(),ie=yg();var vg="S256",wg="S256",pr=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=to.get(fn);if(!t)throw new w("Authentication error.");try{let o=sd(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return to.del(fn),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=de(o);throw r.privyErrorCode?new w(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=to.get(fn);if(!t)throw new w("Authentication error.");try{let o=ld(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return to.del(fn),r}catch(o){throw de(o)}}createCodeVerifier(){return ul.base64url.encode(Md(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=vg){if(o==wg){let r=await Wd(t);return ul.base64url.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();to.put(fn,t);let o=this.createStateCode();to.put(mn,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=ad();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 de(n)}}};var Fr=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 dt(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(nd(),{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 de(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(id(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw de(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(rd(),{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 Vr=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=fd(),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 de(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=hd();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw de(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=md();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Sp=require("uuid");function wt(e){return new Date(e*1e3)}function Zy(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:wt(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:wt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:wt(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:wt(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:wt(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:wt(o.verified_at)};t.push(c);break;case"github_oauth":let m={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(m);break;case"tiktok_oauth":let y={subject:o.subject,username:o.username,type:o.type,verifiedAt:wt(o.verified_at)};t.push(y);break;case"linkedin_oauth":let h={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(h);break;case"apple_oauth":let g={subject:o.subject,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(g);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:wt(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:wt(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function oo(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var xe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Xy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Ht=(e,t)=>t==="all-users"&&!xe(e)||t==="users-without-wallets"&&!Xy(e)?.length;function kt(e){if(!e)return null;let t=Zy(e.linked_accounts),o=oo(t,"wallet"),r=oo(t,"email"),n=oo(t,"phone"),i=oo(t,"google_oauth"),a=oo(t,"twitter_oauth"),l=oo(t,"discord_oauth"),s=oo(t,"github_oauth"),c=oo(t,"tiktok_oauth"),m=oo(t,"linkedin_oauth"),y=oo(t,"apple_oauth"),h=oo(t,"farcaster"),g=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:wt(x)}));return{id:e.id,createdAt:wt(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:m&&{subject:m.subject,name:m.name,email:m.email},apple:y&&{subject:y.subject,email:y.email},farcaster:h&&{fid:h.fid,ownerAddress:h.ownerAddress,displayName:h.displayName,username:h.username,bio:h.bio,pfp:h.pfp,url:h.url},mfaMethods:g.map(C=>C.type),hasAcceptedTerms:e.has_accepted_terms??!1}}var Ml=require("@ethersproject/address"),Ep=A(require("eventemitter3"));function $d(){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 ga=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 Sl=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||ga(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Sl(o))return!1}return!0},fr=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),qd=()=>{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 jd=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),Kd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},hr=(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}`},_l=e=>new Promise(t=>setTimeout(t,e));function Yd(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 Jd=(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 _l(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},va=(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 Al=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),zr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Qd(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 $d()){let m=ga(c);if(!l.some(y=>y.info.name===m)){if(Sl(c,!0)&&!s.find(y=>y.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(m==="Phantom"&&!s.find(y=>y.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(y=>y.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function wn(e){return`eip155:${String(Number(e))}`}var ro=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new K(`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]+"/"+da:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Wd:i=n.rpcUrls.default?.http[0],!i)throw new K(`No RPC url found for ${e}`);return i},Zd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new K(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};var ap=A(require("@coinbase/wallet-sdk"));var xi=require("react/jsx-runtime"),Si=({style:e,...t})=>(0,xi.jsxs)("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:[(0,xi.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,xi.jsx)("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"})]});var ao=require("@ethersproject/address"),Rl=require("@ethersproject/providers"),ip=A(require("eventemitter3"));var kl=require("@ethersproject/providers"),tp=A(require("eventemitter3"));var eg=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Xd=e=>eg.includes(e);var ep=require("@ethersproject/logger");var Cn=class extends K{constructor(){super("Wallet timeout");this.type="wallet_error"}},bn=class extends K{constructor(){super("User rejected connection");this.type="wallet_error"}},no=e=>{if(e instanceof K)return e;if(e?.code&&e?.reason){let t=new ut(e);return e.code===ep.ErrorCode.ACTION_REJECTED&&(t.details=Ct.E4001_USER_REJECTED_REQUEST),t}return e?.code?new ut(e):new K("Unknown connector error",e)},Eo=class extends nt{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},ut=class extends Eo{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Ct).find(i=>i.eipCode===r.code);this.details=n||Ct.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Ct.E32002_CONNECTION_ALREADY_PENDING:this.details=Ct.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ct.E32002_WALLET_LOCKED))}},tg={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}},og={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}},rg={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}},Ct={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...rg,...og},qo={...tg,...Ct};var Ce=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 Cn,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||Hr,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 K(`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 no(o)})}},yr=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},wa=class extends tp.default{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 kl.StaticJsonRpcProvider(ro(a,this.chains,n)),this.rpcTimeoutDuration=En(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new yr(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await tt()||!this.address)throw new yr("Disconnected",4900);return(await rp(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new yr(`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 yr(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new kl.StaticJsonRpcProvider(ro(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 op(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:zr(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 zr(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(Xd(o.method)){let r=await tt();if(await np(),!r||!this.address)throw new yr("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 yr("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await tt();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}}},io=class extends Ce{constructor(o){super(o,o.rpcTimeoutDuration)}},gr=class extends Ce{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 ng=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},mt=class extends ip.default{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=wn(o),this.walletClientType==="privy"&&ie.put(ha(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=En(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>(0,ao.getAddress)(a.address)===(0,ao.getAddress)(o));return{address:(0,ao.getAddress)(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new K("Wallet is not currently connected.");let l=this.wallets.find(h=>(0,ao.getAddress)(h.address)===(0,ao.getAddress)(o))?.chainId;if(!l)throw new K("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===wn(s))return;let m=this.chains.find(h=>h.id===c);if(!m)throw new K(`Unsupported chainId: ${a}`);let y=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await y()}catch(h){if(ng(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:m.name,nativeCurrency:m.nativeCurrency,rpcUrls:[m.rpcUrls.default?.http[0]??""],blockExplorerUrls:[m.blockExplorers?.default.url??""]}]}),y();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new K(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new K("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new K("Wallet is not currently connected.");return new Rl.Web3Provider(new io(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new K("Wallet is not currently connected.");return new gr(this.proxyProvider)},sign:async a=>{if(!await i())throw new K("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=(0,ao.getAddress)(n),a=[],l;if(this.walletClientType==="privy"){let c=ie.get(ha(i));this.chains.find(m=>m.id===Number(c))||(ie.del(ha(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 ${El}`,c),l=El}let s=wn(l);if(!a.find(c=>(0,ao.getAddress)(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet((0,ao.getAddress)(n),s,c))}Ca(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=>(0,ao.getAddress)(n)===(0,ao.getAddress)(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 Rl.Web3Provider(new io(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 ig=e=>{let t=`https://mainnet.infura.io/v3/${da}`,o=1;return e.makeWeb3Provider(t,o)},ba,Ea=class extends mt{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),ba||(ba=new ap.default({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(ig(ba)),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(){ba.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Si,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new K("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw no(o)}}};var Il=require("react/jsx-runtime"),Ta=({...e})=>(0,Il.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,Il.jsx)("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 Pa=class extends mt{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:[zr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Ta,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};var Wl=require("react/jsx-runtime"),Tn=({style:e,...t})=>(0,Wl.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:(0,Wl.jsx)("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"})});var it=require("react/jsx-runtime"),Pn=({style:e,...t})=>(0,it.jsxs)("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:[(0,it.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,it.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"})]});var _i=require("react/jsx-runtime"),To=({style:e,...t})=>(0,_i.jsxs)("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:[(0,_i.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,_i.jsx)("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 Sn=class extends mt{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new K("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw no(o)}}},xn,_n=class extends mt{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";na(this,xn,void 0);this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?gl(this,xn,{name:"MetaMask",icon:Pn,id:"io.metamask"}):a==="phantom"&&gl(this,xn,{name:"Phantom",icon:To,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Xc(this,xn)??{name:"Browser Extension",icon:Tn,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new K("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw no(o)}}};xn=new WeakMap;var ag=require("@ethersproject/address"),sg=require("@ethersproject/providers"),sp=require("react-device-detect");var xa=class extends Sn{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{sp.isMobile||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 K("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw no(t)}}};var Sa=class extends mt{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new Ce(void 0,Hr);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var _a=class extends Sa{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:To,id:"phantom"}}};var kn=require("@walletconnect/ethereum-provider"),bp=require("react-device-detect");var Gt=require("react");var lp=require("react/jsx-runtime");function Aa({src:e,...t}){return(0,lp.jsx)("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.")};var ka=require("react/jsx-runtime"),cp=(0,Gt.createContext)({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),lg=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],dp=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=(0,Gt.useState)(e.initialScreen);(0,Gt.useEffect)(()=>{!o&&!lg.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=(0,Gt.useRef)(null);(0,Gt.useEffect)(()=>{e.open||(i.current=null)},[e.open]),(0,Gt.useEffect)(()=>{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(0,ka.jsxs)(cp.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&(0,ka.jsx)(Aa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>(0,Gt.useContext)(cp);var jo=require("react/jsx-runtime"),Ai=({style:e,...t})=>{let{app:o}=_();return(0,jo.jsxs)("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:[(0,jo.jsx)("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,jo.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,jo.jsx)("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"})}),(0,jo.jsx)("defs",{children:(0,jo.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,jo.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Ra=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(An))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var An={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 cg(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var pp=e=>e in An,up=e=>{let t=An[e].mobile;if("native"in t)return t.native};function mp(e,t){let o=cg(t);if(o.deepLink)return vp(o.deepLink,e);if(o.universalLink)return wp(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var fp="WALLETCONNECT_DEEPLINK_CHOICE";function hp(){try{localStorage.removeItem(fp)}catch{}}function yp({href:e,name:t}){try{localStorage.setItem(fp,JSON.stringify({href:e,name:t}))}catch{}}function gp(e){return e.startsWith("http://")||e.startsWith("https://")}function vp(e,t){if(gp(e))return wp(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 wp(e,t){if(!gp(e))return vp(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Cp(e,t){window.open(e,t,"noreferrer noopener")}var Po=class extends mt{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=An[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=Ra(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:Pn,id:"io.metamask"}:{name:Al(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||Ai,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=An[o],this.walletClientType=o,this.redirectUri=void 0,hp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new bn)};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 K("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Ra(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=En(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(no(a));return}r(new K("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=ro(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await kn.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:kn.OPTIONAL_EVENTS,optionalMethods:kn.OPTIONAL_METHODS,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),bp.isMobile&&this.walletEntry){let{redirect:l,href:s}=mp(a,this.walletEntry);yp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Cp(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=Ra(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Nl=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,Ml.getAddress)(t)).length:!1},En=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Hr:Hr,Rn=class extends Ep.default{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new Ce:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;ie.get(Cl)&&(ie.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ie.del(r)}),ie.del(Cl));let o=Qd(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"),!fr()&&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 wa(o,r,this.rpcConfig,this.chains,n.id),l=new Pa(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 Po&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new xa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new _n(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new _n(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new _n(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Sn(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Ea(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new _a(this.defaultChain):new Po(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ie.get(bl);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}));ie.put(bl,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=(0,Ml.getAddress)(o),this.emit("walletsUpdated")}};function Ca(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}var Tp=require("ofetch");var dg=[sa(),ca(),la()],Ia=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=ua,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Tp.ofetch.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=!dg.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 ia}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw de(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw de(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw de(r)}}};var vr=A(require("js-cookie"));function Pp(e){return e instanceof Fr?"email":e instanceof Vr?"sms":e instanceof Gr?"siwe":e instanceof hn?"custom_auth":e instanceof mr?e.meta.provider:null}var xp=A(require("jose")),xo=class{static parse(t){try{return new xo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=xp.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 pg=30,Wa=class{constructor(){this.authenticateOnce=new dt(async t=>this._authenticate(t)),this.linkOnce=new dt(async t=>this._link(t)),this.refreshOnce=new dt(this._refresh.bind(this)),this.destroyOnce=new dt(this._destroy.bind(this)),this.forkSessionOnce=new dt(this._forkSession.bind(this))}get token(){try{let t=ie.get(Br);return typeof t=="string"?new xo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ie.get(ma);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ie.get(Ti);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=vr.default.get(fa);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=xo.parse(this.token);return t!==null&&!t.isExpired(pg)}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=Pp(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:kt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),ct(o)}}async _link(t){try{let o=await t.link();return kt(o)}catch(o){throw console.warn("Error linking account"),ct(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(sa(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ca(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),kt(n.user)}catch(n){if(n instanceof Co&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw ct(n)}}async _destroy(){try{await this.api?.post(la(),{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(od(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw ct(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ie.get(Br);if(ie.put(Br,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=xo.parse(t)?.expiration;vr.default.set(vl,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ie.del(Br),vr.default.remove(vl)}storeRefreshToken(t){typeof t=="string"?(ie.put(ma,t),this.client?.useServerCookies||(vr.default.set(fa,"t",{sameSite:"Strict",secure:!0,expires:30}),vr.default.set(wl,t,{sameSite:"Strict",secure:!0,expires:30}))):(ie.del(ma),vr.default.remove(wl),vr.default.remove(fa))}clearForkedToken(){ie.del(Ti)}};var Ll,Ma,_p,In=class{constructor(t){na(this,Ma);this.apiUrl=t.apiUrl||pa,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Nd,this.appId=t.appId,this.clientAnalyticsId=ed(this,Ma,_p).call(this),Ll||(Ll=new Wa),this.session=Ll,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Rn(t,o,r,n,i,a,l))}generateApi(){let t=new Ia(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(Cd(),{address:t});return kt(o)}catch(o){throw ct(o)}}async acceptTerms(){try{let t=await this.api.post(kd(),{});return kt(t)}catch(t){throw ct(t)}}async unlinkPhone(t){try{let o=await this.api.post(bd(),{phoneNumber:t});return kt(o)}catch(o){throw ct(o)}}async unlinkWallet(t){try{let o=await this.api.post(wd(),{address:t});return kt(o)}catch(o){throw ct(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Ed(),{provider:t,subject:o});return kt(r)}catch(r){throw ct(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Td(),{fid:t});return kt(o)}catch(o){throw ct(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(Pd(),{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(xd(),t)}catch(o){throw ct(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?xo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw ct(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()}};Ma=new WeakSet,_p=function(){if(typeof window>"u")return null;try{let o=ie.get(Pi);if(typeof o=="string"&&o.length>0)return o}catch{}let t=(0,Sp.v4)();try{return ie.put(Pi,t),t}catch{return t}};var Ip=require("@marsidev/react-turnstile"),Na=require("react");var Vt=require("react");var Rp=require("react/jsx-runtime"),Ap=(0,Vt.createContext)({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}),Ko=class extends nt{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},kp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=(0,Vt.useRef)(null),[i,a]=(0,Vt.useState)(),[l,s]=(0,Vt.useState)(),[c,m]=(0,Vt.useState)(!1),y=(0,Vt.useMemo)(()=>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(0,Rp.jsx)(Ap.Provider,{value:{...y,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,setExecuting:m,remove(){r&&(n.current?.remove(),m(!1),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),m(!1),s(void 0),a(void 0))},execute(){r&&(m(!0),n.current?.execute())},async waitForResult(){if(!r)return"";try{return await Yd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Ko("Captcha failed",null,"captcha_timeout")}}},children:e})},Se=()=>(0,Vt.useContext)(Ap);var Ol=require("react/jsx-runtime"),La=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=Se(),[,s]=(0,Na.useMemo)(()=>o?.split("t:")||[],[o]);if((0,Na.useEffect)(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,Ol.jsx)("div",{className:"hidden h-0 w-0",children:(0,Ol.jsx)(Ip.Turnstile,{...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")}}})})};var sr=require("react"),Kh=A(require("react-dom"));var Oa=require("react");var Dl=(0,Oa.createContext)({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}),R=()=>(0,Oa.useContext)(Dl);var Da=require("react");var Be=(0,Da.createContext)({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}),B=()=>(0,Da.useContext)(Be);var Ua=require("react"),Wp=e=>{let[t,o]=(0,Ua.useState)("auto");return(0,Ua.useEffect)(()=>{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};var Wn=require("react"),Mp={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ul=(0,Wn.createContext)(void 0),Np=()=>(0,Wn.useContext)(Ul);function zt(e,t){if(!t)return;let r=Np().current[e];return(0,Wn.useEffect)(()=>{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 be(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Lp(){let e=Np();return(t,o,...r)=>be(e,t,o,...r)}function Fa(e){zt("configureMfa",e)}var jl=require("@heroicons/react/24/outline"),Vp=require("@heroicons/react/24/solid"),zp=A(require("styled-components"));var qt=A(require("styled-components"));var Ba=A(require("styled-components")),wr=require("react/jsx-runtime"),Cr=({success:e,fail:t})=>(0,wr.jsxs)(wr.Fragment,{children:[(0,wr.jsx)($t,{className:e?"success":t?"fail":""}),(0,wr.jsx)(Fl,{className:e?"success":t?"fail":""})]}),$t=Ba.default.span`
12
+ - https://privy.io`;this.getNonceOnce=new dt(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Kc(),{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 de(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Yc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw de(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(jc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Br=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=nd(),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 de(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=id();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw de(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=rd();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var yp=require("uuid");function wt(e){return new Date(e*1e3)}function Cg(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:wt(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:wt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:wt(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:wt(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:wt(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:wt(o.verified_at)};t.push(c);break;case"github_oauth":let m={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(m);break;case"tiktok_oauth":let g={subject:o.subject,username:o.username,type:o.type,verifiedAt:wt(o.verified_at)};t.push(g);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(y);break;case"apple_oauth":let v={subject:o.subject,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(v);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:wt(o.verified_at)});break;case"farcaster":let C={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:wt(o.verified_at)};t.push(C);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function oo(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var xe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,bg=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Ht=(e,t)=>t==="all-users"&&!xe(e)||t==="users-without-wallets"&&!bg(e)?.length;function kt(e){if(!e)return null;let t=Cg(e.linked_accounts),o=oo(t,"wallet"),r=oo(t,"email"),n=oo(t,"phone"),i=oo(t,"google_oauth"),a=oo(t,"twitter_oauth"),l=oo(t,"discord_oauth"),s=oo(t,"github_oauth"),c=oo(t,"tiktok_oauth"),m=oo(t,"linkedin_oauth"),g=oo(t,"apple_oauth"),y=oo(t,"farcaster"),v=e.mfa_methods.map(({type:b,verified_at:S})=>({type:b,verifiedAt:wt(S)}));return{id:e.id,createdAt:wt(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:m&&{subject:m.subject,name:m.name,email:m.email},apple:g&&{subject:g.subject,email:g.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url},mfaMethods:v.map(b=>b.type),hasAcceptedTerms:e.has_accepted_terms??!1}}var Cl=require("@ethersproject/address"),up=f(require("eventemitter3"));function Ld(){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 pa=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 ml=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||pa(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!ml(o))return!1}return!0},ur=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Od=()=>{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 Dd=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,}))$/),Ud=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},mr=(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}`},fl=e=>new Promise(t=>setTimeout(t,e));function Fd(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 Bd=(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 fl(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},ua=(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 hl=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Hr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Hd(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 Ld()){let m=pa(c);if(!l.some(g=>g.info.name===m)){if(ml(c,!0)&&!s.find(g=>g.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(m==="Phantom"&&!s.find(g=>g.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(g=>g.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function yn(e){return`eip155:${String(Number(e))}`}var ro=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new K(`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]+"/"+na:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Ed:i=n.rpcUrls.default?.http[0],!i)throw new K(`No RPC url found for ${e}`);return i},Gd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new K(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};var Jd=f(require("@coinbase/wallet-sdk"));var wi=require("react/jsx-runtime"),Ci=({style:e,...t})=>(0,wi.jsxs)("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:[(0,wi.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,wi.jsx)("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"})]});var ao=require("@ethersproject/address"),gl=require("@ethersproject/providers"),Yd=f(require("eventemitter3"));var yl=require("@ethersproject/providers"),$d=f(require("eventemitter3"));var Eg=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Vd=e=>Eg.includes(e);var zd=require("@ethersproject/logger");var gn=class extends K{constructor(){super("Wallet timeout");this.type="wallet_error"}},vn=class extends K{constructor(){super("User rejected connection");this.type="wallet_error"}},no=e=>{if(e instanceof K)return e;if(e?.code&&e?.reason){let t=new ut(e);return e.code===zd.ErrorCode.ACTION_REJECTED&&(t.details=Ct.E4001_USER_REJECTED_REQUEST),t}return e?.code?new ut(e):new K("Unknown connector error",e)},Eo=class extends nt{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},ut=class extends Eo{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Ct).find(i=>i.eipCode===r.code);this.details=n||Ct.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Ct.E32002_CONNECTION_ALREADY_PENDING:this.details=Ct.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ct.E32002_WALLET_LOCKED))}},Tg={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}},Pg={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}},xg={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}},Ct={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...xg,...Pg},$o={...Tg,...Ct};var Ce=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 gn,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||Ur,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 K(`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 no(o)})}},fr=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ma=class extends $d.default{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 yl.StaticJsonRpcProvider(ro(a,this.chains,n)),this.rpcTimeoutDuration=wn(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new fr(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await tt()||!this.address)throw new fr("Disconnected",4900);return(await jd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new fr(`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 fr(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new yl.StaticJsonRpcProvider(ro(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 qd(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:Hr(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 Hr(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(Vd(o.method)){let r=await tt();if(await Kd(),!r||!this.address)throw new fr("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 fr("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await tt();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}}},io=class extends Ce{constructor(o){super(o,o.rpcTimeoutDuration)}},hr=class extends Ce{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 Sg=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},mt=class extends Yd.default{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=yn(o),this.walletClientType==="privy"&&ie.put(ca(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=wn(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>(0,ao.getAddress)(a.address)===(0,ao.getAddress)(o));return{address:(0,ao.getAddress)(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new K("Wallet is not currently connected.");let l=this.wallets.find(y=>(0,ao.getAddress)(y.address)===(0,ao.getAddress)(o))?.chainId;if(!l)throw new K("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===yn(s))return;let m=this.chains.find(y=>y.id===c);if(!m)throw new K(`Unsupported chainId: ${a}`);let g=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await g()}catch(y){if(Sg(y,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:m.name,nativeCurrency:m.nativeCurrency,rpcUrls:[m.rpcUrls.default?.http[0]??""],blockExplorerUrls:[m.blockExplorers?.default.url??""]}]}),g();throw this.walletClientType==="rainbow"&&y.message?.includes("wallet_switchEthereumChain")?new K(`Rainbow does not support the chainId ${r}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new K("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new K("Wallet is not currently connected.");return new gl.Web3Provider(new io(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new K("Wallet is not currently connected.");return new hr(this.proxyProvider)},sign:async a=>{if(!await i())throw new K("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=(0,ao.getAddress)(n),a=[],l;if(this.walletClientType==="privy"){let c=ie.get(ca(i));this.chains.find(m=>m.id===Number(c))||(ie.del(ca(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 ${cl}`,c),l=cl}let s=yn(l);if(!a.find(c=>(0,ao.getAddress)(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet((0,ao.getAddress)(n),s,c))}fa(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=>(0,ao.getAddress)(n)===(0,ao.getAddress)(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 gl.Web3Provider(new io(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 _g=e=>{let t=`https://mainnet.infura.io/v3/${na}`,o=1;return e.makeWeb3Provider(t,o)},ha,ya=class extends mt{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),ha||(ha=new Jd.default({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(_g(ha)),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(){ha.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ci,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new K("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw no(o)}}};var vl=require("react/jsx-runtime"),ga=({...e})=>(0,vl.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,vl.jsx)("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 va=class extends mt{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:[Hr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ga,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};var wl=require("react/jsx-runtime"),Cn=({style:e,...t})=>(0,wl.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:(0,wl.jsx)("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"})});var it=require("react/jsx-runtime"),bn=({style:e,...t})=>(0,it.jsxs)("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:[(0,it.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,it.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"})]});var bi=require("react/jsx-runtime"),To=({style:e,...t})=>(0,bi.jsxs)("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:[(0,bi.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,bi.jsx)("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 Tn=class extends mt{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new K("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw no(o)}}},En,Pn=class extends mt{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";Zi(this,En,void 0);this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?nl(this,En,{name:"MetaMask",icon:bn,id:"io.metamask"}):a==="phantom"&&nl(this,En,{name:"Phantom",icon:To,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Vc(this,En)??{name:"Browser Extension",icon:Cn,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new K("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw no(o)}}};En=new WeakMap;var Ag=require("@ethersproject/address"),kg=require("@ethersproject/providers"),Qd=require("react-device-detect");var wa=class extends Tn{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Qd.isMobile||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 K("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw no(t)}}};var Ca=class extends mt{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new Ce(void 0,Ur);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var ba=class extends Ca{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:To,id:"phantom"}}};var Sn=require("@walletconnect/ethereum-provider"),pp=require("react-device-detect");var Gt=require("react");var Zd=require("react/jsx-runtime");function Ea({src:e,...t}){return(0,Zd.jsx)("img",{src:e,...t,style:{display:"none"}})}var x=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Ta=require("react/jsx-runtime"),Xd=(0,Gt.createContext)({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:x,navigateBack:x,resetNavigation:x,setModalData:x,onUserCloseViaDialogOrKeybindRef:void 0}),Rg=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],ep=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=(0,Gt.useState)(e.initialScreen);(0,Gt.useEffect)(()=>{!o&&!Rg.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=(0,Gt.useRef)(null);(0,Gt.useEffect)(()=>{e.open||(i.current=null)},[e.open]),(0,Gt.useEffect)(()=>{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(0,Ta.jsxs)(Xd.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&(0,Ta.jsx)(Ea,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},A=()=>(0,Gt.useContext)(Xd);var qo=require("react/jsx-runtime"),Ei=({style:e,...t})=>{let{app:o}=A();return(0,qo.jsxs)("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:[(0,qo.jsx)("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,qo.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,qo.jsx)("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"})}),(0,qo.jsx)("defs",{children:(0,qo.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,qo.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Pa=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(xn))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var xn={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 Ig(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var tp=e=>e in xn,op=e=>{let t=xn[e].mobile;if("native"in t)return t.native};function rp(e,t){let o=Ig(t);if(o.deepLink)return lp(o.deepLink,e);if(o.universalLink)return cp(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var np="WALLETCONNECT_DEEPLINK_CHOICE";function ip(){try{localStorage.removeItem(np)}catch{}}function ap({href:e,name:t}){try{localStorage.setItem(np,JSON.stringify({href:e,name:t}))}catch{}}function sp(e){return e.startsWith("http://")||e.startsWith("https://")}function lp(e,t){if(sp(e))return cp(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 cp(e,t){if(!sp(e))return lp(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function dp(e,t){window.open(e,t,"noreferrer noopener")}var Po=class extends mt{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=xn[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=Pa(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:bn,id:"io.metamask"}:{name:hl(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||Ei,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=xn[o],this.walletClientType=o,this.redirectUri=void 0,ip(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new vn)};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 K("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Pa(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=wn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(no(a));return}r(new K("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=ro(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await Sn.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:Sn.OPTIONAL_EVENTS,optionalMethods:Sn.OPTIONAL_METHODS,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),pp.isMobile&&this.walletEntry){let{redirect:l,href:s}=rp(a,this.walletEntry);ap({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,dp(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=Pa(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var bl=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,Cl.getAddress)(t)).length:!1},wn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Ur:Ur,_n=class extends up.default{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new Ce:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;ie.get(sl)&&(ie.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ie.del(r)}),ie.del(sl));let o=Hd(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"),!ur()&&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 ma(o,r,this.rpcConfig,this.chains,n.id),l=new va(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 Po&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new wa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Pn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Pn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Pn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Tn(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new ya(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new ba(this.defaultChain):new Po(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ie.get(ll);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}));ie.put(ll,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=(0,Cl.getAddress)(o),this.emit("walletsUpdated")}};function fa(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}var mp=require("ofetch");var Wg=[ta(),ra(),oa()],xa=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=aa,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=mp.ofetch.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=!Wg.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 Xi}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw de(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw de(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw de(r)}}};var yr=f(require("js-cookie"));function fp(e){return e instanceof Or?"email":e instanceof Br?"sms":e instanceof Fr?"siwe":e instanceof un?"custom_auth":e instanceof pr?e.meta.provider:null}var hp=f(require("jose")),xo=class{static parse(t){try{return new xo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=hp.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 Mg=30,Sa=class{constructor(){this.authenticateOnce=new dt(async t=>this._authenticate(t)),this.linkOnce=new dt(async t=>this._link(t)),this.refreshOnce=new dt(this._refresh.bind(this)),this.destroyOnce=new dt(this._destroy.bind(this)),this.forkSessionOnce=new dt(this._forkSession.bind(this))}get token(){try{let t=ie.get(Dr);return typeof t=="string"?new xo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ie.get(sa);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ie.get(gi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=yr.default.get(la);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=xo.parse(this.token);return t!==null&&!t.isExpired(Mg)}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=fp(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:kt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),ct(o)}}async _link(t){try{let o=await t.link();return kt(o)}catch(o){throw console.warn("Error linking account"),ct(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(ta(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ra(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),kt(n.user)}catch(n){if(n instanceof Co&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw ct(n)}}async _destroy(){try{await this.api?.post(oa(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(qc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw ct(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ie.get(Dr);if(ie.put(Dr,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=xo.parse(t)?.expiration;yr.default.set(il,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ie.del(Dr),yr.default.remove(il)}storeRefreshToken(t){typeof t=="string"?(ie.put(sa,t),this.client?.useServerCookies||(yr.default.set(la,"t",{sameSite:"Strict",secure:!0,expires:30}),yr.default.set(al,t,{sameSite:"Strict",secure:!0,expires:30}))):(ie.del(sa),yr.default.remove(al),yr.default.remove(la))}clearForkedToken(){ie.del(gi)}};var El,_a,gp,An=class{constructor(t){Zi(this,_a);this.apiUrl=t.apiUrl||ia,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Pd,this.appId=t.appId,this.clientAnalyticsId=zc(this,_a,gp).call(this),El||(El=new Sa),this.session=El,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new _n(t,o,r,n,i,a,l))}generateApi(){let t=new xa(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(dd(),{address:t});return kt(o)}catch(o){throw ct(o)}}async acceptTerms(){try{let t=await this.api.post(wd(),{});return kt(t)}catch(t){throw ct(t)}}async unlinkPhone(t){try{let o=await this.api.post(pd(),{phoneNumber:t});return kt(o)}catch(o){throw ct(o)}}async unlinkWallet(t){try{let o=await this.api.post(cd(),{address:t});return kt(o)}catch(o){throw ct(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ud(),{provider:t,subject:o});return kt(r)}catch(r){throw ct(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(md(),{fid:t});return kt(o)}catch(o){throw ct(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(fd(),{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(hd(),t)}catch(o){throw ct(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?xo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw ct(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()}};_a=new WeakSet,gp=function(){if(typeof window>"u")return null;try{let o=ie.get(vi);if(typeof o=="string"&&o.length>0)return o}catch{}let t=(0,yp.v4)();try{return ie.put(vi,t),t}catch{return t}};var bp=require("@marsidev/react-turnstile"),Aa=require("react");var Vt=require("react");var Cp=require("react/jsx-runtime"),vp=(0,Vt.createContext)({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:x,setError:x,setExecuting:x,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:x,reset:x,execute:x}),jo=class extends nt{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},wp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=(0,Vt.useRef)(null),[i,a]=(0,Vt.useState)(),[l,s]=(0,Vt.useState)(),[c,m]=(0,Vt.useState)(!1),g=(0,Vt.useMemo)(()=>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(0,Cp.jsx)(vp.Provider,{value:{...g,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,setExecuting:m,remove(){r&&(n.current?.remove(),m(!1),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),m(!1),s(void 0),a(void 0))},execute(){r&&(m(!0),n.current?.execute())},async waitForResult(){if(!r)return"";try{return await Fd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new jo("Captcha failed",null,"captcha_timeout")}}},children:e})},Se=()=>(0,Vt.useContext)(vp);var Tl=require("react/jsx-runtime"),ka=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=Se(),[,s]=(0,Aa.useMemo)(()=>o?.split("t:")||[],[o]);if((0,Aa.useEffect)(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,Tl.jsx)("div",{className:"hidden h-0 w-0",children:(0,Tl.jsx)(bp.Turnstile,{...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")}}})})};var ir=require("react"),yy=f(require("react-dom"));var Ra=require("react");var Pl=(0,Ra.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:x,initializeWalletProxy:x,getAuthMeta:x,getAuthFlow:x,closePrivyModal:x,openPrivyModal:x,connectWallet:x,initLoginWithWallet:x,loginWithWallet:x,initLoginWithFarcaster:x,loginWithFarcaster:x,loginWithCode:x,initLoginWithEmail:x,initLoginWithSms:x,resendEmailCode:x,resendSmsCode:x,initLoginWithOAuth:x,loginWithOAuth:x,refreshUser:x,walletProxy:null,createAnalyticsEvent:x,acceptTerms:x,getUsdTokenPrice:x,recoverEmbeddedWallet:x,getFiatOnRampConfig:x,updateWallets:x,setReadyToTrue:x}),R=()=>(0,Ra.useContext)(Pl);var Ia=require("react");var Be=(0,Ia.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:x,login:x,linkEmail:x,linkPhone:x,linkFarcaster:x,linkWallet:x,linkGoogle:x,linkTwitter:x,linkDiscord:x,linkGithub:x,linkTiktok:x,linkLinkedIn:x,linkApple:x,logout:x,getAccessToken:x,getEthereumProvider:x,getEthersProvider:x,getWeb3jsProvider:x,unlinkEmail:x,unlinkPhone:x,unlinkWallet:x,unlinkGoogle:x,unlinkTwitter:x,unlinkDiscord:x,unlinkGithub:x,unlinkTiktok:x,unlinkLinkedIn:x,unlinkApple:x,unlinkFarcaster:x,setActiveWallet:x,forkSession:x,createWallet:x,signMessage:x,enrollInMfa:x,initEnrollmentWithSms:x,initEnrollmentWithTotp:x,promptMfa:x,init:x,submitEnrollmentWithSms:x,submitEnrollmentWithTotp:x,unenroll:x,submit:x,cancel:x,sendTransaction:x,exportWallet:x,setWalletPassword:x,initLoginWithEmail:x,initLoginWithSms:x,loginWithCode:x,isModalOpen:!1}),B=()=>(0,Ia.useContext)(Be);var Wa=require("react"),Ep=e=>{let[t,o]=(0,Wa.useState)("auto");return(0,Wa.useEffect)(()=>{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};var kn=require("react"),Tp={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},xl=(0,kn.createContext)(void 0),Pp=()=>(0,kn.useContext)(xl);function zt(e,t){if(!t)return;let r=Pp().current[e];return(0,kn.useEffect)(()=>{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 be(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function xp(){let e=Pp();return(t,o,...r)=>be(e,t,o,...r)}function Ma(e){zt("configureMfa",e)}var Nl=f(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon")),Lp=f(require("@heroicons/react/24/solid/DocumentCheckIcon")),Op=f(require("styled-components"));var qt=f(require("styled-components"));var Na=f(require("styled-components")),gr=require("react/jsx-runtime"),vr=({success:e,fail:t})=>(0,gr.jsxs)(gr.Fragment,{children:[(0,gr.jsx)($t,{className:e?"success":t?"fail":""}),(0,gr.jsx)(Sl,{className:e?"success":t?"fail":""})]}),$t=Na.default.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
- `,Fl=(0,Ba.default)($t)`
45
+ `,Sl=(0,Na.default)($t)`
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
- `,$r=e=>(0,wr.jsx)(ug,{color:e.color||"var(--privy-color-foreground-3)"}),ug=(0,Ba.default)($t)`
51
+ `,Gr=e=>(0,gr.jsx)(Ng,{color:e.color||"var(--privy-color-foreground-3)"}),Ng=(0,Na.default)($t)`
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
- `;var je=require("react/jsx-runtime"),Ha=qt.default.button`
60
+ `;var je=require("react/jsx-runtime"),La=qt.default.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
- `,D=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Op,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)($r,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),S2=(0,qt.default)(D)`
88
+ `,D=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Sp,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(Gr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),K2=(0,qt.default)(D)`
89
89
  ${e=>e.hideAnimations&&qt.css`
90
90
  && {
91
91
  transition: none;
92
92
  }
93
93
  `}
94
- `,Ga=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Op,{as:"a",disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)($r,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),Op=(0,qt.default)(Ha)`
94
+ `,Oa=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Sp,{as:"a",disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(Gr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),Sp=(0,qt.default)(La)`
95
95
  position: relative;
96
96
 
97
97
  && {
@@ -136,7 +136,7 @@ Resources:
136
136
  opacity: 1;
137
137
  animation: fadein 200ms ease;
138
138
  }
139
- `,so=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(mg,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)($r,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),mg=(0,qt.default)(Ha)`
139
+ `,so=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Lg,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(Gr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),Lg=(0,qt.default)(La)`
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
- `,Va=qt.default.button`
168
+ `,Da=qt.default.button`
169
169
  && {
170
170
  padding: 12px 16px;
171
171
  font-weight: 500;
@@ -196,10 +196,10 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,_2=qt.default.div`
199
+ `,Y2=qt.default.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
- `,za=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>(0,je.jsxs)(fg,{isSubmitting:r,onClick:t,disabled:o,...n,children:[(0,je.jsx)("span",{children:e}),(0,je.jsx)("span",{children:(0,je.jsx)($r,{})})]}),fg=qt.default.button`
202
+ `,Ua=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>(0,je.jsxs)(Og,{isSubmitting:r,onClick:t,disabled:o,...n,children:[(0,je.jsx)("span",{children:e}),(0,je.jsx)("span",{children:(0,je.jsx)(Gr,{})})]}),Og=qt.default.button`
203
203
  && {
204
204
  color: var(--privy-color-accent);
205
205
  font-size: 16px;
@@ -241,7 +241,7 @@ Resources:
241
241
  cursor: not-allowed;
242
242
  }
243
243
  }
244
- `;var Hl=A(require("styled-components"));var bt=require("react/jsx-runtime"),Bl=Hl.default.div`
244
+ `;var Al=f(require("styled-components"));var bt=require("react/jsx-runtime"),_l=Al.default.div`
245
245
  margin-top: 16px;
246
246
  font-size: 13px;
247
247
  text-align: center;
@@ -250,7 +250,7 @@ Resources:
250
250
  && > a {
251
251
  color: var(--privy-color-accent);
252
252
  }
253
- `;function $a(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:r}}=e.app;if(r&&!e.alwaysShowImplicitConsent)return(0,bt.jsx)(Bl,{});if(!o&&!t)return(0,bt.jsx)(Bl,{});let n=!!(t&&o);return(0,bt.jsxs)(Bl,{children:["By logging in I agree to the"," ",o&&(0,bt.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&(0,bt.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var V=({protectedByPrivy:e})=>(0,bt.jsx)(J,{children:e?(0,bt.jsxs)(bt.Fragment,{children:[(0,bt.jsx)(Ta,{className:"hide-on-mobile"}),(0,bt.jsx)("span",{className:"hide-on-mobile",children:(0,bt.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),J=Hl.default.div`
253
+ `;function Fa(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:r}}=e.app;if(r&&!e.alwaysShowImplicitConsent)return(0,bt.jsx)(_l,{});if(!o&&!t)return(0,bt.jsx)(_l,{});let n=!!(t&&o);return(0,bt.jsxs)(_l,{children:["By logging in I agree to the"," ",o&&(0,bt.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&(0,bt.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var V=({protectedByPrivy:e})=>(0,bt.jsx)(J,{children:e?(0,bt.jsxs)(bt.Fragment,{children:[(0,bt.jsx)(ga,{className:"hide-on-mobile"}),(0,bt.jsx)("span",{className:"hide-on-mobile",children:(0,bt.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),J=Al.default.div`
254
254
  display: flex;
255
255
  align-items: center;
256
256
  justify-content: center;
@@ -277,7 +277,7 @@ Resources:
277
277
  @media all and (display-mode: standalone) {
278
278
  padding-bottom: 30px;
279
279
  }
280
- `;var qa=require("@heroicons/react/24/outline"),ja=A(require("styled-components"));var ft=require("react/jsx-runtime"),Dp=()=>(0,ft.jsx)("div",{}),hg=({backFn:e})=>(0,ft.jsx)("div",{children:(0,ft.jsx)(Up,{onClick:e,children:(0,ft.jsx)(qa.ArrowLeftIcon,{height:"16px",width:"16px",strokeWidth:2})})}),yg=e=>(0,ft.jsx)("div",{children:(0,ft.jsx)(Up,{onClick:e.onClose,children:(0,ft.jsx)(qa.XMarkIcon,{height:"16px",width:"16px",strokeWidth:2})})});var S=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=R(),{app:i}=_();return(0,ft.jsxs)(gg,{children:[e?(0,ft.jsx)(hg,{backFn:e}):(0,ft.jsx)(Dp,{}),o&&(0,ft.jsx)(vg,{children:o}),i?.render.inDialog&&r?(0,ft.jsx)(yg,{onClose:t||(()=>n())}):(0,ft.jsx)(Dp,{})]})},Up=ja.default.button`
280
+ `;var Ap=f(require("@heroicons/react/24/outline/ArrowLeftIcon")),kp=f(require("@heroicons/react/24/outline/XMarkIcon")),Ba=f(require("styled-components"));var ft=require("react/jsx-runtime"),_p=()=>(0,ft.jsx)("div",{}),Dg=({backFn:e})=>(0,ft.jsx)("div",{children:(0,ft.jsx)(Rp,{onClick:e,children:(0,ft.jsx)(Ap.default,{height:"16px",width:"16px",strokeWidth:2})})}),Ug=e=>(0,ft.jsx)("div",{children:(0,ft.jsx)(Rp,{onClick:e.onClose,children:(0,ft.jsx)(kp.default,{height:"16px",width:"16px",strokeWidth:2})})});var _=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=R(),{app:i}=A();return(0,ft.jsxs)(Fg,{children:[e?(0,ft.jsx)(Dg,{backFn:e}):(0,ft.jsx)(_p,{}),o&&(0,ft.jsx)(Bg,{children:o}),i?.render.inDialog&&r?(0,ft.jsx)(Ug,{onClose:t||(()=>n())}):(0,ft.jsx)(_p,{})]})},Rp=Ba.default.button`
281
281
  && {
282
282
  cursor: pointer;
283
283
  display: flex;
@@ -296,7 +296,7 @@ Resources:
296
296
  opacity: 1;
297
297
  }
298
298
  }
299
- `,gg=ja.default.div`
299
+ `,Fg=Ba.default.div`
300
300
  padding: 16px 0;
301
301
  display: flex;
302
302
  align-items: center;
@@ -318,22 +318,22 @@ Resources:
318
318
  display: flex;
319
319
  justify-content: flex-end;
320
320
  }
321
- `,vg=ja.default.div`
321
+ `,Bg=Ba.default.div`
322
322
  overflow: hidden;
323
323
  white-space: nowrap;
324
324
  max-width: 100%;
325
325
  text-overflow: ellipsis;
326
326
  text-align: center;
327
327
  color: var(--privy-color-foreground-2);
328
- `;var Yo=A(require("styled-components")),Ka=Yo.default.div`
328
+ `;var Ko=f(require("styled-components")),Ha=Ko.default.div`
329
329
  text-align: left;
330
330
  flex-grow: 1;
331
- `,Fp=Yo.default.div`
331
+ `,Ip=Ko.default.div`
332
332
  display: flex;
333
333
  flex-direction: column;
334
334
  justify-content: flex-end;
335
335
  flex-grow: 1;
336
- `,So=Yo.default.div`
336
+ `,So=Ko.default.div`
337
337
  display: flex;
338
338
  flex-direction: column;
339
339
  gap: 12px;
@@ -348,7 +348,7 @@ Resources:
348
348
  &::-webkit-scrollbar {
349
349
  display: none;
350
350
  }
351
- `,Bp=Yo.css`
351
+ `,Wp=Ko.css`
352
352
  && {
353
353
  width: 100%;
354
354
  font-size: 16px;
@@ -386,14 +386,14 @@ Resources:
386
386
  max-width: 24px;
387
387
  }
388
388
  }
389
- `,Ie=Yo.default.button`
390
- ${Bp}
391
- `,Gl=Yo.default.a`
392
- ${Bp}
393
- `,Jo=Yo.default.div`
389
+ `,Ie=Ko.default.button`
390
+ ${Wp}
391
+ `,kl=Ko.default.a`
392
+ ${Wp}
393
+ `,Yo=Ko.default.div`
394
394
  width: 100%;
395
395
  ${e=>e.if?"display: none;":""}
396
- `;var Ke=A(require("styled-components")),at=Ke.default.div`
396
+ `;var Ke=f(require("styled-components")),at=Ke.default.div`
397
397
  display: flex;
398
398
  flex-direction: column;
399
399
  align-items: center;
@@ -411,7 +411,7 @@ Resources:
411
411
  font-size: 0.875rem;
412
412
 
413
413
  text-align: center;
414
- `,br=Ke.default.div`
414
+ `,wr=Ke.default.div`
415
415
  display: flex;
416
416
  flex-direction: column;
417
417
  align-items: center;
@@ -421,7 +421,7 @@ Resources:
421
421
  @media (max-width: 440px) {
422
422
  padding: 10px 10px 20px;
423
423
  }
424
- `,Hp=Ke.default.div`
424
+ `,Mp=Ke.default.div`
425
425
  display: flex;
426
426
  flex-direction: column;
427
427
  align-items: stretch;
@@ -429,7 +429,7 @@ Resources:
429
429
  padding: 1rem 0rem 0rem;
430
430
  flex-grow: 1;
431
431
  width: 100%;
432
- `,Vl=Ke.default.div`
432
+ `,Rl=Ke.default.div`
433
433
  width: 25px;
434
434
  display: flex;
435
435
  align-items: center;
@@ -441,19 +441,19 @@ Resources:
441
441
  width: 25px !important;
442
442
  color: var(--privy-color-accent);
443
443
  }
444
- `,zl=Ke.default.div`
444
+ `,Il=Ke.default.div`
445
445
  display: flex;
446
446
  align-items: center;
447
447
  gap: 10px;
448
448
  font-size: 0.875rem;
449
449
  line-height: 1rem;
450
450
  text-align: left;
451
- `,Er=Ke.default.div`
451
+ `,Cr=Ke.default.div`
452
452
  display: flex;
453
453
  flex-direction: column;
454
454
  gap: 10px;
455
455
  padding-top: 20px;
456
- `,Ya=Ke.default.div`
456
+ `,Ga=Ke.default.div`
457
457
  display: flex;
458
458
  flex-direction: column;
459
459
  align-items: stretch;
@@ -461,7 +461,7 @@ Resources:
461
461
  padding: 1rem 0rem 0rem;
462
462
  flex-grow: 1;
463
463
  width: 100%;
464
- `,Ja=Ke.default.div`
464
+ `,Va=Ke.default.div`
465
465
  display: flex;
466
466
  gap: 5px;
467
467
  width: 100%;
@@ -469,7 +469,7 @@ Resources:
469
469
  & > button:not(#remove) {
470
470
  width: 100%;
471
471
  }
472
- `,$l=Ke.default.button`
472
+ `,Wl=Ke.default.button`
473
473
  && {
474
474
  background-color: transparent;
475
475
  color: var(--privy-color-foreground-3);
@@ -488,7 +488,7 @@ Resources:
488
488
  &&:hover {
489
489
  color: var(--privy-color-error);
490
490
  }
491
- `,Qa=Ke.default.div`
491
+ `,za=Ke.default.div`
492
492
  display: flex;
493
493
  align-items: center;
494
494
  gap: 0.5rem;
@@ -498,7 +498,7 @@ Resources:
498
498
  height: 20px !important;
499
499
  width: 20px !important;
500
500
  }
501
- `,Mn=Ke.default.div`
501
+ `,Rn=Ke.default.div`
502
502
  display: flex;
503
503
  align-items: center;
504
504
  gap: 6px;
@@ -512,15 +512,15 @@ Resources:
512
512
  display: flex !important;
513
513
  align-items: flex-end;
514
514
  }
515
- `,Za=Ke.default.div`
515
+ `,$a=Ke.default.div`
516
516
  width: 100%;
517
517
  display: flex;
518
518
  justify-content: space-between;
519
- `,Gp=Ke.default.p`
519
+ `,Np=Ke.default.p`
520
520
  text-align: left;
521
521
  width: 100%;
522
522
  color: var(--privy-color-foreground-3) !important;
523
- `,ql=Ke.default.button`
523
+ `,Ml=Ke.default.button`
524
524
  display: flex;
525
525
  flex-direction: row;
526
526
  align-items: center;
@@ -565,10 +565,10 @@ Resources:
565
565
  width: auto !important;
566
566
  color: white;
567
567
  }
568
- `;var He=require("react/jsx-runtime"),$p=()=>{let{user:e,logout:t}=B(),{app:o,onUserCloseViaDialogOrKeybindRef:r,setModalData:n,navigate:i}=_(),{acceptTerms:a,closePrivyModal:l}=R(),s=m=>{m?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};r.current=s;let c=async m=>{m.preventDefault(),await a(),e&&Ht(e,o?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:y=>console.error(y),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return(0,He.jsx)(wg,{termsAndConditionsUrl:o?.legal.termsAndConditionsUrl,privacyPolicyUrl:o?.legal.privacyPolicyUrl,onAccept:c,onDecline:s})},wg=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:o,onDecline:r})=>(0,He.jsxs)(He.Fragment,{children:[(0,He.jsx)(S,{closeable:!1}),(0,He.jsx)(Vp.DocumentCheckIcon,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),(0,He.jsx)(We,{style:{marginTop:24},children:"One Last Step"}),(0,He.jsx)(Te,{children:"By signing up, you agree to our terms and privacy policy."}),(0,He.jsxs)(So,{style:{marginTop:24},children:[e&&(0,He.jsxs)(Gl,{target:"_blank",href:e,children:["View Terms ",(0,He.jsx)(jl.ArrowTopRightOnSquareIcon,{style:{marginLeft:"auto"}})]}),t&&(0,He.jsxs)(Gl,{target:"_blank",href:t,children:["View Privacy Policy ",(0,He.jsx)(jl.ArrowTopRightOnSquareIcon,{style:{marginLeft:"auto"}})]})]}),(0,He.jsxs)(Cg,{style:{marginTop:24},children:[(0,He.jsx)(so,{onClick:r,children:"No thanks"}),(0,He.jsx)(D,{onClick:o,children:"Accept"})]}),(0,He.jsx)(V,{protectedByPrivy:!0})]}),Cg=zp.default.div`
568
+ `;var He=require("react/jsx-runtime"),Dp=()=>{let{user:e,logout:t}=B(),{app:o,onUserCloseViaDialogOrKeybindRef:r,setModalData:n,navigate:i}=A(),{acceptTerms:a,closePrivyModal:l}=R(),s=m=>{m?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};r.current=s;let c=async m=>{m.preventDefault(),await a(),e&&Ht(e,o?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:g=>console.error(g),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return(0,He.jsx)(Hg,{termsAndConditionsUrl:o?.legal.termsAndConditionsUrl,privacyPolicyUrl:o?.legal.privacyPolicyUrl,onAccept:c,onDecline:s})},Hg=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:o,onDecline:r})=>(0,He.jsxs)(He.Fragment,{children:[(0,He.jsx)(_,{closeable:!1}),(0,He.jsx)(Lp.default,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),(0,He.jsx)(We,{style:{marginTop:24},children:"One Last Step"}),(0,He.jsx)(Te,{children:"By signing up, you agree to our terms and privacy policy."}),(0,He.jsxs)(So,{style:{marginTop:24},children:[e&&(0,He.jsxs)(kl,{target:"_blank",href:e,children:["View Terms ",(0,He.jsx)(Nl.default,{style:{marginLeft:"auto"}})]}),t&&(0,He.jsxs)(kl,{target:"_blank",href:t,children:["View Privacy Policy ",(0,He.jsx)(Nl.default,{style:{marginLeft:"auto"}})]})]}),(0,He.jsxs)(Gg,{style:{marginTop:24},children:[(0,He.jsx)(so,{onClick:r,children:"No thanks"}),(0,He.jsx)(D,{onClick:o,children:"Accept"})]}),(0,He.jsx)(V,{protectedByPrivy:!0})]}),Gg=Op.default.div`
569
569
  display: flex;
570
570
  gap: 10px;
571
- `;var ts=A(require("styled-components"));var qp=A(require("styled-components")),Xa=qp.default.span`
571
+ `;var Ka=f(require("styled-components"));var Up=f(require("styled-components")),qa=Up.default.span`
572
572
  && {
573
573
  width: 82px;
574
574
  height: 82px;
@@ -583,7 +583,7 @@ Resources:
583
583
  transition: border-color 800ms;
584
584
  border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
585
585
  }
586
- `;var Kl=require("react/jsx-runtime"),es=({style:e,...t})=>(0,Kl.jsx)("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:(0,Kl.jsx)("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"})});var Ue=require("react/jsx-runtime"),jp=()=>{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(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(S,{}),(0,Ue.jsxs)(bg,{children:[(0,Ue.jsx)(Tg,{children:(0,Ue.jsxs)("div",{children:[(0,Ue.jsx)(Xa,{}),(0,Ue.jsx)(es,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),(0,Ue.jsxs)(Eg,{children:[typeof o=="string"?(0,Ue.jsx)("h3",{children:o}):(0,Ue.jsx)(Ue.Fragment,{children:o}),typeof r=="string"?(0,Ue.jsx)("p",{children:r}):(0,Ue.jsx)(Ue.Fragment,{children:r})]}),t?.allowlistConfig.errorCtaLink?(0,Ue.jsx)(D,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):(0,Ue.jsx)(D,{onClick:()=>{e("LANDING")},children:n})]})]})},bg=ts.default.div`
586
+ `;var Ll=require("react/jsx-runtime"),ja=({style:e,...t})=>(0,Ll.jsx)("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:(0,Ll.jsx)("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"})});var Ue=require("react/jsx-runtime"),Fp=()=>{let{navigate:e,app:t}=A(),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(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(_,{}),(0,Ue.jsxs)(Vg,{children:[(0,Ue.jsx)($g,{children:(0,Ue.jsxs)("div",{children:[(0,Ue.jsx)(qa,{}),(0,Ue.jsx)(ja,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),(0,Ue.jsxs)(zg,{children:[typeof o=="string"?(0,Ue.jsx)("h3",{children:o}):(0,Ue.jsx)(Ue.Fragment,{children:o}),typeof r=="string"?(0,Ue.jsx)("p",{children:r}):(0,Ue.jsx)(Ue.Fragment,{children:r})]}),t?.allowlistConfig.errorCtaLink?(0,Ue.jsx)(D,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):(0,Ue.jsx)(D,{onClick:()=>{e("LANDING")},children:n})]})]})},Vg=Ka.default.div`
587
587
  display: flex;
588
588
  flex-direction: column;
589
589
  align-items: center;
@@ -591,11 +591,11 @@ Resources:
591
591
  gap: 24px;
592
592
  width: 100%;
593
593
  padding-bottom: 16px;
594
- `,Eg=ts.default.div`
594
+ `,zg=Ka.default.div`
595
595
  display: flex;
596
596
  flex-direction: column;
597
597
  gap: 8px;
598
- `,Tg=ts.default.div`
598
+ `,$g=Ka.default.div`
599
599
  display: flex;
600
600
  flex-direction: column;
601
601
  justify-content: center;
@@ -618,7 +618,7 @@ Resources:
618
618
  left: -19px;
619
619
  top: -19px;
620
620
  }
621
- `;var ns=require("@heroicons/react/24/outline"),Tr=require("react"),tu=require("react-device-detect"),Nn=A(require("styled-components"));var Et=A(require("styled-components")),_o=Et.default.div`
621
+ `;var jp=f(require("@heroicons/react/24/outline/EnvelopeIcon")),Kp=f(require("@heroicons/react/24/outline/PhoneIcon")),br=require("react"),Yp=require("react-device-detect"),In=f(require("styled-components"));var Et=f(require("styled-components")),_o=Et.default.div`
622
622
  display: flex;
623
623
  flex-direction: column;
624
624
  align-items: flex-start;
@@ -633,16 +633,16 @@ Resources:
633
633
  justify-content: center;
634
634
  flex-grow: 1;
635
635
  width: 100%;
636
- `,Kp=Et.default.div`
636
+ `,Bp=Et.default.div`
637
637
  display: flex;
638
638
  flex-direction: column;
639
639
  align-items: center;
640
640
  width: 100%;
641
- `,os=(0,Et.default)(jt)`
641
+ `,Ya=(0,Et.default)(jt)`
642
642
  padding: 20px 0;
643
643
  `,lo=(0,Et.default)(jt)`
644
644
  gap: 16px;
645
- `,Yl=Et.default.div`
645
+ `,Ol=Et.default.div`
646
646
  display: flex;
647
647
  flex-direction: column;
648
648
  width: 100%;
@@ -650,12 +650,12 @@ Resources:
650
650
  display: flex;
651
651
  flex-direction: column;
652
652
  gap: 8px;
653
- `,oE=Et.default.div`
653
+ `,PE=Et.default.div`
654
654
  display: flex;
655
655
  flex-direction: column;
656
656
  justify-content: space-between;
657
657
  height: 100%;
658
- `,Yp=Et.default.div`
658
+ `,Hp=Et.default.div`
659
659
  display: flex;
660
660
  flex-direction: column;
661
661
  justify-content: flex-start;
@@ -682,9 +682,9 @@ Resources:
682
682
  height: 16px;
683
683
  `,X=Et.default.div`
684
684
  height: 12px;
685
- `,Jp=Et.default.div`
685
+ `,Gp=Et.default.div`
686
686
  position: relative;
687
- `,Qp=Et.default.div`
687
+ `,Vp=Et.default.div`
688
688
  background-color: var(--privy-color-accent);
689
689
  display: flex;
690
690
  justify-content: center;
@@ -692,9 +692,9 @@ Resources:
692
692
  border-radius: 50%;
693
693
  border-color: white;
694
694
  border-width: 2px !important;
695
- `;var rs=A(require("styled-components")),co=require("react/jsx-runtime"),ki=({title:e,description:t,children:o,...r})=>(0,co.jsx)(Zp,{...r,children:(0,co.jsxs)(co.Fragment,{children:[(0,co.jsx)("h3",{children:e}),typeof t=="string"?(0,co.jsx)("p",{children:t}):t,o]})}),Ao=(0,rs.default)(ki)`
695
+ `;var Ja=f(require("styled-components")),co=require("react/jsx-runtime"),Ti=({title:e,description:t,children:o,...r})=>(0,co.jsx)(zp,{...r,children:(0,co.jsxs)(co.Fragment,{children:[(0,co.jsx)("h3",{children:e}),typeof t=="string"?(0,co.jsx)("p",{children:t}):t,o]})}),Ao=(0,Ja.default)(Ti)`
696
696
  margin-bottom: 24px;
697
- `,Ge=({title:e,description:t,icon:o,children:r,...n})=>(0,co.jsxs)(Pg,{...n,children:[o||null,(0,co.jsx)("h3",{children:e}),typeof t=="string"?(0,co.jsx)("p",{children:t}):t,r]}),Zp=rs.default.div`
697
+ `,Ge=({title:e,description:t,icon:o,children:r,...n})=>(0,co.jsxs)(qg,{...n,children:[o||null,(0,co.jsx)("h3",{children:e}),typeof t=="string"?(0,co.jsx)("p",{children:t}):t,r]}),zp=Ja.default.div`
698
698
  display: flex;
699
699
  flex-direction: column;
700
700
  justify-content: flex-start;
@@ -714,7 +714,7 @@ Resources:
714
714
  color: var(--privy-color-foreground-2);
715
715
  font-size: 14px;
716
716
  }
717
- `,Pg=(0,rs.default)(Zp)`
717
+ `,qg=(0,Ja.default)(zp)`
718
718
  align-items: center;
719
719
  text-align: center;
720
720
  gap: 16px;
@@ -722,7 +722,7 @@ Resources:
722
722
  h3 {
723
723
  margin-bottom: 24px;
724
724
  }
725
- `;var re=require("react/jsx-runtime"),Jl=6,Xp=new Array(Jl).fill(""),xg=1400;var ou=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r,onUserCloseViaDialogOrKeybindRef:n}=_(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:m}=R(),{authenticated:y,user:h}=B(),[g,w]=(0,Tr.useState)(Xp),[C,x]=(0,Tr.useState)(!1),[E,T]=(0,Tr.useState)(null),[M,k]=(0,Tr.useState)(null);n.current=()=>null;let I=s()?.email?0:1,W=e?.render.inDialog?pt:0,L=e?.render.inDialog?W-500:0;(0,Tr.useEffect)(()=>{if(y&&C&&h){if(e?.legal.requireUsersAcceptTerms&&!h.hasAcceptedTerms){let z=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},L);return()=>clearTimeout(z)}if(Ht(h,e?.embeddedWallets?.createOnLogin)){let z=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:ge=>console.error(ge),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},L);return()=>clearTimeout(z)}else{m();let z=setTimeout(i,W);return()=>clearTimeout(z)}}},[y,C,h]),(0,Tr.useEffect)(()=>{if(E&&M===0){let q=setTimeout(()=>{w(Xp),T(null),document.querySelector("input[name=code-0]")?.focus()},xg);return()=>clearTimeout(q)}},[E]);let H=q=>{q.preventDefault();let z=q.currentTarget.value.replace(" ","");if(z==="")return;if(isNaN(Number(z))){T("Code should be numeric"),k(1);return}T(null),k(null);let ge=Number(q.currentTarget.name?.charAt(5)),U=[...z||[""]].slice(0,Jl-ge),Pe=[...g.slice(0,ge),...U,...g.slice(ge+U.length)];w(Pe);let vo=U.length,$e=Math.min(Math.max(ge+vo,0),Jl-1);isNaN(Number(q.currentTarget.value))||document.querySelector(`input[name=code-${$e}]`)?.focus(),Pe.every(qe=>qe&&!isNaN(+qe))&&(document.querySelector(`input[name=code-${$e}]`)?.blur(),c(Pe.join("")).then(()=>x(!0)).catch(Ae=>{Ae?.status===422?T("Invalid or expired verification code"):Ae instanceof Co&&Ae.privyErrorCode==="cannot_link_more_of_type"?T(Ae.message):T("Issue verifying code"),k(0)}))},j=q=>{M===1&&(T(null),k(null));let z=[...g.slice(0,q),"",...g.slice(q+1)];w(z),q>0&&document.querySelector(`input[name=code-${q-1}]`)?.focus()},oe=I==0?(0,re.jsx)(ns.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):(0,re.jsx)(ns.PhoneIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),O=I==0?(0,re.jsxs)("p",{children:["Please check ",(0,re.jsx)(eu,{children:s()?.email})," for an email from privy.io and enter your code below."]}):(0,re.jsxs)("p",{children:["Please check ",(0,re.jsx)(eu,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(S,{backFn:()=>o()},"header"),(0,re.jsxs)(Sg,{children:[(0,re.jsx)(Ge,{title:"Enter confirmation code",description:O,icon:oe}),(0,re.jsxs)(Kp,{children:[(0,re.jsxs)(_g,{children:[(0,re.jsx)(Ag,{fail:!!E,success:C,children:(0,re.jsx)("span",{children:E||(C?"Success!":"")})}),(0,re.jsx)("div",{children:g.map((q,z)=>(0,re.jsx)("input",{name:`code-${z}`,type:"text",value:g[z],onChange:H,onKeyUp:ge=>{ge.key==="Backspace"&&j(z)},inputMode:"numeric",autoFocus:z===0,pattern:"[0-9]",className:`${C?"success":""} ${E?"fail":""}`,autoComplete:tu.isMobile?"one-time-code":"off"},z))})]}),(0,re.jsx)(kg,{children:I==0?(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)("span",{children:"Didn't get an email?"}),(0,re.jsx)("button",{onClick:a,children:"Resend Code"})]}):(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)("span",{children:"Didn't get a message?"}),(0,re.jsx)("button",{onClick:l,children:"Resend Code"})]})})]})]}),(0,re.jsx)(V,{protectedByPrivy:!0})]})},Sg=Nn.default.div`
725
+ `;var re=require("react/jsx-runtime"),Dl=6,$p=new Array(Dl).fill(""),jg=1400;var Jp=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r,onUserCloseViaDialogOrKeybindRef:n}=A(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:m}=R(),{authenticated:g,user:y}=B(),[v,C]=(0,br.useState)($p),[b,S]=(0,br.useState)(!1),[T,P]=(0,br.useState)(null),[M,k]=(0,br.useState)(null);n.current=()=>null;let I=s()?.email?0:1,W=e?.render.inDialog?pt:0,L=e?.render.inDialog?W-500:0;(0,br.useEffect)(()=>{if(g&&b&&y){if(e?.legal.requireUsersAcceptTerms&&!y.hasAcceptedTerms){let z=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},L);return()=>clearTimeout(z)}if(Ht(y,e?.embeddedWallets?.createOnLogin)){let z=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:ge=>console.error(ge),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},L);return()=>clearTimeout(z)}else{m();let z=setTimeout(i,W);return()=>clearTimeout(z)}}},[g,b,y]),(0,br.useEffect)(()=>{if(T&&M===0){let q=setTimeout(()=>{C($p),P(null),document.querySelector("input[name=code-0]")?.focus()},jg);return()=>clearTimeout(q)}},[T]);let H=q=>{q.preventDefault();let z=q.currentTarget.value.replace(" ","");if(z==="")return;if(isNaN(Number(z))){P("Code should be numeric"),k(1);return}P(null),k(null);let ge=Number(q.currentTarget.name?.charAt(5)),U=[...z||[""]].slice(0,Dl-ge),Pe=[...v.slice(0,ge),...U,...v.slice(ge+U.length)];C(Pe);let vo=U.length,$e=Math.min(Math.max(ge+vo,0),Dl-1);isNaN(Number(q.currentTarget.value))||document.querySelector(`input[name=code-${$e}]`)?.focus(),Pe.every(qe=>qe&&!isNaN(+qe))&&(document.querySelector(`input[name=code-${$e}]`)?.blur(),c(Pe.join("")).then(()=>S(!0)).catch(Ae=>{Ae?.status===422?P("Invalid or expired verification code"):Ae instanceof Co&&Ae.privyErrorCode==="cannot_link_more_of_type"?P(Ae.message):P("Issue verifying code"),k(0)}))},j=q=>{M===1&&(P(null),k(null));let z=[...v.slice(0,q),"",...v.slice(q+1)];C(z),q>0&&document.querySelector(`input[name=code-${q-1}]`)?.focus()},oe=I==0?(0,re.jsx)(jp.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):(0,re.jsx)(Kp.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),O=I==0?(0,re.jsxs)("p",{children:["Please check ",(0,re.jsx)(qp,{children:s()?.email})," for an email from privy.io and enter your code below."]}):(0,re.jsxs)("p",{children:["Please check ",(0,re.jsx)(qp,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(_,{backFn:()=>o()},"header"),(0,re.jsxs)(Kg,{children:[(0,re.jsx)(Ge,{title:"Enter confirmation code",description:O,icon:oe}),(0,re.jsxs)(Bp,{children:[(0,re.jsxs)(Yg,{children:[(0,re.jsx)(Jg,{fail:!!T,success:b,children:(0,re.jsx)("span",{children:T||(b?"Success!":"")})}),(0,re.jsx)("div",{children:v.map((q,z)=>(0,re.jsx)("input",{name:`code-${z}`,type:"text",value:v[z],onChange:H,onKeyUp:ge=>{ge.key==="Backspace"&&j(z)},inputMode:"numeric",autoFocus:z===0,pattern:"[0-9]",className:`${b?"success":""} ${T?"fail":""}`,autoComplete:Yp.isMobile?"one-time-code":"off"},z))})]}),(0,re.jsx)(Qg,{children:I==0?(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)("span",{children:"Didn't get an email?"}),(0,re.jsx)("button",{onClick:a,children:"Resend Code"})]}):(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)("span",{children:"Didn't get a message?"}),(0,re.jsx)("button",{onClick:l,children:"Resend Code"})]})})]})]}),(0,re.jsx)(V,{protectedByPrivy:!0})]})},Kg=In.default.div`
726
726
  display: flex;
727
727
  flex-direction: column;
728
728
  align-items: flex-start;
@@ -730,7 +730,7 @@ Resources:
730
730
  margin: auto;
731
731
  gap: 16px;
732
732
  flex-grow: 1;
733
- `,_g=Nn.default.div`
733
+ `,Yg=In.default.div`
734
734
  display: flex;
735
735
  flex-direction: column;
736
736
  width: 100%;
@@ -786,7 +786,7 @@ Resources:
786
786
  transform: translate(1px, 0px);
787
787
  }
788
788
  }
789
- `,Ag=Nn.default.div`
789
+ `,Jg=In.default.div`
790
790
  line-height: 20px;
791
791
  height: 20px;
792
792
  font-size: 13px;
@@ -794,7 +794,7 @@ Resources:
794
794
  display: flex;
795
795
  justify-content: flex-end;
796
796
  width: 100%;
797
- `,kg=Nn.default.div`
797
+ `,Qg=In.default.div`
798
798
  font-size: 13px;
799
799
  color: var(--privy-color-foreground-3);
800
800
  display: flex;
@@ -808,10 +808,10 @@ Resources:
808
808
  > button {
809
809
  text-decoration: underline;
810
810
  }
811
- `,eu=Nn.default.span`
811
+ `,qp=In.default.span`
812
812
  font-weight: 500;
813
813
  word-break: break-all;
814
- `;var is=require("@heroicons/react/24/solid"),Rt=require("react"),au=A(require("styled-components"));var ru=A(require("styled-components"));var po=require("react/jsx-runtime"),nu=({icon:e})=>{let t=e;return(0,po.jsx)(po.Fragment,{children:(0,po.jsx)(Rg,{children:(0,po.jsxs)("div",{children:[(0,po.jsx)(Cr,{}),typeof t=="string"?(0,po.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?(0,po.jsx)(t,{style:{width:"38px",height:"38px"}}):(0,po.jsx)("span",{})]})})})},Rg=ru.default.div`
814
+ `;var eu=f(require("@heroicons/react/24/solid/CheckCircleIcon")),tu=f(require("@heroicons/react/24/solid/XCircleIcon")),Rt=require("react"),ou=f(require("styled-components"));var Qp=f(require("styled-components"));var po=require("react/jsx-runtime"),Zp=({icon:e})=>{let t=e;return(0,po.jsx)(po.Fragment,{children:(0,po.jsx)(Zg,{children:(0,po.jsxs)("div",{children:[(0,po.jsx)(vr,{}),typeof t=="string"?(0,po.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?(0,po.jsx)(t,{style:{width:"38px",height:"38px"}}):(0,po.jsx)("span",{})]})})})},Zg=Qp.default.div`
815
815
  display: flex;
816
816
  flex-direction: column;
817
817
  justify-content: center;
@@ -834,14 +834,14 @@ Resources:
834
834
  left: -19px;
835
835
  top: -19px;
836
836
  }
837
- `;var Ye=require("react/jsx-runtime"),su=500,iu=su*2,lu=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=_(),{status:a,token:l,waitForResult:s,reset:c,execute:m}=Se(),y=(0,Rt.useRef)([]),h=q=>{y.current=[q,...y.current]},[g,w]=(0,Rt.useState)(!0);(0,Rt.useEffect)(()=>{let q=setTimeout(w,iu,!1);return h(q),()=>{y.current.forEach(z=>clearTimeout(z)),y.current=[]}},[]);let[C,x]=(0,Rt.useState)(""),[E,T]=(0,Rt.useState)("Checking that you are a human..."),[M,k]=(0,Rt.useState)((0,Ye.jsx)(D,{onClick:()=>{},disabled:!0,children:"Continue"})),[I,W]=(0,Rt.useState)(!1),[L,H]=(0,Rt.useState)(3),j=o?.captchaModalData,oe=async q=>{try{await j?.callback(q),j?.onSuccessNavigateTo&&n(j?.onSuccessNavigateTo,!1)}catch(z){if(z instanceof Ko)return;{let ge={error:z,previousScreen:e||"LANDING"};i({errorModalData:ge}),n(j?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};(0,Rt.useEffect)(()=>{if(a==="success"){let q=setTimeout(async()=>{let z=await s();!z||j?.userIntentRequired||oe(z)},iu);h(q)}else if(a==="ready"){let q=setTimeout(()=>{a==="ready"&&m()},su);h(q)}},[a]),(0,Rt.useEffect)(()=>{if(!g)switch(a){case"success":x("Success!"),T("CAPTCHA passed successfully."),k((0,Ye.jsx)(D,{onClick:()=>{W(!0),oe(l)},disabled:!j?.userIntentRequired,loading:I,children:j?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":x(""),T("Checking that you are a human..."),k((0,Ye.jsx)(D,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":x("Something went wrong"),L<=0?(T("If you use an adblocker or VPN, try disabling and re-attempting."),k(null)):(T("You did not pass CAPTCHA. Please try again."),k((0,Ye.jsx)(D,{onClick:O,children:"Retry"})));break;case"ready":default:break}},[a,g,I]);let O=async()=>{if(L<=0)return;H(z=>z-1),c(),m();let q=await s();!q||j?.userIntentRequired||oe(q)};return(0,Ye.jsxs)(Ye.Fragment,{children:[(0,Ye.jsx)(S,{backFn:!e||t===e?void 0:r}),(0,Ye.jsxs)(Ig,{children:[a==="success"?(0,Ye.jsx)(is.CheckCircleIcon,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?(0,Ye.jsx)(is.XCircleIcon,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):(0,Ye.jsx)(nu,{}),(0,Ye.jsxs)(Kt,{children:[C?(0,Ye.jsx)("h3",{children:C}):null,(0,Ye.jsx)("p",{children:E})]}),M]}),(0,Ye.jsx)(J,{})]})},Ig=au.default.div`
837
+ `;var Ye=require("react/jsx-runtime"),ru=500,Xp=ru*2,nu=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=A(),{status:a,token:l,waitForResult:s,reset:c,execute:m}=Se(),g=(0,Rt.useRef)([]),y=q=>{g.current=[q,...g.current]},[v,C]=(0,Rt.useState)(!0);(0,Rt.useEffect)(()=>{let q=setTimeout(C,Xp,!1);return y(q),()=>{g.current.forEach(z=>clearTimeout(z)),g.current=[]}},[]);let[b,S]=(0,Rt.useState)(""),[T,P]=(0,Rt.useState)("Checking that you are a human..."),[M,k]=(0,Rt.useState)((0,Ye.jsx)(D,{onClick:()=>{},disabled:!0,children:"Continue"})),[I,W]=(0,Rt.useState)(!1),[L,H]=(0,Rt.useState)(3),j=o?.captchaModalData,oe=async q=>{try{await j?.callback(q),j?.onSuccessNavigateTo&&n(j?.onSuccessNavigateTo,!1)}catch(z){if(z instanceof jo)return;{let ge={error:z,previousScreen:e||"LANDING"};i({errorModalData:ge}),n(j?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};(0,Rt.useEffect)(()=>{if(a==="success"){let q=setTimeout(async()=>{let z=await s();!z||j?.userIntentRequired||oe(z)},Xp);y(q)}else if(a==="ready"){let q=setTimeout(()=>{a==="ready"&&m()},ru);y(q)}},[a]),(0,Rt.useEffect)(()=>{if(!v)switch(a){case"success":S("Success!"),P("CAPTCHA passed successfully."),k((0,Ye.jsx)(D,{onClick:()=>{W(!0),oe(l)},disabled:!j?.userIntentRequired,loading:I,children:j?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":S(""),P("Checking that you are a human..."),k((0,Ye.jsx)(D,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":S("Something went wrong"),L<=0?(P("If you use an adblocker or VPN, try disabling and re-attempting."),k(null)):(P("You did not pass CAPTCHA. Please try again."),k((0,Ye.jsx)(D,{onClick:O,children:"Retry"})));break;case"ready":default:break}},[a,v,I]);let O=async()=>{if(L<=0)return;H(z=>z-1),c(),m();let q=await s();!q||j?.userIntentRequired||oe(q)};return(0,Ye.jsxs)(Ye.Fragment,{children:[(0,Ye.jsx)(_,{backFn:!e||t===e?void 0:r}),(0,Ye.jsxs)(Xg,{children:[a==="success"?(0,Ye.jsx)(eu.default,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?(0,Ye.jsx)(tu.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):(0,Ye.jsx)(Zp,{}),(0,Ye.jsxs)(Kt,{children:[b?(0,Ye.jsx)("h3",{children:b}):null,(0,Ye.jsx)("p",{children:T})]}),M]}),(0,Ye.jsx)(J,{})]})},Xg=ou.default.div`
838
838
  display: flex;
839
839
  flex-direction: column;
840
840
  align-items: center;
841
841
  justify-content: center;
842
842
  gap: 24px;
843
843
  width: 100%;
844
- `;var uu=A(require("@heroicons/react/24/outline/WalletIcon")),mu=require("react-device-detect"),fu=A(require("styled-components"));var yt=require("react/jsx-runtime"),cu=({...e})=>(0,yt.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[(0,yt.jsx)("defs",{children:(0,yt.jsxs)("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:[(0,yt.jsx)("stop",{offset:"0",stopColor:"#f1562b"}),(0,yt.jsx)("stop",{offset:"0.3",stopColor:"#f1542b"}),(0,yt.jsx)("stop",{offset:"0.41",stopColor:"#f04d2a"}),(0,yt.jsx)("stop",{offset:"0.49",stopColor:"#ef4229"}),(0,yt.jsx)("stop",{offset:"0.5",stopColor:"#ef4029"}),(0,yt.jsx)("stop",{offset:"0.56",stopColor:"#e83e28"}),(0,yt.jsx)("stop",{offset:"0.67",stopColor:"#e13c26"}),(0,yt.jsx)("stop",{offset:"1",stopColor:"#df3c26"})]})}),(0,yt.jsx)("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"}),(0,yt.jsx)("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"})]});var F=require("react/jsx-runtime"),du=({style:e,...t})=>(0,F.jsxs)("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:[(0,F.jsx)("g",{clipPath:"url(#clip0_5_32)",children:(0,F.jsxs)("g",{clipPath:"url(#clip1_5_32)",children:[(0,F.jsx)("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,F.jsx)("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"})}),(0,F.jsx)("g",{mask:"url(#mask0_5_32)",children:(0,F.jsx)("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),(0,F.jsx)("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)"}),(0,F.jsx)("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),(0,F.jsx)("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),(0,F.jsx)("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),(0,F.jsx)("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),(0,F.jsx)("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),(0,F.jsx)("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)"}),(0,F.jsx)("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),(0,F.jsx)("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),(0,F.jsxs)("defs",{children:[(0,F.jsxs)("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#174299"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#001E59"})]}),(0,F.jsxs)("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[(0,F.jsx)("stop",{offset:"0.770277",stopColor:"#FF4000"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,F.jsxs)("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#FF4000"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,F.jsxs)("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#8754C9"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF4000"})]}),(0,F.jsxs)("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[(0,F.jsx)("stop",{offset:"0.723929",stopColor:"#FFF700"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,F.jsxs)("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#FFF700"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,F.jsxs)("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#FFF700"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,F.jsxs)("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[(0,F.jsx)("stop",{offset:"0.59513",stopColor:"#00AAFF"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,F.jsxs)("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[(0,F.jsx)("stop",{stopColor:"#00AAFF"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,F.jsxs)("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:[(0,F.jsx)("stop",{stopColor:"#00AAFF"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,F.jsx)("clipPath",{id:"clip0_5_32",children:(0,F.jsx)("rect",{width:"120",height:"120",fill:"white"})}),(0,F.jsx)("clipPath",{id:"clip1_5_32",children:(0,F.jsx)("rect",{width:"120",height:"120",fill:"white"})})]})]});var Qo=require("react/jsx-runtime"),pu=({style:e,...t})=>(0,Qo.jsxs)("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:[(0,Qo.jsxs)("g",{clipPath:"url(#clip0_1704_1423)",children:[(0,Qo.jsx)("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"}),(0,Qo.jsx)("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"})]}),(0,Qo.jsx)("defs",{children:(0,Qo.jsx)("clipPath",{id:"clip0_1704_1423",children:(0,Qo.jsx)("rect",{width:"176",height:"176",fill:"white"})})})]});var Zo=require("react/jsx-runtime"),ko={coinbase_wallet:{logo:Si,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Pn,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:To,displayName:"Phantom"},rainbow:{logo:du,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:Ai,displayName:"WalletConnect"},zerion:{logo:pu,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:cu,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Ln=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=_(),{connectWallet:a}=R(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{fr()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(mu.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},(0,Zo.jsxs)(Lg,{onClick:s,children:[(0,Zo.jsx)(Ng,{icon:Mg(e,n.connectorType)??o}),(0,Zo.jsx)("span",{style:{textTransform:"capitalize"},children:Wg(e,n.connectorType)||t||n.walletClientType}),(0,Zo.jsx)("span",{id:"connect-text",children:"Connect"})]})},Wg=(e,t)=>{if(ko[e]?.displayName)return ko[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},Mg=(e,t)=>{if(ko[e]?.logo)return ko[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return Ai},Ng=({icon:e})=>typeof e=="string"?(0,Zo.jsx)("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?(0,Zo.jsx)(uu.default,{}):e?(0,Zo.jsx)(e,{}):null,Lg=(0,fu.default)(Ie)`
844
+ `;var lu=f(require("@heroicons/react/24/outline/WalletIcon")),cu=require("react-device-detect"),du=f(require("styled-components"));var yt=require("react/jsx-runtime"),iu=({...e})=>(0,yt.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[(0,yt.jsx)("defs",{children:(0,yt.jsxs)("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:[(0,yt.jsx)("stop",{offset:"0",stopColor:"#f1562b"}),(0,yt.jsx)("stop",{offset:"0.3",stopColor:"#f1542b"}),(0,yt.jsx)("stop",{offset:"0.41",stopColor:"#f04d2a"}),(0,yt.jsx)("stop",{offset:"0.49",stopColor:"#ef4229"}),(0,yt.jsx)("stop",{offset:"0.5",stopColor:"#ef4029"}),(0,yt.jsx)("stop",{offset:"0.56",stopColor:"#e83e28"}),(0,yt.jsx)("stop",{offset:"0.67",stopColor:"#e13c26"}),(0,yt.jsx)("stop",{offset:"1",stopColor:"#df3c26"})]})}),(0,yt.jsx)("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"}),(0,yt.jsx)("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"})]});var F=require("react/jsx-runtime"),au=({style:e,...t})=>(0,F.jsxs)("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:[(0,F.jsx)("g",{clipPath:"url(#clip0_5_32)",children:(0,F.jsxs)("g",{clipPath:"url(#clip1_5_32)",children:[(0,F.jsx)("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:(0,F.jsx)("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"})}),(0,F.jsx)("g",{mask:"url(#mask0_5_32)",children:(0,F.jsx)("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),(0,F.jsx)("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)"}),(0,F.jsx)("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),(0,F.jsx)("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),(0,F.jsx)("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),(0,F.jsx)("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),(0,F.jsx)("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),(0,F.jsx)("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)"}),(0,F.jsx)("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),(0,F.jsx)("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),(0,F.jsxs)("defs",{children:[(0,F.jsxs)("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#174299"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#001E59"})]}),(0,F.jsxs)("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[(0,F.jsx)("stop",{offset:"0.770277",stopColor:"#FF4000"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,F.jsxs)("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#FF4000"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#8754C9"})]}),(0,F.jsxs)("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#8754C9"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF4000"})]}),(0,F.jsxs)("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[(0,F.jsx)("stop",{offset:"0.723929",stopColor:"#FFF700"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,F.jsxs)("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#FFF700"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,F.jsxs)("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[(0,F.jsx)("stop",{stopColor:"#FFF700"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#FF9901"})]}),(0,F.jsxs)("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[(0,F.jsx)("stop",{offset:"0.59513",stopColor:"#00AAFF"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,F.jsxs)("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[(0,F.jsx)("stop",{stopColor:"#00AAFF"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,F.jsxs)("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:[(0,F.jsx)("stop",{stopColor:"#00AAFF"}),(0,F.jsx)("stop",{offset:"1",stopColor:"#01DA40"})]}),(0,F.jsx)("clipPath",{id:"clip0_5_32",children:(0,F.jsx)("rect",{width:"120",height:"120",fill:"white"})}),(0,F.jsx)("clipPath",{id:"clip1_5_32",children:(0,F.jsx)("rect",{width:"120",height:"120",fill:"white"})})]})]});var Jo=require("react/jsx-runtime"),su=({style:e,...t})=>(0,Jo.jsxs)("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:[(0,Jo.jsxs)("g",{clipPath:"url(#clip0_1704_1423)",children:[(0,Jo.jsx)("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"}),(0,Jo.jsx)("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"})]}),(0,Jo.jsx)("defs",{children:(0,Jo.jsx)("clipPath",{id:"clip0_1704_1423",children:(0,Jo.jsx)("rect",{width:"176",height:"176",fill:"white"})})})]});var Qo=require("react/jsx-runtime"),ko={coinbase_wallet:{logo:Ci,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:bn,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:To,displayName:"Phantom"},rainbow:{logo:au,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:Ei,displayName:"WalletConnect"},zerion:{logo:su,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:iu,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Wn=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=A(),{connectWallet:a}=R(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{ur()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(cu.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},(0,Qo.jsxs)(rv,{onClick:s,children:[(0,Qo.jsx)(ov,{icon:tv(e,n.connectorType)??o}),(0,Qo.jsx)("span",{style:{textTransform:"capitalize"},children:ev(e,n.connectorType)||t||n.walletClientType}),(0,Qo.jsx)("span",{id:"connect-text",children:"Connect"})]})},ev=(e,t)=>{if(ko[e]?.displayName)return ko[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},tv=(e,t)=>{if(ko[e]?.logo)return ko[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return Ei},ov=({icon:e})=>typeof e=="string"?(0,Qo.jsx)("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?(0,Qo.jsx)(lu.default,{}):e?(0,Qo.jsx)(e,{}):null,rv=(0,du.default)(Ie)`
845
845
  /* Show "Connect" on hover */
846
846
  > #connect-text {
847
847
  font-weight: 500;
@@ -863,23 +863,23 @@ Resources:
863
863
  display: none;
864
864
  }
865
865
  }
866
- `;var Ro=require("react/jsx-runtime"),Og=["coinbase_wallet"],Dg=["metamask","rainbow","zerion"],Ug=["phantom"],On=({connectOnly:e})=>{let{connectors:t}=R(),{app:o}=_(),r=Ql(o?.appearance.walletList??[],t,e);return(0,Ro.jsxs)(Ro.Fragment,{children:[...r]})},Ql=(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:m})=>c==="injected"&&!e.includes(m));for(let c of s){let{walletClientType:m,walletBranding:y}=c;(m==="unknown"?n:r).push((0,Ro.jsx)(Ln,{connectOnly:o,provider:m,logo:y.icon,displayName:y.name,connector:c},`${l}-${m}`))}}else if(Ug.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push((0,Ro.jsx)(Ln,{connectOnly:o,provider:l,connector:s},l))}else if(Dg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push((0,Ro.jsx)(Ln,{connectOnly:o,provider:l,connector:s},l))}else if(Og.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push((0,Ro.jsx)(Ln,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push((0,Ro.jsx)(Ln,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};var Io=require("react/jsx-runtime"),hu=()=>{let{app:e}=_(),t=`Connect a wallet to ${e?.name}`;return(0,Io.jsxs)(Io.Fragment,{children:[(0,Io.jsx)(S,{},"header"),(0,Io.jsx)(Ao,{title:"Connect your wallet",description:t}),(0,Io.jsx)(So,{children:(0,Io.jsx)(On,{connectOnly:!0})}),(0,Io.jsx)(V,{protectedByPrivy:!0})]})};var Cu=A(require("styled-components"));var wu=A(require("styled-components"));var yu=A(require("react"));var vu=require("react/jsx-runtime"),gu=()=>{let{app:e}=_(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?(0,vu.jsx)("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?yu.default.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};var Zl=require("react/jsx-runtime"),as=e=>{let{app:t}=_();return t?.appearance.logo?(0,Zl.jsx)(Fg,{...e,children:(0,Zl.jsx)(gu,{})}):null},Fg=wu.default.div`
866
+ `;var Ro=require("react/jsx-runtime"),nv=["coinbase_wallet"],iv=["metamask","rainbow","zerion"],av=["phantom"],Mn=({connectOnly:e})=>{let{connectors:t}=R(),{app:o}=A(),r=Ul(o?.appearance.walletList??[],t,e);return(0,Ro.jsxs)(Ro.Fragment,{children:[...r]})},Ul=(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:m})=>c==="injected"&&!e.includes(m));for(let c of s){let{walletClientType:m,walletBranding:g}=c;(m==="unknown"?n:r).push((0,Ro.jsx)(Wn,{connectOnly:o,provider:m,logo:g.icon,displayName:g.name,connector:c},`${l}-${m}`))}}else if(av.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push((0,Ro.jsx)(Wn,{connectOnly:o,provider:l,connector:s},l))}else if(iv.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push((0,Ro.jsx)(Wn,{connectOnly:o,provider:l,connector:s},l))}else if(nv.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push((0,Ro.jsx)(Wn,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push((0,Ro.jsx)(Wn,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};var Io=require("react/jsx-runtime"),pu=()=>{let{app:e}=A(),t=`Connect a wallet to ${e?.name}`;return(0,Io.jsxs)(Io.Fragment,{children:[(0,Io.jsx)(_,{},"header"),(0,Io.jsx)(Ao,{title:"Connect your wallet",description:t}),(0,Io.jsx)(So,{children:(0,Io.jsx)(Mn,{connectOnly:!0})}),(0,Io.jsx)(V,{protectedByPrivy:!0})]})};var yu=f(require("styled-components"));var hu=f(require("styled-components"));var uu=f(require("react"));var fu=require("react/jsx-runtime"),mu=()=>{let{app:e}=A(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?(0,fu.jsx)("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?uu.default.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};var Fl=require("react/jsx-runtime"),Qa=e=>{let{app:t}=A();return t?.appearance.logo?(0,Fl.jsx)(sv,{...e,children:(0,Fl.jsx)(mu,{})}):null},sv=hu.default.div`
867
867
  display: flex;
868
868
  flex-direction: column;
869
869
  align-items: center;
870
870
  padding: 24px 0;
871
871
  flex-grow: 1;
872
872
  justify-content: center;
873
- `;var uo=require("react/jsx-runtime"),bu=()=>{let{app:e}=_();return(0,uo.jsxs)(uo.Fragment,{children:[(0,uo.jsx)(S,{},"header"),(0,uo.jsx)(Bg,{}),(0,uo.jsx)(So,{children:(0,uo.jsx)(On,{connectOnly:!0})}),e&&(0,uo.jsx)($a,{app:e,alwaysShowImplicitConsent:!0}),(0,uo.jsx)(V,{protectedByPrivy:!0})]})},Bg=(0,Cu.default)(as)`
873
+ `;var uo=require("react/jsx-runtime"),gu=()=>{let{app:e}=A();return(0,uo.jsxs)(uo.Fragment,{children:[(0,uo.jsx)(_,{},"header"),(0,uo.jsx)(lv,{}),(0,uo.jsx)(So,{children:(0,uo.jsx)(Mn,{connectOnly:!0})}),e&&(0,uo.jsx)(Fa,{app:e,alwaysShowImplicitConsent:!0}),(0,uo.jsx)(V,{protectedByPrivy:!0})]})},lv=(0,yu.default)(Qa)`
874
874
  margin-bottom: 16px;
875
- `;var Fn=require("react"),xu=require("react-device-detect"),Su=A(require("styled-components"));var Yt=require("react"),Un=require("react-device-detect"),Tu=require("react-use"),ec=A(require("styled-components"));var Dn=require("react");function Eu(){let[e,t]=(0,Dn.useState)(!1),o=(0,Dn.useCallback)(()=>{document.hidden&&t(!0)},[]);return(0,Dn.useEffect)(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}var pe=require("react/jsx-runtime"),Xl=2,tc=e=>e?.privyErrorCode==="linked_to_another_user"?qo.ERROR_USER_EXISTS:e instanceof ut&&!e.details.default?e.details:e instanceof Cn?qo.ERROR_TIMED_OUT:e instanceof bn?qo.ERROR_USER_REJECTED_CONNECTION:qo.ERROR_WALLET_CONNECTION,Pu=()=>{let[e,t]=(0,Yt.useState)(!1),[o,r]=(0,Yt.useState)(!1),[n,i]=(0,Yt.useState)(void 0),{authenticated:a}=B(),{app:l,navigate:s,navigateBack:c,lastScreen:m,currentScreen:y,setModalData:h}=_(),{getAuthFlow:g,walletConnectionStatus:w,closePrivyModal:C,initLoginWithWallet:x,loginWithWallet:E,updateWallets:T}=R(),{walletConnectors:M}=B(),[k,I]=(0,Yt.useState)(0),{user:W}=B(),[L]=(0,Yt.useState)(W?.linkedAccounts.length||0),[H,j]=(0,Yt.useState)(""),[oe,O]=(0,Yt.useState)(!1),{hasTabbedAway:q}=Eu(),{enabled:z,token:ge}=Se(),U=Un.isMobile&&w?.connector?.connectorType==="wallet_connect_v2"||Un.isMobile&&w?.connector?.connectorType==="coinbase_wallet"||Un.isMobile&&w?.connector?.connectorType==="injected"&&w?.connector?.walletClientType==="phantom",Pe=w?.status==="connected",vo=w?.status==="switching_to_supported_chain";(0,Yt.useEffect)(()=>{let ae=g();if(Pe&&!ae&&(z&&!ge&&!a?(h({captchaModalData:{callback:eo=>x(w.connectedWallet,eo).then(()=>{O(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):x(w.connectedWallet,ge).then(()=>{O(!0)})),ae&&U&&Pe&&!ae.preparedMessage){ae.buildSiweMessage();return}!ae||U||!Pe||o||(async()=>{r(!0),i(void 0);try{w?.connector?.connectorType==="wallet_connect_v2"&&w?.connector?.walletClientType==="metamask"&&await _l(2500),await qe()}catch(eo){console.warn("Auto-prompted signature failed",eo)}finally{r(!1)}})()},[k,Pe,oe]),(0,Yt.useEffect)(()=>{if(W&&e){let ae=l?.render.inDialog?pt:0,eo=l?.render.inDialog?ae-500:0;if(l?.legal.requireUsersAcceptTerms&&!W.hasAcceptedTerms){let ke=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},eo);return()=>clearTimeout(ke)}if(Ht(W,l?.embeddedWallets?.createOnLogin)){let ke=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:gi=>console.error(gi),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},eo);return()=>clearTimeout(ke)}T();let ce=setTimeout(C,pt);return()=>clearTimeout(ce)}},[W,e]);let $e=ae=>{if(ae?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(tc(ae))};async function qe(){try{if(await E(),!l?.render.inDialog)return C();t(!0)}catch(ae){$e(ae)}finally{r(!1)}}(0,Yt.useEffect)(()=>{w?.connectError&&$e(w?.connectError)},[w]),(0,Tu.useInterval)(()=>{let ae=Ae==="wallet_connect_v2"&&w?.connector instanceof Po?w.connector.redirectUri:void 0;ae&&j(ae)},w?.connector instanceof Po&&!H?500:null);let Ae=w?.connector?.connectorType||"injected",we=w?.connector?.walletClientType||"unknown",lr=ko[we]?.displayName||w?.connector?.walletBranding.name||"Browser Extension",cr=ko[we]?.logo||w?.connector?.walletBranding.icon||(ae=>(0,pe.jsx)(Tn,{...ae})),Ur=lr==="Browser Extension"?lr.toLowerCase():lr,vt;e?vt=`Successfully connected with ${Ur}`:n?vt=n.message:vo?vt="Switching networks":Pe?vt=o&&U?"Signing":"Sign to verify":vt=`Waiting for ${Ur}`;let Xe="Don\u2019t see your wallet? Check your other browser windows.";if(e){let ae=W?.linkedAccounts.length||0;L===ae?Xe="Wallet was already linked.":Xe="You\u2019re good to go!"}else k>=Xl&&n?Xe="Unable to connect wallet":n?Xe=n.detail:vo?Xe="Switch your wallet to the requested network.":Pe&&U?Xe="Sign the message in your wallet to verify it belongs to you.":we==="metamask"&&Un.isMobile?Xe="Click continue to open and connect Metamask.":we==="metamask"?Xe="For the best experience, connect only one wallet at a time.":Ae==="wallet_connect"?Xe="Open your mobile wallet app to continue":Ae==="coinbase_wallet"&&(qd()||(Nl(W)?Xe="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Xe="Open the Coinbase app on your phone to continue."));let dr=M?.walletConnectors?.find(ae=>ae.walletClientType==="coinbase_wallet"),pn=we==="coinbase_wallet"&&(Nl(W)||n===qo.ERROR_USER_EXISTS);return(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(S,{backFn:!m||y===m?void 0:c}),(0,pe.jsxs)(Gg,{children:[(0,pe.jsx)(oc,{walletLogo:cr,success:e,fail:!!n}),(0,pe.jsxs)(Kt,{children:[(0,pe.jsx)("h3",{children:vt}),(0,pe.jsx)("p",{children:Xe}),!Pe&&H&&!q?(0,pe.jsxs)("p",{children:["Still here?"," ",(0,pe.jsx)("a",{href:H,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),pn?(0,pe.jsx)(D,{onClick:()=>dr&&dr?.disconnect(),disabled:e,children:"Use a different wallet"}):n==qo.ERROR_USER_EXISTS&&y!==m?(0,pe.jsx)(D,{onClick:c,children:"Use a different wallet"}):Pe&&!e&&U?(0,pe.jsx)(D,{onClick:()=>{r(!0),qe(),Hg(we)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&k<Xl?(0,pe.jsx)(D,{onClick:()=>{I(k+1),i(void 0),Pe?(r(!0),qe()):w?.connectRetry()},disabled:!e&&(!n?.retryable||k>=Xl),children:"Retry"}):!e&&!n?(0,pe.jsx)(D,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),(0,pe.jsx)(J,{})]})},Hg=e=>{if(!Un.isMobile||!pp(e))return;let t=up(e);t&&window.open(t,"_self","noopener,noreferrer")},Gg=ec.default.div`
875
+ `;var On=require("react"),bu=require("react-device-detect"),Eu=f(require("styled-components"));var Yt=require("react"),Ln=require("react-device-detect"),wu=require("react-use"),Hl=f(require("styled-components"));var Nn=require("react");function vu(){let[e,t]=(0,Nn.useState)(!1),o=(0,Nn.useCallback)(()=>{document.hidden&&t(!0)},[]);return(0,Nn.useEffect)(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}var pe=require("react/jsx-runtime"),Bl=2,Gl=e=>e?.privyErrorCode==="linked_to_another_user"?$o.ERROR_USER_EXISTS:e instanceof ut&&!e.details.default?e.details:e instanceof gn?$o.ERROR_TIMED_OUT:e instanceof vn?$o.ERROR_USER_REJECTED_CONNECTION:$o.ERROR_WALLET_CONNECTION,Cu=()=>{let[e,t]=(0,Yt.useState)(!1),[o,r]=(0,Yt.useState)(!1),[n,i]=(0,Yt.useState)(void 0),{authenticated:a}=B(),{app:l,navigate:s,navigateBack:c,lastScreen:m,currentScreen:g,setModalData:y}=A(),{getAuthFlow:v,walletConnectionStatus:C,closePrivyModal:b,initLoginWithWallet:S,loginWithWallet:T,updateWallets:P}=R(),{walletConnectors:M}=B(),[k,I]=(0,Yt.useState)(0),{user:W}=B(),[L]=(0,Yt.useState)(W?.linkedAccounts.length||0),[H,j]=(0,Yt.useState)(""),[oe,O]=(0,Yt.useState)(!1),{hasTabbedAway:q}=vu(),{enabled:z,token:ge}=Se(),U=Ln.isMobile&&C?.connector?.connectorType==="wallet_connect_v2"||Ln.isMobile&&C?.connector?.connectorType==="coinbase_wallet"||Ln.isMobile&&C?.connector?.connectorType==="injected"&&C?.connector?.walletClientType==="phantom",Pe=C?.status==="connected",vo=C?.status==="switching_to_supported_chain";(0,Yt.useEffect)(()=>{let ae=v();if(Pe&&!ae&&(z&&!ge&&!a?(y({captchaModalData:{callback:eo=>S(C.connectedWallet,eo).then(()=>{O(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):S(C.connectedWallet,ge).then(()=>{O(!0)})),ae&&U&&Pe&&!ae.preparedMessage){ae.buildSiweMessage();return}!ae||U||!Pe||o||(async()=>{r(!0),i(void 0);try{C?.connector?.connectorType==="wallet_connect_v2"&&C?.connector?.walletClientType==="metamask"&&await fl(2500),await qe()}catch(eo){console.warn("Auto-prompted signature failed",eo)}finally{r(!1)}})()},[k,Pe,oe]),(0,Yt.useEffect)(()=>{if(W&&e){let ae=l?.render.inDialog?pt:0,eo=l?.render.inDialog?ae-500:0;if(l?.legal.requireUsersAcceptTerms&&!W.hasAcceptedTerms){let ke=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},eo);return()=>clearTimeout(ke)}if(Ht(W,l?.embeddedWallets?.createOnLogin)){let ke=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:pi=>console.error(pi),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},eo);return()=>clearTimeout(ke)}P();let ce=setTimeout(b,pt);return()=>clearTimeout(ce)}},[W,e]);let $e=ae=>{if(ae?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(Gl(ae))};async function qe(){try{if(await T(),!l?.render.inDialog)return b();t(!0)}catch(ae){$e(ae)}finally{r(!1)}}(0,Yt.useEffect)(()=>{C?.connectError&&$e(C?.connectError)},[C]),(0,wu.useInterval)(()=>{let ae=Ae==="wallet_connect_v2"&&C?.connector instanceof Po?C.connector.redirectUri:void 0;ae&&j(ae)},C?.connector instanceof Po&&!H?500:null);let Ae=C?.connector?.connectorType||"injected",we=C?.connector?.walletClientType||"unknown",ar=ko[we]?.displayName||C?.connector?.walletBranding.name||"Browser Extension",sr=ko[we]?.logo||C?.connector?.walletBranding.icon||(ae=>(0,pe.jsx)(Cn,{...ae})),Lr=ar==="Browser Extension"?ar.toLowerCase():ar,vt;e?vt=`Successfully connected with ${Lr}`:n?vt=n.message:vo?vt="Switching networks":Pe?vt=o&&U?"Signing":"Sign to verify":vt=`Waiting for ${Lr}`;let Xe="Don\u2019t see your wallet? Check your other browser windows.";if(e){let ae=W?.linkedAccounts.length||0;L===ae?Xe="Wallet was already linked.":Xe="You\u2019re good to go!"}else k>=Bl&&n?Xe="Unable to connect wallet":n?Xe=n.detail:vo?Xe="Switch your wallet to the requested network.":Pe&&U?Xe="Sign the message in your wallet to verify it belongs to you.":we==="metamask"&&Ln.isMobile?Xe="Click continue to open and connect Metamask.":we==="metamask"?Xe="For the best experience, connect only one wallet at a time.":Ae==="wallet_connect"?Xe="Open your mobile wallet app to continue":Ae==="coinbase_wallet"&&(Od()||(bl(W)?Xe="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Xe="Open the Coinbase app on your phone to continue."));let lr=M?.walletConnectors?.find(ae=>ae.walletClientType==="coinbase_wallet"),ln=we==="coinbase_wallet"&&(bl(W)||n===$o.ERROR_USER_EXISTS);return(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(_,{backFn:!m||g===m?void 0:c}),(0,pe.jsxs)(dv,{children:[(0,pe.jsx)(Vl,{walletLogo:sr,success:e,fail:!!n}),(0,pe.jsxs)(Kt,{children:[(0,pe.jsx)("h3",{children:vt}),(0,pe.jsx)("p",{children:Xe}),!Pe&&H&&!q?(0,pe.jsxs)("p",{children:["Still here?"," ",(0,pe.jsx)("a",{href:H,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),ln?(0,pe.jsx)(D,{onClick:()=>lr&&lr?.disconnect(),disabled:e,children:"Use a different wallet"}):n==$o.ERROR_USER_EXISTS&&g!==m?(0,pe.jsx)(D,{onClick:c,children:"Use a different wallet"}):Pe&&!e&&U?(0,pe.jsx)(D,{onClick:()=>{r(!0),qe(),cv(we)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&k<Bl?(0,pe.jsx)(D,{onClick:()=>{I(k+1),i(void 0),Pe?(r(!0),qe()):C?.connectRetry()},disabled:!e&&(!n?.retryable||k>=Bl),children:"Retry"}):!e&&!n?(0,pe.jsx)(D,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),(0,pe.jsx)(J,{})]})},cv=e=>{if(!Ln.isMobile||!tp(e))return;let t=op(e);t&&window.open(t,"_self","noopener,noreferrer")},dv=Hl.default.div`
876
876
  display: flex;
877
877
  flex-direction: column;
878
878
  align-items: center;
879
879
  justify-content: center;
880
880
  gap: 24px;
881
881
  width: 100%;
882
- `,Vg=ec.default.div`
882
+ `,pv=Hl.default.div`
883
883
  display: flex;
884
884
  flex-direction: column;
885
885
  justify-content: center;
@@ -902,14 +902,14 @@ Resources:
902
902
  left: -19px;
903
903
  top: -19px;
904
904
  }
905
- `,oc=e=>{let t=e.walletLogo;return(0,pe.jsx)(pe.Fragment,{children:(0,pe.jsx)(Vg,{children:(0,pe.jsxs)("div",{children:[(0,pe.jsx)(Cr,{success:e.success,fail:e.fail}),typeof t=="string"?(0,pe.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):(0,pe.jsx)(t,{style:{width:"38px",height:"38px"}})]})})})};var st=require("react/jsx-runtime"),ss=2,_u=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=_(),{walletConnectionStatus:r,closePrivyModal:n}=R(),[i,a]=(0,Fn.useState)(void 0),[l,s]=(0,Fn.useState)(0),c=r?.status==="connected",m=r?.status==="switching_to_supported_chain";(0,Fn.useEffect)(()=>{if(c){let M=setTimeout(n,pt);return()=>clearTimeout(M)}},[c]);let y=M=>{a(tc(M))};(0,Fn.useEffect)(()=>{r?.connectError&&y(r?.connectError)},[r]);let h=r?.connector?.connectorType||"injected",g=r?.connector?.walletClientType||"unknown",w=ko[g]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",C=ko[g]?.logo||r?.connector?.walletBranding.icon||(M=>(0,st.jsx)(Tn,{...M})),x=w==="Browser Extension"?w.toLowerCase():w,E;c?E=`Successfully connected with ${x}`:i?E=i.message:m?E="Switching networks":E=`Waiting for ${x}`;let T="Don\u2019t see your wallet? Check your other browser windows.";return c?T="You\u2019re good to go!":l>=ss&&i?T="Unable to connect wallet":i?T=i.detail:m?T="Switch your wallet to the requested network.":g==="metamask"&&xu.isMobile?T="Click to continue to open and connect Metamask.":g==="metamask"?T="For the best experience, connect only one wallet at a time.":h==="wallet_connect_v2"?T="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(T="Open the Coinbase app on your phone to continue."),(0,st.jsxs)(st.Fragment,{children:[(0,st.jsx)(S,{backFn:o===t?void 0:e}),(0,st.jsxs)(zg,{children:[(0,st.jsx)(oc,{walletLogo:C,success:c,fail:!!i}),(0,st.jsxs)(Kt,{children:[(0,st.jsx)("h3",{children:E}),(0,st.jsx)("p",{children:T})]}),i==qo.ERROR_USER_EXISTS?(0,st.jsx)(D,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<ss?(0,st.jsx)(D,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=ss),children:"Retry"}):!c&&i&&l>=ss?(0,st.jsx)(D,{onClick:e,children:"Use a different wallet"}):null]}),(0,st.jsx)(J,{})]})},zg=Su.default.div`
905
+ `,Vl=e=>{let t=e.walletLogo;return(0,pe.jsx)(pe.Fragment,{children:(0,pe.jsx)(pv,{children:(0,pe.jsxs)("div",{children:[(0,pe.jsx)(vr,{success:e.success,fail:e.fail}),typeof t=="string"?(0,pe.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):(0,pe.jsx)(t,{style:{width:"38px",height:"38px"}})]})})})};var st=require("react/jsx-runtime"),Za=2,Tu=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=A(),{walletConnectionStatus:r,closePrivyModal:n}=R(),[i,a]=(0,On.useState)(void 0),[l,s]=(0,On.useState)(0),c=r?.status==="connected",m=r?.status==="switching_to_supported_chain";(0,On.useEffect)(()=>{if(c){let M=setTimeout(n,pt);return()=>clearTimeout(M)}},[c]);let g=M=>{a(Gl(M))};(0,On.useEffect)(()=>{r?.connectError&&g(r?.connectError)},[r]);let y=r?.connector?.connectorType||"injected",v=r?.connector?.walletClientType||"unknown",C=ko[v]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",b=ko[v]?.logo||r?.connector?.walletBranding.icon||(M=>(0,st.jsx)(Cn,{...M})),S=C==="Browser Extension"?C.toLowerCase():C,T;c?T=`Successfully connected with ${S}`:i?T=i.message:m?T="Switching networks":T=`Waiting for ${S}`;let P="Don\u2019t see your wallet? Check your other browser windows.";return c?P="You\u2019re good to go!":l>=Za&&i?P="Unable to connect wallet":i?P=i.detail:m?P="Switch your wallet to the requested network.":v==="metamask"&&bu.isMobile?P="Click to continue to open and connect Metamask.":v==="metamask"?P="For the best experience, connect only one wallet at a time.":y==="wallet_connect_v2"?P="Open your mobile wallet app to continue":y==="coinbase_wallet"&&(P="Open the Coinbase app on your phone to continue."),(0,st.jsxs)(st.Fragment,{children:[(0,st.jsx)(_,{backFn:o===t?void 0:e}),(0,st.jsxs)(uv,{children:[(0,st.jsx)(Vl,{walletLogo:b,success:c,fail:!!i}),(0,st.jsxs)(Kt,{children:[(0,st.jsx)("h3",{children:T}),(0,st.jsx)("p",{children:P})]}),i==$o.ERROR_USER_EXISTS?(0,st.jsx)(D,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Za?(0,st.jsx)(D,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Za),children:"Retry"}):!c&&i&&l>=Za?(0,st.jsx)(D,{onClick:e,children:"Use a different wallet"}):null]}),(0,st.jsx)(J,{})]})},uv=Eu.default.div`
906
906
  display: flex;
907
907
  flex-direction: column;
908
908
  align-items: center;
909
909
  justify-content: center;
910
910
  gap: 24px;
911
911
  width: 100%;
912
- `;var Wu=require("@heroicons/react/24/solid"),Gn=require("react"),Mu=A(require("styled-components"));var Ri=A(require("styled-components")),Bn=require("react/jsx-runtime"),Hn=()=>(0,Bn.jsx)($g,{children:(0,Bn.jsxs)(qg,{children:[(0,Bn.jsx)(jg,{}),(0,Bn.jsx)(Kg,{})]})}),$g=Ri.default.div`
912
+ `;var Au=f(require("@heroicons/react/24/solid/XCircleIcon")),Fn=require("react"),ku=f(require("styled-components"));var Pi=f(require("styled-components")),Dn=require("react/jsx-runtime"),Un=()=>(0,Dn.jsx)(mv,{children:(0,Dn.jsxs)(fv,{children:[(0,Dn.jsx)(hv,{}),(0,Dn.jsx)(yv,{})]})}),mv=Pi.default.div`
913
913
  display: flex;
914
914
  justify-content: center;
915
915
  align-items: center;
@@ -921,14 +921,14 @@ Resources:
921
921
  @media all and (display-mode: standalone) {
922
922
  margin-bottom: 30px;
923
923
  }
924
- `,qg=Ri.default.div`
924
+ `,fv=Pi.default.div`
925
925
  position: relative;
926
926
  height: 140px;
927
927
  width: 140px;
928
928
 
929
929
  opacity: 1;
930
930
  animation: fadein 200ms ease;
931
- `,jg=Ri.default.div`
931
+ `,hv=Pi.default.div`
932
932
  position: absolute;
933
933
  top: 0;
934
934
  right: 0;
@@ -941,7 +941,7 @@ Resources:
941
941
  border: 4px solid var(--privy-color-accent-light);
942
942
  border-radius: 50%;
943
943
  }
944
- `,Kg=Ri.default.div`
944
+ `,yv=Pi.default.div`
945
945
  position: absolute;
946
946
  top: 0;
947
947
  right: 0;
@@ -965,20 +965,20 @@ Resources:
965
965
  transform: rotate(360deg);
966
966
  }
967
967
  }
968
- `;var Au=["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 Ve=class extends Error{constructor(o,r){super(r);this.type=o}};function qr(e){let t=e.type;return typeof t=="string"&&Au.includes(t)}function Yg(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function jr(e){return qr(e)&&e.type==="wallet_not_on_device"}function ku(e){return qr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Ru(e){return!!(qr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Kr(e){return!!(qr(e)&&e.type==="mfa_timeout")}function Yr(e){return!!(qr(e)&&e.type==="missing_or_invalid_mfa")}function ls(e){return!!(qr(e)&&e.type==="mfa_verification_max_attempts_reached")}function rc(e){return!!(qr(e)&&e.message.includes("code 429"))}function nc(e){return!!(Yg(e)&&e.message==="MFA canceled")}var Tt=require("react/jsx-runtime"),Iu=1,Nu=()=>{let{authenticated:e,user:t,getAccessToken:o}=B(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=R(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=_(),m=(0,Gn.useMemo)(()=>Date.now(),[]),[y,h]=(0,Gn.useState)(!1),{onCompleteNavigateTo:g,onFailure:w}=l?.connectWallet,C=E=>{y||(h(!0),w(typeof E=="string"?new Error(E):E))};(0,Gn.useEffect)(()=>{let E=xe(t),T;return!e||!E?C("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let k=await o();if(!k)return C("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:k,address:E.address});let I=(Date.now()-m)/1e3;g==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&I<Iu?T=setTimeout(()=>{a(g)},(Iu-I)*1e3):a(g)}catch(I){if(jr(I)&&E.recoveryMethod==="privy"){let W=await o();if(!W)return C("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:E.address}),(await i?.recover({address:E.address,accessToken:W}))?.address||C(new Error("Unable to recover wallet")),g?a(g):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:E.address}),a(g)}catch{C("An error has occurred, please try again.")}}else jr(I)?(s({...l,recoverWallet:{privyWallet:E,onCompleteNavigateTo:g,onFailure:w}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):C(I)}})(),()=>clearTimeout(T)):void 0},[e,t,i]);let x=()=>{C("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsx)(S,{onClose:x}),y?(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsxs)(lo,{children:[(0,Tt.jsx)(Wu.XCircleIcon,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,Tt.jsx)(Ge,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),(0,Tt.jsx)(D,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):(0,Tt.jsx)(Hn,{}),(0,Tt.jsx)(Jg,{})]})},Jg=Mu.default.div`
968
+ `;var Pu=["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 Ve=class extends Error{constructor(o,r){super(r);this.type=o}};function Vr(e){let t=e.type;return typeof t=="string"&&Pu.includes(t)}function gv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function zr(e){return Vr(e)&&e.type==="wallet_not_on_device"}function xu(e){return Vr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Su(e){return!!(Vr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function $r(e){return!!(Vr(e)&&e.type==="mfa_timeout")}function qr(e){return!!(Vr(e)&&e.type==="missing_or_invalid_mfa")}function Xa(e){return!!(Vr(e)&&e.type==="mfa_verification_max_attempts_reached")}function zl(e){return!!(Vr(e)&&e.message.includes("code 429"))}function $l(e){return!!(gv(e)&&e.message==="MFA canceled")}var Tt=require("react/jsx-runtime"),_u=1,Ru=()=>{let{authenticated:e,user:t,getAccessToken:o}=B(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=R(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=A(),m=(0,Fn.useMemo)(()=>Date.now(),[]),[g,y]=(0,Fn.useState)(!1),{onCompleteNavigateTo:v,onFailure:C}=l?.connectWallet,b=T=>{g||(y(!0),C(typeof T=="string"?new Error(T):T))};(0,Fn.useEffect)(()=>{let T=xe(t),P;return!e||!T?b("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let k=await o();if(!k)return b("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:k,address:T.address});let I=(Date.now()-m)/1e3;v==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&I<_u?P=setTimeout(()=>{a(v)},(_u-I)*1e3):a(v)}catch(I){if(zr(I)&&T.recoveryMethod==="privy"){let W=await o();if(!W)return b("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:T.address}),(await i?.recover({address:T.address,accessToken:W}))?.address||b(new Error("Unable to recover wallet")),v?a(v):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:T.address}),a(v)}catch{b("An error has occurred, please try again.")}}else zr(I)?(s({...l,recoverWallet:{privyWallet:T,onCompleteNavigateTo:v,onFailure:C}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):b(I)}})(),()=>clearTimeout(P)):void 0},[e,t,i]);let S=()=>{b("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=S,(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsx)(_,{onClose:S}),g?(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsxs)(lo,{children:[(0,Tt.jsx)(Au.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,Tt.jsx)(Ge,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),(0,Tt.jsx)(D,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):(0,Tt.jsx)(Un,{}),(0,Tt.jsx)(vv,{})]})},vv=ku.default.div`
969
969
  height: 44px;
970
- `;var Lu=require("@heroicons/react/24/solid"),Ou=require("react");var Jt=require("react/jsx-runtime"),Du=()=>{let{user:e}=B(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=R(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,m=()=>{let y=xe(e);y?(r(),l(y)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return(0,Ou.useEffect)(()=>{let y=setTimeout(m,Ld);return()=>clearTimeout(y)},[]),a.current=m,(0,Jt.jsxs)(Jt.Fragment,{children:[(0,Jt.jsx)(S,{onClose:m}),(0,Jt.jsx)(Q,{}),(0,Jt.jsxs)(lo,{children:[(0,Jt.jsx)(Lu.CheckCircleIcon,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,Jt.jsx)(Ge,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),(0,Jt.jsx)(X,{}),(0,Jt.jsx)(V,{protectedByPrivy:!0})]})};var Bu=require("@heroicons/react/20/solid"),Hu=require("@heroicons/react/24/outline"),Xo=require("react"),er=A(require("styled-components"));var ee=require("react/jsx-runtime"),Gu=()=>{let[e,t]=(0,Xo.useState)(null),{authenticated:o,user:r,getAccessToken:n}=B(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=R(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),m=xe(r)?.address,{onFailure:y,onSuccess:h,origin:g,appId:w}=s.keyExport,C=E=>{i({shouldCallAuthOnSuccess:!1}),y(typeof E=="string"?new Error(E):E)},x=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a("embedded_wallet_key_export_completed",{walletAddress:m})};return(0,Xo.useEffect)(()=>{let E=xe(r);if(!o||!E)return C("User must be authenticated before exporting their wallet");n().then(t,C)},[o,r]),c.current=x,(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(S,{onClose:x}),(0,ee.jsxs)(Xg,{children:[(0,ee.jsxs)(Ge,{icon:(0,ee.jsx)(Hu.ArrowRightOnRectangleIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[(0,ee.jsxs)(rv,{children:[(0,ee.jsx)(Zg,{style:{marginRight:6}}),hr(m)]}),(0,ee.jsx)("p",{children:"You can bring your account with you to another site using an external wallet."})]}),(0,ee.jsxs)(ev,{children:[(0,ee.jsxs)(Uu,{children:[(0,ee.jsx)(Fu,{children:"1"}),(0,ee.jsxs)("span",{children:[(0,ee.jsx)("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."]})]}),(0,ee.jsxs)(Uu,{children:[(0,ee.jsx)(Fu,{children:"2"}),(0,ee.jsx)("span",{children:"Copy this key into your other wallet"})]})]}),(0,ee.jsx)("div",{style:{width:"100%"},children:e&&(0,ee.jsx)(Qg,{origin:g,appId:w,accessToken:e,clientAnalyticsId:l,address:m,dimensions:{height:"44px"}})}),(0,ee.jsxs)(nv,{children:[(0,ee.jsxs)("div",{children:[(0,ee.jsx)(Bu.ExclamationTriangleIcon,{viewBox:"0 0 20 18"}),(0,ee.jsx)("h4",{children:"Warning"})]}),(0,ee.jsx)("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),(0,ee.jsx)(V,{protectedByPrivy:!0})]})};function Qg(e){let[t,o]=(0,Xo.useState)(e.dimensions.width),[r,n]=(0,Xo.useState)(void 0),i=(0,Xo.useRef)(null);return(0,Xo.useEffect)(()=>{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")})},[]),(0,ee.jsx)("div",{ref:i,children:t&&(0,ee.jsxs)(tv,{children:[(0,ee.jsx)("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:va(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),(0,ee.jsx)(ov,{children:"Loading..."})]})})}function Zg(e){return(0,ee.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:(0,ee.jsx)("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 Xg=er.default.div`
970
+ `;var Iu=f(require("@heroicons/react/24/solid/CheckCircleIcon")),Wu=require("react");var Jt=require("react/jsx-runtime"),Mu=()=>{let{user:e}=B(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=R(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=A(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,m=()=>{let g=xe(e);g?(r(),l(g)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return(0,Wu.useEffect)(()=>{let g=setTimeout(m,xd);return()=>clearTimeout(g)},[]),a.current=m,(0,Jt.jsxs)(Jt.Fragment,{children:[(0,Jt.jsx)(_,{onClose:m}),(0,Jt.jsx)(Q,{}),(0,Jt.jsxs)(lo,{children:[(0,Jt.jsx)(Iu.default,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,Jt.jsx)(Ge,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),(0,Jt.jsx)(X,{}),(0,Jt.jsx)(V,{protectedByPrivy:!0})]})};var Ou=f(require("@heroicons/react/20/solid/ExclamationTriangleIcon")),Du=f(require("@heroicons/react/24/outline/ArrowRightOnRectangleIcon")),Zo=require("react"),Xo=f(require("styled-components"));var ee=require("react/jsx-runtime"),Uu=()=>{let[e,t]=(0,Zo.useState)(null),{authenticated:o,user:r,getAccessToken:n}=B(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=R(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=A(),m=xe(r)?.address,{onFailure:g,onSuccess:y,origin:v,appId:C}=s.keyExport,b=T=>{i({shouldCallAuthOnSuccess:!1}),g(typeof T=="string"?new Error(T):T)},S=()=>{i({shouldCallAuthOnSuccess:!1}),y(),a("embedded_wallet_key_export_completed",{walletAddress:m})};return(0,Zo.useEffect)(()=>{let T=xe(r);if(!o||!T)return b("User must be authenticated before exporting their wallet");n().then(t,b)},[o,r]),c.current=S,(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(_,{onClose:S}),(0,ee.jsxs)(bv,{children:[(0,ee.jsxs)(Ge,{icon:(0,ee.jsx)(Du.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[(0,ee.jsxs)(xv,{children:[(0,ee.jsx)(Cv,{style:{marginRight:6}}),mr(m)]}),(0,ee.jsx)("p",{children:"You can bring your account with you to another site using an external wallet."})]}),(0,ee.jsxs)(Ev,{children:[(0,ee.jsxs)(Nu,{children:[(0,ee.jsx)(Lu,{children:"1"}),(0,ee.jsxs)("span",{children:[(0,ee.jsx)("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."]})]}),(0,ee.jsxs)(Nu,{children:[(0,ee.jsx)(Lu,{children:"2"}),(0,ee.jsx)("span",{children:"Copy this key into your other wallet"})]})]}),(0,ee.jsx)("div",{style:{width:"100%"},children:e&&(0,ee.jsx)(wv,{origin:v,appId:C,accessToken:e,clientAnalyticsId:l,address:m,dimensions:{height:"44px"}})}),(0,ee.jsxs)(Sv,{children:[(0,ee.jsxs)("div",{children:[(0,ee.jsx)(Ou.default,{viewBox:"0 0 20 18"}),(0,ee.jsx)("h4",{children:"Warning"})]}),(0,ee.jsx)("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),(0,ee.jsx)(V,{protectedByPrivy:!0})]})};function wv(e){let[t,o]=(0,Zo.useState)(e.dimensions.width),[r,n]=(0,Zo.useState)(void 0),i=(0,Zo.useRef)(null);return(0,Zo.useEffect)(()=>{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")})},[]),(0,ee.jsx)("div",{ref:i,children:t&&(0,ee.jsxs)(Tv,{children:[(0,ee.jsx)("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:ua(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),(0,ee.jsx)(Pv,{children:"Loading..."})]})})}function Cv(e){return(0,ee.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:(0,ee.jsx)("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 bv=Xo.default.div`
971
971
  display: flex;
972
972
  flex-direction: column;
973
973
  text-align: left;
974
- `,ev=er.default.div`
974
+ `,Ev=Xo.default.div`
975
975
  display: flex;
976
976
  flex-direction: column;
977
977
  gap: 24px;
978
978
  padding-bottom: 16px;
979
979
  margin-left: 11px;
980
980
  border-left: 1px solid var(--privy-color-foreground-4) !important;
981
- `,Uu=er.default.div`
981
+ `,Nu=Xo.default.div`
982
982
  display: flex;
983
983
  align-items: top;
984
984
  gap: 8px;
@@ -987,7 +987,7 @@ Resources:
987
987
  color: var(--privy-color-accent);
988
988
  text-decoration: underline;
989
989
  }
990
- `,Fu=er.default.div`
990
+ `,Lu=Xo.default.div`
991
991
  display: flex;
992
992
  align-items: center;
993
993
  justify-content: center;
@@ -1001,11 +1001,11 @@ Resources:
1001
1001
  border-radius: 100%;
1002
1002
  background: var(--privy-color-background);
1003
1003
  color: var(--privy-color-accent);
1004
- `,tv=er.default.div`
1004
+ `,Tv=Xo.default.div`
1005
1005
  overflow: visible;
1006
1006
  position: relative;
1007
1007
  height: 44px;
1008
- `,ov=er.default.div`
1008
+ `,Pv=Xo.default.div`
1009
1009
  position: absolute;
1010
1010
  display: flex;
1011
1011
  align-items: center;
@@ -1017,7 +1017,7 @@ Resources:
1017
1017
  border-radius: var(--privy-border-radius-md);
1018
1018
  background-color: var(--privy-color-background-2);
1019
1019
  color: var(--privy-color-foreground-3);
1020
- `,rv=er.default.div`
1020
+ `,xv=Xo.default.div`
1021
1021
  display: flex;
1022
1022
  align-items: center;
1023
1023
  padding-top: 1px;
@@ -1030,7 +1030,7 @@ Resources:
1030
1030
  font-size: 12px;
1031
1031
  font-weight: 500;
1032
1032
  margin: auto;
1033
- `,nv=er.default.div`
1033
+ `,Sv=Xo.default.div`
1034
1034
  border: 1px solid var(--privy-color-background-2) !important;
1035
1035
  border-radius: var(--privy-border-radius-md);
1036
1036
  padding: 16px;
@@ -1052,7 +1052,7 @@ Resources:
1052
1052
  color: var(--privy-color-error);
1053
1053
  }
1054
1054
  }
1055
- `;var ym=require("@heroicons/react/24/outline"),mo=require("react"),gm=A(require("styled-components"));var Li=require("react");var ju=require("@heroicons/react/24/outline"),jn=require("react");var Vn=require("@heroicons/react/24/outline"),Me=A(require("styled-components"));var iv=Me.css`
1055
+ `;var bm=f(require("@heroicons/react/24/outline/XCircleIcon")),mo=require("react"),Em=f(require("styled-components"));var ki=require("react");var qu=f(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Vn=require("react");var Fu=f(require("@heroicons/react/24/outline/ArrowPathIcon")),Bu=f(require("@heroicons/react/24/outline/EyeIcon")),Hu=f(require("@heroicons/react/24/outline/EyeSlashIcon")),Me=f(require("styled-components"));var _v=Me.css`
1056
1056
  font-size: 14px;
1057
1057
  font-style: normal;
1058
1058
  font-weight: 400;
@@ -1060,8 +1060,8 @@ Resources:
1060
1060
  letter-spacing: -0.008px;
1061
1061
  text-align: left;
1062
1062
  transition: color 0.1s ease-in;
1063
- `,cs=Me.default.span`
1064
- ${iv}
1063
+ `,es=Me.default.span`
1064
+ ${_v}
1065
1065
  transition: color 0.1s ease-in;
1066
1066
  color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1067
1067
  text-transform: ${({error:e})=>e?"":"capitalize"};
@@ -1069,18 +1069,18 @@ Resources:
1069
1069
  &[aria-hidden='true'] {
1070
1070
  visibility: hidden;
1071
1071
  }
1072
- `,Pr=Me.default.div`
1072
+ `,Er=Me.default.div`
1073
1073
  display: flex;
1074
1074
  flex-direction: column;
1075
1075
  justify-content: center;
1076
1076
  flex-grow: 1;
1077
- `,xr=(0,Me.default)(D)`
1077
+ `,Tr=(0,Me.default)(D)`
1078
1078
  ${e=>e.hideAnimations&&Me.css`
1079
1079
  && {
1080
1080
  transition: none;
1081
1081
  }
1082
1082
  `}
1083
- `,Vu=Me.css`
1083
+ `,Gu=Me.css`
1084
1084
  && {
1085
1085
  width: 100%;
1086
1086
  border-width: 1px;
@@ -1095,23 +1095,23 @@ Resources:
1095
1095
  font-weight: 300;
1096
1096
  line-height: 22px; /* 137.5% */
1097
1097
  }
1098
- `,Jr=Me.default.input`
1099
- ${Vu}
1098
+ `,jr=Me.default.input`
1099
+ ${Gu}
1100
1100
 
1101
1101
  &::placeholder {
1102
1102
  color: var(--privy-color-foreground-3);
1103
1103
  font-style: italic;
1104
1104
  font-size: 14px;
1105
1105
  }
1106
- `,zu=Me.default.div`
1107
- ${Vu}
1108
- `,Sr=Me.default.div`
1106
+ `,Vu=Me.default.div`
1107
+ ${Gu}
1108
+ `,Pr=Me.default.div`
1109
1109
  position: relative;
1110
1110
  width: 100%;
1111
1111
  display: flex;
1112
1112
  align-items: center;
1113
1113
  justify-content: ${({centered:e})=>e?"center":"space-between"};
1114
- `,_r=Me.default.div`
1114
+ `,xr=Me.default.div`
1115
1115
  display: flex;
1116
1116
  flex-direction: column;
1117
1117
  align-items: center;
@@ -1133,12 +1133,12 @@ Resources:
1133
1133
  font-weight: 400;
1134
1134
  line-height: 20px;
1135
1135
  }
1136
- `,Ii=Me.default.div`
1136
+ `,xi=Me.default.div`
1137
1137
  display: flex;
1138
1138
  flex-direction: column;
1139
1139
  gap: 10px;
1140
1140
  padding-bottom: 1rem;
1141
- `,Wi=Me.default.div`
1141
+ `,Si=Me.default.div`
1142
1142
  display: flex;
1143
1143
  text-align: left;
1144
1144
  align-items: center;
@@ -1158,13 +1158,13 @@ Resources:
1158
1158
  > :first-child {
1159
1159
  min-width: 24px;
1160
1160
  }
1161
- `,WT=Me.default.div`
1161
+ `,eP=Me.default.div`
1162
1162
  height: var(--privy-height-modal-full);
1163
1163
 
1164
1164
  @media (max-width: 440px) {
1165
1165
  height: var(--privy-height-modal-compact);
1166
1166
  }
1167
- `,ic=(0,Me.default)(Ha)`
1167
+ `,ql=(0,Me.default)(La)`
1168
1168
  display: flex;
1169
1169
  flex: 1;
1170
1170
  gap: 4px;
@@ -1176,7 +1176,7 @@ Resources:
1176
1176
  border-color: var(--privy-color-foreground-3);
1177
1177
  border-width: 1px;
1178
1178
  }
1179
- `,zn=Me.default.div`
1179
+ `,Bn=Me.default.div`
1180
1180
  position: absolute;
1181
1181
  right: 0.5rem;
1182
1182
 
@@ -1184,7 +1184,7 @@ Resources:
1184
1184
  flex-direction: row;
1185
1185
  justify-content: space-around;
1186
1186
  align-items: center;
1187
- `,$u=(0,Me.default)(Vn.ArrowPathIcon)`
1187
+ `,zu=(0,Me.default)(Fu.default)`
1188
1188
  height: 1.25rem;
1189
1189
  width: 1.25rem;
1190
1190
  stroke: var(--privy-color-accent);
@@ -1193,7 +1193,7 @@ Resources:
1193
1193
  :active {
1194
1194
  stroke: var(--privy-color-accent-light);
1195
1195
  }
1196
- `,$n=(0,Me.default)(Vn.EyeSlashIcon)`
1196
+ `,Hn=(0,Me.default)(Hu.default)`
1197
1197
  height: 1.25rem;
1198
1198
  width: 1.25rem;
1199
1199
  stroke: var(--privy-color-accent);
@@ -1202,7 +1202,7 @@ Resources:
1202
1202
  :active {
1203
1203
  stroke: var(--privy-color-accent-light);
1204
1204
  }
1205
- `,qn=(0,Me.default)(Vn.EyeIcon)`
1205
+ `,Gn=(0,Me.default)(Bu.default)`
1206
1206
  height: 1.25rem;
1207
1207
  width: 1.25rem;
1208
1208
  stroke: var(--privy-color-accent);
@@ -1211,7 +1211,7 @@ Resources:
1211
1211
  :active {
1212
1212
  stroke: var(--privy-color-accent-light);
1213
1213
  }
1214
- `,qu=Me.default.progress`
1214
+ `,$u=Me.default.progress`
1215
1215
  height: 4px;
1216
1216
  width: 100%;
1217
1217
  margin: 8px 0;
@@ -1227,14 +1227,14 @@ Resources:
1227
1227
  transition: all 0.1s ease-out;
1228
1228
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1229
1229
  }
1230
- `;var Ne=require("react/jsx-runtime"),Ku=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=(0,jn.useState)(!0),[l,s]=(0,jn.useState)(!1),[c,m]=(0,jn.useState)(""),y=o===c;return(0,jn.useEffect)(()=>{c&&!l&&s(!0)},[c]),(0,Ne.jsxs)(Ne.Fragment,{children:[(0,Ne.jsx)(S,{title:"Confirm Password",closeable:!1,backFn:n}),(0,Ne.jsx)(Q,{}),(0,Ne.jsxs)(Pr,{children:[(0,Ne.jsxs)(_r,{children:[(0,Ne.jsx)(ju.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,Ne.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,Ne.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,Ne.jsxs)(Sr,{children:[(0,Ne.jsx)(Jr,{value:c,onChange:h=>m(h.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),(0,Ne.jsx)(zn,{style:{right:"0.75rem"},children:i?(0,Ne.jsx)($n,{onClick:()=>a(!1)}):(0,Ne.jsx)(qn,{onClick:()=>a(!0)})})]}),(0,Ne.jsx)(cs,{"aria-hidden":!l||y,error:!0,children:"Passwords do not match"})]}),(0,Ne.jsx)(xr,{onClick:r,loading:t,disabled:!y,hideAnimations:e,children:"Continue"}),(0,Ne.jsx)(X,{}),(0,Ne.jsx)(V,{protectedByPrivy:!0})]})};var Zu=require("@heroicons/react/24/outline"),Xu=require("react"),em=A(require("styled-components"));var Mi=A(require("styled-components")),Ar=require("react/jsx-runtime"),Yu=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>(0,Ar.jsx)("label",{children:(0,Ar.jsxs)(av,{className:e,children:[(0,Ar.jsx)(Qu,{checked:t,...r}),(0,Ar.jsx)(sv,{color:o,checked:t,children:(0,Ar.jsx)(Ju,{viewBox:"0 0 24 24",children:(0,Ar.jsx)("polyline",{points:"20 6 9 17 4 12"})})})]})}),av=Mi.default.div`
1230
+ `;var Ne=require("react/jsx-runtime"),ju=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=(0,Vn.useState)(!0),[l,s]=(0,Vn.useState)(!1),[c,m]=(0,Vn.useState)(""),g=o===c;return(0,Vn.useEffect)(()=>{c&&!l&&s(!0)},[c]),(0,Ne.jsxs)(Ne.Fragment,{children:[(0,Ne.jsx)(_,{title:"Confirm Password",closeable:!1,backFn:n}),(0,Ne.jsx)(Q,{}),(0,Ne.jsxs)(Er,{children:[(0,Ne.jsxs)(xr,{children:[(0,Ne.jsx)(qu.default,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,Ne.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,Ne.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,Ne.jsxs)(Pr,{children:[(0,Ne.jsx)(jr,{value:c,onChange:y=>m(y.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),(0,Ne.jsx)(Bn,{style:{right:"0.75rem"},children:i?(0,Ne.jsx)(Hn,{onClick:()=>a(!1)}):(0,Ne.jsx)(Gn,{onClick:()=>a(!0)})})]}),(0,Ne.jsx)(es,{"aria-hidden":!l||g,error:!0,children:"Passwords do not match"})]}),(0,Ne.jsx)(Tr,{onClick:r,loading:t,disabled:!g,hideAnimations:e,children:"Continue"}),(0,Ne.jsx)(X,{}),(0,Ne.jsx)(V,{protectedByPrivy:!0})]})};var Qu=f(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Zu=require("react"),Xu=f(require("styled-components"));var _i=f(require("styled-components")),Sr=require("react/jsx-runtime"),Ku=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>(0,Sr.jsx)("label",{children:(0,Sr.jsxs)(Av,{className:e,children:[(0,Sr.jsx)(Ju,{checked:t,...r}),(0,Sr.jsx)(kv,{color:o,checked:t,children:(0,Sr.jsx)(Yu,{viewBox:"0 0 24 24",children:(0,Sr.jsx)("polyline",{points:"20 6 9 17 4 12"})})})]})}),Av=_i.default.div`
1231
1231
  display: inline-block;
1232
1232
  vertical-align: middle;
1233
- `,Ju=Mi.default.svg`
1233
+ `,Yu=_i.default.svg`
1234
1234
  fill: none;
1235
1235
  stroke: white;
1236
1236
  stroke-width: 3px;
1237
- `,Qu=Mi.default.input.attrs({type:"checkbox"})`
1237
+ `,Ju=_i.default.input.attrs({type:"checkbox"})`
1238
1238
  border: 0;
1239
1239
  clip: rect(0 0 0 0);
1240
1240
  clippath: inset(50%);
@@ -1245,7 +1245,7 @@ Resources:
1245
1245
  position: absolute;
1246
1246
  white-space: nowrap;
1247
1247
  width: 1px;
1248
- `,sv=Mi.default.div`
1248
+ `,kv=_i.default.div`
1249
1249
  display: inline-block;
1250
1250
  width: 18px;
1251
1251
  height: 18px;
@@ -1260,30 +1260,30 @@ Resources:
1260
1260
  border-width: 1px;
1261
1261
  }
1262
1262
 
1263
- ${Qu}:focus + & {
1263
+ ${Ju}:focus + & {
1264
1264
  box-shadow: 0 0 0 1px ${e=>e.color};
1265
1265
  }
1266
1266
 
1267
- ${Ju} {
1267
+ ${Yu} {
1268
1268
  visibility: ${e=>e.checked?"visible":"hidden"};
1269
1269
  }
1270
- `;var _e=require("react/jsx-runtime"),tm=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=(0,Xu.useState)(!1);return(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(S,{title:"Confirm Password",closeable:!1,backFn:r}),(0,_e.jsx)(Q,{}),(0,_e.jsxs)(Pr,{children:[(0,_e.jsxs)(_r,{children:[(0,_e.jsx)(Zu.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,_e.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,_e.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,_e.jsx)(Ii,{children:(0,_e.jsxs)(Wi,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[(0,_e.jsx)(Yu,{color:"var(--privy-color-error)",checked:i}),(0,_e.jsx)(_e.Fragment,{children:"I understand losing my password means losing my account."})]})})]}),(0,_e.jsxs)(lv,{children:[n.initiatedBy==="user"&&(0,_e.jsx)(so,{onClick:n.onCancel,disabled:t,children:"Cancel"}),(0,_e.jsx)(xr,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),(0,_e.jsx)(X,{}),(0,_e.jsx)(V,{protectedByPrivy:!0})]})},lv=em.default.div`
1270
+ `;var _e=require("react/jsx-runtime"),em=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=(0,Zu.useState)(!1);return(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(_,{title:"Confirm Password",closeable:!1,backFn:r}),(0,_e.jsx)(Q,{}),(0,_e.jsxs)(Er,{children:[(0,_e.jsxs)(xr,{children:[(0,_e.jsx)(Qu.default,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,_e.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,_e.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,_e.jsx)(xi,{children:(0,_e.jsxs)(Si,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[(0,_e.jsx)(Ku,{color:"var(--privy-color-error)",checked:i}),(0,_e.jsx)(_e.Fragment,{children:"I understand losing my password means losing my account."})]})})]}),(0,_e.jsxs)(Rv,{children:[n.initiatedBy==="user"&&(0,_e.jsx)(so,{onClick:n.onCancel,disabled:t,children:"Cancel"}),(0,_e.jsx)(Tr,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),(0,_e.jsx)(X,{}),(0,_e.jsx)(V,{protectedByPrivy:!0})]})},Rv=Xu.default.div`
1271
1271
  display: flex;
1272
1272
  gap: 10px;
1273
- `;var dm=require("@heroicons/react/24/outline"),ac=require("@heroicons/react/24/solid"),tr=require("react"),sc=A(require("styled-components"));var om=A(require("fast-password-entropy")),rm=A(require("secure-password-utilities")),nm=require("secure-password-utilities/wordlists"),cv=95,dv=8,pv=3,uv=.3,mv=/[a-z]/,fv=/[A-Z]/,hv=/[0-9]/,yv="a-zA-Z0-9",im="!@#$%^&*()\\-_+.",am=`${yv}${im}`,gv=new RegExp(`[${im}]`),vv=new RegExp(`[${am}]`),sm=new RegExp(`^[${am}]{6,}$`),lm=(e="")=>{let t=e.split("").filter(o=>!vv.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},ds=()=>rm.generatePassphrase(4,nm.DEFAULT_WORDLIST);function wv(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function Cv(e){if(e.length<dv)return 0;let t=0;mv.test(e)&&(t+=1),fv.test(e)&&(t+=1),hv.test(e)&&(t+=1),gv.test(e)&&(t+=1);let o=t/pv;return Math.max(0,Math.min(1,o))}function bv(e=""){let t=Cv(e),o=(0,om.default)(e)/cv;return(t*uv+o)/2}function cm(e=""){let t=bv(e);return{value:t,label:wv(t)}}var ne=require("react/jsx-runtime"),pm=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=(0,tr.useState)(!1),[m,y]=(0,tr.useState)(!1);(0,tr.useEffect)(()=>{o&&!m&&y(!0)},[o]);let h=(0,tr.useMemo)(()=>m?(o?.length||0)<6?"Password must be at least 6 characters":sm.test(o||"")?null:`Invalid characters used ( ${lm(o).join(" ")} )`:null,[o,m]),g=(0,tr.useMemo)(()=>h?{value:0,label:"Weak"}:cm(o),[o,h]),w=(0,tr.useMemo)(()=>!!(!o?.length||h),[h,o]);return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(S,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),(0,ne.jsx)(Q,{}),(0,ne.jsxs)(Pr,{children:[(0,ne.jsxs)(_r,{children:[(0,ne.jsx)(dm.KeyIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,ne.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),(0,ne.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),(0,ne.jsxs)(Sr,{children:[(0,ne.jsx)(Jr,{value:o,onChange:C=>a(C.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),(0,ne.jsxs)(zn,{style:{width:"3.5rem"},children:[s?(0,ne.jsx)($n,{onClick:()=>c(!1)}):(0,ne.jsx)(qn,{onClick:()=>c(!0)}),(0,ne.jsx)($u,{onClick:l})]})]}),(0,ne.jsx)(qu,{value:g.value===0?.01:g.value,label:g.label}),(0,ne.jsx)(cs,{error:!!h,children:h||`Password Strength: ${m?g.label:"--"}`}),(0,ne.jsxs)(Tv,{children:[(0,ne.jsx)(Ev,{children:(0,ne.jsxs)(Ii,{children:[(0,ne.jsxs)(Wi,{children:[(0,ne.jsx)(ac.CheckCircleIcon,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),(0,ne.jsxs)(Wi,{children:[(0,ne.jsx)(ac.CheckCircleIcon,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),(0,ne.jsx)(xr,{onClick:n,loading:t,disabled:w,hideAnimations:e,children:"Continue"})]})]}),(0,ne.jsx)(X,{}),(0,ne.jsx)(V,{protectedByPrivy:!0})]})},Ev=(0,sc.default)(Ii)`
1273
+ `;var cm=f(require("@heroicons/react/24/outline/KeyIcon")),jl=f(require("@heroicons/react/24/solid/CheckCircleIcon")),er=require("react"),Kl=f(require("styled-components"));var tm=f(require("fast-password-entropy")),om=f(require("secure-password-utilities")),rm=require("secure-password-utilities/wordlists"),Iv=95,Wv=8,Mv=3,Nv=.3,Lv=/[a-z]/,Ov=/[A-Z]/,Dv=/[0-9]/,Uv="a-zA-Z0-9",nm="!@#$%^&*()\\-_+.",im=`${Uv}${nm}`,Fv=new RegExp(`[${nm}]`),Bv=new RegExp(`[${im}]`),am=new RegExp(`^[${im}]{6,}$`),sm=(e="")=>{let t=e.split("").filter(o=>!Bv.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},ts=()=>om.generatePassphrase(4,rm.DEFAULT_WORDLIST);function Hv(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function Gv(e){if(e.length<Wv)return 0;let t=0;Lv.test(e)&&(t+=1),Ov.test(e)&&(t+=1),Dv.test(e)&&(t+=1),Fv.test(e)&&(t+=1);let o=t/Mv;return Math.max(0,Math.min(1,o))}function Vv(e=""){let t=Gv(e),o=(0,tm.default)(e)/Iv;return(t*Nv+o)/2}function lm(e=""){let t=Vv(e);return{value:t,label:Hv(t)}}var ne=require("react/jsx-runtime"),dm=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=(0,er.useState)(!1),[m,g]=(0,er.useState)(!1);(0,er.useEffect)(()=>{o&&!m&&g(!0)},[o]);let y=(0,er.useMemo)(()=>m?(o?.length||0)<6?"Password must be at least 6 characters":am.test(o||"")?null:`Invalid characters used ( ${sm(o).join(" ")} )`:null,[o,m]),v=(0,er.useMemo)(()=>y?{value:0,label:"Weak"}:lm(o),[o,y]),C=(0,er.useMemo)(()=>!!(!o?.length||y),[y,o]);return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(_,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),(0,ne.jsx)(Q,{}),(0,ne.jsxs)(Er,{children:[(0,ne.jsxs)(xr,{children:[(0,ne.jsx)(cm.default,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,ne.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),(0,ne.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),(0,ne.jsxs)(Pr,{children:[(0,ne.jsx)(jr,{value:o,onChange:b=>a(b.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),(0,ne.jsxs)(Bn,{style:{width:"3.5rem"},children:[s?(0,ne.jsx)(Hn,{onClick:()=>c(!1)}):(0,ne.jsx)(Gn,{onClick:()=>c(!0)}),(0,ne.jsx)(zu,{onClick:l})]})]}),(0,ne.jsx)($u,{value:v.value===0?.01:v.value,label:v.label}),(0,ne.jsx)(es,{error:!!y,children:y||`Password Strength: ${m?v.label:"--"}`}),(0,ne.jsxs)($v,{children:[(0,ne.jsx)(zv,{children:(0,ne.jsxs)(xi,{children:[(0,ne.jsxs)(Si,{children:[(0,ne.jsx)(jl.default,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),(0,ne.jsxs)(Si,{children:[(0,ne.jsx)(jl.default,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),(0,ne.jsx)(Tr,{onClick:n,loading:t,disabled:C,hideAnimations:e,children:"Continue"})]})]}),(0,ne.jsx)(X,{}),(0,ne.jsx)(V,{protectedByPrivy:!0})]})},zv=(0,Kl.default)(xi)`
1274
1274
  flex: 1;
1275
1275
  padding-top: 1rem;
1276
- `,Tv=sc.default.div`
1276
+ `,$v=Kl.default.div`
1277
1277
  display: flex;
1278
1278
  flex-direction: column;
1279
1279
  height: 100%;
1280
- `;var kr=require("@heroicons/react/24/outline"),Ni=require("react");var ue=require("react/jsx-runtime"),um=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=(0,Ni.useState)(!1),s=(0,Ni.useCallback)(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=(0,Ni.useCallback)(()=>{let m=document.createElement("a"),y=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),h=new Blob([Pv(o,r)],{type:"text/plain"}),g=URL.createObjectURL(h);m.href=g,m.target="_blank",m.download=`${y}-privy-wallet-recovery.txt`,document.body.appendChild(m),m.click(),setTimeout(()=>{m.remove(),URL.revokeObjectURL(g)},5e3)},[r]);return(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(S,{backFn:i,title:"Save Password",closeable:!1}),(0,ue.jsx)(Q,{}),(0,ue.jsxs)(Pr,{children:[(0,ue.jsxs)(_r,{children:[(0,ue.jsx)(kr.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,ue.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),(0,ue.jsx)("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."})]}),(0,ue.jsx)(Sr,{centered:!0,children:(0,ue.jsx)(zu,{children:r})}),(0,ue.jsxs)("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[(0,ue.jsx)(ic,{onClick:s,children:a?(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(kr.ClipboardDocumentCheckIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(kr.DocumentDuplicateIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),(0,ue.jsxs)(ic,{onClick:c,children:[(0,ue.jsx)(kr.ArrowDownTrayIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),(0,ue.jsx)(xr,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),(0,ue.jsx)(X,{}),(0,ue.jsx)(V,{protectedByPrivy:!0})]})},Pv=(e,t)=>`Your wallet recovery password for ${e} is
1280
+ `;var pm=f(require("@heroicons/react/24/outline/ArrowDownTrayIcon")),um=f(require("@heroicons/react/24/outline/ClipboardDocumentCheckIcon")),mm=f(require("@heroicons/react/24/outline/DocumentDuplicateIcon")),fm=f(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Ai=require("react");var ue=require("react/jsx-runtime"),hm=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=(0,Ai.useState)(!1),s=(0,Ai.useCallback)(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=(0,Ai.useCallback)(()=>{let m=document.createElement("a"),g=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),y=new Blob([qv(o,r)],{type:"text/plain"}),v=URL.createObjectURL(y);m.href=v,m.target="_blank",m.download=`${g}-privy-wallet-recovery.txt`,document.body.appendChild(m),m.click(),setTimeout(()=>{m.remove(),URL.revokeObjectURL(v)},5e3)},[r]);return(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(_,{backFn:i,title:"Save Password",closeable:!1}),(0,ue.jsx)(Q,{}),(0,ue.jsxs)(Er,{children:[(0,ue.jsxs)(xr,{children:[(0,ue.jsx)(fm.default,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,ue.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),(0,ue.jsx)("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."})]}),(0,ue.jsx)(Pr,{centered:!0,children:(0,ue.jsx)(Vu,{children:r})}),(0,ue.jsxs)("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[(0,ue.jsx)(ql,{onClick:s,children:a?(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(um.default,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(mm.default,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),(0,ue.jsxs)(ql,{onClick:c,children:[(0,ue.jsx)(pm.default,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),(0,ue.jsx)(Tr,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),(0,ue.jsx)(X,{}),(0,ue.jsx)(V,{protectedByPrivy:!0})]})},qv=(e,t)=>`Your wallet recovery password for ${e} is
1281
1281
 
1282
1282
  ${t}
1283
1283
 
1284
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var ps=require("@heroicons/react/24/outline");var lt=require("react/jsx-runtime"),mm=({error:e,onClose:t})=>(0,lt.jsxs)(lt.Fragment,{children:[(0,lt.jsx)(S,{closeable:!1}),(0,lt.jsx)(Q,{}),e?(0,lt.jsxs)(lo,{children:[(0,lt.jsx)(ps.XCircleIcon,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,lt.jsx)(Ge,{title:"Something went wrong",description:e})]}):(0,lt.jsxs)(lo,{children:[(0,lt.jsx)(ps.CheckCircleIcon,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,lt.jsx)(Ge,{title:"Success"})]}),(0,lt.jsx)(D,{onClick:t,children:"Close"}),(0,lt.jsx)(X,{}),(0,lt.jsx)(V,{protectedByPrivy:!0})]});var fm=require("react"),xv=(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}},hm=()=>{let[e,t]=(0,fm.useReducer)(xv,"creating");return{send:t,state:e}};var Kn=require("react/jsx-runtime"),us=({onSubmit:e,...t})=>{let{send:o,state:r}=hm(),n=(0,Li.useCallback)(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);(0,Li.useEffect)(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),pt)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=(0,Li.useCallback)(()=>{o("back")},[o]);return r==="creating"?(0,Kn.jsx)(pm,{...t,onSubmit:n}):r==="saving"?(0,Kn.jsx)(um,{...t,onSubmit:n,onBack:i}):r==="confirming"?(0,Kn.jsx)(Ku,{...t,onSubmit:n,onBack:i}):r==="finalizing"?(0,Kn.jsx)(tm,{...t,onSubmit:n,onBack:i}):r==="done"?(0,Kn.jsx)(mm,{...t,onSubmit:n}):null};var It=require("react/jsx-runtime"),Sv=250,vm=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=_(),[n,i]=(0,mo.useState)(""),[a,l]=(0,mo.useState)(!1),[s,c]=(0,mo.useState)(),[m,y]=(0,mo.useState)(null),[h,g]=(0,mo.useState)(null),w=(0,mo.useRef)(!1),{authenticated:C,getAccessToken:x}=B(),{refreshUser:E,closePrivyModal:T,createAnalyticsEvent:M,isNewUserThisSession:k,initializeWalletProxy:I}=R(),{onSuccess:W,onFailure:L,callAuthOnSuccessOnClose:H}=o.createWallet,j=e?.embeddedWallets.requireUserPasswordOnCreate===!0,oe=!!(!n||w.current)&&!j,O=new dt(async()=>z());(0,mo.useEffect)(()=>{m||I(3e4).then(U=>y(U))},[m]),(0,mo.useEffect)(()=>{if(!C){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!j&&!a&&!w.current&&(l(!0),O.execute().finally(()=>l(!1)))},[j,C]);let q=()=>{j&&h&&h?.recoveryMethod!=="user-passcode"?L(new At("User created a wallet but failed to set a password for it")):h?W(h):L(new At("User wallet creation failed")),T({shouldCallAuthOnSuccess:H})};r.current=()=>null;let z=async function(){let U=await x();if(U)try{if(M("embedded_wallet_creation_started"),!await(await I(vn))?.create({accessToken:U,recoveryPassword:s}))throw M("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let $e=await E(),qe=xe($e);if(!qe)throw M("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");g(qe),M("embedded_wallet_creation_completed",{walletAddress:qe.address}),i(""),w.current=!0,j?t("EMBEDDED_WALLET_CREATED_SCREEN"):k?t("EMBEDDED_WALLET_CREATED_SCREEN"):qe&&(W(qe),T({shouldCallAuthOnSuccess:H}))}catch(Pe){if(w.current)return;i("An error has occurred, please try again."),console.warn(Pe)}else i("An error has occured, please login again."),M("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ge=async()=>j?(l(!0),O.execute().then(()=>new Promise(U=>setTimeout(U,Sv))).finally(()=>l(!1))):T({shouldCallAuthOnSuccess:H});return!j&&n?(0,It.jsxs)(It.Fragment,{children:[(0,It.jsx)(S,{closeable:!1}),(0,It.jsxs)(lo,{children:[(0,It.jsx)(ym.XCircleIcon,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,It.jsx)(Ge,{title:"Something went wrong",description:n})]}),(0,It.jsx)(D,{onClick:q,children:"Close"}),(0,It.jsx)(_v,{})]}):oe?(0,It.jsx)(Hn,{}):(0,It.jsx)(us,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:oe||!m,buttonLoading:a,buttonHideAnimations:!h&&a,error:n,password:s||"",onClose:q,onPasswordChange:c,onPasswordGenerate:()=>c(ds()),onSubmit:ge})},_v=gm.default.div`
1284
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var ym=f(require("@heroicons/react/24/outline/CheckCircleIcon")),gm=f(require("@heroicons/react/24/outline/XCircleIcon"));var lt=require("react/jsx-runtime"),vm=({error:e,onClose:t})=>(0,lt.jsxs)(lt.Fragment,{children:[(0,lt.jsx)(_,{closeable:!1}),(0,lt.jsx)(Q,{}),e?(0,lt.jsxs)(lo,{children:[(0,lt.jsx)(gm.default,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,lt.jsx)(Ge,{title:"Something went wrong",description:e})]}):(0,lt.jsxs)(lo,{children:[(0,lt.jsx)(ym.default,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,lt.jsx)(Ge,{title:"Success"})]}),(0,lt.jsx)(D,{onClick:t,children:"Close"}),(0,lt.jsx)(X,{}),(0,lt.jsx)(V,{protectedByPrivy:!0})]});var wm=require("react"),jv=(e,t)=>{switch(e){case"creating":return t==="back"?e:"saving";case"saving":return t==="back"?"creating":"confirming";case"confirming":return t==="back"?"saving":"finalizing";case"finalizing":return t==="back"?"confirming":"done";default:return e}},Cm=()=>{let[e,t]=(0,wm.useReducer)(jv,"creating");return{send:t,state:e}};var zn=require("react/jsx-runtime"),os=({onSubmit:e,...t})=>{let{send:o,state:r}=Cm(),n=(0,ki.useCallback)(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);(0,ki.useEffect)(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),pt)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=(0,ki.useCallback)(()=>{o("back")},[o]);return r==="creating"?(0,zn.jsx)(dm,{...t,onSubmit:n}):r==="saving"?(0,zn.jsx)(hm,{...t,onSubmit:n,onBack:i}):r==="confirming"?(0,zn.jsx)(ju,{...t,onSubmit:n,onBack:i}):r==="finalizing"?(0,zn.jsx)(em,{...t,onSubmit:n,onBack:i}):r==="done"?(0,zn.jsx)(vm,{...t,onSubmit:n}):null};var It=require("react/jsx-runtime"),Kv=250,Tm=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=A(),[n,i]=(0,mo.useState)(""),[a,l]=(0,mo.useState)(!1),[s,c]=(0,mo.useState)(),[m,g]=(0,mo.useState)(null),[y,v]=(0,mo.useState)(null),C=(0,mo.useRef)(!1),{authenticated:b,getAccessToken:S}=B(),{refreshUser:T,closePrivyModal:P,createAnalyticsEvent:M,isNewUserThisSession:k,initializeWalletProxy:I}=R(),{onSuccess:W,onFailure:L,callAuthOnSuccessOnClose:H}=o.createWallet,j=e?.embeddedWallets.requireUserPasswordOnCreate===!0,oe=!!(!n||C.current)&&!j,O=new dt(async()=>z());(0,mo.useEffect)(()=>{m||I(3e4).then(U=>g(U))},[m]),(0,mo.useEffect)(()=>{if(!b){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!j&&!a&&!C.current&&(l(!0),O.execute().finally(()=>l(!1)))},[j,b]);let q=()=>{j&&y&&y?.recoveryMethod!=="user-passcode"?L(new At("User created a wallet but failed to set a password for it")):y?W(y):L(new At("User wallet creation failed")),P({shouldCallAuthOnSuccess:H})};r.current=()=>null;let z=async function(){let U=await S();if(U)try{if(M("embedded_wallet_creation_started"),!await(await I(hn))?.create({accessToken:U,recoveryPassword:s}))throw M("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let $e=await T(),qe=xe($e);if(!qe)throw M("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");v(qe),M("embedded_wallet_creation_completed",{walletAddress:qe.address}),i(""),C.current=!0,j?t("EMBEDDED_WALLET_CREATED_SCREEN"):k?t("EMBEDDED_WALLET_CREATED_SCREEN"):qe&&(W(qe),P({shouldCallAuthOnSuccess:H}))}catch(Pe){if(C.current)return;i("An error has occurred, please try again."),console.warn(Pe)}else i("An error has occured, please login again."),M("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ge=async()=>j?(l(!0),O.execute().then(()=>new Promise(U=>setTimeout(U,Kv))).finally(()=>l(!1))):P({shouldCallAuthOnSuccess:H});return!j&&n?(0,It.jsxs)(It.Fragment,{children:[(0,It.jsx)(_,{closeable:!1}),(0,It.jsxs)(lo,{children:[(0,It.jsx)(bm.default,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,It.jsx)(Ge,{title:"Something went wrong",description:n})]}),(0,It.jsx)(D,{onClick:q,children:"Close"}),(0,It.jsx)(Yv,{})]}):oe?(0,It.jsx)(Un,{}):(0,It.jsx)(os,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:oe||!m,buttonLoading:a,buttonHideAnimations:!y&&a,error:n,password:s||"",onClose:q,onPasswordChange:c,onPasswordGenerate:()=>c(ts()),onSubmit:ge})},Yv=Em.default.div`
1285
1285
  height: 44px;
1286
- `;var Qr=require("react");var Cm=require("react/jsx-runtime"),wm=()=>{let[e,t]=(0,Qr.useState)(null),[o,r]=(0,Qr.useState)(!1),[n,i]=(0,Qr.useState)(null),[a,l]=(0,Qr.useState)(""),{authenticated:s,getAccessToken:c,user:m}=B(),{walletProxy:y,refreshUser:h,closePrivyModal:g,createAnalyticsEvent:w}=R(),{app:C,navigate:x,data:E,onUserCloseViaDialogOrKeybindRef:T}=_(),{onSuccess:M,onFailure:k}=E.createWallet,I=xe(m),W=e?.recoveryMethod==="user-passcode";(0,Qr.useEffect)(()=>{s||(x("LANDING"),k(new aa("User must be authenticated before setting a password on a Privy wallet")))},[s]);let L=()=>{if(n){k(n),g({shouldCallAuthOnSuccess:!1});return}if(!W){k(new At("Exited before password was added to wallet")),g({shouldCallAuthOnSuccess:!1});return}M(e),g({shouldCallAuthOnSuccess:!1})};T.current=L;let H=async()=>{let oe=await c();if(oe&&I?.address&&a&&y)try{if(w("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await y.setRecoveryPassword({accessToken:oe,address:I.address,recoveryPassword:a})).address){i(new At("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"error setting password"});return}let q=await h(),z=xe(q);if(!z){i(new At("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"wallet disconnected"});return}t(z),w("embedded_wallet_set_password_completed",{walletAddress:I.address})}catch(O){console.warn(O),i(O instanceof Error?O:new Error("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:O})}},j=async()=>{W?(M(e),g({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await H(),r(!1))};return(0,Cm.jsx)(us,{appName:C?.name||"privy",config:{initiatedBy:"user",onCancel:L},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(ds()),onPasswordChange:l,onSubmit:j,onClose:L})};var bm=require("@heroicons/react/24/outline"),Em=require("@heroicons/react/24/solid");var ot=require("react/jsx-runtime"),Tm=()=>{let{user:e}=B(),{closePrivyModal:t,createAnalyticsEvent:o}=R(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=_(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new At("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)(S,{onClose:c}),(0,ot.jsx)(Q,{}),(0,ot.jsxs)(lo,{children:[(0,ot.jsxs)(Jp,{children:[(0,ot.jsx)(bm.UserCircleIcon,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,ot.jsx)(Qp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,ot.jsx)(Em.LockClosedIcon,{width:"12px",height:"12px",fill:"white"})})]}),(0,ot.jsxs)(Ge,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,ot.jsx)("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."})]})]}),(0,ot.jsx)(D,{onClick:()=>{let y=xe(e);o("embedded_wallet_set_password_started",{walletAddress:y?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,ot.jsx)(X,{}),(0,ot.jsx)(V,{protectedByPrivy:!0})]})};var Pm=require("@heroicons/react/24/outline"),Zr=require("react"),Xr=A(require("styled-components"));var he=require("react/jsx-runtime"),xm=()=>{let[e,t]=(0,Zr.useState)(!0),{authenticated:o,getAccessToken:r}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[m,y]=(0,Zr.useState)(void 0),[h,g]=(0,Zr.useState)(""),[w,C]=(0,Zr.useState)(!1),{privyWallet:x,onCompleteNavigateTo:E,onSuccess:T,onFailure:M}=s.recoverWallet,k=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),M(typeof L=="string"?new At(L):L)};c.current=k,(0,Zr.useEffect)(()=>{if(!o||!x)return k("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=L=>{L&&y(L)};return(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(S,{onClose:k}),(0,he.jsx)(Q,{}),(0,he.jsxs)(kv,{children:[(0,he.jsxs)(Av,{children:[(0,he.jsx)(Pm.ShieldCheckIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,he.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),(0,he.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),(0,he.jsxs)("div",{children:[(0,he.jsxs)(Sr,{children:[(0,he.jsx)(Jr,{type:e?"password":"text",onChange:L=>I(L.target.value),disabled:w}),(0,he.jsx)(zn,{style:{right:"0.75rem"},children:e?(0,he.jsx)($n,{onClick:()=>t(!1)}):(0,he.jsx)(qn,{onClick:()=>t(!0)})})]}),!!h&&(0,he.jsx)(Rv,{children:h})]}),(0,he.jsxs)("div",{children:[(0,he.jsxs)(Yp,{children:[(0,he.jsx)("h4",{children:"Why is this necessary?"}),(0,he.jsx)("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),(0,he.jsx)(Iv,{loading:w||!n,disabled:!m,onClick:async()=>{C(!0);let L=await r();if(L&&x&&m!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:L,recoveryPin:m}),g(""),E?l(E):i({shouldCallAuthOnSuccess:!1}),T?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(H){ku(H)?g("Invalid recovery password, please try again."):g("An error has occurred, please try again.")}finally{C(!1)}else return k("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&w,children:"Recover your account"})]})]}),(0,he.jsx)(X,{}),(0,he.jsx)(V,{protectedByPrivy:!0})]})},Av=Xr.default.div`
1286
+ `;var Kr=require("react");var xm=require("react/jsx-runtime"),Pm=()=>{let[e,t]=(0,Kr.useState)(null),[o,r]=(0,Kr.useState)(!1),[n,i]=(0,Kr.useState)(null),[a,l]=(0,Kr.useState)(""),{authenticated:s,getAccessToken:c,user:m}=B(),{walletProxy:g,refreshUser:y,closePrivyModal:v,createAnalyticsEvent:C}=R(),{app:b,navigate:S,data:T,onUserCloseViaDialogOrKeybindRef:P}=A(),{onSuccess:M,onFailure:k}=T.createWallet,I=xe(m),W=e?.recoveryMethod==="user-passcode";(0,Kr.useEffect)(()=>{s||(S("LANDING"),k(new ea("User must be authenticated before setting a password on a Privy wallet")))},[s]);let L=()=>{if(n){k(n),v({shouldCallAuthOnSuccess:!1});return}if(!W){k(new At("Exited before password was added to wallet")),v({shouldCallAuthOnSuccess:!1});return}M(e),v({shouldCallAuthOnSuccess:!1})};P.current=L;let H=async()=>{let oe=await c();if(oe&&I?.address&&a&&g)try{if(C("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await g.setRecoveryPassword({accessToken:oe,address:I.address,recoveryPassword:a})).address){i(new At("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"error setting password"});return}let q=await y(),z=xe(q);if(!z){i(new At("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"wallet disconnected"});return}t(z),C("embedded_wallet_set_password_completed",{walletAddress:I.address})}catch(O){console.warn(O),i(O instanceof Error?O:new Error("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:O})}},j=async()=>{W?(M(e),v({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await H(),r(!1))};return(0,xm.jsx)(os,{appName:b?.name||"privy",config:{initiatedBy:"user",onCancel:L},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(ts()),onPasswordChange:l,onSubmit:j,onClose:L})};var Sm=f(require("@heroicons/react/24/outline/UserCircleIcon")),_m=f(require("@heroicons/react/24/solid/LockClosedIcon"));var ot=require("react/jsx-runtime"),Am=()=>{let{user:e}=B(),{closePrivyModal:t,createAnalyticsEvent:o}=R(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=A(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new At("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)(_,{onClose:c}),(0,ot.jsx)(Q,{}),(0,ot.jsxs)(lo,{children:[(0,ot.jsxs)(Gp,{children:[(0,ot.jsx)(Sm.default,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,ot.jsx)(Vp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,ot.jsx)(_m.default,{width:"12px",height:"12px",fill:"white"})})]}),(0,ot.jsxs)(Ge,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,ot.jsx)("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."})]})]}),(0,ot.jsx)(D,{onClick:()=>{let g=xe(e);o("embedded_wallet_set_password_started",{walletAddress:g?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,ot.jsx)(X,{}),(0,ot.jsx)(V,{protectedByPrivy:!0})]})};var km=f(require("@heroicons/react/24/outline/ShieldCheckIcon")),Yr=require("react"),Jr=f(require("styled-components"));var he=require("react/jsx-runtime"),Rm=()=>{let[e,t]=(0,Yr.useState)(!0),{authenticated:o,getAccessToken:r}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=A(),[m,g]=(0,Yr.useState)(void 0),[y,v]=(0,Yr.useState)(""),[C,b]=(0,Yr.useState)(!1),{privyWallet:S,onCompleteNavigateTo:T,onSuccess:P,onFailure:M}=s.recoverWallet,k=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),M(typeof L=="string"?new At(L):L)};c.current=k,(0,Yr.useEffect)(()=>{if(!o||!S)return k("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=L=>{L&&g(L)};return(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(_,{onClose:k}),(0,he.jsx)(Q,{}),(0,he.jsxs)(Qv,{children:[(0,he.jsxs)(Jv,{children:[(0,he.jsx)(km.default,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,he.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),(0,he.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),(0,he.jsxs)("div",{children:[(0,he.jsxs)(Pr,{children:[(0,he.jsx)(jr,{type:e?"password":"text",onChange:L=>I(L.target.value),disabled:C}),(0,he.jsx)(Bn,{style:{right:"0.75rem"},children:e?(0,he.jsx)(Hn,{onClick:()=>t(!1)}):(0,he.jsx)(Gn,{onClick:()=>t(!0)})})]}),!!y&&(0,he.jsx)(Zv,{children:y})]}),(0,he.jsxs)("div",{children:[(0,he.jsxs)(Hp,{children:[(0,he.jsx)("h4",{children:"Why is this necessary?"}),(0,he.jsx)("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),(0,he.jsx)(Xv,{loading:C||!n,disabled:!m,onClick:async()=>{b(!0);let L=await r();if(L&&S&&m!==null)try{a("embedded_wallet_recovery_started",{walletAddress:S.address}),await n?.recover({address:S.address,accessToken:L,recoveryPin:m}),v(""),T?l(T):i({shouldCallAuthOnSuccess:!1}),P?.(S),a("embedded_wallet_recovery_completed",{walletAddress:S.address})}catch(H){xu(H)?v("Invalid recovery password, please try again."):v("An error has occurred, please try again.")}finally{b(!1)}else return k("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!S&&C,children:"Recover your account"})]})]}),(0,he.jsx)(X,{}),(0,he.jsx)(V,{protectedByPrivy:!0})]})},Jv=Jr.default.div`
1287
1287
  display: flex;
1288
1288
  flex-direction: column;
1289
1289
  align-items: center;
@@ -1305,26 +1305,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
1305
1305
  font-weight: 400;
1306
1306
  line-height: 20px;
1307
1307
  }
1308
- `,kv=Xr.default.div`
1308
+ `,Qv=Jr.default.div`
1309
1309
  display: flex;
1310
1310
  flex-direction: column;
1311
1311
  justify-content: space-between;
1312
- `,Rv=Xr.default.div`
1312
+ `,Zv=Jr.default.div`
1313
1313
  line-height: 20px;
1314
1314
  height: 20px;
1315
1315
  font-size: 13px;
1316
1316
  color: var(--privy-color-error);
1317
1317
  text-align: left;
1318
1318
  margin-top: 0.5rem;
1319
- `,Iv=(0,Xr.default)(D)`
1320
- ${e=>e.hideAnimations&&Xr.css`
1319
+ `,Xv=(0,Jr.default)(D)`
1320
+ ${e=>e.hideAnimations&&Jr.css`
1321
1321
  && {
1322
1322
  // Remove animations because the recoverWallet task on the iframe partially
1323
1323
  // blocks the renderer, so the animation stutters and doesn't look good
1324
1324
  transition: none;
1325
1325
  }
1326
1326
  `}
1327
- `;var ms=require("@heroicons/react/24/outline"),fs=A(require("styled-components"));var en=require("react/jsx-runtime"),tn=({style:e,...t})=>(0,en.jsxs)("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:[(0,en.jsx)("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),(0,en.jsx)("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"}),(0,en.jsx)("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"}),(0,en.jsx)("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"})]});var Fe=require("react/jsx-runtime"),Wv=e=>{let t=(0,Fe.jsx)(ms.ExclamationTriangleIcon,{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 Ve&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:(0,Fe.jsx)(ms.PhoneIcon,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof nt)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:(0,Fe.jsx)(es,{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:(0,Fe.jsx)("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:(0,Fe.jsx)("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:(0,Fe.jsx)(tn,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Co&&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}}},Sm=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=_(),{reset:i}=Se(),a=o?.errorModalData,l=Wv(a?.error||new Error),s=c=>{if(c instanceof nt)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return(0,Fe.jsxs)(Fe.Fragment,{children:[(0,Fe.jsx)(S,{backFn:!r||n===r?void 0:t}),(0,Fe.jsxs)(Mv,{children:[(0,Fe.jsx)(Lv,{children:(0,Fe.jsxs)("div",{children:[(0,Fe.jsx)(Xa,{color:"var(--privy-color-error)"}),l.icon]})}),(0,Fe.jsxs)(Nv,{children:[(0,Fe.jsx)("h3",{children:l.title}),(0,Fe.jsx)("p",{children:l.detail})]}),(0,Fe.jsx)(D,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},Mv=fs.default.div`
1327
+ `;var Im=f(require("@heroicons/react/24/outline/ExclamationTriangleIcon")),Wm=f(require("@heroicons/react/24/outline/PhoneIcon")),rs=f(require("styled-components"));var Qr=require("react/jsx-runtime"),Zr=({style:e,...t})=>(0,Qr.jsxs)("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:[(0,Qr.jsx)("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),(0,Qr.jsx)("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"}),(0,Qr.jsx)("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"}),(0,Qr.jsx)("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"})]});var Fe=require("react/jsx-runtime"),e1=e=>{let t=(0,Fe.jsx)(Im.default,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof w)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof Ve&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:(0,Fe.jsx)(Wm.default,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof nt)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:(0,Fe.jsx)(ja,{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:(0,Fe.jsx)("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:(0,Fe.jsx)("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:(0,Fe.jsx)(Zr,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Co&&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}}},Mm=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=A(),{reset:i}=Se(),a=o?.errorModalData,l=e1(a?.error||new Error),s=c=>{if(c instanceof nt)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return(0,Fe.jsxs)(Fe.Fragment,{children:[(0,Fe.jsx)(_,{backFn:!r||n===r?void 0:t}),(0,Fe.jsxs)(t1,{children:[(0,Fe.jsx)(r1,{children:(0,Fe.jsxs)("div",{children:[(0,Fe.jsx)(qa,{color:"var(--privy-color-error)"}),l.icon]})}),(0,Fe.jsxs)(o1,{children:[(0,Fe.jsx)("h3",{children:l.title}),(0,Fe.jsx)("p",{children:l.detail})]}),(0,Fe.jsx)(D,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},t1=rs.default.div`
1328
1328
  display: flex;
1329
1329
  flex-direction: column;
1330
1330
  align-items: center;
@@ -1332,11 +1332,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
1332
1332
  gap: 24px;
1333
1333
  width: 100%;
1334
1334
  padding-bottom: 16px;
1335
- `,Nv=fs.default.div`
1335
+ `,o1=rs.default.div`
1336
1336
  display: flex;
1337
1337
  flex-direction: column;
1338
1338
  gap: 8px;
1339
- `,Lv=fs.default.div`
1339
+ `,r1=rs.default.div`
1340
1340
  display: flex;
1341
1341
  flex-direction: column;
1342
1342
  justify-content: center;
@@ -1359,7 +1359,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1359
1359
  left: -19px;
1360
1360
  top: -19px;
1361
1361
  }
1362
- `;var Rr=require("react"),pc=require("react-device-detect"),uc=A(require("styled-components"));var Am=require("react"),km=A(require("styled-components"));var lc=require("react/jsx-runtime"),hs=({style:e,color:t,...o})=>(0,lc.jsx)("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:(0,lc.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var ys=require("react/jsx-runtime"),_m=({color:e,...t})=>(0,ys.jsx)("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:(0,ys.jsx)("g",{children:(0,ys.jsx)("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"})})});var Oi=require("react/jsx-runtime"),gs=e=>{let[t,o]=(0,Am.useState)(!1);return(0,Oi.jsxs)(Ov,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?(0,Oi.jsx)(hs,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,Oi.jsx)(_m,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Ov=km.default.button`
1362
+ `;var _r=require("react"),Zl=require("react-device-detect"),Xl=f(require("styled-components"));var Lm=require("react"),Om=f(require("styled-components"));var Yl=require("react/jsx-runtime"),ns=({style:e,color:t,...o})=>(0,Yl.jsx)("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:(0,Yl.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var is=require("react/jsx-runtime"),Nm=({color:e,...t})=>(0,is.jsx)("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:(0,is.jsx)("g",{children:(0,is.jsx)("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"})})});var Ri=require("react/jsx-runtime"),as=e=>{let[t,o]=(0,Lm.useState)(!1);return(0,Ri.jsxs)(n1,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?(0,Ri.jsx)(ns,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,Ri.jsx)(Nm,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},n1=Om.default.button`
1363
1363
  display: flex;
1364
1364
  align-items: center;
1365
1365
  gap: 6px;
@@ -1397,7 +1397,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1397
1397
  width: 14px;
1398
1398
  height: 14px;
1399
1399
  }
1400
- `;var Rm=require("react"),Im=A(require("styled-components")),Mm=require("react/jsx-runtime"),Wm=e=>{let[t,o]=(0,Rm.useState)(!1);return(0,Mm.jsx)(Dv,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},Dv=Im.default.button`
1400
+ `;var Dm=require("react"),Um=f(require("styled-components")),Bm=require("react/jsx-runtime"),Fm=e=>{let[t,o]=(0,Dm.useState)(!1);return(0,Bm.jsx)(i1,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},i1=Um.default.button`
1401
1401
  display: flex;
1402
1402
  align-items: center;
1403
1403
  gap: 6px;
@@ -1435,7 +1435,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1435
1435
  width: 14px;
1436
1436
  height: 14px;
1437
1437
  }
1438
- `;var Om=A(require("qrcode")),Dm=A(require("react")),Um=A(require("styled-components"));var cc=require("react/jsx-runtime"),Nm=()=>(0,cc.jsx)("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:(0,cc.jsx)("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});var ve=require("react/jsx-runtime"),Wt=7,dc=(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},Uv=e=>{let t=Om.default.create(e,{errorCorrectionLevel:"high"}).modules,o=Kd(Array.from(t.data),t.size);return o=dc(o,0,0,Wt,Wt),o=dc(o,o.length-Wt,0,Wt,Wt),o=dc(o,0,o.length-Wt,Wt,Wt),o},Fv=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>(0,ve.jsx)(ve.Fragment,{children:[0,1,2].map(i=>(0,ve.jsx)("circle",{r:o*(Wt-i*2)/2,cx:e+o*Wt/2,cy:t+o*Wt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Bv=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-Wt)*e,0],[0,(t-Wt)*e]];return(0,ve.jsx)(ve.Fragment,{children:n.map(([i,a])=>(0,ve.jsx)(Fv,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Hv=({matrix:e,cellSize:t,color:o})=>(0,ve.jsx)(ve.Fragment,{children:e.map((r,n)=>r.map((i,a)=>i?(0,ve.jsx)("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):(0,ve.jsx)(Dm.default.Fragment,{},`circle-${n}-${a}`)))}),Lm=(e,t)=>e-e%t,Gv=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return(0,ve.jsx)(ve.Fragment,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsx)("rect",{x:Lm(c,t),y:Lm(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),(0,ve.jsx)(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Vv=e=>{let t=e.outputSize,o=Uv(e.url),r=t/o.length;return(0,ve.jsxs)("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,ve.jsx)(Hv,{matrix:o,cellSize:r,color:e.fgColor}),(0,ve.jsx)(Bv,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),(0,ve.jsx)(Gv,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},zv=Um.default.div`
1438
+ `;var Vm=f(require("qrcode")),zm=f(require("react")),$m=f(require("styled-components"));var Jl=require("react/jsx-runtime"),Hm=()=>(0,Jl.jsx)("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:(0,Jl.jsx)("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});var ve=require("react/jsx-runtime"),Wt=7,Ql=(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},a1=e=>{let t=Vm.default.create(e,{errorCorrectionLevel:"high"}).modules,o=Ud(Array.from(t.data),t.size);return o=Ql(o,0,0,Wt,Wt),o=Ql(o,o.length-Wt,0,Wt,Wt),o=Ql(o,0,o.length-Wt,Wt,Wt),o},s1=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>(0,ve.jsx)(ve.Fragment,{children:[0,1,2].map(i=>(0,ve.jsx)("circle",{r:o*(Wt-i*2)/2,cx:e+o*Wt/2,cy:t+o*Wt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),l1=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-Wt)*e,0],[0,(t-Wt)*e]];return(0,ve.jsx)(ve.Fragment,{children:n.map(([i,a])=>(0,ve.jsx)(s1,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},c1=({matrix:e,cellSize:t,color:o})=>(0,ve.jsx)(ve.Fragment,{children:e.map((r,n)=>r.map((i,a)=>i?(0,ve.jsx)("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):(0,ve.jsx)(zm.default.Fragment,{},`circle-${n}-${a}`)))}),Gm=(e,t)=>e-e%t,d1=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return(0,ve.jsx)(ve.Fragment,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsx)("rect",{x:Gm(c,t),y:Gm(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),(0,ve.jsx)(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},p1=e=>{let t=e.outputSize,o=a1(e.url),r=t/o.length;return(0,ve.jsxs)("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,ve.jsx)(c1,{matrix:o,cellSize:r,color:e.fgColor}),(0,ve.jsx)(l1,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),(0,ve.jsx)(d1,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},u1=$m.default.div`
1439
1439
  display: flex;
1440
1440
  justify-content: center;
1441
1441
  align-items: center;
@@ -1450,7 +1450,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1450
1450
  border-color: ${e=>e.fgColor};
1451
1451
  border-radius: var(--privy-border-radius-md);
1452
1452
  }
1453
- `,vs=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return(0,ve.jsx)(zv,{size:r,bgColor:t,fgColor:o,children:(0,ve.jsx)(Vv,{url:e.url,logo:{element:e.squareLogoElement??Nm},outputSize:r,bgColor:t,fgColor:o})})};var te=require("react/jsx-runtime"),Fm="#8a63d2",Hm=1e3,$v=Hm*2,qv=Hm*120,Gm=()=>{let{ready:e,authenticated:t,user:o}=B(),{lastScreen:r,navigate:n,navigateBack:i,setModalData:a,app:l}=_(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:m}=R(),[y,h]=(0,Rr.useState)(!1),[g,w]=(0,Rr.useState)(!1),C=(0,Rr.useRef)([]),x=l?.render.inDialog?pt:0,E=s(),T=E?.meta.connectUri;return(0,Rr.useEffect)(()=>{let M=Date.now(),k=setInterval(async()=>{let I=await E.pollForReady.execute(),W=Date.now()-M;if(I){clearInterval(k),h(!0);try{await c(),w(!0)}catch(L){a({errorModalData:{error:L,previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN")}}else W>qv&&(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"))},$v);return()=>{clearInterval(k),C.current.forEach(I=>clearTimeout(I))}},[]),(0,Rr.useEffect)(()=>{if(e&&t&&g&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let k=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},x);return()=>clearTimeout(k)}g&&(Ht(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(m,x)))}},[g,e,t,o]),pc.isMobile||y?(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(S,{backFn:r?i:void 0,onClose:m},"header"),(0,te.jsx)(Q,{}),(0,te.jsxs)(Bm,{children:[(0,te.jsx)(jv,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(Cr,{success:g,fail:!1}),(0,te.jsx)(tn,{style:{width:"38px",height:"38px"}})]})}),(0,te.jsxs)(Kt,{children:[(0,te.jsx)(We,{children:"Signing in with Farcaster"}),(0,te.jsx)(Te,{children:"This should only take a moment."}),(0,te.jsx)(jt,{children:T&&pc.isMobile&&(0,te.jsx)(Wm,{text:"Take me to Warpcast",url:T,color:Fm})})]})]}),(0,te.jsx)(J,{})]}):(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(S,{backFn:r?i:void 0,onClose:m},"header"),(0,te.jsx)(Q,{}),(0,te.jsx)(Bm,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(We,{children:"Sign in with Farcaster"}),(0,te.jsx)(Te,{children:"Scan with your phone's camera to continue."}),(0,te.jsx)(os,{children:T?(0,te.jsx)(vs,{url:T,size:275,squareLogoElement:tn}):(0,te.jsx)($t,{})}),(0,te.jsxs)(jt,{children:[(0,te.jsx)(Te,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),T&&(0,te.jsx)(gs,{text:T,itemName:"link",color:Fm})]})]})}),(0,te.jsx)(J,{})]})},Bm=uc.default.div`
1453
+ `,ss=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return(0,ve.jsx)(u1,{size:r,bgColor:t,fgColor:o,children:(0,ve.jsx)(p1,{url:e.url,logo:{element:e.squareLogoElement??Hm},outputSize:r,bgColor:t,fgColor:o})})};var te=require("react/jsx-runtime"),qm="#8a63d2",Km=1e3,m1=Km*2,f1=Km*120,Ym=()=>{let{ready:e,authenticated:t,user:o}=B(),{lastScreen:r,navigate:n,navigateBack:i,setModalData:a,app:l}=A(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:m}=R(),[g,y]=(0,_r.useState)(!1),[v,C]=(0,_r.useState)(!1),b=(0,_r.useRef)([]),S=l?.render.inDialog?pt:0,T=s(),P=T?.meta.connectUri;return(0,_r.useEffect)(()=>{let M=Date.now(),k=setInterval(async()=>{let I=await T.pollForReady.execute(),W=Date.now()-M;if(I){clearInterval(k),y(!0);try{await c(),C(!0)}catch(L){a({errorModalData:{error:L,previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN")}}else W>f1&&(clearInterval(k),a({errorModalData:{error:new w("Timed out waiting for response from Farcaster app.",void 0,"client_request_timeout"),previousScreen:t?"AWAITING_FARCASTER_CONNECTION":"LANDING"}}),n("ERROR_SCREEN"))},m1);return()=>{clearInterval(k),b.current.forEach(I=>clearTimeout(I))}},[]),(0,_r.useEffect)(()=>{if(e&&t&&v&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let k=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},S);return()=>clearTimeout(k)}v&&(Ht(o,l?.embeddedWallets.createOnLogin)?b.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:k=>console.error(k),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},S)):b.current.push(setTimeout(m,S)))}},[v,e,t,o]),Zl.isMobile||g?(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(_,{backFn:r?i:void 0,onClose:m},"header"),(0,te.jsx)(Q,{}),(0,te.jsxs)(jm,{children:[(0,te.jsx)(h1,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(vr,{success:v,fail:!1}),(0,te.jsx)(Zr,{style:{width:"38px",height:"38px"}})]})}),(0,te.jsxs)(Kt,{children:[(0,te.jsx)(We,{children:"Signing in with Farcaster"}),(0,te.jsx)(Te,{children:"This should only take a moment."}),(0,te.jsx)(jt,{children:P&&Zl.isMobile&&(0,te.jsx)(Fm,{text:"Take me to Warpcast",url:P,color:qm})})]})]}),(0,te.jsx)(J,{})]}):(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(_,{backFn:r?i:void 0,onClose:m},"header"),(0,te.jsx)(Q,{}),(0,te.jsx)(jm,{children:(0,te.jsxs)("div",{children:[(0,te.jsx)(We,{children:"Sign in with Farcaster"}),(0,te.jsx)(Te,{children:"Scan with your phone's camera to continue."}),(0,te.jsx)(Ya,{children:P?(0,te.jsx)(ss,{url:P,size:275,squareLogoElement:Zr}):(0,te.jsx)($t,{})}),(0,te.jsxs)(jt,{children:[(0,te.jsx)(Te,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),P&&(0,te.jsx)(as,{text:P,itemName:"link",color:qm})]})]})}),(0,te.jsx)(J,{})]})},jm=Xl.default.div`
1454
1454
  display: flex;
1455
1455
  flex-direction: column;
1456
1456
  align-items: center;
@@ -1458,7 +1458,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1458
1458
  margin-left: 27px;
1459
1459
  margin-right: 27px;
1460
1460
  gap: 24px;
1461
- `,jv=uc.default.div`
1461
+ `,h1=Xl.default.div`
1462
1462
  display: flex;
1463
1463
  flex-direction: column;
1464
1464
  justify-content: center;
@@ -1481,7 +1481,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1481
1481
  left: -19px;
1482
1482
  top: -19px;
1483
1483
  }
1484
- `;var Jn=require("@heroicons/react/24/outline"),fo=A(require("styled-components"));var Yn=require("react/jsx-runtime"),ws=({size:e=61,...t})=>(0,Yn.jsx)("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,Yn.jsxs)("g",{id:"moonpay_symbol_wht 2",children:[(0,Yn.jsx)("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),(0,Yn.jsx)("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"})]})});var me=require("react/jsx-runtime"),mc=({title:e,desc:t,icon:o})=>(0,me.jsxs)(Xv,{children:[(0,me.jsx)(t1,{children:o}),(0,me.jsxs)(e1,{children:[(0,me.jsx)(Qv,{children:e}),(0,me.jsx)(Zv,{children:t})]})]}),Vm=({app:e,signedUrl:t,onContinue:o})=>(0,me.jsxs)(me.Fragment,{children:[(0,me.jsxs)(Yv,{children:[(0,me.jsx)(ws,{size:"3.75rem"}),(0,me.jsxs)(Jv,{children:[e?.name," uses ",(0,me.jsx)("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),(0,me.jsxs)(o1,{children:[(0,me.jsx)(mc,{icon:(0,me.jsx)(Jn.LinkIcon,{width:"1rem"}),title:"Purchase assets to fund your account",desc:(0,me.jsxs)(me.Fragment,{children:["Connect a payment method (",(0,me.jsx)("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),(0,me.jsx)(mc,{icon:(0,me.jsx)(Jn.ClockIcon,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),(0,me.jsx)(mc,{icon:(0,me.jsx)(Jn.EyeSlashIcon,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),(0,me.jsx)(r1,{className:"mobile-only"})]}),(0,me.jsx)(Kv,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),(0,me.jsx)(Ga,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),Kv=fo.default.span`
1484
+ `;var Jm=f(require("@heroicons/react/24/outline/ClockIcon")),Qm=f(require("@heroicons/react/24/outline/EyeSlashIcon")),Zm=f(require("@heroicons/react/24/outline/LinkIcon")),fo=f(require("styled-components"));var $n=require("react/jsx-runtime"),ls=({size:e=61,...t})=>(0,$n.jsx)("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,$n.jsxs)("g",{id:"moonpay_symbol_wht 2",children:[(0,$n.jsx)("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),(0,$n.jsx)("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"})]})});var me=require("react/jsx-runtime"),ec=({title:e,desc:t,icon:o})=>(0,me.jsxs)(b1,{children:[(0,me.jsx)(T1,{children:o}),(0,me.jsxs)(E1,{children:[(0,me.jsx)(w1,{children:e}),(0,me.jsx)(C1,{children:t})]})]}),Xm=({app:e,signedUrl:t,onContinue:o})=>(0,me.jsxs)(me.Fragment,{children:[(0,me.jsxs)(g1,{children:[(0,me.jsx)(ls,{size:"3.75rem"}),(0,me.jsxs)(v1,{children:[e?.name," uses ",(0,me.jsx)("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),(0,me.jsxs)(P1,{children:[(0,me.jsx)(ec,{icon:(0,me.jsx)(Zm.default,{width:"1rem"}),title:"Purchase assets to fund your account",desc:(0,me.jsxs)(me.Fragment,{children:["Connect a payment method (",(0,me.jsx)("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),(0,me.jsx)(ec,{icon:(0,me.jsx)(Jm.default,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),(0,me.jsx)(ec,{icon:(0,me.jsx)(Qm.default,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),(0,me.jsx)(x1,{className:"mobile-only"})]}),(0,me.jsx)(y1,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),(0,me.jsx)(Oa,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),y1=fo.default.span`
1485
1485
  display: inline-block;
1486
1486
  color: var(--privy-color-foreground-3);
1487
1487
  text-align: center;
@@ -1490,13 +1490,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1490
1490
  font-weight: 400;
1491
1491
  line-height: 140%; /* 0.875rem */
1492
1492
  margin-bottom: 0.25rem;
1493
- `,Yv=fo.default.div`
1493
+ `,g1=fo.default.div`
1494
1494
  display: flex;
1495
1495
  flex-direction: column;
1496
1496
  align-items: center;
1497
1497
  justify-content: center;
1498
1498
  padding: 1.5rem 0;
1499
- `,Jv=fo.default.span`
1499
+ `,v1=fo.default.span`
1500
1500
  color: var(--privy-color-foreground);
1501
1501
  text-align: center;
1502
1502
  font-size: 1.125rem;
@@ -1505,46 +1505,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
1505
1505
  margin: 1.5rem 0;
1506
1506
  text-align: center;
1507
1507
  max-width: 19.5rem;
1508
- `,Qv=fo.default.span`
1508
+ `,w1=fo.default.span`
1509
1509
  color: var(--privy-color-foreground);
1510
1510
  font-size: 0.875rem;
1511
1511
  font-weight: 500;
1512
1512
  line-height: 1.225rem;
1513
1513
  width: 100%;
1514
- `,Zv=fo.default.span`
1514
+ `,C1=fo.default.span`
1515
1515
  color: var(--privy-color-foreground-2);
1516
1516
  font-size: 0.875rem;
1517
1517
  font-weight: 400;
1518
1518
  line-height: 1.225rem;
1519
- `,Xv=fo.default.div`
1519
+ `,b1=fo.default.div`
1520
1520
  display: flex;
1521
1521
  align-items: flex-start;
1522
1522
  gap: 0.5rem;
1523
1523
  align-self: stretch;
1524
- `,e1=fo.default.div`
1524
+ `,E1=fo.default.div`
1525
1525
  display: flex;
1526
1526
  flex-direction: column;
1527
1527
  gap: 0.25rem;
1528
1528
  align-items: flex-start;
1529
1529
  text-align: left;
1530
1530
  flex: 1 0 0;
1531
- `,t1=fo.default.div`
1531
+ `,T1=fo.default.div`
1532
1532
  padding-top: 2px;
1533
- `,o1=fo.default.div`
1533
+ `,P1=fo.default.div`
1534
1534
  display: flex;
1535
1535
  flex-direction: column;
1536
1536
  gap: 1.25rem;
1537
1537
  margin: 0 0.5rem;
1538
- `,r1=fo.default.div`
1538
+ `,x1=fo.default.div`
1539
1539
  margin: 30px 0;
1540
- `;var $m=require("ofetch"),Qn=require("react");var Cs="moonpay",zm="sdk_fiat_on_ramp_completed_with_status";async function qm(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 n1(e,t){let o=t?Dd:Od,r=t?Fd:Ud;return(0,$m.ofetch)(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function jm(e,t=!1){let[o,r]=(0,Qn.useState)(null),{createAnalyticsEvent:n}=R(),i=(0,Qn.useRef)(0);return(0,Qn.useEffect)(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await n1(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(zm,{status:s,provider:Cs,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(zm,{status:"serviceFailure",provider:Cs}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}var Ir=require("react/jsx-runtime"),Km=()=>{let{app:e,data:t,navigate:o}=_(),{createAnalyticsEvent:r}=R(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:(0,Ir.jsxs)(Ir.Fragment,{children:[(0,Ir.jsx)(S,{title:"Fund account"},"header"),(0,Ir.jsx)(Vm,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Cs}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),(0,Ir.jsx)(V,{protectedByPrivy:!0})]})};var Zn=require("@heroicons/react/24/solid"),Ym=require("react"),fc=A(require("styled-components"));var se=require("react/jsx-runtime"),Jm=()=>{let{app:e,data:t}=_(),{closePrivyModal:o}=R(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=jm(r||null,e.fiatOnRamp.useSandbox);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(S,{title:"Fund account"},"header"),(0,se.jsx)(a1,{status:n,onClickCta:o}),(0,se.jsx)(V,{protectedByPrivy:!0})]})},i1=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:(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)("p",{children:["It looks like there was an issue with your payment. Please contact"," ",(0,se.jsx)("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),(0,se.jsx)("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:""}}},a1=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=(0,Ym.useMemo)(()=>i1(e),[e]);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)(p1,{children:[(0,se.jsx)(c1,{status:e}),(0,se.jsxs)(Kt,{children:[(0,se.jsx)("h3",{children:o}),(0,se.jsx)(d1,{children:r})]})]}),n&&(0,se.jsx)(D,{onClick:t,children:n})]})},s1=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)",l1=e=>{switch(e){case"serviceFailure":case"failed":return Zn.XCircleIcon;case"completed":return Zn.CheckCircleIcon;case"waitingAuthorization":return()=>(0,se.jsx)(Zn.ArrowsRightLeftIcon,{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}},c1=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return(0,se.jsxs)("div",{style:{position:"relative"},children:[(0,se.jsx)($t,{color:r,style:{position:"absolute"}}),(0,se.jsx)(Fl,{color:r}),(0,se.jsx)(ws,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=l1(e),o=s1(e);return(0,se.jsx)("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&(0,se.jsx)(t,{width:"4rem",height:"4rem",color:o})})},d1=fc.default.p`
1540
+ `;var tf=require("ofetch"),qn=require("react");var cs="moonpay",ef="sdk_fiat_on_ramp_completed_with_status";async function of(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 S1(e,t){let o=t?_d:Sd,r=t?kd:Ad;return(0,tf.ofetch)(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function rf(e,t=!1){let[o,r]=(0,qn.useState)(null),{createAnalyticsEvent:n}=R(),i=(0,qn.useRef)(0);return(0,qn.useEffect)(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await S1(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(ef,{status:s,provider:cs,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(ef,{status:"serviceFailure",provider:cs}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}var Ar=require("react/jsx-runtime"),nf=()=>{let{app:e,data:t,navigate:o}=A(),{createAnalyticsEvent:r}=R(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:(0,Ar.jsxs)(Ar.Fragment,{children:[(0,Ar.jsx)(_,{title:"Fund account"},"header"),(0,Ar.jsx)(Xm,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:cs}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),(0,Ar.jsx)(V,{protectedByPrivy:!0})]})};var af=f(require("@heroicons/react/24/solid/ArrowsRightLeftIcon")),sf=f(require("@heroicons/react/24/solid/CheckCircleIcon")),lf=f(require("@heroicons/react/24/solid/XCircleIcon")),cf=require("react"),tc=f(require("styled-components"));var se=require("react/jsx-runtime"),df=()=>{let{app:e,data:t}=A(),{closePrivyModal:o}=R(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=rf(r||null,e.fiatOnRamp.useSandbox);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(_,{title:"Fund account"},"header"),(0,se.jsx)(A1,{status:n,onClickCta:o}),(0,se.jsx)(V,{protectedByPrivy:!0})]})},_1=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:(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)("p",{children:["It looks like there was an issue with your payment. Please contact"," ",(0,se.jsx)("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),(0,se.jsx)("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:""}}},A1=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=(0,cf.useMemo)(()=>_1(e),[e]);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)(M1,{children:[(0,se.jsx)(I1,{status:e}),(0,se.jsxs)(Kt,{children:[(0,se.jsx)("h3",{children:o}),(0,se.jsx)(W1,{children:r})]})]}),n&&(0,se.jsx)(D,{onClick:t,children:n})]})},k1=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)",R1=e=>{switch(e){case"serviceFailure":case"failed":return lf.default;case"completed":return sf.default;case"waitingAuthorization":return()=>(0,se.jsx)(af.default,{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}},I1=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return(0,se.jsxs)("div",{style:{position:"relative"},children:[(0,se.jsx)($t,{color:r,style:{position:"absolute"}}),(0,se.jsx)(Sl,{color:r}),(0,se.jsx)(ls,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=R1(e),o=k1(e);return(0,se.jsx)("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&(0,se.jsx)(t,{width:"4rem",height:"4rem",color:o})})},W1=tc.default.p`
1541
1541
  font-size: 1rem;
1542
1542
  color: var(--privy-color-foreground-3);
1543
1543
  margin-bottom: 1rem;
1544
1544
  display: flex;
1545
1545
  flex-direction: column;
1546
1546
  gap: 1rem;
1547
- `,p1=fc.default.div`
1547
+ `,M1=tc.default.div`
1548
1548
  display: flex;
1549
1549
  flex-direction: column;
1550
1550
  align-items: center;
@@ -1552,7 +1552,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1552
1552
  margin-left: 1.75rem;
1553
1553
  margin-right: 1.75rem;
1554
1554
  padding: 2rem 0;
1555
- `;var Qm=require("@heroicons/react/24/outline"),Zm=A(require("styled-components"));var Mt=require("react/jsx-runtime"),Xm=()=>{let{closePrivyModal:e}=R();return(0,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsx)(S,{},"header"),(0,Mt.jsx)(u1,{children:(0,Mt.jsx)(Qm.ArrowTopRightOnSquareIcon,{style:{width:32,height:32}})}),(0,Mt.jsx)(Ao,{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"}}),(0,Mt.jsx)(_o,{children:(0,Mt.jsx)(D,{onClick:()=>e(),children:"Close"})}),(0,Mt.jsx)(X,{}),(0,Mt.jsx)(V,{protectedByPrivy:!0})]})},u1=Zm.default.div`
1555
+ `;var pf=f(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon")),uf=f(require("styled-components"));var Mt=require("react/jsx-runtime"),mf=()=>{let{closePrivyModal:e}=R();return(0,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsx)(_,{},"header"),(0,Mt.jsx)(N1,{children:(0,Mt.jsx)(pf.default,{style:{width:32,height:32}})}),(0,Mt.jsx)(Ao,{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"}}),(0,Mt.jsx)(_o,{children:(0,Mt.jsx)(D,{onClick:()=>e(),children:"Close"})}),(0,Mt.jsx)(X,{}),(0,Mt.jsx)(V,{protectedByPrivy:!0})]})},N1=uf.default.div`
1556
1556
  border-radius: 50%;
1557
1557
  height: 68px;
1558
1558
  width: 68px;
@@ -1562,18 +1562,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
1562
1562
  background-color: var(--privy-color-accent);
1563
1563
  color: white;
1564
1564
  margin: 0 auto 24px auto;
1565
- `;var of=A(require("react-device-detect")),rf=A(require("styled-components"));var bs=A(require("styled-components"));var hc=require("react/jsx-runtime"),ef=({style:e,...t})=>(0,hc.jsx)("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:(0,hc.jsx)("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)"})});var Ts=require("react/jsx-runtime"),tf=bs.default.div`
1565
+ `;var yf=f(require("react-device-detect")),gf=f(require("styled-components"));var ds=f(require("styled-components"));var oc=require("react/jsx-runtime"),ff=({style:e,...t})=>(0,oc.jsx)("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:(0,oc.jsx)("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)"})});var us=require("react/jsx-runtime"),hf=ds.default.div`
1566
1566
  display: flex;
1567
1567
  flex-direction: column;
1568
1568
  justify-content: flex-start;
1569
1569
  gap: 4px;
1570
- `,yc=bs.default.div`
1570
+ `,rc=ds.default.div`
1571
1571
  &&& {
1572
1572
  margin-left: 7px; /* TODO: This is a total hack */
1573
1573
  border-left: 2px solid var(--privy-color-foreground-4);
1574
1574
  height: 12px;
1575
1575
  }
1576
- `,Es=({children:e})=>(0,Ts.jsxs)(m1,{children:[(0,Ts.jsx)(ef,{style:{width:"16px",height:"16px"}}),e]}),m1=bs.default.div`
1576
+ `,ps=({children:e})=>(0,us.jsxs)(L1,{children:[(0,us.jsx)(ff,{style:{width:"16px",height:"16px"}}),e]}),L1=ds.default.div`
1577
1577
  display: flex;
1578
1578
  justify-content: flex-start;
1579
1579
  justify-items: center;
@@ -1591,15 +1591,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
1591
1591
  margin-bottom: auto;
1592
1592
  }
1593
1593
  }
1594
- `;var ye=require("react/jsx-runtime"),f1=()=>{let{navigate:e}=_(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return of.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),(0,ye.jsxs)(h1,{children:[(0,ye.jsx)(ki,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),(0,ye.jsx)(jt,{children:(0,ye.jsx)(To,{style:{width:"152px",height:"152px"}})}),(0,ye.jsxs)(tf,{children:[(0,ye.jsx)(Es,{children:(0,ye.jsxs)("div",{children:[(0,ye.jsx)("span",{children:"Install the "}),(0,ye.jsx)("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),(0,ye.jsx)(yc,{}),(0,ye.jsx)(Es,{children:"Set up your first wallet"}),(0,ye.jsx)(yc,{}),(0,ye.jsx)(Es,{children:"Store your recovery phrase in a safe place!"})]}),(0,ye.jsx)(Va,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},nf=()=>{let{navigateBack:e}=_();return(0,ye.jsxs)(ye.Fragment,{children:[(0,ye.jsx)(S,{backFn:e},"header"),(0,ye.jsx)(Q,{}),(0,ye.jsx)(f1,{}),(0,ye.jsx)(X,{}),(0,ye.jsxs)(J,{children:[(0,ye.jsx)("span",{children:"Still not sure? "}),(0,ye.jsx)("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},h1=(0,rf.default)(jt)`
1594
+ `;var ye=require("react/jsx-runtime"),O1=()=>{let{navigate:e}=A(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return yf.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),(0,ye.jsxs)(D1,{children:[(0,ye.jsx)(Ti,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),(0,ye.jsx)(jt,{children:(0,ye.jsx)(To,{style:{width:"152px",height:"152px"}})}),(0,ye.jsxs)(hf,{children:[(0,ye.jsx)(ps,{children:(0,ye.jsxs)("div",{children:[(0,ye.jsx)("span",{children:"Install the "}),(0,ye.jsx)("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),(0,ye.jsx)(rc,{}),(0,ye.jsx)(ps,{children:"Set up your first wallet"}),(0,ye.jsx)(rc,{}),(0,ye.jsx)(ps,{children:"Store your recovery phrase in a safe place!"})]}),(0,ye.jsx)(Da,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},vf=()=>{let{navigateBack:e}=A();return(0,ye.jsxs)(ye.Fragment,{children:[(0,ye.jsx)(_,{backFn:e},"header"),(0,ye.jsx)(Q,{}),(0,ye.jsx)(O1,{}),(0,ye.jsx)(X,{}),(0,ye.jsxs)(J,{children:[(0,ye.jsx)("span",{children:"Still not sure? "}),(0,ye.jsx)("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},D1=(0,gf.default)(jt)`
1595
1595
  gap: 30px;
1596
1596
 
1597
1597
  > :first-child > svg {
1598
1598
  margin-top: 20px;
1599
1599
  }
1600
- `;var Sf=A(require("@heroicons/react/24/outline/EnvelopeIcon")),_f=A(require("@heroicons/react/24/outline/PhoneIcon")),Af=A(require("@heroicons/react/24/outline/UserCircleIcon")),Gi=require("react"),kf=require("react-device-detect"),Rf=A(require("styled-components"));var or=require("react/jsx-runtime"),af=({...e})=>(0,or.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[(0,or.jsxs)("g",{clipPath:"url(#clip0_2856_1743)",children:[(0,or.jsx)("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"}),(0,or.jsx)("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"})]}),(0,or.jsx)("defs",{children:(0,or.jsx)("clipPath",{id:"clip0_2856_1743",children:(0,or.jsx)("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});var lf=A(require("@heroicons/react/24/outline/EnvelopeIcon")),cf=require("react");var sf=require("@heroicons/react/24/outline"),Di=require("react"),gc=A(require("styled-components"));var ho=require("react/jsx-runtime"),Ps=(0,Di.forwardRef)((e,t)=>{let[o,r]=(0,Di.useState)(""),[n,i]=(0,Di.useState)(!1),{authenticated:a}=B(),{initLoginWithEmail:l}=R(),{navigate:s,setModalData:c,currentScreen:m}=_(),{enabled:y,token:h}=Se(),g=jd(o),w=n,C=n||!g,x=T=>{i(!0),l(o,T).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(M=>{c({errorModalData:{error:M,previousScreen:m||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},E=()=>{y&&!h&&!a?(c({captchaModalData:{callback:T=>l(o,T),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):x(h)};return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)(y1,{children:(0,ho.jsxs)(g1,{children:[(0,ho.jsx)(sf.EnvelopeIcon,{}),(0,ho.jsx)("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:T=>r(T.target.value),onKeyUp:T=>{T.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:(0,ho.jsx)(za,{isSubmitting:w,onClick:E,disabled:C,children:"Submit"})]})}),e.stacked?(0,ho.jsx)(D,{loadingText:null,loading:w,disabled:C,onClick:E,children:"Submit"}):null]})}),y1=gc.default.div`
1600
+ `;var Ff=f(require("@heroicons/react/24/outline/EnvelopeIcon")),Bf=f(require("@heroicons/react/24/outline/PhoneIcon")),Hf=f(require("@heroicons/react/24/outline/UserCircleIcon")),Oi=require("react"),Gf=require("react-device-detect"),Vf=f(require("styled-components"));var tr=require("react/jsx-runtime"),wf=({...e})=>(0,tr.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[(0,tr.jsxs)("g",{clipPath:"url(#clip0_2856_1743)",children:[(0,tr.jsx)("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"}),(0,tr.jsx)("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"})]}),(0,tr.jsx)("defs",{children:(0,tr.jsx)("clipPath",{id:"clip0_2856_1743",children:(0,tr.jsx)("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});var bf=f(require("@heroicons/react/24/outline/EnvelopeIcon")),Ef=require("react");var Cf=f(require("@heroicons/react/24/outline/EnvelopeIcon")),Ii=require("react"),nc=f(require("styled-components"));var ho=require("react/jsx-runtime"),ms=(0,Ii.forwardRef)((e,t)=>{let[o,r]=(0,Ii.useState)(""),[n,i]=(0,Ii.useState)(!1),{authenticated:a}=B(),{initLoginWithEmail:l}=R(),{navigate:s,setModalData:c,currentScreen:m}=A(),{enabled:g,token:y}=Se(),v=Dd(o),C=n,b=n||!v,S=P=>{i(!0),l(o,P).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(M=>{c({errorModalData:{error:M,previousScreen:m||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},T=()=>{g&&!y&&!a?(c({captchaModalData:{callback:P=>l(o,P),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):S(y)};return(0,ho.jsxs)(ho.Fragment,{children:[(0,ho.jsx)(U1,{children:(0,ho.jsxs)(F1,{children:[(0,ho.jsx)(Cf.default,{}),(0,ho.jsx)("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:P=>r(P.target.value),onKeyUp:P=>{P.key==="Enter"&&T()},value:o,autoComplete:"email"}),e.stacked?null:(0,ho.jsx)(Ua,{isSubmitting:C,onClick:T,disabled:b,children:"Submit"})]})}),e.stacked?(0,ho.jsx)(D,{loadingText:null,loading:C,disabled:b,onClick:T,children:"Submit"}):null]})}),U1=nc.default.div`
1601
1601
  width: 100%;
1602
- `,g1=gc.default.label`
1602
+ `,F1=nc.default.label`
1603
1603
  display: block;
1604
1604
  position: relative;
1605
1605
  width: 100%;
@@ -1657,9 +1657,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1657
1657
  && > input::placeholder {
1658
1658
  color: var(--privy-color-foreground-3);
1659
1659
  }
1660
- `;var Wo=require("react/jsx-runtime"),df=({isEditable:e,setIsEditable:t})=>{let o=(0,cf.useRef)(null);return(0,Wo.jsxs)(Wo.Fragment,{children:[(0,Wo.jsx)(Jo,{if:!e,children:(0,Wo.jsx)(Ps,{ref:o})}),(0,Wo.jsx)(Jo,{if:e,children:(0,Wo.jsxs)(Ie,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,Wo.jsx)(lf.default,{})," Continue with Email"]})})]})};var pf=require("react");var Xn=require("react/jsx-runtime"),uf=()=>{let[e,t]=(0,pf.useState)(!1),{currentScreen:o,navigate:r,setModalData:n}=_(),{enabled:i,token:a}=Se(),{initLoginWithFarcaster:l}=R();return(0,Xn.jsxs)(Ie,{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:[(0,Xn.jsx)(tn,{})," Farcaster",e&&(0,Xn.jsx)("span",{children:(0,Xn.jsx)($r,{})})]})};var vf=A(require("@heroicons/react/24/outline/PhoneIcon")),wf=require("react");var ei=require("react"),vc=A(require("styled-components"));var mf=A(require("libphonenumber-js/examples.mobile.json")),Nt=require("libphonenumber-js/min"),Ss=require("react/jsx-runtime");var Ui=(e,t)=>(0,Nt.isPossiblePhoneNumber)(String(e),t),xs=(e,t)=>`+${(0,Nt.getCountryCallingCode)(t)} ${e}`,ff=e=>`*${e.replaceAll("-","").slice(-4)}`,hf=e=>new Nt.AsYouType(e),v1=(0,Nt.getCountries)().map(e=>({code:e,callCode:(0,Nt.getCountryCallingCode)(e)})),yf=e=>(0,Nt.getExampleNumber)(e,mf.default)?.formatNational(),gf=({value:e,onChange:t})=>(0,Ss.jsx)("select",{value:e,onChange:t,children:v1.map(o=>(0,Ss.jsxs)("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});var yo=require("react/jsx-runtime"),ti=(0,ei.forwardRef)((e,t)=>{let{app:o}=_(),[r,n]=(0,ei.useState)(""),[i,a]=(0,ei.useState)(o?.intl.defaultCountry??"US"),l=Ui(r,i),s=hf(i),c=yf(i),m=(0,Nt.getCountryCallingCode)(i),y=!l,[h,g]=(0,ei.useState)(!1),w=m.length,C=T=>{let M=T.target.value;a(M),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:xs(r,M),countryCode:M,isValid:Ui(r,i)})},x=T=>{try{let M=T.replace(/\D/g,""),k=r.replace(/\D/g,""),I=M===k?T:s.input(T);n(I),e.onChange&&e.onChange({rawPhoneNumber:I,qualifiedPhoneNumber:xs(T,i),countryCode:i,isValid:Ui(T,i)})}catch(M){console.error("Error processing phone number:",M)}},E=()=>{g(!0);let T=xs(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:T,countryCode:i,isValid:Ui(r,i)}).finally(()=>g(!1))};return(0,yo.jsxs)(yo.Fragment,{children:[(0,yo.jsx)(w1,{children:(0,yo.jsxs)(C1,{callingCodeLength:w,children:[(0,yo.jsx)(gf,{value:i,onChange:C}),(0,yo.jsx)("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:T=>{x(T.target.value)},onKeyUp:T=>{T.key==="Enter"&&E()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?(0,yo.jsx)(za,{isSubmitting:h,onClick:E,disabled:y,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?(0,yo.jsx)(D,{loading:h,loadingText:null,onClick:E,disabled:y,children:"Submit"}):null]})}),w1=vc.default.div`
1660
+ `;var Wo=require("react/jsx-runtime"),Tf=({isEditable:e,setIsEditable:t})=>{let o=(0,Ef.useRef)(null);return(0,Wo.jsxs)(Wo.Fragment,{children:[(0,Wo.jsx)(Yo,{if:!e,children:(0,Wo.jsx)(ms,{ref:o})}),(0,Wo.jsx)(Yo,{if:e,children:(0,Wo.jsxs)(Ie,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,Wo.jsx)(bf.default,{})," Continue with Email"]})})]})};var Pf=require("react");var jn=require("react/jsx-runtime"),xf=()=>{let[e,t]=(0,Pf.useState)(!1),{currentScreen:o,navigate:r,setModalData:n}=A(),{enabled:i,token:a}=Se(),{initLoginWithFarcaster:l}=R();return(0,jn.jsxs)(Ie,{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:[(0,jn.jsx)(Zr,{})," Farcaster",e&&(0,jn.jsx)("span",{children:(0,jn.jsx)(Gr,{})})]})};var If=f(require("@heroicons/react/24/outline/PhoneIcon")),Wf=require("react");var Kn=require("react"),ic=f(require("styled-components"));var Sf=f(require("libphonenumber-js/examples.mobile.json")),Nt=require("libphonenumber-js/min"),hs=require("react/jsx-runtime");var Wi=(e,t)=>(0,Nt.isPossiblePhoneNumber)(String(e),t),fs=(e,t)=>`+${(0,Nt.getCountryCallingCode)(t)} ${e}`,_f=e=>`*${e.replaceAll("-","").slice(-4)}`,Af=e=>new Nt.AsYouType(e),B1=(0,Nt.getCountries)().map(e=>({code:e,callCode:(0,Nt.getCountryCallingCode)(e)})),kf=e=>(0,Nt.getExampleNumber)(e,Sf.default)?.formatNational(),Rf=({value:e,onChange:t})=>(0,hs.jsx)("select",{value:e,onChange:t,children:B1.map(o=>(0,hs.jsxs)("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});var yo=require("react/jsx-runtime"),Yn=(0,Kn.forwardRef)((e,t)=>{let{app:o}=A(),[r,n]=(0,Kn.useState)(""),[i,a]=(0,Kn.useState)(o?.intl.defaultCountry??"US"),l=Wi(r,i),s=Af(i),c=kf(i),m=(0,Nt.getCountryCallingCode)(i),g=!l,[y,v]=(0,Kn.useState)(!1),C=m.length,b=P=>{let M=P.target.value;a(M),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:fs(r,M),countryCode:M,isValid:Wi(r,i)})},S=P=>{try{let M=P.replace(/\D/g,""),k=r.replace(/\D/g,""),I=M===k?P:s.input(P);n(I),e.onChange&&e.onChange({rawPhoneNumber:I,qualifiedPhoneNumber:fs(P,i),countryCode:i,isValid:Wi(P,i)})}catch(M){console.error("Error processing phone number:",M)}},T=()=>{v(!0);let P=fs(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:P,countryCode:i,isValid:Wi(r,i)}).finally(()=>v(!1))};return(0,yo.jsxs)(yo.Fragment,{children:[(0,yo.jsx)(H1,{children:(0,yo.jsxs)(G1,{callingCodeLength:C,children:[(0,yo.jsx)(Rf,{value:i,onChange:b}),(0,yo.jsx)("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:P=>{S(P.target.value)},onKeyUp:P=>{P.key==="Enter"&&T()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?(0,yo.jsx)(Ua,{isSubmitting:y,onClick:T,disabled:g,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?(0,yo.jsx)(D,{loading:y,loadingText:null,onClick:T,disabled:g,children:"Submit"}):null]})}),H1=ic.default.div`
1661
1661
  width: 100%;
1662
- `,C1=vc.default.label`
1662
+ `,G1=ic.default.label`
1663
1663
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
1664
1664
  --phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
1665
1665
  display: block;
@@ -1745,9 +1745,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1745
1745
  && > input::placeholder {
1746
1746
  color: var(--privy-color-foreground-3);
1747
1747
  }
1748
- `;var Mo=require("react/jsx-runtime"),Cf=({isEditable:e,setIsEditable:t})=>{let o=(0,wf.useRef)(null),{authenticated:r}=B(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=R(),{enabled:s,token:c}=Se();async function m({qualifiedPhoneNumber:y}){if(s&&!c&&!r)i({captchaModalData:{callback:h=>l(y,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(y,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return(0,Mo.jsxs)(Mo.Fragment,{children:[(0,Mo.jsx)(Jo,{if:!e,children:(0,Mo.jsx)(ti,{ref:o,onSubmit:m})}),(0,Mo.jsx)(Jo,{if:e,children:(0,Mo.jsxs)(Ie,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,Mo.jsx)(vf.default,{})," Continue with SMS"]})})]})};var Fi=require("react/jsx-runtime"),_s=({style:e,...t})=>(0,Fi.jsxs)("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:[(0,Fi.jsx)("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"}),(0,Fi.jsx)("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"})]});var Wr=require("react/jsx-runtime"),As=({style:e,...t})=>(0,Wr.jsxs)("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:[(0,Wr.jsx)("g",{clipPath:"url(#clip0)",children:(0,Wr.jsx)("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"})}),(0,Wr.jsx)("defs",{children:(0,Wr.jsx)("clipPath",{id:"clip0",children:(0,Wr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var wc=require("react/jsx-runtime"),ks=({style:e,...t})=>(0,wc.jsx)("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:(0,wc.jsx)("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"})});var on=require("react/jsx-runtime"),Rs=({style:e,...t})=>(0,on.jsxs)("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:[(0,on.jsx)("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"}),(0,on.jsx)("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"}),(0,on.jsx)("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"}),(0,on.jsx)("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"})]});var Bi=require("react/jsx-runtime");function Is({style:e,...t}){return(0,Bi.jsx)("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:(0,Bi.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,Bi.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,Bi.jsx)("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"})})})})}var oi=require("react/jsx-runtime");function Ws(e){return(0,oi.jsxs)("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:[(0,oi.jsx)("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"}),(0,oi.jsx)("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"}),(0,oi.jsx)("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"})]})}var Cc=require("react/jsx-runtime"),Ms=({style:e,...t})=>(0,Cc.jsx)("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:(0,Cc.jsx)("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"})});var No=require("react/jsx-runtime"),b1={apple:{logo:(0,No.jsx)(_s,{}),displayName:"Apple"},discord:{logo:(0,No.jsx)(As,{}),displayName:"Discord"},github:{logo:(0,No.jsx)(ks,{}),displayName:"GitHub"},google:{logo:(0,No.jsx)(Rs,{}),displayName:"Google"},linkedin:{logo:(0,No.jsx)(Is,{}),displayName:"LinkedIn"},twitter:{logo:(0,No.jsx)(Ms,{}),displayName:"Twitter"},tiktok:{logo:(0,No.jsx)(Ws,{}),displayName:"TikTok"}},Mr=({provider:e})=>{let{enabled:t,token:o}=Se(),{navigate:r,setModalData:n}=_(),{initLoginWithOAuth:i}=R(),{displayName:a,logo:l}=b1[e];return(0,No.jsxs)(Ie,{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]})};var bf=A(require("@heroicons/react/24/outline/ChevronRightIcon")),Ef=A(require("@heroicons/react/24/outline/WalletIcon"));var ri=require("react/jsx-runtime"),Tf=({onClick:e,text:t})=>(0,ri.jsxs)(Ie,{onClick:e,children:[(0,ri.jsx)(Ef.default,{}),(0,ri.jsx)(Ka,{children:t}),(0,ri.jsx)(bf.default,{})]});var Pf=A(require("@heroicons/react/24/outline/ChevronRightIcon"));var Hi=require("react/jsx-runtime"),xf=({onClick:e,text:t,icon:o})=>(0,Hi.jsxs)(Ie,{onClick:e,children:[o,(0,Hi.jsx)(Ka,{children:t}),(0,Hi.jsx)(Pf.default,{})]});var Z=require("react/jsx-runtime"),If=()=>{let{closePrivyModal:e,connectors:t}=R(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=_(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:m,linkedin:y,apple:h,wallet:g,farcaster:w}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",x=o?.appearance.hideDirectWeb2Inputs,[E,T]=(0,Gi.useState)("default"),[M,k]=(0,Gi.useState)(n?"email":"sms");(0,Gi.useEffect)(()=>{k(n?"email":"sms")},[n]);let I=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{T("default")},150)};r.current=I;let W=[n&&(0,Z.jsx)(df,{isEditable:M==="email",setIsEditable:()=>{k("email")}}),i&&(0,Z.jsx)(Cf,{isEditable:M==="sms",setIsEditable:()=>{k("sms")}})].filter(Boolean),L=[a&&(0,Z.jsx)(Mr,{provider:"google"}),l&&(!kf.isMobile||o?.loginConfig.twitterOAuthOnMobileEnabled)&&(0,Z.jsx)(Mr,{provider:"twitter"}),s&&(0,Z.jsx)(Mr,{provider:"discord"}),c&&(0,Z.jsx)(Mr,{provider:"github"}),m&&(0,Z.jsx)(Mr,{provider:"tiktok"}),y&&(0,Z.jsx)(Mr,{provider:"linkedin"}),h&&(0,Z.jsx)(Mr,{provider:"apple"}),w&&(0,Z.jsx)(uf,{})].filter(Boolean),H=Ql(o?.appearance.walletList??[],t,!1),j=E==="default"?void 0:()=>{T("default")},oe=T1({priority:C,email:n,sms:i,social:L}),O=P1({priority:C,email:n,sms:i,social:L}),q=x1({priority:C,email:n,sms:i,social:L}),z=(0,Z.jsx)(Tf,{text:q,onClick:()=>T("web3-overflow")}),ge=(0,Z.jsx)(xf,{text:oe,icon:O,onClick:()=>T("web2-overflow")}),U=x?0:1;return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(S,{title:"Log in or Sign Up",onClose:I,backFn:j}),E==="default"&&(0,Z.jsx)(E1,{}),(0,Z.jsx)(Fp,{style:{overflow:"hidden",padding:2},children:(0,Z.jsxs)(So,{children:[E==="default"&&C==="web2-first"&&(0,Z.jsxs)(Z.Fragment,{children:[...W,...L.length+W.length>4?L.slice(0,3-W.length):L,W.length+L.length>4&&ge,g&&z]}),E==="default"&&C==="web3-first"&&(0,Z.jsxs)(Z.Fragment,{children:[g&&(0,Z.jsxs)(Z.Fragment,{children:[...H.length>4?H.slice(0,3):H,H.length>4&&z]}),W.length+L.length>U&&ge,W.length+L.length===U&&W.length?W[0]:null,W.length+L.length===U&&L.length?L[0]:null]}),E==="web2-overflow"&&(0,Z.jsxs)(Z.Fragment,{children:[...C==="web3-first"?W:[],...L]}),...E==="web3-overflow"?H:[]]})}),o&&(0,Z.jsx)($a,{app:o}),(0,Z.jsx)(V,{protectedByPrivy:!0})]})},E1=(0,Rf.default)(as)`
1748
+ `;var Mo=require("react/jsx-runtime"),Mf=({isEditable:e,setIsEditable:t})=>{let o=(0,Wf.useRef)(null),{authenticated:r}=B(),{navigate:n,setModalData:i,currentScreen:a}=A(),{initLoginWithSms:l}=R(),{enabled:s,token:c}=Se();async function m({qualifiedPhoneNumber:g}){if(s&&!c&&!r)i({captchaModalData:{callback:y=>l(g,y),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(g,c),n("AWAITING_PASSWORDLESS_CODE")}catch(y){i({errorModalData:{error:y,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return(0,Mo.jsxs)(Mo.Fragment,{children:[(0,Mo.jsx)(Yo,{if:!e,children:(0,Mo.jsx)(Yn,{ref:o,onSubmit:m})}),(0,Mo.jsx)(Yo,{if:e,children:(0,Mo.jsxs)(Ie,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,Mo.jsx)(If.default,{})," Continue with SMS"]})})]})};var Mi=require("react/jsx-runtime"),ys=({style:e,...t})=>(0,Mi.jsxs)("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:[(0,Mi.jsx)("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"}),(0,Mi.jsx)("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"})]});var kr=require("react/jsx-runtime"),gs=({style:e,...t})=>(0,kr.jsxs)("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:[(0,kr.jsx)("g",{clipPath:"url(#clip0)",children:(0,kr.jsx)("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"})}),(0,kr.jsx)("defs",{children:(0,kr.jsx)("clipPath",{id:"clip0",children:(0,kr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var ac=require("react/jsx-runtime"),vs=({style:e,...t})=>(0,ac.jsx)("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:(0,ac.jsx)("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"})});var Xr=require("react/jsx-runtime"),ws=({style:e,...t})=>(0,Xr.jsxs)("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:[(0,Xr.jsx)("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"}),(0,Xr.jsx)("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"}),(0,Xr.jsx)("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"}),(0,Xr.jsx)("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"})]});var Ni=require("react/jsx-runtime");function Cs({style:e,...t}){return(0,Ni.jsx)("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:(0,Ni.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,Ni.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,Ni.jsx)("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"})})})})}var Jn=require("react/jsx-runtime");function bs(e){return(0,Jn.jsxs)("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:[(0,Jn.jsx)("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"}),(0,Jn.jsx)("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"}),(0,Jn.jsx)("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"})]})}var sc=require("react/jsx-runtime"),Es=({style:e,...t})=>(0,sc.jsx)("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:(0,sc.jsx)("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"})});var No=require("react/jsx-runtime"),V1={apple:{logo:(0,No.jsx)(ys,{}),displayName:"Apple"},discord:{logo:(0,No.jsx)(gs,{}),displayName:"Discord"},github:{logo:(0,No.jsx)(vs,{}),displayName:"GitHub"},google:{logo:(0,No.jsx)(ws,{}),displayName:"Google"},linkedin:{logo:(0,No.jsx)(Cs,{}),displayName:"LinkedIn"},twitter:{logo:(0,No.jsx)(Es,{}),displayName:"Twitter"},tiktok:{logo:(0,No.jsx)(bs,{}),displayName:"TikTok"}},Rr=({provider:e})=>{let{enabled:t,token:o}=Se(),{navigate:r,setModalData:n}=A(),{initLoginWithOAuth:i}=R(),{displayName:a,logo:l}=V1[e];return(0,No.jsxs)(Ie,{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]})};var Nf=f(require("@heroicons/react/24/outline/ChevronRightIcon")),Lf=f(require("@heroicons/react/24/outline/WalletIcon"));var Qn=require("react/jsx-runtime"),Of=({onClick:e,text:t})=>(0,Qn.jsxs)(Ie,{onClick:e,children:[(0,Qn.jsx)(Lf.default,{}),(0,Qn.jsx)(Ha,{children:t}),(0,Qn.jsx)(Nf.default,{})]});var Df=f(require("@heroicons/react/24/outline/ChevronRightIcon"));var Li=require("react/jsx-runtime"),Uf=({onClick:e,text:t,icon:o})=>(0,Li.jsxs)(Ie,{onClick:e,children:[o,(0,Li.jsx)(Ha,{children:t}),(0,Li.jsx)(Df.default,{})]});var Z=require("react/jsx-runtime"),zf=()=>{let{closePrivyModal:e,connectors:t}=R(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=A(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:m,linkedin:g,apple:y,wallet:v,farcaster:C}=o?.loginMethods??{},b=o?.appearance.loginGroupPriority||"web2-first",S=o?.appearance.hideDirectWeb2Inputs,[T,P]=(0,Oi.useState)("default"),[M,k]=(0,Oi.useState)(n?"email":"sms");(0,Oi.useEffect)(()=>{k(n?"email":"sms")},[n]);let I=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{P("default")},150)};r.current=I;let W=[n&&(0,Z.jsx)(Tf,{isEditable:M==="email",setIsEditable:()=>{k("email")}}),i&&(0,Z.jsx)(Mf,{isEditable:M==="sms",setIsEditable:()=>{k("sms")}})].filter(Boolean),L=[a&&(0,Z.jsx)(Rr,{provider:"google"}),l&&(!Gf.isMobile||o?.loginConfig.twitterOAuthOnMobileEnabled)&&(0,Z.jsx)(Rr,{provider:"twitter"}),s&&(0,Z.jsx)(Rr,{provider:"discord"}),c&&(0,Z.jsx)(Rr,{provider:"github"}),m&&(0,Z.jsx)(Rr,{provider:"tiktok"}),g&&(0,Z.jsx)(Rr,{provider:"linkedin"}),y&&(0,Z.jsx)(Rr,{provider:"apple"}),C&&(0,Z.jsx)(xf,{})].filter(Boolean),H=Ul(o?.appearance.walletList??[],t,!1),j=T==="default"?void 0:()=>{P("default")},oe=$1({priority:b,email:n,sms:i,social:L}),O=q1({priority:b,email:n,sms:i,social:L}),q=j1({priority:b,email:n,sms:i,social:L}),z=(0,Z.jsx)(Of,{text:q,onClick:()=>P("web3-overflow")}),ge=(0,Z.jsx)(Uf,{text:oe,icon:O,onClick:()=>P("web2-overflow")}),U=S?0:1;return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(_,{title:"Log in or Sign Up",onClose:I,backFn:j}),T==="default"&&(0,Z.jsx)(z1,{}),(0,Z.jsx)(Ip,{style:{overflow:"hidden",padding:2},children:(0,Z.jsxs)(So,{children:[T==="default"&&b==="web2-first"&&(0,Z.jsxs)(Z.Fragment,{children:[...W,...L.length+W.length>4?L.slice(0,3-W.length):L,W.length+L.length>4&&ge,v&&z]}),T==="default"&&b==="web3-first"&&(0,Z.jsxs)(Z.Fragment,{children:[v&&(0,Z.jsxs)(Z.Fragment,{children:[...H.length>4?H.slice(0,3):H,H.length>4&&z]}),W.length+L.length>U&&ge,W.length+L.length===U&&W.length?W[0]:null,W.length+L.length===U&&L.length?L[0]:null]}),T==="web2-overflow"&&(0,Z.jsxs)(Z.Fragment,{children:[...b==="web3-first"?W:[],...L]}),...T==="web3-overflow"?H:[]]})}),o&&(0,Z.jsx)(Fa,{app:o}),(0,Z.jsx)(V,{protectedByPrivy:!0})]})},z1=(0,Vf.default)(Qa)`
1749
1749
  margin-bottom: 16px;
1750
- `,T1=({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",P1=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?(0,Z.jsx)(Af.default,{}):t&&o?(0,Z.jsx)(af,{}):t?(0,Z.jsx)(Sf.default,{}):o?(0,Z.jsx)(_f.default,{}):null,x1=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var Wf=require("@heroicons/react/24/outline");var Lt=require("react/jsx-runtime"),Mf=()=>{let{app:e}=_();return(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(S,{},"header"),(0,Lt.jsx)(Q,{}),(0,Lt.jsx)(Ge,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,Lt.jsx)(Wf.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,Lt.jsx)(_o,{children:(0,Lt.jsx)(Ps,{stacked:!0})}),(0,Lt.jsx)(X,{}),(0,Lt.jsx)(V,{protectedByPrivy:!0})]})};var Nf=require("@heroicons/react/24/outline");var Ot=require("react/jsx-runtime"),Lf=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=_(),{initLoginWithSms:i}=R();async function a({qualifiedPhoneNumber:l}){try{await i(l),r("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:o?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),r("ERROR_SCREEN")}}return(0,Ot.jsxs)(Ot.Fragment,{children:[(0,Ot.jsx)(S,{},"header"),(0,Ot.jsx)(Q,{}),(0,Ot.jsx)(Ge,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:(0,Ot.jsx)(Nf.PhoneIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),(0,Ot.jsx)(_o,{children:(0,Ot.jsx)(ti,{stacked:!0,onSubmit:a})}),(0,Ot.jsx)(X,{}),(0,Ot.jsx)(V,{protectedByPrivy:!0})]})};var Lo=require("react/jsx-runtime"),Of=()=>{let{linkingHint:e}=R(),{app:t}=_(),o=e?`Select the wallet with ${hr(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return(0,Lo.jsxs)(Lo.Fragment,{children:[(0,Lo.jsx)(S,{},"header"),(0,Lo.jsx)(Ao,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),(0,Lo.jsx)(So,{children:(0,Lo.jsx)(On,{connectOnly:!1})}),(0,Lo.jsx)(V,{protectedByPrivy:!0})]})};var Vi=require("react/jsx-runtime"),Df=({style:e,...t})=>(0,Vi.jsxs)("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:[(0,Vi.jsx)("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),(0,Vi.jsx)("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"})]});var Pt=require("react/jsx-runtime"),Uf=()=>{let{closePrivyModal:e}=R(),{navigate:t}=_();return(0,Pt.jsxs)(Pt.Fragment,{children:[(0,Pt.jsx)(S,{},"header"),(0,Pt.jsx)(Q,{}),(0,Pt.jsx)(Df,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),(0,Pt.jsx)(Ao,{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"}}),(0,Pt.jsxs)(_o,{children:[(0,Pt.jsx)(D,{onClick:()=>t("LANDING"),children:"Try again"}),(0,Pt.jsx)(so,{onClick:()=>e(),children:"Cancel"})]}),(0,Pt.jsx)(X,{}),(0,Pt.jsx)(V,{protectedByPrivy:!0})]})};var Tc=require("@heroicons/react/20/solid"),nr=require("@heroicons/react/24/outline"),Do=require("@heroicons/react/24/solid"),Os=require("@heroicons/react/24/solid"),Ds=require("@heroicons/react/24/solid"),Dt=require("react");var Ls=require("react"),Gf=require("react-device-detect"),Ec=A(require("styled-components"));var rn=require("@headlessui/react"),Ns=A(require("react")),nn=A(require("styled-components")),rr=require("react/jsx-runtime"),Ff=({children:e,open:t,onClick:o,...r})=>(0,rr.jsx)(rn.Transition,{show:t,as:Ns.default.Fragment,children:(0,rr.jsxs)(rn.Dialog,{onClose:o,...r,as:_1,children:[(0,rr.jsx)(rn.Transition.Child,{as:Ns.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,rr.jsx)(S1,{"aria-hidden":"true"})}),(0,rr.jsx)(A1,{children:(0,rr.jsx)(rn.Transition.Child,{as:Ns.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,rr.jsx)(rn.Dialog.Panel,{as:k1,children:e})})})]})}),ni=nn.default.div`
1750
+ `,$1=({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",q1=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?(0,Z.jsx)(Hf.default,{}):t&&o?(0,Z.jsx)(wf,{}):t?(0,Z.jsx)(Ff.default,{}):o?(0,Z.jsx)(Bf.default,{}):null,j1=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var $f=f(require("@heroicons/react/24/outline/EnvelopeIcon"));var Lt=require("react/jsx-runtime"),qf=()=>{let{app:e}=A();return(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(_,{},"header"),(0,Lt.jsx)(Q,{}),(0,Lt.jsx)(Ge,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,Lt.jsx)($f.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,Lt.jsx)(_o,{children:(0,Lt.jsx)(ms,{stacked:!0})}),(0,Lt.jsx)(X,{}),(0,Lt.jsx)(V,{protectedByPrivy:!0})]})};var jf=f(require("@heroicons/react/24/outline/PhoneIcon"));var Ot=require("react/jsx-runtime"),Kf=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=A(),{initLoginWithSms:i}=R();async function a({qualifiedPhoneNumber:l}){try{await i(l),r("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:o?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),r("ERROR_SCREEN")}}return(0,Ot.jsxs)(Ot.Fragment,{children:[(0,Ot.jsx)(_,{},"header"),(0,Ot.jsx)(Q,{}),(0,Ot.jsx)(Ge,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:(0,Ot.jsx)(jf.default,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),(0,Ot.jsx)(_o,{children:(0,Ot.jsx)(Yn,{stacked:!0,onSubmit:a})}),(0,Ot.jsx)(X,{}),(0,Ot.jsx)(V,{protectedByPrivy:!0})]})};var Lo=require("react/jsx-runtime"),Yf=()=>{let{linkingHint:e}=R(),{app:t}=A(),o=e?`Select the wallet with ${mr(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return(0,Lo.jsxs)(Lo.Fragment,{children:[(0,Lo.jsx)(_,{},"header"),(0,Lo.jsx)(Ao,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),(0,Lo.jsx)(So,{children:(0,Lo.jsx)(Mn,{connectOnly:!1})}),(0,Lo.jsx)(V,{protectedByPrivy:!0})]})};var Di=require("react/jsx-runtime"),Jf=({style:e,...t})=>(0,Di.jsxs)("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:[(0,Di.jsx)("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),(0,Di.jsx)("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"})]});var Pt=require("react/jsx-runtime"),Qf=()=>{let{closePrivyModal:e}=R(),{navigate:t}=A();return(0,Pt.jsxs)(Pt.Fragment,{children:[(0,Pt.jsx)(_,{},"header"),(0,Pt.jsx)(Q,{}),(0,Pt.jsx)(Jf,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),(0,Pt.jsx)(Ao,{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"}}),(0,Pt.jsxs)(_o,{children:[(0,Pt.jsx)(D,{onClick:()=>t("LANDING"),children:"Try again"}),(0,Pt.jsx)(so,{onClick:()=>e(),children:"Cancel"})]}),(0,Pt.jsx)(X,{}),(0,Pt.jsx)(V,{protectedByPrivy:!0})]})};var dc=f(require("@heroicons/react/20/solid/CheckIcon")),ch=f(require("@heroicons/react/24/outline/DevicePhoneMobileIcon")),dh=f(require("@heroicons/react/24/outline/FingerPrintIcon")),ph=f(require("@heroicons/react/24/outline/PhoneIcon")),pc=f(require("@heroicons/react/24/outline/TrashIcon")),uh=f(require("@heroicons/react/24/solid/CheckBadgeIcon")),uc=f(require("@heroicons/react/24/solid/CheckCircleIcon")),mc=f(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),mh=f(require("@heroicons/react/24/solid/IdentificationIcon")),Ss=f(require("@heroicons/react/24/solid/PhoneIcon")),xs=f(require("@heroicons/react/24/solid/ShieldCheckIcon")),Dt=require("react");var Ps=require("react"),th=require("react-device-detect"),cc=f(require("styled-components"));var en=require("@headlessui/react"),Ts=f(require("react")),tn=f(require("styled-components")),or=require("react/jsx-runtime"),Zf=({children:e,open:t,onClick:o,...r})=>(0,or.jsx)(en.Transition,{show:t,as:Ts.default.Fragment,children:(0,or.jsxs)(en.Dialog,{onClose:o,...r,as:Y1,children:[(0,or.jsx)(en.Transition.Child,{as:Ts.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,or.jsx)(K1,{"aria-hidden":"true"})}),(0,or.jsx)(J1,{children:(0,or.jsx)(en.Transition.Child,{as:Ts.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,or.jsx)(en.Dialog.Panel,{as:Q1,children:e})})})]})}),Zn=tn.default.div`
1751
1751
  display: flex;
1752
1752
  flex-direction: column;
1753
1753
  text-align: center;
@@ -1770,7 +1770,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1770
1770
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1771
1771
  border-radius: var(--privy-border-radius-lg);
1772
1772
  }
1773
- `,S1=nn.default.div`
1773
+ `,K1=tn.default.div`
1774
1774
  position: fixed;
1775
1775
  inset: 0;
1776
1776
 
@@ -1783,10 +1783,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
1783
1783
  backdrop-filter: unset;
1784
1784
  -webkit-backdrop-filter: unset;
1785
1785
  }
1786
- `,_1=nn.default.div`
1786
+ `,Y1=tn.default.div`
1787
1787
  position: relative;
1788
1788
  z-index: 999999;
1789
- `,A1=nn.default.div`
1789
+ `,J1=tn.default.div`
1790
1790
  position: fixed;
1791
1791
  inset: 0;
1792
1792
  display: flex;
@@ -1794,7 +1794,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1794
1794
  justify-content: center;
1795
1795
  width: 100vw;
1796
1796
  min-height: 100vh;
1797
- `,k1=nn.default.div`
1797
+ `,Q1=tn.default.div`
1798
1798
  // reset some default dialog styles
1799
1799
  padding: 0;
1800
1800
  background: transparent;
@@ -1841,19 +1841,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1841
1841
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1842
1842
  border-radius: var(--privy-border-radius-lg);
1843
1843
  }
1844
- `,Bf=nn.default.div`
1844
+ `,Xf=tn.default.div`
1845
1845
  display: flex;
1846
1846
  flex-direction: column;
1847
1847
  align-items: center;
1848
1848
  justify-content: center;
1849
1849
  height: 100%;
1850
- `;var Oo=require("react/jsx-runtime"),zi=6,R1=new Array(zi).fill("");function I1(e){return e.replace(/\s+/g,"")}function bc(e){return/^[0-9]{1}$/.test(e)}function Hf(e){return e.length===zi&&e.every(bc)}function W1(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var ii=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=(0,Ls.useState)(R1),[a,l]=(0,Ls.useState)(null),[s,c]=(0,Ls.useState)(null),m=async w=>{w.preventDefault();let C=I1(w.currentTarget.value);if(C==="")return;let x=W1(n,bc),E=C.split(""),T=!E.every(bc),M=E.length+x>zi;if(T){l("Passcode can only be numbers"),c(1);return}if(M){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let k=Number(w.currentTarget.name?.charAt(4)),I=[...C||[""]].slice(0,zi-k),W=[...n.slice(0,k),...I,...n.slice(k+I.length)];i(W);let L=I.length,H=Math.min(Math.max(k+L,0),zi-1);if(document.querySelector(`input[name=pin-${H}]`)?.focus(),Hf(W))try{await e(W.join("")),document.querySelector(`input[name=pin-${H}]`)?.blur()}catch(oe){c(1),l(oe.message)}else try{await e(null)}catch(oe){c(1),l(oe.message)}},y=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(),Hf(C)?e(C.join("")):e(null)},g=r?"success":!!(o||a)?"fail":"";return(0,Oo.jsx)(Oo.Fragment,{children:(0,Oo.jsxs)(M1,{children:[(0,Oo.jsx)("div",{children:n.map((w,C)=>(0,Oo.jsx)("input",{name:`pin-${C}`,type:"text",value:n[C],onChange:m,onKeyUp:x=>{x.key==="Backspace"&&y(C)},inputMode:"numeric",autoFocus:C===0,pattern:"[0-9]",className:g,autoComplete:Gf.isMobile?"one-time-code":"off",disabled:t},C))}),(0,Oo.jsx)("div",{children:(0,Oo.jsx)(N1,{fail:!!o||!!a,children:o||a})})]})})},M1=Ec.default.div`
1850
+ `;var Oo=require("react/jsx-runtime"),Ui=6,Z1=new Array(Ui).fill("");function X1(e){return e.replace(/\s+/g,"")}function lc(e){return/^[0-9]{1}$/.test(e)}function eh(e){return e.length===Ui&&e.every(lc)}function ew(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Xn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=(0,Ps.useState)(Z1),[a,l]=(0,Ps.useState)(null),[s,c]=(0,Ps.useState)(null),m=async C=>{C.preventDefault();let b=X1(C.currentTarget.value);if(b==="")return;let S=ew(n,lc),T=b.split(""),P=!T.every(lc),M=T.length+S>Ui;if(P){l("Passcode can only be numbers"),c(1);return}if(M){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let k=Number(C.currentTarget.name?.charAt(4)),I=[...b||[""]].slice(0,Ui-k),W=[...n.slice(0,k),...I,...n.slice(k+I.length)];i(W);let L=I.length,H=Math.min(Math.max(k+L,0),Ui-1);if(document.querySelector(`input[name=pin-${H}]`)?.focus(),eh(W))try{await e(W.join("")),document.querySelector(`input[name=pin-${H}]`)?.blur()}catch(oe){c(1),l(oe.message)}else try{await e(null)}catch(oe){c(1),l(oe.message)}},g=C=>{s===1&&(l(null),c(null));let b=[...n.slice(0,C),"",...n.slice(C+1)];i(b),C>0&&document.querySelector(`input[name=pin-${C-1}]`)?.focus(),eh(b)?e(b.join("")):e(null)},v=r?"success":!!(o||a)?"fail":"";return(0,Oo.jsx)(Oo.Fragment,{children:(0,Oo.jsxs)(tw,{children:[(0,Oo.jsx)("div",{children:n.map((C,b)=>(0,Oo.jsx)("input",{name:`pin-${b}`,type:"text",value:n[b],onChange:m,onKeyUp:S=>{S.key==="Backspace"&&g(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:v,autoComplete:th.isMobile?"one-time-code":"off",disabled:t},b))}),(0,Oo.jsx)("div",{children:(0,Oo.jsx)(ow,{fail:!!o||!!a,children:o||a})})]})})},tw=cc.default.div`
1851
1851
  display: flex;
1852
1852
  flex-direction: column;
1853
1853
  width: 100%;
1854
1854
  gap: 8px;
1855
1855
 
1856
- ${ni}[data-height='medium'] & {
1856
+ ${Zn}[data-height='medium'] & {
1857
1857
  margin-top: 22px;
1858
1858
  }
1859
1859
 
@@ -1918,7 +1918,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1918
1918
  transform: translate(1px, 0px);
1919
1919
  }
1920
1920
  }
1921
- `,N1=Ec.default.div`
1921
+ `,ow=cc.default.div`
1922
1922
  line-height: 20px;
1923
1923
  font-size: 13px;
1924
1924
  display: flex;
@@ -1926,7 +1926,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1926
1926
  width: 100%;
1927
1927
 
1928
1928
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1929
- `;var Vf=require("react");function an(){let{promptMfa:e,init:t,submit:o,cancel:r}=(0,Vf.useContext)(Be);return{promptMfa:e,init:t,submit:o,cancel:r}}var zf=require("react");function ai(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=(0,zf.useContext)(Be);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}var $f=A(require("styled-components")),$i=require("react/jsx-runtime"),qf=e=>(0,$i.jsxs)(L1,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[(0,$i.jsx)("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),(0,$i.jsx)("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"})]}),L1=$f.default.svg`
1929
+ `;var oh=require("react");function on(){let{promptMfa:e,init:t,submit:o,cancel:r}=(0,oh.useContext)(Be);return{promptMfa:e,init:t,submit:o,cancel:r}}var rh=require("react");function ei(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=(0,rh.useContext)(Be);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}var nh=f(require("styled-components")),Fi=require("react/jsx-runtime"),ih=e=>(0,Fi.jsxs)(rw,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[(0,Fi.jsx)("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),(0,Fi.jsx)("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"})]}),rw=nh.default.svg`
1930
1930
  height: 90px;
1931
1931
  width: 90px;
1932
1932
 
@@ -1937,7 +1937,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1937
1937
  > path {
1938
1938
  fill: white;
1939
1939
  }
1940
- `;var jf=require("@heroicons/react/24/solid");var Yf=require("react/jsx-runtime");var Kf=({size:e,authUrl:t})=>(0,Yf.jsx)(vs,{url:t,squareLogoElement:jf.ShieldCheckIcon,size:e,fgColor:"#1F1F1F"});var u=require("react/jsx-runtime"),Jf=()=>{let{user:e,enrollInMfa:t}=B(),[o,r]=(0,Dt.useState)(null),{unenrollWithSms:n,unenrollWithTotp:i}=ai(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),{closePrivyModal:m}=R(),{promptMfa:y}=an(),[h,g]=(0,Dt.useState)(s?.mfaEnrollmentFlow?.seenIntro||!1),[w,C]=(0,Dt.useState)(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),x=()=>{m({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),C(null)},500)};c.current=x;let E=e?.mfaMethods.includes("sms"),T=!!e?.phone,M=e?.mfaMethods.includes("totp"),k=E||M;(0,Dt.useEffect)(()=>{k&&g(!0)},[k]);function I(){r(null),C(null)}function W(){g(!1)}async function L(O){await y(),C(O)}if(!l||!e||!a)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(qf,{})}),(0,u.jsx)(br,{children:(0,u.jsx)($t,{})}),(0,u.jsx)(J,{})]});async function H(){r(null);try{await n()}catch{r(null)}}async function j(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:I,onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Do.PhoneIcon,{})})}),(0,u.jsx)(We,{children:"Remove SMS verification?"}),(0,u.jsxs)(Te,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),(0,u.jsx)(Er,{children:(0,u.jsx)(D,{warn:!0,onClick:H,children:"Remove SMS for MFA"})}),(0,u.jsx)(J,{})]});if(o==="totp")return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:I,onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Do.DevicePhoneMobileIcon,{})})}),(0,u.jsx)(We,{children:"Remove Authenticator App verification?"}),(0,u.jsxs)(Te,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),(0,u.jsx)(Er,{children:(0,u.jsx)(D,{warn:!0,onClick:j,children:"Remove Authenticator App for MFA"})}),(0,u.jsx)(J,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!k)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Os.ShieldCheckIcon,{})})}),(0,u.jsx)(We,{children:"Add more security"}),(0,u.jsxs)(Te,{children:[a?.name," does not have any verification methods enabled."]}),(0,u.jsx)(Er,{children:(0,u.jsx)(D,{onClick:x,children:"Close"})}),(0,u.jsx)(J,{})]});let oe=!k&&!h;if(oe)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Os.ShieldCheckIcon,{})})}),(0,u.jsx)(We,{children:"Transaction Protection"}),(0,u.jsx)(Te,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,u.jsxs)(Hp,{children:[(0,u.jsxs)(zl,{children:[(0,u.jsx)(Vl,{children:(0,u.jsx)(Ds.CheckBadgeIcon,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),(0,u.jsxs)(zl,{children:[(0,u.jsx)(Vl,{children:(0,u.jsx)(Ds.IdentificationIcon,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,u.jsxs)(Er,{children:[(0,u.jsx)(D,{onClick:()=>g(!0),children:"Continue"}),(0,u.jsx)(so,{onClick:x,children:"Not now"})]}),(0,u.jsx)(J,{})]});switch(w){case"sms":return(0,u.jsx)(O1,{onComplete:x,onReset:I,onClose:x});case"totp":return(0,u.jsx)(D1,{onComplete:x,onClose:x,onReset:I});default:return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:oe?W:void 0,onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Os.ShieldCheckIcon,{})})}),(0,u.jsx)(We,{children:"Choose a verification method"}),k?(0,u.jsx)(Te,{children:"To add or delete verification methods, verification is required."}):(0,u.jsx)(Te,{children:"How would you like to verify your identity? You can change this later."}),(0,u.jsxs)(Ya,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||M)&&(0,u.jsxs)(Ja,{children:[(0,u.jsx)(Ie,{disabled:M,onClick:()=>L("totp"),children:(0,u.jsxs)(Za,{children:[(0,u.jsxs)(Qa,{children:[(0,u.jsx)(nr.DevicePhoneMobileIcon,{}),"Authenticator App"]}),M?(0,u.jsxs)(Mn,{children:[(0,u.jsx)(Tc.CheckIcon,{}),"Added"]}):(0,u.jsx)(Mn,{children:"Recommended"})]})}),M&&(0,u.jsx)($l,{id:"remove",onClick:()=>r("totp"),children:(0,u.jsx)(nr.TrashIcon,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||E)&&(0,u.jsxs)(Ja,{children:[(0,u.jsx)(Ie,{disabled:E||T,onClick:()=>L("sms"),children:(0,u.jsxs)(Za,{children:[(0,u.jsxs)(Qa,{children:[(0,u.jsx)(nr.PhoneIcon,{}),"SMS"]}),E&&(0,u.jsxs)(Mn,{children:[(0,u.jsx)(Tc.CheckIcon,{}),"Added"]}),T&&(0,u.jsx)(Mn,{children:"Disabled"})]})}),E&&(0,u.jsx)($l,{id:"remove",onClick:()=>r("sms"),children:(0,u.jsx)(nr.TrashIcon,{})})]},"sms"),(0,u.jsx)(Ja,{children:(0,u.jsx)(Ie,{disabled:!0,children:(0,u.jsxs)(Za,{children:[(0,u.jsxs)(Qa,{children:[(0,u.jsx)(nr.FingerPrintIcon,{}),"Passkey"]}),(0,u.jsx)(Mn,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),(0,u.jsx)(J,{})]})}},O1=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=(0,Dt.useState)(""),[i,a]=(0,Dt.useState)(!1),[l,s]=(0,Dt.useState)("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:m}=ai(),{app:y,data:h,currentScreen:g,navigate:w,setModalData:C}=_();function x(){h?.mfaEnrollmentFlow?.onSuccess(),e()}async function E({qualifiedPhoneNumber:k}){try{await c({phoneNumber:k}),n(k),s("verify")}catch(I){C({mfaEnrollmentFlow:h?.mfaEnrollmentFlow?{...h?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:I,previousScreen:g||"MFA_ENROLLMENT_FLOW_SCREEN"}}),w("ERROR_SCREEN")}}async function T(k){try{if(!k)return;await m({phoneNumber:r,mfaCode:k}),a(!0)}catch(I){throw rc(I)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Yr(I)?new Error("The code you entered is not valid"):Kr(I)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):nc(I)?new Error("Verification canceled"):new Error("Unknown error")}}function M(){l==="verify"?s("enroll"):t()}return l==="enroll"?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:t,onClose:o},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Do.PhoneIcon,{})})}),(0,u.jsx)(We,{children:"Set up SMS verification"}),(0,u.jsx)(Te,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,u.jsxs)(br,{children:[(0,u.jsx)(ti,{onSubmit:E}),(0,u.jsxs)(Gp,{children:["By providing your mobile number, you agree to receive text messages from ",y?.name,". Some carrier charges may apply"]})]}),(0,u.jsx)(J,{})]}):i?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{status:"success",children:(0,u.jsx)(Do.CheckCircleIcon,{})})}),(0,u.jsx)(We,{children:"SMS verification added"}),(0,u.jsx)(Te,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,u.jsx)(Er,{children:(0,u.jsx)(D,{onClick:x,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:M,onClose:o},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Do.PhoneIcon,{})})}),(0,u.jsx)(We,{children:"Enter enrollment code"}),(0,u.jsxs)(br,{children:[(0,u.jsx)(ii,{onChange:T}),(0,u.jsxs)(Te,{children:["To continue, enter the 6-digit code sent to ",(0,u.jsx)("strong",{children:ff(r)})]})]}),(0,u.jsx)(J,{})]})},D1=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=(0,Dt.useState)("enroll"),[i,a]=(0,Dt.useState)(null),[l,s]=(0,Dt.useState)(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:m}=ai(),{data:y}=_();(0,Dt.useEffect)(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function h(){y?.mfaEnrollmentFlow?.onSuccess(),e()}function g(){n("verify")}async function w(x){try{if(!x)return;await m({mfaCode:x}),s(!0)}catch(E){throw rc(E)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Yr(E)?new Error("The code you entered is not valid"):Kr(E)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):nc(E)?new Error("Verification canceled"):new Error("Unknown error")}}function C(){r==="verify"?n("enroll"):o()}return r==="enroll"?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:o,onClose:t},"header"),(0,u.jsx)(We,{children:"Scan QR code"}),(0,u.jsx)(Te,{children:"Open your authenticator app and scan the QR code to continue."}),(0,u.jsx)(os,{children:i?.authUrl?(0,u.jsx)(Kf,{authUrl:i.authUrl,size:200}):(0,u.jsx)($t,{})}),(0,u.jsxs)(Er,{children:[(0,u.jsx)(jt,{children:i?.secret&&(0,u.jsx)(gs,{itemName:"secret",text:i.secret})}),(0,u.jsx)(D,{onClick:g,children:"Continue"})]}),(0,u.jsx)(J,{})]}):l?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:h},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{status:"success",children:(0,u.jsx)(Do.CheckCircleIcon,{})})}),(0,u.jsx)(We,{children:"Authenticator app verification added"}),(0,u.jsx)(Te,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,u.jsx)(Er,{children:(0,u.jsx)(D,{onClick:h,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:C,onClose:t},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Do.DevicePhoneMobileIcon,{})})}),(0,u.jsx)(We,{children:"Enter enrollment code"}),(0,u.jsx)(br,{children:(0,u.jsx)(ii,{onChange:w})}),(0,u.jsxs)(Te,{children:["To continue, enter the 6-digit code generated from your ",(0,u.jsx)("strong",{children:"authenticator app"})]}),(0,u.jsx)(J,{})]})};var il=require("@heroicons/react/24/outline"),al=require("@heroicons/react/24/solid"),Ah=require("@heroicons/react/24/solid"),mi=require("react");var Sh=require("@ethersproject/providers"),ln=require("react"),_h=A(require("styled-components"));var Rc=A(require("styled-components"));var Pc=A(require("styled-components")),qi=require("react/jsx-runtime"),Us=({label:e,children:t,valueStyles:o})=>(0,qi.jsxs)(U1,{children:[(0,qi.jsx)("div",{children:e}),(0,qi.jsx)(F1,{style:{...o},children:t})]}),U1=Pc.default.div`
1940
+ `;var ah=f(require("@heroicons/react/24/solid/ShieldCheckIcon"));var lh=require("react/jsx-runtime");var sh=({size:e,authUrl:t})=>(0,lh.jsx)(ss,{url:t,squareLogoElement:ah.default,size:e,fgColor:"#1F1F1F"});var u=require("react/jsx-runtime"),fh=()=>{let{user:e,enrollInMfa:t}=B(),[o,r]=(0,Dt.useState)(null),{unenrollWithSms:n,unenrollWithTotp:i}=ei(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=A(),{closePrivyModal:m}=R(),{promptMfa:g}=on(),[y,v]=(0,Dt.useState)(s?.mfaEnrollmentFlow?.seenIntro||!1),[C,b]=(0,Dt.useState)(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),S=()=>{m({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),b(null)},500)};c.current=S;let T=e?.mfaMethods.includes("sms"),P=!!e?.phone,M=e?.mfaMethods.includes("totp"),k=T||M;(0,Dt.useEffect)(()=>{k&&v(!0)},[k]);function I(){r(null),b(null)}function W(){v(!1)}async function L(O){await g(),b(O)}if(!l||!e||!a)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ih,{})}),(0,u.jsx)(wr,{children:(0,u.jsx)($t,{})}),(0,u.jsx)(J,{})]});async function H(){r(null);try{await n()}catch{r(null)}}async function j(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:I,onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Ss.default,{})})}),(0,u.jsx)(We,{children:"Remove SMS verification?"}),(0,u.jsxs)(Te,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),(0,u.jsx)(Cr,{children:(0,u.jsx)(D,{warn:!0,onClick:H,children:"Remove SMS for MFA"})}),(0,u.jsx)(J,{})]});if(o==="totp")return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:I,onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(mc.default,{})})}),(0,u.jsx)(We,{children:"Remove Authenticator App verification?"}),(0,u.jsxs)(Te,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),(0,u.jsx)(Cr,{children:(0,u.jsx)(D,{warn:!0,onClick:j,children:"Remove Authenticator App for MFA"})}),(0,u.jsx)(J,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!k)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(xs.default,{})})}),(0,u.jsx)(We,{children:"Add more security"}),(0,u.jsxs)(Te,{children:[a?.name," does not have any verification methods enabled."]}),(0,u.jsx)(Cr,{children:(0,u.jsx)(D,{onClick:S,children:"Close"})}),(0,u.jsx)(J,{})]});let oe=!k&&!y;if(oe)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(xs.default,{})})}),(0,u.jsx)(We,{children:"Transaction Protection"}),(0,u.jsx)(Te,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,u.jsxs)(Mp,{children:[(0,u.jsxs)(Il,{children:[(0,u.jsx)(Rl,{children:(0,u.jsx)(uh.default,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),(0,u.jsxs)(Il,{children:[(0,u.jsx)(Rl,{children:(0,u.jsx)(mh.default,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,u.jsxs)(Cr,{children:[(0,u.jsx)(D,{onClick:()=>v(!0),children:"Continue"}),(0,u.jsx)(so,{onClick:S,children:"Not now"})]}),(0,u.jsx)(J,{})]});switch(C){case"sms":return(0,u.jsx)(nw,{onComplete:S,onReset:I,onClose:S});case"totp":return(0,u.jsx)(iw,{onComplete:S,onClose:S,onReset:I});default:return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:oe?W:void 0,onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(xs.default,{})})}),(0,u.jsx)(We,{children:"Choose a verification method"}),k?(0,u.jsx)(Te,{children:"To add or delete verification methods, verification is required."}):(0,u.jsx)(Te,{children:"How would you like to verify your identity? You can change this later."}),(0,u.jsxs)(Ga,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||M)&&(0,u.jsxs)(Va,{children:[(0,u.jsx)(Ie,{disabled:M,onClick:()=>L("totp"),children:(0,u.jsxs)($a,{children:[(0,u.jsxs)(za,{children:[(0,u.jsx)(ch.default,{}),"Authenticator App"]}),M?(0,u.jsxs)(Rn,{children:[(0,u.jsx)(dc.default,{}),"Added"]}):(0,u.jsx)(Rn,{children:"Recommended"})]})}),M&&(0,u.jsx)(Wl,{id:"remove",onClick:()=>r("totp"),children:(0,u.jsx)(pc.default,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||T)&&(0,u.jsxs)(Va,{children:[(0,u.jsx)(Ie,{disabled:T||P,onClick:()=>L("sms"),children:(0,u.jsxs)($a,{children:[(0,u.jsxs)(za,{children:[(0,u.jsx)(ph.default,{}),"SMS"]}),T&&(0,u.jsxs)(Rn,{children:[(0,u.jsx)(dc.default,{}),"Added"]}),P&&(0,u.jsx)(Rn,{children:"Disabled"})]})}),T&&(0,u.jsx)(Wl,{id:"remove",onClick:()=>r("sms"),children:(0,u.jsx)(pc.default,{})})]},"sms"),(0,u.jsx)(Va,{children:(0,u.jsx)(Ie,{disabled:!0,children:(0,u.jsxs)($a,{children:[(0,u.jsxs)(za,{children:[(0,u.jsx)(dh.default,{}),"Passkey"]}),(0,u.jsx)(Rn,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),(0,u.jsx)(J,{})]})}},nw=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=(0,Dt.useState)(""),[i,a]=(0,Dt.useState)(!1),[l,s]=(0,Dt.useState)("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:m}=ei(),{app:g,data:y,currentScreen:v,navigate:C,setModalData:b}=A();function S(){y?.mfaEnrollmentFlow?.onSuccess(),e()}async function T({qualifiedPhoneNumber:k}){try{await c({phoneNumber:k}),n(k),s("verify")}catch(I){b({mfaEnrollmentFlow:y?.mfaEnrollmentFlow?{...y?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:I,previousScreen:v||"MFA_ENROLLMENT_FLOW_SCREEN"}}),C("ERROR_SCREEN")}}async function P(k){try{if(!k)return;await m({phoneNumber:r,mfaCode:k}),a(!0)}catch(I){throw zl(I)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):qr(I)?new Error("The code you entered is not valid"):$r(I)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):$l(I)?new Error("Verification canceled"):new Error("Unknown error")}}function M(){l==="verify"?s("enroll"):t()}return l==="enroll"?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:t,onClose:o},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Ss.default,{})})}),(0,u.jsx)(We,{children:"Set up SMS verification"}),(0,u.jsx)(Te,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,u.jsxs)(wr,{children:[(0,u.jsx)(Yn,{onSubmit:T}),(0,u.jsxs)(Np,{children:["By providing your mobile number, you agree to receive text messages from ",g?.name,". Some carrier charges may apply"]})]}),(0,u.jsx)(J,{})]}):i?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{onClose:S},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{status:"success",children:(0,u.jsx)(uc.default,{})})}),(0,u.jsx)(We,{children:"SMS verification added"}),(0,u.jsx)(Te,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,u.jsx)(Cr,{children:(0,u.jsx)(D,{onClick:S,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:M,onClose:o},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(Ss.default,{})})}),(0,u.jsx)(We,{children:"Enter enrollment code"}),(0,u.jsxs)(wr,{children:[(0,u.jsx)(Xn,{onChange:P}),(0,u.jsxs)(Te,{children:["To continue, enter the 6-digit code sent to ",(0,u.jsx)("strong",{children:_f(r)})]})]}),(0,u.jsx)(J,{})]})},iw=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=(0,Dt.useState)("enroll"),[i,a]=(0,Dt.useState)(null),[l,s]=(0,Dt.useState)(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:m}=ei(),{data:g}=A();(0,Dt.useEffect)(()=>{a(null),c().then(S=>{a(S)}).catch(()=>{a(null),o()})},[]);function y(){g?.mfaEnrollmentFlow?.onSuccess(),e()}function v(){n("verify")}async function C(S){try{if(!S)return;await m({mfaCode:S}),s(!0)}catch(T){throw zl(T)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):qr(T)?new Error("The code you entered is not valid"):$r(T)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):$l(T)?new Error("Verification canceled"):new Error("Unknown error")}}function b(){r==="verify"?n("enroll"):o()}return r==="enroll"?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:o,onClose:t},"header"),(0,u.jsx)(We,{children:"Scan QR code"}),(0,u.jsx)(Te,{children:"Open your authenticator app and scan the QR code to continue."}),(0,u.jsx)(Ya,{children:i?.authUrl?(0,u.jsx)(sh,{authUrl:i.authUrl,size:200}):(0,u.jsx)($t,{})}),(0,u.jsxs)(Cr,{children:[(0,u.jsx)(jt,{children:i?.secret&&(0,u.jsx)(as,{itemName:"secret",text:i.secret})}),(0,u.jsx)(D,{onClick:v,children:"Continue"})]}),(0,u.jsx)(J,{})]}):l?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{onClose:y},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{status:"success",children:(0,u.jsx)(uc.default,{})})}),(0,u.jsx)(We,{children:"Authenticator app verification added"}),(0,u.jsx)(Te,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,u.jsx)(Cr,{children:(0,u.jsx)(D,{onClick:y,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(_,{backFn:b,onClose:t},"header"),(0,u.jsx)(at,{children:(0,u.jsx)(ht,{children:(0,u.jsx)(mc.default,{})})}),(0,u.jsx)(We,{children:"Enter enrollment code"}),(0,u.jsx)(wr,{children:(0,u.jsx)(Xn,{onChange:C})}),(0,u.jsxs)(Te,{children:["To continue, enter the 6-digit code generated from your ",(0,u.jsx)("strong",{children:"authenticator app"})]}),(0,u.jsx)(J,{})]})};var qh=f(require("@heroicons/react/24/outline/DevicePhoneMobileIcon")),jh=f(require("@heroicons/react/24/outline/PhoneIcon")),Kh=f(require("@heroicons/react/24/solid/DevicePhoneMobileIcon")),Yh=f(require("@heroicons/react/24/solid/PhoneIcon")),Jh=f(require("@heroicons/react/24/solid/ShieldCheckIcon")),si=require("react");var zh=require("@ethersproject/providers"),nn=require("react"),$h=f(require("styled-components"));var Cc=f(require("styled-components"));var fc=f(require("styled-components")),Bi=require("react/jsx-runtime"),_s=({label:e,children:t,valueStyles:o})=>(0,Bi.jsxs)(aw,{children:[(0,Bi.jsx)("div",{children:e}),(0,Bi.jsx)(sw,{style:{...o},children:t})]}),aw=fc.default.div`
1941
1941
  display: flex;
1942
1942
  align-items: center;
1943
1943
  justify-content: space-between;
@@ -1952,7 +1952,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1952
1952
  color: var(--privy-color-foreground-2);
1953
1953
  text-align: right;
1954
1954
  }
1955
- `,F1=Pc.default.div`
1955
+ `,sw=fc.default.div`
1956
1956
  font-size: 14px;
1957
1957
  line-height: 100%;
1958
1958
  display: flex;
@@ -1961,28 +1961,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
1961
1961
  border-radius: var(--privy-border-radius-full);
1962
1962
  background-color: var(--privy-color-background-2);
1963
1963
  padding: 4px 8px;
1964
- `;var Ki=A(require("styled-components"));var xc=require("@ethersproject/bignumber"),Sc=require("@ethersproject/units");var ji=(e,t)=>{let o=(t*parseFloat((0,Sc.formatEther)(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Uo=(e,t,o=6,r=!1)=>{let i=parseFloat((0,Sc.formatEther)(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},_c=e=>e.map(Le).reduce((t,o)=>t.add(o),xc.BigNumber.from(0)).toHexString(),Qf=(e,t)=>{let{chains:o}=R(),r=`https://etherscan.io/address/${t}`,n=`${Zd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},Le=e=>xc.BigNumber.from(e);var Fo=require("react/jsx-runtime"),Zf=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=_c(e),n=t?ji(r,t):void 0,i=Uo(r,o);return(0,Fo.jsx)(Xf,{children:n||i})},Ac=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=_c(e),n=t?ji(r,t):void 0,i=Uo(r,o);return(0,Fo.jsx)(Xf,{children:n?(0,Fo.jsxs)(Fo.Fragment,{children:[(0,Fo.jsx)(B1,{children:"USD"}),n==="<$0.01"?(0,Fo.jsxs)(G1,{children:[(0,Fo.jsx)(H1,{children:"<"}),"$0.01"]}):n]}):i})},Xf=Ki.default.span`
1964
+ `;var Gi=f(require("styled-components"));var hc=require("@ethersproject/bignumber"),yc=require("@ethersproject/units");var Hi=(e,t)=>{let o=(t*parseFloat((0,yc.formatEther)(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Do=(e,t,o=6,r=!1)=>{let i=parseFloat((0,yc.formatEther)(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},gc=e=>e.map(Le).reduce((t,o)=>t.add(o),hc.BigNumber.from(0)).toHexString(),hh=(e,t)=>{let{chains:o}=R(),r=`https://etherscan.io/address/${t}`,n=`${Gd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},Le=e=>hc.BigNumber.from(e);var Uo=require("react/jsx-runtime"),yh=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=gc(e),n=t?Hi(r,t):void 0,i=Do(r,o);return(0,Uo.jsx)(gh,{children:n||i})},vc=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=gc(e),n=t?Hi(r,t):void 0,i=Do(r,o);return(0,Uo.jsx)(gh,{children:n?(0,Uo.jsxs)(Uo.Fragment,{children:[(0,Uo.jsx)(lw,{children:"USD"}),n==="<$0.01"?(0,Uo.jsxs)(dw,{children:[(0,Uo.jsx)(cw,{children:"<"}),"$0.01"]}):n]}):i})},gh=Gi.default.span`
1965
1965
  font-size: 14px;
1966
1966
  line-height: 140%;
1967
1967
  display: flex;
1968
1968
  gap: 4px;
1969
1969
  align-items: center;
1970
- `,B1=Ki.default.span`
1970
+ `,lw=Gi.default.span`
1971
1971
  font-size: 12px;
1972
1972
  line-height: 12px;
1973
1973
  color: var(--privy-color-foreground-3);
1974
- `,H1=Ki.default.span`
1974
+ `,cw=Gi.default.span`
1975
1975
  font-size: 10px;
1976
- `,G1=Ki.default.span`
1976
+ `,dw=Gi.default.span`
1977
1977
  display: flex;
1978
1978
  align-items: center;
1979
- `;var Fs=A(require("styled-components"));var xt=require("react/jsx-runtime"),eh=({gas:e,tokenPrice:t,tokenSymbol:o})=>(0,xt.jsxs)(Yl,{style:{paddingBottom:"12px"},children:[(0,xt.jsxs)(oh,{children:[(0,xt.jsx)(nh,{children:"Est. Fees"}),(0,xt.jsx)("div",{children:(0,xt.jsx)(Ac,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&(0,xt.jsx)(rh,{children:`${Uo(e,o)}`})]}),th=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=Le(e.value||0).add(Le(t)).toHexString();return(0,xt.jsxs)(Yl,{children:[(0,xt.jsxs)(oh,{children:[(0,xt.jsx)(nh,{children:"Total (including fees)"}),(0,xt.jsx)("div",{children:(0,xt.jsx)(Ac,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&(0,xt.jsx)(rh,{children:Uo(n,r)})]})},oh=Fs.default.div`
1979
+ `;var As=f(require("styled-components"));var xt=require("react/jsx-runtime"),vh=({gas:e,tokenPrice:t,tokenSymbol:o})=>(0,xt.jsxs)(Ol,{style:{paddingBottom:"12px"},children:[(0,xt.jsxs)(Ch,{children:[(0,xt.jsx)(Eh,{children:"Est. Fees"}),(0,xt.jsx)("div",{children:(0,xt.jsx)(vc,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&(0,xt.jsx)(bh,{children:`${Do(e,o)}`})]}),wh=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=Le(e.value||0).add(Le(t)).toHexString();return(0,xt.jsxs)(Ol,{children:[(0,xt.jsxs)(Ch,{children:[(0,xt.jsx)(Eh,{children:"Total (including fees)"}),(0,xt.jsx)("div",{children:(0,xt.jsx)(vc,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&(0,xt.jsx)(bh,{children:Do(n,r)})]})},Ch=As.default.div`
1980
1980
  display: flex;
1981
1981
  flex-direction: row;
1982
1982
  justify-content: space-between;
1983
1983
  align-items: center;
1984
1984
  padding-top: 4px;
1985
- `,rh=Fs.default.div`
1985
+ `,bh=As.default.div`
1986
1986
  display: flex;
1987
1987
  flex-direction: row;
1988
1988
  height: 12px;
@@ -1991,23 +1991,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
1991
1991
  line-height: 12px;
1992
1992
  color: var(--privy-color-foreground-3);
1993
1993
  font-weight: 400;
1994
- `,nh=Fs.default.div`
1994
+ `,Eh=As.default.div`
1995
1995
  font-size: 14px;
1996
1996
  line-height: 22.4px;
1997
1997
  font-weight: 400;
1998
- `;var ih=require("@heroicons/react/24/outline"),Bo=require("react"),ir=A(require("styled-components"));var Bs=require("react"),si=(0,Bs.createContext)(void 0);var Yi=(0,Bs.createContext)(void 0);var rt=require("react/jsx-runtime"),ah=({defaultValue:e,children:t})=>{let[o,r]=(0,Bo.useState)(e||null),n=i=>{r(o===i?null:i)};return(0,rt.jsx)(si.Provider,{value:{activePanel:o,togglePanel:n},children:(0,rt.jsx)(V1,{children:t})})},sh=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=(0,Bo.useContext)(si),n=o===e;return(0,rt.jsx)(Yi.Provider,{value:{onToggle:()=>r(e),value:e},children:(0,rt.jsx)(j1,{isActive:n,"data-open":n,children:t})})},lh=({children:e})=>{let{activePanel:t}=(0,Bo.useContext)(si),{onToggle:o,value:r}=(0,Bo.useContext)(Yi),n=t===r;return(0,rt.jsxs)(rt.Fragment,{children:[(0,rt.jsxs)(z1,{onClick:o,"data-open":n,children:[(0,rt.jsx)(q1,{children:e}),(0,rt.jsx)(Y1,{isactive:n,children:(0,rt.jsx)(ih.ChevronDownIcon,{height:"16px",width:"16px",strokeWidth:"2"})})]}),(0,rt.jsx)($1,{})]})},ch=({children:e})=>{let{activePanel:t}=(0,Bo.useContext)(si),{value:o}=(0,Bo.useContext)(Yi);return(0,rt.jsx)(K1,{"data-open":t===o,children:(0,rt.jsx)(ph,{children:e})})},dh=({children:e})=>{let{activePanel:t}=(0,Bo.useContext)(si),{value:o}=(0,Bo.useContext)(Yi);return(0,rt.jsx)(ph,{children:typeof e=="function"?e({isActive:t===o}):e})},V1=ir.default.div`
1998
+ `;var Th=f(require("@heroicons/react/24/outline/ChevronDownIcon")),Fo=require("react"),rr=f(require("styled-components"));var ks=require("react"),ti=(0,ks.createContext)(void 0);var Vi=(0,ks.createContext)(void 0);var rt=require("react/jsx-runtime"),Ph=({defaultValue:e,children:t})=>{let[o,r]=(0,Fo.useState)(e||null),n=i=>{r(o===i?null:i)};return(0,rt.jsx)(ti.Provider,{value:{activePanel:o,togglePanel:n},children:(0,rt.jsx)(pw,{children:t})})},xh=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=(0,Fo.useContext)(ti),n=o===e;return(0,rt.jsx)(Vi.Provider,{value:{onToggle:()=>r(e),value:e},children:(0,rt.jsx)(hw,{isActive:n,"data-open":n,children:t})})},Sh=({children:e})=>{let{activePanel:t}=(0,Fo.useContext)(ti),{onToggle:o,value:r}=(0,Fo.useContext)(Vi),n=t===r;return(0,rt.jsxs)(rt.Fragment,{children:[(0,rt.jsxs)(uw,{onClick:o,"data-open":n,children:[(0,rt.jsx)(fw,{children:e}),(0,rt.jsx)(gw,{isactive:n,children:(0,rt.jsx)(Th.default,{height:"16px",width:"16px",strokeWidth:"2"})})]}),(0,rt.jsx)(mw,{})]})},_h=({children:e})=>{let{activePanel:t}=(0,Fo.useContext)(ti),{value:o}=(0,Fo.useContext)(Vi);return(0,rt.jsx)(yw,{"data-open":t===o,children:(0,rt.jsx)(kh,{children:e})})},Ah=({children:e})=>{let{activePanel:t}=(0,Fo.useContext)(ti),{value:o}=(0,Fo.useContext)(Vi);return(0,rt.jsx)(kh,{children:typeof e=="function"?e({isActive:t===o}):e})},pw=rr.default.div`
1999
1999
  display: flex;
2000
2000
  flex-direction: column;
2001
2001
  width: 100%;
2002
2002
  gap: 8px;
2003
- `,z1=ir.default.div`
2003
+ `,uw=rr.default.div`
2004
2004
  display: flex;
2005
2005
  justify-content: space-between;
2006
2006
  align-items: center;
2007
2007
  width: 100%;
2008
2008
  cursor: pointer;
2009
2009
  padding-bottom: 8px;
2010
- `,$1=ir.default.div`
2010
+ `,mw=rr.default.div`
2011
2011
  width: 100%;
2012
2012
 
2013
2013
  && {
@@ -2015,13 +2015,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
2015
2015
  border-color: var(--privy-color-foreground-4);
2016
2016
  }
2017
2017
  padding-bottom: 12px;
2018
- `,q1=ir.default.div`
2018
+ `,fw=rr.default.div`
2019
2019
  font-size: 14px;
2020
2020
  font-weight: 500;
2021
2021
  line-height: 19.6px;
2022
2022
  width: 100%;
2023
2023
  padding-right: 8px;
2024
- `,j1=ir.default.div`
2024
+ `,hw=rr.default.div`
2025
2025
  display: flex;
2026
2026
  flex-direction: column;
2027
2027
  width: 100%;
@@ -2033,7 +2033,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2033
2033
  border-color: var(--privy-color-foreground-4);
2034
2034
  border-radius: var(--privy-border-radius-md);
2035
2035
  }
2036
- `,K1=ir.default.div`
2036
+ `,yw=rr.default.div`
2037
2037
  position: relative;
2038
2038
  overflow: hidden;
2039
2039
  transition: max-height 25ms ease-out;
@@ -2045,38 +2045,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
2045
2045
  &[data-open='false'] {
2046
2046
  max-height: 0;
2047
2047
  }
2048
- `,ph=ir.default.div`
2048
+ `,kh=rr.default.div`
2049
2049
  display: flex;
2050
2050
  flex-direction: column;
2051
2051
  gap: 12px;
2052
2052
  flex: 1 1 auto;
2053
2053
  min-height: 1px;
2054
- `,Y1=ir.default.div`
2054
+ `,gw=rr.default.div`
2055
2055
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
2056
- `;var uh=A(require("styled-components"));var mh=require("react/jsx-runtime"),kc=({walletAddress:e,chainId:t=$o})=>(0,mh.jsx)(J1,{href:Qf(t,e),target:"_blank",children:hr(e)}),J1=uh.default.a`
2056
+ `;var Rh=f(require("styled-components"));var Ih=require("react/jsx-runtime"),wc=({walletAddress:e,chainId:t=zo})=>(0,Ih.jsx)(vw,{href:hh(t,e),target:"_blank",children:mr(e)}),vw=Rh.default.a`
2057
2057
  &:hover {
2058
2058
  text-decoration: underline;
2059
2059
  }
2060
- `;var Je=require("react/jsx-runtime"),li=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return(0,Je.jsx)(ah,{children:(0,Je.jsxs)(sh,{value:"details",children:[(0,Je.jsx)(lh,{children:(0,Je.jsxs)(Q1,{children:[(0,Je.jsx)("div",{children:r?.title||r?.actionDescription||"Details"}),(0,Je.jsx)(Z1,{children:(0,Je.jsx)(Zf,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),(0,Je.jsxs)(ch,{children:[(0,Je.jsx)(Us,{label:"From",children:(0,Je.jsx)(kc,{walletAddress:e,chainId:o.chainId||$o})}),(0,Je.jsx)(Us,{label:"To",children:(0,Je.jsx)(kc,{walletAddress:t,chainId:o.chainId||$o})}),r&&r.action&&(0,Je.jsx)(Us,{label:"Action",children:r.action}),i&&(0,Je.jsx)(eh,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),(0,Je.jsx)(dh,{children:({isActive:s})=>(0,Je.jsx)(th,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},Q1=Rc.default.div`
2060
+ `;var Je=require("react/jsx-runtime"),oi=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return(0,Je.jsx)(Ph,{children:(0,Je.jsxs)(xh,{value:"details",children:[(0,Je.jsx)(Sh,{children:(0,Je.jsxs)(ww,{children:[(0,Je.jsx)("div",{children:r?.title||r?.actionDescription||"Details"}),(0,Je.jsx)(Cw,{children:(0,Je.jsx)(yh,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),(0,Je.jsxs)(_h,{children:[(0,Je.jsx)(_s,{label:"From",children:(0,Je.jsx)(wc,{walletAddress:e,chainId:o.chainId||zo})}),(0,Je.jsx)(_s,{label:"To",children:(0,Je.jsx)(wc,{walletAddress:t,chainId:o.chainId||zo})}),r&&r.action&&(0,Je.jsx)(_s,{label:"Action",children:r.action}),i&&(0,Je.jsx)(vh,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),(0,Je.jsx)(Ah,{children:({isActive:s})=>(0,Je.jsx)(wh,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},ww=Cc.default.div`
2061
2061
  display: flex;
2062
2062
  flex-direction: row;
2063
2063
  justify-content: space-between;
2064
- `,Z1=Rc.default.div`
2064
+ `,Cw=Cc.default.div`
2065
2065
  flex-shrink: 0;
2066
2066
  padding-left: 8px;
2067
- `;var ci=A(require("styled-components")),Nr=require("react/jsx-runtime"),Ic=({description:e,contractInfo:t})=>(0,Nr.jsxs)(X1,{children:[t.imgUrl&&(0,Nr.jsx)(ew,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&(0,Nr.jsx)(tw,{children:(0,Nr.jsx)("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&(0,Nr.jsx)(ow,{children:t.name}),(0,Nr.jsx)(rw,{children:e||t.actionText})]}),X1=ci.default.div`
2067
+ `;var ri=f(require("styled-components")),Ir=require("react/jsx-runtime"),bc=({description:e,contractInfo:t})=>(0,Ir.jsxs)(bw,{children:[t.imgUrl&&(0,Ir.jsx)(Ew,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&(0,Ir.jsx)(Tw,{children:(0,Ir.jsx)("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&(0,Ir.jsx)(Pw,{children:t.name}),(0,Ir.jsx)(xw,{children:e||t.actionText})]}),bw=ri.default.div`
2068
2068
  display: flex;
2069
2069
  flex-direction: column;
2070
2070
  align-items: center;
2071
2071
  margin-bottom: 8px;
2072
- `,ew=ci.default.img`
2072
+ `,Ew=ri.default.img`
2073
2073
  && {
2074
2074
  height: ${e=>e.size==="sm"?"65px":"140px"};
2075
2075
  width: ${e=>e.size==="sm"?"65px":"140px"};
2076
2076
  border-radius: 16px;
2077
2077
  margin-bottom: 12px;
2078
2078
  }
2079
- `,tw=ci.default.div`
2079
+ `,Tw=ri.default.div`
2080
2080
  font-size: 12px;
2081
2081
  line-height: 12px;
2082
2082
  padding: 7px;
@@ -2089,7 +2089,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2089
2089
  text-decoration: underline;
2090
2090
  }
2091
2091
  }
2092
- `,ow=ci.default.div`
2092
+ `,Pw=ri.default.div`
2093
2093
  font-size: 18px;
2094
2094
  line-height: 18px;
2095
2095
  font-weight: 500;
@@ -2097,7 +2097,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2097
2097
  white-space: nowrap;
2098
2098
  max-width: 275px;
2099
2099
  text-overflow: ellipsis;
2100
- `,rw=ci.default.div`
2100
+ `,xw=ri.default.div`
2101
2101
  font-size: 16px;
2102
2102
  line-height: 140%;
2103
2103
  font-weight: 400;
@@ -2105,7 +2105,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2105
2105
  overflow: hidden;
2106
2106
  max-width: 275px;
2107
2107
  text-overflow: ellipsis;
2108
- `;var fh=require("@heroicons/react/24/outline"),Hs=A(require("styled-components"));var sn=require("react/jsx-runtime"),hh=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=R(),a=i(t.chainId)||"ETH";return(0,sn.jsxs)(nw,{children:[(0,sn.jsxs)(iw,{children:[(0,sn.jsx)(fh.WalletIcon,{strokeWidth:"2",width:"16px",height:"16px"}),(0,sn.jsx)("div",{children:hr(e)})]}),(0,sn.jsxs)(aw,{displayBalanceColor:n,hasFunds:r,children:[o?Uo(o,a,6,!0):0," available"]})]})},nw=Hs.default.div`
2108
+ `;var Wh=f(require("@heroicons/react/24/outline/WalletIcon")),Rs=f(require("styled-components"));var rn=require("react/jsx-runtime"),Mh=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=R(),a=i(t.chainId)||"ETH";return(0,rn.jsxs)(Sw,{children:[(0,rn.jsxs)(_w,{children:[(0,rn.jsx)(Wh.default,{strokeWidth:"2",width:"16px",height:"16px"}),(0,rn.jsx)("div",{children:mr(e)})]}),(0,rn.jsxs)(Aw,{displayBalanceColor:n,hasFunds:r,children:[o?Do(o,a,6,!0):0," available"]})]})},Sw=Rs.default.div`
2109
2109
  display: flex;
2110
2110
  flex-direction: row;
2111
2111
  justify-content: space-between;
@@ -2118,12 +2118,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
2118
2118
  border: 1px solid var(--privy-color-foreground-4);
2119
2119
  border-radius: var(--privy-border-radius-md);
2120
2120
  }
2121
- `,iw=Hs.default.div`
2121
+ `,_w=Rs.default.div`
2122
2122
  display: flex;
2123
2123
  flex-direction: row;
2124
2124
  align-items: center;
2125
2125
  gap: 8px;
2126
- `,aw=Hs.default.div`
2126
+ `,Aw=Rs.default.div`
2127
2127
  display: flex;
2128
2128
  align-items: center;
2129
2129
  justify-content: center;
@@ -2133,35 +2133,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
2133
2133
  background-color: var(--privy-color-background-2);
2134
2134
  padding: 5px 8px;
2135
2135
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2136
- `;var Ji=A(require("styled-components"));var Qt=require("react/jsx-runtime"),gh=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?ji(n,r):void 0,a=Uo(n,o);return(0,Qt.jsxs)(sw,{children:[i?(0,Qt.jsxs)(Qt.Fragment,{children:[(0,Qt.jsx)(yh,{children:i}),(0,Qt.jsx)(lw,{children:a})]}):(0,Qt.jsx)(Qt.Fragment,{children:(0,Qt.jsx)(yh,{children:a})}),(0,Qt.jsx)(cw,{children:e})]})},sw=Ji.default.div`
2136
+ `;var zi=f(require("styled-components"));var Qt=require("react/jsx-runtime"),Lh=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?Hi(n,r):void 0,a=Do(n,o);return(0,Qt.jsxs)(kw,{children:[i?(0,Qt.jsxs)(Qt.Fragment,{children:[(0,Qt.jsx)(Nh,{children:i}),(0,Qt.jsx)(Rw,{children:a})]}):(0,Qt.jsx)(Qt.Fragment,{children:(0,Qt.jsx)(Nh,{children:a})}),(0,Qt.jsx)(Iw,{children:e})]})},kw=zi.default.div`
2137
2137
  display: flex;
2138
2138
  flex-direction: column;
2139
2139
  align-items: center;
2140
2140
  margin-bottom: 20px;
2141
- `,yh=Ji.default.h2`
2141
+ `,Nh=zi.default.h2`
2142
2142
  && {
2143
2143
  font-size: 48px;
2144
2144
  line-height: 48px;
2145
2145
  margin: 8px auto;
2146
2146
  }
2147
- `,lw=Ji.default.p`
2147
+ `,Rw=zi.default.p`
2148
2148
  margin-bottom: 12px;
2149
2149
  && {
2150
2150
  font-size: 17px;
2151
2151
  line-height: 17px;
2152
2152
  color: var(--privy-color-foreground-3);
2153
2153
  }
2154
- `,cw=Ji.default.div`
2154
+ `,Iw=zi.default.div`
2155
2155
  font-size: 16px;
2156
2156
  line-height: 22.4px;
2157
2157
  font-weight: 400;
2158
2158
  overflow: hidden;
2159
2159
  max-width: 275px;
2160
2160
  text-overflow: ellipsis;
2161
- `;var bh=require("@ethersproject/abstract-signer"),Zt=require("@ethersproject/bignumber"),Eh=require("@ethersproject/contracts"),pw=require("@ethersproject/providers"),Th=require("@ethersproject/transactions");var Gs={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 Vs={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 zs={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 $s={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 qs={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 js={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 Ks={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 Ys={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 Js={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 Qs={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 Zs={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 Xs={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Mc=require("@ethersproject/units"),vh=require("ofetch");var Qi={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 Zi={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 wh=[Qi.id,Zi.id],Wc=e=>({maxPriorityFee:(0,Mc.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,Mc.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),dw=e=>({safeLow:Wc(e.safeLow),standard:Wc(e.standard),fast:Wc(e.fast)}),Ch=async e=>{let t="";switch(e){case Qi.id:t="https://gasstation.polygon.technology/v2";break;case Zi.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return dw(await(0,vh.ofetch)(t))};function ar(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 uw(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=ar(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=ar(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ar(e.gasPrice)),e.value!==void 0&&(t.value=ar(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ar(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ar(e.maxPriorityFeePerGas)),t}function mw(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=Le(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Le(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Le(e.gasPrice)),e.value!==void 0&&(t.value=Le(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Le(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Le(e.maxPriorityFeePerGas)),t}async function di(e,t,o){t.chainId=Number(t.chainId),xh(t);let r=new bh.VoidSigner(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),wh.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Ch(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(fw(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Zt.BigNumber.from(120)).div(Zt.BigNumber.from(100));t.maxFeePerGas=ar(a),t.maxPriorityFeePerGas=ar(Zt.BigNumber.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Nc(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=Zt.BigNumber.from(i).mul(Zt.BigNumber.from(126)).div(Zt.BigNumber.from(100)).add(Zt.BigNumber.from(t.maxPriorityFeePerGas));t.maxFeePerGas=ar(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}hw(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 uw(n)}async function el(e,t,o,r,n){r=Object.assign({chainId:$o},r),xh(r);let a=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data;return await n.sendTransaction(a)}async function Ph(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Le(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function Nc(e){return[$s.id,qs.id,js.id,Ks.id,Ys.id,Js.id,Qs.id,Xs.id,Zs.id].includes(e)}function fw(e){return[Gs.id,Vs.id,zs.id].includes(e)}function hw(e){return[56,97].includes(e)}async function Lc(e,t){if(!e.chainId||e.chainId&&!Nc(e.chainId))return Zt.BigNumber.from(0);let o=Zt.BigNumber.from(0);try{let r=new Eh.Contract(Bd,Hd,t),n=mw(e),i=(0,Th.serialize)(n);o=await r.getL1Fee(i)}catch{}return o}async function tl(e,t){delete e.from;let o=Zt.BigNumber.from(0),r=Zt.BigNumber.from(0);if(e.gasLimit?o=Le(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Le(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=Le(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Le(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Nc(e.chainId))try{let i=await Lc(e,t);n=n.add(i)}catch{}return n}function xh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!yw(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 yw(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&gw(e);return t||o||r}function gw(e){return/^-?0x[a-f0-9]+$/i.test(e)}function ol(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}}var pi=require("react");var rl=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=(0,pi.useState)(!0),[a,l]=(0,pi.useState)(void 0),[s,c]=(0,pi.useState)(void 0);return(0,pi.useEffect)(()=>{let m=e.chainId||$o,y=r.find(g=>g.id===Number(m));if(!y)throw new K(`Unsupported chain: ${m}`);(async()=>{if(!t){i(!1);return}try{i(!0);let g=await o(y);g?c(g):l(new Error(`Unable to fetch token price on chain id ${y.id}`))}catch(g){l(g)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};var nl=require("react"),Oc=(0,nl.createContext)(null);function ui(){let e=(0,nl.useContext)(Oc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}var Dc=require("react/jsx-runtime"),Uc=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:o}=ui(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[l,s]=(0,ln.useState)(e),{tokenPrice:c}=rl(l),[m,y]=(0,ln.useState)(null),h=a(e.chainId)||"ETH",g=(0,ln.useMemo)(()=>o.find(w=>w.walletClientType==="privy"),[o]);return(0,ln.useEffect)(()=>{async function w(){if(!await t()||!r||!g)return l;let x=new Sh.StaticJsonRpcProvider(ro(l.chainId,i,n)),E=await tl(l,x);return y(Le(E.toBigInt()).toHexString()),di(g.address,l,x)}w().then(C=>{s(C)})},[r]),g?(0,Dc.jsx)(vw,{children:(0,Dc.jsx)(li,{from:g.address,to:l.to,txn:l,gas:m??void 0,tokenPrice:c,tokenSymbol:h})}):null},vw=_h.default.div`
2161
+ `;var Fh=require("@ethersproject/abstract-signer"),Zt=require("@ethersproject/bignumber"),Bh=require("@ethersproject/contracts"),Mw=require("@ethersproject/providers"),Hh=require("@ethersproject/transactions");var Is={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 Ws={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 Ms={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 Ns={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 Ls={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 Os={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 Ds={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 Us={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 Fs={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 Bs={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 Hs={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 Gs={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Tc=require("@ethersproject/units"),Oh=require("ofetch");var $i={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 qi={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 Dh=[$i.id,qi.id],Ec=e=>({maxPriorityFee:(0,Tc.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,Tc.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),Ww=e=>({safeLow:Ec(e.safeLow),standard:Ec(e.standard),fast:Ec(e.fast)}),Uh=async e=>{let t="";switch(e){case $i.id:t="https://gasstation.polygon.technology/v2";break;case qi.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return Ww(await(0,Oh.ofetch)(t))};function nr(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 Nw(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=nr(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=nr(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=nr(e.gasPrice)),e.value!==void 0&&(t.value=nr(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=nr(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=nr(e.maxPriorityFeePerGas)),t}function Lw(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=Le(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Le(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Le(e.gasPrice)),e.value!==void 0&&(t.value=Le(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Le(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Le(e.maxPriorityFeePerGas)),t}async function ni(e,t,o){t.chainId=Number(t.chainId),Vh(t);let r=new Fh.VoidSigner(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Dh.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Uh(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(Ow(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Zt.BigNumber.from(120)).div(Zt.BigNumber.from(100));t.maxFeePerGas=nr(a),t.maxPriorityFeePerGas=nr(Zt.BigNumber.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Pc(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=Zt.BigNumber.from(i).mul(Zt.BigNumber.from(126)).div(Zt.BigNumber.from(100)).add(Zt.BigNumber.from(t.maxPriorityFeePerGas));t.maxFeePerGas=nr(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}Dw(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 Nw(n)}async function Vs(e,t,o,r,n){r=Object.assign({chainId:zo},r),Vh(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 Gh(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Le(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function Pc(e){return[Ns.id,Ls.id,Os.id,Ds.id,Us.id,Fs.id,Bs.id,Gs.id,Hs.id].includes(e)}function Ow(e){return[Is.id,Ws.id,Ms.id].includes(e)}function Dw(e){return[56,97].includes(e)}async function xc(e,t){if(!e.chainId||e.chainId&&!Pc(e.chainId))return Zt.BigNumber.from(0);let o=Zt.BigNumber.from(0);try{let r=new Bh.Contract(Rd,Id,t),n=Lw(e),i=(0,Hh.serialize)(n);o=await r.getL1Fee(i)}catch{}return o}async function zs(e,t){delete e.from;let o=Zt.BigNumber.from(0),r=Zt.BigNumber.from(0);if(e.gasLimit?o=Le(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Le(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=Le(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Le(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Pc(e.chainId))try{let i=await xc(e,t);n=n.add(i)}catch{}return n}function Vh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!Uw(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 Uw(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&Fw(e);return t||o||r}function Fw(e){return/^-?0x[a-f0-9]+$/i.test(e)}function $s(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}}var ii=require("react");var qs=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=(0,ii.useState)(!0),[a,l]=(0,ii.useState)(void 0),[s,c]=(0,ii.useState)(void 0);return(0,ii.useEffect)(()=>{let m=e.chainId||zo,g=r.find(v=>v.id===Number(m));if(!g)throw new K(`Unsupported chain: ${m}`);(async()=>{if(!t){i(!1);return}try{i(!0);let v=await o(g);v?c(v):l(new Error(`Unable to fetch token price on chain id ${g.id}`))}catch(v){l(v)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};var js=require("react"),Sc=(0,js.createContext)(null);function ai(){let e=(0,js.useContext)(Sc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}var _c=require("react/jsx-runtime"),Ac=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:o}=ai(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[l,s]=(0,nn.useState)(e),{tokenPrice:c}=qs(l),[m,g]=(0,nn.useState)(null),y=a(e.chainId)||"ETH",v=(0,nn.useMemo)(()=>o.find(C=>C.walletClientType==="privy"),[o]);return(0,nn.useEffect)(()=>{async function C(){if(!await t()||!r||!v)return l;let S=new zh.StaticJsonRpcProvider(ro(l.chainId,i,n)),T=await zs(l,S);return g(Le(T.toBigInt()).toHexString()),ni(v.address,l,S)}C().then(b=>{s(b)})},[r]),v?(0,_c.jsx)(Bw,{children:(0,_c.jsx)(oi,{from:v.address,to:l.to,txn:l,gas:m??void 0,tokenPrice:c,tokenSymbol:y})}):null},Bw=$h.default.div`
2162
2162
  width: 100%;
2163
2163
  padding: 1rem 0;
2164
- `;var G=require("react/jsx-runtime"),Fc=({open:e,onClose:t})=>{let{user:o}=B(),[r,n]=(0,mi.useState)(null),{init:i,cancel:a}=an();(0,mi.useEffect)(()=>{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(m){console.error(m)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?(0,G.jsx)(ww,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(S,{onClose:s},"header"),(0,G.jsx)(at,{children:(0,G.jsx)(ht,{children:(0,G.jsx)(Ah.ShieldCheckIcon,{})})}),(0,G.jsx)(We,{children:"Verify your identity"}),(0,G.jsx)(Te,{children:"Choose a verification method"}),(0,G.jsxs)(Ya,{children:[o.mfaMethods.includes("totp")&&(0,G.jsxs)(Ie,{onClick:()=>l("totp"),children:[(0,G.jsx)(il.DevicePhoneMobileIcon,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&(0,G.jsxs)(Ie,{onClick:()=>l("sms"),children:[(0,G.jsx)(il.PhoneIcon,{}),"SMS"]},"sms")]}),(0,G.jsx)(J,{})]})},ww=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=_(),{pendingTransaction:n}=R(),[i,a]=(0,mi.useState)(!1),[l,s]=(0,mi.useState)(!1),{submit:c}=an();async function m(y){try{if(!y)return;await c(e,y),s(!0),a(!1),t()}catch(h){throw ls(h)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Yr(h)?(a(!1),new Error("The code you entered is not valid")):Kr(h)?(a(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(a(!1),new Error("Unknown error"))}}switch(e){case"sms":return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(S,{onClose:t},"header"),(0,G.jsx)(at,{children:(0,G.jsx)(ht,{children:(0,G.jsx)(al.PhoneIcon,{})})}),(0,G.jsx)(We,{children:"Enter verification code"}),(0,G.jsxs)(br,{children:[(0,G.jsx)(ii,{success:l,disabled:i,onChange:m}),(0,G.jsxs)(Te,{children:["To continue, please enter the 6-digit code sent to your ",(0,G.jsx)("strong",{children:"mobile device"})]}),n&&(0,G.jsx)(Uc,{pendingTransaction:n})]}),o&&(0,G.jsx)(ql,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,G.jsx)(so,{onClick:t,children:"Not now"}),(0,G.jsx)(J,{})]});case"totp":return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(S,{onClose:t},"header"),(0,G.jsx)(at,{children:(0,G.jsx)(ht,{children:(0,G.jsx)(al.DevicePhoneMobileIcon,{})})}),(0,G.jsx)(We,{children:"Enter verification code"}),(0,G.jsxs)(br,{children:[(0,G.jsx)(ii,{success:l,disabled:i,onChange:m}),(0,G.jsxs)(Te,{children:["To continue, please enter the 6-digit code generated from your"," ",(0,G.jsx)("strong",{children:"authenticator app"})]}),n&&(0,G.jsx)(Uc,{pendingTransaction:n})]}),o&&(0,G.jsx)(ql,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,G.jsx)(so,{onClick:t,children:"Not now"}),(0,G.jsx)(J,{})]});default:return null}};var fi=require("react"),Hc=A(require("styled-components"));function Bc(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Qe=require("react/jsx-runtime"),kh={google:{name:"Google",component:Rs},discord:{name:"Discord",component:As},github:{name:"Github",component:ks},linkedin:{name:"LinkedIn",component:Is},twitter:{name:"Twitter",component:Ms},tiktok:{name:"Tiktok",component:Ws},apple:{name:"Apple",component:_s}},sl=()=>{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"),to.del(yn),window.history.pushState({},"",e)},Rh=()=>{let{ready:e,user:t,authenticated:o}=B(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=_(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:m,setReadyToTrue:y,closePrivyModal:h}=R(),[g,w]=(0,fi.useState)(!1),[C,x]=(0,fi.useState)(void 0),E=l()?.provider||"google",T=kh[E].name,M=kh[E].component,k=r?.render.inDialog?pt:0;(0,fi.useEffect)(()=>{c(E).then(()=>{sl(),w(!0)}).catch(L=>{let H={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),sl();return}else L?.privyErrorCode==="linked_to_another_user"?H.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(H.retryable=!0,H.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"?(H.detail=`Retry and check ${Bc(E)} to finish connecting your account.`,H.retryable=!0):L?.privyErrorCode==="too_many_requests"&&(H.detail="Too many requests. Please wait before trying again.");sl(),x(H)}).finally(()=>{y()})},[]),(0,fi.useEffect)(()=>{if(e&&o&&g&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let H=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},k);return()=>clearTimeout(H)}if(Ht(t,r?.embeddedWallets?.createOnLogin)){let H=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:j=>console.error(j),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},k);return()=>clearTimeout(H)}else{let H=setTimeout(h,k);return m(),()=>clearTimeout(H)}}},[e,o,g,t]);let I=g?`Successfully connected with ${T}`:C?C.message:`Verifying connection to ${T}`,W="";return g?W="You\u2019re good to go!":C?W=C.detail:W="Just a few moments more",(0,Qe.jsxs)(Qe.Fragment,{children:[(0,Qe.jsx)(S,{}),(0,Qe.jsx)(Q,{}),(0,Qe.jsxs)(Cw,{children:[(0,Qe.jsx)(bw,{children:(0,Qe.jsxs)("div",{children:[(0,Qe.jsx)(Cr,{success:g,fail:!!C}),(0,Qe.jsx)(M,{style:{width:"38px",height:"38px"}})]})}),(0,Qe.jsxs)(Kt,{children:[(0,Qe.jsx)("h3",{children:I}),(0,Qe.jsx)("p",{children:W})]}),C&&C?.retryable?(0,Qe.jsx)(Va,{onClick:()=>{sl(),s(E),x(void 0)},disabled:!g&&!C?.retryable,children:"Retry"}):null]}),(0,Qe.jsx)(X,{}),(0,Qe.jsx)(J,{})]})},Cw=Hc.default.div`
2164
+ `;var G=require("react/jsx-runtime"),kc=({open:e,onClose:t})=>{let{user:o}=B(),[r,n]=(0,si.useState)(null),{init:i,cancel:a}=on();(0,si.useEffect)(()=>{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(m){console.error(m)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?(0,G.jsx)(Hw,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(_,{onClose:s},"header"),(0,G.jsx)(at,{children:(0,G.jsx)(ht,{children:(0,G.jsx)(Jh.default,{})})}),(0,G.jsx)(We,{children:"Verify your identity"}),(0,G.jsx)(Te,{children:"Choose a verification method"}),(0,G.jsxs)(Ga,{children:[o.mfaMethods.includes("totp")&&(0,G.jsxs)(Ie,{onClick:()=>l("totp"),children:[(0,G.jsx)(qh.default,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&(0,G.jsxs)(Ie,{onClick:()=>l("sms"),children:[(0,G.jsx)(jh.default,{}),"SMS"]},"sms")]}),(0,G.jsx)(J,{})]})},Hw=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=A(),{pendingTransaction:n}=R(),[i,a]=(0,si.useState)(!1),[l,s]=(0,si.useState)(!1),{submit:c}=on();async function m(g){try{if(!g)return;await c(e,g),s(!0),a(!1),t()}catch(y){throw Xa(y)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):qr(y)?(a(!1),new Error("The code you entered is not valid")):$r(y)?(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(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(_,{onClose:t},"header"),(0,G.jsx)(at,{children:(0,G.jsx)(ht,{children:(0,G.jsx)(Yh.default,{})})}),(0,G.jsx)(We,{children:"Enter verification code"}),(0,G.jsxs)(wr,{children:[(0,G.jsx)(Xn,{success:l,disabled:i,onChange:m}),(0,G.jsxs)(Te,{children:["To continue, please enter the 6-digit code sent to your ",(0,G.jsx)("strong",{children:"mobile device"})]}),n&&(0,G.jsx)(Ac,{pendingTransaction:n})]}),o&&(0,G.jsx)(Ml,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,G.jsx)(so,{onClick:t,children:"Not now"}),(0,G.jsx)(J,{})]});case"totp":return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(_,{onClose:t},"header"),(0,G.jsx)(at,{children:(0,G.jsx)(ht,{children:(0,G.jsx)(Kh.default,{})})}),(0,G.jsx)(We,{children:"Enter verification code"}),(0,G.jsxs)(wr,{children:[(0,G.jsx)(Xn,{success:l,disabled:i,onChange:m}),(0,G.jsxs)(Te,{children:["To continue, please enter the 6-digit code generated from your"," ",(0,G.jsx)("strong",{children:"authenticator app"})]}),n&&(0,G.jsx)(Ac,{pendingTransaction:n})]}),o&&(0,G.jsx)(Ml,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,G.jsx)(so,{onClick:t,children:"Not now"}),(0,G.jsx)(J,{})]});default:return null}};var li=require("react"),Ic=f(require("styled-components"));function Rc(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Qe=require("react/jsx-runtime"),Qh={google:{name:"Google",component:ws},discord:{name:"Discord",component:gs},github:{name:"Github",component:vs},linkedin:{name:"LinkedIn",component:Cs},twitter:{name:"Twitter",component:Es},tiktok:{name:"Tiktok",component:bs},apple:{name:"Apple",component:ys}},Ks=()=>{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"),to.del(mn),window.history.pushState({},"",e)},Zh=()=>{let{ready:e,user:t,authenticated:o}=B(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=A(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:m,setReadyToTrue:g,closePrivyModal:y}=R(),[v,C]=(0,li.useState)(!1),[b,S]=(0,li.useState)(void 0),T=l()?.provider||"google",P=Qh[T].name,M=Qh[T].component,k=r?.render.inDialog?pt:0;(0,li.useEffect)(()=>{c(T).then(()=>{Ks(),C(!0)}).catch(L=>{let H={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){S(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Ks();return}else L?.privyErrorCode==="linked_to_another_user"?H.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(H.retryable=!0,H.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"?(H.detail=`Retry and check ${Rc(T)} to finish connecting your account.`,H.retryable=!0):L?.privyErrorCode==="too_many_requests"&&(H.detail="Too many requests. Please wait before trying again.");Ks(),S(H)}).finally(()=>{g()})},[]),(0,li.useEffect)(()=>{if(e&&o&&v&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let H=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},k);return()=>clearTimeout(H)}if(Ht(t,r?.embeddedWallets?.createOnLogin)){let H=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:j=>console.error(j),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},k);return()=>clearTimeout(H)}else{let H=setTimeout(y,k);return m(),()=>clearTimeout(H)}}},[e,o,v,t]);let I=v?`Successfully connected with ${P}`:b?b.message:`Verifying connection to ${P}`,W="";return v?W="You\u2019re good to go!":b?W=b.detail:W="Just a few moments more",(0,Qe.jsxs)(Qe.Fragment,{children:[(0,Qe.jsx)(_,{}),(0,Qe.jsx)(Q,{}),(0,Qe.jsxs)(Gw,{children:[(0,Qe.jsx)(Vw,{children:(0,Qe.jsxs)("div",{children:[(0,Qe.jsx)(vr,{success:v,fail:!!b}),(0,Qe.jsx)(M,{style:{width:"38px",height:"38px"}})]})}),(0,Qe.jsxs)(Kt,{children:[(0,Qe.jsx)("h3",{children:I}),(0,Qe.jsx)("p",{children:W})]}),b&&b?.retryable?(0,Qe.jsx)(Da,{onClick:()=>{Ks(),s(T),S(void 0)},disabled:!v&&!b?.retryable,children:"Retry"}):null]}),(0,Qe.jsx)(X,{}),(0,Qe.jsx)(J,{})]})},Gw=Ic.default.div`
2165
2165
  display: flex;
2166
2166
  flex-direction: column;
2167
2167
  align-items: center;
@@ -2169,7 +2169,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2169
2169
  margin-left: 27px;
2170
2170
  margin-right: 27px;
2171
2171
  gap: 24px;
2172
- `,bw=Hc.default.div`
2172
+ `,Vw=Ic.default.div`
2173
2173
  display: flex;
2174
2174
  flex-direction: column;
2175
2175
  justify-content: center;
@@ -2192,55 +2192,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
2192
2192
  left: -19px;
2193
2193
  top: -19px;
2194
2194
  }
2195
- `;var Xi=require("react"),Mh=A(require("styled-components"));var Ih=require("react-device-detect");var Wh=(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(!fr()&&Ih.isMobile)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};var gt=require("react/jsx-runtime"),Nh=()=>{let{forkSession:e,ready:t,authenticated:o}=B(),[r,n]=(0,Xi.useState)(""),[i,a]=(0,Xi.useState)(!1);(0,Xi.useEffect)(()=>{t&&o&&e().then(n)},[t,o]);let l=Wh(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."),(0,gt.jsxs)(gt.Fragment,{children:[(0,gt.jsx)(S,{},"header"),(0,gt.jsx)(Q,{}),(0,gt.jsx)(Ao,{title:s.title,description:s.description}),(0,gt.jsxs)(_o,{children:[(0,gt.jsx)(Ew,{children:(0,gt.jsx)(To,{style:{width:"72px",height:"72px"}})}),(0,gt.jsx)(Ga,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?(0,gt.jsx)("p",{children:s.footnote}):null]}),(0,gt.jsx)(X,{}),(0,gt.jsx)(V,{protectedByPrivy:!0})]})},Ew=(0,Mh.default)(jt)`
2195
+ `;var ji=require("react"),ty=f(require("styled-components"));var Xh=require("react-device-detect");var ey=(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(!ur()&&Xh.isMobile)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};var gt=require("react/jsx-runtime"),oy=()=>{let{forkSession:e,ready:t,authenticated:o}=B(),[r,n]=(0,ji.useState)(""),[i,a]=(0,ji.useState)(!1);(0,ji.useEffect)(()=>{t&&o&&e().then(n)},[t,o]);let l=ey(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."),(0,gt.jsxs)(gt.Fragment,{children:[(0,gt.jsx)(_,{},"header"),(0,gt.jsx)(Q,{}),(0,gt.jsx)(Ao,{title:s.title,description:s.description}),(0,gt.jsxs)(_o,{children:[(0,gt.jsx)(zw,{children:(0,gt.jsx)(To,{style:{width:"72px",height:"72px"}})}),(0,gt.jsx)(Oa,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?(0,gt.jsx)("p",{children:s.footnote}):null]}),(0,gt.jsx)(X,{}),(0,gt.jsx)(V,{protectedByPrivy:!0})]})},zw=(0,ty.default)(jt)`
2196
2196
  margin: 16px auto;
2197
- `;var Fh=require("@ethersproject/bignumber"),Bh=require("@ethersproject/providers"),ze=require("react"),cn=A(require("styled-components"));function Lh(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var ll=require("@ethersproject/bignumber"),Oh=A(require("styled-components"));var Ho=require("react/jsx-runtime"),Tw=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=ll.BigNumber.from(e.gasUsed),r=ll.BigNumber.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=ll.BigNumber.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Dh=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>(0,Ho.jsxs)(Ho.Fragment,{children:[(0,Ho.jsx)(S,{onClose:r}),(0,Ho.jsx)(ki,{title:"Transaction complete!",description:"You're all set."}),(0,Ho.jsx)(li,{tokenPrice:n,from:t.from,to:t.to,gas:Tw(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),(0,Ho.jsx)(Pw,{loading:!1,onClick:r,children:"All Done"}),(0,Ho.jsx)(J,{})]}),Pw=(0,Oh.default)(D)`
2197
+ `;var sy=require("@ethersproject/bignumber"),ly=require("@ethersproject/providers"),ze=require("react"),an=f(require("styled-components"));function ry(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var Ys=require("@ethersproject/bignumber"),ny=f(require("styled-components"));var Bo=require("react/jsx-runtime"),$w=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=Ys.BigNumber.from(e.gasUsed),r=Ys.BigNumber.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=Ys.BigNumber.from(t);n=n.add(i)}return n.toString()}catch{return}else return},iy=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>(0,Bo.jsxs)(Bo.Fragment,{children:[(0,Bo.jsx)(_,{onClose:r}),(0,Bo.jsx)(Ti,{title:"Transaction complete!",description:"You're all set."}),(0,Bo.jsx)(oi,{tokenPrice:n,from:t.from,to:t.to,gas:$w(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),(0,Bo.jsx)(qw,{loading:!1,onClick:r,children:"All Done"}),(0,Bo.jsx)(J,{})]}),qw=(0,ny.default)(D)`
2198
2198
  && {
2199
2199
  margin-top: 24px;
2200
2200
  }
2201
2201
  transition: color 350ms ease, background-color 350ms ease;
2202
- `;var le=require("react/jsx-runtime");var xw=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return(0,le.jsx)(Ic,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return(0,le.jsx)(Ic,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return(0,le.jsx)(le.Fragment,{children:(0,le.jsx)(gh,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Hh=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:o}=ui(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=R(),{app:c,navigate:m,data:y,onUserCloseViaDialogOrKeybindRef:h,setModalData:g}=_(),{transactionRequest:w,onSuccess:C,onFailure:x,uiOptions:E,fundWalletConfig:T}=y.sendTransaction,[M,k]=(0,ze.useState)(null),[I,W]=(0,ze.useState)(null),[L,H]=(0,ze.useState)(""),[j,oe]=(0,ze.useState)(),[O,q]=(0,ze.useState)(!1),z=()=>{H(""),oe(void 0)},ge=(et,St,_t)=>{H(et),oe(new ut(new Eo(St??et,_t??Ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[U,Pe]=(0,ze.useState)(!1),[vo,$e]=(0,ze.useState)(!0),[qe,Ae]=(0,ze.useState)(null),[we,lr]=(0,ze.useState)(w),{tokenPrice:cr,isTokenPriceLoading:Ur}=rl(we),vt=s(w.chainId)||"ETH",[Xe,dr]=(0,ze.useState)(null),[pn,ae]=(0,ze.useState)(null),[eo,ce]=(0,ze.useState)(!0);(0,ze.useEffect)(()=>{e||(m("LANDING"),x(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let ke=(0,ze.useMemo)(()=>o.find(et=>et.walletClientType==="privy"),[o]),gi=async()=>{if(!ke)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:et,externalTransactionId:St}=await i(ke.address,{config:T?.config||{}});g({fiatOnRampPrompt:{signedUrl:et},fiatOnRampStatus:{externalTransactionId:St}}),m("FIAT_ON_RAMP_PROMPT_SCREEN")},Ee=(0,ze.useMemo)(()=>new Bh.StaticJsonRpcProvider(ro(we.chainId,l,a)),[we.chainId,a]);(0,ze.useEffect)(()=>{let et=()=>{$e(!1),ge("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&q(!0)};async function St(){let _t=we;if(!await t()||!r||!ke)return;try{_t=await di(ke.address,we,Ee),lr(_t)}catch(Ft){Ru(Ft)?et():ge("There was an error preparing your transaction. Please try again.",Ft.reason)}let wi=Fh.BigNumber.from(0);try{wi=await tl(_t,Ee),dr(Le(wi.toBigInt()).toHexString());let Ft=await Lc(we,Ee);ae(Le(Ft.toBigInt()).toHexString())}catch{dr(null)}try{let{balance:Ft,hasSufficientFunds:un}=await Ph(ke.address,_t,wi,Ee);Ae(Ft.toHexString()),un||et()}catch(Ft){console.warn(`Failed to fetch wallet balance with error: ${Ft}`)}ce(!1)}St()},[r]);let wo=Lh(we),hl=wo==="SEND"?`Send ${vt}`:"Review transaction",vi={modalTitle:E.header||E.modalTitle||hl,buttonText:E.buttonText||"Submit"},pr=()=>{U||(I?C(I):x(j||new ut(new Eo("The user rejected the request",Ct.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return h.current=pr,cr===void 0&&Ur||eo?(0,le.jsxs)(le.Fragment,{children:[E.transactionInfo?.contractInfo?.imgUrl&&(0,le.jsx)(Aa,{src:E.transactionInfo?.contractInfo?.imgUrl}),(0,le.jsx)(S,{title:vi.modalTitle,onClose:pr}),(0,le.jsx)(Uh,{children:(0,le.jsx)(Hn,{})})]}):M!==null?(0,le.jsx)(Dh,{txn:we,onClose:pr,receipt:M,transactionInfo:E.transactionInfo,tokenPrice:cr,tokenSymbol:vt,l1GasEstimate:pn}):(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(S,{title:vi.modalTitle,onClose:pr}),(0,le.jsxs)(Uh,{children:[(0,le.jsxs)(kw,{children:[(0,le.jsx)(xw,{txn:we,txnFamily:wo,uiOptions:E,tokenSymbol:vt,tokenPrice:cr}),ke?(0,le.jsx)(li,{from:ke.address,to:we.to,txn:we,transactionInfo:E.transactionInfo,gas:Xe||void 0,tokenPrice:cr,tokenSymbol:vt}):null]}),(0,le.jsxs)(Rw,{children:[(0,le.jsx)(Sw,{children:L}),(0,le.jsx)(hh,{txn:we,address:ke?.address??"",hasFunds:vo,balance:qe}),(0,le.jsxs)(_w,{children:[O&&(0,le.jsx)(D,{onClick:gi,children:"Add Funds"}),(0,le.jsx)(Aw,{disabled:U||!vo,loading:!r||U,loadingText:U?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Pe(!0);let et=await t();if(et&&!U&&ke)try{let St=await el(et,ke.address,r,we,Ee);W(St);let _t=await St.wait();k(ol(_t)),z()}catch(St){let _t="There was an error processing your transaction. Please contact support.";console.warn({transaction:we,error:St}),ge(_t,St.reason)}finally{Pe(!1)}},children:vi.buttonText})]})]})]})]})},Uh=cn.default.div`
2202
+ `;var le=require("react/jsx-runtime");var jw=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return(0,le.jsx)(bc,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return(0,le.jsx)(bc,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return(0,le.jsx)(le.Fragment,{children:(0,le.jsx)(Lh,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},cy=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:o}=ai(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=R(),{app:c,navigate:m,data:g,onUserCloseViaDialogOrKeybindRef:y,setModalData:v}=A(),{transactionRequest:C,onSuccess:b,onFailure:S,uiOptions:T,fundWalletConfig:P}=g.sendTransaction,[M,k]=(0,ze.useState)(null),[I,W]=(0,ze.useState)(null),[L,H]=(0,ze.useState)(""),[j,oe]=(0,ze.useState)(),[O,q]=(0,ze.useState)(!1),z=()=>{H(""),oe(void 0)},ge=(et,St,_t)=>{H(et),oe(new ut(new Eo(St??et,_t??Ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[U,Pe]=(0,ze.useState)(!1),[vo,$e]=(0,ze.useState)(!0),[qe,Ae]=(0,ze.useState)(null),[we,ar]=(0,ze.useState)(C),{tokenPrice:sr,isTokenPriceLoading:Lr}=qs(we),vt=s(C.chainId)||"ETH",[Xe,lr]=(0,ze.useState)(null),[ln,ae]=(0,ze.useState)(null),[eo,ce]=(0,ze.useState)(!0);(0,ze.useEffect)(()=>{e||(m("LANDING"),S(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let ke=(0,ze.useMemo)(()=>o.find(et=>et.walletClientType==="privy"),[o]),pi=async()=>{if(!ke)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:et,externalTransactionId:St}=await i(ke.address,{config:P?.config||{}});v({fiatOnRampPrompt:{signedUrl:et},fiatOnRampStatus:{externalTransactionId:St}}),m("FIAT_ON_RAMP_PROMPT_SCREEN")},Ee=(0,ze.useMemo)(()=>new ly.StaticJsonRpcProvider(ro(we.chainId,l,a)),[we.chainId,a]);(0,ze.useEffect)(()=>{let et=()=>{$e(!1),ge("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&q(!0)};async function St(){let _t=we;if(!await t()||!r||!ke)return;try{_t=await ni(ke.address,we,Ee),ar(_t)}catch(Ft){Su(Ft)?et():ge("There was an error preparing your transaction. Please try again.",Ft.reason)}let mi=sy.BigNumber.from(0);try{mi=await zs(_t,Ee),lr(Le(mi.toBigInt()).toHexString());let Ft=await xc(we,Ee);ae(Le(Ft.toBigInt()).toHexString())}catch{lr(null)}try{let{balance:Ft,hasSufficientFunds:cn}=await Gh(ke.address,_t,mi,Ee);Ae(Ft.toHexString()),cn||et()}catch(Ft){console.warn(`Failed to fetch wallet balance with error: ${Ft}`)}ce(!1)}St()},[r]);let wo=ry(we),ol=wo==="SEND"?`Send ${vt}`:"Review transaction",ui={modalTitle:T.header||T.modalTitle||ol,buttonText:T.buttonText||"Submit"},cr=()=>{U||(I?b(I):S(j||new ut(new Eo("The user rejected the request",Ct.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return y.current=cr,sr===void 0&&Lr||eo?(0,le.jsxs)(le.Fragment,{children:[T.transactionInfo?.contractInfo?.imgUrl&&(0,le.jsx)(Ea,{src:T.transactionInfo?.contractInfo?.imgUrl}),(0,le.jsx)(_,{title:ui.modalTitle,onClose:cr}),(0,le.jsx)(ay,{children:(0,le.jsx)(Un,{})})]}):M!==null?(0,le.jsx)(iy,{txn:we,onClose:cr,receipt:M,transactionInfo:T.transactionInfo,tokenPrice:sr,tokenSymbol:vt,l1GasEstimate:ln}):(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(_,{title:ui.modalTitle,onClose:cr}),(0,le.jsxs)(ay,{children:[(0,le.jsxs)(Qw,{children:[(0,le.jsx)(jw,{txn:we,txnFamily:wo,uiOptions:T,tokenSymbol:vt,tokenPrice:sr}),ke?(0,le.jsx)(oi,{from:ke.address,to:we.to,txn:we,transactionInfo:T.transactionInfo,gas:Xe||void 0,tokenPrice:sr,tokenSymbol:vt}):null]}),(0,le.jsxs)(Zw,{children:[(0,le.jsx)(Kw,{children:L}),(0,le.jsx)(Mh,{txn:we,address:ke?.address??"",hasFunds:vo,balance:qe}),(0,le.jsxs)(Yw,{children:[O&&(0,le.jsx)(D,{onClick:pi,children:"Add Funds"}),(0,le.jsx)(Jw,{disabled:U||!vo,loading:!r||U,loadingText:U?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Pe(!0);let et=await t();if(et&&!U&&ke)try{let St=await Vs(et,ke.address,r,we,Ee);W(St);let _t=await St.wait();k($s(_t)),z()}catch(St){let _t="There was an error processing your transaction. Please contact support.";console.warn({transaction:we,error:St}),ge(_t,St.reason)}finally{Pe(!1)}},children:ui.buttonText})]})]})]})]})},ay=an.default.div`
2203
2203
  display: flex;
2204
2204
  flex-direction: column;
2205
2205
  justify-content: space-between;
2206
2206
  flex-grow: 1;
2207
2207
  padding-bottom: 16px;
2208
- `,Sw=cn.default.div`
2208
+ `,Kw=an.default.div`
2209
2209
  font-size: 13px;
2210
2210
  color: var(--privy-color-error);
2211
2211
  width: 100%;
2212
2212
  margin-top: 16px;
2213
- `,_w=cn.default.div`
2213
+ `,Yw=an.default.div`
2214
2214
  display: flex;
2215
2215
  direction: row;
2216
2216
  justify-content: space-between;
2217
2217
  align-items: center;
2218
2218
  gap: 8px;
2219
- `,Aw=(0,cn.default)(D)`
2219
+ `,Jw=(0,an.default)(D)`
2220
2220
  transition: color 350ms ease, background-color 350ms ease;
2221
- `,kw=cn.default.div`
2221
+ `,Qw=an.default.div`
2222
2222
  height: 100%;
2223
2223
  display: flex;
2224
2224
  flex-direction: column;
2225
2225
  justify-content: space-evenly;
2226
2226
  flex-grow: 1;
2227
- `,Rw=cn.default.div`
2227
+ `,Zw=an.default.div`
2228
2228
  display: flex;
2229
2229
  flex-direction: column;
2230
2230
  gap: 8px;
2231
- `;var Gh=require("@ethersproject/bytes"),Vh=require("@ethersproject/strings"),Lr=require("react"),Go=A(require("styled-components"));var Ze=require("react/jsx-runtime"),Iw=e=>{if(!(0,Gh.isHexString)(e))return e;try{return(0,Vh.toUtf8String)(e)}catch{return e}},zh=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:o}=R(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=_(),[a,l]=(0,Lr.useState)(!0),[s,c]=(0,Lr.useState)(""),[m,y]=(0,Lr.useState)(),[h,g]=(0,Lr.useState)(null),w=h!==null;(0,Lr.useEffect)(()=>{e||r("LANDING")},[e]),(0,Lr.useEffect)(()=>{t(vn).then(W=>{l(!1),W||(c("An error has occurred, please try again."),y(new ut(new Eo(s,Ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:C,confirmAndSignMessage:x,onSuccess:E,onFailure:T,uiOptions:M}=n.signMessage,k={title:M.title||"Sign message",description:M.description||"Signing this message will not cost you any fees.",buttonText:M.buttonText||"Sign and continue"},I=W=>{W?E(W):T(m||new ut(new Eo("The user rejected the request.",Ct.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),g(null),c(""),y(void 0)};return i.current=()=>{I(h)},(0,Ze.jsxs)(Ze.Fragment,{children:[(0,Ze.jsx)(S,{onClose:()=>I(h)}),(0,Ze.jsx)(Q,{}),(0,Ze.jsxs)(Ww,{children:[(0,Ze.jsx)(Mw,{children:k.title}),(0,Ze.jsx)(Nw,{children:k.description}),(0,Ze.jsx)(Lw,{children:Iw(C)}),(0,Ze.jsx)(Ow,{fail:!0,children:s}),(0,Ze.jsx)(Uw,{success:w,loading:a,disabled:w,onClick:async()=>{try{let W=await x();g(W),c(""),setTimeout(()=>{I(W)},pt)}catch{c("An error has occurred, please try again."),y(new ut(new Eo(s,Ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:w?(0,Ze.jsxs)(Dw,{children:[(0,Ze.jsx)(hs,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,Ze.jsx)("span",{children:"Success"})]}):k.buttonText})]}),(0,Ze.jsx)(X,{}),(0,Ze.jsx)(V,{protectedByPrivy:!0})]})},Ww=Go.default.div`
2231
+ `;var dy=require("@ethersproject/bytes"),py=require("@ethersproject/strings"),Wr=require("react"),Ho=f(require("styled-components"));var Ze=require("react/jsx-runtime"),Xw=e=>{if(!(0,dy.isHexString)(e))return e;try{return(0,py.toUtf8String)(e)}catch{return e}},uy=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:o}=R(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=A(),[a,l]=(0,Wr.useState)(!0),[s,c]=(0,Wr.useState)(""),[m,g]=(0,Wr.useState)(),[y,v]=(0,Wr.useState)(null),C=y!==null;(0,Wr.useEffect)(()=>{e||r("LANDING")},[e]),(0,Wr.useEffect)(()=>{t(hn).then(W=>{l(!1),W||(c("An error has occurred, please try again."),g(new ut(new Eo(s,Ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:b,confirmAndSignMessage:S,onSuccess:T,onFailure:P,uiOptions:M}=n.signMessage,k={title:M.title||"Sign message",description:M.description||"Signing this message will not cost you any fees.",buttonText:M.buttonText||"Sign and continue"},I=W=>{W?T(W):P(m||new ut(new Eo("The user rejected the request.",Ct.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),v(null),c(""),g(void 0)};return i.current=()=>{I(y)},(0,Ze.jsxs)(Ze.Fragment,{children:[(0,Ze.jsx)(_,{onClose:()=>I(y)}),(0,Ze.jsx)(Q,{}),(0,Ze.jsxs)(eC,{children:[(0,Ze.jsx)(tC,{children:k.title}),(0,Ze.jsx)(oC,{children:k.description}),(0,Ze.jsx)(rC,{children:Xw(b)}),(0,Ze.jsx)(nC,{fail:!0,children:s}),(0,Ze.jsx)(aC,{success:C,loading:a,disabled:C,onClick:async()=>{try{let W=await S();v(W),c(""),setTimeout(()=>{I(W)},pt)}catch{c("An error has occurred, please try again."),g(new ut(new Eo(s,Ct.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:C?(0,Ze.jsxs)(iC,{children:[(0,Ze.jsx)(ns,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,Ze.jsx)("span",{children:"Success"})]}):k.buttonText})]}),(0,Ze.jsx)(X,{}),(0,Ze.jsx)(V,{protectedByPrivy:!0})]})},eC=Ho.default.div`
2232
2232
  display: flex;
2233
2233
  flex-direction: column;
2234
2234
  align-items: center;
2235
2235
  justify-content: center;
2236
- `,Mw=Go.default.span`
2236
+ `,tC=Ho.default.span`
2237
2237
  color: var(--privy-color-foreground);
2238
2238
  text-align: center;
2239
2239
  font-size: 1.125rem;
2240
2240
  font-weight: 500;
2241
2241
  line-height: 1.25rem; /* 111.111% */
2242
2242
  text-align: center;
2243
- `,Nw=Go.default.span`
2243
+ `,oC=Ho.default.span`
2244
2244
  margin-top: 4px;
2245
2245
  color: var(--privy-color-foreground);
2246
2246
  text-align: center;
@@ -2250,7 +2250,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2250
2250
  font-weight: 400;
2251
2251
  line-height: 20px; /* 142.857% */
2252
2252
  letter-spacing: -0.008px;
2253
- `,Lw=Go.default.div`
2253
+ `,rC=Ho.default.div`
2254
2254
  margin-top: 1.5rem;
2255
2255
  background-color: var(--privy-color-background-2);
2256
2256
  border-radius: var(--privy-border-radius-md);
@@ -2268,7 +2268,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2268
2268
  &::-webkit-scrollbar {
2269
2269
  display: none; /* Safari and Chrome */
2270
2270
  }
2271
- `,Ow=Go.default.div`
2271
+ `,nC=Ho.default.div`
2272
2272
  line-height: 20px;
2273
2273
  height: 20px;
2274
2274
  font-size: 13px;
@@ -2278,20 +2278,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
2278
2278
  width: 100%;
2279
2279
  margin-top: 16px;
2280
2280
  margin-bottom: 4px;
2281
- `,Dw=Go.default.span`
2281
+ `,iC=Ho.default.span`
2282
2282
  display: flex;
2283
2283
  align-items: center;
2284
2284
  gap: 8px;
2285
- `,Uw=(0,Go.default)(D)`
2285
+ `,aC=(0,Ho.default)(D)`
2286
2286
  transition: color 350ms ease, background-color 350ms ease;
2287
2287
 
2288
- ${e=>e.success&&Go.css`
2288
+ ${e=>e.success&&Ho.css`
2289
2289
  &&&& {
2290
2290
  background-color: var(--privy-color-success);
2291
2291
  color: #ffffff;
2292
2292
  }
2293
2293
  `}
2294
- `;var cl=A(require("styled-components"));var Fw=`
2294
+ `;var Js=f(require("styled-components"));var sC=`
2295
2295
  *,
2296
2296
  ::before,
2297
2297
  ::after {
@@ -2521,7 +2521,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2521
2521
  [hidden] {
2522
2522
  display: none;
2523
2523
  }
2524
- `,$h=Fw;var qh=cl.createGlobalStyle`
2524
+ `,my=sC;var fy=Js.createGlobalStyle`
2525
2525
  :root {
2526
2526
  // Borders
2527
2527
  --privy-border-radius-sm: 6px;
@@ -2553,10 +2553,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2553
2553
  --privy-height-modal-full: 620px;
2554
2554
  --privy-height-modal-compact: 480px;
2555
2555
  };
2556
- `,jh=cl.default.div`
2556
+ `,hy=Js.default.div`
2557
2557
  // css normalize only the privy application to avoid conflicts
2558
2558
  // with consuming application
2559
- ${$h}
2559
+ ${my}
2560
2560
 
2561
2561
  // Privy styles
2562
2562
  color: var(--privy-color-foreground-2);
@@ -2615,4 +2615,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
2615
2615
  opacity: 1;
2616
2616
  }
2617
2617
  }
2618
- `;var Oe=require("react/jsx-runtime"),Bw={["LANDING"]:If,["AWAITING_PASSWORDLESS_CODE"]:ou,["AWAITING_CONNECTION"]:Pu,["AWAITING_CONNECT_ONLY_CONNECTION"]:_u,["AWAITING_FARCASTER_CONNECTION"]:Gm,["PHANTOM_INTERSTITIAL_SCREEN"]:Nh,["LOGIN_FAILED_SCREEN"]:Uf,["AWAITING_OAUTH_SCREEN"]:Rh,["ALLOWLIST_REJECTION_SCREEN"]:jp,["INSTALL_PHANTOM_SCREEN"]:nf,["LINK_EMAIL_SCREEN"]:Mf,["LINK_PHONE_SCREEN"]:Lf,["LINK_WALLET_SCREEN"]:Of,["CONNECT_ONLY_LANDING_SCREEN"]:bu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:hu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:vm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Du,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Nu,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:xm,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Gu,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:zh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Hh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Km,["FIAT_ON_RAMP_STATUS_SCREEN"]:Jm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Tm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:wm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Jf,["CAPTCHA_SCREEN"]:lu,["ERROR_SCREEN"]:Sm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Xm,["AFFIRMATIVE_CONSENT_SCREEN"]:$p},Hw=["LANDING","AWAITING_CONNECTION"],Gw=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=B(),{headless:n}=R(),{ready:i,currentScreen:a}=_(),{status:l,execute:s,reset:c,enabled:m}=Se(),y=(0,sr.useRef)(null),h=Wp(y),g=r&&a&&Hw.includes(a)&&!n&&l==="ready";if((0,sr.useEffect)(()=>{g&&s()},[g]),(0,sr.useEffect)(()=>{!r&&m&&c()},[r,m]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return(0,Oe.jsxs)(ni,{children:[(0,Oe.jsx)(S,{}),(0,Oe.jsx)(Q,{}),(0,Oe.jsx)(Bf,{children:(0,Oe.jsx)($t,{})}),(0,Oe.jsx)(X,{}),(0,Oe.jsx)(J,{})]});if(!a&&e)return(0,Oe.jsx)(ni,{style:{height:h},children:(0,Oe.jsx)("div",{ref:y,children:(0,Oe.jsx)(Fc,{open:e,onClose:t})})});if(!a)return null;let w=Bw[a];return(0,Oe.jsx)(ni,{style:{height:h},children:(0,Oe.jsxs)("div",{ref:y,children:[(0,Oe.jsx)(Jo,{if:!!e,children:(0,Oe.jsx)(w,{})}),(0,Oe.jsx)(Jo,{if:!e,children:(0,Oe.jsx)(Fc,{open:e,onClose:t})})]})})},Vw=()=>{let{closePrivyModal:e}=R(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:(0,sr.useCallback)(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Yh=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=Vw(),[r,n]=(0,sr.useState)(!1);Fa({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=(0,Oe.jsx)(jh,{children:(0,Oe.jsx)(Gw,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?(0,Oe.jsx)(Ff,{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 Kh.default.createPortal(l,s)}return l};var Xt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Md,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var zw=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),$w=e=>zw.has(e),qw=(e,t,o)=>o.indexOf(e)===t,Jh=({input:e})=>e?e.filter($w).filter(qw):Xt.appearance.walletList;var Qh={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 Zh={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 Xh={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 ey={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 ty={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 oy={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 ry={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 ny={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 iy={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 ay={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 dl={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 sy={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 ly={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 hi=[Gs,Vs,zs,ry,ly,dl,Ks,Ys,Js,Qi,Zi,Xh,ey,ty,oy,$s,qs,js,iy,ay,Qh,Zh,Qs,Xs,Zs,ny,sy],xR=new Set(hi.map(e=>e.id));var Dr=A(require("tinycolor2")),cy="#FFFFFF",jw="#000000",Kw=cy,Yw="#1E1E1D";function Jw(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 Or(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,Dr.default)({...e.toHsl(),l:o})}function dy({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=cy,blackHex:a=jw}){let l;switch(e){case"light":l=Kw;break;case"dark":l=Yw;break;default:l=e;break}let s=(0,Dr.default)(l),c=(0,Dr.default)(t),m=(0,Dr.default)(o),y=(0,Dr.default)(r),h=(0,Dr.default)(n),g=Jw(s.getLuminance()),w=Or(s,g==="light"?-.04:.11),C=Or(s,g==="light"?-.88:.87),x=Or(s,g==="light"?-.77:.75),E=Or(s,g==="light"?-.43:.45).desaturate(g==="light"?60:20),T=Or(s,g==="light"?-.08:.25).desaturate(g==="light"?60:20),M=Or(c,.15),k=Or(c,-.06),I=(0,Dr.default)(c.getLuminance()>.5?a:i),W=Or(m,-.16);return{colorScheme:g,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:E.toHslString(),foreground4:T.toHslString(),accent:c.toHslString(),accentLight:M.toHslString(),accentDark:k.toHslString(),foregroundAccent:I.toHslString(),success:m.toHslString(),successDark:W.toHslString(),error:h.toHslString(),warn:y.toHslString()}}function pl(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(q=>o.includes(q)),n,i,a,l,s,c,m,y,h,g,w;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),m=r?.includes("tiktok"),h=r?.includes("github"),y=r?.includes("linkedin"),g=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,h=e.githubOAuth,m=e.tiktokOAuth,y=e.linkedinOAuth,g=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,h,m,y,g,w].filter(Boolean),E=[a].filter(Boolean);if(C.length+x.length+E.length===0)throw new Error("You must enable at least one login method");let T=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;T&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),T=!1):!T&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),T=!0);let M=Jh({isWalletLoginEnabled:a,input:t?.appearance?.walletList}),k=t?.intl?.defaultCountry??"US",{chains:I,defaultChain:W}=Qw({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),L=!!t?.defaultChain||!!t?.supportedChains,H=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,j,oe=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?H?j=t?.embeddedWallets?.noPromptOnSignature??!0:j=t?.embeddedWallets?.noPromptOnSignature??oe:j=oe,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&j!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:dy({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:M},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:h,tiktok:m,linkedin:y,apple:g,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Xt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Xt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Xt.rpcConfig.rpcTimeouts},chains:I,defaultChain:W,intl:{defaultCountry:k},shouldEnforceDefaultChainOnConnect:L,captchaEnabled:e.captchaEnabled??Xt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...H?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:j},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:H?{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 py(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 Qw({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:hi.find(m=>m.id===s.id)??s)}else n=hi.concat(e??[]);let i=t?n[0]:dl,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}}var ml=require("react");var ul=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 dn(e,t,o,r,n,i=!1){let a=i,l=async m=>{if(a&&t&&t.length>0){m===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Ve("missing_or_invalid_mfa","MFA verification failed, retry."));let y=await new Promise((h,g)=>{o.current={resolve:h,reject:g};let w=1e3*60*5;setTimeout(()=>{let C=new Ve("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),g(C)},w)});return await e(y)}return await e()},s=4,c=null;for(let m=0;m<s;m++)try{c=await l(m),r.current?.resolve(void 0);break}catch(y){if(y.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),y}if(c===null){let m=new Ve("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(m),m}return c}var my=require("react/jsx-runtime"),Zw=function(e){return()=>`id-${e++}`}(0);function Xw(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Vo(e){return e.error!==void 0}var go=new ul,Gc=new Map,eC=(e,t)=>typeof t=="bigint"?t.toString():t,tC=(e,t)=>`${e}${JSON.stringify(t,eC)}`;function zo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=tC(e,t);if(e==="privy:wallet:create"){let a=Gc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=Zw();go.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{Gc.delete(n)});return Gc.set(n,i),i}function oC(e){switch(e.event){case"privy:iframe:ready":let t=go.dequeue(e.event,e.id);return Vo(e)?t.reject(new Ve(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=go.dequeue(e.event,e.id);return Vo(e)?o.reject(new Ve(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=go.dequeue(e.event,e.id);return Vo(e)?r.reject(new Ve(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=go.dequeue(e.event,e.id);return Vo(e)?n.reject(new Ve(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=go.dequeue(e.event,e.id);return Vo(e)?i.reject(new Ve(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=go.dequeue(e.event,e.id);return Vo(e)?a.reject(new Ve(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=go.dequeue(e.event,e.id);return Vo(e)?l.reject(new Ve(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=go.dequeue(e.event,e.id);return Vo(e)?s.reject(new Ve(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=go.dequeue(e.event,e.id);return Vo(e)?s.reject(new Ve(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=go.dequeue(e.event,e.id);return Vo(e)?s.reject(new Ve(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function uy(e){let t=(0,ml.useRef)(null),o=Lp();return(0,ml.useEffect)(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&Xw(c.data)&&oC(c.data)}let i={create(c){return zo("privy:wallet:create",c,r)},connect(c){return zo("privy:wallet:connect",c,r)},recover(c){return dn(m=>zo("privy:wallet:recover",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return dn(m=>zo("privy:wallet:rpc",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return dn(m=>zo("privy:wallet:set-recovery-password",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return dn(m=>zo("privy:mfa:verify",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return dn(m=>zo("privy:mfa:init-enrollment",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return zo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return dn(m=>zo("privy:mfa:unenroll",{...c,...m},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 Jd(()=>zo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),(0,my.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:va(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Vc(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var fl=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=_d();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw de(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=Ad(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return kt(o)}catch(t){throw de(t)}}};var Ut=require("react/jsx-runtime"),ta;function rC(e){return typeof e=="string"&&e.length===25}function tt(){if(!ta){let e=ie.get(Br);return Promise.resolve(e||null)}return ta.getAccessToken()}var hy,op=(e,t)=>hy(e,t),yy,rp=(e,t)=>yy(e,t),gy,np=()=>gy(),nC=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ie.put(Ti,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},vy=({config:e,...t})=>{if(!rC(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");ta||(ta=new In({appId:t.appId,apiUrl:t.apiUrl||pa}));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."),(0,Ut.jsx)(iC,{...t,config:o,client:ta})},iC=e=>{let t=e.client,[o,r]=(0,$.useState)(!1),[n,i]=(0,$.useState)(!1),[a,l]=(0,$.useState)(!1),[s,c]=(0,$.useState)(null),[m,y]=(0,$.useState)(!1),[h,g]=(0,$.useState)([]),w=(0,$.useRef)(h),[C,x]=(0,$.useState)(!1),[E,T]=(0,$.useState)(null),[M,k]=(0,$.useState)(!1),[I,W]=(0,$.useState)({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:P}),[L,H]=(0,$.useState)(null),[j,oe]=(0,$.useState)(null),[O,q]=(0,$.useState)(null),[z,ge]=(0,$.useState)({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:""}),[U,Pe]=(0,$.useState)(()=>{let d=py(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),pl(z,e.config)}),[vo,$e]=(0,$.useState)(!0),[qe,Ae]=(0,$.useState)({}),[we,lr]=(0,$.useState)(null),[cr,Ur]=(0,$.useState)(null),[vt,Xe]=(0,$.useState)(!1),[dr,pn]=(0,$.useState)(!1),ae=(0,$.useRef)(null),eo=(0,$.useRef)(null),ce=(0,$.useRef)(Mp);t.onStoreToken=d=>{d&&be(ce,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{be(ce,"accessToken","onAccessTokenRemoved")};let ke=(0,$.useRef)(),gi=(0,$.useCallback)(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(b=>b.type==="wallet"&&b.walletClientType==="privy")?p&&d?.some(b=>b?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),Ee=d=>{T(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},wo=d=>{U.embeddedWallets.createOnLogin!=="off"&&$e(!0),Ee(d)};(0,$.useEffect)(()=>{if(!O||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(O,p,U.defaultChain)}},[O,s]),(0,$.useEffect)(()=>{O&&cr?.(O)},[O]),(0,$.useEffect)(()=>{(async()=>{if(!U.customAuth?.enabled)return;$e(!0);let{getCustomAccessToken:p,isLoading:f}=U.customAuth;if(!(!n||f))try{let b=await p();if(!b){await Ci.logout();return}if(a)return;t.startAuthFlow(new hn(b));let{user:N,isNewUser:Y}=await t.authenticate();N||await Ci.logout(),c(N||null),x(Y||!1),l(!0),pn(!0)}catch(b){console.warn(b),a&&await Ci.logout()}})()},[U.customAuth?.enabled,U.customAuth?.getCustomAccessToken,U.customAuth?.isLoading,n,a]),(0,$.useEffect)(()=>{dr&&O&&s&&Ht(s,e.config?.embeddedWallets?.createOnLogin)&&(pn(!1),jc(s,vn).catch(console.error))},[dr&&O&&s]),(0,$.useEffect)(()=>{async function d(){let p=await t.getServerConfig();ge(p);let f=pl(p,e.config);Pe(f),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let b=hl();nC();let N=(0,fy.createStore)();H(N),t.initializeConnectorManager(f.walletConnectCloudProjectId,f.rpcConfig,f.chains,f.defaultChain,N,f.appearance.walletList,f.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{St()});let Y=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!Y),Y&&be(ce,"login","onComplete",Y,!1,!0,null),c(Y)),b||De.setReadyToTrue(),b&&Y&&y(!0)}n||d()},[t,we,n]),(0,$.useEffect)(()=>{let d=pl(z,e.config);Pe(d)},[e.config,z]);let hl=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),f=d.get("privy_oauth_state"),b=d.get("privy_oauth_provider");return p&&f&&b?(t.startAuthFlow(new mr(b,p,f)),wo("AWAITING_OAUTH_SCREEN"),!0):!1},vi=async(d,p,f,b)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;pr(N,p,f,b)};async function pr(d,p,f,b){if(!d)return W({status:"disconnected",connectedWallet:null,connectError:new K("Unable to connect to wallet."),connector:null,connectRetry:P}),b?.(null,f);d instanceof Po&&p&&await d.resetConnection(p),W({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>pr(d,p,f,b)});try{let N=await d.connect({showPrompt:!0});if(U.shouldEnforceDefaultChainOnConnect&&!U.chains.find(Y=>Y.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){W(Y=>({...Y,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:P}));try{await N?.switchChain(U.defaultChain.id),N&&(N.chainId=wn(zr(U.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${U.defaultChain.id}`)}}return W(Y=>({...Y,status:"connected",connectedWallet:N,connectError:null,connectRetry:P})),N&&!M&&be(ce,"connectWallet","onSuccess",N),b?.(N,f)}catch(N){return N instanceof nt?(console.warn(N.cause?N.cause:N.message),M||be(ce,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),M||be(ce,"connectWallet","onError","unknown_connect_wallet_error")),W(Y=>({...Y,status:"disconnected",connectedWallet:null,connectError:N})),b?.(null,f)}}let et=async(d,p)=>{if(d===null)return;let f=new Gr(d,p);t.startAuthFlow(f)},St=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),f=d.get("privy_wallet_client");if(!p||!f)return;if(f==="phantom"&&!fr()&&wo("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("Connector not initialized");Ee("AWAITING_CONNECTION");let b=new URL(window.location.href);b.searchParams.delete("privy_connector"),b.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",b),vi(p,f,void 0,et)};(0,$.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let _t=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");y(!0),Ee("LINK_WALLET_SCREEN")},qc=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},wi=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(W(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:P})),U.captchaEnabled&&!a){let f={callback:b=>et(d,b),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};Ae({captchaModalData:f}),wo("CAPTCHA_SCREEN")}else await et(d),wo("AWAITING_CONNECTION")},Ft=async(d,p)=>{if(!U.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:b}=await qm(t,d,p?.config??{},U.appearance.palette,U.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:b}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},un=()=>{g(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:qc(f),loginOrLink:async()=>{if(!await f.isConnected())throw new v("Wallet is not connected");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");wi(f)},fund:async b=>{let{signedUrl:N,externalTransactionId:Y}=await Ft(f.address,b);Ae({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:Y}}),Ee("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let b=await t.unlinkWallet(f.address);c(b)}}))||[];return Xe(gi(p)),Ca(d,p)?d:p})};(0,$.useEffect)(()=>{un()},[s?.linkedAccounts,a,n]),(0,$.useEffect)(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");un(),t.connectors.on("walletsUpdated",un)}},[n]);let Ny=()=>{Ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,$.useEffect)(()=>{if(!h[0])return;let d=h[0],p=w.current.find(b=>b.address===d.address),f;if(d.walletClientType==="privy"?f=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===d.address&&b.walletClientType==="privy"):f=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===d.address&&b.walletClientType!=="privy"),!p&&f){let b=Object.assign({},s);b.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(b)}w.current=h},[h]);let jc=async(d,p)=>{if(xe(d))throw be(ce,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[b,N]=await Promise.all([De.initializeWalletProxy(p),tt()]);if(!b&&e.config?.customAuth?.enabled)throw be(ce,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!b||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((Y,Re)=>{$e(!0),Ae({createWallet:{onSuccess:Bt=>{be(ce,"createWallet","onSuccess",Bt),Y(Bt)},onFailure:Bt=>{be(ce,"createWallet","onError","unknown_embedded_wallet_error"),Re(Bt)},callAuthOnSuccessOnClose:!1}}),Ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await b.create({accessToken:N});let Y=await De.refreshUser(),Re=xe(Y);if(!Re)throw be(ce,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return be(ce,"createWallet","onSuccess",Re),Re}},Ly=d=>{if(!U.chains.map(p=>p.id).includes(d))throw new K(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Kc=(d,p,f)=>new Promise(async(b,N)=>{if(!a||!s){N(new Error("User must be authenticated before signing with a Privy wallet"));return}let Y=xe(s);if(!Y){N(new Error("Must have a Privy wallet before signing"));return}$e(!0);let Re=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,mn=d.chainId?Number(d.chainId):Re.chainId;Ly(mn);let Bt=Object.assign({},d,{chainId:mn}),bi=async()=>{let ur=await tt();if(!ur||!O){N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await De.recoverEmbeddedWallet()){N(new Error("Unable to connect to wallet"));return}let Qc=new yi.StaticJsonRpcProvider(ro(Bt.chainId,U.chains,U.rpcConfig)),Dy=await di(Y.address,Bt,Qc),Uy=await el(ur,Y.address,O,Dy,Qc);b(Uy)}catch(oa){N(oa)}};if(U.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),bi();else{let ur={transactionRequest:Bt,onSuccess:b,onFailure:N,uiOptions:p||{},fundWalletConfig:f},oa={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:N};Ae({connectWallet:oa,sendTransaction:ur}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Yc(){return new Promise(async(d,p)=>{let f=await tt();if(!f||!O)throw new Error("Must have valid access token to enroll in MFA");try{await O.verifyMfa({accessToken:f}),d()}catch(b){p(b)}})}let Ci={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ny,linkWallet:_t,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.");y(!0),Ee("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.");y(!0),Ee("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 De.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 De.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 De.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 De.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 De.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 De.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await De.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await De.initLoginWithFarcaster(),y(!0),Ee("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{lr(()=>d)}),lr(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}k(!0),wo("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),T(null),be(ce,"logout","onSuccess"),y(!1),r(!1),ie.del(Pi)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ce;let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(b=>b.address===d?.address));return!d||!p?new Ce:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new yi.Web3Provider(new io(new Ce));let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(b=>b.address===d?.address));return!d||!p?new yi.Web3Provider(new io(new Ce)):new yi.Web3Provider(new io(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new gr(new Ce);let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(b=>b.address===d?.address));return!d||!p?new gr(new Ce):new gr(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=h.find(b=>(0,ea.getAddress)(b.address)===(0,ea.getAddress)(d)),f=s?.linkedAccounts.find(b=>b.type==="wallet"&&(0,ea.getAddress)(b.address)===(0,ea.getAddress)(d));if(!p||!await p.isConnected())oe(d),_t();else if(!p.linked)p.loginOrLink();else{let b=Object.assign({},s);b.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(b)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw be(ce,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return jc(s,15e3)},setWalletPassword:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let f=xe(s);if(!f||!O){p(new Error("Must have a Privy wallet to add a password"));return}if(f.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await Yc(),$e(!0);let b={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};Ae({setWalletPassword:b,connectWallet:N}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(f,b)=>{if(!a||!s){b(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=xe(s);if(!N){b(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){b(new Error("Message must be a non-empty string"));return}$e(!0);let Y=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let Re=await tt();if(!O||!Re)throw new Error("Unable to connect to wallet");if(!await De.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:Bt}=await O.rpc({accessToken:Re,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),bi=Bt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),bi};if(U.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Re=await Y();f(Re)}catch(Re){b(Re??new ut("Unable to sign message"))}}else{let Bt={message:d,confirmAndSignMessage:Y,onSuccess:ur=>{f(ur)},onFailure:ur=>{b(ur)},uiOptions:p||{}},bi={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:b};Ae({signMessage:Bt,connectWallet:bi}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let N=await(await Kc(d,p,f)).wait();return ol(N)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let f=xe(s);if(!f){p(new Error("Must have a Privy wallet before exporting"));return}$e(!0);let b={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await tt();if(!N||!O){p(new Error("Must have valid access token to enroll in MFA"));return}if(!O){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await O.connect({accessToken:N,address:f.address}),await O.verifyMfa({accessToken:N})}catch(Re){if(jr(Re))await De.recoverEmbeddedWallet();else throw Re}}catch(Re){p(Re);return}let Y={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};Ae({keyExport:Y,connectWallet:b}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Yc,async init(d){let p;switch(d){case"sms":p=new fl("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":ae.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((f,b)=>{eo.current={resolve:f,reject:b}});break;default:throw ae.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){ae.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to enroll in MFA");await O.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,f)=>{if(!d){De.closePrivyModal(),p();return}U.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."),Ae({mfaEnrollmentFlow:{mfaMethods:U.mfa.methods,onSuccess:p,onFailure:f}}),Ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await tt();if(!d||!O)throw new Error("Must have valid access token to enroll in MFA");let p=await O.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to enroll in MFA");await O.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async submitEnrollmentWithTotp(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to enroll in MFA");await O.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async unenroll(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to remove MFA");await O.unenrollMfa({method:d,accessToken:p});let f=await t.getAuthenticatedUser();c(f)},loginWithCode(d){return De.loginWithCode(d)},initLoginWithEmail(d){return De.initLoginWithEmail(d)},initLoginWithSms(d){return De.initLoginWithSms(d)},isModalOpen:o};hy=Ci.signMessage,yy=async(...d)=>{let p=await Kc(...d);return U.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Jc=!!e.config?.headless,De=(()=>({headless:Jc,isNewUserThisSession:C,isLinking:m,linkingHint:j,pendingTransaction:null,walletConnectionStatus:I,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:U.rpcConfig,chains:U.chains,showFiatPrices:U.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>U.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(O)return O;let p=new Promise(N=>{Ur(()=>Y=>N(Y))}),f=new Promise(N=>setTimeout(()=>N(null),d)),b=await Promise.race([p,f]);return Ur(null),b},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(be(ce,"login","onComplete",s,C,!1,ke.current??null),e.onSuccess?.(s,C)):M&&be(ce,"login","onError","exited_auth_flow"),oe(null),k(!1),y(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:Ee,connectWallet:pr,initLoginWithWallet:async(d,p)=>{ke.current="siwe",et(d,p)},loginWithWallet:async()=>{if(!n)throw new fn;if(!(t.authFlow instanceof Gr))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(f){throw be(ce,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||s||null),x(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new Ei(d);t.startAuthFlow(p);try{ke.current="farcaster",await p.initializeFarcasterConnect()}catch(f){throw be(ce,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}},loginWithFarcaster:async()=>{if(!n)throw new fn;if(!(t.authFlow instanceof Ei))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(f){throw be(ce,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||null),x(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(zd()){if(d==="google"&&Vc(window.navigator.userAgent)){wo("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{wo("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let f=new mr(d);p&&f.addCaptchaToken(p),t.startAuthFlow(f);let b=await t.authFlow.getAuthorizationUrl();b&&b.url&&window.location.assign(b.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof mr))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=to.get(yn),f=t.authFlow.meta.stateCode;if(p!==f)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:f??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let b,N;if(a)b=await t.link();else try{({user:b,isNewUser:N}=await t.authenticate()),ke.current=d}catch(Y){throw be(ce,"login","onError",Y.privyErrorCode||"unknown_auth_error"),Y}c(b),x(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let f=new Fr(d,p);t.startAuthFlow(f);try{ke.current="email",await f.sendCodeEmail()}catch(b){throw be(ce,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},initLoginWithSms:async(d,p)=>{let f=new Vr(d,p);t.startAuthFlow(f);try{ke.current="sms",await f.sendSmsCode()}catch(b){throw be(ce,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new fn;if(t.authFlow instanceof Fr)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Vr)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,f;a?p=await t.link():{user:p,isNewUser:f}=await t.authenticate(),c(p||s||null),x(f||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:O,createAnalyticsEvent:(d,p,f)=>t.createAnalyticsEvent(d,p,f),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),b=await tt();if(!b||!O||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}$e(!0);try{await O.connect({accessToken:b,address:f.address}),d(!0)}catch(N){jr(N)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await O.recover({address:f.address,accessToken:b})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),d(!0)):jr(N)?(Ae({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)}}),Ee("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Ft,setReadyToTrue:()=>{i(!0),we?.()},updateWallets:()=>un()}))();gy=De.recoverEmbeddedWallet;let Oy=(0,$.useMemo)(()=>({wallets:h,ready:vt}),[h,vt]);return(0,Ut.jsx)(Be.Provider,{value:Ci,children:(0,Ut.jsx)(Ul.Provider,{value:ce,children:(0,Ut.jsx)(Oc.Provider,{value:Oy,children:(0,Ut.jsxs)(kp,{...U,children:[e.children,(0,Ut.jsxs)(Dl.Provider,{value:De,children:[!Jc&&U.captchaEnabled&&n&&!a&&(0,Ut.jsx)(La,{delayedExecution:!1}),(0,Ut.jsx)(qh,{theme:{...U.appearance.palette||{}}}),(0,Ut.jsx)(dp,{appConfig:U,data:qe,setModalData:Ae,setInitialScreen:T,initialScreen:E,authenticated:a,open:o,children:(0,Ut.jsx)(Yh,{open:o})}),vo&&z.id?(0,Ut.jsx)(uy,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ae,mfaSubmitPromise:eo,onLoad:q,onLoadFailed:()=>null}):null]})]})})})})};var wy=require("react");function Cy(e){let{login:t}=(0,wy.useContext)(Be);return zt("login",e),{login:t}}var by=require("react");function Ey(e){let{logout:t}=(0,by.useContext)(Be);return zt("logout",e),{logout:t}}var zc=require("react");var Ty=()=>{let e=Se(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=(0,zc.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,zc.useCallback)(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Ko(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var $c=require("react");var Py=()=>{let e=Se(),{initLoginWithSms:t,loginWithCode:o}=B(),r=(0,$c.useCallback)(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,$c.useCallback)(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Ko(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var xy=require("react");function Sy(e){let{connectWallet:t}=(0,xy.useContext)(Be);return zt("connectWallet",e),{connectWallet:t}}var _y=require("react");function Ay(e){let{createWallet:t}=(0,_y.useContext)(Be);return zt("createWallet",e),{createWallet:t}}var ky=require("react");var Ry=()=>{let{isModalOpen:e}=(0,ky.useContext)(Be);return{isOpen:e}};var Iy=require("react");function Wy(e){let{getAccessToken:t}=(0,Iy.useContext)(Be);return zt("accessToken",e),{getAccessToken:t}}function My(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}0&&(module.exports={AsExternalProvider,Captcha,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,SUPPORTED_CHAINS,VERSION,WalletConnector,addRpcUrlOverrideToChain,errorIndicatesMaxMfaRetries,errorIndicatesMfaTimeout,errorIndicatesMfaVerificationFailed,getAccessToken,useConnectWallet,useCreateWallet,useLogin,useLoginWithEmail,useLoginWithSms,useLogout,useMfa,useMfaEnrollment,useModalStatus,usePrivy,useRegisterMfaListener,useToken,useWallets});
2618
+ `;var Oe=require("react/jsx-runtime"),lC={["LANDING"]:zf,["AWAITING_PASSWORDLESS_CODE"]:Jp,["AWAITING_CONNECTION"]:Cu,["AWAITING_CONNECT_ONLY_CONNECTION"]:Tu,["AWAITING_FARCASTER_CONNECTION"]:Ym,["PHANTOM_INTERSTITIAL_SCREEN"]:oy,["LOGIN_FAILED_SCREEN"]:Qf,["AWAITING_OAUTH_SCREEN"]:Zh,["ALLOWLIST_REJECTION_SCREEN"]:Fp,["INSTALL_PHANTOM_SCREEN"]:vf,["LINK_EMAIL_SCREEN"]:qf,["LINK_PHONE_SCREEN"]:Kf,["LINK_WALLET_SCREEN"]:Yf,["CONNECT_ONLY_LANDING_SCREEN"]:gu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:pu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Tm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Mu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Ru,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Rm,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Uu,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:uy,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:cy,["FIAT_ON_RAMP_PROMPT_SCREEN"]:nf,["FIAT_ON_RAMP_STATUS_SCREEN"]:df,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:Am,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:Pm,["MFA_ENROLLMENT_FLOW_SCREEN"]:fh,["CAPTCHA_SCREEN"]:nu,["ERROR_SCREEN"]:Mm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:mf,["AFFIRMATIVE_CONSENT_SCREEN"]:Dp},cC=["LANDING","AWAITING_CONNECTION"],dC=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=B(),{headless:n}=R(),{ready:i,currentScreen:a}=A(),{status:l,execute:s,reset:c,enabled:m}=Se(),g=(0,ir.useRef)(null),y=Ep(g),v=r&&a&&cC.includes(a)&&!n&&l==="ready";if((0,ir.useEffect)(()=>{v&&s()},[v]),(0,ir.useEffect)(()=>{!r&&m&&c()},[r,m]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return(0,Oe.jsxs)(Zn,{children:[(0,Oe.jsx)(_,{}),(0,Oe.jsx)(Q,{}),(0,Oe.jsx)(Xf,{children:(0,Oe.jsx)($t,{})}),(0,Oe.jsx)(X,{}),(0,Oe.jsx)(J,{})]});if(!a&&e)return(0,Oe.jsx)(Zn,{style:{height:y},children:(0,Oe.jsx)("div",{ref:g,children:(0,Oe.jsx)(kc,{open:e,onClose:t})})});if(!a)return null;let C=lC[a];return(0,Oe.jsx)(Zn,{style:{height:y},children:(0,Oe.jsxs)("div",{ref:g,children:[(0,Oe.jsx)(Yo,{if:!!e,children:(0,Oe.jsx)(C,{})}),(0,Oe.jsx)(Yo,{if:!e,children:(0,Oe.jsx)(kc,{open:e,onClose:t})})]})})},pC=()=>{let{closePrivyModal:e}=R(),{onUserCloseViaDialogOrKeybindRef:t}=A();return{gracefulClosePrivyModal:(0,ir.useCallback)(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},gy=({open:e})=>{let{app:t}=A(),{gracefulClosePrivyModal:o}=pC(),[r,n]=(0,ir.useState)(!1);Ma({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=(0,Oe.jsx)(hy,{children:(0,Oe.jsx)(dC,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?(0,Oe.jsx)(Zf,{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 yy.default.createPortal(l,s)}return l};var Xt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Td,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var uC=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),mC=e=>uC.has(e),fC=(e,t,o)=>o.indexOf(e)===t,vy=({input:e})=>e?e.filter(mC).filter(fC):Xt.appearance.walletList;var wy={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 Cy={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 by={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 Ey={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 Ty={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 Py={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 xy={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 Sy={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 _y={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 Ay={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 Qs={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 ky={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 Ry={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=[Is,Ws,Ms,xy,Ry,Qs,Ds,Us,Fs,$i,qi,by,Ey,Ty,Py,Ns,Ls,Os,_y,Ay,wy,Cy,Bs,Gs,Hs,Sy,ky],jR=new Set(ci.map(e=>e.id));var Nr=f(require("tinycolor2")),Iy="#FFFFFF",hC="#000000",yC=Iy,gC="#1E1E1D";function vC(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 Mr(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,Nr.default)({...e.toHsl(),l:o})}function Wy({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Iy,blackHex:a=hC}){let l;switch(e){case"light":l=yC;break;case"dark":l=gC;break;default:l=e;break}let s=(0,Nr.default)(l),c=(0,Nr.default)(t),m=(0,Nr.default)(o),g=(0,Nr.default)(r),y=(0,Nr.default)(n),v=vC(s.getLuminance()),C=Mr(s,v==="light"?-.04:.11),b=Mr(s,v==="light"?-.88:.87),S=Mr(s,v==="light"?-.77:.75),T=Mr(s,v==="light"?-.43:.45).desaturate(v==="light"?60:20),P=Mr(s,v==="light"?-.08:.25).desaturate(v==="light"?60:20),M=Mr(c,.15),k=Mr(c,-.06),I=(0,Nr.default)(c.getLuminance()>.5?a:i),W=Mr(m,-.16);return{colorScheme:v,background:s.toHslString(),background2:C.toHslString(),foreground:b.toHslString(),foreground2:S.toHslString(),foreground3:T.toHslString(),foreground4:P.toHslString(),accent:c.toHslString(),accentLight:M.toHslString(),accentDark:k.toHslString(),foregroundAccent:I.toHslString(),success:m.toHslString(),successDark:W.toHslString(),error:y.toHslString(),warn:g.toHslString()}}function Zs(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(q=>o.includes(q)),n,i,a,l,s,c,m,g,y,v,C;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"),m=r?.includes("tiktok"),y=r?.includes("github"),g=r?.includes("linkedin"),v=r?.includes("apple"),C=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,y=e.githubOAuth,m=e.tiktokOAuth,g=e.linkedinOAuth,v=e.appleOAuth,C=e.farcasterAuth);let b=[n,i].filter(Boolean),S=[l,s,c,y,m,g,v,C].filter(Boolean),T=[a].filter(Boolean);if(b.length+S.length+T.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&&T.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),P=!1):!P&&S.length+b.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),P=!0);let M=vy({isWalletLoginEnabled:a,input:t?.appearance?.walletList}),k=t?.intl?.defaultCountry??"US",{chains:I,defaultChain:W}=wC({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),L=!!t?.defaultChain||!!t?.supportedChains,H=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,j,oe=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?H?j=t?.embeddedWallets?.noPromptOnSignature??!0:j=t?.embeddedWallets?.noPromptOnSignature??oe:j=oe,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&j!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:Wy({backgroundTheme:t?.appearance?.theme??Xt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Xt.appearance.accentColor}),loginGroupPriority:P?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:M},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:y,tiktok:m,linkedin:g,apple:v,farcaster:C},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:I,defaultChain:W,intl:{defaultCountry:k},shouldEnforceDefaultChainOnConnect:L,captchaEnabled:e.captchaEnabled??Xt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...H?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:j},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:H?{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 My(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 wC({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(m=>m.id===s.id)??s)}else n=ci.concat(e??[]);let i=t?n[0]:Qs,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}}var el=require("react");var Xs=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 sn(e,t,o,r,n,i=!1){let a=i,l=async m=>{if(a&&t&&t.length>0){m===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Ve("missing_or_invalid_mfa","MFA verification failed, retry."));let g=await new Promise((y,v)=>{o.current={resolve:y,reject:v};let C=1e3*60*5;setTimeout(()=>{let b=new Ve("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(b),v(b)},C)});return await e(g)}return await e()},s=4,c=null;for(let m=0;m<s;m++)try{c=await l(m),r.current?.resolve(void 0);break}catch(g){if(g.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),g}if(c===null){let m=new Ve("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(m),m}return c}var Ly=require("react/jsx-runtime"),CC=function(e){return()=>`id-${e++}`}(0);function bC(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Go(e){return e.error!==void 0}var go=new Xs,Wc=new Map,EC=(e,t)=>typeof t=="bigint"?t.toString():t,TC=(e,t)=>`${e}${JSON.stringify(t,EC)}`;function Vo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=TC(e,t);if(e==="privy:wallet:create"){let a=Wc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=CC();go.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{Wc.delete(n)});return Wc.set(n,i),i}function PC(e){switch(e.event){case"privy:iframe:ready":let t=go.dequeue(e.event,e.id);return Go(e)?t.reject(new Ve(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=go.dequeue(e.event,e.id);return Go(e)?o.reject(new Ve(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=go.dequeue(e.event,e.id);return Go(e)?r.reject(new Ve(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=go.dequeue(e.event,e.id);return Go(e)?n.reject(new Ve(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=go.dequeue(e.event,e.id);return Go(e)?i.reject(new Ve(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=go.dequeue(e.event,e.id);return Go(e)?a.reject(new Ve(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=go.dequeue(e.event,e.id);return Go(e)?l.reject(new Ve(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=go.dequeue(e.event,e.id);return Go(e)?s.reject(new Ve(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=go.dequeue(e.event,e.id);return Go(e)?s.reject(new Ve(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=go.dequeue(e.event,e.id);return Go(e)?s.reject(new Ve(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function Ny(e){let t=(0,el.useRef)(null),o=xp();return(0,el.useEffect)(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&bC(c.data)&&PC(c.data)}let i={create(c){return Vo("privy:wallet:create",c,r)},connect(c){return Vo("privy:wallet:connect",c,r)},recover(c){return sn(m=>Vo("privy:wallet:recover",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return sn(m=>Vo("privy:wallet:rpc",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return sn(m=>Vo("privy:wallet:set-recovery-password",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return sn(m=>Vo("privy:mfa:verify",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return sn(m=>Vo("privy:mfa:init-enrollment",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Vo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return sn(m=>Vo("privy:mfa:unenroll",{...c,...m},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 Bd(()=>Vo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),(0,Ly.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:ua(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Mc(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var tl=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=gd();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw de(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=vd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return kt(o)}catch(t){throw de(t)}}};var Ut=require("react/jsx-runtime"),Yi;function xC(e){return typeof e=="string"&&e.length===25}function tt(){if(!Yi){let e=ie.get(Dr);return Promise.resolve(e||null)}return Yi.getAccessToken()}var Dy,qd=(e,t)=>Dy(e,t),Uy,jd=(e,t)=>Uy(e,t),Fy,Kd=()=>Fy(),SC=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ie.put(gi,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},By=({config:e,...t})=>{if(!xC(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");Yi||(Yi=new An({appId:t.appId,apiUrl:t.apiUrl||ia}));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."),(0,Ut.jsx)(_C,{...t,config:o,client:Yi})},_C=e=>{let t=e.client,[o,r]=(0,$.useState)(!1),[n,i]=(0,$.useState)(!1),[a,l]=(0,$.useState)(!1),[s,c]=(0,$.useState)(null),[m,g]=(0,$.useState)(!1),[y,v]=(0,$.useState)([]),C=(0,$.useRef)(y),[b,S]=(0,$.useState)(!1),[T,P]=(0,$.useState)(null),[M,k]=(0,$.useState)(!1),[I,W]=(0,$.useState)({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:x}),[L,H]=(0,$.useState)(null),[j,oe]=(0,$.useState)(null),[O,q]=(0,$.useState)(null),[z,ge]=(0,$.useState)({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:""}),[U,Pe]=(0,$.useState)(()=>{let d=My(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),Zs(z,e.config)}),[vo,$e]=(0,$.useState)(!0),[qe,Ae]=(0,$.useState)({}),[we,ar]=(0,$.useState)(null),[sr,Lr]=(0,$.useState)(null),[vt,Xe]=(0,$.useState)(!1),[lr,ln]=(0,$.useState)(!1),ae=(0,$.useRef)(null),eo=(0,$.useRef)(null),ce=(0,$.useRef)(Tp);t.onStoreToken=d=>{d&&be(ce,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{be(ce,"accessToken","onAccessTokenRemoved")};let ke=(0,$.useRef)(),pi=(0,$.useCallback)(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]),Ee=d=>{P(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},wo=d=>{U.embeddedWallets.createOnLogin!=="off"&&$e(!0),Ee(d)};(0,$.useEffect)(()=>{if(!O||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(O,p,U.defaultChain)}},[O,s]),(0,$.useEffect)(()=>{O&&sr?.(O)},[O]),(0,$.useEffect)(()=>{(async()=>{if(!U.customAuth?.enabled)return;$e(!0);let{getCustomAccessToken:p,isLoading:h}=U.customAuth;if(!(!n||h))try{let E=await p();if(!E){await fi.logout();return}if(a)return;t.startAuthFlow(new un(E));let{user:N,isNewUser:Y}=await t.authenticate();N||await fi.logout(),c(N||null),S(Y||!1),l(!0),ln(!0)}catch(E){console.warn(E),a&&await fi.logout()}})()},[U.customAuth?.enabled,U.customAuth?.getCustomAccessToken,U.customAuth?.isLoading,n,a]),(0,$.useEffect)(()=>{lr&&O&&s&&Ht(s,e.config?.embeddedWallets?.createOnLogin)&&(ln(!1),Dc(s,hn).catch(console.error))},[lr&&O&&s]),(0,$.useEffect)(()=>{async function d(){let p=await t.getServerConfig();ge(p);let h=Zs(p,e.config);Pe(h),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let E=ol();SC();let N=(0,Oy.createStore)();H(N),t.initializeConnectorManager(h.walletConnectCloudProjectId,h.rpcConfig,h.chains,h.defaultChain,N,h.appearance.walletList,h.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{St()});let Y=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!Y),Y&&be(ce,"login","onComplete",Y,!1,!0,null),c(Y)),E||De.setReadyToTrue(),E&&Y&&g(!0)}n||d()},[t,we,n]),(0,$.useEffect)(()=>{let d=Zs(z,e.config);Pe(d)},[e.config,z]);let ol=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),h=d.get("privy_oauth_state"),E=d.get("privy_oauth_provider");return p&&h&&E?(t.startAuthFlow(new pr(E,p,h)),wo("AWAITING_OAUTH_SCREEN"),!0):!1},ui=async(d,p,h,E)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;cr(N,p,h,E)};async function cr(d,p,h,E){if(!d)return W({status:"disconnected",connectedWallet:null,connectError:new K("Unable to connect to wallet."),connector:null,connectRetry:x}),E?.(null,h);d instanceof Po&&p&&await d.resetConnection(p),W({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>cr(d,p,h,E)});try{let N=await d.connect({showPrompt:!0});if(U.shouldEnforceDefaultChainOnConnect&&!U.chains.find(Y=>Y.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){W(Y=>({...Y,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:x}));try{await N?.switchChain(U.defaultChain.id),N&&(N.chainId=yn(Hr(U.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${U.defaultChain.id}`)}}return W(Y=>({...Y,status:"connected",connectedWallet:N,connectError:null,connectRetry:x})),N&&!M&&be(ce,"connectWallet","onSuccess",N),E?.(N,h)}catch(N){return N instanceof nt?(console.warn(N.cause?N.cause:N.message),M||be(ce,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),M||be(ce,"connectWallet","onError","unknown_connect_wallet_error")),W(Y=>({...Y,status:"disconnected",connectedWallet:null,connectError:N})),E?.(null,h)}}let et=async(d,p)=>{if(d===null)return;let h=new Fr(d,p);t.startAuthFlow(h)},St=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),h=d.get("privy_wallet_client");if(!p||!h)return;if(h==="phantom"&&!ur()&&wo("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");Ee("AWAITING_CONNECTION");let E=new URL(window.location.href);E.searchParams.delete("privy_connector"),E.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",E),ui(p,h,void 0,et)};(0,$.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let _t=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");g(!0),Ee("LINK_WALLET_SCREEN")},Oc=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},mi=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(W(h=>({...h,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:x})),U.captchaEnabled&&!a){let h={callback:E=>et(d,E),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};Ae({captchaModalData:h}),wo("CAPTCHA_SCREEN")}else await et(d),wo("AWAITING_CONNECTION")},Ft=async(d,p)=>{if(!U.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:h,externalTransactionId:E}=await of(t,d,p?.config??{},U.appearance.palette,U.fiatOnRamp.useSandbox);return{signedUrl:h,externalTransactionId:E}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},cn=()=>{v(d=>{let p=t.connectors?.wallets.map(h=>({...h,linked:Oc(h),loginOrLink:async()=>{if(!await h.isConnected())throw new w("Wallet is not connected");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");mi(h)},fund:async E=>{let{signedUrl:N,externalTransactionId:Y}=await Ft(h.address,E);Ae({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:Y}}),Ee("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let E=await t.unlinkWallet(h.address);c(E)}}))||[];return Xe(pi(p)),fa(d,p)?d:p})};(0,$.useEffect)(()=>{cn()},[s?.linkedAccounts,a,n]),(0,$.useEffect)(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");cn(),t.connectors.on("walletsUpdated",cn)}},[n]);let og=()=>{Ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,$.useEffect)(()=>{if(!y[0])return;let d=y[0],p=C.current.find(E=>E.address===d.address),h;if(d.walletClientType==="privy"?h=s?.linkedAccounts.find(E=>E.type==="wallet"&&E.address===d.address&&E.walletClientType==="privy"):h=s?.linkedAccounts.find(E=>E.type==="wallet"&&E.address===d.address&&E.walletClientType!=="privy"),!p&&h){let E=Object.assign({},s);E.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(E)}C.current=y},[y]);let Dc=async(d,p)=>{if(xe(d))throw be(ce,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[E,N]=await Promise.all([De.initializeWalletProxy(p),tt()]);if(!E&&e.config?.customAuth?.enabled)throw be(ce,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!E||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((Y,Re)=>{$e(!0),Ae({createWallet:{onSuccess:Bt=>{be(ce,"createWallet","onSuccess",Bt),Y(Bt)},onFailure:Bt=>{be(ce,"createWallet","onError","unknown_embedded_wallet_error"),Re(Bt)},callAuthOnSuccessOnClose:!1}}),Ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await E.create({accessToken:N});let Y=await De.refreshUser(),Re=xe(Y);if(!Re)throw be(ce,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return be(ce,"createWallet","onSuccess",Re),Re}},rg=d=>{if(!U.chains.map(p=>p.id).includes(d))throw new K(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Uc=(d,p,h)=>new Promise(async(E,N)=>{if(!a||!s){N(new Error("User must be authenticated before signing with a Privy wallet"));return}let Y=xe(s);if(!Y){N(new Error("Must have a Privy wallet before signing"));return}$e(!0);let Re=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,dn=d.chainId?Number(d.chainId):Re.chainId;rg(dn);let Bt=Object.assign({},d,{chainId:dn}),hi=async()=>{let dr=await tt();if(!dr||!O){N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await De.recoverEmbeddedWallet()){N(new Error("Unable to connect to wallet"));return}let Hc=new di.StaticJsonRpcProvider(ro(Bt.chainId,U.chains,U.rpcConfig)),ig=await ni(Y.address,Bt,Hc),ag=await Vs(dr,Y.address,O,ig,Hc);E(ag)}catch(Ji){N(Ji)}};if(U.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),hi();else{let dr={transactionRequest:Bt,onSuccess:E,onFailure:N,uiOptions:p||{},fundWalletConfig:h},Ji={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:N};Ae({connectWallet:Ji,sendTransaction:dr}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Fc(){return new Promise(async(d,p)=>{let h=await tt();if(!h||!O)throw new Error("Must have valid access token to enroll in MFA");try{await O.verifyMfa({accessToken:h}),d()}catch(E){p(E)}})}let fi={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:og,linkWallet:_t,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(s?.email)throw new w("User already has an email linked to their account.");g(!0),Ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(s?.phone)throw new w("User already has a phone number linked to their account.");g(!0),Ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(s?.google)throw new w("User already has a Google account linked to their account.");await De.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new w("User already has a Twitter account linked to their account.");await De.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(s?.discord)throw new w("User already has a Discord account linked to their account.");await De.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(s?.github)throw new w("User already has a Github account linked to their account.");await De.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await De.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await De.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await De.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new w("User must be authenticated before linking a Farcaster account.");await De.initLoginWithFarcaster(),g(!0),Ee("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{ar(()=>d)}),ar(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}k(!0),wo("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),P(null),be(ce,"logout","onSuccess"),g(!1),r(!1),ie.del(vi)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ce;let d=y.find(h=>s.wallet&&h.address===s.wallet.address),p=t.connectors?.walletConnectors.find(h=>h.wallets.find(E=>E.address===d?.address));return!d||!p?new Ce:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new di.Web3Provider(new io(new Ce));let d=y.find(h=>s.wallet&&h.address===s.wallet.address),p=t.connectors?.walletConnectors.find(h=>h.wallets.find(E=>E.address===d?.address));return!d||!p?new di.Web3Provider(new io(new Ce)):new di.Web3Provider(new io(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new hr(new Ce);let d=y.find(h=>s.wallet&&h.address===s.wallet.address),p=t.connectors?.walletConnectors.find(h=>h.wallets.find(E=>E.address===d?.address));return!d||!p?new hr(new Ce):new hr(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=y.find(E=>(0,Ki.getAddress)(E.address)===(0,Ki.getAddress)(d)),h=s?.linkedAccounts.find(E=>E.type==="wallet"&&(0,Ki.getAddress)(E.address)===(0,Ki.getAddress)(d));if(!p||!await p.isConnected())oe(d),_t();else if(!p.linked)p.loginOrLink();else{let E=Object.assign({},s);E.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(E)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw be(ce,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Dc(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 h=xe(s);if(!h||!O){p(new Error("Must have a Privy wallet to add a password"));return}if(h.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}await Fc(),$e(!0);let E={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};Ae({setWalletPassword:E,connectWallet:N}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(h,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=xe(s);if(!N){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 Y=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let Re=await tt();if(!O||!Re)throw new Error("Unable to connect to wallet");if(!await De.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:Bt}=await O.rpc({accessToken:Re,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),hi=Bt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),hi};if(U.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Re=await Y();h(Re)}catch(Re){E(Re??new ut("Unable to sign message"))}}else{let Bt={message:d,confirmAndSignMessage:Y,onSuccess:dr=>{h(dr)},onFailure:dr=>{E(dr)},uiOptions:p||{}},hi={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};Ae({signMessage:Bt,connectWallet:hi}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,h)=>{let N=await(await Uc(d,p,h)).wait();return $s(N)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let h=xe(s);if(!h){p(new Error("Must have a Privy wallet before exporting"));return}$e(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await tt();if(!N||!O){p(new Error("Must have valid access token to enroll in MFA"));return}if(!O){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await O.connect({accessToken:N,address:h.address}),await O.verifyMfa({accessToken:N})}catch(Re){if(zr(Re))await De.recoverEmbeddedWallet();else throw Re}}catch(Re){p(Re);return}let Y={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};Ae({keyExport:Y,connectWallet:E}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Fc,async init(d){let p;switch(d){case"sms":p=new tl("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":ae.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((h,E)=>{eo.current={resolve:h,reject:E}});break;default:throw ae.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${d}`)}},cancel(){ae.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to enroll in MFA");await O.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,h)=>{if(!d){De.closePrivyModal(),p();return}U.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."),Ae({mfaEnrollmentFlow:{mfaMethods:U.mfa.methods,onSuccess:p,onFailure:h}}),Ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await tt();if(!d||!O)throw new Error("Must have valid access token to enroll in MFA");let p=await O.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to enroll in MFA");await O.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async submitEnrollmentWithTotp(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to enroll in MFA");await O.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async unenroll(d){let p=await tt();if(!p||!O)throw new Error("Must have valid access token to remove MFA");await O.unenrollMfa({method:d,accessToken:p});let h=await t.getAuthenticatedUser();c(h)},loginWithCode(d){return De.loginWithCode(d)},initLoginWithEmail(d){return De.initLoginWithEmail(d)},initLoginWithSms(d){return De.initLoginWithSms(d)},isModalOpen:o};Dy=fi.signMessage,Uy=async(...d)=>{let p=await Uc(...d);return U.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Bc=!!e.config?.headless,De=(()=>({headless:Bc,isNewUserThisSession:b,isLinking:m,linkingHint:j,pendingTransaction:null,walletConnectionStatus:I,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:U.rpcConfig,chains:U.chains,showFiatPrices:U.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>U.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(O)return O;let p=new Promise(N=>{Lr(()=>Y=>N(Y))}),h=new Promise(N=>setTimeout(()=>N(null),d)),E=await Promise.race([p,h]);return Lr(null),E},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(be(ce,"login","onComplete",s,b,!1,ke.current??null),e.onSuccess?.(s,b)):M&&be(ce,"login","onError","exited_auth_flow"),oe(null),k(!1),g(!1),S(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:Ee,connectWallet:cr,initLoginWithWallet:async(d,p)=>{ke.current="siwe",et(d,p)},loginWithWallet:async()=>{if(!n)throw new pn;if(!(t.authFlow instanceof Fr))throw new w("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(h){throw be(ce,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(d||s||null),S(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new yi(d);t.startAuthFlow(p);try{ke.current="farcaster",await p.initializeFarcasterConnect()}catch(h){throw be(ce,"login","onError",h.privyErrorCode||"unknown_auth_error"),h}},loginWithFarcaster:async()=>{if(!n)throw new pn;if(!(t.authFlow instanceof yi))throw new w("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(h){throw be(ce,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(d||null),S(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(Nd()){if(d==="google"&&Mc(window.navigator.userAgent)){wo("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{wo("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let h=new pr(d);p&&h.addCaptchaToken(p),t.startAuthFlow(h);let E=await t.authFlow.getAuthorizationUrl();E&&E.url&&window.location.assign(E.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof pr))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let p=to.get(mn),h=t.authFlow.meta.stateCode;if(p!==h)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:h??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let E,N;if(a)E=await t.link();else try{({user:E,isNewUser:N}=await t.authenticate()),ke.current=d}catch(Y){throw be(ce,"login","onError",Y.privyErrorCode||"unknown_auth_error"),Y}c(E),S(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let h=new Or(d,p);t.startAuthFlow(h);try{ke.current="email",await h.sendCodeEmail()}catch(E){throw be(ce,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},initLoginWithSms:async(d,p)=>{let h=new Br(d,p);t.startAuthFlow(h);try{ke.current="sms",await h.sendSmsCode()}catch(E){throw be(ce,"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 pn;if(t.authFlow instanceof Or)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Br)t.authFlow.meta.smsCode=d.trim();else throw new w("Must initialize a passwordless code flow first");let p,h;a?p=await t.link():{user:p,isNewUser:h}=await t.authenticate(),c(p||s||null),S(h||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:O,createAnalyticsEvent:(d,p,h)=>t.createAnalyticsEvent(d,p,h),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let h=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),E=await tt();if(!E||!O||!h){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}$e(!0);try{await O.connect({accessToken:E,address:h.address}),d(!0)}catch(N){zr(N)&&h.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:h.address}),(await O.recover({address:h.address,accessToken:E})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:h.address}),d(!0)):zr(N)?(Ae({recoverWallet:{privyWallet:h,onFailure:p,onSuccess:()=>d(!0)}}),Ee("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Ft,setReadyToTrue:()=>{i(!0),we?.()},updateWallets:()=>cn()}))();Fy=De.recoverEmbeddedWallet;let ng=(0,$.useMemo)(()=>({wallets:y,ready:vt}),[y,vt]);return(0,Ut.jsx)(Be.Provider,{value:fi,children:(0,Ut.jsx)(xl.Provider,{value:ce,children:(0,Ut.jsx)(Sc.Provider,{value:ng,children:(0,Ut.jsxs)(wp,{...U,children:[e.children,(0,Ut.jsxs)(Pl.Provider,{value:De,children:[!Bc&&U.captchaEnabled&&n&&!a&&(0,Ut.jsx)(ka,{delayedExecution:!1}),(0,Ut.jsx)(fy,{theme:{...U.appearance.palette||{}}}),(0,Ut.jsx)(ep,{appConfig:U,data:qe,setModalData:Ae,setInitialScreen:P,initialScreen:T,authenticated:a,open:o,children:(0,Ut.jsx)(gy,{open:o})}),vo&&z.id?(0,Ut.jsx)(Ny,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ae,mfaSubmitPromise:eo,onLoad:q,onLoadFailed:()=>null}):null]})]})})})})};var Hy=require("react");function Gy(e){let{login:t}=(0,Hy.useContext)(Be);return zt("login",e),{login:t}}var Vy=require("react");function zy(e){let{logout:t}=(0,Vy.useContext)(Be);return zt("logout",e),{logout:t}}var Nc=require("react");var $y=()=>{let e=Se(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=(0,Nc.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,Nc.useCallback)(async({code:i})=>{if(e.enabled&&e.status==="error")throw new jo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var Lc=require("react");var qy=()=>{let e=Se(),{initLoginWithSms:t,loginWithCode:o}=B(),r=(0,Lc.useCallback)(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,Lc.useCallback)(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new jo(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var jy=require("react");function Ky(e){let{connectWallet:t}=(0,jy.useContext)(Be);return zt("connectWallet",e),{connectWallet:t}}var Yy=require("react");function Jy(e){let{createWallet:t}=(0,Yy.useContext)(Be);return zt("createWallet",e),{createWallet:t}}var Qy=require("react");var Zy=()=>{let{isModalOpen:e}=(0,Qy.useContext)(Be);return{isOpen:e}};var Xy=require("react");function eg(e){let{getAccessToken:t}=(0,Xy.useContext)(Be);return zt("accessToken",e),{getAccessToken:t}}function tg(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}0&&(module.exports={AsExternalProvider,Captcha,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,SUPPORTED_CHAINS,VERSION,WalletConnector,addRpcUrlOverrideToChain,errorIndicatesMaxMfaRetries,errorIndicatesMfaTimeout,errorIndicatesMfaVerificationFailed,getAccessToken,useConnectWallet,useCreateWallet,useLogin,useLoginWithEmail,useLoginWithSms,useLogout,useMfa,useMfaEnrollment,useModalStatus,usePrivy,useRegisterMfaListener,useToken,useWallets});