@privy-io/react-auth 1.55.2 → 1.55.3-beta-20240209162440
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +84 -84
- package/dist/index.d.ts +3 -0
- package/dist/index.js +159 -159
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var _y=Object.create;var ta=Object.defineProperty;var ky=Object.getOwnPropertyDescriptor;var Ay=Object.getOwnPropertyNames;var Ry=Object.getPrototypeOf,Iy=Object.prototype.hasOwnProperty;var Wy=(e,t)=>{for(var o in t)ta(e,o,{get:t[o],enumerable:!0})},qc=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ay(t))!Iy.call(e,n)&&n!==o&&ta(e,n,{get:()=>t[n],enumerable:!(r=ky(t,n))||r.enumerable});return e};var k=(e,t,o)=>(o=e!=null?_y(Ry(e)):{},qc(t||!e||!e.__esModule?ta(o,"default",{value:e,enumerable:!0}):o,e)),My=e=>qc(ta({},"__esModule",{value:!0}),e);var hl=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Kc=(e,t,o)=>(hl(e,t,"read from private field"),o?o.call(e):t.get(e)),oa=(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)},yl=(e,t,o,r)=>(hl(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Yc=(e,t,o)=>(hl(e,t,"access private method"),o);var qw={};Wy(qw,{AsExternalProvider:()=>oo,Captcha:()=>Ma,ConnectorManager:()=>kn,PrivyClient:()=>An,PrivyProvider:()=>ay,PrivyProxyProvider:()=>Ce,SUPPORTED_CHAINS:()=>fi,VERSION:()=>da,WalletConnector:()=>pt,addRpcUrlOverrideToChain:()=>by,errorIndicatesMaxMfaRetries:()=>os,errorIndicatesMfaTimeout:()=>jr,errorIndicatesMfaVerificationFailed:()=>qr,getAccessToken:()=>Xe,useConnectWallet:()=>fy,useCreateWallet:()=>yy,useLogin:()=>ly,useLoginWithEmail:()=>py,useLoginWithSms:()=>uy,useLogout:()=>dy,useMfa:()=>rn,useMfaEnrollment:()=>ii,useModalStatus:()=>vy,usePrivy:()=>B,useRegisterMfaListener:()=>Da,useToken:()=>Cy,useWallets:()=>pi});module.exports=My(qw);var Qi=require("@ethersproject/address"),hi=require("@ethersproject/providers"),oy=require("mipd"),$=require("react");var Jc=require("ofetch"),rt=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}]`:""}`}},yo=class extends rt{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends rt{constructor(o,r,n){super(o,r,n);this.type="client_error"}},ra=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var q=class extends rt{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},de=e=>{if(e instanceof rt)return e;if(!(e instanceof Jc.FetchError))return gt(e);if(!e.response)return new yo("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new yo(t||"ApiError",e.response.status,o||r,e,n)},gt=e=>e instanceof rt?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var un=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},St=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},na=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ia=()=>"/api/v1/sessions",aa=()=>"/api/v1/sessions/logout",Qc=()=>"/api/v1/sessions/fork",sa=()=>"/api/v1/sessions/fork/recover",Zc=()=>"/api/v1/siwe/init",Xc=()=>"/api/v1/siwe/authenticate",ed=()=>"/api/v1/siwe/link",td=()=>"/api/v1/farcaster/init",od=()=>"/api/v1/farcaster/authenticate",rd=()=>"/api/v1/farcaster/link",nd=()=>"/api/v1/farcaster/status",id=()=>"/api/v1/passwordless/init",ad=()=>"/api/v1/passwordless/authenticate",sd=()=>"/api/v1/passwordless/link",ld=()=>"/api/v1/passwordless_sms/init",cd=()=>"/api/v1/passwordless_sms/authenticate",dd=()=>"/api/v1/passwordless_sms/link",pd=()=>"/api/v1/oauth/init",ud=()=>"/api/v1/oauth/authenticate",md=()=>"/api/v1/oauth/link",fd=()=>"/api/v1/siwe/unlink",hd=()=>"/api/v1/passwordless/unlink",yd=()=>"/api/v1/passwordless_sms/unlink",gd=()=>"/api/v1/oauth/unlink",vd=()=>"/api/v1/farcaster/unlink",wd=()=>"/api/v1/analytics_events",Cd=()=>"/api/v1/plugins/moonpay_on_ramp/sign",bd=()=>"/api/v1/custom_jwt_account/authenticate",Ed=()=>"/api/v1/mfa/passwordless_sms/init";var Pd=()=>"/api/v1/mfa/passwordless_sms/enroll";var mn=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=bd(),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 Dr=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=ad(),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=sd();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=id();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Td=require("react-device-detect");var lt=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 wi=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new lt(this._startChannelOnce.bind(this)),this.pollForReady=new lt(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(od(),{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(rd(),{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(td(),{token:this.captchaToken});Td.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(nd(),{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 Tl=require("jose");var xd="1.55.2";var la="4df5e2316331463a9130964bd6078dfa",Sd="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",_d="34357d3c125c2bcf2ce2bc3309d98715",ca="https://auth.privy.io",kd=2e4,ct=1400,Ad=2500,da=xd;var Ur="privy:token",gl="privy-token",pa="privy:refresh_token",vl="privy-refresh-token",ua="privy-session",Ci="privy:session_transfer_token",Ly="privy:wallet",bi="privy:caid",fn="privy:state_code",hn="privy:code_verifier",ma=e=>`${Ly}:${e}`,wl="privy:connectors",Cl="privy:connections";var Fr=12e4,Go=1,bl="0x1",yn=3e4,Rd="https://api.moonpay.com/v1",Id="https://api.moonpay.com/v1",Wd="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Md="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Nd="0x420000000000000000000000000000000000000F",Ld=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Od(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Dd(e){return crypto.getRandomValues(new Uint8Array(e))}var fa=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)}},El=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 Ud(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function Oy(){return typeof window<"u"&&window.localStorage?new El:new fa}function Dy(){return typeof window<"u"&&window.sessionStorage?new Pl:new fa}var Zt=Dy(),ae=Oy();var Uy="S256",Fy="S256",dr=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=Zt.get(hn);if(!t)throw new v("Authentication error.");try{let o=ud(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Zt.del(hn),{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=Zt.get(hn);if(!t)throw new v("Authentication error.");try{let o=md(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Zt.del(hn),r}catch(o){throw de(o)}}createCodeVerifier(){return Tl.base64url.encode(Dd(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Uy){if(o==Fy){let r=await Od(t);return Tl.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();Zt.put(hn,t);let o=this.createStateCode();Zt.put(fn,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=pd();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 Br=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 ky=Object.create;var ta=Object.defineProperty;var Ay=Object.getOwnPropertyDescriptor;var Ry=Object.getOwnPropertyNames;var Iy=Object.getPrototypeOf,Wy=Object.prototype.hasOwnProperty;var My=(e,t)=>{for(var o in t)ta(e,o,{get:t[o],enumerable:!0})},qc=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ry(t))!Wy.call(e,n)&&n!==o&&ta(e,n,{get:()=>t[n],enumerable:!(r=Ay(t,n))||r.enumerable});return e};var k=(e,t,o)=>(o=e!=null?ky(Iy(e)):{},qc(t||!e||!e.__esModule?ta(o,"default",{value:e,enumerable:!0}):o,e)),Ny=e=>qc(ta({},"__esModule",{value:!0}),e);var hl=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Kc=(e,t,o)=>(hl(e,t,"read from private field"),o?o.call(e):t.get(e)),oa=(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)},yl=(e,t,o,r)=>(hl(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Yc=(e,t,o)=>(hl(e,t,"access private method"),o);var Kw={};My(Kw,{AsExternalProvider:()=>oo,Captcha:()=>Ma,ConnectorManager:()=>kn,PrivyClient:()=>An,PrivyProvider:()=>sy,PrivyProxyProvider:()=>Ce,SUPPORTED_CHAINS:()=>fi,VERSION:()=>da,WalletConnector:()=>pt,addRpcUrlOverrideToChain:()=>Ey,errorIndicatesMaxMfaRetries:()=>os,errorIndicatesMfaTimeout:()=>jr,errorIndicatesMfaVerificationFailed:()=>qr,getAccessToken:()=>Xe,useConnectWallet:()=>hy,useCreateWallet:()=>gy,useLogin:()=>cy,useLoginWithEmail:()=>uy,useLoginWithSms:()=>my,useLogout:()=>py,useMfa:()=>rn,useMfaEnrollment:()=>ii,useModalStatus:()=>wy,usePrivy:()=>B,useRegisterMfaListener:()=>Da,useToken:()=>by,useWallets:()=>pi});module.exports=Ny(Kw);var Zi=require("@ethersproject/address"),hi=require("@ethersproject/providers"),ry=require("mipd"),$=require("react");var Jc=require("ofetch"),rt=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}]`:""}`}},yo=class extends rt{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends rt{constructor(o,r,n){super(o,r,n);this.type="client_error"}},ra=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var q=class extends rt{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},de=e=>{if(e instanceof rt)return e;if(!(e instanceof Jc.FetchError))return gt(e);if(!e.response)return new yo("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new yo(t||"ApiError",e.response.status,o||r,e,n)},gt=e=>e instanceof rt?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var un=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},St=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},na=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var ia=()=>"/api/v1/sessions",aa=()=>"/api/v1/sessions/logout",Qc=()=>"/api/v1/sessions/fork",sa=()=>"/api/v1/sessions/fork/recover",Zc=()=>"/api/v1/siwe/init",Xc=()=>"/api/v1/siwe/authenticate",ed=()=>"/api/v1/siwe/link",td=()=>"/api/v1/farcaster/init",od=()=>"/api/v1/farcaster/authenticate",rd=()=>"/api/v1/farcaster/link",nd=()=>"/api/v1/farcaster/status",id=()=>"/api/v1/passwordless/init",ad=()=>"/api/v1/passwordless/authenticate",sd=()=>"/api/v1/passwordless/link",ld=()=>"/api/v1/passwordless_sms/init",cd=()=>"/api/v1/passwordless_sms/authenticate",dd=()=>"/api/v1/passwordless_sms/link",pd=()=>"/api/v1/oauth/init",ud=()=>"/api/v1/oauth/authenticate",md=()=>"/api/v1/oauth/link",fd=()=>"/api/v1/siwe/unlink",hd=()=>"/api/v1/passwordless/unlink",yd=()=>"/api/v1/passwordless_sms/unlink",gd=()=>"/api/v1/oauth/unlink",vd=()=>"/api/v1/farcaster/unlink",wd=()=>"/api/v1/analytics_events",Cd=()=>"/api/v1/plugins/moonpay_on_ramp/sign",bd=()=>"/api/v1/custom_jwt_account/authenticate",Ed=()=>"/api/v1/mfa/passwordless_sms/init";var Pd=()=>"/api/v1/mfa/passwordless_sms/enroll";var mn=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=bd(),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 Dr=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=ad(),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=sd();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=id();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Td=require("react-device-detect");var lt=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 Ci=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new lt(this._startChannelOnce.bind(this)),this.pollForReady=new lt(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(od(),{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(rd(),{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(td(),{token:this.captchaToken});Td.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(nd(),{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 Tl=require("jose");var xd="1.55.3-beta-20240209162440";var la="4df5e2316331463a9130964bd6078dfa",Sd="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",_d="34357d3c125c2bcf2ce2bc3309d98715",ca="https://auth.privy.io",kd=2e4,ct=1400,Ad=2500,da=xd;var Ur="privy:token",gl="privy-token",pa="privy:refresh_token",vl="privy-refresh-token",ua="privy-session",bi="privy:session_transfer_token",Oy="privy:wallet",Ei="privy:caid",fn="privy:state_code",hn="privy:code_verifier",ma=e=>`${Oy}:${e}`,wl="privy:connectors",Cl="privy:connections";var Fr=12e4,Go=1,bl="0x1",yn=3e4,Rd="https://api.moonpay.com/v1",Id="https://api.moonpay.com/v1",Wd="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Md="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Nd="0x420000000000000000000000000000000000000F",Ld=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Od(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Dd(e){return crypto.getRandomValues(new Uint8Array(e))}var fa=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)}},El=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 Ud(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function Dy(){return typeof window<"u"&&window.localStorage?new El:new fa}function Uy(){return typeof window<"u"&&window.sessionStorage?new Pl:new fa}var Zt=Uy(),ae=Dy();var Fy="S256",By="S256",dr=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=Zt.get(hn);if(!t)throw new v("Authentication error.");try{let o=ud(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Zt.del(hn),{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=Zt.get(hn);if(!t)throw new v("Authentication error.");try{let o=md(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Zt.del(hn),r}catch(o){throw de(o)}}createCodeVerifier(){return Tl.base64url.encode(Dd(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Fy){if(o==By){let r=await Od(t);return Tl.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();Zt.put(hn,t);let o=this.createStateCode();Zt.put(fn,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=pd();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 Br=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 lt(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(Xc(),{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(ed(),{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(Zc(),{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 Hr=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=cd(),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=dd();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=ld();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Cp=require("uuid");function vt(e){return new Date(e*1e3)}function By(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:vt(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:vt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:vt(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:vt(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:vt(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:vt(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:vt(o.verified_at)};t.push(m);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:vt(o.verified_at)};t.push(h);break;case"linkedin_oauth":let g={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(g);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(y);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:vt(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:vt(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Xt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var Te=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Hy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),vo=(e,t)=>t==="all-users"&&!Te(e)||t==="users-without-wallets"&&!Hy(e)?.length;function Dt(e){if(!e)return null;let t=By(e.linked_accounts),o=Xt(t,"wallet"),r=Xt(t,"email"),n=Xt(t,"phone"),i=Xt(t,"google_oauth"),a=Xt(t,"twitter_oauth"),l=Xt(t,"discord_oauth"),s=Xt(t,"github_oauth"),c=Xt(t,"tiktok_oauth"),m=Xt(t,"linkedin_oauth"),h=Xt(t,"apple_oauth"),g=Xt(t,"farcaster"),y=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:vt(x)}));return{id:e.id,createdAt:vt(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:m&&{subject:m.subject,name:m.name},apple:h&&{subject:h.subject,email:h.email},farcaster:g&&{fid:g.fid,ownerAddress:g.ownerAddress,displayName:g.displayName,username:g.username,bio:g.bio,pfp:g.pfp,url:g.url},mfaMethods:y.map(C=>C.type)}}var Wl=require("@ethersproject/address"),yp=k(require("eventemitter3"));function Fd(){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 ha=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 xl=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||ha(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!xl(o))return!1}return!0},pr=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Bd=()=>{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 Hd=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,}))$/),Gd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ur=(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}`},Sl=e=>new Promise(t=>setTimeout(t,e));function zd(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 Vd=(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 Sl(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},ya=(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 _l=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Gr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function $d(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 Fd()){let m=ha(c);if(!l.some(h=>h.info.name===m)){if(xl(c,!0)&&!s.find(h=>h.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(m==="Phantom"&&!s.find(h=>h.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(h=>h.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function gn(e){return`eip155:${String(Number(e))}`}var eo=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new q(`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]+"/"+la:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Sd:i=n.rpcUrls.default?.http[0],!i)throw new q(`No RPC url found for ${e}`);return i},jd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new q(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};var ep=k(require("@coinbase/wallet-sdk"));var Ei=require("react/jsx-runtime"),Pi=({style:e,...t})=>(0,Ei.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,Ei.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Ei.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 ro=require("@ethersproject/address"),Al=require("@ethersproject/providers"),Xd=k(require("eventemitter3"));var kl=require("@ethersproject/providers"),Yd=k(require("eventemitter3"));var Gy=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],qd=e=>Gy.includes(e);var Kd=require("@ethersproject/logger");var vn=class extends q{constructor(){super("Wallet timeout");this.type="wallet_error"}},wn=class extends q{constructor(){super("User rejected connection");this.type="wallet_error"}},to=e=>{if(e instanceof q)return e;if(e?.code&&e?.reason){let t=new dt(e);return e.code===Kd.ErrorCode.ACTION_REJECTED&&(t.details=wt.E4001_USER_REJECTED_REQUEST),t}return e?.code?new dt(e):new q("Unknown connector error",e)},wo=class extends rt{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},dt=class extends wo{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(wt).find(i=>i.eipCode===r.code);this.details=n||wt.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=wt.E32002_CONNECTION_ALREADY_PENDING:this.details=wt.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=wt.E32002_WALLET_LOCKED))}},zy={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}},Vy={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}},$y={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}},wt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...$y,...Vy},zo={...zy,...wt};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 vn,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||Fr,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 q(`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 to(o)})}},mr=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ga=class extends Yd.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(eo(a,this.chains,n)),this.rpcTimeoutDuration=Cn(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new mr(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Xe()||!this.address)throw new mr("Disconnected",4900);return(await Qd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new mr(`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 mr(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new kl.StaticJsonRpcProvider(eo(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 Jd(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:Gr(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 Gr(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(qd(o.method)){let r=await Xe();if(await Zd(),!r||!this.address)throw new mr("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 mr("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Xe();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}}},oo=class extends Ce{constructor(o){super(o,o.rpcTimeoutDuration)}},fr=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 jy=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},pt=class extends Xd.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=gn(o),this.walletClientType==="privy"&&ae.put(ma(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=Cn(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>(0,ro.getAddress)(i.address)===(0,ro.getAddress)(o));return{address:(0,ro.getAddress)(o),chainId:r,switchChain:async i=>{if(!n)throw new q("Wallet is not currently connected.");let a=this.wallets.find(h=>(0,ro.getAddress)(h.address)===(0,ro.getAddress)(o))?.chainId;if(!a)throw new q("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===gn(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new q(`Unsupported chainId: ${i}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await m()}catch(h){if(jy(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new q(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new q("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new q("Wallet is not currently connected.");return new Al.Web3Provider(new oo(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new q("Wallet is not currently connected.");return new fr(this.proxyProvider)},sign:async i=>{if(!await n())throw new q("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=(0,ro.getAddress)(n),a=[],l;if(this.walletClientType==="privy"){let c=ae.get(ma(i));this.chains.find(m=>m.id===Number(c))||(ae.del(ma(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 ${bl}`,c),l=bl}let s=gn(l);a.find(c=>(0,ro.getAddress)(c.address)===i)||a.push(this.buildConnectedWallet((0,ro.getAddress)(n),s)),va(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,ro.getAddress)(n)===(0,ro.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 Al.Web3Provider(new oo(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 qy=e=>{let t=`https://mainnet.infura.io/v3/${la}`,o=1;return e.makeWeb3Provider(t,o)},wa,Ca=class extends pt{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),wa||(wa=new ep.default({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(qy(wa)),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(){wa.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Pi}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new q("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw to(o)}}};var Rl=require("react/jsx-runtime"),ba=({...e})=>(0,Rl.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,Rl.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 Ea=class extends pt{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:[Gr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ba}}disconnect(){this.connected=!1}async promptConnection(){}};var Il=require("react/jsx-runtime"),bn=({style:e,...t})=>(0,Il.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,Il.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 nt=require("react/jsx-runtime"),En=({style:e,...t})=>(0,nt.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,nt.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,nt.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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 Ti=require("react/jsx-runtime"),Co=({style:e,...t})=>(0,Ti.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,Ti.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,Ti.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 pt{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}}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 q("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw to(o)}}},Pn,xn=class extends pt{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";oa(this,Pn,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"?yl(this,Pn,{name:"MetaMask",icon:En}):a==="phantom"&&yl(this,Pn,{name:"Phantom",icon:Co})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Kc(this,Pn)??{name:"Browser Extension",icon:bn}}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 q("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw to(o)}}};Pn=new WeakMap;var Ky=require("@ethersproject/address"),Yy=require("@ethersproject/providers"),tp=require("react-device-detect");var Pa=class extends Tn{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{tp.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 q("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw to(t)}}};var Ta=class extends pt{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new Ce(void 0,Fr);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var xa=class extends Ta{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Co}}};var _n=require("@walletconnect/ethereum-provider"),hp=require("react-device-detect");var Ut=require("react");var op=require("react/jsx-runtime");function Sa({src:e,...t}){return(0,op.jsx)("img",{src:e,...t,style:{display:"none"}})}var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var _a=require("react/jsx-runtime"),rp=(0,Ut.createContext)({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),Jy=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],np=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=(0,Ut.useState)(e.initialScreen);(0,Ut.useEffect)(()=>{!o&&!Jy.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=(0,Ut.useRef)(null);(0,Ut.useEffect)(()=>{e.open||(i.current=null)},[e.open]),(0,Ut.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,_a.jsxs)(rp.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&(0,_a.jsx)(Sa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>(0,Ut.useContext)(rp);var Vo=require("react/jsx-runtime"),xi=({style:e,...t})=>{let{app:o}=_();return(0,Vo.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,Vo.jsx)("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,Vo.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,Vo.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,Vo.jsx)("defs",{children:(0,Vo.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,Vo.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ka=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Sn))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Sn={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 Qy(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var ip=e=>e in Sn,ap=e=>{let t=Sn[e].mobile;if("native"in t)return t.native};function sp(e,t){let o=Qy(t);if(o.deepLink)return up(o.deepLink,e);if(o.universalLink)return mp(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var lp="WALLETCONNECT_DEEPLINK_CHOICE";function cp(){try{localStorage.removeItem(lp)}catch{}}function dp({href:e,name:t}){try{localStorage.setItem(lp,JSON.stringify({href:e,name:t}))}catch{}}function pp(e){return e.startsWith("http://")||e.startsWith("https://")}function up(e,t){if(pp(e))return mp(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 mp(e,t){if(!pp(e))return up(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function fp(e,t){window.open(e,t,"noreferrer noopener")}var bo=class extends pt{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Sn[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=ka(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:En}:{name:_l(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||xi}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Sn[o],this.walletClientType=o,this.redirectUri=void 0,cp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new wn)};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 q("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ka(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Cn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(to(a));return}r(new q("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=eo(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await _n.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:_n.OPTIONAL_EVENTS,optionalMethods:_n.OPTIONAL_METHODS,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),hp.isMobile&&this.walletEntry){let{redirect:i,href:a}=sp(n,this.walletEntry);dp({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,fp(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=ka(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Ml=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,Wl.getAddress)(t)).length:!1},Cn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Fr:Fr,kn=class extends yp.default{constructor(o,r,n,i,a,l){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new 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.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;ae.get(wl)&&(ae.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ae.del(r)}),ae.del(wl));let o=$d(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"),!pr()&&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 ga(o,r,this.rpcConfig,this.chains,n.id),l=new Ea(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 bo&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Pa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new xn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new xn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new xn(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 Ca(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new xa(this.defaultChain):new bo(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ae.get(Cl);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}));ae.put(Cl,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,Wl.getAddress)(o),this.emit("walletsUpdated")}};function va(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 gp=require("ofetch");var Zy=[ia(),sa(),aa()],Aa=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=da,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=gp.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=!Zy.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 ra}})}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 hr=k(require("js-cookie"));function vp(e){return e instanceof Dr?"email":e instanceof Hr?"sms":e instanceof Br?"siwe":e instanceof mn?"custom_auth":e instanceof dr?e.meta.provider:null}var wp=k(require("jose")),Eo=class{static parse(t){try{return new Eo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=wp.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var Xy=30,Ra=class{constructor(){this.authenticateOnce=new lt(async t=>this._authenticate(t)),this.linkOnce=new lt(async t=>this._link(t)),this.refreshOnce=new lt(this._refresh.bind(this)),this.destroyOnce=new lt(this._destroy.bind(this)),this.forkSessionOnce=new lt(this._forkSession.bind(this))}get token(){try{let t=ae.get(Ur);return typeof t=="string"?new Eo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ae.get(pa);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ae.get(Ci);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=hr.default.get(ua);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Eo.parse(this.token);return t!==null&&!t.isExpired(Xy)}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=vp(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:Dt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),gt(o)}}async _link(t){try{let o=await t.link();return Dt(o)}catch(o){throw console.warn("Error linking account"),gt(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(ia(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(sa(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Dt(n.user)}catch(n){if(n instanceof yo&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw gt(n)}}async _destroy(){try{await this.api?.post(aa(),{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(Qc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw gt(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ae.get(Ur);if(ae.put(Ur,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Eo.parse(t)?.expiration;hr.default.set(gl,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ae.del(Ur),hr.default.remove(gl)}storeRefreshToken(t){typeof t=="string"?(ae.put(pa,t),this.client?.useServerCookies||(hr.default.set(ua,"t",{sameSite:"Strict",secure:!0,expires:30}),hr.default.set(vl,t,{sameSite:"Strict",secure:!0,expires:30}))):(ae.del(pa),hr.default.remove(vl),hr.default.remove(ua))}clearForkedToken(){ae.del(Ci)}};var Nl,Ia,bp,An=class{constructor(t){oa(this,Ia);this.apiUrl=t.apiUrl||ca,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||kd,this.appId=t.appId,this.clientAnalyticsId=Yc(this,Ia,bp).call(this),Nl||(Nl=new Ra),this.session=Nl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new kn(t,o,r,n,i,a))}generateApi(){let t=new Aa(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(hd(),{address:t});return Dt(o)}catch(o){throw gt(o)}}async unlinkPhone(t){try{let o=await this.api.post(yd(),{phoneNumber:t});return Dt(o)}catch(o){throw gt(o)}}async unlinkWallet(t){try{let o=await this.api.post(fd(),{address:t});return Dt(o)}catch(o){throw gt(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(gd(),{provider:t,subject:o});return Dt(r)}catch(r){throw gt(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(vd(),{fid:t});return Dt(o)}catch(o){throw gt(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(wd(),{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(Cd(),t)}catch(o){throw gt(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Eo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw gt(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()}};Ia=new WeakSet,bp=function(){if(typeof window>"u")return null;try{let o=ae.get(bi);if(typeof o=="string"&&o.length>0)return o}catch{}let t=(0,Cp.v4)();try{return ae.put(bi,t),t}catch{return t}};var xp=require("@marsidev/react-turnstile"),Wa=require("react");var Ft=require("react");var Tp=require("react/jsx-runtime"),Ep=(0,Ft.createContext)({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),$o=class extends rt{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Pp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=(0,Ft.useRef)(null),[i,a]=(0,Ft.useState)(),[l,s]=(0,Ft.useState)(),[c,m]=(0,Ft.useState)(!1),h=(0,Ft.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,Tp.jsx)(Ep.Provider,{value:{...h,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 zd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new $o("Captcha failed",null,"captcha_timeout")}}},children:e})},xe=()=>(0,Ft.useContext)(Ep);var Ll=require("react/jsx-runtime"),Ma=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=xe(),[,s]=(0,Wa.useMemo)(()=>o?.split("t:")||[],[o]);if((0,Wa.useEffect)(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,Ll.jsx)("div",{className:"hidden h-0 w-0",children:(0,Ll.jsx)(xp.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 nr=require("react"),Oh=k(require("react-dom"));var Na=require("react");var Ol=(0,Na.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),R=()=>(0,Na.useContext)(Ol);var La=require("react");var Fe=(0,La.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,isModalOpen:!1}),B=()=>(0,La.useContext)(Fe);var Oa=require("react"),Sp=e=>{let[t,o]=(0,Oa.useState)("auto");return(0,Oa.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 Rn=require("react"),_p={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Dl=(0,Rn.createContext)(void 0),kp=()=>(0,Rn.useContext)(Dl);function Bt(e,t){if(!t)return;let r=kp().current[e];return(0,Rn.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 Ap(){let e=kp();return(t,o,...r)=>be(e,t,o,...r)}function Da(e){Bt("configureMfa",e)}var qa=k(require("styled-components"));var Gt=k(require("styled-components"));var Ua=k(require("styled-components")),yr=require("react/jsx-runtime"),gr=({success:e,fail:t})=>(0,yr.jsxs)(yr.Fragment,{children:[(0,yr.jsx)(Ht,{className:e?"success":t?"fail":""}),(0,yr.jsx)(Ul,{className:e?"success":t?"fail":""})]}),Ht=Ua.default.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new lt(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(Xc(),{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(ed(),{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(Zc(),{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 Hr=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=cd(),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=dd();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=ld();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw de(r)}}};var Cp=require("uuid");function vt(e){return new Date(e*1e3)}function Hy(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:vt(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:vt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:vt(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:vt(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:vt(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:vt(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:vt(o.verified_at)};t.push(m);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:vt(o.verified_at)};t.push(h);break;case"linkedin_oauth":let g={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(g);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:vt(o.verified_at)};t.push(y);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:vt(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:vt(o.verified_at)};t.push(w);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Xt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var Te=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Gy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),vo=(e,t)=>t==="all-users"&&!Te(e)||t==="users-without-wallets"&&!Gy(e)?.length;function Ut(e){if(!e)return null;let t=Hy(e.linked_accounts),o=Xt(t,"wallet"),r=Xt(t,"email"),n=Xt(t,"phone"),i=Xt(t,"google_oauth"),a=Xt(t,"twitter_oauth"),l=Xt(t,"discord_oauth"),s=Xt(t,"github_oauth"),c=Xt(t,"tiktok_oauth"),m=Xt(t,"linkedin_oauth"),h=Xt(t,"apple_oauth"),g=Xt(t,"farcaster"),y=e.mfa_methods.map(({type:C,verified_at:x})=>({type:C,verifiedAt:vt(x)}));return{id:e.id,createdAt:vt(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},apple:h&&{subject:h.subject,email:h.email},farcaster:g&&{fid:g.fid,ownerAddress:g.ownerAddress,displayName:g.displayName,username:g.username,bio:g.bio,pfp:g.pfp,url:g.url},mfaMethods:y.map(C=>C.type)}}var Wl=require("@ethersproject/address"),yp=k(require("eventemitter3"));function Fd(){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 ha=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 xl=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||ha(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!xl(o))return!1}return!0},pr=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Bd=()=>{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 Hd=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,}))$/),Gd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ur=(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}`},Sl=e=>new Promise(t=>setTimeout(t,e));function zd(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 Vd=(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 Sl(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},ya=(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 _l=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Gr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function $d(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 Fd()){let m=ha(c);if(!l.some(h=>h.info.name===m)){if(xl(c,!0)&&!s.find(h=>h.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(m==="Phantom"&&!s.find(h=>h.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(h=>h.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function gn(e){return`eip155:${String(Number(e))}`}var eo=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new q(`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]+"/"+la:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Sd:i=n.rpcUrls.default?.http[0],!i)throw new q(`No RPC url found for ${e}`);return i},jd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new q(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};var ep=k(require("@coinbase/wallet-sdk"));var Pi=require("react/jsx-runtime"),Ti=({style:e,...t})=>(0,Pi.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,Pi.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Pi.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 ro=require("@ethersproject/address"),Al=require("@ethersproject/providers"),Xd=k(require("eventemitter3"));var kl=require("@ethersproject/providers"),Yd=k(require("eventemitter3"));var zy=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],qd=e=>zy.includes(e);var Kd=require("@ethersproject/logger");var vn=class extends q{constructor(){super("Wallet timeout");this.type="wallet_error"}},wn=class extends q{constructor(){super("User rejected connection");this.type="wallet_error"}},to=e=>{if(e instanceof q)return e;if(e?.code&&e?.reason){let t=new dt(e);return e.code===Kd.ErrorCode.ACTION_REJECTED&&(t.details=wt.E4001_USER_REJECTED_REQUEST),t}return e?.code?new dt(e):new q("Unknown connector error",e)},wo=class extends rt{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},dt=class extends wo{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(wt).find(i=>i.eipCode===r.code);this.details=n||wt.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=wt.E32002_CONNECTION_ALREADY_PENDING:this.details=wt.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=wt.E32002_WALLET_LOCKED))}},Vy={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},$y={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}},jy={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}},wt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...jy,...$y},zo={...Vy,...wt};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 vn,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||Fr,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 q(`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 to(o)})}},mr=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ga=class extends Yd.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(eo(a,this.chains,n)),this.rpcTimeoutDuration=Cn(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new mr(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Xe()||!this.address)throw new mr("Disconnected",4900);return(await Qd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new mr(`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 mr(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new kl.StaticJsonRpcProvider(eo(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 Jd(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:Gr(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 Gr(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(qd(o.method)){let r=await Xe();if(await Zd(),!r||!this.address)throw new mr("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 mr("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Xe();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}}},oo=class extends Ce{constructor(o){super(o,o.rpcTimeoutDuration)}},fr=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 qy=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},pt=class extends Xd.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=gn(o),this.walletClientType==="privy"&&ae.put(ma(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=Cn(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>(0,ro.getAddress)(i.address)===(0,ro.getAddress)(o));return{address:(0,ro.getAddress)(o),chainId:r,switchChain:async i=>{if(!n)throw new q("Wallet is not currently connected.");let a=this.wallets.find(h=>(0,ro.getAddress)(h.address)===(0,ro.getAddress)(o))?.chainId;if(!a)throw new q("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===gn(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new q(`Unsupported chainId: ${i}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await m()}catch(h){if(qy(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new q(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new q("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new q("Wallet is not currently connected.");return new Al.Web3Provider(new oo(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new q("Wallet is not currently connected.");return new fr(this.proxyProvider)},sign:async i=>{if(!await n())throw new q("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=(0,ro.getAddress)(n),a=[],l;if(this.walletClientType==="privy"){let c=ae.get(ma(i));this.chains.find(m=>m.id===Number(c))||(ae.del(ma(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 ${bl}`,c),l=bl}let s=gn(l);a.find(c=>(0,ro.getAddress)(c.address)===i)||a.push(this.buildConnectedWallet((0,ro.getAddress)(n),s)),va(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,ro.getAddress)(n)===(0,ro.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 Al.Web3Provider(new oo(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 Ky=e=>{let t=`https://mainnet.infura.io/v3/${la}`,o=1;return e.makeWeb3Provider(t,o)},wa,Ca=class extends pt{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),wa||(wa=new ep.default({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Ky(wa)),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(){wa.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ti}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new q("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw to(o)}}};var Rl=require("react/jsx-runtime"),ba=({...e})=>(0,Rl.jsx)("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,Rl.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 Ea=class extends pt{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:[Gr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ba}}disconnect(){this.connected=!1}async promptConnection(){}};var Il=require("react/jsx-runtime"),bn=({style:e,...t})=>(0,Il.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,Il.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 nt=require("react/jsx-runtime"),En=({style:e,...t})=>(0,nt.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,nt.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,nt.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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,nt.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 xi=require("react/jsx-runtime"),Co=({style:e,...t})=>(0,xi.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,xi.jsx)("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),(0,xi.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 pt{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}}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 q("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw to(o)}}},Pn,xn=class extends pt{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";oa(this,Pn,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"?yl(this,Pn,{name:"MetaMask",icon:En}):a==="phantom"&&yl(this,Pn,{name:"Phantom",icon:Co})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Kc(this,Pn)??{name:"Browser Extension",icon:bn}}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 q("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw to(o)}}};Pn=new WeakMap;var Yy=require("@ethersproject/address"),Jy=require("@ethersproject/providers"),tp=require("react-device-detect");var Pa=class extends Tn{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{tp.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 q("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw to(t)}}};var Ta=class extends pt{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new Ce(void 0,Fr);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var xa=class extends Ta{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Co}}};var _n=require("@walletconnect/ethereum-provider"),hp=require("react-device-detect");var Ft=require("react");var op=require("react/jsx-runtime");function Sa({src:e,...t}){return(0,op.jsx)("img",{src:e,...t,style:{display:"none"}})}var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var _a=require("react/jsx-runtime"),rp=(0,Ft.createContext)({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),Qy=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],np=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=(0,Ft.useState)(e.initialScreen);(0,Ft.useEffect)(()=>{!o&&!Qy.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=(0,Ft.useRef)(null);(0,Ft.useEffect)(()=>{e.open||(i.current=null)},[e.open]),(0,Ft.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,_a.jsxs)(rp.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&(0,_a.jsx)(Sa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>(0,Ft.useContext)(rp);var Vo=require("react/jsx-runtime"),Si=({style:e,...t})=>{let{app:o}=_();return(0,Vo.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,Vo.jsx)("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),(0,Vo.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,Vo.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,Vo.jsx)("defs",{children:(0,Vo.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,Vo.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ka=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Sn))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Sn={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 Zy(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var ip=e=>e in Sn,ap=e=>{let t=Sn[e].mobile;if("native"in t)return t.native};function sp(e,t){let o=Zy(t);if(o.deepLink)return up(o.deepLink,e);if(o.universalLink)return mp(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var lp="WALLETCONNECT_DEEPLINK_CHOICE";function cp(){try{localStorage.removeItem(lp)}catch{}}function dp({href:e,name:t}){try{localStorage.setItem(lp,JSON.stringify({href:e,name:t}))}catch{}}function pp(e){return e.startsWith("http://")||e.startsWith("https://")}function up(e,t){if(pp(e))return mp(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 mp(e,t){if(!pp(e))return up(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function fp(e,t){window.open(e,t,"noreferrer noopener")}var bo=class extends pt{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new Ce(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Sn[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=ka(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:En}:{name:_l(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||Si}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Sn[o],this.walletClientType=o,this.redirectUri=void 0,cp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new wn)};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 q("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ka(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Cn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(to(a));return}r(new q("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let n of this.chains){let i=eo(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await _n.EthereumProvider.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:_n.OPTIONAL_EVENTS,optionalMethods:_n.OPTIONAL_METHODS,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),hp.isMobile&&this.walletEntry){let{redirect:i,href:a}=sp(n,this.walletEntry);dp({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,fp(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=ka(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Ml=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,Wl.getAddress)(t)).length:!1},Cn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Fr:Fr,kn=class extends yp.default{constructor(o,r,n,i,a,l){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new 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.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;ae.get(wl)&&(ae.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ae.del(r)}),ae.del(wl));let o=$d(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"),!pr()&&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 ga(o,r,this.rpcConfig,this.chains,n.id),l=new Ea(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 bo&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Pa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new xn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new xn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new xn(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 Ca(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new xa(this.defaultChain):new bo(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ae.get(Cl);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}));ae.put(Cl,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,Wl.getAddress)(o),this.emit("walletsUpdated")}};function va(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 gp=require("ofetch");var Xy=[ia(),sa(),aa()],Aa=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=da,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=gp.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=!Xy.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 ra}})}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 hr=k(require("js-cookie"));function vp(e){return e instanceof Dr?"email":e instanceof Hr?"sms":e instanceof Br?"siwe":e instanceof mn?"custom_auth":e instanceof dr?e.meta.provider:null}var wp=k(require("jose")),Eo=class{static parse(t){try{return new Eo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=wp.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var eg=30,Ra=class{constructor(){this.authenticateOnce=new lt(async t=>this._authenticate(t)),this.linkOnce=new lt(async t=>this._link(t)),this.refreshOnce=new lt(this._refresh.bind(this)),this.destroyOnce=new lt(this._destroy.bind(this)),this.forkSessionOnce=new lt(this._forkSession.bind(this))}get token(){try{let t=ae.get(Ur);return typeof t=="string"?new Eo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ae.get(pa);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ae.get(bi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=hr.default.get(ua);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Eo.parse(this.token);return t!==null&&!t.isExpired(eg)}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=vp(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:Ut(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),gt(o)}}async _link(t){try{let o=await t.link();return Ut(o)}catch(o){throw console.warn("Error linking account"),gt(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(ia(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(sa(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Ut(n.user)}catch(n){if(n instanceof yo&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw gt(n)}}async _destroy(){try{await this.api?.post(aa(),{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(Qc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw gt(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ae.get(Ur);if(ae.put(Ur,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=Eo.parse(t)?.expiration;hr.default.set(gl,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ae.del(Ur),hr.default.remove(gl)}storeRefreshToken(t){typeof t=="string"?(ae.put(pa,t),this.client?.useServerCookies||(hr.default.set(ua,"t",{sameSite:"Strict",secure:!0,expires:30}),hr.default.set(vl,t,{sameSite:"Strict",secure:!0,expires:30}))):(ae.del(pa),hr.default.remove(vl),hr.default.remove(ua))}clearForkedToken(){ae.del(bi)}};var Nl,Ia,bp,An=class{constructor(t){oa(this,Ia);this.apiUrl=t.apiUrl||ca,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||kd,this.appId=t.appId,this.clientAnalyticsId=Yc(this,Ia,bp).call(this),Nl||(Nl=new Ra),this.session=Nl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new kn(t,o,r,n,i,a))}generateApi(){let t=new Aa(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(hd(),{address:t});return Ut(o)}catch(o){throw gt(o)}}async unlinkPhone(t){try{let o=await this.api.post(yd(),{phoneNumber:t});return Ut(o)}catch(o){throw gt(o)}}async unlinkWallet(t){try{let o=await this.api.post(fd(),{address:t});return Ut(o)}catch(o){throw gt(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(gd(),{provider:t,subject:o});return Ut(r)}catch(r){throw gt(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(vd(),{fid:t});return Ut(o)}catch(o){throw gt(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(wd(),{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(Cd(),t)}catch(o){throw gt(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Eo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw gt(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()}};Ia=new WeakSet,bp=function(){if(typeof window>"u")return null;try{let o=ae.get(Ei);if(typeof o=="string"&&o.length>0)return o}catch{}let t=(0,Cp.v4)();try{return ae.put(Ei,t),t}catch{return t}};var xp=require("@marsidev/react-turnstile"),Wa=require("react");var Bt=require("react");var Tp=require("react/jsx-runtime"),Ep=(0,Bt.createContext)({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),$o=class extends rt{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Pp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=(0,Bt.useRef)(null),[i,a]=(0,Bt.useState)(),[l,s]=(0,Bt.useState)(),[c,m]=(0,Bt.useState)(!1),h=(0,Bt.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,Tp.jsx)(Ep.Provider,{value:{...h,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 zd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new $o("Captcha failed",null,"captcha_timeout")}}},children:e})},xe=()=>(0,Bt.useContext)(Ep);var Ll=require("react/jsx-runtime"),Ma=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=xe(),[,s]=(0,Wa.useMemo)(()=>o?.split("t:")||[],[o]);if((0,Wa.useEffect)(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return(0,Ll.jsx)("div",{className:"hidden h-0 w-0",children:(0,Ll.jsx)(xp.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 nr=require("react"),Dh=k(require("react-dom"));var Na=require("react");var Ol=(0,Na.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),R=()=>(0,Na.useContext)(Ol);var La=require("react");var Fe=(0,La.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,isModalOpen:!1}),B=()=>(0,La.useContext)(Fe);var Oa=require("react"),Sp=e=>{let[t,o]=(0,Oa.useState)("auto");return(0,Oa.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 Rn=require("react"),_p={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Dl=(0,Rn.createContext)(void 0),kp=()=>(0,Rn.useContext)(Dl);function Ht(e,t){if(!t)return;let r=kp().current[e];return(0,Rn.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 Ap(){let e=kp();return(t,o,...r)=>be(e,t,o,...r)}function Da(e){Ht("configureMfa",e)}var qa=k(require("styled-components"));var zt=k(require("styled-components"));var Ua=k(require("styled-components")),yr=require("react/jsx-runtime"),gr=({success:e,fail:t})=>(0,yr.jsxs)(yr.Fragment,{children:[(0,yr.jsx)(Gt,{className:e?"success":t?"fail":""}),(0,yr.jsx)(Ul,{className:e?"success":t?"fail":""})]}),Gt=Ua.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
|
-
`,Ul=(0,Ua.default)(
|
|
45
|
+
`,Ul=(0,Ua.default)(Gt)`
|
|
46
46
|
&& {
|
|
47
47
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
48
48
|
animation: none;
|
|
49
49
|
opacity: 0.5;
|
|
50
50
|
}
|
|
51
|
-
`,zr=e=>(0,yr.jsx)(
|
|
51
|
+
`,zr=e=>(0,yr.jsx)(tg,{color:e.color||"var(--privy-color-foreground-3)"}),tg=(0,Ua.default)(Gt)`
|
|
52
52
|
&& {
|
|
53
53
|
height: 0.9rem;
|
|
54
54
|
width: 0.9rem;
|
|
@@ -57,7 +57,7 @@ Resources:
|
|
|
57
57
|
/* Override default Loader to match button transitions */
|
|
58
58
|
transition: border-color 200ms ease;
|
|
59
59
|
}
|
|
60
|
-
`;var je=require("react/jsx-runtime"),Fa=
|
|
60
|
+
`;var je=require("react/jsx-runtime"),Fa=zt.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
|
-
`,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Rp,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(zr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),
|
|
89
|
-
${e=>e.hideAnimations&&
|
|
88
|
+
`,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Rp,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(zr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),f2=(0,zt.default)(U)`
|
|
89
|
+
${e=>e.hideAnimations&&zt.css`
|
|
90
90
|
&& {
|
|
91
91
|
transition: none;
|
|
92
92
|
}
|
|
93
93
|
`}
|
|
94
|
-
`,Ba=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Rp,{as:"a",disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(zr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),Rp=(0,
|
|
94
|
+
`,Ba=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(Rp,{as:"a",disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(zr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),Rp=(0,zt.default)(Fa)`
|
|
95
95
|
position: relative;
|
|
96
96
|
|
|
97
97
|
&& {
|
|
@@ -117,7 +117,7 @@ Resources:
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
/* If an anchor tag, :disabled isn't a thing, so manually set state */
|
|
120
|
-
${e=>e.disabled?
|
|
120
|
+
${e=>e.disabled?zt.css`
|
|
121
121
|
&&&,
|
|
122
122
|
&&&:hover,
|
|
123
123
|
&&&:active {
|
|
@@ -136,7 +136,7 @@ Resources:
|
|
|
136
136
|
opacity: 1;
|
|
137
137
|
animation: fadein 200ms ease;
|
|
138
138
|
}
|
|
139
|
-
`,jo=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(
|
|
139
|
+
`,jo=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>(0,je.jsx)(og,{disabled:t||o,...n,children:t?(0,je.jsxs)("span",{children:[(0,je.jsx)(zr,{}),r?(0,je.jsx)("span",{children:r}):null]}):e}),og=(0,zt.default)(Fa)`
|
|
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
|
-
`,Ha=
|
|
168
|
+
`,Ha=zt.default.button`
|
|
169
169
|
&& {
|
|
170
170
|
padding: 12px 16px;
|
|
171
171
|
font-weight: 500;
|
|
@@ -178,7 +178,7 @@ Resources:
|
|
|
178
178
|
transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
|
|
179
179
|
user-select: none;
|
|
180
180
|
|
|
181
|
-
${e=>e.invisible&&
|
|
181
|
+
${e=>e.invisible&&zt.css`
|
|
182
182
|
pointer-events: none;
|
|
183
183
|
`}
|
|
184
184
|
|
|
@@ -196,10 +196,10 @@ Resources:
|
|
|
196
196
|
cursor: not-allowed;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
`,
|
|
199
|
+
`,h2=zt.default.div`
|
|
200
200
|
/* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
|
|
201
201
|
height: 44px;
|
|
202
|
-
`,Ga=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>(0,je.jsxs)(
|
|
202
|
+
`,Ga=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>(0,je.jsxs)(rg,{isSubmitting:r,onClick:t,disabled:o,...n,children:[(0,je.jsx)("span",{children:e}),(0,je.jsx)("span",{children:(0,je.jsx)(zr,{})})]}),rg=zt.default.button`
|
|
203
203
|
&& {
|
|
204
204
|
color: var(--privy-color-accent);
|
|
205
205
|
font-size: 16px;
|
|
@@ -256,7 +256,7 @@ Resources:
|
|
|
256
256
|
transition: border-color 800ms;
|
|
257
257
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
258
258
|
}
|
|
259
|
-
`;var Va=require("@heroicons/react/24/outline"),$a=k(require("styled-components"));var ut=require("react/jsx-runtime"),Wp=()=>(0,ut.jsx)("div",{}),
|
|
259
|
+
`;var Va=require("@heroicons/react/24/outline"),$a=k(require("styled-components"));var ut=require("react/jsx-runtime"),Wp=()=>(0,ut.jsx)("div",{}),ng=({backFn:e})=>(0,ut.jsx)("div",{children:(0,ut.jsx)(Mp,{onClick:e,children:(0,ut.jsx)(Va.ArrowLeftIcon,{height:"16px",width:"16px",strokeWidth:2})})}),ig=e=>(0,ut.jsx)("div",{children:(0,ut.jsx)(Mp,{onClick:e.onClose,children:(0,ut.jsx)(Va.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,ut.jsxs)(ag,{children:[e?(0,ut.jsx)(ng,{backFn:e}):(0,ut.jsx)(Wp,{}),o&&(0,ut.jsx)(sg,{children:o}),i?.render.inDialog&&r?(0,ut.jsx)(ig,{onClose:t||(()=>n())}):(0,ut.jsx)(Wp,{})]})},Mp=$a.default.button`
|
|
260
260
|
&& {
|
|
261
261
|
cursor: pointer;
|
|
262
262
|
display: flex;
|
|
@@ -275,7 +275,7 @@ Resources:
|
|
|
275
275
|
opacity: 1;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
|
-
`,
|
|
278
|
+
`,ag=$a.default.div`
|
|
279
279
|
padding: 16px 0;
|
|
280
280
|
display: flex;
|
|
281
281
|
align-items: center;
|
|
@@ -297,14 +297,14 @@ Resources:
|
|
|
297
297
|
display: flex;
|
|
298
298
|
justify-content: flex-end;
|
|
299
299
|
}
|
|
300
|
-
`,
|
|
300
|
+
`,sg=$a.default.div`
|
|
301
301
|
overflow: hidden;
|
|
302
302
|
white-space: nowrap;
|
|
303
303
|
max-width: 100%;
|
|
304
304
|
text-overflow: ellipsis;
|
|
305
305
|
text-align: center;
|
|
306
306
|
color: var(--privy-color-foreground-2);
|
|
307
|
-
`;var Fl=require("react/jsx-runtime"),ja=({style:e,...t})=>(0,Fl.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,Fl.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 Le=require("react/jsx-runtime"),Np=()=>{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,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(S,{}),(0,Le.jsxs)(
|
|
307
|
+
`;var Fl=require("react/jsx-runtime"),ja=({style:e,...t})=>(0,Fl.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,Fl.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 Le=require("react/jsx-runtime"),Np=()=>{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,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(S,{}),(0,Le.jsxs)(lg,{children:[(0,Le.jsx)(dg,{children:(0,Le.jsxs)("div",{children:[(0,Le.jsx)(za,{}),(0,Le.jsx)(ja,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),(0,Le.jsxs)(cg,{children:[typeof o=="string"?(0,Le.jsx)("h3",{children:o}):(0,Le.jsx)(Le.Fragment,{children:o}),typeof r=="string"?(0,Le.jsx)("p",{children:r}):(0,Le.jsx)(Le.Fragment,{children:r})]}),t?.allowlistConfig.errorCtaLink?(0,Le.jsx)(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):(0,Le.jsx)(U,{onClick:()=>{e("LANDING")},children:n})]})]})},lg=qa.default.div`
|
|
308
308
|
display: flex;
|
|
309
309
|
flex-direction: column;
|
|
310
310
|
align-items: center;
|
|
@@ -312,11 +312,11 @@ Resources:
|
|
|
312
312
|
gap: 24px;
|
|
313
313
|
width: 100%;
|
|
314
314
|
padding-bottom: 16px;
|
|
315
|
-
`,
|
|
315
|
+
`,cg=qa.default.div`
|
|
316
316
|
display: flex;
|
|
317
317
|
flex-direction: column;
|
|
318
318
|
gap: 8px;
|
|
319
|
-
`,
|
|
319
|
+
`,dg=qa.default.div`
|
|
320
320
|
display: flex;
|
|
321
321
|
flex-direction: column;
|
|
322
322
|
justify-content: center;
|
|
@@ -347,7 +347,7 @@ Resources:
|
|
|
347
347
|
margin-top: auto;
|
|
348
348
|
gap: 16px;
|
|
349
349
|
flex-grow: 100;
|
|
350
|
-
`,
|
|
350
|
+
`,Vt=Ct.default.div`
|
|
351
351
|
display: flex;
|
|
352
352
|
flex-direction: column;
|
|
353
353
|
align-items: center;
|
|
@@ -359,19 +359,19 @@ Resources:
|
|
|
359
359
|
flex-direction: column;
|
|
360
360
|
align-items: center;
|
|
361
361
|
width: 100%;
|
|
362
|
-
`,Ka=(0,Ct.default)(
|
|
362
|
+
`,Ka=(0,Ct.default)(Vt)`
|
|
363
363
|
padding: 20px 0;
|
|
364
|
-
`,no=(0,Ct.default)(
|
|
364
|
+
`,no=(0,Ct.default)(Vt)`
|
|
365
365
|
gap: 16px;
|
|
366
366
|
`,Bl=Ct.default.div`
|
|
367
367
|
display: flex;
|
|
368
368
|
flex-direction: column;
|
|
369
369
|
width: 100%;
|
|
370
|
-
|
|
370
|
+
`,$t=Ct.default.div`
|
|
371
371
|
display: flex;
|
|
372
372
|
flex-direction: column;
|
|
373
373
|
gap: 8px;
|
|
374
|
-
`,
|
|
374
|
+
`,A2=Ct.default.div`
|
|
375
375
|
display: flex;
|
|
376
376
|
flex-direction: column;
|
|
377
377
|
justify-content: space-between;
|
|
@@ -413,7 +413,7 @@ Resources:
|
|
|
413
413
|
border-radius: 50%;
|
|
414
414
|
border-color: white;
|
|
415
415
|
border-width: 2px !important;
|
|
416
|
-
`;var Hl=k(require("styled-components"));var
|
|
416
|
+
`;var Hl=k(require("styled-components"));var jt=require("react/jsx-runtime"),pg=Hl.default.div`
|
|
417
417
|
margin-top: 16px;
|
|
418
418
|
font-size: 13px;
|
|
419
419
|
text-align: center;
|
|
@@ -422,7 +422,7 @@ Resources:
|
|
|
422
422
|
&& > a {
|
|
423
423
|
color: var(--privy-color-accent);
|
|
424
424
|
}
|
|
425
|
-
`;function Ya(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:(0
|
|
425
|
+
`;function Ya(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:(0,jt.jsxs)(pg,{children:["By logging in I agree to the"," ",n&&(0,jt.jsx)("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&(0,jt.jsx)("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var z=({protectedByPrivy:e})=>(0,jt.jsx)(J,{children:e?(0,jt.jsxs)(jt.Fragment,{children:[(0,jt.jsx)(ba,{className:"hide-on-mobile"}),(0,jt.jsx)("span",{className:"hide-on-mobile",children:(0,jt.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),J=Hl.default.div`
|
|
426
426
|
display: flex;
|
|
427
427
|
align-items: center;
|
|
428
428
|
justify-content: center;
|
|
@@ -449,9 +449,9 @@ Resources:
|
|
|
449
449
|
@media all and (display-mode: standalone) {
|
|
450
450
|
padding-bottom: 30px;
|
|
451
451
|
}
|
|
452
|
-
`;var Ja=k(require("styled-components")),io=require("react/jsx-runtime"),
|
|
452
|
+
`;var Ja=k(require("styled-components")),io=require("react/jsx-runtime"),_i=({title:e,description:t,children:o,...r})=>(0,io.jsx)(Fp,{...r,children:(0,io.jsxs)(io.Fragment,{children:[(0,io.jsx)("h3",{children:e}),typeof t=="string"?(0,io.jsx)("p",{children:t}):t,o]})}),To=(0,Ja.default)(_i)`
|
|
453
453
|
margin-bottom: 24px;
|
|
454
|
-
`,Be=({title:e,description:t,icon:o,children:r,...n})=>(0,io.jsxs)(
|
|
454
|
+
`,Be=({title:e,description:t,icon:o,children:r,...n})=>(0,io.jsxs)(ug,{...n,children:[o||null,(0,io.jsx)("h3",{children:e}),typeof t=="string"?(0,io.jsx)("p",{children:t}):t,r]}),Fp=Ja.default.div`
|
|
455
455
|
display: flex;
|
|
456
456
|
flex-direction: column;
|
|
457
457
|
justify-content: flex-start;
|
|
@@ -471,7 +471,7 @@ Resources:
|
|
|
471
471
|
color: var(--privy-color-foreground-2);
|
|
472
472
|
font-size: 14px;
|
|
473
473
|
}
|
|
474
|
-
`,
|
|
474
|
+
`,ug=(0,Ja.default)(Fp)`
|
|
475
475
|
align-items: center;
|
|
476
476
|
text-align: center;
|
|
477
477
|
gap: 16px;
|
|
@@ -479,7 +479,7 @@ Resources:
|
|
|
479
479
|
h3 {
|
|
480
480
|
margin-bottom: 24px;
|
|
481
481
|
}
|
|
482
|
-
`;var ne=require("react/jsx-runtime"),Gl=6,Bp=new Array(Gl).fill(""),
|
|
482
|
+
`;var ne=require("react/jsx-runtime"),Gl=6,Bp=new Array(Gl).fill(""),mg=1400;var zp=()=>{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:h,user:g}=B(),[y,w]=(0,vr.useState)(Bp),[C,x]=(0,vr.useState)(!1),[b,P]=(0,vr.useState)(null),[W,A]=(0,vr.useState)(null);n.current=()=>null;let I=s()?.email?0:1,M=e?.render.inDialog?ct:0,L=e?.render.inDialog?M-500:0;(0,vr.useEffect)(()=>{if(h&&C&&g)if(vo(g,e?.embeddedWallets?.createOnLogin)){let V=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:ye=>console.error(ye),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},L);return()=>clearTimeout(V)}else{m();let V=setTimeout(i,M);return()=>clearTimeout(V)}},[h,C,g]),(0,vr.useEffect)(()=>{if(b&&W===0){let j=setTimeout(()=>{w(Bp),P(null),document.querySelector("input[name=code-0]")?.focus()},mg);return()=>clearTimeout(j)}},[b]);let G=j=>{j.preventDefault();let V=j.currentTarget.value.replace(" ","");if(V==="")return;if(isNaN(Number(V))){P("Code should be numeric"),A(1);return}P(null),A(null);let ye=Number(j.currentTarget.name?.charAt(5)),D=[...V||[""]].slice(0,Gl-ye),Pe=[...y.slice(0,ye),...D,...y.slice(ye+D.length)];w(Pe);let fo=D.length,Ve=Math.min(Math.max(ye+fo,0),Gl-1);isNaN(Number(j.currentTarget.value))||document.querySelector(`input[name=code-${Ve}]`)?.focus(),Pe.every($e=>$e&&!isNaN(+$e))&&(document.querySelector(`input[name=code-${Ve}]`)?.blur(),c(Pe.join("")).then(()=>x(!0)).catch(_e=>{_e?.status===422?P("Invalid or expired verification code"):_e instanceof yo&&_e.privyErrorCode==="cannot_link_more_of_type"?P(_e.message):P("Issue verifying code"),A(0)}))},Z=j=>{W===1&&(P(null),A(null));let V=[...y.slice(0,j),"",...y.slice(j+1)];w(V),j>0&&document.querySelector(`input[name=code-${j-1}]`)?.focus()},oe=I==0?(0,ne.jsx)(Qa.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):(0,ne.jsx)(Qa.PhoneIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),O=I==0?(0,ne.jsxs)("p",{children:["Please check ",(0,ne.jsx)(Hp,{children:s()?.email})," for an email from privy.io and enter your code below."]}):(0,ne.jsxs)("p",{children:["Please check ",(0,ne.jsx)(Hp,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(S,{backFn:()=>o()},"header"),(0,ne.jsxs)(fg,{children:[(0,ne.jsx)(Be,{title:"Enter confirmation code",description:O,icon:oe}),(0,ne.jsxs)(Lp,{children:[(0,ne.jsxs)(hg,{children:[(0,ne.jsx)(yg,{fail:!!b,success:C,children:(0,ne.jsx)("span",{children:b||(C?"Success!":"")})}),(0,ne.jsx)("div",{children:y.map((j,V)=>(0,ne.jsx)("input",{name:`code-${V}`,type:"text",value:y[V],onChange:G,onKeyUp:ye=>{ye.key==="Backspace"&&Z(V)},inputMode:"numeric",autoFocus:V===0,pattern:"[0-9]",className:`${C?"success":""} ${b?"fail":""}`,autoComplete:Gp.isMobile?"one-time-code":"off"},V))})]}),(0,ne.jsx)(gg,{children:I==0?(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)("span",{children:"Didn't get an email?"}),(0,ne.jsx)("button",{onClick:a,children:"Resend Code"})]}):(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)("span",{children:"Didn't get a message?"}),(0,ne.jsx)("button",{onClick:l,children:"Resend Code"})]})})]})]}),(0,ne.jsx)(z,{protectedByPrivy:!0})]})},fg=In.default.div`
|
|
483
483
|
display: flex;
|
|
484
484
|
flex-direction: column;
|
|
485
485
|
align-items: flex-start;
|
|
@@ -487,7 +487,7 @@ Resources:
|
|
|
487
487
|
margin: auto;
|
|
488
488
|
gap: 16px;
|
|
489
489
|
flex-grow: 1;
|
|
490
|
-
`,
|
|
490
|
+
`,hg=In.default.div`
|
|
491
491
|
display: flex;
|
|
492
492
|
flex-direction: column;
|
|
493
493
|
width: 100%;
|
|
@@ -543,7 +543,7 @@ Resources:
|
|
|
543
543
|
transform: translate(1px, 0px);
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
|
-
`,
|
|
546
|
+
`,yg=In.default.div`
|
|
547
547
|
line-height: 20px;
|
|
548
548
|
height: 20px;
|
|
549
549
|
font-size: 13px;
|
|
@@ -551,7 +551,7 @@ Resources:
|
|
|
551
551
|
display: flex;
|
|
552
552
|
justify-content: flex-end;
|
|
553
553
|
width: 100%;
|
|
554
|
-
`,
|
|
554
|
+
`,gg=In.default.div`
|
|
555
555
|
font-size: 13px;
|
|
556
556
|
color: var(--privy-color-foreground-3);
|
|
557
557
|
display: flex;
|
|
@@ -568,7 +568,7 @@ Resources:
|
|
|
568
568
|
`,Hp=In.default.span`
|
|
569
569
|
font-weight: 500;
|
|
570
570
|
word-break: break-all;
|
|
571
|
-
`;var Za=require("@heroicons/react/24/solid"),_t=require("react"),qp=k(require("styled-components"));var Vp=k(require("styled-components"));var ao=require("react/jsx-runtime"),$p=({icon:e})=>{let t=e;return(0,ao.jsx)(ao.Fragment,{children:(0,ao.jsx)(
|
|
571
|
+
`;var Za=require("@heroicons/react/24/solid"),_t=require("react"),qp=k(require("styled-components"));var Vp=k(require("styled-components"));var ao=require("react/jsx-runtime"),$p=({icon:e})=>{let t=e;return(0,ao.jsx)(ao.Fragment,{children:(0,ao.jsx)(vg,{children:(0,ao.jsxs)("div",{children:[(0,ao.jsx)(gr,{}),typeof t=="string"?(0,ao.jsx)("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?(0,ao.jsx)(t,{style:{width:"38px",height:"38px"}}):(0,ao.jsx)("span",{})]})})})},vg=Vp.default.div`
|
|
572
572
|
display: flex;
|
|
573
573
|
flex-direction: column;
|
|
574
574
|
justify-content: center;
|
|
@@ -591,7 +591,7 @@ Resources:
|
|
|
591
591
|
left: -19px;
|
|
592
592
|
top: -19px;
|
|
593
593
|
}
|
|
594
|
-
`;var qe=require("react/jsx-runtime"),Kp=500,jp=Kp*2,Yp=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=_(),{status:a,token:l,waitForResult:s,reset:c,execute:m}=xe(),h=(0,_t.useRef)([]),g=j=>{h.current=[j,...h.current]},[y,w]=(0,_t.useState)(!0);(0,_t.useEffect)(()=>{let j=setTimeout(w,jp,!1);return g(j),()=>{h.current.forEach(V=>clearTimeout(V)),h.current=[]}},[]);let[C,x]=(0,_t.useState)(""),[b,P]=(0,_t.useState)("Checking that you are a human..."),[W,A]=(0,_t.useState)((0,qe.jsx)(U,{onClick:()=>{},disabled:!0,children:"Continue"})),[I,M]=(0,_t.useState)(!1),[L,G]=(0,_t.useState)(3),Z=o?.captchaModalData,oe=async j=>{try{await Z?.callback(j),Z?.onSuccessNavigateTo&&n(Z?.onSuccessNavigateTo,!1)}catch(V){if(V instanceof $o)return;{let ye={error:V,previousScreen:e||"LANDING"};i({errorModalData:ye}),n(Z?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};(0,_t.useEffect)(()=>{if(a==="success"){let j=setTimeout(async()=>{let V=await s();!V||Z?.userIntentRequired||oe(V)},jp);g(j)}else if(a==="ready"){let j=setTimeout(()=>{a==="ready"&&m()},Kp);g(j)}},[a]),(0,_t.useEffect)(()=>{if(!y)switch(a){case"success":x("Success!"),P("CAPTCHA passed successfully."),A((0,qe.jsx)(U,{onClick:()=>{M(!0),oe(l)},disabled:!Z?.userIntentRequired,loading:I,children:Z?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":x(""),P("Checking that you are a human..."),A((0,qe.jsx)(U,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":x("Something went wrong"),L<=0?(P("If you use an adblocker or VPN, try disabling and re-attempting."),A(null)):(P("You did not pass CAPTCHA. Please try again."),A((0,qe.jsx)(U,{onClick:O,children:"Retry"})));break;case"ready":default:break}},[a,y,I]);let O=async()=>{if(L<=0)return;G(V=>V-1),c(),m();let j=await s();!j||Z?.userIntentRequired||oe(j)};return(0,qe.jsxs)(qe.Fragment,{children:[(0,qe.jsx)(S,{backFn:!e||t===e?void 0:r}),(0,qe.jsxs)(
|
|
594
|
+
`;var qe=require("react/jsx-runtime"),Kp=500,jp=Kp*2,Yp=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=_(),{status:a,token:l,waitForResult:s,reset:c,execute:m}=xe(),h=(0,_t.useRef)([]),g=j=>{h.current=[j,...h.current]},[y,w]=(0,_t.useState)(!0);(0,_t.useEffect)(()=>{let j=setTimeout(w,jp,!1);return g(j),()=>{h.current.forEach(V=>clearTimeout(V)),h.current=[]}},[]);let[C,x]=(0,_t.useState)(""),[b,P]=(0,_t.useState)("Checking that you are a human..."),[W,A]=(0,_t.useState)((0,qe.jsx)(U,{onClick:()=>{},disabled:!0,children:"Continue"})),[I,M]=(0,_t.useState)(!1),[L,G]=(0,_t.useState)(3),Z=o?.captchaModalData,oe=async j=>{try{await Z?.callback(j),Z?.onSuccessNavigateTo&&n(Z?.onSuccessNavigateTo,!1)}catch(V){if(V instanceof $o)return;{let ye={error:V,previousScreen:e||"LANDING"};i({errorModalData:ye}),n(Z?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};(0,_t.useEffect)(()=>{if(a==="success"){let j=setTimeout(async()=>{let V=await s();!V||Z?.userIntentRequired||oe(V)},jp);g(j)}else if(a==="ready"){let j=setTimeout(()=>{a==="ready"&&m()},Kp);g(j)}},[a]),(0,_t.useEffect)(()=>{if(!y)switch(a){case"success":x("Success!"),P("CAPTCHA passed successfully."),A((0,qe.jsx)(U,{onClick:()=>{M(!0),oe(l)},disabled:!Z?.userIntentRequired,loading:I,children:Z?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":x(""),P("Checking that you are a human..."),A((0,qe.jsx)(U,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":x("Something went wrong"),L<=0?(P("If you use an adblocker or VPN, try disabling and re-attempting."),A(null)):(P("You did not pass CAPTCHA. Please try again."),A((0,qe.jsx)(U,{onClick:O,children:"Retry"})));break;case"ready":default:break}},[a,y,I]);let O=async()=>{if(L<=0)return;G(V=>V-1),c(),m();let j=await s();!j||Z?.userIntentRequired||oe(j)};return(0,qe.jsxs)(qe.Fragment,{children:[(0,qe.jsx)(S,{backFn:!e||t===e?void 0:r}),(0,qe.jsxs)(wg,{children:[a==="success"?(0,qe.jsx)(Za.CheckCircleIcon,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?(0,qe.jsx)(Za.XCircleIcon,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):(0,qe.jsx)($p,{}),(0,qe.jsxs)($t,{children:[C?(0,qe.jsx)("h3",{children:C}):null,(0,qe.jsx)("p",{children:b})]}),W]}),(0,qe.jsx)(J,{})]})},wg=qp.default.div`
|
|
595
595
|
display: flex;
|
|
596
596
|
flex-direction: column;
|
|
597
597
|
align-items: center;
|
|
@@ -662,7 +662,7 @@ Resources:
|
|
|
662
662
|
`,Ko=Wn.default.div`
|
|
663
663
|
width: 100%;
|
|
664
664
|
${e=>e.if?"display: none;":""}
|
|
665
|
-
`;var Yo=require("react/jsx-runtime"),xo={coinbase_wallet:{logo:
|
|
665
|
+
`;var Yo=require("react/jsx-runtime"),xo={coinbase_wallet:{logo:Ti,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:En,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Co,displayName:"Phantom"},rainbow:{logo:Qp,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:Si,displayName:"WalletConnect"},zerion:{logo:Zp,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:Jp,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Mn=({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=()=>{pr()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(tu.isMobile?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},(0,Yo.jsxs)(Pg,{onClick:s,children:[(0,Yo.jsx)(Eg,{icon:bg(e,n.connectorType)??o}),(0,Yo.jsx)("span",{style:{textTransform:"capitalize"},children:Cg(e,n.connectorType)||t||n.walletClientType}),(0,Yo.jsx)("span",{id:"connect-text",children:"Connect"})]})},Cg=(e,t)=>{if(xo[e]?.displayName)return xo[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},bg=(e,t)=>{if(xo[e]?.logo)return xo[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return Si},Eg=({icon:e})=>typeof e=="string"?(0,Yo.jsx)("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?(0,Yo.jsx)(eu.default,{}):e?(0,Yo.jsx)(e,{}):null,Pg=(0,ou.default)(Ae)`
|
|
666
666
|
/* Show "Connect" on hover */
|
|
667
667
|
> #connect-text {
|
|
668
668
|
font-weight: 500;
|
|
@@ -684,23 +684,23 @@ Resources:
|
|
|
684
684
|
display: none;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
`;var So=require("react/jsx-runtime"),
|
|
687
|
+
`;var So=require("react/jsx-runtime"),Tg=["coinbase_wallet"],xg=["metamask","rainbow","zerion"],Sg=["phantom"],Nn=({connectOnly:e})=>{let{connectors:t}=R(),{app:o}=_(),r=zl(o?.appearance.walletList??[],t,e);return(0,So.jsxs)(So.Fragment,{children:[...r]})},zl=(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:h}=c;(m==="unknown"?n:r).push((0,So.jsx)(Mn,{connectOnly:o,provider:m,logo:h.icon,displayName:h.name,connector:c},`${l}-${m}`))}}else if(Sg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push((0,So.jsx)(Mn,{connectOnly:o,provider:l,connector:s},l))}else if(xg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push((0,So.jsx)(Mn,{connectOnly:o,provider:l,connector:s},l))}else if(Tg.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push((0,So.jsx)(Mn,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push((0,So.jsx)(Mn,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};var _o=require("react/jsx-runtime"),ru=()=>{let{app:e}=_(),t=`Connect a wallet to ${e?.name}`;return(0,_o.jsxs)(_o.Fragment,{children:[(0,_o.jsx)(S,{},"header"),(0,_o.jsx)(To,{title:"Connect your wallet",description:t}),(0,_o.jsx)(wr,{children:(0,_o.jsx)(Nn,{connectOnly:!0})}),(0,_o.jsx)(z,{protectedByPrivy:!0})]})};var lu=k(require("styled-components"));var su=k(require("styled-components"));var nu=k(require("react"));var au=require("react/jsx-runtime"),iu=()=>{let{app:e}=_(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?(0,au.jsx)("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?nu.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 Vl=require("react/jsx-runtime"),es=e=>{let{app:t}=_();return t?.appearance.logo?(0,Vl.jsx)(_g,{...e,children:(0,Vl.jsx)(iu,{})}):null},_g=su.default.div`
|
|
688
688
|
display: flex;
|
|
689
689
|
flex-direction: column;
|
|
690
690
|
align-items: center;
|
|
691
691
|
padding: 24px 0;
|
|
692
692
|
flex-grow: 1;
|
|
693
693
|
justify-content: center;
|
|
694
|
-
`;var so=require("react/jsx-runtime"),cu=()=>{let{app:e}=_();return(0,so.jsxs)(so.Fragment,{children:[(0,so.jsx)(S,{},"header"),(0,so.jsx)(
|
|
694
|
+
`;var so=require("react/jsx-runtime"),cu=()=>{let{app:e}=_();return(0,so.jsxs)(so.Fragment,{children:[(0,so.jsx)(S,{},"header"),(0,so.jsx)(kg,{}),(0,so.jsx)(wr,{children:(0,so.jsx)(Nn,{connectOnly:!0})}),e&&(0,so.jsx)(Ya,{app:e}),(0,so.jsx)(z,{protectedByPrivy:!0})]})},kg=(0,lu.default)(es)`
|
|
695
695
|
margin-bottom: 16px;
|
|
696
|
-
`;var Dn=require("react"),mu=require("react-device-detect"),fu=k(require("styled-components"));var
|
|
696
|
+
`;var Dn=require("react"),mu=require("react-device-detect"),fu=k(require("styled-components"));var qt=require("react"),On=require("react-device-detect"),pu=require("react-use"),jl=k(require("styled-components"));var Ln=require("react");function du(){let[e,t]=(0,Ln.useState)(!1),o=(0,Ln.useCallback)(()=>{document.hidden&&t(!0)},[]);return(0,Ln.useEffect)(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}var pe=require("react/jsx-runtime"),$l=2,ql=e=>e?.privyErrorCode==="linked_to_another_user"?zo.ERROR_USER_EXISTS:e instanceof dt&&!e.details.default?e.details:e instanceof vn?zo.ERROR_TIMED_OUT:e instanceof wn?zo.ERROR_USER_REJECTED_CONNECTION:zo.ERROR_WALLET_CONNECTION,uu=()=>{let[e,t]=(0,qt.useState)(!1),[o,r]=(0,qt.useState)(!1),[n,i]=(0,qt.useState)(void 0),{authenticated:a}=B(),{app:l,navigate:s,navigateBack:c,lastScreen:m,currentScreen:h,setModalData:g}=_(),{getAuthFlow:y,walletConnectionStatus:w,closePrivyModal:C,initLoginWithWallet:x,loginWithWallet:b,updateWallets:P}=R(),{walletConnectors:W}=B(),[A,I]=(0,qt.useState)(0),{user:M}=B(),[L]=(0,qt.useState)(M?.linkedAccounts.length||0),[G,Z]=(0,qt.useState)(""),[oe,O]=(0,qt.useState)(!1),{hasTabbedAway:j}=du(),{enabled:V,token:ye}=xe(),D=On.isMobile&&w?.connector?.connectorType==="wallet_connect_v2"||On.isMobile&&w?.connector?.connectorType==="coinbase_wallet"||On.isMobile&&w?.connector?.connectorType==="injected"&&w?.connector?.walletClientType==="phantom",Pe=w?.status==="connected",fo=w?.status==="switching_to_supported_chain";(0,qt.useEffect)(()=>{let re=y();if(Pe&&!re&&(V&&!ye&&!a?(g({captchaModalData:{callback:ho=>x(w.connectedWallet,ho).then(()=>{O(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):x(w.connectedWallet,ye).then(()=>{O(!0)})),re&&D&&Pe&&!re.preparedMessage){re.buildSiweMessage();return}!re||D||!Pe||o||(async()=>{r(!0),i(void 0);try{w?.connector?.connectorType==="wallet_connect_v2"&&w?.connector?.walletClientType==="metamask"&&await Sl(2500),await $e()}catch(ho){console.warn("Auto-prompted signature failed",ho)}finally{r(!1)}})()},[A,Pe,oe]),(0,qt.useEffect)(()=>{if(M&&e){let re;if(vo(M,l?.embeddedWallets?.createOnLogin)){let ho=l?.render.inDialog?ct:0,ce=l?.render.inDialog?ho-500:0;re=setTimeout(()=>{g({createWallet:{onSuccess:()=>{},onFailure:De=>console.error(De),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},ce)}else P(),re=setTimeout(C,ct);return()=>clearTimeout(re)}},[M,e]);let Ve=re=>{if(re?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(ql(re))};async function $e(){try{if(await b(),!l?.render.inDialog)return C();t(!0)}catch(re){Ve(re)}finally{r(!1)}}(0,qt.useEffect)(()=>{w?.connectError&&Ve(w?.connectError)},[w]),(0,pu.useInterval)(()=>{let re=_e==="wallet_connect_v2"&&w?.connector instanceof bo?w.connector.redirectUri:void 0;re&&Z(re)},w?.connector instanceof bo&&!G?500:null);let _e=w?.connector?.connectorType||"injected",we=w?.connector?.walletClientType||"unknown",ir=xo[we]?.displayName||w?.connector?.walletBranding.name||"Browser Extension",ar=xo[we]?.logo||w?.connector?.walletBranding.icon||(re=>(0,pe.jsx)(bn,{...re})),Or=ir==="Browser Extension"?ir.toLowerCase():ir,yt;e?yt=`Successfully connected with ${Or}`:n?yt=n.message:fo?yt="Switching networks":Pe?yt=o&&D?"Signing":"Sign to verify":yt=`Waiting for ${Or}`;let Qe="Don\u2019t see your wallet? Check your other browser windows.";if(e){let re=M?.linkedAccounts.length||0;L===re?Qe="Wallet was already linked.":Qe="You\u2019re good to go!"}else A>=$l&&n?Qe="Unable to connect wallet":n?Qe=n.detail:fo?Qe="Switch your wallet to the requested network.":Pe&&D?Qe="Sign the message in your wallet to verify it belongs to you.":we==="metamask"&&On.isMobile?Qe="Click continue to open and connect Metamask.":we==="metamask"?Qe="For the best experience, connect only one wallet at a time.":_e==="wallet_connect"?Qe="Open your mobile wallet app to continue":_e==="coinbase_wallet"&&(Bd()||(Ml(M)?Qe="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Qe="Open the Coinbase app on your phone to continue."));let sr=W?.walletConnectors?.find(re=>re.walletClientType==="coinbase_wallet"),cn=we==="coinbase_wallet"&&(Ml(M)||n===zo.ERROR_USER_EXISTS);return(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsx)(S,{backFn:!m||h===m?void 0:c}),(0,pe.jsxs)(Rg,{children:[(0,pe.jsx)(Kl,{walletLogo:ar,success:e,fail:!!n}),(0,pe.jsxs)($t,{children:[(0,pe.jsx)("h3",{children:yt}),(0,pe.jsx)("p",{children:Qe}),!Pe&&G&&!j?(0,pe.jsxs)("p",{children:["Still here?"," ",(0,pe.jsx)("a",{href:G,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),cn?(0,pe.jsx)(U,{onClick:()=>sr&&sr?.disconnect(),disabled:e,children:"Use a different wallet"}):n==zo.ERROR_USER_EXISTS&&h!==m?(0,pe.jsx)(U,{onClick:c,children:"Use a different wallet"}):Pe&&!e&&D?(0,pe.jsx)(U,{onClick:()=>{r(!0),$e(),Ag(we)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&A<$l?(0,pe.jsx)(U,{onClick:()=>{I(A+1),i(void 0),Pe?(r(!0),$e()):w?.connectRetry()},disabled:!e&&(!n?.retryable||A>=$l),children:"Retry"}):!e&&!n?(0,pe.jsx)(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),(0,pe.jsx)(J,{})]})},Ag=e=>{if(!On.isMobile||!ip(e))return;let t=ap(e);t&&window.open(t,"_self","noopener,noreferrer")},Rg=jl.default.div`
|
|
697
697
|
display: flex;
|
|
698
698
|
flex-direction: column;
|
|
699
699
|
align-items: center;
|
|
700
700
|
justify-content: center;
|
|
701
701
|
gap: 24px;
|
|
702
702
|
width: 100%;
|
|
703
|
-
`,
|
|
703
|
+
`,Ig=jl.default.div`
|
|
704
704
|
display: flex;
|
|
705
705
|
flex-direction: column;
|
|
706
706
|
justify-content: center;
|
|
@@ -723,14 +723,14 @@ Resources:
|
|
|
723
723
|
left: -19px;
|
|
724
724
|
top: -19px;
|
|
725
725
|
}
|
|
726
|
-
`,Kl=e=>{let t=e.walletLogo;return(0,pe.jsx)(pe.Fragment,{children:(0,pe.jsx)(
|
|
726
|
+
`,Kl=e=>{let t=e.walletLogo;return(0,pe.jsx)(pe.Fragment,{children:(0,pe.jsx)(Ig,{children:(0,pe.jsxs)("div",{children:[(0,pe.jsx)(gr,{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 it=require("react/jsx-runtime"),ts=2,hu=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=_(),{walletConnectionStatus:r,closePrivyModal:n}=R(),[i,a]=(0,Dn.useState)(void 0),[l,s]=(0,Dn.useState)(0),c=r?.status==="connected",m=r?.status==="switching_to_supported_chain";(0,Dn.useEffect)(()=>{if(c){let W=setTimeout(n,ct);return()=>clearTimeout(W)}},[c]);let h=W=>{a(ql(W))};(0,Dn.useEffect)(()=>{r?.connectError&&h(r?.connectError)},[r]);let g=r?.connector?.connectorType||"injected",y=r?.connector?.walletClientType||"unknown",w=xo[y]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",C=xo[y]?.logo||r?.connector?.walletBranding.icon||(W=>(0,it.jsx)(bn,{...W})),x=w==="Browser Extension"?w.toLowerCase():w,b;c?b=`Successfully connected with ${x}`:i?b=i.message:m?b="Switching networks":b=`Waiting for ${x}`;let P="Don\u2019t see your wallet? Check your other browser windows.";return c?P="You\u2019re good to go!":l>=ts&&i?P="Unable to connect wallet":i?P=i.detail:m?P="Switch your wallet to the requested network.":y==="metamask"&&mu.isMobile?P="Click to continue to open and connect Metamask.":y==="metamask"?P="For the best experience, connect only one wallet at a time.":g==="wallet_connect_v2"?P="Open your mobile wallet app to continue":g==="coinbase_wallet"&&(P="Open the Coinbase app on your phone to continue."),(0,it.jsxs)(it.Fragment,{children:[(0,it.jsx)(S,{backFn:o===t?void 0:e}),(0,it.jsxs)(Wg,{children:[(0,it.jsx)(Kl,{walletLogo:C,success:c,fail:!!i}),(0,it.jsxs)($t,{children:[(0,it.jsx)("h3",{children:b}),(0,it.jsx)("p",{children:P})]}),i==zo.ERROR_USER_EXISTS?(0,it.jsx)(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<ts?(0,it.jsx)(U,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=ts),children:"Retry"}):!c&&i&&l>=ts?(0,it.jsx)(U,{onClick:e,children:"Use a different wallet"}):null]}),(0,it.jsx)(J,{})]})},Wg=fu.default.div`
|
|
727
727
|
display: flex;
|
|
728
728
|
flex-direction: column;
|
|
729
729
|
align-items: center;
|
|
730
730
|
justify-content: center;
|
|
731
731
|
gap: 24px;
|
|
732
732
|
width: 100%;
|
|
733
|
-
`;var Cu=require("@heroicons/react/24/solid"),Bn=require("react"),bu=k(require("styled-components"));var
|
|
733
|
+
`;var Cu=require("@heroicons/react/24/solid"),Bn=require("react"),bu=k(require("styled-components"));var ki=k(require("styled-components")),Un=require("react/jsx-runtime"),Fn=()=>(0,Un.jsx)(Mg,{children:(0,Un.jsxs)(Ng,{children:[(0,Un.jsx)(Lg,{}),(0,Un.jsx)(Og,{})]})}),Mg=ki.default.div`
|
|
734
734
|
display: flex;
|
|
735
735
|
justify-content: center;
|
|
736
736
|
align-items: center;
|
|
@@ -742,14 +742,14 @@ Resources:
|
|
|
742
742
|
@media all and (display-mode: standalone) {
|
|
743
743
|
margin-bottom: 30px;
|
|
744
744
|
}
|
|
745
|
-
`,
|
|
745
|
+
`,Ng=ki.default.div`
|
|
746
746
|
position: relative;
|
|
747
747
|
height: 140px;
|
|
748
748
|
width: 140px;
|
|
749
749
|
|
|
750
750
|
opacity: 1;
|
|
751
751
|
animation: fadein 200ms ease;
|
|
752
|
-
`,
|
|
752
|
+
`,Lg=ki.default.div`
|
|
753
753
|
position: absolute;
|
|
754
754
|
top: 0;
|
|
755
755
|
right: 0;
|
|
@@ -762,7 +762,7 @@ Resources:
|
|
|
762
762
|
border: 4px solid var(--privy-color-accent-light);
|
|
763
763
|
border-radius: 50%;
|
|
764
764
|
}
|
|
765
|
-
`,
|
|
765
|
+
`,Og=ki.default.div`
|
|
766
766
|
position: absolute;
|
|
767
767
|
top: 0;
|
|
768
768
|
right: 0;
|
|
@@ -786,13 +786,13 @@ Resources:
|
|
|
786
786
|
transform: rotate(360deg);
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
|
-
`;var yu=["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 He=class extends Error{constructor(o,r){super(r);this.type=o}};function Vr(e){let t=e.type;return typeof t=="string"&&yu.includes(t)}function
|
|
789
|
+
`;var yu=["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 He=class extends Error{constructor(o,r){super(r);this.type=o}};function Vr(e){let t=e.type;return typeof t=="string"&&yu.includes(t)}function Dg(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function $r(e){return Vr(e)&&e.type==="wallet_not_on_device"}function gu(e){return Vr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function vu(e){return!!(Vr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function jr(e){return!!(Vr(e)&&e.type==="mfa_timeout")}function qr(e){return!!(Vr(e)&&e.type==="missing_or_invalid_mfa")}function os(e){return!!(Vr(e)&&e.type==="mfa_verification_max_attempts_reached")}function Yl(e){return!!(Vr(e)&&e.message.includes("code 429"))}function Jl(e){return!!(Dg(e)&&e.message==="MFA canceled")}var bt=require("react/jsx-runtime"),wu=1,Eu=()=>{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,Bn.useMemo)(()=>Date.now(),[]),[h,g]=(0,Bn.useState)(!1),{onCompleteNavigateTo:y,onFailure:w}=l?.connectWallet,C=b=>{h||(g(!0),w(typeof b=="string"?new Error(b):b))};(0,Bn.useEffect)(()=>{let b=Te(t),P;return!e||!b?C("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let A=await o();if(!A)return C("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:A,address:b.address});let I=(Date.now()-m)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&I<wu?P=setTimeout(()=>{a(y)},(wu-I)*1e3):a(y)}catch(I){if($r(I)&&b.recoveryMethod==="privy"){let M=await o();if(!M)return C("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:b.address}),(await i?.recover({address:b.address,accessToken:M}))?.address||C(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:b.address}),a(y)}catch{C("An error has occurred, please try again.")}}else $r(I)?(s({...l,recoverWallet:{privyWallet:b,onCompleteNavigateTo:y,onFailure:w}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):C(I)}})(),()=>clearTimeout(P)):void 0},[e,t,i]);let x=()=>{C("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,(0,bt.jsxs)(bt.Fragment,{children:[(0,bt.jsx)(S,{onClose:x}),h?(0,bt.jsxs)(bt.Fragment,{children:[(0,bt.jsxs)(no,{children:[(0,bt.jsx)(Cu.XCircleIcon,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,bt.jsx)(Be,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),(0,bt.jsx)(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):(0,bt.jsx)(Fn,{}),(0,bt.jsx)(Ug,{})]})},Ug=bu.default.div`
|
|
790
790
|
height: 44px;
|
|
791
|
-
`;var Pu=require("@heroicons/react/24/solid"),Tu=require("react");var
|
|
791
|
+
`;var Pu=require("@heroicons/react/24/solid"),Tu=require("react");var Kt=require("react/jsx-runtime"),xu=()=>{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 h=Te(e);h?(r(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return(0,Tu.useEffect)(()=>{let h=setTimeout(m,Ad);return()=>clearTimeout(h)},[]),a.current=m,(0,Kt.jsxs)(Kt.Fragment,{children:[(0,Kt.jsx)(S,{onClose:m}),(0,Kt.jsx)(Y,{}),(0,Kt.jsxs)(no,{children:[(0,Kt.jsx)(Pu.CheckCircleIcon,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,Kt.jsx)(Be,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),(0,Kt.jsx)(te,{}),(0,Kt.jsx)(z,{protectedByPrivy:!0})]})};var ku=require("@heroicons/react/20/solid"),Au=require("@heroicons/react/24/outline"),Jo=require("react"),Qo=k(require("styled-components"));var X=require("react/jsx-runtime"),Ru=()=>{let[e,t]=(0,Jo.useState)(null),{authenticated:o,user:r,getAccessToken:n}=B(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=R(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),m=Te(r)?.address,{onFailure:h,onSuccess:g,origin:y,appId:w}=s.keyExport,C=b=>{i({shouldCallAuthOnSuccess:!1}),h(typeof b=="string"?new Error(b):b)},x=()=>{i({shouldCallAuthOnSuccess:!1}),g(),a("embedded_wallet_key_export_completed",{walletAddress:m})};return(0,Jo.useEffect)(()=>{let b=Te(r);if(!o||!b)return C("User must be authenticated before exporting their wallet");n().then(t,C)},[o,r]),c.current=x,(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)(S,{onClose:x}),(0,X.jsxs)(Hg,{children:[(0,X.jsxs)(Be,{icon:(0,X.jsx)(Au.ArrowRightOnRectangleIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[(0,X.jsxs)($g,{children:[(0,X.jsx)(Bg,{style:{marginRight:6}}),ur(m)]}),(0,X.jsx)("p",{children:"You can bring your account with you to another site using an external wallet."})]}),(0,X.jsxs)(Gg,{children:[(0,X.jsxs)(Su,{children:[(0,X.jsx)(_u,{children:"1"}),(0,X.jsxs)("span",{children:[(0,X.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,X.jsxs)(Su,{children:[(0,X.jsx)(_u,{children:"2"}),(0,X.jsx)("span",{children:"Copy this key into your other wallet"})]})]}),(0,X.jsx)("div",{style:{width:"100%"},children:e&&(0,X.jsx)(Fg,{origin:y,appId:w,accessToken:e,clientAnalyticsId:l,address:m,dimensions:{height:"44px"}})}),(0,X.jsxs)(jg,{children:[(0,X.jsxs)("div",{children:[(0,X.jsx)(ku.ExclamationTriangleIcon,{viewBox:"0 0 20 18"}),(0,X.jsx)("h4",{children:"Warning"})]}),(0,X.jsx)("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),(0,X.jsx)(z,{protectedByPrivy:!0})]})};function Fg(e){let[t,o]=(0,Jo.useState)(e.dimensions.width),[r,n]=(0,Jo.useState)(void 0),i=(0,Jo.useRef)(null);return(0,Jo.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,X.jsx)("div",{ref:i,children:t&&(0,X.jsxs)(zg,{children:[(0,X.jsx)("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:ya(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),(0,X.jsx)(Vg,{children:"Loading..."})]})})}function Bg(e){return(0,X.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,X.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 Hg=Qo.default.div`
|
|
792
792
|
display: flex;
|
|
793
793
|
flex-direction: column;
|
|
794
794
|
text-align: left;
|
|
795
|
-
`,
|
|
795
|
+
`,Gg=Qo.default.div`
|
|
796
796
|
display: flex;
|
|
797
797
|
flex-direction: column;
|
|
798
798
|
gap: 24px;
|
|
@@ -822,11 +822,11 @@ Resources:
|
|
|
822
822
|
border-radius: 100%;
|
|
823
823
|
background: var(--privy-color-background);
|
|
824
824
|
color: var(--privy-color-accent);
|
|
825
|
-
`,
|
|
825
|
+
`,zg=Qo.default.div`
|
|
826
826
|
overflow: visible;
|
|
827
827
|
position: relative;
|
|
828
828
|
height: 44px;
|
|
829
|
-
`,
|
|
829
|
+
`,Vg=Qo.default.div`
|
|
830
830
|
position: absolute;
|
|
831
831
|
display: flex;
|
|
832
832
|
align-items: center;
|
|
@@ -838,7 +838,7 @@ Resources:
|
|
|
838
838
|
border-radius: var(--privy-border-radius-md);
|
|
839
839
|
background-color: var(--privy-color-background-2);
|
|
840
840
|
color: var(--privy-color-foreground-3);
|
|
841
|
-
|
|
841
|
+
`,$g=Qo.default.div`
|
|
842
842
|
display: flex;
|
|
843
843
|
align-items: center;
|
|
844
844
|
padding-top: 1px;
|
|
@@ -851,7 +851,7 @@ Resources:
|
|
|
851
851
|
font-size: 12px;
|
|
852
852
|
font-weight: 500;
|
|
853
853
|
margin: auto;
|
|
854
|
-
|
|
854
|
+
`,jg=Qo.default.div`
|
|
855
855
|
border: 1px solid var(--privy-color-background-2) !important;
|
|
856
856
|
border-radius: var(--privy-border-radius-md);
|
|
857
857
|
padding: 16px;
|
|
@@ -873,7 +873,7 @@ Resources:
|
|
|
873
873
|
color: var(--privy-color-error);
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
|
-
`;var nm=require("@heroicons/react/24/outline"),lo=require("react"),im=k(require("styled-components"));var
|
|
876
|
+
`;var nm=require("@heroicons/react/24/outline"),lo=require("react"),im=k(require("styled-components"));var Mi=require("react");var Lu=require("@heroicons/react/24/outline"),$n=require("react");var Hn=require("@heroicons/react/24/outline"),Re=k(require("styled-components"));var qg=Re.css`
|
|
877
877
|
font-size: 14px;
|
|
878
878
|
font-style: normal;
|
|
879
879
|
font-weight: 400;
|
|
@@ -882,7 +882,7 @@ Resources:
|
|
|
882
882
|
text-align: left;
|
|
883
883
|
transition: color 0.1s ease-in;
|
|
884
884
|
`,rs=Re.default.span`
|
|
885
|
-
${
|
|
885
|
+
${qg}
|
|
886
886
|
transition: color 0.1s ease-in;
|
|
887
887
|
color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
888
888
|
text-transform: ${({error:e})=>e?"":"capitalize"};
|
|
@@ -954,12 +954,12 @@ Resources:
|
|
|
954
954
|
font-weight: 400;
|
|
955
955
|
line-height: 20px;
|
|
956
956
|
}
|
|
957
|
-
`,
|
|
957
|
+
`,Ai=Re.default.div`
|
|
958
958
|
display: flex;
|
|
959
959
|
flex-direction: column;
|
|
960
960
|
gap: 10px;
|
|
961
961
|
padding-bottom: 1rem;
|
|
962
|
-
`,
|
|
962
|
+
`,Ri=Re.default.div`
|
|
963
963
|
display: flex;
|
|
964
964
|
text-align: left;
|
|
965
965
|
align-items: center;
|
|
@@ -979,7 +979,7 @@ Resources:
|
|
|
979
979
|
> :first-child {
|
|
980
980
|
min-width: 24px;
|
|
981
981
|
}
|
|
982
|
-
`,
|
|
982
|
+
`,lP=Re.default.div`
|
|
983
983
|
height: var(--privy-height-modal-full);
|
|
984
984
|
|
|
985
985
|
@media (max-width: 440px) {
|
|
@@ -1048,14 +1048,14 @@ Resources:
|
|
|
1048
1048
|
transition: all 0.1s ease-out;
|
|
1049
1049
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1050
1050
|
}
|
|
1051
|
-
`;var Ie=require("react/jsx-runtime"),Ou=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=(0,$n.useState)(!0),[l,s]=(0,$n.useState)(!1),[c,m]=(0,$n.useState)(""),h=o===c;return(0,$n.useEffect)(()=>{c&&!l&&s(!0)},[c]),(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(S,{title:"Confirm Password",closeable:!1,backFn:n}),(0,Ie.jsx)(Y,{}),(0,Ie.jsxs)(Cr,{children:[(0,Ie.jsxs)(Pr,{children:[(0,Ie.jsx)(Lu.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,Ie.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,Ie.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,Ie.jsxs)(Er,{children:[(0,Ie.jsx)(Kr,{value:c,onChange:g=>m(g.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),(0,Ie.jsx)(Gn,{style:{right:"0.75rem"},children:i?(0,Ie.jsx)(zn,{onClick:()=>a(!1)}):(0,Ie.jsx)(Vn,{onClick:()=>a(!0)})})]}),(0,Ie.jsx)(rs,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),(0,Ie.jsx)(br,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),(0,Ie.jsx)(te,{}),(0,Ie.jsx)(z,{protectedByPrivy:!0})]})};var Bu=require("@heroicons/react/24/outline"),Hu=require("react"),Gu=k(require("styled-components"));var
|
|
1051
|
+
`;var Ie=require("react/jsx-runtime"),Ou=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=(0,$n.useState)(!0),[l,s]=(0,$n.useState)(!1),[c,m]=(0,$n.useState)(""),h=o===c;return(0,$n.useEffect)(()=>{c&&!l&&s(!0)},[c]),(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(S,{title:"Confirm Password",closeable:!1,backFn:n}),(0,Ie.jsx)(Y,{}),(0,Ie.jsxs)(Cr,{children:[(0,Ie.jsxs)(Pr,{children:[(0,Ie.jsx)(Lu.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),(0,Ie.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),(0,Ie.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),(0,Ie.jsxs)(Er,{children:[(0,Ie.jsx)(Kr,{value:c,onChange:g=>m(g.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),(0,Ie.jsx)(Gn,{style:{right:"0.75rem"},children:i?(0,Ie.jsx)(zn,{onClick:()=>a(!1)}):(0,Ie.jsx)(Vn,{onClick:()=>a(!0)})})]}),(0,Ie.jsx)(rs,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),(0,Ie.jsx)(br,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),(0,Ie.jsx)(te,{}),(0,Ie.jsx)(z,{protectedByPrivy:!0})]})};var Bu=require("@heroicons/react/24/outline"),Hu=require("react"),Gu=k(require("styled-components"));var Ii=k(require("styled-components")),Tr=require("react/jsx-runtime"),Du=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>(0,Tr.jsx)("label",{children:(0,Tr.jsxs)(Kg,{className:e,children:[(0,Tr.jsx)(Fu,{checked:t,...r}),(0,Tr.jsx)(Yg,{color:o,checked:t,children:(0,Tr.jsx)(Uu,{viewBox:"0 0 24 24",children:(0,Tr.jsx)("polyline",{points:"20 6 9 17 4 12"})})})]})}),Kg=Ii.default.div`
|
|
1052
1052
|
display: inline-block;
|
|
1053
1053
|
vertical-align: middle;
|
|
1054
|
-
`,Uu=
|
|
1054
|
+
`,Uu=Ii.default.svg`
|
|
1055
1055
|
fill: none;
|
|
1056
1056
|
stroke: white;
|
|
1057
1057
|
stroke-width: 3px;
|
|
1058
|
-
`,Fu=
|
|
1058
|
+
`,Fu=Ii.default.input.attrs({type:"checkbox"})`
|
|
1059
1059
|
border: 0;
|
|
1060
1060
|
clip: rect(0 0 0 0);
|
|
1061
1061
|
clippath: inset(50%);
|
|
@@ -1066,7 +1066,7 @@ Resources:
|
|
|
1066
1066
|
position: absolute;
|
|
1067
1067
|
white-space: nowrap;
|
|
1068
1068
|
width: 1px;
|
|
1069
|
-
`,
|
|
1069
|
+
`,Yg=Ii.default.div`
|
|
1070
1070
|
display: inline-block;
|
|
1071
1071
|
width: 18px;
|
|
1072
1072
|
height: 18px;
|
|
@@ -1088,23 +1088,23 @@ Resources:
|
|
|
1088
1088
|
${Uu} {
|
|
1089
1089
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1090
1090
|
}
|
|
1091
|
-
`;var Se=require("react/jsx-runtime"),zu=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=(0,Hu.useState)(!1);return(0,Se.jsxs)(Se.Fragment,{children:[(0,Se.jsx)(S,{title:"Confirm Password",closeable:!1,backFn:r}),(0,Se.jsx)(Y,{}),(0,Se.jsxs)(Cr,{children:[(0,Se.jsxs)(Pr,{children:[(0,Se.jsx)(Bu.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,Se.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,Se.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,Se.jsx)(
|
|
1091
|
+
`;var Se=require("react/jsx-runtime"),zu=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=(0,Hu.useState)(!1);return(0,Se.jsxs)(Se.Fragment,{children:[(0,Se.jsx)(S,{title:"Confirm Password",closeable:!1,backFn:r}),(0,Se.jsx)(Y,{}),(0,Se.jsxs)(Cr,{children:[(0,Se.jsxs)(Pr,{children:[(0,Se.jsx)(Bu.ExclamationTriangleIcon,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),(0,Se.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),(0,Se.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),(0,Se.jsx)(Ai,{children:(0,Se.jsxs)(Ri,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[(0,Se.jsx)(Du,{color:"var(--privy-color-error)",checked:i}),(0,Se.jsx)(Se.Fragment,{children:"I understand losing my password means losing my account."})]})})]}),(0,Se.jsxs)(Jg,{children:[n.initiatedBy==="user"&&(0,Se.jsx)(jo,{onClick:n.onCancel,disabled:t,children:"Cancel"}),(0,Se.jsx)(br,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),(0,Se.jsx)(te,{}),(0,Se.jsx)(z,{protectedByPrivy:!0})]})},Jg=Gu.default.div`
|
|
1092
1092
|
display: flex;
|
|
1093
1093
|
gap: 10px;
|
|
1094
|
-
`;var Zu=require("@heroicons/react/24/outline"),Zl=require("@heroicons/react/24/solid"),Zo=require("react"),Xl=k(require("styled-components"));var Vu=k(require("fast-password-entropy")),$u=k(require("secure-password-utilities")),ju=require("secure-password-utilities/wordlists"),
|
|
1094
|
+
`;var Zu=require("@heroicons/react/24/outline"),Zl=require("@heroicons/react/24/solid"),Zo=require("react"),Xl=k(require("styled-components"));var Vu=k(require("fast-password-entropy")),$u=k(require("secure-password-utilities")),ju=require("secure-password-utilities/wordlists"),Qg=95,Zg=8,Xg=3,ev=.3,tv=/[a-z]/,ov=/[A-Z]/,rv=/[0-9]/,nv="a-zA-Z0-9",qu="!@#$%^&*()\\-_+.",Ku=`${nv}${qu}`,iv=new RegExp(`[${qu}]`),av=new RegExp(`[${Ku}]`),Yu=new RegExp(`^[${Ku}]{6,}$`),Ju=(e="")=>{let t=e.split("").filter(o=>!av.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},ns=()=>$u.generatePassphrase(4,ju.DEFAULT_WORDLIST);function sv(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function lv(e){if(e.length<Zg)return 0;let t=0;tv.test(e)&&(t+=1),ov.test(e)&&(t+=1),rv.test(e)&&(t+=1),iv.test(e)&&(t+=1);let o=t/Xg;return Math.max(0,Math.min(1,o))}function cv(e=""){let t=lv(e),o=(0,Vu.default)(e)/Qg;return(t*ev+o)/2}function Qu(e=""){let t=cv(e);return{value:t,label:sv(t)}}var ie=require("react/jsx-runtime"),Xu=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=(0,Zo.useState)(!1),[m,h]=(0,Zo.useState)(!1);(0,Zo.useEffect)(()=>{o&&!m&&h(!0)},[o]);let g=(0,Zo.useMemo)(()=>m?(o?.length||0)<6?"Password must be at least 6 characters":Yu.test(o||"")?null:`Invalid characters used ( ${Ju(o).join(" ")} )`:null,[o,m]),y=(0,Zo.useMemo)(()=>g?{value:0,label:"Weak"}:Qu(o),[o,g]),w=(0,Zo.useMemo)(()=>!!(!o?.length||g),[g,o]);return(0,ie.jsxs)(ie.Fragment,{children:[(0,ie.jsx)(S,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),(0,ie.jsx)(Y,{}),(0,ie.jsxs)(Cr,{children:[(0,ie.jsxs)(Pr,{children:[(0,ie.jsx)(Zu.KeyIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,ie.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),(0,ie.jsx)("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),(0,ie.jsxs)(Er,{children:[(0,ie.jsx)(Kr,{value:o,onChange:C=>a(C.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),(0,ie.jsxs)(Gn,{style:{width:"3.5rem"},children:[s?(0,ie.jsx)(zn,{onClick:()=>c(!1)}):(0,ie.jsx)(Vn,{onClick:()=>c(!0)}),(0,ie.jsx)(Mu,{onClick:l})]})]}),(0,ie.jsx)(Nu,{value:y.value===0?.01:y.value,label:y.label}),(0,ie.jsx)(rs,{error:!!g,children:g||`Password Strength: ${m?y.label:"--"}`}),(0,ie.jsxs)(pv,{children:[(0,ie.jsx)(dv,{children:(0,ie.jsxs)(Ai,{children:[(0,ie.jsxs)(Ri,{children:[(0,ie.jsx)(Zl.CheckCircleIcon,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),(0,ie.jsxs)(Ri,{children:[(0,ie.jsx)(Zl.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,ie.jsx)(br,{onClick:n,loading:t,disabled:w,hideAnimations:e,children:"Continue"})]})]}),(0,ie.jsx)(te,{}),(0,ie.jsx)(z,{protectedByPrivy:!0})]})},dv=(0,Xl.default)(Ai)`
|
|
1095
1095
|
flex: 1;
|
|
1096
1096
|
padding-top: 1rem;
|
|
1097
|
-
`,
|
|
1097
|
+
`,pv=Xl.default.div`
|
|
1098
1098
|
display: flex;
|
|
1099
1099
|
flex-direction: column;
|
|
1100
1100
|
height: 100%;
|
|
1101
|
-
`;var xr=require("@heroicons/react/24/outline"),
|
|
1101
|
+
`;var xr=require("@heroicons/react/24/outline"),Wi=require("react");var ue=require("react/jsx-runtime"),em=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=(0,Wi.useState)(!1),s=(0,Wi.useCallback)(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=(0,Wi.useCallback)(()=>{let m=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),g=new Blob([uv(o,r)],{type:"text/plain"}),y=URL.createObjectURL(g);m.href=y,m.target="_blank",m.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(m),m.click(),setTimeout(()=>{m.remove(),URL.revokeObjectURL(y)},5e3)},[r]);return(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(S,{backFn:i,title:"Save Password",closeable:!1}),(0,ue.jsx)(Y,{}),(0,ue.jsxs)(Cr,{children:[(0,ue.jsxs)(Pr,{children:[(0,ue.jsx)(xr.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)(Er,{centered:!0,children:(0,ue.jsx)(Wu,{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)(xr.ClipboardDocumentCheckIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):(0,ue.jsxs)(ue.Fragment,{children:[(0,ue.jsx)(xr.DocumentDuplicateIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),(0,ue.jsxs)(Ql,{onClick:c,children:[(0,ue.jsx)(xr.ArrowDownTrayIcon,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),(0,ue.jsx)(br,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),(0,ue.jsx)(te,{}),(0,ue.jsx)(z,{protectedByPrivy:!0})]})},uv=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1102
1102
|
|
|
1103
1103
|
${t}
|
|
1104
1104
|
|
|
1105
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var is=require("@heroicons/react/24/outline");var at=require("react/jsx-runtime"),tm=({error:e,onClose:t})=>(0,at.jsxs)(at.Fragment,{children:[(0,at.jsx)(S,{closeable:!1}),(0,at.jsx)(Y,{}),e?(0,at.jsxs)(no,{children:[(0,at.jsx)(is.XCircleIcon,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,at.jsx)(Be,{title:"Something went wrong",description:e})]}):(0,at.jsxs)(no,{children:[(0,at.jsx)(is.CheckCircleIcon,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,at.jsx)(Be,{title:"Success"})]}),(0,at.jsx)(U,{onClick:t,children:"Close"}),(0,at.jsx)(te,{}),(0,at.jsx)(z,{protectedByPrivy:!0})]});var om=require("react"),
|
|
1105
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;var is=require("@heroicons/react/24/outline");var at=require("react/jsx-runtime"),tm=({error:e,onClose:t})=>(0,at.jsxs)(at.Fragment,{children:[(0,at.jsx)(S,{closeable:!1}),(0,at.jsx)(Y,{}),e?(0,at.jsxs)(no,{children:[(0,at.jsx)(is.XCircleIcon,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,at.jsx)(Be,{title:"Something went wrong",description:e})]}):(0,at.jsxs)(no,{children:[(0,at.jsx)(is.CheckCircleIcon,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),(0,at.jsx)(Be,{title:"Success"})]}),(0,at.jsx)(U,{onClick:t,children:"Close"}),(0,at.jsx)(te,{}),(0,at.jsx)(z,{protectedByPrivy:!0})]});var om=require("react"),mv=(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}},rm=()=>{let[e,t]=(0,om.useReducer)(mv,"creating");return{send:t,state:e}};var jn=require("react/jsx-runtime"),as=({onSubmit:e,...t})=>{let{send:o,state:r}=rm(),n=(0,Mi.useCallback)(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);(0,Mi.useEffect)(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),ct)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=(0,Mi.useCallback)(()=>{o("back")},[o]);return r==="creating"?(0,jn.jsx)(Xu,{...t,onSubmit:n}):r==="saving"?(0,jn.jsx)(em,{...t,onSubmit:n,onBack:i}):r==="confirming"?(0,jn.jsx)(Ou,{...t,onSubmit:n,onBack:i}):r==="finalizing"?(0,jn.jsx)(zu,{...t,onSubmit:n,onBack:i}):r==="done"?(0,jn.jsx)(tm,{...t,onSubmit:n}):null};var kt=require("react/jsx-runtime"),fv=250,am=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=_(),[n,i]=(0,lo.useState)(""),[a,l]=(0,lo.useState)(!1),[s,c]=(0,lo.useState)(),[m,h]=(0,lo.useState)(null),[g,y]=(0,lo.useState)(null),w=(0,lo.useRef)(!1),{authenticated:C,getAccessToken:x}=B(),{refreshUser:b,closePrivyModal:P,createAnalyticsEvent:W,isNewUserThisSession:A,initializeWalletProxy:I}=R(),{onSuccess:M,onFailure:L,callAuthOnSuccessOnClose:G}=o.createWallet,Z=e?.embeddedWallets.requireUserPasswordOnCreate===!0,oe=!!(!n||w.current)&&!Z,O=new lt(async()=>V());(0,lo.useEffect)(()=>{m||I(3e4).then(D=>h(D))},[m]),(0,lo.useEffect)(()=>{if(!C){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!Z&&!a&&!w.current&&(l(!0),O.execute().finally(()=>l(!1)))},[Z,C]);let j=()=>{Z&&g&&g?.recoveryMethod!=="user-passcode"?L(new St("User created a wallet but failed to set a password for it")):g?M(g):L(new St("User wallet creation failed")),P({shouldCallAuthOnSuccess:G})};r.current=()=>null;let V=async function(){let D=await x();if(D)try{if(W("embedded_wallet_creation_started"),!await(await I(yn))?.create({accessToken:D,recoveryPassword:s}))throw W("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let Ve=await b(),$e=Te(Ve);if(!$e)throw W("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");y($e),W("embedded_wallet_creation_completed",{walletAddress:$e.address}),i(""),w.current=!0,Z?t("EMBEDDED_WALLET_CREATED_SCREEN"):A?t("EMBEDDED_WALLET_CREATED_SCREEN"):$e&&(M($e),P({shouldCallAuthOnSuccess:G}))}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."),W("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ye=async()=>Z?(l(!0),O.execute().then(()=>new Promise(D=>setTimeout(D,fv))).finally(()=>l(!1))):P({shouldCallAuthOnSuccess:G});return!Z&&n?(0,kt.jsxs)(kt.Fragment,{children:[(0,kt.jsx)(S,{closeable:!1}),(0,kt.jsxs)(no,{children:[(0,kt.jsx)(nm.XCircleIcon,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),(0,kt.jsx)(Be,{title:"Something went wrong",description:n})]}),(0,kt.jsx)(U,{onClick:j,children:"Close"}),(0,kt.jsx)(hv,{})]}):oe?(0,kt.jsx)(Fn,{}):(0,kt.jsx)(as,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:oe||!m,buttonLoading:a,buttonHideAnimations:!g&&a,error:n,password:s||"",onClose:j,onPasswordChange:c,onPasswordGenerate:()=>c(ns()),onSubmit:ye})},hv=im.default.div`
|
|
1106
1106
|
height: 44px;
|
|
1107
|
-
`;var Yr=require("react");var lm=require("react/jsx-runtime"),sm=()=>{let[e,t]=(0,Yr.useState)(null),[o,r]=(0,Yr.useState)(!1),[n,i]=(0,Yr.useState)(null),[a,l]=(0,Yr.useState)(""),{authenticated:s,getAccessToken:c,user:m}=B(),{walletProxy:h,refreshUser:g,closePrivyModal:y,createAnalyticsEvent:w}=R(),{app:C,navigate:x,data:b,onUserCloseViaDialogOrKeybindRef:P}=_(),{onSuccess:W,onFailure:A}=b.createWallet,I=Te(m),M=e?.recoveryMethod==="user-passcode";(0,Yr.useEffect)(()=>{s||(x("LANDING"),A(new na("User must be authenticated before setting a password on a Privy wallet")))},[s]);let L=()=>{if(n){A(n),y({shouldCallAuthOnSuccess:!1});return}if(!M){A(new St("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}W(e),y({shouldCallAuthOnSuccess:!1})};P.current=L;let G=async()=>{let oe=await c();if(oe&&I?.address&&a&&h)try{if(w("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await h.setRecoveryPassword({accessToken:oe,address:I.address,recoveryPassword:a})).address){i(new St("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"error setting password"});return}let j=await g(),V=Te(j);if(!V){i(new St("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"wallet disconnected"});return}t(V),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})}},Z=async()=>{M?(W(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await G(),r(!1))};return(0,lm.jsx)(as,{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(ns()),onPasswordChange:l,onSubmit:Z,onClose:L})};var cm=require("@heroicons/react/24/outline"),dm=require("@heroicons/react/24/solid");var et=require("react/jsx-runtime"),pm=()=>{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 St("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,et.jsxs)(et.Fragment,{children:[(0,et.jsx)(S,{onClose:c}),(0,et.jsx)(Y,{}),(0,et.jsxs)(no,{children:[(0,et.jsxs)(Dp,{children:[(0,et.jsx)(cm.UserCircleIcon,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,et.jsx)(Up,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,et.jsx)(dm.LockClosedIcon,{width:"12px",height:"12px",fill:"white"})})]}),(0,et.jsxs)(Be,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,et.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,et.jsx)(U,{onClick:()=>{let h=Te(e);o("embedded_wallet_set_password_started",{walletAddress:h?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,et.jsx)(te,{}),(0,et.jsx)(z,{protectedByPrivy:!0})]})};var um=require("@heroicons/react/24/outline"),Jr=require("react"),Qr=k(require("styled-components"));var fe=require("react/jsx-runtime"),mm=()=>{let[e,t]=(0,Jr.useState)(!0),{authenticated:o,getAccessToken:r}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[m,h]=(0,Jr.useState)(void 0),[g,y]=(0,Jr.useState)(""),[w,C]=(0,Jr.useState)(!1),{privyWallet:x,onCompleteNavigateTo:b,onSuccess:P,onFailure:W}=s.recoverWallet,A=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),W(typeof L=="string"?new St(L):L)};c.current=A,(0,Jr.useEffect)(()=>{if(!o||!x)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=L=>{L&&h(L)};return(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsx)(S,{onClose:A}),(0,fe.jsx)(Y,{}),(0,fe.jsxs)(
|
|
1107
|
+
`;var Yr=require("react");var lm=require("react/jsx-runtime"),sm=()=>{let[e,t]=(0,Yr.useState)(null),[o,r]=(0,Yr.useState)(!1),[n,i]=(0,Yr.useState)(null),[a,l]=(0,Yr.useState)(""),{authenticated:s,getAccessToken:c,user:m}=B(),{walletProxy:h,refreshUser:g,closePrivyModal:y,createAnalyticsEvent:w}=R(),{app:C,navigate:x,data:b,onUserCloseViaDialogOrKeybindRef:P}=_(),{onSuccess:W,onFailure:A}=b.createWallet,I=Te(m),M=e?.recoveryMethod==="user-passcode";(0,Yr.useEffect)(()=>{s||(x("LANDING"),A(new na("User must be authenticated before setting a password on a Privy wallet")))},[s]);let L=()=>{if(n){A(n),y({shouldCallAuthOnSuccess:!1});return}if(!M){A(new St("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}W(e),y({shouldCallAuthOnSuccess:!1})};P.current=L;let G=async()=>{let oe=await c();if(oe&&I?.address&&a&&h)try{if(w("embedded_wallet_set_password_started",{walletAddress:I.address}),!(await h.setRecoveryPassword({accessToken:oe,address:I.address,recoveryPassword:a})).address){i(new St("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"error setting password"});return}let j=await g(),V=Te(j);if(!V){i(new St("Error setting password on privy wallet")),w("embedded_wallet_set_password_failed",{walletAddress:I.address,reason:"wallet disconnected"});return}t(V),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})}},Z=async()=>{M?(W(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await G(),r(!1))};return(0,lm.jsx)(as,{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(ns()),onPasswordChange:l,onSubmit:Z,onClose:L})};var cm=require("@heroicons/react/24/outline"),dm=require("@heroicons/react/24/solid");var et=require("react/jsx-runtime"),pm=()=>{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 St("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,(0,et.jsxs)(et.Fragment,{children:[(0,et.jsx)(S,{onClose:c}),(0,et.jsx)(Y,{}),(0,et.jsxs)(no,{children:[(0,et.jsxs)(Dp,{children:[(0,et.jsx)(cm.UserCircleIcon,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),(0,et.jsx)(Up,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:(0,et.jsx)(dm.LockClosedIcon,{width:"12px",height:"12px",fill:"white"})})]}),(0,et.jsxs)(Be,{title:"Secure Your Account",children:["Please set a password to secure your account.",(0,et.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,et.jsx)(U,{onClick:()=>{let h=Te(e);o("embedded_wallet_set_password_started",{walletAddress:h?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),(0,et.jsx)(te,{}),(0,et.jsx)(z,{protectedByPrivy:!0})]})};var um=require("@heroicons/react/24/outline"),Jr=require("react"),Qr=k(require("styled-components"));var fe=require("react/jsx-runtime"),mm=()=>{let[e,t]=(0,Jr.useState)(!0),{authenticated:o,getAccessToken:r}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[m,h]=(0,Jr.useState)(void 0),[g,y]=(0,Jr.useState)(""),[w,C]=(0,Jr.useState)(!1),{privyWallet:x,onCompleteNavigateTo:b,onSuccess:P,onFailure:W}=s.recoverWallet,A=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),W(typeof L=="string"?new St(L):L)};c.current=A,(0,Jr.useEffect)(()=>{if(!o||!x)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let I=L=>{L&&h(L)};return(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsx)(S,{onClose:A}),(0,fe.jsx)(Y,{}),(0,fe.jsxs)(gv,{children:[(0,fe.jsxs)(yv,{children:[(0,fe.jsx)(um.ShieldCheckIcon,{height:48,width:48,stroke:"var(--privy-color-accent)"}),(0,fe.jsx)("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),(0,fe.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,fe.jsxs)("div",{children:[(0,fe.jsxs)(Er,{children:[(0,fe.jsx)(Kr,{type:e?"password":"text",onChange:L=>I(L.target.value),disabled:w}),(0,fe.jsx)(Gn,{style:{right:"0.75rem"},children:e?(0,fe.jsx)(zn,{onClick:()=>t(!1)}):(0,fe.jsx)(Vn,{onClick:()=>t(!0)})})]}),!!g&&(0,fe.jsx)(vv,{children:g})]}),(0,fe.jsxs)("div",{children:[(0,fe.jsxs)(Op,{children:[(0,fe.jsx)("h4",{children:"Why is this necessary?"}),(0,fe.jsx)("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),(0,fe.jsx)(wv,{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}),y(""),b?l(b):i({shouldCallAuthOnSuccess:!1}),P?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(G){gu(G)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{C(!1)}else return A("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&w,children:"Recover your account"})]})]}),(0,fe.jsx)(te,{}),(0,fe.jsx)(z,{protectedByPrivy:!0})]})},yv=Qr.default.div`
|
|
1108
1108
|
display: flex;
|
|
1109
1109
|
flex-direction: column;
|
|
1110
1110
|
align-items: center;
|
|
@@ -1126,18 +1126,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1126
1126
|
font-weight: 400;
|
|
1127
1127
|
line-height: 20px;
|
|
1128
1128
|
}
|
|
1129
|
-
`,
|
|
1129
|
+
`,gv=Qr.default.div`
|
|
1130
1130
|
display: flex;
|
|
1131
1131
|
flex-direction: column;
|
|
1132
1132
|
justify-content: space-between;
|
|
1133
|
-
`,
|
|
1133
|
+
`,vv=Qr.default.div`
|
|
1134
1134
|
line-height: 20px;
|
|
1135
1135
|
height: 20px;
|
|
1136
1136
|
font-size: 13px;
|
|
1137
1137
|
color: var(--privy-color-error);
|
|
1138
1138
|
text-align: left;
|
|
1139
1139
|
margin-top: 0.5rem;
|
|
1140
|
-
`,
|
|
1140
|
+
`,wv=(0,Qr.default)(U)`
|
|
1141
1141
|
${e=>e.hideAnimations&&Qr.css`
|
|
1142
1142
|
&& {
|
|
1143
1143
|
// Remove animations because the recoverWallet task on the iframe partially
|
|
@@ -1145,7 +1145,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1145
1145
|
transition: none;
|
|
1146
1146
|
}
|
|
1147
1147
|
`}
|
|
1148
|
-
`;var ss=require("@heroicons/react/24/outline"),ls=k(require("styled-components"));var Zr=require("react/jsx-runtime"),Xr=({style:e,...t})=>(0,Zr.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,Zr.jsx)("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),(0,Zr.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,Zr.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,Zr.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 Oe=require("react/jsx-runtime"),
|
|
1148
|
+
`;var ss=require("@heroicons/react/24/outline"),ls=k(require("styled-components"));var Zr=require("react/jsx-runtime"),Xr=({style:e,...t})=>(0,Zr.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,Zr.jsx)("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),(0,Zr.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,Zr.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,Zr.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 Oe=require("react/jsx-runtime"),Cv=e=>{let t=(0,Oe.jsx)(ss.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 He&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:(0,Oe.jsx)(ss.PhoneIcon,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof rt)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,Oe.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,Oe.jsx)("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:(0,Oe.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,Oe.jsx)(Xr,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof yo&&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}}},fm=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=_(),{reset:i}=xe(),a=o?.errorModalData,l=Cv(a?.error||new Error),s=c=>{if(c instanceof rt)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return(0,Oe.jsxs)(Oe.Fragment,{children:[(0,Oe.jsx)(S,{backFn:!r||n===r?void 0:t}),(0,Oe.jsxs)(bv,{children:[(0,Oe.jsx)(Pv,{children:(0,Oe.jsxs)("div",{children:[(0,Oe.jsx)(za,{color:"var(--privy-color-error)"}),l.icon]})}),(0,Oe.jsxs)(Ev,{children:[(0,Oe.jsx)("h3",{children:l.title}),(0,Oe.jsx)("p",{children:l.detail})]}),(0,Oe.jsx)(U,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING")},children:l.ctaText})]})]})},bv=ls.default.div`
|
|
1149
1149
|
display: flex;
|
|
1150
1150
|
flex-direction: column;
|
|
1151
1151
|
align-items: center;
|
|
@@ -1153,11 +1153,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1153
1153
|
gap: 24px;
|
|
1154
1154
|
width: 100%;
|
|
1155
1155
|
padding-bottom: 16px;
|
|
1156
|
-
`,
|
|
1156
|
+
`,Ev=ls.default.div`
|
|
1157
1157
|
display: flex;
|
|
1158
1158
|
flex-direction: column;
|
|
1159
1159
|
gap: 8px;
|
|
1160
|
-
`,
|
|
1160
|
+
`,Pv=ls.default.div`
|
|
1161
1161
|
display: flex;
|
|
1162
1162
|
flex-direction: column;
|
|
1163
1163
|
justify-content: center;
|
|
@@ -1180,7 +1180,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1180
1180
|
left: -19px;
|
|
1181
1181
|
top: -19px;
|
|
1182
1182
|
}
|
|
1183
|
-
`;var kr=require("react"),sc=require("react-device-detect"),lc=k(require("styled-components"));var ym=require("react"),gm=k(require("styled-components"));var ec=require("react/jsx-runtime"),cs=({style:e,color:t,...o})=>(0,ec.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,ec.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var ds=require("react/jsx-runtime"),hm=({color:e,...t})=>(0,ds.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,ds.jsx)("g",{children:(0,ds.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
|
|
1183
|
+
`;var kr=require("react"),sc=require("react-device-detect"),lc=k(require("styled-components"));var ym=require("react"),gm=k(require("styled-components"));var ec=require("react/jsx-runtime"),cs=({style:e,color:t,...o})=>(0,ec.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,ec.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var ds=require("react/jsx-runtime"),hm=({color:e,...t})=>(0,ds.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,ds.jsx)("g",{children:(0,ds.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 Ni=require("react/jsx-runtime"),ps=e=>{let[t,o]=(0,ym.useState)(!1);return(0,Ni.jsxs)(Tv,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?(0,Ni.jsx)(cs,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,Ni.jsx)(hm,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Tv=gm.default.button`
|
|
1184
1184
|
display: flex;
|
|
1185
1185
|
align-items: center;
|
|
1186
1186
|
gap: 6px;
|
|
@@ -1218,7 +1218,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1218
1218
|
width: 14px;
|
|
1219
1219
|
height: 14px;
|
|
1220
1220
|
}
|
|
1221
|
-
`;var vm=require("react"),wm=k(require("styled-components")),bm=require("react/jsx-runtime"),Cm=e=>{let[t,o]=(0,vm.useState)(!1);return(0,bm.jsx)(
|
|
1221
|
+
`;var vm=require("react"),wm=k(require("styled-components")),bm=require("react/jsx-runtime"),Cm=e=>{let[t,o]=(0,vm.useState)(!1);return(0,bm.jsx)(xv,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},xv=wm.default.button`
|
|
1222
1222
|
display: flex;
|
|
1223
1223
|
align-items: center;
|
|
1224
1224
|
gap: 6px;
|
|
@@ -1256,7 +1256,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1256
1256
|
width: 14px;
|
|
1257
1257
|
height: 14px;
|
|
1258
1258
|
}
|
|
1259
|
-
`;var Tm=k(require("qrcode")),xm=k(require("react")),Sm=k(require("styled-components"));var tc=require("react/jsx-runtime"),Em=()=>(0,tc.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,tc.jsx)("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});var ve=require("react/jsx-runtime"),At=7,oc=(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},
|
|
1259
|
+
`;var Tm=k(require("qrcode")),xm=k(require("react")),Sm=k(require("styled-components"));var tc=require("react/jsx-runtime"),Em=()=>(0,tc.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,tc.jsx)("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});var ve=require("react/jsx-runtime"),At=7,oc=(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},Sv=e=>{let t=Tm.default.create(e,{errorCorrectionLevel:"high"}).modules,o=Gd(Array.from(t.data),t.size);return o=oc(o,0,0,At,At),o=oc(o,o.length-At,0,At,At),o=oc(o,0,o.length-At,At,At),o},_v=({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*(At-i*2)/2,cx:e+o*At/2,cy:t+o*At/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),kv=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-At)*e,0],[0,(t-At)*e]];return(0,ve.jsx)(ve.Fragment,{children:n.map(([i,a])=>(0,ve.jsx)(_v,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Av=({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)(xm.default.Fragment,{},`circle-${n}-${a}`)))}),Pm=(e,t)=>e-e%t,Rv=({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:Pm(c,t),y:Pm(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),(0,ve.jsx)(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Iv=e=>{let t=e.outputSize,o=Sv(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)(Av,{matrix:o,cellSize:r,color:e.fgColor}),(0,ve.jsx)(kv,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),(0,ve.jsx)(Rv,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},Wv=Sm.default.div`
|
|
1260
1260
|
display: flex;
|
|
1261
1261
|
justify-content: center;
|
|
1262
1262
|
align-items: center;
|
|
@@ -1271,7 +1271,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1271
1271
|
border-color: ${e=>e.fgColor};
|
|
1272
1272
|
border-radius: var(--privy-border-radius-md);
|
|
1273
1273
|
}
|
|
1274
|
-
`,us=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return(0,ve.jsx)(
|
|
1274
|
+
`,us=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return(0,ve.jsx)(Wv,{size:r,bgColor:t,fgColor:o,children:(0,ve.jsx)(Iv,{url:e.url,logo:{element:e.squareLogoElement??Em},outputSize:r,bgColor:t,fgColor:o})})};var Ke=k(require("styled-components")),st=Ke.default.div`
|
|
1275
1275
|
display: flex;
|
|
1276
1276
|
flex-direction: column;
|
|
1277
1277
|
align-items: center;
|
|
@@ -1443,7 +1443,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1443
1443
|
width: auto !important;
|
|
1444
1444
|
color: white;
|
|
1445
1445
|
}
|
|
1446
|
-
`;var ee=require("react/jsx-runtime"),Am="#8a63d2",Im=1e3,
|
|
1446
|
+
`;var ee=require("react/jsx-runtime"),Am="#8a63d2",Im=1e3,Mv=Im*2,Nv=Im*120,Wm=()=>{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(),[h,g]=(0,kr.useState)(!1),[y,w]=(0,kr.useState)(!1),C=(0,kr.useRef)([]),x=l?.render.inDialog?ct:0,b=s(),P=b?.meta.connectUri;return(0,kr.useEffect)(()=>{let W=Date.now(),A=setInterval(async()=>{let I=await b.pollForReady.execute(),M=Date.now()-W;if(I){clearInterval(A),g(!0);try{await c(),w(!0)}catch(L){a({errorModalData:{error:L,previousScreen:"LANDING"}}),n("ERROR_SCREEN",!1)}}else M>Nv&&(clearInterval(A),a({errorModalData:{error:new v("Timed out waiting for response from Farcaster app.",void 0,"client_request_timeout"),previousScreen:r||"LANDING"}}),n("ERROR_SCREEN"))},Mv);return()=>{clearInterval(A),C.current.forEach(I=>clearTimeout(I))}},[]),(0,kr.useEffect)(()=>{e&&t&&y&&o&&y&&(vo(o,l?.embeddedWallets.createOnLogin)?C.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:A=>console.error(A),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},x)):C.current.push(setTimeout(m,x)))},[y,e,t,o]),sc.isMobile||h?(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(S,{backFn:r?i:void 0,onClose:m},"header"),(0,ee.jsx)(Y,{}),(0,ee.jsxs)(Rm,{children:[(0,ee.jsx)(Lv,{children:(0,ee.jsxs)("div",{children:[(0,ee.jsx)(gr,{success:y,fail:!1}),(0,ee.jsx)(Xr,{style:{width:"38px",height:"38px"}})]})}),(0,ee.jsxs)($t,{children:[(0,ee.jsx)(Ge,{children:"Signing in with Farcaster"}),(0,ee.jsx)(We,{children:"This should only take a moment."}),(0,ee.jsx)(Vt,{children:P&&sc.isMobile&&(0,ee.jsx)(Cm,{text:"Take me to Warpcast",url:P,color:Am})})]})]}),(0,ee.jsx)(J,{})]}):(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(S,{backFn:r?i:void 0,onClose:m},"header"),(0,ee.jsx)(Y,{}),(0,ee.jsx)(Rm,{children:(0,ee.jsxs)("div",{children:[(0,ee.jsx)(Ge,{children:"Sign in with Farcaster"}),(0,ee.jsx)(We,{children:"Scan with your phone's camera to continue."}),(0,ee.jsx)(Ka,{children:P?(0,ee.jsx)(us,{url:P,size:275,squareLogoElement:Xr}):(0,ee.jsx)(Gt,{})}),(0,ee.jsxs)(Vt,{children:[(0,ee.jsx)(We,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),P&&(0,ee.jsx)(ps,{text:P,itemName:"link",color:Am})]})]})}),(0,ee.jsx)(J,{})]})},Rm=lc.default.div`
|
|
1447
1447
|
display: flex;
|
|
1448
1448
|
flex-direction: column;
|
|
1449
1449
|
align-items: center;
|
|
@@ -1451,7 +1451,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1451
1451
|
margin-left: 27px;
|
|
1452
1452
|
margin-right: 27px;
|
|
1453
1453
|
gap: 24px;
|
|
1454
|
-
`,
|
|
1454
|
+
`,Lv=lc.default.div`
|
|
1455
1455
|
display: flex;
|
|
1456
1456
|
flex-direction: column;
|
|
1457
1457
|
justify-content: center;
|
|
@@ -1474,7 +1474,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1474
1474
|
left: -19px;
|
|
1475
1475
|
top: -19px;
|
|
1476
1476
|
}
|
|
1477
|
-
`;var Yn=require("@heroicons/react/24/outline"),co=k(require("styled-components"));var Kn=require("react/jsx-runtime"),gs=({size:e=61,...t})=>(0,Kn.jsx)("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,Kn.jsxs)("g",{id:"moonpay_symbol_wht 2",children:[(0,Kn.jsx)("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),(0,Kn.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"),cc=({title:e,desc:t,icon:o})=>(0,me.jsxs)(
|
|
1477
|
+
`;var Yn=require("@heroicons/react/24/outline"),co=k(require("styled-components"));var Kn=require("react/jsx-runtime"),gs=({size:e=61,...t})=>(0,Kn.jsx)("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,Kn.jsxs)("g",{id:"moonpay_symbol_wht 2",children:[(0,Kn.jsx)("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),(0,Kn.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"),cc=({title:e,desc:t,icon:o})=>(0,me.jsxs)(Hv,{children:[(0,me.jsx)(zv,{children:o}),(0,me.jsxs)(Gv,{children:[(0,me.jsx)(Fv,{children:e}),(0,me.jsx)(Bv,{children:t})]})]}),Mm=({app:e,signedUrl:t,onContinue:o})=>(0,me.jsxs)(me.Fragment,{children:[(0,me.jsxs)(Dv,{children:[(0,me.jsx)(gs,{size:"3.75rem"}),(0,me.jsxs)(Uv,{children:[e?.name," uses ",(0,me.jsx)("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),(0,me.jsxs)(Vv,{children:[(0,me.jsx)(cc,{icon:(0,me.jsx)(Yn.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)(cc,{icon:(0,me.jsx)(Yn.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)(cc,{icon:(0,me.jsx)(Yn.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)($v,{className:"mobile-only"})]}),(0,me.jsx)(Ov,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),(0,me.jsx)(Ba,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),Ov=co.default.span`
|
|
1478
1478
|
display: inline-block;
|
|
1479
1479
|
color: var(--privy-color-foreground-3);
|
|
1480
1480
|
text-align: center;
|
|
@@ -1483,13 +1483,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1483
1483
|
font-weight: 400;
|
|
1484
1484
|
line-height: 140%; /* 0.875rem */
|
|
1485
1485
|
margin-bottom: 0.25rem;
|
|
1486
|
-
`,
|
|
1486
|
+
`,Dv=co.default.div`
|
|
1487
1487
|
display: flex;
|
|
1488
1488
|
flex-direction: column;
|
|
1489
1489
|
align-items: center;
|
|
1490
1490
|
justify-content: center;
|
|
1491
1491
|
padding: 1.5rem 0;
|
|
1492
|
-
`,
|
|
1492
|
+
`,Uv=co.default.span`
|
|
1493
1493
|
color: var(--privy-color-foreground);
|
|
1494
1494
|
text-align: center;
|
|
1495
1495
|
font-size: 1.125rem;
|
|
@@ -1498,46 +1498,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1498
1498
|
margin: 1.5rem 0;
|
|
1499
1499
|
text-align: center;
|
|
1500
1500
|
max-width: 19.5rem;
|
|
1501
|
-
`,
|
|
1501
|
+
`,Fv=co.default.span`
|
|
1502
1502
|
color: var(--privy-color-foreground);
|
|
1503
1503
|
font-size: 0.875rem;
|
|
1504
1504
|
font-weight: 500;
|
|
1505
1505
|
line-height: 1.225rem;
|
|
1506
1506
|
width: 100%;
|
|
1507
|
-
`,
|
|
1507
|
+
`,Bv=co.default.span`
|
|
1508
1508
|
color: var(--privy-color-foreground-2);
|
|
1509
1509
|
font-size: 0.875rem;
|
|
1510
1510
|
font-weight: 400;
|
|
1511
1511
|
line-height: 1.225rem;
|
|
1512
|
-
`,
|
|
1512
|
+
`,Hv=co.default.div`
|
|
1513
1513
|
display: flex;
|
|
1514
1514
|
align-items: flex-start;
|
|
1515
1515
|
gap: 0.5rem;
|
|
1516
1516
|
align-self: stretch;
|
|
1517
|
-
`,
|
|
1517
|
+
`,Gv=co.default.div`
|
|
1518
1518
|
display: flex;
|
|
1519
1519
|
flex-direction: column;
|
|
1520
1520
|
gap: 0.25rem;
|
|
1521
1521
|
align-items: flex-start;
|
|
1522
1522
|
text-align: left;
|
|
1523
1523
|
flex: 1 0 0;
|
|
1524
|
-
`,Gv=co.default.div`
|
|
1525
|
-
padding-top: 2px;
|
|
1526
1524
|
`,zv=co.default.div`
|
|
1525
|
+
padding-top: 2px;
|
|
1526
|
+
`,Vv=co.default.div`
|
|
1527
1527
|
display: flex;
|
|
1528
1528
|
flex-direction: column;
|
|
1529
1529
|
gap: 1.25rem;
|
|
1530
1530
|
margin: 0 0.5rem;
|
|
1531
|
-
|
|
1531
|
+
`,$v=co.default.div`
|
|
1532
1532
|
margin: 30px 0;
|
|
1533
|
-
`;var Lm=require("ofetch"),Jn=require("react");var vs="moonpay",Nm="sdk_fiat_on_ramp_completed_with_status";async function Om(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
|
|
1533
|
+
`;var Lm=require("ofetch"),Jn=require("react");var vs="moonpay",Nm="sdk_fiat_on_ramp_completed_with_status";async function Om(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 jv(e,t){let o=t?Id:Rd,r=t?Md:Wd;return(0,Lm.ofetch)(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Dm(e,t=!1){let[o,r]=(0,Jn.useState)(null),{createAnalyticsEvent:n}=R(),i=(0,Jn.useRef)(0);return(0,Jn.useEffect)(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await jv(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Nm,{status:s,provider:vs,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(Nm,{status:"serviceFailure",provider:vs}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}var Ar=require("react/jsx-runtime"),Um=()=>{let{app:e,data:t,navigate:o}=_(),{createAnalyticsEvent:r}=R(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:(0,Ar.jsxs)(Ar.Fragment,{children:[(0,Ar.jsx)(S,{title:"Fund account"},"header"),(0,Ar.jsx)(Mm,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:vs}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),(0,Ar.jsx)(z,{protectedByPrivy:!0})]})};var Qn=require("@heroicons/react/24/solid"),Fm=require("react"),dc=k(require("styled-components"));var se=require("react/jsx-runtime"),Bm=()=>{let{app:e,data:t}=_(),{closePrivyModal:o}=R(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Dm(r||null,e.fiatOnRamp.useSandbox);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(S,{title:"Fund account"},"header"),(0,se.jsx)(Kv,{status:n,onClickCta:o}),(0,se.jsx)(z,{protectedByPrivy:!0})]})},qv=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:""}}},Kv=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=(0,Fm.useMemo)(()=>qv(e),[e]);return(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)(Xv,{children:[(0,se.jsx)(Qv,{status:e}),(0,se.jsxs)($t,{children:[(0,se.jsx)("h3",{children:o}),(0,se.jsx)(Zv,{children:r})]})]}),n&&(0,se.jsx)(U,{onClick:t,children:n})]})},Yv=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)",Jv=e=>{switch(e){case"serviceFailure":case"failed":return Qn.XCircleIcon;case"completed":return Qn.CheckCircleIcon;case"waitingAuthorization":return()=>(0,se.jsx)(Qn.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}},Qv=({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)(Gt,{color:r,style:{position:"absolute"}}),(0,se.jsx)(Ul,{color:r}),(0,se.jsx)(gs,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Jv(e),o=Yv(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})})},Zv=dc.default.p`
|
|
1534
1534
|
font-size: 1rem;
|
|
1535
1535
|
color: var(--privy-color-foreground-3);
|
|
1536
1536
|
margin-bottom: 1rem;
|
|
1537
1537
|
display: flex;
|
|
1538
1538
|
flex-direction: column;
|
|
1539
1539
|
gap: 1rem;
|
|
1540
|
-
`,
|
|
1540
|
+
`,Xv=dc.default.div`
|
|
1541
1541
|
display: flex;
|
|
1542
1542
|
flex-direction: column;
|
|
1543
1543
|
align-items: center;
|
|
@@ -1545,7 +1545,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1545
1545
|
margin-left: 1.75rem;
|
|
1546
1546
|
margin-right: 1.75rem;
|
|
1547
1547
|
padding: 2rem 0;
|
|
1548
|
-
`;var Hm=require("@heroicons/react/24/outline"),Gm=k(require("styled-components"));var Rt=require("react/jsx-runtime"),zm=()=>{let{closePrivyModal:e}=R();return(0,Rt.jsxs)(Rt.Fragment,{children:[(0,Rt.jsx)(S,{},"header"),(0,Rt.jsx)(
|
|
1548
|
+
`;var Hm=require("@heroicons/react/24/outline"),Gm=k(require("styled-components"));var Rt=require("react/jsx-runtime"),zm=()=>{let{closePrivyModal:e}=R();return(0,Rt.jsxs)(Rt.Fragment,{children:[(0,Rt.jsx)(S,{},"header"),(0,Rt.jsx)(e1,{children:(0,Rt.jsx)(Hm.ArrowTopRightOnSquareIcon,{style:{width:32,height:32}})}),(0,Rt.jsx)(To,{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,Rt.jsx)(Po,{children:(0,Rt.jsx)(U,{onClick:()=>e(),children:"Close"})}),(0,Rt.jsx)(te,{}),(0,Rt.jsx)(z,{protectedByPrivy:!0})]})},e1=Gm.default.div`
|
|
1549
1549
|
border-radius: 50%;
|
|
1550
1550
|
height: 68px;
|
|
1551
1551
|
width: 68px;
|
|
@@ -1566,7 +1566,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1566
1566
|
border-left: 2px solid var(--privy-color-foreground-4);
|
|
1567
1567
|
height: 12px;
|
|
1568
1568
|
}
|
|
1569
|
-
`,Cs=({children:e})=>(0,bs.jsxs)(
|
|
1569
|
+
`,Cs=({children:e})=>(0,bs.jsxs)(t1,{children:[(0,bs.jsx)(Vm,{style:{width:"16px",height:"16px"}}),e]}),t1=ws.default.div`
|
|
1570
1570
|
display: flex;
|
|
1571
1571
|
justify-content: flex-start;
|
|
1572
1572
|
justify-items: center;
|
|
@@ -1584,15 +1584,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1584
1584
|
margin-bottom: auto;
|
|
1585
1585
|
}
|
|
1586
1586
|
}
|
|
1587
|
-
`;var he=require("react/jsx-runtime"),
|
|
1587
|
+
`;var he=require("react/jsx-runtime"),o1=()=>{let{navigate:e}=_(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return jm.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),(0,he.jsxs)(r1,{children:[(0,he.jsx)(_i,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),(0,he.jsx)(Vt,{children:(0,he.jsx)(Co,{style:{width:"152px",height:"152px"}})}),(0,he.jsxs)($m,{children:[(0,he.jsx)(Cs,{children:(0,he.jsxs)("div",{children:[(0,he.jsx)("span",{children:"Install the "}),(0,he.jsx)("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),(0,he.jsx)(uc,{}),(0,he.jsx)(Cs,{children:"Set up your first wallet"}),(0,he.jsx)(uc,{}),(0,he.jsx)(Cs,{children:"Store your recovery phrase in a safe place!"})]}),(0,he.jsx)(Ha,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Km=()=>{let{navigateBack:e}=_();return(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(S,{backFn:e},"header"),(0,he.jsx)(Y,{}),(0,he.jsx)(o1,{}),(0,he.jsx)(te,{}),(0,he.jsxs)(J,{children:[(0,he.jsx)("span",{children:"Still not sure? "}),(0,he.jsx)("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},r1=(0,qm.default)(Vt)`
|
|
1588
1588
|
gap: 30px;
|
|
1589
1589
|
|
|
1590
1590
|
> :first-child > svg {
|
|
1591
1591
|
margin-top: 20px;
|
|
1592
1592
|
}
|
|
1593
|
-
`;var yf=k(require("@heroicons/react/24/outline/EnvelopeIcon")),gf=k(require("@heroicons/react/24/outline/PhoneIcon")),vf=k(require("@heroicons/react/24/outline/UserCircleIcon")),
|
|
1593
|
+
`;var yf=k(require("@heroicons/react/24/outline/EnvelopeIcon")),gf=k(require("@heroicons/react/24/outline/PhoneIcon")),vf=k(require("@heroicons/react/24/outline/UserCircleIcon")),Bi=require("react"),wf=k(require("styled-components"));var Xo=require("react/jsx-runtime"),Ym=({...e})=>(0,Xo.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[(0,Xo.jsxs)("g",{clipPath:"url(#clip0_2856_1743)",children:[(0,Xo.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,Xo.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,Xo.jsx)("defs",{children:(0,Xo.jsx)("clipPath",{id:"clip0_2856_1743",children:(0,Xo.jsx)("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});var Qm=k(require("@heroicons/react/24/outline/EnvelopeIcon")),Zm=require("react");var Jm=require("@heroicons/react/24/outline"),Li=require("react"),mc=k(require("styled-components"));var po=require("react/jsx-runtime"),Es=(0,Li.forwardRef)((e,t)=>{let[o,r]=(0,Li.useState)(""),[n,i]=(0,Li.useState)(!1),{authenticated:a}=B(),{initLoginWithEmail:l}=R(),{navigate:s,setModalData:c,currentScreen:m}=_(),{enabled:h,token:g}=xe(),y=Hd(o),w=n,C=n||!y,x=P=>{i(!0),l(o,P).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(W=>{c({errorModalData:{error:W,previousScreen:m||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},b=()=>{h&&!g&&!a?(c({captchaModalData:{callback:P=>l(o,P),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):x(g)};return(0,po.jsxs)(po.Fragment,{children:[(0,po.jsx)(n1,{children:(0,po.jsxs)(i1,{children:[(0,po.jsx)(Jm.EnvelopeIcon,{}),(0,po.jsx)("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:P=>r(P.target.value),onKeyUp:P=>{P.key==="Enter"&&b()},value:o,autoComplete:"email"}),e.stacked?null:(0,po.jsx)(Ga,{isSubmitting:w,onClick:b,disabled:C,children:"Submit"})]})}),e.stacked?(0,po.jsx)(U,{loadingText:null,loading:w,disabled:C,onClick:b,children:"Submit"}):null]})}),n1=mc.default.div`
|
|
1594
1594
|
width: 100%;
|
|
1595
|
-
`,
|
|
1595
|
+
`,i1=mc.default.label`
|
|
1596
1596
|
display: block;
|
|
1597
1597
|
position: relative;
|
|
1598
1598
|
width: 100%;
|
|
@@ -1650,9 +1650,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1650
1650
|
&& > input::placeholder {
|
|
1651
1651
|
color: var(--privy-color-foreground-3);
|
|
1652
1652
|
}
|
|
1653
|
-
`;var ko=require("react/jsx-runtime"),Xm=({isEditable:e,setIsEditable:t})=>{let o=(0,Zm.useRef)(null);return(0,ko.jsxs)(ko.Fragment,{children:[(0,ko.jsx)(Ko,{if:!e,children:(0,ko.jsx)(Es,{ref:o})}),(0,ko.jsx)(Ko,{if:e,children:(0,ko.jsxs)(Ae,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,ko.jsx)(Qm.default,{})," Continue with Email"]})})]})};var ef=require("react");var Zn=require("react/jsx-runtime"),tf=()=>{let[e,t]=(0,ef.useState)(!1),{currentScreen:o,navigate:r,setModalData:n}=_(),{enabled:i,token:a}=xe(),{initLoginWithFarcaster:l}=R();return(0,Zn.jsxs)(Ae,{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,Zn.jsx)(Xr,{})," Farcaster",e&&(0,Zn.jsx)("span",{children:(0,Zn.jsx)(zr,{})})]})};var lf=k(require("@heroicons/react/24/outline/PhoneIcon")),cf=require("react");var Xn=require("react"),fc=k(require("styled-components"));var of=k(require("libphonenumber-js/examples.mobile.json")),It=require("libphonenumber-js/min"),Ts=require("react/jsx-runtime");var
|
|
1653
|
+
`;var ko=require("react/jsx-runtime"),Xm=({isEditable:e,setIsEditable:t})=>{let o=(0,Zm.useRef)(null);return(0,ko.jsxs)(ko.Fragment,{children:[(0,ko.jsx)(Ko,{if:!e,children:(0,ko.jsx)(Es,{ref:o})}),(0,ko.jsx)(Ko,{if:e,children:(0,ko.jsxs)(Ae,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,ko.jsx)(Qm.default,{})," Continue with Email"]})})]})};var ef=require("react");var Zn=require("react/jsx-runtime"),tf=()=>{let[e,t]=(0,ef.useState)(!1),{currentScreen:o,navigate:r,setModalData:n}=_(),{enabled:i,token:a}=xe(),{initLoginWithFarcaster:l}=R();return(0,Zn.jsxs)(Ae,{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,Zn.jsx)(Xr,{})," Farcaster",e&&(0,Zn.jsx)("span",{children:(0,Zn.jsx)(zr,{})})]})};var lf=k(require("@heroicons/react/24/outline/PhoneIcon")),cf=require("react");var Xn=require("react"),fc=k(require("styled-components"));var of=k(require("libphonenumber-js/examples.mobile.json")),It=require("libphonenumber-js/min"),Ts=require("react/jsx-runtime");var Oi=(e,t)=>(0,It.isPossiblePhoneNumber)(String(e),t),Ps=(e,t)=>`+${(0,It.getCountryCallingCode)(t)} ${e}`,rf=e=>`*${e.replaceAll("-","").slice(-4)}`,nf=e=>new It.AsYouType(e),a1=(0,It.getCountries)().map(e=>({code:e,callCode:(0,It.getCountryCallingCode)(e)})),af=e=>(0,It.getExampleNumber)(e,of.default)?.formatNational(),sf=({value:e,onChange:t})=>(0,Ts.jsx)("select",{value:e,onChange:t,children:a1.map(o=>(0,Ts.jsxs)("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});var uo=require("react/jsx-runtime"),ei=(0,Xn.forwardRef)((e,t)=>{let{app:o}=_(),[r,n]=(0,Xn.useState)(""),[i,a]=(0,Xn.useState)(o?.intl.defaultCountry??"US"),l=Oi(r,i),s=nf(i),c=af(i),m=(0,It.getCountryCallingCode)(i),h=!l,[g,y]=(0,Xn.useState)(!1),w=m.length,C=P=>{let W=P.target.value;a(W),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:Ps(r,W),countryCode:W,isValid:Oi(r,i)})},x=P=>{try{let W=P.replace(/\D/g,""),A=r.replace(/\D/g,""),I=W===A?P:s.input(P);n(I),e.onChange&&e.onChange({rawPhoneNumber:I,qualifiedPhoneNumber:Ps(P,i),countryCode:i,isValid:Oi(P,i)})}catch(W){console.error("Error processing phone number:",W)}},b=()=>{y(!0);let P=Ps(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:P,countryCode:i,isValid:Oi(r,i)}).finally(()=>y(!1))};return(0,uo.jsxs)(uo.Fragment,{children:[(0,uo.jsx)(s1,{children:(0,uo.jsxs)(l1,{callingCodeLength:w,children:[(0,uo.jsx)(sf,{value:i,onChange:C}),(0,uo.jsx)("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:P=>{x(P.target.value)},onKeyUp:P=>{P.key==="Enter"&&b()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?(0,uo.jsx)(Ga,{isSubmitting:g,onClick:b,disabled:h,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?(0,uo.jsx)(U,{loading:g,loadingText:null,onClick:b,disabled:h,children:"Submit"}):null]})}),s1=fc.default.div`
|
|
1654
1654
|
width: 100%;
|
|
1655
|
-
`,
|
|
1655
|
+
`,l1=fc.default.label`
|
|
1656
1656
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
1657
1657
|
--phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
|
|
1658
1658
|
display: block;
|
|
@@ -1738,9 +1738,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1738
1738
|
&& > input::placeholder {
|
|
1739
1739
|
color: var(--privy-color-foreground-3);
|
|
1740
1740
|
}
|
|
1741
|
-
`;var Ao=require("react/jsx-runtime"),df=({isEditable:e,setIsEditable:t})=>{let o=(0,cf.useRef)(null),{authenticated:r}=B(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=R(),{enabled:s,token:c}=xe();async function m({qualifiedPhoneNumber:h}){if(s&&!c&&!r)i({captchaModalData:{callback:g=>l(h,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(h,c),n("AWAITING_PASSWORDLESS_CODE")}catch(g){i({errorModalData:{error:g,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return(0,Ao.jsxs)(Ao.Fragment,{children:[(0,Ao.jsx)(Ko,{if:!e,children:(0,Ao.jsx)(ei,{ref:o,onSubmit:m})}),(0,Ao.jsx)(Ko,{if:e,children:(0,Ao.jsxs)(Ae,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,Ao.jsx)(lf.default,{})," Continue with SMS"]})})]})};var Oi=require("react/jsx-runtime"),xs=({style:e,...t})=>(0,Oi.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,Oi.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,Oi.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 Rr=require("react/jsx-runtime"),Ss=({style:e,...t})=>(0,Rr.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,Rr.jsx)("g",{clipPath:"url(#clip0)",children:(0,Rr.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,Rr.jsx)("defs",{children:(0,Rr.jsx)("clipPath",{id:"clip0",children:(0,Rr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var hc=require("react/jsx-runtime"),_s=({style:e,...t})=>(0,hc.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,hc.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 en=require("react/jsx-runtime"),ks=({style:e,...t})=>(0,en.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,en.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,en.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,en.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,en.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 Di=require("react/jsx-runtime");function As({style:e,...t}){return(0,Di.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,Di.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,Di.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,Di.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 ti=require("react/jsx-runtime");function Rs(e){return(0,ti.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,ti.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,ti.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,ti.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 yc=require("react/jsx-runtime"),Is=({style:e,...t})=>(0,yc.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,yc.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 Ro=require("react/jsx-runtime"),l1={apple:{logo:(0,Ro.jsx)(xs,{}),displayName:"Apple"},discord:{logo:(0,Ro.jsx)(Ss,{}),displayName:"Discord"},github:{logo:(0,Ro.jsx)(_s,{}),displayName:"GitHub"},google:{logo:(0,Ro.jsx)(ks,{}),displayName:"Google"},linkedin:{logo:(0,Ro.jsx)(As,{}),displayName:"LinkedIn"},twitter:{logo:(0,Ro.jsx)(Is,{}),displayName:"Twitter"},tiktok:{logo:(0,Ro.jsx)(Rs,{}),displayName:"TikTok"}},Ir=({provider:e})=>{let{enabled:t,token:o}=xe(),{navigate:r,setModalData:n}=_(),{initLoginWithOAuth:i}=R(),{displayName:a,logo:l}=l1[e];return(0,Ro.jsxs)(Ae,{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 pf=k(require("@heroicons/react/24/outline/ChevronRightIcon")),uf=k(require("@heroicons/react/24/outline/WalletIcon"));var oi=require("react/jsx-runtime"),mf=({onClick:e,text:t})=>(0,oi.jsxs)(Ae,{onClick:e,children:[(0,oi.jsx)(uf.default,{}),(0,oi.jsx)(Xa,{children:t}),(0,oi.jsx)(pf.default,{})]});var ff=k(require("@heroicons/react/24/outline/ChevronRightIcon"));var Ui=require("react/jsx-runtime"),hf=({onClick:e,text:t,icon:o})=>(0,Ui.jsxs)(Ae,{onClick:e,children:[o,(0,Ui.jsx)(Xa,{children:t}),(0,Ui.jsx)(ff.default,{})]});var Q=require("react/jsx-runtime"),Cf=()=>{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:h,apple:g,wallet:y,farcaster:w}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",x=o?.appearance.hideDirectWeb2Inputs,[b,P]=(0,Fi.useState)("default"),[W,A]=(0,Fi.useState)(n?"email":"sms");(0,Fi.useEffect)(()=>{A(n?"email":"sms")},[n]);let I=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{P("default")},150)};r.current=I;let M=[n&&(0,Q.jsx)(Xm,{isEditable:W==="email",setIsEditable:()=>{A("email")}}),i&&(0,Q.jsx)(df,{isEditable:W==="sms",setIsEditable:()=>{A("sms")}})].filter(Boolean),L=[a&&(0,Q.jsx)(Ir,{provider:"google"}),l&&(0,Q.jsx)(Ir,{provider:"twitter"}),s&&(0,Q.jsx)(Ir,{provider:"discord"}),c&&(0,Q.jsx)(Ir,{provider:"github"}),m&&(0,Q.jsx)(Ir,{provider:"tiktok"}),h&&(0,Q.jsx)(Ir,{provider:"linkedin"}),g&&(0,Q.jsx)(Ir,{provider:"apple"}),w&&(0,Q.jsx)(tf,{})].filter(Boolean),G=zl(o?.appearance.walletList??[],t,!1),Z=b==="default"?void 0:()=>{P("default")},oe=d1({priority:C,email:n,sms:i,social:L}),O=p1({priority:C,email:n,sms:i,social:L}),j=u1({priority:C,email:n,sms:i,social:L}),V=(0,Q.jsx)(mf,{text:j,onClick:()=>P("web3-overflow")}),ye=(0,Q.jsx)(hf,{text:oe,icon:O,onClick:()=>P("web2-overflow")}),D=x?0:1;return(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(S,{title:"Log in or Sign Up",onClose:I,backFn:Z}),b==="default"&&(0,Q.jsx)(c1,{}),(0,Q.jsx)(Xp,{style:{overflow:"hidden",padding:2},children:(0,Q.jsxs)(wr,{children:[b==="default"&&C==="web2-first"&&(0,Q.jsxs)(Q.Fragment,{children:[...M,...L.length+M.length>4?L.slice(0,3-M.length):L,M.length+L.length>4&&ye,y&&V]}),b==="default"&&C==="web3-first"&&(0,Q.jsxs)(Q.Fragment,{children:[y&&(0,Q.jsxs)(Q.Fragment,{children:[...G.length>4?G.slice(0,3):G,G.length>4&&V]}),M.length+L.length>D&&ye,M.length+L.length===D&&M.length?M[0]:null,M.length+L.length===D&&L.length?L[0]:null]}),b==="web2-overflow"&&(0,Q.jsxs)(Q.Fragment,{children:[...C==="web3-first"?M:[],...L]}),...b==="web3-overflow"?G:[]]})}),o&&(0,Q.jsx)(Ya,{app:o}),(0,Q.jsx)(z,{protectedByPrivy:!0})]})},c1=(0,wf.default)(es)`
|
|
1741
|
+
`;var Ao=require("react/jsx-runtime"),df=({isEditable:e,setIsEditable:t})=>{let o=(0,cf.useRef)(null),{authenticated:r}=B(),{navigate:n,setModalData:i,currentScreen:a}=_(),{initLoginWithSms:l}=R(),{enabled:s,token:c}=xe();async function m({qualifiedPhoneNumber:h}){if(s&&!c&&!r)i({captchaModalData:{callback:g=>l(h,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(h,c),n("AWAITING_PASSWORDLESS_CODE")}catch(g){i({errorModalData:{error:g,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return(0,Ao.jsxs)(Ao.Fragment,{children:[(0,Ao.jsx)(Ko,{if:!e,children:(0,Ao.jsx)(ei,{ref:o,onSubmit:m})}),(0,Ao.jsx)(Ko,{if:e,children:(0,Ao.jsxs)(Ae,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[(0,Ao.jsx)(lf.default,{})," Continue with SMS"]})})]})};var Di=require("react/jsx-runtime"),xs=({style:e,...t})=>(0,Di.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,Di.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,Di.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 Rr=require("react/jsx-runtime"),Ss=({style:e,...t})=>(0,Rr.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,Rr.jsx)("g",{clipPath:"url(#clip0)",children:(0,Rr.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,Rr.jsx)("defs",{children:(0,Rr.jsx)("clipPath",{id:"clip0",children:(0,Rr.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var hc=require("react/jsx-runtime"),_s=({style:e,...t})=>(0,hc.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,hc.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 en=require("react/jsx-runtime"),ks=({style:e,...t})=>(0,en.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,en.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,en.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,en.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,en.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 Ui=require("react/jsx-runtime");function As({style:e,...t}){return(0,Ui.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,Ui.jsx)("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:(0,Ui.jsx)("g",{transform:"scale(5.12,5.12)",children:(0,Ui.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 ti=require("react/jsx-runtime");function Rs(e){return(0,ti.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,ti.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,ti.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,ti.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 yc=require("react/jsx-runtime"),Is=({style:e,...t})=>(0,yc.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,yc.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 Ro=require("react/jsx-runtime"),c1={apple:{logo:(0,Ro.jsx)(xs,{}),displayName:"Apple"},discord:{logo:(0,Ro.jsx)(Ss,{}),displayName:"Discord"},github:{logo:(0,Ro.jsx)(_s,{}),displayName:"GitHub"},google:{logo:(0,Ro.jsx)(ks,{}),displayName:"Google"},linkedin:{logo:(0,Ro.jsx)(As,{}),displayName:"LinkedIn"},twitter:{logo:(0,Ro.jsx)(Is,{}),displayName:"Twitter"},tiktok:{logo:(0,Ro.jsx)(Rs,{}),displayName:"TikTok"}},Ir=({provider:e})=>{let{enabled:t,token:o}=xe(),{navigate:r,setModalData:n}=_(),{initLoginWithOAuth:i}=R(),{displayName:a,logo:l}=c1[e];return(0,Ro.jsxs)(Ae,{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 pf=k(require("@heroicons/react/24/outline/ChevronRightIcon")),uf=k(require("@heroicons/react/24/outline/WalletIcon"));var oi=require("react/jsx-runtime"),mf=({onClick:e,text:t})=>(0,oi.jsxs)(Ae,{onClick:e,children:[(0,oi.jsx)(uf.default,{}),(0,oi.jsx)(Xa,{children:t}),(0,oi.jsx)(pf.default,{})]});var ff=k(require("@heroicons/react/24/outline/ChevronRightIcon"));var Fi=require("react/jsx-runtime"),hf=({onClick:e,text:t,icon:o})=>(0,Fi.jsxs)(Ae,{onClick:e,children:[o,(0,Fi.jsx)(Xa,{children:t}),(0,Fi.jsx)(ff.default,{})]});var Q=require("react/jsx-runtime"),Cf=()=>{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:h,apple:g,wallet:y,farcaster:w}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",x=o?.appearance.hideDirectWeb2Inputs,[b,P]=(0,Bi.useState)("default"),[W,A]=(0,Bi.useState)(n?"email":"sms");(0,Bi.useEffect)(()=>{A(n?"email":"sms")},[n]);let I=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{P("default")},150)};r.current=I;let M=[n&&(0,Q.jsx)(Xm,{isEditable:W==="email",setIsEditable:()=>{A("email")}}),i&&(0,Q.jsx)(df,{isEditable:W==="sms",setIsEditable:()=>{A("sms")}})].filter(Boolean),L=[a&&(0,Q.jsx)(Ir,{provider:"google"}),l&&(0,Q.jsx)(Ir,{provider:"twitter"}),s&&(0,Q.jsx)(Ir,{provider:"discord"}),c&&(0,Q.jsx)(Ir,{provider:"github"}),m&&(0,Q.jsx)(Ir,{provider:"tiktok"}),h&&(0,Q.jsx)(Ir,{provider:"linkedin"}),g&&(0,Q.jsx)(Ir,{provider:"apple"}),w&&(0,Q.jsx)(tf,{})].filter(Boolean),G=zl(o?.appearance.walletList??[],t,!1),Z=b==="default"?void 0:()=>{P("default")},oe=p1({priority:C,email:n,sms:i,social:L}),O=u1({priority:C,email:n,sms:i,social:L}),j=m1({priority:C,email:n,sms:i,social:L}),V=(0,Q.jsx)(mf,{text:j,onClick:()=>P("web3-overflow")}),ye=(0,Q.jsx)(hf,{text:oe,icon:O,onClick:()=>P("web2-overflow")}),D=x?0:1;return(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(S,{title:"Log in or Sign Up",onClose:I,backFn:Z}),b==="default"&&(0,Q.jsx)(d1,{}),(0,Q.jsx)(Xp,{style:{overflow:"hidden",padding:2},children:(0,Q.jsxs)(wr,{children:[b==="default"&&C==="web2-first"&&(0,Q.jsxs)(Q.Fragment,{children:[...M,...L.length+M.length>4?L.slice(0,3-M.length):L,M.length+L.length>4&&ye,y&&V]}),b==="default"&&C==="web3-first"&&(0,Q.jsxs)(Q.Fragment,{children:[y&&(0,Q.jsxs)(Q.Fragment,{children:[...G.length>4?G.slice(0,3):G,G.length>4&&V]}),M.length+L.length>D&&ye,M.length+L.length===D&&M.length?M[0]:null,M.length+L.length===D&&L.length?L[0]:null]}),b==="web2-overflow"&&(0,Q.jsxs)(Q.Fragment,{children:[...C==="web3-first"?M:[],...L]}),...b==="web3-overflow"?G:[]]})}),o&&(0,Q.jsx)(Ya,{app:o}),(0,Q.jsx)(z,{protectedByPrivy:!0})]})},d1=(0,wf.default)(es)`
|
|
1742
1742
|
margin-bottom: 16px;
|
|
1743
|
-
`,
|
|
1743
|
+
`,p1=({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",u1=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?(0,Q.jsx)(vf.default,{}):t&&o?(0,Q.jsx)(Ym,{}):t?(0,Q.jsx)(yf.default,{}):o?(0,Q.jsx)(gf.default,{}):null,m1=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";var bf=require("@heroicons/react/24/outline");var Wt=require("react/jsx-runtime"),Ef=()=>{let{app:e}=_();return(0,Wt.jsxs)(Wt.Fragment,{children:[(0,Wt.jsx)(S,{},"header"),(0,Wt.jsx)(Y,{}),(0,Wt.jsx)(Be,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:(0,Wt.jsx)(bf.EnvelopeIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),(0,Wt.jsx)(Po,{children:(0,Wt.jsx)(Es,{stacked:!0})}),(0,Wt.jsx)(te,{}),(0,Wt.jsx)(z,{protectedByPrivy:!0})]})};var Pf=require("@heroicons/react/24/outline");var Mt=require("react/jsx-runtime"),Tf=()=>{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,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsx)(S,{},"header"),(0,Mt.jsx)(Y,{}),(0,Mt.jsx)(Be,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:(0,Mt.jsx)(Pf.PhoneIcon,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),(0,Mt.jsx)(Po,{children:(0,Mt.jsx)(ei,{stacked:!0,onSubmit:a})}),(0,Mt.jsx)(te,{}),(0,Mt.jsx)(z,{protectedByPrivy:!0})]})};var Io=require("react/jsx-runtime"),xf=()=>{let{linkingHint:e}=R(),{app:t}=_(),o=e?`Select the wallet with ${ur(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return(0,Io.jsxs)(Io.Fragment,{children:[(0,Io.jsx)(S,{},"header"),(0,Io.jsx)(To,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),(0,Io.jsx)(wr,{children:(0,Io.jsx)(Nn,{connectOnly:!1})}),(0,Io.jsx)(z,{protectedByPrivy:!0})]})};var Hi=require("react/jsx-runtime"),Sf=({style:e,...t})=>(0,Hi.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,Hi.jsx)("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),(0,Hi.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 Et=require("react/jsx-runtime"),_f=()=>{let{closePrivyModal:e}=R(),{navigate:t}=_();return(0,Et.jsxs)(Et.Fragment,{children:[(0,Et.jsx)(S,{},"header"),(0,Et.jsx)(Y,{}),(0,Et.jsx)(Sf,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),(0,Et.jsx)(To,{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,Et.jsxs)(Po,{children:[(0,Et.jsx)(U,{onClick:()=>t("LANDING"),children:"Try again"}),(0,Et.jsx)(jo,{onClick:()=>e(),children:"Cancel"})]}),(0,Et.jsx)(te,{}),(0,Et.jsx)(z,{protectedByPrivy:!0})]})};var wc=require("@heroicons/react/20/solid"),tr=require("@heroicons/react/24/outline"),Mo=require("@heroicons/react/24/solid"),Ns=require("@heroicons/react/24/solid"),Ls=require("@heroicons/react/24/solid"),Nt=require("react");var Ms=require("react"),If=require("react-device-detect"),vc=k(require("styled-components"));var tn=require("@headlessui/react"),Ws=k(require("react")),on=k(require("styled-components")),er=require("react/jsx-runtime"),kf=({children:e,open:t,onClick:o,...r})=>(0,er.jsx)(tn.Transition,{show:t,as:Ws.default.Fragment,children:(0,er.jsxs)(tn.Dialog,{onClose:o,...r,as:h1,children:[(0,er.jsx)(tn.Transition.Child,{as:Ws.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,er.jsx)(f1,{"aria-hidden":"true"})}),(0,er.jsx)(y1,{children:(0,er.jsx)(tn.Transition.Child,{as:Ws.default.Fragment,enterFrom:"entering",leaveTo:"leaving",children:(0,er.jsx)(tn.Dialog.Panel,{as:g1,children:e})})})]})}),ri=on.default.div`
|
|
1744
1744
|
display: flex;
|
|
1745
1745
|
flex-direction: column;
|
|
1746
1746
|
text-align: center;
|
|
@@ -1763,7 +1763,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1763
1763
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1764
1764
|
border-radius: var(--privy-border-radius-lg);
|
|
1765
1765
|
}
|
|
1766
|
-
`,
|
|
1766
|
+
`,f1=on.default.div`
|
|
1767
1767
|
position: fixed;
|
|
1768
1768
|
inset: 0;
|
|
1769
1769
|
|
|
@@ -1776,10 +1776,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1776
1776
|
backdrop-filter: unset;
|
|
1777
1777
|
-webkit-backdrop-filter: unset;
|
|
1778
1778
|
}
|
|
1779
|
-
`,
|
|
1779
|
+
`,h1=on.default.div`
|
|
1780
1780
|
position: relative;
|
|
1781
1781
|
z-index: 999999;
|
|
1782
|
-
`,
|
|
1782
|
+
`,y1=on.default.div`
|
|
1783
1783
|
position: fixed;
|
|
1784
1784
|
inset: 0;
|
|
1785
1785
|
display: flex;
|
|
@@ -1787,7 +1787,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1787
1787
|
justify-content: center;
|
|
1788
1788
|
width: 100vw;
|
|
1789
1789
|
min-height: 100vh;
|
|
1790
|
-
`,
|
|
1790
|
+
`,g1=on.default.div`
|
|
1791
1791
|
// reset some default dialog styles
|
|
1792
1792
|
padding: 0;
|
|
1793
1793
|
background: transparent;
|
|
@@ -1840,7 +1840,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1840
1840
|
align-items: center;
|
|
1841
1841
|
justify-content: center;
|
|
1842
1842
|
height: 100%;
|
|
1843
|
-
`;var Wo=require("react/jsx-runtime"),
|
|
1843
|
+
`;var Wo=require("react/jsx-runtime"),Gi=6,v1=new Array(Gi).fill("");function w1(e){return e.replace(/\s+/g,"")}function gc(e){return/^[0-9]{1}$/.test(e)}function Rf(e){return e.length===Gi&&e.every(gc)}function C1(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var ni=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=(0,Ms.useState)(v1),[a,l]=(0,Ms.useState)(null),[s,c]=(0,Ms.useState)(null),m=async w=>{w.preventDefault();let C=w1(w.currentTarget.value);if(C==="")return;let x=C1(n,gc),b=C.split(""),P=!b.every(gc),W=b.length+x>Gi;if(P){l("Passcode can only be numbers"),c(1);return}if(W){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let A=Number(w.currentTarget.name?.charAt(4)),I=[...C||[""]].slice(0,Gi-A),M=[...n.slice(0,A),...I,...n.slice(A+I.length)];i(M);let L=I.length,G=Math.min(Math.max(A+L,0),Gi-1);if(document.querySelector(`input[name=pin-${G}]`)?.focus(),Rf(M))try{await e(M.join("")),document.querySelector(`input[name=pin-${G}]`)?.blur()}catch(oe){c(1),l(oe.message)}else try{await e(null)}catch(oe){c(1),l(oe.message)}},h=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(),Rf(C)?e(C.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return(0,Wo.jsx)(Wo.Fragment,{children:(0,Wo.jsxs)(b1,{children:[(0,Wo.jsx)("div",{children:n.map((w,C)=>(0,Wo.jsx)("input",{name:`pin-${C}`,type:"text",value:n[C],onChange:m,onKeyUp:x=>{x.key==="Backspace"&&h(C)},inputMode:"numeric",autoFocus:C===0,pattern:"[0-9]",className:y,autoComplete:If.isMobile?"one-time-code":"off",disabled:t},C))}),(0,Wo.jsx)("div",{children:(0,Wo.jsx)(E1,{fail:!!o||!!a,children:o||a})})]})})},b1=vc.default.div`
|
|
1844
1844
|
display: flex;
|
|
1845
1845
|
flex-direction: column;
|
|
1846
1846
|
width: 100%;
|
|
@@ -1911,7 +1911,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1911
1911
|
transform: translate(1px, 0px);
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
|
-
`,
|
|
1914
|
+
`,E1=vc.default.div`
|
|
1915
1915
|
line-height: 20px;
|
|
1916
1916
|
font-size: 13px;
|
|
1917
1917
|
display: flex;
|
|
@@ -1919,7 +1919,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1919
1919
|
width: 100%;
|
|
1920
1920
|
|
|
1921
1921
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1922
|
-
`;var Wf=require("react");function rn(){let{promptMfa:e,init:t,submit:o,cancel:r}=(0,Wf.useContext)(Fe);return{promptMfa:e,init:t,submit:o,cancel:r}}var Mf=require("react");function ii(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=(0,Mf.useContext)(Fe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}var Nf=k(require("styled-components")),
|
|
1922
|
+
`;var Wf=require("react");function rn(){let{promptMfa:e,init:t,submit:o,cancel:r}=(0,Wf.useContext)(Fe);return{promptMfa:e,init:t,submit:o,cancel:r}}var Mf=require("react");function ii(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=(0,Mf.useContext)(Fe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}var Nf=k(require("styled-components")),zi=require("react/jsx-runtime"),Lf=e=>(0,zi.jsxs)(P1,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[(0,zi.jsx)("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),(0,zi.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"})]}),P1=Nf.default.svg`
|
|
1923
1923
|
height: 90px;
|
|
1924
1924
|
width: 90px;
|
|
1925
1925
|
|
|
@@ -1930,7 +1930,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1930
1930
|
> path {
|
|
1931
1931
|
fill: white;
|
|
1932
1932
|
}
|
|
1933
|
-
`;var Of=require("@heroicons/react/24/solid");var Uf=require("react/jsx-runtime");var Df=({size:e,authUrl:t})=>(0,Uf.jsx)(us,{url:t,squareLogoElement:Of.ShieldCheckIcon,size:e,fgColor:"#1F1F1F"});var u=require("react/jsx-runtime"),Ff=()=>{let{user:e,enrollInMfa:t}=B(),[o,r]=(0,Nt.useState)(null),{unenrollWithSms:n,unenrollWithTotp:i}=ii(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),{closePrivyModal:m}=R(),{promptMfa:h}=rn(),[g,y]=(0,Nt.useState)(s?.mfaEnrollmentFlow?.seenIntro||!1),[w,C]=(0,Nt.useState)(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),x=()=>{m({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),C(null)},500)};c.current=x;let b=e?.mfaMethods.includes("sms"),P=!!e?.phone,W=e?.mfaMethods.includes("totp"),A=b||W;(0,Nt.useEffect)(()=>{A&&y(!0)},[A]);function I(){r(null),C(null)}function M(){y(!1)}async function L(O){await h(),C(O)}if(!l||!e||!a)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(Lf,{})}),(0,u.jsx)(Sr,{children:(0,u.jsx)(Ht,{})}),(0,u.jsx)(J,{})]});async function G(){r(null);try{await n()}catch{r(null)}}async function Z(){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)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.PhoneIcon,{})})}),(0,u.jsx)(Ge,{children:"Remove SMS verification?"}),(0,u.jsxs)(We,{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)(_r,{children:(0,u.jsx)(U,{warn:!0,onClick:G,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)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.DevicePhoneMobileIcon,{})})}),(0,u.jsx)(Ge,{children:"Remove Authenticator App verification?"}),(0,u.jsxs)(We,{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)(_r,{children:(0,u.jsx)(U,{warn:!0,onClick:Z,children:"Remove Authenticator App for MFA"})}),(0,u.jsx)(J,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!A)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Ns.ShieldCheckIcon,{})})}),(0,u.jsx)(Ge,{children:"Add more security"}),(0,u.jsxs)(We,{children:[a?.name," does not have any verification methods enabled."]}),(0,u.jsx)(_r,{children:(0,u.jsx)(U,{onClick:x,children:"Close"})}),(0,u.jsx)(J,{})]});let oe=!A&&!g;if(oe)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Ns.ShieldCheckIcon,{})})}),(0,u.jsx)(Ge,{children:"Transaction Protection"}),(0,u.jsx)(We,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,u.jsxs)(_m,{children:[(0,u.jsxs)(nc,{children:[(0,u.jsx)(rc,{children:(0,u.jsx)(Ls.CheckBadgeIcon,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),(0,u.jsxs)(nc,{children:[(0,u.jsx)(rc,{children:(0,u.jsx)(Ls.IdentificationIcon,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,u.jsxs)(_r,{children:[(0,u.jsx)(U,{onClick:()=>y(!0),children:"Continue"}),(0,u.jsx)(jo,{onClick:x,children:"Not now"})]}),(0,u.jsx)(J,{})]});switch(w){case"sms":return(0,u.jsx)(P1,{onComplete:x,onReset:I,onClose:x});case"totp":return(0,u.jsx)(T1,{onComplete:x,onClose:x,onReset:I});default:return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:oe?M:void 0,onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Ns.ShieldCheckIcon,{})})}),(0,u.jsx)(Ge,{children:"Choose a verification method"}),A?(0,u.jsx)(We,{children:"To add or delete verification methods, verification is required."}):(0,u.jsx)(We,{children:"How would you like to verify your identity? You can change this later."}),(0,u.jsxs)(ms,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||W)&&(0,u.jsxs)(fs,{children:[(0,u.jsx)(Ae,{disabled:W,onClick:()=>L("totp"),children:(0,u.jsxs)(ys,{children:[(0,u.jsxs)(hs,{children:[(0,u.jsx)(tr.DevicePhoneMobileIcon,{}),"Authenticator App"]}),W?(0,u.jsxs)(qn,{children:[(0,u.jsx)(wc.CheckIcon,{}),"Added"]}):(0,u.jsx)(qn,{children:"Recommended"})]})}),W&&(0,u.jsx)(ic,{id:"remove",onClick:()=>r("totp"),children:(0,u.jsx)(tr.TrashIcon,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&(0,u.jsxs)(fs,{children:[(0,u.jsx)(Ae,{disabled:b||P,onClick:()=>L("sms"),children:(0,u.jsxs)(ys,{children:[(0,u.jsxs)(hs,{children:[(0,u.jsx)(tr.PhoneIcon,{}),"SMS"]}),b&&(0,u.jsxs)(qn,{children:[(0,u.jsx)(wc.CheckIcon,{}),"Added"]}),P&&(0,u.jsx)(qn,{children:"Disabled"})]})}),b&&(0,u.jsx)(ic,{id:"remove",onClick:()=>r("sms"),children:(0,u.jsx)(tr.TrashIcon,{})})]},"sms"),(0,u.jsx)(fs,{children:(0,u.jsx)(Ae,{disabled:!0,children:(0,u.jsxs)(ys,{children:[(0,u.jsxs)(hs,{children:[(0,u.jsx)(tr.FingerPrintIcon,{}),"Passkey"]}),(0,u.jsx)(qn,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),(0,u.jsx)(J,{})]})}},P1=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=(0,Nt.useState)(""),[i,a]=(0,Nt.useState)(!1),[l,s]=(0,Nt.useState)("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:m}=ii(),{app:h,data:g,currentScreen:y,navigate:w,setModalData:C}=_();function x(){g?.mfaEnrollmentFlow?.onSuccess(),e()}async function b({qualifiedPhoneNumber:A}){try{await c({phoneNumber:A}),n(A),s("verify")}catch(I){C({mfaEnrollmentFlow:g?.mfaEnrollmentFlow?{...g?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:I,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),w("ERROR_SCREEN")}}async function P(A){try{if(!A)return;await m({phoneNumber:r,mfaCode:A}),a(!0)}catch(I){throw Yl(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"):jr(I)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Jl(I)?new Error("Verification canceled"):new Error("Unknown error")}}function W(){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)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.PhoneIcon,{})})}),(0,u.jsx)(Ge,{children:"Set up SMS verification"}),(0,u.jsx)(We,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,u.jsxs)(Sr,{children:[(0,u.jsx)(ei,{onSubmit:b}),(0,u.jsxs)(km,{children:["By providing your mobile number, you agree to receive text messages from ",h?.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)(st,{children:(0,u.jsx)(ft,{status:"success",children:(0,u.jsx)(Mo.CheckCircleIcon,{})})}),(0,u.jsx)(Ge,{children:"SMS verification added"}),(0,u.jsx)(We,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,u.jsx)(_r,{children:(0,u.jsx)(U,{onClick:x,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:W,onClose:o},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.PhoneIcon,{})})}),(0,u.jsx)(Ge,{children:"Enter enrollment code"}),(0,u.jsxs)(Sr,{children:[(0,u.jsx)(ni,{onChange:P}),(0,u.jsxs)(We,{children:["To continue, enter the 6-digit code sent to ",(0,u.jsx)("strong",{children:rf(r)})]})]}),(0,u.jsx)(J,{})]})},T1=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=(0,Nt.useState)("enroll"),[i,a]=(0,Nt.useState)(null),[l,s]=(0,Nt.useState)(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:m}=ii(),{data:h}=_();(0,Nt.useEffect)(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function g(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function w(x){try{if(!x)return;await m({mfaCode:x}),s(!0)}catch(b){throw Yl(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):qr(b)?new Error("The code you entered is not valid"):jr(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Jl(b)?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)(Ge,{children:"Scan QR code"}),(0,u.jsx)(We,{children:"Open your authenticator app and scan the QR code to continue."}),(0,u.jsx)(Ka,{children:i?.authUrl?(0,u.jsx)(Df,{authUrl:i.authUrl,size:200}):(0,u.jsx)(Ht,{})}),(0,u.jsxs)(_r,{children:[(0,u.jsx)(zt,{children:i?.secret&&(0,u.jsx)(ps,{itemName:"secret",text:i.secret})}),(0,u.jsx)(U,{onClick:y,children:"Continue"})]}),(0,u.jsx)(J,{})]}):l?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:g},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{status:"success",children:(0,u.jsx)(Mo.CheckCircleIcon,{})})}),(0,u.jsx)(Ge,{children:"Authenticator app verification added"}),(0,u.jsx)(We,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,u.jsx)(_r,{children:(0,u.jsx)(U,{onClick:g,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:C,onClose:t},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.DevicePhoneMobileIcon,{})})}),(0,u.jsx)(Ge,{children:"Enter enrollment code"}),(0,u.jsx)(Sr,{children:(0,u.jsx)(ni,{onChange:w})}),(0,u.jsxs)(We,{children:["To continue, enter the 6-digit code generated from your ",(0,u.jsx)("strong",{children:"authenticator app"})]}),(0,u.jsx)(J,{})]})};var rl=require("@heroicons/react/24/outline"),nl=require("@heroicons/react/24/solid"),gh=require("@heroicons/react/24/solid"),ui=require("react");var hh=require("@ethersproject/providers"),an=require("react"),yh=k(require("styled-components"));var Sc=k(require("styled-components"));var Cc=k(require("styled-components")),zi=require("react/jsx-runtime"),Os=({label:e,children:t,valueStyles:o})=>(0,zi.jsxs)(x1,{children:[(0,zi.jsx)("div",{children:e}),(0,zi.jsx)(S1,{style:{...o},children:t})]}),x1=Cc.default.div`
|
|
1933
|
+
`;var Of=require("@heroicons/react/24/solid");var Uf=require("react/jsx-runtime");var Df=({size:e,authUrl:t})=>(0,Uf.jsx)(us,{url:t,squareLogoElement:Of.ShieldCheckIcon,size:e,fgColor:"#1F1F1F"});var u=require("react/jsx-runtime"),Ff=()=>{let{user:e,enrollInMfa:t}=B(),[o,r]=(0,Nt.useState)(null),{unenrollWithSms:n,unenrollWithTotp:i}=ii(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),{closePrivyModal:m}=R(),{promptMfa:h}=rn(),[g,y]=(0,Nt.useState)(s?.mfaEnrollmentFlow?.seenIntro||!1),[w,C]=(0,Nt.useState)(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),x=()=>{m({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),C(null)},500)};c.current=x;let b=e?.mfaMethods.includes("sms"),P=!!e?.phone,W=e?.mfaMethods.includes("totp"),A=b||W;(0,Nt.useEffect)(()=>{A&&y(!0)},[A]);function I(){r(null),C(null)}function M(){y(!1)}async function L(O){await h(),C(O)}if(!l||!e||!a)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(Lf,{})}),(0,u.jsx)(Sr,{children:(0,u.jsx)(Gt,{})}),(0,u.jsx)(J,{})]});async function G(){r(null);try{await n()}catch{r(null)}}async function Z(){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)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.PhoneIcon,{})})}),(0,u.jsx)(Ge,{children:"Remove SMS verification?"}),(0,u.jsxs)(We,{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)(_r,{children:(0,u.jsx)(U,{warn:!0,onClick:G,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)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.DevicePhoneMobileIcon,{})})}),(0,u.jsx)(Ge,{children:"Remove Authenticator App verification?"}),(0,u.jsxs)(We,{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)(_r,{children:(0,u.jsx)(U,{warn:!0,onClick:Z,children:"Remove Authenticator App for MFA"})}),(0,u.jsx)(J,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!A)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Ns.ShieldCheckIcon,{})})}),(0,u.jsx)(Ge,{children:"Add more security"}),(0,u.jsxs)(We,{children:[a?.name," does not have any verification methods enabled."]}),(0,u.jsx)(_r,{children:(0,u.jsx)(U,{onClick:x,children:"Close"})}),(0,u.jsx)(J,{})]});let oe=!A&&!g;if(oe)return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Ns.ShieldCheckIcon,{})})}),(0,u.jsx)(Ge,{children:"Transaction Protection"}),(0,u.jsx)(We,{children:"Set up transaction protection to add an extra layer of security to your account"}),(0,u.jsxs)(_m,{children:[(0,u.jsxs)(nc,{children:[(0,u.jsx)(rc,{children:(0,u.jsx)(Ls.CheckBadgeIcon,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),(0,u.jsxs)(nc,{children:[(0,u.jsx)(rc,{children:(0,u.jsx)(Ls.IdentificationIcon,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),(0,u.jsxs)(_r,{children:[(0,u.jsx)(U,{onClick:()=>y(!0),children:"Continue"}),(0,u.jsx)(jo,{onClick:x,children:"Not now"})]}),(0,u.jsx)(J,{})]});switch(w){case"sms":return(0,u.jsx)(T1,{onComplete:x,onReset:I,onClose:x});case"totp":return(0,u.jsx)(x1,{onComplete:x,onClose:x,onReset:I});default:return(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:oe?M:void 0,onClose:x},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Ns.ShieldCheckIcon,{})})}),(0,u.jsx)(Ge,{children:"Choose a verification method"}),A?(0,u.jsx)(We,{children:"To add or delete verification methods, verification is required."}):(0,u.jsx)(We,{children:"How would you like to verify your identity? You can change this later."}),(0,u.jsxs)(ms,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||W)&&(0,u.jsxs)(fs,{children:[(0,u.jsx)(Ae,{disabled:W,onClick:()=>L("totp"),children:(0,u.jsxs)(ys,{children:[(0,u.jsxs)(hs,{children:[(0,u.jsx)(tr.DevicePhoneMobileIcon,{}),"Authenticator App"]}),W?(0,u.jsxs)(qn,{children:[(0,u.jsx)(wc.CheckIcon,{}),"Added"]}):(0,u.jsx)(qn,{children:"Recommended"})]})}),W&&(0,u.jsx)(ic,{id:"remove",onClick:()=>r("totp"),children:(0,u.jsx)(tr.TrashIcon,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&(0,u.jsxs)(fs,{children:[(0,u.jsx)(Ae,{disabled:b||P,onClick:()=>L("sms"),children:(0,u.jsxs)(ys,{children:[(0,u.jsxs)(hs,{children:[(0,u.jsx)(tr.PhoneIcon,{}),"SMS"]}),b&&(0,u.jsxs)(qn,{children:[(0,u.jsx)(wc.CheckIcon,{}),"Added"]}),P&&(0,u.jsx)(qn,{children:"Disabled"})]})}),b&&(0,u.jsx)(ic,{id:"remove",onClick:()=>r("sms"),children:(0,u.jsx)(tr.TrashIcon,{})})]},"sms"),(0,u.jsx)(fs,{children:(0,u.jsx)(Ae,{disabled:!0,children:(0,u.jsxs)(ys,{children:[(0,u.jsxs)(hs,{children:[(0,u.jsx)(tr.FingerPrintIcon,{}),"Passkey"]}),(0,u.jsx)(qn,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),(0,u.jsx)(J,{})]})}},T1=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=(0,Nt.useState)(""),[i,a]=(0,Nt.useState)(!1),[l,s]=(0,Nt.useState)("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:m}=ii(),{app:h,data:g,currentScreen:y,navigate:w,setModalData:C}=_();function x(){g?.mfaEnrollmentFlow?.onSuccess(),e()}async function b({qualifiedPhoneNumber:A}){try{await c({phoneNumber:A}),n(A),s("verify")}catch(I){C({mfaEnrollmentFlow:g?.mfaEnrollmentFlow?{...g?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:I,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),w("ERROR_SCREEN")}}async function P(A){try{if(!A)return;await m({phoneNumber:r,mfaCode:A}),a(!0)}catch(I){throw Yl(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"):jr(I)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Jl(I)?new Error("Verification canceled"):new Error("Unknown error")}}function W(){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)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.PhoneIcon,{})})}),(0,u.jsx)(Ge,{children:"Set up SMS verification"}),(0,u.jsx)(We,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),(0,u.jsxs)(Sr,{children:[(0,u.jsx)(ei,{onSubmit:b}),(0,u.jsxs)(km,{children:["By providing your mobile number, you agree to receive text messages from ",h?.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)(st,{children:(0,u.jsx)(ft,{status:"success",children:(0,u.jsx)(Mo.CheckCircleIcon,{})})}),(0,u.jsx)(Ge,{children:"SMS verification added"}),(0,u.jsx)(We,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),(0,u.jsx)(_r,{children:(0,u.jsx)(U,{onClick:x,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:W,onClose:o},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.PhoneIcon,{})})}),(0,u.jsx)(Ge,{children:"Enter enrollment code"}),(0,u.jsxs)(Sr,{children:[(0,u.jsx)(ni,{onChange:P}),(0,u.jsxs)(We,{children:["To continue, enter the 6-digit code sent to ",(0,u.jsx)("strong",{children:rf(r)})]})]}),(0,u.jsx)(J,{})]})},x1=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=(0,Nt.useState)("enroll"),[i,a]=(0,Nt.useState)(null),[l,s]=(0,Nt.useState)(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:m}=ii(),{data:h}=_();(0,Nt.useEffect)(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function g(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function w(x){try{if(!x)return;await m({mfaCode:x}),s(!0)}catch(b){throw Yl(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):qr(b)?new Error("The code you entered is not valid"):jr(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Jl(b)?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)(Ge,{children:"Scan QR code"}),(0,u.jsx)(We,{children:"Open your authenticator app and scan the QR code to continue."}),(0,u.jsx)(Ka,{children:i?.authUrl?(0,u.jsx)(Df,{authUrl:i.authUrl,size:200}):(0,u.jsx)(Gt,{})}),(0,u.jsxs)(_r,{children:[(0,u.jsx)(Vt,{children:i?.secret&&(0,u.jsx)(ps,{itemName:"secret",text:i.secret})}),(0,u.jsx)(U,{onClick:y,children:"Continue"})]}),(0,u.jsx)(J,{})]}):l?(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{onClose:g},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{status:"success",children:(0,u.jsx)(Mo.CheckCircleIcon,{})})}),(0,u.jsx)(Ge,{children:"Authenticator app verification added"}),(0,u.jsx)(We,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),(0,u.jsx)(_r,{children:(0,u.jsx)(U,{onClick:g,children:"Done"})}),(0,u.jsx)(J,{})]}):(0,u.jsxs)(u.Fragment,{children:[(0,u.jsx)(S,{backFn:C,onClose:t},"header"),(0,u.jsx)(st,{children:(0,u.jsx)(ft,{children:(0,u.jsx)(Mo.DevicePhoneMobileIcon,{})})}),(0,u.jsx)(Ge,{children:"Enter enrollment code"}),(0,u.jsx)(Sr,{children:(0,u.jsx)(ni,{onChange:w})}),(0,u.jsxs)(We,{children:["To continue, enter the 6-digit code generated from your ",(0,u.jsx)("strong",{children:"authenticator app"})]}),(0,u.jsx)(J,{})]})};var rl=require("@heroicons/react/24/outline"),nl=require("@heroicons/react/24/solid"),gh=require("@heroicons/react/24/solid"),ui=require("react");var hh=require("@ethersproject/providers"),an=require("react"),yh=k(require("styled-components"));var Sc=k(require("styled-components"));var Cc=k(require("styled-components")),Vi=require("react/jsx-runtime"),Os=({label:e,children:t,valueStyles:o})=>(0,Vi.jsxs)(S1,{children:[(0,Vi.jsx)("div",{children:e}),(0,Vi.jsx)(_1,{style:{...o},children:t})]}),S1=Cc.default.div`
|
|
1934
1934
|
display: flex;
|
|
1935
1935
|
align-items: center;
|
|
1936
1936
|
justify-content: space-between;
|
|
@@ -1945,7 +1945,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1945
1945
|
color: var(--privy-color-foreground-2);
|
|
1946
1946
|
text-align: right;
|
|
1947
1947
|
}
|
|
1948
|
-
`,
|
|
1948
|
+
`,_1=Cc.default.div`
|
|
1949
1949
|
font-size: 14px;
|
|
1950
1950
|
line-height: 100%;
|
|
1951
1951
|
display: flex;
|
|
@@ -1954,19 +1954,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1954
1954
|
border-radius: var(--privy-border-radius-full);
|
|
1955
1955
|
background-color: var(--privy-color-background-2);
|
|
1956
1956
|
padding: 4px 8px;
|
|
1957
|
-
`;var
|
|
1957
|
+
`;var ji=k(require("styled-components"));var bc=require("@ethersproject/bignumber"),Ec=require("@ethersproject/units");var $i=(e,t)=>{let o=(t*parseFloat((0,Ec.formatEther)(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},No=(e,t,o=6,r=!1)=>{let i=parseFloat((0,Ec.formatEther)(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Pc=e=>e.map(Me).reduce((t,o)=>t.add(o),bc.BigNumber.from(0)).toHexString(),Bf=(e,t)=>{let{chains:o}=R(),r=`https://etherscan.io/address/${t}`,n=`${jd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},Me=e=>bc.BigNumber.from(e);var Lo=require("react/jsx-runtime"),Hf=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Pc(e),n=t?$i(r,t):void 0,i=No(r,o);return(0,Lo.jsx)(Gf,{children:n||i})},Tc=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Pc(e),n=t?$i(r,t):void 0,i=No(r,o);return(0,Lo.jsx)(Gf,{children:n?(0,Lo.jsxs)(Lo.Fragment,{children:[(0,Lo.jsx)(k1,{children:"USD"}),n==="<$0.01"?(0,Lo.jsxs)(R1,{children:[(0,Lo.jsx)(A1,{children:"<"}),"$0.01"]}):n]}):i})},Gf=ji.default.span`
|
|
1958
1958
|
font-size: 14px;
|
|
1959
1959
|
line-height: 140%;
|
|
1960
1960
|
display: flex;
|
|
1961
1961
|
gap: 4px;
|
|
1962
1962
|
align-items: center;
|
|
1963
|
-
`,
|
|
1963
|
+
`,k1=ji.default.span`
|
|
1964
1964
|
font-size: 12px;
|
|
1965
1965
|
line-height: 12px;
|
|
1966
1966
|
color: var(--privy-color-foreground-3);
|
|
1967
|
-
`,
|
|
1967
|
+
`,A1=ji.default.span`
|
|
1968
1968
|
font-size: 10px;
|
|
1969
|
-
`,
|
|
1969
|
+
`,R1=ji.default.span`
|
|
1970
1970
|
display: flex;
|
|
1971
1971
|
align-items: center;
|
|
1972
1972
|
`;var Ds=k(require("styled-components"));var Pt=require("react/jsx-runtime"),zf=({gas:e,tokenPrice:t,tokenSymbol:o})=>(0,Pt.jsxs)(Bl,{style:{paddingBottom:"12px"},children:[(0,Pt.jsxs)($f,{children:[(0,Pt.jsx)(qf,{children:"Est. Fees"}),(0,Pt.jsx)("div",{children:(0,Pt.jsx)(Tc,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&(0,Pt.jsx)(jf,{children:`${No(e,o)}`})]}),Vf=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=Me(e.value||0).add(Me(t)).toHexString();return(0,Pt.jsxs)(Bl,{children:[(0,Pt.jsxs)($f,{children:[(0,Pt.jsx)(qf,{children:"Total (including fees)"}),(0,Pt.jsx)("div",{children:(0,Pt.jsx)(Tc,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&(0,Pt.jsx)(jf,{children:No(n,r)})]})},$f=Ds.default.div`
|
|
@@ -1988,19 +1988,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1988
1988
|
font-size: 14px;
|
|
1989
1989
|
line-height: 22.4px;
|
|
1990
1990
|
font-weight: 400;
|
|
1991
|
-
`;var Kf=require("@heroicons/react/24/outline"),Oo=require("react"),or=k(require("styled-components"));var Us=require("react"),ai=(0,Us.createContext)(void 0);var
|
|
1991
|
+
`;var Kf=require("@heroicons/react/24/outline"),Oo=require("react"),or=k(require("styled-components"));var Us=require("react"),ai=(0,Us.createContext)(void 0);var qi=(0,Us.createContext)(void 0);var tt=require("react/jsx-runtime"),Yf=({defaultValue:e,children:t})=>{let[o,r]=(0,Oo.useState)(e||null),n=i=>{r(o===i?null:i)};return(0,tt.jsx)(ai.Provider,{value:{activePanel:o,togglePanel:n},children:(0,tt.jsx)(I1,{children:t})})},Jf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=(0,Oo.useContext)(ai),n=o===e;return(0,tt.jsx)(qi.Provider,{value:{onToggle:()=>r(e),value:e},children:(0,tt.jsx)(L1,{isActive:n,"data-open":n,children:t})})},Qf=({children:e})=>{let{activePanel:t}=(0,Oo.useContext)(ai),{onToggle:o,value:r}=(0,Oo.useContext)(qi),n=t===r;return(0,tt.jsxs)(tt.Fragment,{children:[(0,tt.jsxs)(W1,{onClick:o,"data-open":n,children:[(0,tt.jsx)(N1,{children:e}),(0,tt.jsx)(D1,{isactive:n,children:(0,tt.jsx)(Kf.ChevronDownIcon,{height:"16px",width:"16px",strokeWidth:"2"})})]}),(0,tt.jsx)(M1,{})]})},Zf=({children:e})=>{let{activePanel:t}=(0,Oo.useContext)(ai),{value:o}=(0,Oo.useContext)(qi);return(0,tt.jsx)(O1,{"data-open":t===o,children:(0,tt.jsx)(eh,{children:e})})},Xf=({children:e})=>{let{activePanel:t}=(0,Oo.useContext)(ai),{value:o}=(0,Oo.useContext)(qi);return(0,tt.jsx)(eh,{children:typeof e=="function"?e({isActive:t===o}):e})},I1=or.default.div`
|
|
1992
1992
|
display: flex;
|
|
1993
1993
|
flex-direction: column;
|
|
1994
1994
|
width: 100%;
|
|
1995
1995
|
gap: 8px;
|
|
1996
|
-
`,
|
|
1996
|
+
`,W1=or.default.div`
|
|
1997
1997
|
display: flex;
|
|
1998
1998
|
justify-content: space-between;
|
|
1999
1999
|
align-items: center;
|
|
2000
2000
|
width: 100%;
|
|
2001
2001
|
cursor: pointer;
|
|
2002
2002
|
padding-bottom: 8px;
|
|
2003
|
-
`,
|
|
2003
|
+
`,M1=or.default.div`
|
|
2004
2004
|
width: 100%;
|
|
2005
2005
|
|
|
2006
2006
|
&& {
|
|
@@ -2008,13 +2008,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2008
2008
|
border-color: var(--privy-color-foreground-4);
|
|
2009
2009
|
}
|
|
2010
2010
|
padding-bottom: 12px;
|
|
2011
|
-
`,
|
|
2011
|
+
`,N1=or.default.div`
|
|
2012
2012
|
font-size: 14px;
|
|
2013
2013
|
font-weight: 500;
|
|
2014
2014
|
line-height: 19.6px;
|
|
2015
2015
|
width: 100%;
|
|
2016
2016
|
padding-right: 8px;
|
|
2017
|
-
`,
|
|
2017
|
+
`,L1=or.default.div`
|
|
2018
2018
|
display: flex;
|
|
2019
2019
|
flex-direction: column;
|
|
2020
2020
|
width: 100%;
|
|
@@ -2026,7 +2026,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2026
2026
|
border-color: var(--privy-color-foreground-4);
|
|
2027
2027
|
border-radius: var(--privy-border-radius-md);
|
|
2028
2028
|
}
|
|
2029
|
-
`,
|
|
2029
|
+
`,O1=or.default.div`
|
|
2030
2030
|
position: relative;
|
|
2031
2031
|
overflow: hidden;
|
|
2032
2032
|
transition: max-height 25ms ease-out;
|
|
@@ -2044,32 +2044,32 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2044
2044
|
gap: 12px;
|
|
2045
2045
|
flex: 1 1 auto;
|
|
2046
2046
|
min-height: 1px;
|
|
2047
|
-
`,
|
|
2047
|
+
`,D1=or.default.div`
|
|
2048
2048
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
2049
|
-
`;var th=k(require("styled-components"));var oh=require("react/jsx-runtime"),xc=({walletAddress:e,chainId:t=Go})=>(0,oh.jsx)(
|
|
2049
|
+
`;var th=k(require("styled-components"));var oh=require("react/jsx-runtime"),xc=({walletAddress:e,chainId:t=Go})=>(0,oh.jsx)(U1,{href:Bf(t,e),target:"_blank",children:ur(e)}),U1=th.default.a`
|
|
2050
2050
|
&:hover {
|
|
2051
2051
|
text-decoration: underline;
|
|
2052
2052
|
}
|
|
2053
|
-
`;var Ye=require("react/jsx-runtime"),si=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return(0,Ye.jsx)(Yf,{children:(0,Ye.jsxs)(Jf,{value:"details",children:[(0,Ye.jsx)(Qf,{children:(0,Ye.jsxs)(
|
|
2053
|
+
`;var Ye=require("react/jsx-runtime"),si=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return(0,Ye.jsx)(Yf,{children:(0,Ye.jsxs)(Jf,{value:"details",children:[(0,Ye.jsx)(Qf,{children:(0,Ye.jsxs)(F1,{children:[(0,Ye.jsx)("div",{children:r?.title||r?.actionDescription||"Details"}),(0,Ye.jsx)(B1,{children:(0,Ye.jsx)(Hf,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),(0,Ye.jsxs)(Zf,{children:[(0,Ye.jsx)(Os,{label:"From",children:(0,Ye.jsx)(xc,{walletAddress:e,chainId:o.chainId||Go})}),(0,Ye.jsx)(Os,{label:"To",children:(0,Ye.jsx)(xc,{walletAddress:t,chainId:o.chainId||Go})}),r&&r.action&&(0,Ye.jsx)(Os,{label:"Action",children:r.action}),i&&(0,Ye.jsx)(zf,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),(0,Ye.jsx)(Xf,{children:({isActive:s})=>(0,Ye.jsx)(Vf,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},F1=Sc.default.div`
|
|
2054
2054
|
display: flex;
|
|
2055
2055
|
flex-direction: row;
|
|
2056
2056
|
justify-content: space-between;
|
|
2057
|
-
`,
|
|
2057
|
+
`,B1=Sc.default.div`
|
|
2058
2058
|
flex-shrink: 0;
|
|
2059
2059
|
padding-left: 8px;
|
|
2060
|
-
`;var li=k(require("styled-components")),Wr=require("react/jsx-runtime"),_c=({description:e,contractInfo:t})=>(0,Wr.jsxs)(
|
|
2060
|
+
`;var li=k(require("styled-components")),Wr=require("react/jsx-runtime"),_c=({description:e,contractInfo:t})=>(0,Wr.jsxs)(H1,{children:[t.imgUrl&&(0,Wr.jsx)(G1,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&(0,Wr.jsx)(z1,{children:(0,Wr.jsx)("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&(0,Wr.jsx)(V1,{children:t.name}),(0,Wr.jsx)($1,{children:e||t.actionText})]}),H1=li.default.div`
|
|
2061
2061
|
display: flex;
|
|
2062
2062
|
flex-direction: column;
|
|
2063
2063
|
align-items: center;
|
|
2064
2064
|
margin-bottom: 8px;
|
|
2065
|
-
`,
|
|
2065
|
+
`,G1=li.default.img`
|
|
2066
2066
|
&& {
|
|
2067
2067
|
height: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2068
2068
|
width: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2069
2069
|
border-radius: 16px;
|
|
2070
2070
|
margin-bottom: 12px;
|
|
2071
2071
|
}
|
|
2072
|
-
`,
|
|
2072
|
+
`,z1=li.default.div`
|
|
2073
2073
|
font-size: 12px;
|
|
2074
2074
|
line-height: 12px;
|
|
2075
2075
|
padding: 7px;
|
|
@@ -2082,7 +2082,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2082
2082
|
text-decoration: underline;
|
|
2083
2083
|
}
|
|
2084
2084
|
}
|
|
2085
|
-
`,
|
|
2085
|
+
`,V1=li.default.div`
|
|
2086
2086
|
font-size: 18px;
|
|
2087
2087
|
line-height: 18px;
|
|
2088
2088
|
font-weight: 500;
|
|
@@ -2090,7 +2090,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2090
2090
|
white-space: nowrap;
|
|
2091
2091
|
max-width: 275px;
|
|
2092
2092
|
text-overflow: ellipsis;
|
|
2093
|
-
|
|
2093
|
+
`,$1=li.default.div`
|
|
2094
2094
|
font-size: 16px;
|
|
2095
2095
|
line-height: 140%;
|
|
2096
2096
|
font-weight: 400;
|
|
@@ -2098,7 +2098,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2098
2098
|
overflow: hidden;
|
|
2099
2099
|
max-width: 275px;
|
|
2100
2100
|
text-overflow: ellipsis;
|
|
2101
|
-
`;var rh=require("@heroicons/react/24/outline"),Fs=k(require("styled-components"));var nn=require("react/jsx-runtime"),nh=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=R(),a=i(t.chainId)||"ETH";return(0,nn.jsxs)(
|
|
2101
|
+
`;var rh=require("@heroicons/react/24/outline"),Fs=k(require("styled-components"));var nn=require("react/jsx-runtime"),nh=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=R(),a=i(t.chainId)||"ETH";return(0,nn.jsxs)(j1,{children:[(0,nn.jsxs)(q1,{children:[(0,nn.jsx)(rh.WalletIcon,{strokeWidth:"2",width:"16px",height:"16px"}),(0,nn.jsx)("div",{children:ur(e)})]}),(0,nn.jsxs)(K1,{displayBalanceColor:n,hasFunds:r,children:[o?No(o,a,6,!0):0," available"]})]})},j1=Fs.default.div`
|
|
2102
2102
|
display: flex;
|
|
2103
2103
|
flex-direction: row;
|
|
2104
2104
|
justify-content: space-between;
|
|
@@ -2111,12 +2111,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2111
2111
|
border: 1px solid var(--privy-color-foreground-4);
|
|
2112
2112
|
border-radius: var(--privy-border-radius-md);
|
|
2113
2113
|
}
|
|
2114
|
-
`,
|
|
2114
|
+
`,q1=Fs.default.div`
|
|
2115
2115
|
display: flex;
|
|
2116
2116
|
flex-direction: row;
|
|
2117
2117
|
align-items: center;
|
|
2118
2118
|
gap: 8px;
|
|
2119
|
-
`,
|
|
2119
|
+
`,K1=Fs.default.div`
|
|
2120
2120
|
display: flex;
|
|
2121
2121
|
align-items: center;
|
|
2122
2122
|
justify-content: center;
|
|
@@ -2126,35 +2126,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2126
2126
|
background-color: var(--privy-color-background-2);
|
|
2127
2127
|
padding: 5px 8px;
|
|
2128
2128
|
color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
|
|
2129
|
-
`;var
|
|
2129
|
+
`;var Ki=k(require("styled-components"));var Yt=require("react/jsx-runtime"),ah=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?$i(n,r):void 0,a=No(n,o);return(0,Yt.jsxs)(Y1,{children:[i?(0,Yt.jsxs)(Yt.Fragment,{children:[(0,Yt.jsx)(ih,{children:i}),(0,Yt.jsx)(J1,{children:a})]}):(0,Yt.jsx)(Yt.Fragment,{children:(0,Yt.jsx)(ih,{children:a})}),(0,Yt.jsx)(Q1,{children:e})]})},Y1=Ki.default.div`
|
|
2130
2130
|
display: flex;
|
|
2131
2131
|
flex-direction: column;
|
|
2132
2132
|
align-items: center;
|
|
2133
2133
|
margin-bottom: 20px;
|
|
2134
|
-
`,ih=
|
|
2134
|
+
`,ih=Ki.default.h2`
|
|
2135
2135
|
&& {
|
|
2136
2136
|
font-size: 48px;
|
|
2137
2137
|
line-height: 48px;
|
|
2138
2138
|
margin: 8px auto;
|
|
2139
2139
|
}
|
|
2140
|
-
`,
|
|
2140
|
+
`,J1=Ki.default.p`
|
|
2141
2141
|
margin-bottom: 12px;
|
|
2142
2142
|
&& {
|
|
2143
2143
|
font-size: 17px;
|
|
2144
2144
|
line-height: 17px;
|
|
2145
2145
|
color: var(--privy-color-foreground-3);
|
|
2146
2146
|
}
|
|
2147
|
-
`,
|
|
2147
|
+
`,Q1=Ki.default.div`
|
|
2148
2148
|
font-size: 16px;
|
|
2149
2149
|
line-height: 22.4px;
|
|
2150
2150
|
font-weight: 400;
|
|
2151
2151
|
overflow: hidden;
|
|
2152
2152
|
max-width: 275px;
|
|
2153
2153
|
text-overflow: ellipsis;
|
|
2154
|
-
`;var dh=require("@ethersproject/abstract-signer"),Yt=require("@ethersproject/bignumber"),ph=require("@ethersproject/contracts"),Z1=require("@ethersproject/providers"),uh=require("@ethersproject/transactions");var Bs={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 Hs={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 Gs={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 zs={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 Vs={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 $s={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 js={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 qs={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 Ks={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 Ys={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 Js={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 Qs={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 Ac=require("@ethersproject/units"),sh=require("ofetch");var Ki={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 Yi={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 lh=[Ki.id,Yi.id],kc=e=>({maxPriorityFee:(0,Ac.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,Ac.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),Q1=e=>({safeLow:kc(e.safeLow),standard:kc(e.standard),fast:kc(e.fast)}),ch=async e=>{let t="";switch(e){case Ki.id:t="https://gasstation.polygon.technology/v2";break;case Yi.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return Q1(await(0,sh.ofetch)(t))};function rr(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 X1(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=rr(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=rr(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=rr(e.gasPrice)),e.value!==void 0&&(t.value=rr(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=rr(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=rr(e.maxPriorityFeePerGas)),t}function ew(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=Me(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Me(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Me(e.gasPrice)),e.value!==void 0&&(t.value=Me(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Me(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Me(e.maxPriorityFeePerGas)),t}async function ci(e,t,o){t.chainId=Number(t.chainId),fh(t);let r=new dh.VoidSigner(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),lh.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(tw(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Yt.BigNumber.from(120)).div(Yt.BigNumber.from(100));t.maxFeePerGas=rr(a),t.maxPriorityFeePerGas=rr(Yt.BigNumber.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Rc(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=Yt.BigNumber.from(i).mul(Yt.BigNumber.from(126)).div(Yt.BigNumber.from(100)).add(Yt.BigNumber.from(t.maxPriorityFeePerGas));t.maxFeePerGas=rr(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}ow(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 X1(n)}async function Zs(e,t,o,r,n){r=Object.assign({chainId:Go},r),fh(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 mh(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(Me(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function Rc(e){return[zs.id,Vs.id,$s.id,js.id,qs.id,Ks.id,Ys.id,Qs.id,Js.id].includes(e)}function tw(e){return[Bs.id,Hs.id,Gs.id].includes(e)}function ow(e){return[56,97].includes(e)}async function Ic(e,t){if(!e.chainId||e.chainId&&!Rc(e.chainId))return Yt.BigNumber.from(0);let o=Yt.BigNumber.from(0);try{let r=new ph.Contract(Nd,Ld,t),n=ew(e),i=(0,uh.serialize)(n);o=await r.getL1Fee(i)}catch{}return o}async function Xs(e,t){delete e.from;let o=Yt.BigNumber.from(0),r=Yt.BigNumber.from(0);if(e.gasLimit?o=Me(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Me(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=Me(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Me(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Rc(e.chainId))try{let i=await Ic(e,t);n=n.add(i)}catch{}return n}function fh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!rw(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 rw(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&nw(e);return t||o||r}function nw(e){return/^-?0x[a-f0-9]+$/i.test(e)}function el(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 di=require("react");var tl=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=(0,di.useState)(!0),[a,l]=(0,di.useState)(void 0),[s,c]=(0,di.useState)(void 0);return(0,di.useEffect)(()=>{let m=e.chainId||Go,h=r.find(y=>y.id===Number(m));if(!h)throw new q(`Unsupported chain: ${m}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(h);y?c(y):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};var ol=require("react"),Wc=(0,ol.createContext)(null);function pi(){let e=(0,ol.useContext)(Wc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}var Mc=require("react/jsx-runtime"),Nc=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:o}=pi(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[l,s]=(0,an.useState)(e),{tokenPrice:c}=tl(l),[m,h]=(0,an.useState)(null),g=a(e.chainId)||"ETH",y=(0,an.useMemo)(()=>o.find(w=>w.walletClientType==="privy"),[o]);return(0,an.useEffect)(()=>{async function w(){if(!await t()||!r||!y)return l;let x=new hh.StaticJsonRpcProvider(eo(l.chainId,i,n)),b=await Xs(l,x);return h(Me(b.toBigInt()).toHexString()),ci(y.address,l,x)}w().then(C=>{s(C)})},[r]),y?(0,Mc.jsx)(iw,{children:(0,Mc.jsx)(si,{from:y.address,to:l.to,txn:l,gas:m??void 0,tokenPrice:c,tokenSymbol:g})}):null},iw=yh.default.div`
|
|
2154
|
+
`;var dh=require("@ethersproject/abstract-signer"),Jt=require("@ethersproject/bignumber"),ph=require("@ethersproject/contracts"),X1=require("@ethersproject/providers"),uh=require("@ethersproject/transactions");var Bs={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 Hs={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 Gs={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 zs={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 Vs={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 $s={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 js={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 qs={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 Ks={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 Ys={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 Js={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 Qs={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 Ac=require("@ethersproject/units"),sh=require("ofetch");var Yi={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 Ji={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 lh=[Yi.id,Ji.id],kc=e=>({maxPriorityFee:(0,Ac.parseUnits)(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:(0,Ac.parseUnits)(e.maxFee.toFixed(9),"gwei").toHexString()}),Z1=e=>({safeLow:kc(e.safeLow),standard:kc(e.standard),fast:kc(e.fast)}),ch=async e=>{let t="";switch(e){case Yi.id:t="https://gasstation.polygon.technology/v2";break;case Ji.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return Z1(await(0,sh.ofetch)(t))};function rr(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 ew(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=rr(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=rr(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=rr(e.gasPrice)),e.value!==void 0&&(t.value=rr(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=rr(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=rr(e.maxPriorityFeePerGas)),t}function tw(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=Me(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=Me(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Me(e.gasPrice)),e.value!==void 0&&(t.value=Me(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Me(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Me(e.maxPriorityFeePerGas)),t}async function ci(e,t,o){t.chainId=Number(t.chainId),fh(t);let r=new dh.VoidSigner(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),lh.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(ow(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Jt.BigNumber.from(120)).div(Jt.BigNumber.from(100));t.maxFeePerGas=rr(a),t.maxPriorityFeePerGas=rr(Jt.BigNumber.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(Rc(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=Jt.BigNumber.from(i).mul(Jt.BigNumber.from(126)).div(Jt.BigNumber.from(100)).add(Jt.BigNumber.from(t.maxPriorityFeePerGas));t.maxFeePerGas=rr(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}rw(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 ew(n)}async function Zs(e,t,o,r,n){r=Object.assign({chainId:Go},r),fh(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 mh(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(Me(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function Rc(e){return[zs.id,Vs.id,$s.id,js.id,qs.id,Ks.id,Ys.id,Qs.id,Js.id].includes(e)}function ow(e){return[Bs.id,Hs.id,Gs.id].includes(e)}function rw(e){return[56,97].includes(e)}async function Ic(e,t){if(!e.chainId||e.chainId&&!Rc(e.chainId))return Jt.BigNumber.from(0);let o=Jt.BigNumber.from(0);try{let r=new ph.Contract(Nd,Ld,t),n=tw(e),i=(0,uh.serialize)(n);o=await r.getL1Fee(i)}catch{}return o}async function Xs(e,t){delete e.from;let o=Jt.BigNumber.from(0),r=Jt.BigNumber.from(0);if(e.gasLimit?o=Me(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=Me(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=Me(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=Me(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Rc(e.chainId))try{let i=await Ic(e,t);n=n.add(i)}catch{}return n}function fh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!nw(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 nw(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&iw(e);return t||o||r}function iw(e){return/^-?0x[a-f0-9]+$/i.test(e)}function el(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 di=require("react");var tl=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=(0,di.useState)(!0),[a,l]=(0,di.useState)(void 0),[s,c]=(0,di.useState)(void 0);return(0,di.useEffect)(()=>{let m=e.chainId||Go,h=r.find(y=>y.id===Number(m));if(!h)throw new q(`Unsupported chain: ${m}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(h);y?c(y):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};var ol=require("react"),Wc=(0,ol.createContext)(null);function pi(){let e=(0,ol.useContext)(Wc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}var Mc=require("react/jsx-runtime"),Nc=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:o}=pi(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[l,s]=(0,an.useState)(e),{tokenPrice:c}=tl(l),[m,h]=(0,an.useState)(null),g=a(e.chainId)||"ETH",y=(0,an.useMemo)(()=>o.find(w=>w.walletClientType==="privy"),[o]);return(0,an.useEffect)(()=>{async function w(){if(!await t()||!r||!y)return l;let x=new hh.StaticJsonRpcProvider(eo(l.chainId,i,n)),b=await Xs(l,x);return h(Me(b.toBigInt()).toHexString()),ci(y.address,l,x)}w().then(C=>{s(C)})},[r]),y?(0,Mc.jsx)(aw,{children:(0,Mc.jsx)(si,{from:y.address,to:l.to,txn:l,gas:m??void 0,tokenPrice:c,tokenSymbol:g})}):null},aw=yh.default.div`
|
|
2155
2155
|
width: 100%;
|
|
2156
2156
|
padding: 1rem 0;
|
|
2157
|
-
`;var H=require("react/jsx-runtime"),Lc=({open:e,onClose:t})=>{let{user:o}=B(),[r,n]=(0,ui.useState)(null),{init:i,cancel:a}=rn();(0,ui.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,H.jsx)(
|
|
2157
|
+
`;var H=require("react/jsx-runtime"),Lc=({open:e,onClose:t})=>{let{user:o}=B(),[r,n]=(0,ui.useState)(null),{init:i,cancel:a}=rn();(0,ui.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,H.jsx)(sw,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(S,{onClose:s},"header"),(0,H.jsx)(st,{children:(0,H.jsx)(ft,{children:(0,H.jsx)(gh.ShieldCheckIcon,{})})}),(0,H.jsx)(Ge,{children:"Verify your identity"}),(0,H.jsx)(We,{children:"Choose a verification method"}),(0,H.jsxs)(ms,{children:[o.mfaMethods.includes("totp")&&(0,H.jsxs)(Ae,{onClick:()=>l("totp"),children:[(0,H.jsx)(rl.DevicePhoneMobileIcon,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&(0,H.jsxs)(Ae,{onClick:()=>l("sms"),children:[(0,H.jsx)(rl.PhoneIcon,{}),"SMS"]},"sms")]}),(0,H.jsx)(J,{})]})},sw=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=_(),{pendingTransaction:n}=R(),[i,a]=(0,ui.useState)(!1),[l,s]=(0,ui.useState)(!1),{submit:c}=rn();async function m(h){try{if(!h)return;await c(e,h),s(!0),a(!1),t()}catch(g){throw os(g)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):qr(g)?(a(!1),new Error("The code you entered is not valid")):jr(g)?(a(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(a(!1),new Error("Unknown error"))}}switch(e){case"sms":return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(S,{onClose:t},"header"),(0,H.jsx)(st,{children:(0,H.jsx)(ft,{children:(0,H.jsx)(nl.PhoneIcon,{})})}),(0,H.jsx)(Ge,{children:"Enter verification code"}),(0,H.jsxs)(Sr,{children:[(0,H.jsx)(ni,{success:l,disabled:i,onChange:m}),(0,H.jsxs)(We,{children:["To continue, please enter the 6-digit code sent to your ",(0,H.jsx)("strong",{children:"mobile device"})]}),n&&(0,H.jsx)(Nc,{pendingTransaction:n})]}),o&&(0,H.jsx)(ac,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,H.jsx)(jo,{onClick:t,children:"Not now"}),(0,H.jsx)(J,{})]});case"totp":return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(S,{onClose:t},"header"),(0,H.jsx)(st,{children:(0,H.jsx)(ft,{children:(0,H.jsx)(nl.DevicePhoneMobileIcon,{})})}),(0,H.jsx)(Ge,{children:"Enter verification code"}),(0,H.jsxs)(Sr,{children:[(0,H.jsx)(ni,{success:l,disabled:i,onChange:m}),(0,H.jsxs)(We,{children:["To continue, please enter the 6-digit code generated from your"," ",(0,H.jsx)("strong",{children:"authenticator app"})]}),n&&(0,H.jsx)(Nc,{pendingTransaction:n})]}),o&&(0,H.jsx)(ac,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),(0,H.jsx)(jo,{onClick:t,children:"Not now"}),(0,H.jsx)(J,{})]});default:return null}};var mi=require("react"),Dc=k(require("styled-components"));function Oc(e){return e.charAt(0).toUpperCase()+e.slice(1)}var ot=require("react/jsx-runtime"),vh={google:{name:"Google",component:ks},discord:{name:"Discord",component:Ss},github:{name:"Github",component:_s},linkedin:{name:"LinkedIn",component:As},twitter:{name:"Twitter",component:Is},tiktok:{name:"Tiktok",component:Rs},apple:{name:"Apple",component:xs}},il=()=>{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"),Zt.del(fn),window.history.pushState({},"",e)},wh=()=>{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:h,closePrivyModal:g}=R(),[y,w]=(0,mi.useState)(!1),[C,x]=(0,mi.useState)(void 0),b=l()?.provider||"google",P=vh[b].name,W=vh[b].component,A=r?.render.inDialog?ct:0;(0,mi.useEffect)(()=>{c(b).then(()=>{il(),w(!0)}).catch(L=>{let G={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),il();return}else L?.privyErrorCode==="linked_to_another_user"?G.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(G.retryable=!0,G.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"?(G.detail=`Retry and check ${Oc(b)} to finish connecting your account.`,G.retryable=!0):L?.privyErrorCode==="too_many_requests"&&(G.detail="Too many requests. Please wait before trying again.");il(),x(G)}).finally(()=>{h()})},[]),(0,mi.useEffect)(()=>{if(e&&o&&y&&t)if(vo(t,r?.embeddedWallets?.createOnLogin)){let G=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:Z=>console.error(Z),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},A);return()=>clearTimeout(G)}else{let G=setTimeout(g,A);return m(),()=>clearTimeout(G)}},[e,o,y,t]);let I=y?`Successfully connected with ${P}`:C?C.message:`Verifying connection to ${P}`,M="";return y?M="You\u2019re good to go!":C?M=C.detail:M="Just a few moments more",(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)(S,{}),(0,ot.jsx)(Y,{}),(0,ot.jsxs)(lw,{children:[(0,ot.jsx)(cw,{children:(0,ot.jsxs)("div",{children:[(0,ot.jsx)(gr,{success:y,fail:!!C}),(0,ot.jsx)(W,{style:{width:"38px",height:"38px"}})]})}),(0,ot.jsxs)($t,{children:[(0,ot.jsx)("h3",{children:I}),(0,ot.jsx)("p",{children:M})]}),C&&C?.retryable?(0,ot.jsx)(Ha,{onClick:()=>{il(),s(b),x(void 0)},disabled:!y&&!C?.retryable,children:"Retry"}):null]}),(0,ot.jsx)(J,{})]})},lw=Dc.default.div`
|
|
2158
2158
|
display: flex;
|
|
2159
2159
|
flex-direction: column;
|
|
2160
2160
|
align-items: center;
|
|
@@ -2162,7 +2162,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2162
2162
|
margin-left: 27px;
|
|
2163
2163
|
margin-right: 27px;
|
|
2164
2164
|
gap: 24px;
|
|
2165
|
-
`,
|
|
2165
|
+
`,cw=Dc.default.div`
|
|
2166
2166
|
display: flex;
|
|
2167
2167
|
flex-direction: column;
|
|
2168
2168
|
justify-content: center;
|
|
@@ -2185,55 +2185,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2185
2185
|
left: -19px;
|
|
2186
2186
|
top: -19px;
|
|
2187
2187
|
}
|
|
2188
|
-
`;var
|
|
2188
|
+
`;var Qi=require("react"),Eh=k(require("styled-components"));var Ch=require("react-device-detect");var bh=(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(!pr()&&Ch.isMobile)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};var ht=require("react/jsx-runtime"),Ph=()=>{let{forkSession:e,ready:t,authenticated:o}=B(),[r,n]=(0,Qi.useState)(""),[i,a]=(0,Qi.useState)(!1);(0,Qi.useEffect)(()=>{t&&o&&e().then(n)},[t,o]);let l=bh(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,ht.jsxs)(ht.Fragment,{children:[(0,ht.jsx)(S,{},"header"),(0,ht.jsx)(Y,{}),(0,ht.jsx)(To,{title:s.title,description:s.description}),(0,ht.jsxs)(Po,{children:[(0,ht.jsx)(dw,{children:(0,ht.jsx)(Co,{style:{width:"72px",height:"72px"}})}),(0,ht.jsx)(Ba,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?(0,ht.jsx)("p",{children:s.footnote}):null]}),(0,ht.jsx)(te,{}),(0,ht.jsx)(z,{protectedByPrivy:!0})]})},dw=(0,Eh.default)(Vt)`
|
|
2189
2189
|
margin: 16px auto;
|
|
2190
|
-
`;var kh=require("@ethersproject/providers"),ze=require("react"),sn=k(require("styled-components"));function Th(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var al=require("@ethersproject/bignumber"),xh=k(require("styled-components"));var Do=require("react/jsx-runtime"),
|
|
2190
|
+
`;var kh=require("@ethersproject/bignumber"),Ah=require("@ethersproject/providers"),ze=require("react"),sn=k(require("styled-components"));function Th(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}var al=require("@ethersproject/bignumber"),xh=k(require("styled-components"));var Do=require("react/jsx-runtime"),pw=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=al.BigNumber.from(e.gasUsed),r=al.BigNumber.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=al.BigNumber.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Sh=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>(0,Do.jsxs)(Do.Fragment,{children:[(0,Do.jsx)(S,{onClose:r}),(0,Do.jsx)(_i,{title:"Transaction complete!",description:"You're all set."}),(0,Do.jsx)(si,{tokenPrice:n,from:t.from,to:t.to,gas:pw(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),(0,Do.jsx)(uw,{loading:!1,onClick:r,children:"All Done"}),(0,Do.jsx)(J,{})]}),uw=(0,xh.default)(U)`
|
|
2191
2191
|
&& {
|
|
2192
2192
|
margin-top: 24px;
|
|
2193
2193
|
}
|
|
2194
2194
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2195
|
-
`;var le=require("react/jsx-runtime");var
|
|
2195
|
+
`;var le=require("react/jsx-runtime");var mw=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return(0,le.jsx)(_c,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return(0,le.jsx)(_c,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return(0,le.jsx)(le.Fragment,{children:(0,le.jsx)(ah,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Rh=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:o}=pi(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=R(),{app:c,navigate:m,data:h,onUserCloseViaDialogOrKeybindRef:g,setModalData:y}=_(),{transactionRequest:w,onSuccess:C,onFailure:x,uiOptions:b,fundWalletConfig:P}=h.sendTransaction,[W,A]=(0,ze.useState)(null),[I,M]=(0,ze.useState)(null),[L,G]=(0,ze.useState)(""),[Z,oe]=(0,ze.useState)(),[O,j]=(0,ze.useState)(!1),V=()=>{G(""),oe(void 0)},ye=(Ze,Tt,xt)=>{G(Ze),oe(new dt(new wo(Tt??Ze,xt??wt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[D,Pe]=(0,ze.useState)(!1),[fo,Ve]=(0,ze.useState)(!0),[$e,_e]=(0,ze.useState)(null),[we,ir]=(0,ze.useState)(w),{tokenPrice:ar,isTokenPriceLoading:Or}=tl(we),yt=s(w.chainId)||"ETH",[Qe,sr]=(0,ze.useState)(null),[cn,re]=(0,ze.useState)(null),[ho,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 De=(0,ze.useMemo)(()=>o.find(Ze=>Ze.walletClientType==="privy"),[o]),ml=async()=>{if(!De)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Ze,externalTransactionId:Tt}=await i(De.address,{config:P?.config||{}});y({fiatOnRampPrompt:{signedUrl:Ze},fiatOnRampStatus:{externalTransactionId:Tt}}),m("FIAT_ON_RAMP_PROMPT_SCREEN")},Ee=(0,ze.useMemo)(()=>new Ah.StaticJsonRpcProvider(eo(we.chainId,l,a)),[we.chainId,a]);(0,ze.useEffect)(()=>{let Ze=()=>{Ve(!1),ye("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&j(!0)};async function Tt(){let xt=we;if(!await t()||!r||!De)return;try{xt=await ci(De.address,we,Ee),ir(xt)}catch(Ot){vu(Ot)?Ze():ye("There was an error preparing your transaction. Please try again.",Ot.reason)}let gi=kh.BigNumber.from(0);try{gi=await Xs(xt,Ee),sr(Me(gi.toBigInt()).toHexString());let Ot=await Ic(we,Ee);re(Me(Ot.toBigInt()).toHexString())}catch{sr(null)}try{let{balance:Ot,hasSufficientFunds:dn}=await mh(De.address,xt,gi,Ee);_e(Ot.toHexString()),dn||Ze()}catch(Ot){console.warn(`Failed to fetch wallet balance with error: ${Ot}`)}ce(!1)}Tt()},[r]);let Ho=Th(we),fl=Ho==="SEND"?`Send ${yt}`:"Review transaction",yi={modalTitle:b.header||b.modalTitle||fl,buttonText:b.buttonText||"Submit"},lr=()=>{D||(I?C(I):x(Z||new dt(new wo("The user rejected the request",wt.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return g.current=lr,ar===void 0&&Or||ho?(0,le.jsxs)(le.Fragment,{children:[b.transactionInfo?.contractInfo?.imgUrl&&(0,le.jsx)(Sa,{src:b.transactionInfo?.contractInfo?.imgUrl}),(0,le.jsx)(S,{title:yi.modalTitle,onClose:lr}),(0,le.jsx)(_h,{children:(0,le.jsx)(Fn,{})})]}):W!==null?(0,le.jsx)(Sh,{txn:we,onClose:lr,receipt:W,transactionInfo:b.transactionInfo,tokenPrice:ar,tokenSymbol:yt,l1GasEstimate:cn}):(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(S,{title:yi.modalTitle,onClose:lr}),(0,le.jsxs)(_h,{children:[(0,le.jsxs)(gw,{children:[(0,le.jsx)(mw,{txn:we,txnFamily:Ho,uiOptions:b,tokenSymbol:yt,tokenPrice:ar}),De?(0,le.jsx)(si,{from:De.address,to:we.to,txn:we,transactionInfo:b.transactionInfo,gas:Qe||void 0,tokenPrice:ar,tokenSymbol:yt}):null]}),(0,le.jsxs)(vw,{children:[(0,le.jsx)(fw,{children:L}),(0,le.jsx)(nh,{txn:we,address:De?.address??"",hasFunds:fo,balance:$e}),(0,le.jsxs)(hw,{children:[O&&(0,le.jsx)(U,{onClick:ml,children:"Add Funds"}),(0,le.jsx)(yw,{disabled:D||!fo,loading:!r||D,loadingText:D?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Pe(!0);let Ze=await t();if(Ze&&!D&&De)try{let Tt=await Zs(Ze,De.address,r,we,Ee);M(Tt);let xt=await Tt.wait();A(el(xt)),V()}catch(Tt){let xt="There was an error processing your transaction. Please contact support.";console.warn({transaction:we,error:Tt}),ye(xt,Tt.reason)}finally{Pe(!1)}},children:yi.buttonText})]})]})]})]})},_h=sn.default.div`
|
|
2196
2196
|
display: flex;
|
|
2197
2197
|
flex-direction: column;
|
|
2198
2198
|
justify-content: space-between;
|
|
2199
2199
|
flex-grow: 1;
|
|
2200
2200
|
padding-bottom: 16px;
|
|
2201
|
-
`,
|
|
2201
|
+
`,fw=sn.default.div`
|
|
2202
2202
|
font-size: 13px;
|
|
2203
2203
|
color: var(--privy-color-error);
|
|
2204
2204
|
width: 100%;
|
|
2205
2205
|
margin-top: 16px;
|
|
2206
|
-
`,
|
|
2206
|
+
`,hw=sn.default.div`
|
|
2207
2207
|
display: flex;
|
|
2208
2208
|
direction: row;
|
|
2209
2209
|
justify-content: space-between;
|
|
2210
2210
|
align-items: center;
|
|
2211
2211
|
gap: 8px;
|
|
2212
|
-
`,
|
|
2212
|
+
`,yw=(0,sn.default)(U)`
|
|
2213
2213
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2214
|
-
`,
|
|
2214
|
+
`,gw=sn.default.div`
|
|
2215
2215
|
height: 100%;
|
|
2216
2216
|
display: flex;
|
|
2217
2217
|
flex-direction: column;
|
|
2218
2218
|
justify-content: space-evenly;
|
|
2219
2219
|
flex-grow: 1;
|
|
2220
|
-
`,
|
|
2220
|
+
`,vw=sn.default.div`
|
|
2221
2221
|
display: flex;
|
|
2222
2222
|
flex-direction: column;
|
|
2223
2223
|
gap: 8px;
|
|
2224
|
-
`;var
|
|
2224
|
+
`;var Ih=require("@ethersproject/bytes"),Wh=require("@ethersproject/strings"),Mr=require("react"),Uo=k(require("styled-components"));var Je=require("react/jsx-runtime"),ww=e=>{if(!(0,Ih.isHexString)(e))return e;try{return(0,Wh.toUtf8String)(e)}catch{return e}},Mh=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:o}=R(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=_(),[a,l]=(0,Mr.useState)(!0),[s,c]=(0,Mr.useState)(""),[m,h]=(0,Mr.useState)(),[g,y]=(0,Mr.useState)(null),w=g!==null;(0,Mr.useEffect)(()=>{e||r("LANDING")},[e]),(0,Mr.useEffect)(()=>{t(yn).then(M=>{l(!1),M||(c("An error has occurred, please try again."),h(new dt(new wo(s,wt.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:C,confirmAndSignMessage:x,onSuccess:b,onFailure:P,uiOptions:W}=n.signMessage,A={title:W.title||"Sign message",description:W.description||"Signing this message will not cost you any fees.",buttonText:W.buttonText||"Sign and continue"},I=M=>{M?b(M):P(m||new dt(new wo("The user rejected the request.",wt.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),h(void 0)};return i.current=()=>{I(g)},(0,Je.jsxs)(Je.Fragment,{children:[(0,Je.jsx)(S,{onClose:()=>I(g)}),(0,Je.jsx)(Y,{}),(0,Je.jsxs)(Cw,{children:[(0,Je.jsx)(bw,{children:A.title}),(0,Je.jsx)(Ew,{children:A.description}),(0,Je.jsx)(Pw,{children:ww(C)}),(0,Je.jsx)(Tw,{fail:!0,children:s}),(0,Je.jsx)(Sw,{success:w,loading:a,disabled:w,onClick:async()=>{try{let M=await x();y(M),c(""),setTimeout(()=>{I(M)},ct)}catch{c("An error has occurred, please try again."),h(new dt(new wo(s,wt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:w?(0,Je.jsxs)(xw,{children:[(0,Je.jsx)(cs,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,Je.jsx)("span",{children:"Success"})]}):A.buttonText})]}),(0,Je.jsx)(te,{}),(0,Je.jsx)(z,{protectedByPrivy:!0})]})},Cw=Uo.default.div`
|
|
2225
2225
|
display: flex;
|
|
2226
2226
|
flex-direction: column;
|
|
2227
2227
|
align-items: center;
|
|
2228
2228
|
justify-content: center;
|
|
2229
|
-
`,
|
|
2229
|
+
`,bw=Uo.default.span`
|
|
2230
2230
|
color: var(--privy-color-foreground);
|
|
2231
2231
|
text-align: center;
|
|
2232
2232
|
font-size: 1.125rem;
|
|
2233
2233
|
font-weight: 500;
|
|
2234
2234
|
line-height: 1.25rem; /* 111.111% */
|
|
2235
2235
|
text-align: center;
|
|
2236
|
-
`,
|
|
2236
|
+
`,Ew=Uo.default.span`
|
|
2237
2237
|
margin-top: 4px;
|
|
2238
2238
|
color: var(--privy-color-foreground);
|
|
2239
2239
|
text-align: center;
|
|
@@ -2243,7 +2243,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2243
2243
|
font-weight: 400;
|
|
2244
2244
|
line-height: 20px; /* 142.857% */
|
|
2245
2245
|
letter-spacing: -0.008px;
|
|
2246
|
-
`,
|
|
2246
|
+
`,Pw=Uo.default.div`
|
|
2247
2247
|
margin-top: 1.5rem;
|
|
2248
2248
|
background-color: var(--privy-color-background-2);
|
|
2249
2249
|
border-radius: var(--privy-border-radius-md);
|
|
@@ -2261,7 +2261,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2261
2261
|
&::-webkit-scrollbar {
|
|
2262
2262
|
display: none; /* Safari and Chrome */
|
|
2263
2263
|
}
|
|
2264
|
-
`,
|
|
2264
|
+
`,Tw=Uo.default.div`
|
|
2265
2265
|
line-height: 20px;
|
|
2266
2266
|
height: 20px;
|
|
2267
2267
|
font-size: 13px;
|
|
@@ -2271,11 +2271,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2271
2271
|
width: 100%;
|
|
2272
2272
|
margin-top: 16px;
|
|
2273
2273
|
margin-bottom: 4px;
|
|
2274
|
-
`,
|
|
2274
|
+
`,xw=Uo.default.span`
|
|
2275
2275
|
display: flex;
|
|
2276
2276
|
align-items: center;
|
|
2277
2277
|
gap: 8px;
|
|
2278
|
-
`,
|
|
2278
|
+
`,Sw=(0,Uo.default)(U)`
|
|
2279
2279
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2280
2280
|
|
|
2281
2281
|
${e=>e.success&&Uo.css`
|
|
@@ -2284,7 +2284,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2284
2284
|
color: #ffffff;
|
|
2285
2285
|
}
|
|
2286
2286
|
`}
|
|
2287
|
-
`;var sl=k(require("styled-components"));var
|
|
2287
|
+
`;var sl=k(require("styled-components"));var _w=`
|
|
2288
2288
|
*,
|
|
2289
2289
|
::before,
|
|
2290
2290
|
::after {
|
|
@@ -2514,7 +2514,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2514
2514
|
[hidden] {
|
|
2515
2515
|
display: none;
|
|
2516
2516
|
}
|
|
2517
|
-
`,
|
|
2517
|
+
`,Nh=_w;var Lh=sl.createGlobalStyle`
|
|
2518
2518
|
:root {
|
|
2519
2519
|
// Borders
|
|
2520
2520
|
--privy-border-radius-sm: 6px;
|
|
@@ -2546,10 +2546,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2546
2546
|
--privy-height-modal-full: 620px;
|
|
2547
2547
|
--privy-height-modal-compact: 480px;
|
|
2548
2548
|
};
|
|
2549
|
-
`,
|
|
2549
|
+
`,Oh=sl.default.div`
|
|
2550
2550
|
// css normalize only the privy application to avoid conflicts
|
|
2551
2551
|
// with consuming application
|
|
2552
|
-
${
|
|
2552
|
+
${Nh}
|
|
2553
2553
|
|
|
2554
2554
|
// Privy styles
|
|
2555
2555
|
color: var(--privy-color-foreground-2);
|
|
@@ -2608,4 +2608,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2608
2608
|
opacity: 1;
|
|
2609
2609
|
}
|
|
2610
2610
|
}
|
|
2611
|
-
`;var Ne=require("react/jsx-runtime"),_w={["LANDING"]:Cf,["AWAITING_PASSWORDLESS_CODE"]:zp,["AWAITING_CONNECTION"]:uu,["AWAITING_CONNECT_ONLY_CONNECTION"]:hu,["AWAITING_FARCASTER_CONNECTION"]:Wm,["PHANTOM_INTERSTITIAL_SCREEN"]:Ph,["LOGIN_FAILED_SCREEN"]:_f,["AWAITING_OAUTH_SCREEN"]:wh,["ALLOWLIST_REJECTION_SCREEN"]:Np,["INSTALL_PHANTOM_SCREEN"]:Km,["LINK_EMAIL_SCREEN"]:Ef,["LINK_PHONE_SCREEN"]:Tf,["LINK_WALLET_SCREEN"]:xf,["CONNECT_ONLY_LANDING_SCREEN"]:cu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:ru,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:am,["EMBEDDED_WALLET_CREATED_SCREEN"]:xu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Eu,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:mm,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Ru,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Wh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Ah,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Um,["FIAT_ON_RAMP_STATUS_SCREEN"]:Bm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:pm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:sm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Ff,["CAPTCHA_SCREEN"]:Yp,["ERROR_SCREEN"]:fm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:zm},kw=["LANDING","AWAITING_CONNECTION"],Aw=({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}=xe(),h=(0,nr.useRef)(null),g=Sp(h),y=r&&a&&kw.includes(a)&&!n&&l==="ready";if((0,nr.useEffect)(()=>{y&&s()},[y]),(0,nr.useEffect)(()=>{!r&&m&&c()},[r,m]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return(0,Ne.jsxs)(ri,{children:[(0,Ne.jsx)(S,{}),(0,Ne.jsx)(Y,{}),(0,Ne.jsx)(Af,{children:(0,Ne.jsx)(Ht,{})}),(0,Ne.jsx)(te,{}),(0,Ne.jsx)(J,{})]});if(!a&&e)return(0,Ne.jsx)(ri,{style:{height:g},children:(0,Ne.jsx)("div",{ref:h,children:(0,Ne.jsx)(Lc,{open:e,onClose:t})})});if(!a)return null;let w=_w[a];return(0,Ne.jsx)(ri,{style:{height:g},children:(0,Ne.jsxs)("div",{ref:h,children:[(0,Ne.jsx)(Ko,{if:!!e,children:(0,Ne.jsx)(w,{})}),(0,Ne.jsx)(Ko,{if:!e,children:(0,Ne.jsx)(Lc,{open:e,onClose:t})})]})})},Rw=()=>{let{closePrivyModal:e}=R(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:(0,nr.useCallback)(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Dh=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=Rw(),[r,n]=(0,nr.useState)(!1);Da({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=(0,Ne.jsx)(Lh,{children:(0,Ne.jsx)(Aw,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?(0,Ne.jsx)(kf,{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 Oh.default.createPortal(l,s)}return l};var Jt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:_d,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var Iw=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Ww=e=>Iw.has(e),Mw=(e,t,o)=>o.indexOf(e)===t,Uh=({input:e})=>e?e.filter(Ww).filter(Mw):Jt.appearance.walletList;var Fh={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 Bh={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 Hh={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 Gh={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 zh={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 Vh={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 $h={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 jh={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 qh={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 Kh={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 ll={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 Yh={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 Jh={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 fi=[Bs,Hs,Gs,$h,Jh,ll,js,qs,Ks,Ki,Yi,Hh,Gh,zh,Vh,zs,Vs,$s,qh,Kh,Fh,Bh,Ys,Qs,Js,jh,Yh],eR=new Set(fi.map(e=>e.id));var Lr=k(require("tinycolor2")),Qh="#FFFFFF",Nw="#000000",Lw=Qh,Ow="#1E1E1D";function Dw(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 Nr(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,Lr.default)({...e.toHsl(),l:o})}function Zh({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Qh,blackHex:a=Nw}){let l;switch(e){case"light":l=Lw;break;case"dark":l=Ow;break;default:l=e;break}let s=(0,Lr.default)(l),c=(0,Lr.default)(t),m=(0,Lr.default)(o),h=(0,Lr.default)(r),g=(0,Lr.default)(n),y=Dw(s.getLuminance()),w=Nr(s,y==="light"?-.04:.11),C=Nr(s,y==="light"?-.88:.87),x=Nr(s,y==="light"?-.77:.75),b=Nr(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),P=Nr(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),W=Nr(c,.15),A=Nr(c,-.06),I=(0,Lr.default)(c.getLuminance()>.5?a:i),M=Nr(m,-.16);return{colorScheme:y,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:b.toHslString(),foreground4:P.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:A.toHslString(),foregroundAccent:I.toHslString(),success:m.toHslString(),successDark:M.toHslString(),error:g.toHslString(),warn:h.toHslString()}}function cl(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(oe=>o.includes(oe)),n,i,a,l,s,c,m,h,g,y,w;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),m=r?.includes("tiktok"),g=r?.includes("github"),h=r?.includes("linkedin"),y=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,g=e.githubOAuth,m=e.tiktokOAuth,h=e.linkedinOAuth,y=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,g,m,h,y,w].filter(Boolean),b=[a].filter(Boolean);if(C.length+x.length+b.length===0)throw new Error("You must enable at least one login method");let P=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;P&&b.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),P=!1):!P&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),P=!0);let W=Uh({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let A=t?.intl?.defaultCountry??"US",{chains:I,defaultChain:M}=Uw({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),L=!!t?.defaultChain||!!t?.supportedChains,G=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:Zh({backgroundTheme:t?.appearance?.theme??Jt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Jt.appearance.accentColor}),loginGroupPriority:P?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:g,tiktok:m,linkedin:h,apple:y,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Jt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Jt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Jt.rpcConfig.rpcTimeouts},chains:I,defaultChain:M,intl:{defaultCountry:A},shouldSwitchChainOnConnect:L,captchaEnabled:e.captchaEnabled??Jt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...G?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:G?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Jt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Jt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Jt._render.inParentNodeId}}}function Xh(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 Uw({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:fi.find(m=>m.id===s.id)??s)}else n=fi.concat(e??[]);let i=t?n[0]:ll,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 pl=require("react");var dl=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 ln(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 He("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((g,y)=>{o.current={resolve:g,reject:y};let w=1e3*60*5;setTimeout(()=>{let C=new He("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),y(C)},w)});return await e(h)}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(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let m=new He("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(m),m}return c}var ty=require("react/jsx-runtime"),Fw=function(e){return()=>`id-${e++}`}(0);function Bw(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Fo(e){return e.error!==void 0}var mo=new dl,Uc=new Map,Hw=(e,t)=>typeof t=="bigint"?t.toString():t,Gw=(e,t)=>`${e}${JSON.stringify(t,Hw)}`;function Bo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=Gw(e,t);if(e==="privy:wallet:create"){let a=Uc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=Fw();mo.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{Uc.delete(n)});return Uc.set(n,i),i}function zw(e){switch(e.event){case"privy:iframe:ready":let t=mo.dequeue(e.event,e.id);return Fo(e)?t.reject(new He(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=mo.dequeue(e.event,e.id);return Fo(e)?o.reject(new He(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=mo.dequeue(e.event,e.id);return Fo(e)?r.reject(new He(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=mo.dequeue(e.event,e.id);return Fo(e)?n.reject(new He(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=mo.dequeue(e.event,e.id);return Fo(e)?i.reject(new He(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=mo.dequeue(e.event,e.id);return Fo(e)?a.reject(new He(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=mo.dequeue(e.event,e.id);return Fo(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=mo.dequeue(e.event,e.id);return Fo(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=mo.dequeue(e.event,e.id);return Fo(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=mo.dequeue(e.event,e.id);return Fo(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function ey(e){let t=(0,pl.useRef)(null),o=Ap();return(0,pl.useEffect)(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&Bw(c.data)&&zw(c.data)}let i={create(c){return Bo("privy:wallet:create",c,r)},connect(c){return Bo("privy:wallet:connect",c,r)},recover(c){return ln(m=>Bo("privy:wallet:recover",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return ln(m=>Bo("privy:wallet:rpc",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return ln(m=>Bo("privy:wallet:set-recovery-password",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return ln(m=>Bo("privy:mfa:verify",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return ln(m=>Bo("privy:mfa:init-enrollment",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Bo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return ln(m=>Bo("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 Vd(()=>Bo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),(0,ty.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:ya(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var ul=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=Ed();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=Pd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return Dt(o)}catch(t){throw de(t)}}};var Lt=require("react/jsx-runtime"),Zi;function Vw(e){return typeof e=="string"&&e.length===25}function Xe(){if(!Zi){let e=ae.get(Ur);return Promise.resolve(e||null)}return Zi.getAccessToken()}var ry,Jd=(e,t)=>ry(e,t),ny,Qd=(e,t)=>ny(e,t),iy,Zd=()=>iy(),$w=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ae.put(Ci,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},ay=({config:e,...t})=>{if(!Vw(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");Zi||(Zi=new An({appId:t.appId,apiUrl:t.apiUrl||ca}));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,Lt.jsx)(jw,{...t,config:o,client:Zi})},jw=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,h]=(0,$.useState)(!1),[g,y]=(0,$.useState)([]),w=(0,$.useRef)(g),[C,x]=(0,$.useState)(!1),[b,P]=(0,$.useState)(null),[W,A]=(0,$.useState)(!1),[I,M]=(0,$.useState)({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[L,G]=(0,$.useState)(null),[Z,oe]=(0,$.useState)(null),[O,j]=(0,$.useState)(null),[V,ye]=(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:""}),[D,Pe]=(0,$.useState)(()=>{let d=Xh(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),cl(V,e.config)}),[fo,Ve]=(0,$.useState)(!0),[$e,_e]=(0,$.useState)({}),[we,ir]=(0,$.useState)(null),[ar,Or]=(0,$.useState)(null),[yt,Qe]=(0,$.useState)(!1),[sr,cn]=(0,$.useState)(!1),re=(0,$.useRef)(null),ho=(0,$.useRef)(null),ce=(0,$.useRef)(_p);t.onStoreToken=d=>{d&&be(ce,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{be(ce,"accessToken","onAccessTokenRemoved")};let De=(0,$.useRef)(),ml=(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})},Ho=d=>{D.embeddedWallets.createOnLogin!=="off"&&Ve(!0),Ee(d)};(0,$.useEffect)(()=>{if(!O||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(O,p,D.defaultChain)}},[O,s]),(0,$.useEffect)(()=>{O&&ar?.(O)},[O]),(0,$.useEffect)(()=>{(async()=>{if(!D.customAuth?.enabled)return;Ve(!0);let{getCustomAccessToken:p,isLoading:f}=D.customAuth;if(!(!n||f))try{let E=await p();if(!E){await gi.logout();return}if(a)return;t.startAuthFlow(new mn(E));let{user:N,isNewUser:K}=await t.authenticate();N||await gi.logout(),c(N||null),x(K||!1),l(!0),cn(!0)}catch(E){console.warn(E),a&&await gi.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),(0,$.useEffect)(()=>{sr&&O&&s&&vo(s,e.config?.embeddedWallets?.createOnLogin)&&(cn(!1),Gc(s,yn).catch(console.error))},[sr&&O&&s]),(0,$.useEffect)(()=>{async function d(){let p=await t.getServerConfig();ye(p);let f=cl(p,e.config);Pe(f),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let E=fl();$w();let N=(0,oy.createStore)();G(N),t.initializeConnectorManager(f.walletConnectCloudProjectId,f.rpcConfig,f.chains,f.defaultChain,N,f.appearance.walletList),await t.connectors?.initialize();let K=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!K),K&&be(ce,"login","onComplete",K,!1,!0,null),c(K)),E||Ue.setReadyToTrue(),E&&K&&h(!0),Tt()}n||d()},[t,we,n]),(0,$.useEffect)(()=>{let d=cl(V,e.config);Pe(d)},[e.config,V]);let fl=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),f=d.get("privy_oauth_state"),E=d.get("privy_oauth_provider");return p&&f&&E?(t.startAuthFlow(new dr(E,p,f)),Ho("AWAITING_OAUTH_SCREEN"),!0):!1},yi=async(d,p,f,E)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;lr(N,p,f,E)};async function lr(d,p,f,E){if(!d)return M({status:"disconnected",connectedWallet:null,connectError:new q("Unable to connect to wallet."),connector:null,connectRetry:T}),E?.(null,f);d instanceof bo&&p&&d.resetConnection(p),M({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>lr(d,p,f,E)});try{let N=await d.connect({showPrompt:!0});if(D.shouldSwitchChainOnConnect&&!D.chains.find(K=>K.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){M(K=>({...K,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await N?.switchChain(D.defaultChain.id),N&&(N.chainId=gn(Gr(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return M(K=>({...K,status:"connected",connectedWallet:N,connectError:null,connectRetry:T})),N&&!W&&be(ce,"connectWallet","onSuccess",N),E?.(N,f)}catch(N){return N instanceof rt?(console.warn(N.cause?N.cause:N.message),W||be(ce,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),W||be(ce,"connectWallet","onError","unknown_connect_wallet_error")),M(K=>({...K,status:"disconnected",connectedWallet:null,connectError:N})),E?.(null,f)}}let Ze=async(d,p)=>{if(d===null)return;let f=new Br(d,p);t.startAuthFlow(f)},Tt=()=>{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"&&!pr()&&Ho("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("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),yi(p,f,void 0,Ze)};(0,$.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let xt=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");h(!0),Ee("LINK_WALLET_SCREEN")},Hc=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},Qt=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(M(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),D.captchaEnabled&&!a){let f={callback:E=>Ze(d,E),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};_e({captchaModalData:f}),Ho("CAPTCHA_SCREEN")}else await Ze(d),Ho("AWAITING_CONNECTION")},dn=async(d,p)=>{if(!D.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:E}=await Om(t,d,p?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:E}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},Xi=()=>{y(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:Hc(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");Qt(f)},fund:async E=>{let{signedUrl:N,externalTransactionId:K}=await dn(f.address,E);_e({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:K}}),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 E=await t.unlinkWallet(f.address);c(E)}}))||[];return Qe(ml(p)),va(d,p)?d:p})};(0,$.useEffect)(()=>{Xi()},[s?.linkedAccounts,a,n]),(0,$.useEffect)(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");Xi(),t.connectors.on("walletsUpdated",Xi)}},[n]);let Ey=()=>{Ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,$.useEffect)(()=>{if(!g[0])return;let d=g[0],p=w.current.find(E=>E.address===d.address),f=s?.linkedAccounts.find(E=>E.type==="wallet"&&E.address===d.address);if(!p&&f){let E=Object.assign({},s);E.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(E)}w.current=g},[g]);let Gc=async(d,p)=>{if(Te(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([Ue.initializeWalletProxy(p),Xe()]);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((K,ke)=>{Ve(!0),_e({createWallet:{onSuccess:Ot=>{be(ce,"createWallet","onSuccess",Ot),K(Ot)},onFailure:Ot=>{be(ce,"createWallet","onError","unknown_embedded_wallet_error"),ke(Ot)},callAuthOnSuccessOnClose:!1}}),Ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await E.create({accessToken:N});let K=await Ue.refreshUser(),ke=Te(K);if(!ke)throw be(ce,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return be(ce,"createWallet","onSuccess",ke),ke}},Py=d=>{if(!D.chains.map(p=>p.id).includes(d))throw new q(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},zc=(d,p,f)=>new Promise(async(E,N)=>{if(!a||!s){N(new Error("User must be authenticated before signing with a Privy wallet"));return}let K=Te(s);if(!K){N(new Error("Must have a Privy wallet before signing"));return}Ve(!0);let ke=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,pn=d.chainId?Number(d.chainId):ke.chainId;Py(pn);let Ot=Object.assign({},d,{chainId:pn}),vi=async()=>{let cr=await Xe();if(!cr||!O){N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ue.recoverEmbeddedWallet()){N(new Error("Unable to connect to wallet"));return}let jc=new hi.StaticJsonRpcProvider(eo(Ot.chainId,D.chains,D.rpcConfig)),xy=await ci(K.address,Ot,jc),Sy=await Zs(cr,K.address,O,xy,jc);E(Sy)}catch(ea){N(ea)}};if(D.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),vi();else{let cr={transactionRequest:Ot,onSuccess:E,onFailure:N,uiOptions:p||{},fundWalletConfig:f},ea={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:N};_e({connectWallet:ea,sendTransaction:cr}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Vc(){return new Promise(async(d,p)=>{let f=await Xe();if(!f||!O)throw new Error("Must have valid access token to enroll in MFA");try{await O.verifyMfa({accessToken:f}),d()}catch(E){p(E)}})}let gi={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ey,linkWallet:xt,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.");h(!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.");h(!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 Ue.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 Ue.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 Ue.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 Ue.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 Ue.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 Ue.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await Ue.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await Ue.initLoginWithFarcaster(),h(!0),Ee("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{ir(()=>d)}),ir(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}A(!0),Ho("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),P(null),be(ce,"logout","onSuccess"),h(!1),r(!1),ae.del(bi)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ce;let d=g.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(E=>E.address===d?.address));return!d||!p?new Ce:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new hi.Web3Provider(new oo(new Ce));let d=g.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(E=>E.address===d?.address));return!d||!p?new hi.Web3Provider(new oo(new Ce)):new hi.Web3Provider(new oo(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new fr(new Ce);let d=g.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(E=>E.address===d?.address));return!d||!p?new fr(new Ce):new fr(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=g.find(E=>(0,Qi.getAddress)(E.address)===(0,Qi.getAddress)(d)),f=s?.linkedAccounts.find(E=>E.type==="wallet"&&(0,Qi.getAddress)(E.address)===(0,Qi.getAddress)(d));if(!p||!await p.isConnected())oe(d),xt();else if(!p.linked)p.loginOrLink();else{let E=Object.assign({},s);E.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.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 Gc(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=Te(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 Vc(),Ve(!0);let E={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};_e({setWalletPassword:E,connectWallet:N}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(f,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=Te(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}Ve(!0);let K=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ke=await Xe();if(!O||!ke)throw new Error("Unable to connect to wallet");if(!await Ue.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:Ot}=await O.rpc({accessToken:ke,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),vi=Ot.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),vi};if(D.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ke=await K();f(ke)}catch(ke){E(ke??new dt("Unable to sign message"))}}else{let Ot={message:d,confirmAndSignMessage:K,onSuccess:cr=>{f(cr)},onFailure:cr=>{E(cr)},uiOptions:p||{}},vi={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};_e({signMessage:Ot,connectWallet:vi}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let N=await(await zc(d,p,f)).wait();return el(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=Te(s);if(!f){p(new Error("Must have a Privy wallet before exporting"));return}Ve(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await Xe();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(ke){if($r(ke)&&f.recoveryMethod==="privy")await O.recover({accessToken:N,address:f.address});else throw ke}}catch(ke){p(ke);return}let K={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};_e({keyExport:K,connectWallet:E}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Vc,async init(d){let p;switch(d){case"sms":p=new ul("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":re.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((f,E)=>{ho.current={resolve:f,reject:E}});break;default:throw re.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){re.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Xe();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){Ue.closePrivyModal(),p();return}D.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),_e({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:p,onFailure:f}}),Ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Xe();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 Xe();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 Xe();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 Xe();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 Ue.loginWithCode(d)},initLoginWithEmail(d){return Ue.initLoginWithEmail(d)},initLoginWithSms(d){return Ue.initLoginWithSms(d)},isModalOpen:o};ry=gi.signMessage,ny=async(...d)=>{let p=await zc(...d);return D.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let $c=!!e.config?.headless,Ue=(()=>({headless:$c,isNewUserThisSession:C,isLinking:m,linkingHint:Z,pendingTransaction:null,walletConnectionStatus:I,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>D.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(O)return O;let p=new Promise(N=>{Or(()=>K=>N(K))}),f=new Promise(N=>setTimeout(()=>N(null),d)),E=await Promise.race([p,f]);return Or(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,C,!1,De.current??null),e.onSuccess?.(s,C)):W&&be(ce,"login","onError","exited_auth_flow"),oe(null),A(!1),h(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:Ee,connectWallet:lr,initLoginWithWallet:async(d,p)=>{De.current="siwe",Ze(d,p)},loginWithWallet:async()=>{if(!n)throw new un;if(!(t.authFlow instanceof Br))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 wi(d);t.startAuthFlow(p);try{De.current="farcaster",await p.initializeFarcasterConnect()}catch(f){throw be(ce,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}},loginWithFarcaster:async()=>{if(!n)throw new un;if(!(t.authFlow instanceof wi))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(!Ud()){Ho("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let f=new dr(d);p&&f.addCaptchaToken(p),t.startAuthFlow(f);let E=await t.authFlow.getAuthorizationUrl();E&&E.url&&window.location.assign(E.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof dr))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=Zt.get(fn),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 E,N;if(a)E=await t.link();else try{({user:E,isNewUser:N}=await t.authenticate()),De.current=d}catch(K){throw be(ce,"login","onError",K.privyErrorCode||"unknown_auth_error"),K}c(E),x(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let f=new Dr(d,p);t.startAuthFlow(f);try{De.current="email",await f.sendCodeEmail()}catch(E){throw be(ce,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},initLoginWithSms:async(d,p)=>{let f=new Hr(d,p);t.startAuthFlow(f);try{De.current="sms",await f.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 un;if(t.authFlow instanceof Dr)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Hr)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),getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),E=await Xe();if(!E||!O||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}Ve(!0);try{await O.connect({accessToken:E,address:f.address}),d(!0)}catch(N){$r(N)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await O.recover({address:f.address,accessToken:E})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),d(!0)):$r(N)?(_e({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)}}),Ee("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:dn,setReadyToTrue:()=>{i(!0),we?.()},updateWallets:()=>Xi()}))();iy=Ue.recoverEmbeddedWallet;let Ty=(0,$.useMemo)(()=>({wallets:g,ready:yt}),[g,yt]);return(0,Lt.jsx)(Fe.Provider,{value:gi,children:(0,Lt.jsx)(Dl.Provider,{value:ce,children:(0,Lt.jsx)(Wc.Provider,{value:Ty,children:(0,Lt.jsxs)(Pp,{...D,children:[e.children,(0,Lt.jsxs)(Ol.Provider,{value:Ue,children:[!$c&&D.captchaEnabled&&n&&!a&&(0,Lt.jsx)(Ma,{delayedExecution:!1}),(0,Lt.jsx)(Nh,{theme:{...D.appearance.palette||{}}}),(0,Lt.jsx)(np,{appConfig:D,data:$e,setModalData:_e,setInitialScreen:P,initialScreen:b,authenticated:a,open:o,children:(0,Lt.jsx)(Dh,{open:o})}),fo&&V.id?(0,Lt.jsx)(ey,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:re,mfaSubmitPromise:ho,onLoad:j,onLoadFailed:()=>null}):null]})]})})})})};var sy=require("react");function ly(e){let{login:t}=(0,sy.useContext)(Fe);return Bt("login",e),{login:t}}var cy=require("react");function dy(e){let{logout:t}=(0,cy.useContext)(Fe);return Bt("logout",e),{logout:t}}var Fc=require("react");var py=()=>{let e=xe(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=(0,Fc.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,Fc.useCallback)(async({code:i})=>{if(e.enabled&&e.status==="error")throw new $o(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var Bc=require("react");var uy=()=>{let e=xe(),{initLoginWithSms:t,loginWithCode:o}=B(),r=(0,Bc.useCallback)(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,Bc.useCallback)(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new $o(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var my=require("react");function fy(e){let{connectWallet:t}=(0,my.useContext)(Fe);return Bt("connectWallet",e),{connectWallet:t}}var hy=require("react");function yy(e){let{createWallet:t}=(0,hy.useContext)(Fe);return Bt("createWallet",e),{createWallet:t}}var gy=require("react");var vy=()=>{let{isModalOpen:e}=(0,gy.useContext)(Fe);return{isOpen:e}};var wy=require("react");function Cy(e){let{getAccessToken:t}=(0,wy.useContext)(Fe);return Bt("accessToken",e),{getAccessToken:t}}function by(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});
|
|
2611
|
+
`;var Ne=require("react/jsx-runtime"),kw={["LANDING"]:Cf,["AWAITING_PASSWORDLESS_CODE"]:zp,["AWAITING_CONNECTION"]:uu,["AWAITING_CONNECT_ONLY_CONNECTION"]:hu,["AWAITING_FARCASTER_CONNECTION"]:Wm,["PHANTOM_INTERSTITIAL_SCREEN"]:Ph,["LOGIN_FAILED_SCREEN"]:_f,["AWAITING_OAUTH_SCREEN"]:wh,["ALLOWLIST_REJECTION_SCREEN"]:Np,["INSTALL_PHANTOM_SCREEN"]:Km,["LINK_EMAIL_SCREEN"]:Ef,["LINK_PHONE_SCREEN"]:Tf,["LINK_WALLET_SCREEN"]:xf,["CONNECT_ONLY_LANDING_SCREEN"]:cu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:ru,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:am,["EMBEDDED_WALLET_CREATED_SCREEN"]:xu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Eu,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:mm,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Ru,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Mh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Rh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Um,["FIAT_ON_RAMP_STATUS_SCREEN"]:Bm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:pm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:sm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Ff,["CAPTCHA_SCREEN"]:Yp,["ERROR_SCREEN"]:fm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:zm},Aw=["LANDING","AWAITING_CONNECTION"],Rw=({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}=xe(),h=(0,nr.useRef)(null),g=Sp(h),y=r&&a&&Aw.includes(a)&&!n&&l==="ready";if((0,nr.useEffect)(()=>{y&&s()},[y]),(0,nr.useEffect)(()=>{!r&&m&&c()},[r,m]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return(0,Ne.jsxs)(ri,{children:[(0,Ne.jsx)(S,{}),(0,Ne.jsx)(Y,{}),(0,Ne.jsx)(Af,{children:(0,Ne.jsx)(Gt,{})}),(0,Ne.jsx)(te,{}),(0,Ne.jsx)(J,{})]});if(!a&&e)return(0,Ne.jsx)(ri,{style:{height:g},children:(0,Ne.jsx)("div",{ref:h,children:(0,Ne.jsx)(Lc,{open:e,onClose:t})})});if(!a)return null;let w=kw[a];return(0,Ne.jsx)(ri,{style:{height:g},children:(0,Ne.jsxs)("div",{ref:h,children:[(0,Ne.jsx)(Ko,{if:!!e,children:(0,Ne.jsx)(w,{})}),(0,Ne.jsx)(Ko,{if:!e,children:(0,Ne.jsx)(Lc,{open:e,onClose:t})})]})})},Iw=()=>{let{closePrivyModal:e}=R(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:(0,nr.useCallback)(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Uh=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:o}=Iw(),[r,n]=(0,nr.useState)(!1);Da({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=(0,Ne.jsx)(Oh,{children:(0,Ne.jsx)(Rw,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?(0,Ne.jsx)(kf,{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 Dh.default.createPortal(l,s)}return l};var Qt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:_d,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var Ww=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Mw=e=>Ww.has(e),Nw=(e,t,o)=>o.indexOf(e)===t,Fh=({input:e})=>e?e.filter(Mw).filter(Nw):Qt.appearance.walletList;var Bh={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 Hh={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 Gh={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 zh={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 Vh={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 $h={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 jh={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 qh={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 Kh={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 Yh={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 ll={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 Jh={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 Qh={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 fi=[Bs,Hs,Gs,jh,Qh,ll,js,qs,Ks,Yi,Ji,Gh,zh,Vh,$h,zs,Vs,$s,Kh,Yh,Bh,Hh,Ys,Qs,Js,qh,Jh],tR=new Set(fi.map(e=>e.id));var Lr=k(require("tinycolor2")),Zh="#FFFFFF",Lw="#000000",Ow=Zh,Dw="#1E1E1D";function Uw(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 Nr(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,Lr.default)({...e.toHsl(),l:o})}function Xh({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Zh,blackHex:a=Lw}){let l;switch(e){case"light":l=Ow;break;case"dark":l=Dw;break;default:l=e;break}let s=(0,Lr.default)(l),c=(0,Lr.default)(t),m=(0,Lr.default)(o),h=(0,Lr.default)(r),g=(0,Lr.default)(n),y=Uw(s.getLuminance()),w=Nr(s,y==="light"?-.04:.11),C=Nr(s,y==="light"?-.88:.87),x=Nr(s,y==="light"?-.77:.75),b=Nr(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),P=Nr(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),W=Nr(c,.15),A=Nr(c,-.06),I=(0,Lr.default)(c.getLuminance()>.5?a:i),M=Nr(m,-.16);return{colorScheme:y,background:s.toHslString(),background2:w.toHslString(),foreground:C.toHslString(),foreground2:x.toHslString(),foreground3:b.toHslString(),foreground4:P.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:A.toHslString(),foregroundAccent:I.toHslString(),success:m.toHslString(),successDark:M.toHslString(),error:g.toHslString(),warn:h.toHslString()}}function cl(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(oe=>o.includes(oe)),n,i,a,l,s,c,m,h,g,y,w;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),m=r?.includes("tiktok"),g=r?.includes("github"),h=r?.includes("linkedin"),y=r?.includes("apple"),w=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,g=e.githubOAuth,m=e.tiktokOAuth,h=e.linkedinOAuth,y=e.appleOAuth,w=e.farcasterAuth);let C=[n,i].filter(Boolean),x=[l,s,c,g,m,h,y,w].filter(Boolean),b=[a].filter(Boolean);if(C.length+x.length+b.length===0)throw new Error("You must enable at least one login method");let P=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;P&&b.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),P=!1):!P&&x.length+C.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),P=!0);let W=Fh({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let A=t?.intl?.defaultCountry??"US",{chains:I,defaultChain:M}=Fw({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),L=!!t?.defaultChain||!!t?.supportedChains,G=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:Xh({backgroundTheme:t?.appearance?.theme??Qt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Qt.appearance.accentColor}),loginGroupPriority:P?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:g,tiktok:m,linkedin:h,apple:y,farcaster:w},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Qt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Qt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Qt.rpcConfig.rpcTimeouts},chains:I,defaultChain:M,intl:{defaultCountry:A},shouldSwitchChainOnConnect:L,captchaEnabled:e.captchaEnabled??Qt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...G?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:G?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Qt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Qt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Qt._render.inParentNodeId}}}function ey(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 Fw({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:fi.find(m=>m.id===s.id)??s)}else n=fi.concat(e??[]);let i=t?n[0]:ll,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 pl=require("react");var dl=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 ln(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 He("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((g,y)=>{o.current={resolve:g,reject:y};let w=1e3*60*5;setTimeout(()=>{let C=new He("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(C),y(C)},w)});return await e(h)}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(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let m=new He("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(m),m}return c}var oy=require("react/jsx-runtime"),Bw=function(e){return()=>`id-${e++}`}(0);function Hw(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Fo(e){return e.error!==void 0}var mo=new dl,Uc=new Map,Gw=(e,t)=>typeof t=="bigint"?t.toString():t,zw=(e,t)=>`${e}${JSON.stringify(t,Gw)}`;function Bo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=zw(e,t);if(e==="privy:wallet:create"){let a=Uc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=Bw();mo.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{Uc.delete(n)});return Uc.set(n,i),i}function Vw(e){switch(e.event){case"privy:iframe:ready":let t=mo.dequeue(e.event,e.id);return Fo(e)?t.reject(new He(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=mo.dequeue(e.event,e.id);return Fo(e)?o.reject(new He(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=mo.dequeue(e.event,e.id);return Fo(e)?r.reject(new He(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=mo.dequeue(e.event,e.id);return Fo(e)?n.reject(new He(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=mo.dequeue(e.event,e.id);return Fo(e)?i.reject(new He(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=mo.dequeue(e.event,e.id);return Fo(e)?a.reject(new He(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=mo.dequeue(e.event,e.id);return Fo(e)?l.reject(new He(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=mo.dequeue(e.event,e.id);return Fo(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=mo.dequeue(e.event,e.id);return Fo(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=mo.dequeue(e.event,e.id);return Fo(e)?s.reject(new He(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function ty(e){let t=(0,pl.useRef)(null),o=Ap();return(0,pl.useEffect)(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&Hw(c.data)&&Vw(c.data)}let i={create(c){return Bo("privy:wallet:create",c,r)},connect(c){return Bo("privy:wallet:connect",c,r)},recover(c){return ln(m=>Bo("privy:wallet:recover",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return ln(m=>Bo("privy:wallet:rpc",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return ln(m=>Bo("privy:wallet:set-recovery-password",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return ln(m=>Bo("privy:mfa:verify",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return ln(m=>Bo("privy:mfa:init-enrollment",{...c,...m},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Bo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return ln(m=>Bo("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 Vd(()=>Bo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),(0,oy.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:ya(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var ul=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=Ed();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=Pd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return Ut(o)}catch(t){throw de(t)}}};var Lt=require("react/jsx-runtime"),Xi;function $w(e){return typeof e=="string"&&e.length===25}function Xe(){if(!Xi){let e=ae.get(Ur);return Promise.resolve(e||null)}return Xi.getAccessToken()}var ny,Jd=(e,t)=>ny(e,t),iy,Qd=(e,t)=>iy(e,t),ay,Zd=()=>ay(),jw=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ae.put(bi,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},sy=({config:e,...t})=>{if(!$w(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");Xi||(Xi=new An({appId:t.appId,apiUrl:t.apiUrl||ca}));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,Lt.jsx)(qw,{...t,config:o,client:Xi})},qw=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,h]=(0,$.useState)(!1),[g,y]=(0,$.useState)([]),w=(0,$.useRef)(g),[C,x]=(0,$.useState)(!1),[b,P]=(0,$.useState)(null),[W,A]=(0,$.useState)(!1),[I,M]=(0,$.useState)({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[L,G]=(0,$.useState)(null),[Z,oe]=(0,$.useState)(null),[O,j]=(0,$.useState)(null),[V,ye]=(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:""}),[D,Pe]=(0,$.useState)(()=>{let d=ey(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),cl(V,e.config)}),[fo,Ve]=(0,$.useState)(!0),[$e,_e]=(0,$.useState)({}),[we,ir]=(0,$.useState)(null),[ar,Or]=(0,$.useState)(null),[yt,Qe]=(0,$.useState)(!1),[sr,cn]=(0,$.useState)(!1),re=(0,$.useRef)(null),ho=(0,$.useRef)(null),ce=(0,$.useRef)(_p);t.onStoreToken=d=>{d&&be(ce,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{be(ce,"accessToken","onAccessTokenRemoved")};let De=(0,$.useRef)(),ml=(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})},Ho=d=>{D.embeddedWallets.createOnLogin!=="off"&&Ve(!0),Ee(d)};(0,$.useEffect)(()=>{if(!O||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(O,p,D.defaultChain)}},[O,s]),(0,$.useEffect)(()=>{O&&ar?.(O)},[O]),(0,$.useEffect)(()=>{(async()=>{if(!D.customAuth?.enabled)return;Ve(!0);let{getCustomAccessToken:p,isLoading:f}=D.customAuth;if(!(!n||f))try{let E=await p();if(!E){await vi.logout();return}if(a)return;t.startAuthFlow(new mn(E));let{user:N,isNewUser:K}=await t.authenticate();N||await vi.logout(),c(N||null),x(K||!1),l(!0),cn(!0)}catch(E){console.warn(E),a&&await vi.logout()}})()},[D.customAuth?.enabled,D.customAuth?.getCustomAccessToken,D.customAuth?.isLoading,n,a]),(0,$.useEffect)(()=>{sr&&O&&s&&vo(s,e.config?.embeddedWallets?.createOnLogin)&&(cn(!1),Gc(s,yn).catch(console.error))},[sr&&O&&s]),(0,$.useEffect)(()=>{async function d(){let p=await t.getServerConfig();ye(p);let f=cl(p,e.config);Pe(f),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let E=fl();jw();let N=(0,ry.createStore)();G(N),t.initializeConnectorManager(f.walletConnectCloudProjectId,f.rpcConfig,f.chains,f.defaultChain,N,f.appearance.walletList),await t.connectors?.initialize();let K=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!K),K&&be(ce,"login","onComplete",K,!1,!0,null),c(K)),E||Ue.setReadyToTrue(),E&&K&&h(!0),Tt()}n||d()},[t,we,n]),(0,$.useEffect)(()=>{let d=cl(V,e.config);Pe(d)},[e.config,V]);let fl=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),f=d.get("privy_oauth_state"),E=d.get("privy_oauth_provider");return p&&f&&E?(t.startAuthFlow(new dr(E,p,f)),Ho("AWAITING_OAUTH_SCREEN"),!0):!1},yi=async(d,p,f,E)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;lr(N,p,f,E)};async function lr(d,p,f,E){if(!d)return M({status:"disconnected",connectedWallet:null,connectError:new q("Unable to connect to wallet."),connector:null,connectRetry:T}),E?.(null,f);d instanceof bo&&p&&d.resetConnection(p),M({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>lr(d,p,f,E)});try{let N=await d.connect({showPrompt:!0});if(D.shouldSwitchChainOnConnect&&!D.chains.find(K=>K.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){M(K=>({...K,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await N?.switchChain(D.defaultChain.id),N&&(N.chainId=gn(Gr(D.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${D.defaultChain.id}`)}}return M(K=>({...K,status:"connected",connectedWallet:N,connectError:null,connectRetry:T})),N&&!W&&be(ce,"connectWallet","onSuccess",N),E?.(N,f)}catch(N){return N instanceof rt?(console.warn(N.cause?N.cause:N.message),W||be(ce,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),W||be(ce,"connectWallet","onError","unknown_connect_wallet_error")),M(K=>({...K,status:"disconnected",connectedWallet:null,connectError:N})),E?.(null,f)}}let Ze=async(d,p)=>{if(d===null)return;let f=new Br(d,p);t.startAuthFlow(f)},Tt=()=>{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"&&!pr()&&Ho("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("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),yi(p,f,void 0,Ze)};(0,$.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let xt=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");h(!0),Ee("LINK_WALLET_SCREEN")},Hc=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},gi=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(M(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),D.captchaEnabled&&!a){let f={callback:E=>Ze(d,E),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};_e({captchaModalData:f}),Ho("CAPTCHA_SCREEN")}else await Ze(d),Ho("AWAITING_CONNECTION")},Ot=async(d,p)=>{if(!D.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:E}=await Om(t,d,p?.config??{},D.appearance.palette,D.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:E}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},dn=()=>{y(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:Hc(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");gi(f)},fund:async E=>{let{signedUrl:N,externalTransactionId:K}=await Ot(f.address,E);_e({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:K}}),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 E=await t.unlinkWallet(f.address);c(E)}}))||[];return Qe(ml(p)),va(d,p)?d:p})};(0,$.useEffect)(()=>{dn()},[s?.linkedAccounts,a,n]),(0,$.useEffect)(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");dn(),t.connectors.on("walletsUpdated",dn)}},[n]);let Py=()=>{Ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,$.useEffect)(()=>{if(!g[0])return;let d=g[0],p=w.current.find(E=>E.address===d.address),f=s?.linkedAccounts.find(E=>E.type==="wallet"&&E.address===d.address);if(!p&&f){let E=Object.assign({},s);E.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(E)}w.current=g},[g]);let Gc=async(d,p)=>{if(Te(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([Ue.initializeWalletProxy(p),Xe()]);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((K,ke)=>{Ve(!0),_e({createWallet:{onSuccess:Dt=>{be(ce,"createWallet","onSuccess",Dt),K(Dt)},onFailure:Dt=>{be(ce,"createWallet","onError","unknown_embedded_wallet_error"),ke(Dt)},callAuthOnSuccessOnClose:!1}}),Ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await E.create({accessToken:N});let K=await Ue.refreshUser(),ke=Te(K);if(!ke)throw be(ce,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return be(ce,"createWallet","onSuccess",ke),ke}},Ty=d=>{if(!D.chains.map(p=>p.id).includes(d))throw new q(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},zc=(d,p,f)=>new Promise(async(E,N)=>{if(!a||!s){N(new Error("User must be authenticated before signing with a Privy wallet"));return}let K=Te(s);if(!K){N(new Error("Must have a Privy wallet before signing"));return}Ve(!0);let ke=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,pn=d.chainId?Number(d.chainId):ke.chainId;Ty(pn);let Dt=Object.assign({},d,{chainId:pn}),wi=async()=>{let cr=await Xe();if(!cr||!O){N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ue.recoverEmbeddedWallet()){N(new Error("Unable to connect to wallet"));return}let jc=new hi.StaticJsonRpcProvider(eo(Dt.chainId,D.chains,D.rpcConfig)),Sy=await ci(K.address,Dt,jc),_y=await Zs(cr,K.address,O,Sy,jc);E(_y)}catch(ea){N(ea)}};if(D.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),wi();else{let cr={transactionRequest:Dt,onSuccess:E,onFailure:N,uiOptions:p||{},fundWalletConfig:f},ea={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:N};_e({connectWallet:ea,sendTransaction:cr}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Vc(){return new Promise(async(d,p)=>{let f=await Xe();if(!f||!O)throw new Error("Must have valid access token to enroll in MFA");try{await O.verifyMfa({accessToken:f}),d()}catch(E){p(E)}})}let vi={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Py,linkWallet:xt,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.");h(!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.");h(!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 Ue.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 Ue.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 Ue.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 Ue.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 Ue.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 Ue.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await Ue.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await Ue.initLoginWithFarcaster(),h(!0),Ee("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(d=>{ir(()=>d)}),ir(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}A(!0),Ho("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),P(null),be(ce,"logout","onSuccess"),h(!1),r(!1),ae.del(Ei)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ce;let d=g.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(E=>E.address===d?.address));return!d||!p?new Ce:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new hi.Web3Provider(new oo(new Ce));let d=g.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(E=>E.address===d?.address));return!d||!p?new hi.Web3Provider(new oo(new Ce)):new hi.Web3Provider(new oo(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new fr(new Ce);let d=g.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(E=>E.address===d?.address));return!d||!p?new fr(new Ce):new fr(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=g.find(E=>(0,Zi.getAddress)(E.address)===(0,Zi.getAddress)(d)),f=s?.linkedAccounts.find(E=>E.type==="wallet"&&(0,Zi.getAddress)(E.address)===(0,Zi.getAddress)(d));if(!p||!await p.isConnected())oe(d),xt();else if(!p.linked)p.loginOrLink();else{let E=Object.assign({},s);E.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.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 Gc(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=Te(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 Vc(),Ve(!0);let E={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};_e({setWalletPassword:E,connectWallet:N}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(f,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=Te(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}Ve(!0);let K=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ke=await Xe();if(!O||!ke)throw new Error("Unable to connect to wallet");if(!await Ue.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:Dt}=await O.rpc({accessToken:ke,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),wi=Dt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),wi};if(D.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ke=await K();f(ke)}catch(ke){E(ke??new dt("Unable to sign message"))}}else{let Dt={message:d,confirmAndSignMessage:K,onSuccess:cr=>{f(cr)},onFailure:cr=>{E(cr)},uiOptions:p||{}},wi={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};_e({signMessage:Dt,connectWallet:wi}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let N=await(await zc(d,p,f)).wait();return el(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=Te(s);if(!f){p(new Error("Must have a Privy wallet before exporting"));return}Ve(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await Xe();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(ke){if($r(ke)&&f.recoveryMethod==="privy")await O.recover({accessToken:N,address:f.address});else throw ke}}catch(ke){p(ke);return}let K={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};_e({keyExport:K,connectWallet:E}),Ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Vc,async init(d){let p;switch(d){case"sms":p=new ul("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":re.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((f,E)=>{ho.current={resolve:f,reject:E}});break;default:throw re.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){re.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Xe();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){Ue.closePrivyModal(),p();return}D.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),_e({mfaEnrollmentFlow:{mfaMethods:D.mfa.methods,onSuccess:p,onFailure:f}}),Ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Xe();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 Xe();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 Xe();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 Xe();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 Ue.loginWithCode(d)},initLoginWithEmail(d){return Ue.initLoginWithEmail(d)},initLoginWithSms(d){return Ue.initLoginWithSms(d)},isModalOpen:o};ny=vi.signMessage,iy=async(...d)=>{let p=await zc(...d);return D.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let $c=!!e.config?.headless,Ue=(()=>({headless:$c,isNewUserThisSession:C,isLinking:m,linkingHint:Z,pendingTransaction:null,walletConnectionStatus:I,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:D.rpcConfig,chains:D.chains,showFiatPrices:D.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>D.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(O)return O;let p=new Promise(N=>{Or(()=>K=>N(K))}),f=new Promise(N=>setTimeout(()=>N(null),d)),E=await Promise.race([p,f]);return Or(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,C,!1,De.current??null),e.onSuccess?.(s,C)):W&&be(ce,"login","onError","exited_auth_flow"),oe(null),A(!1),h(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:Ee,connectWallet:lr,initLoginWithWallet:async(d,p)=>{De.current="siwe",Ze(d,p)},loginWithWallet:async()=>{if(!n)throw new un;if(!(t.authFlow instanceof Br))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 Ci(d);t.startAuthFlow(p);try{De.current="farcaster",await p.initializeFarcasterConnect()}catch(f){throw be(ce,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}},loginWithFarcaster:async()=>{if(!n)throw new un;if(!(t.authFlow instanceof Ci))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(!Ud()){Ho("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let f=new dr(d);p&&f.addCaptchaToken(p),t.startAuthFlow(f);let E=await t.authFlow.getAuthorizationUrl();E&&E.url&&window.location.assign(E.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof dr))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=Zt.get(fn),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 E,N;if(a)E=await t.link();else try{({user:E,isNewUser:N}=await t.authenticate()),De.current=d}catch(K){throw be(ce,"login","onError",K.privyErrorCode||"unknown_auth_error"),K}c(E),x(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let f=new Dr(d,p);t.startAuthFlow(f);try{De.current="email",await f.sendCodeEmail()}catch(E){throw be(ce,"login","onError",E.privyErrorCode||"unknown_auth_error"),E}},initLoginWithSms:async(d,p)=>{let f=new Hr(d,p);t.startAuthFlow(f);try{De.current="sms",await f.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 un;if(t.authFlow instanceof Dr)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Hr)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),getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),E=await Xe();if(!E||!O||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}Ve(!0);try{await O.connect({accessToken:E,address:f.address}),d(!0)}catch(N){$r(N)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await O.recover({address:f.address,accessToken:E})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),d(!0)):$r(N)?(_e({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)}}),Ee("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Ot,setReadyToTrue:()=>{i(!0),we?.()},updateWallets:()=>dn()}))();ay=Ue.recoverEmbeddedWallet;let xy=(0,$.useMemo)(()=>({wallets:g,ready:yt}),[g,yt]);return(0,Lt.jsx)(Fe.Provider,{value:vi,children:(0,Lt.jsx)(Dl.Provider,{value:ce,children:(0,Lt.jsx)(Wc.Provider,{value:xy,children:(0,Lt.jsxs)(Pp,{...D,children:[e.children,(0,Lt.jsxs)(Ol.Provider,{value:Ue,children:[!$c&&D.captchaEnabled&&n&&!a&&(0,Lt.jsx)(Ma,{delayedExecution:!1}),(0,Lt.jsx)(Lh,{theme:{...D.appearance.palette||{}}}),(0,Lt.jsx)(np,{appConfig:D,data:$e,setModalData:_e,setInitialScreen:P,initialScreen:b,authenticated:a,open:o,children:(0,Lt.jsx)(Uh,{open:o})}),fo&&V.id?(0,Lt.jsx)(ty,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:re,mfaSubmitPromise:ho,onLoad:j,onLoadFailed:()=>null}):null]})]})})})})};var ly=require("react");function cy(e){let{login:t}=(0,ly.useContext)(Fe);return Ht("login",e),{login:t}}var dy=require("react");function py(e){let{logout:t}=(0,dy.useContext)(Fe);return Ht("logout",e),{logout:t}}var Fc=require("react");var uy=()=>{let e=xe(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=(0,Fc.useCallback)(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,Fc.useCallback)(async({code:i})=>{if(e.enabled&&e.status==="error")throw new $o(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var Bc=require("react");var my=()=>{let e=xe(),{initLoginWithSms:t,loginWithCode:o}=B(),r=(0,Bc.useCallback)(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=(0,Bc.useCallback)(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new $o(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};var fy=require("react");function hy(e){let{connectWallet:t}=(0,fy.useContext)(Fe);return Ht("connectWallet",e),{connectWallet:t}}var yy=require("react");function gy(e){let{createWallet:t}=(0,yy.useContext)(Fe);return Ht("createWallet",e),{createWallet:t}}var vy=require("react");var wy=()=>{let{isModalOpen:e}=(0,vy.useContext)(Fe);return{isOpen:e}};var Cy=require("react");function by(e){let{getAccessToken:t}=(0,Cy.useContext)(Fe);return Ht("accessToken",e),{getAccessToken:t}}function Ey(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});
|