@privy-io/react-auth 1.52.1-beta-20231221002251 → 1.52.1

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.
Files changed (3) hide show
  1. package/dist/esm/index.js +133 -133
  2. package/dist/index.js +128 -128
  3. package/package.json +1 -1
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var Ha=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var _l=(e,t,o)=>(Ha(e,t,"read from private field"),o?o.call(e):t.get(e)),Jn=(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)},kl=(e,t,o,r)=>(Ha(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Al=(e,t,o)=>(Ha(e,t,"access private method"),o);import{getAddress as Ua}from"@ethersproject/address";import{StaticJsonRpcProvider as V0,Web3Provider as El}from"@ethersproject/providers";import{createStore as $0}from"mipd";import{useEffect as zt,useMemo as q0,useRef as qn,useState as de}from"react";import{FetchError as hf}from"ofetch";var Ye=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}]`:""}`}},nr=class extends Ye{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends Ye{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Qn=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var G=class extends Ye{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},te=e=>{if(e instanceof Ye)return e;if(!(e instanceof hf))return Qe(e);if(!e.response)return new nr("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new nr(t||"ApiError",e.response.status,o||r,e,n)},Qe=e=>e instanceof Ye?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Jr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Je=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},Zn=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Xn=()=>"/api/v1/sessions",ei=()=>"/api/v1/sessions/logout",Rl=()=>"/api/v1/sessions/fork",ti=()=>"/api/v1/sessions/fork/recover",Il=()=>"/api/v1/siwe/init",Wl=()=>"/api/v1/siwe/authenticate",Ml=()=>"/api/v1/siwe/link",Ll=()=>"/api/v1/passwordless/init",Nl=()=>"/api/v1/passwordless/authenticate",Ol=()=>"/api/v1/passwordless/link",Dl=()=>"/api/v1/passwordless_sms/init",Ul=()=>"/api/v1/passwordless_sms/authenticate",Fl=()=>"/api/v1/passwordless_sms/link",Bl=()=>"/api/v1/oauth/init",Hl=()=>"/api/v1/oauth/authenticate",Gl=()=>"/api/v1/oauth/link",zl=()=>"/api/v1/siwe/unlink",Vl=()=>"/api/v1/passwordless/unlink",$l=()=>"/api/v1/passwordless_sms/unlink",ql=()=>"/api/v1/oauth/unlink",jl=()=>"/api/v1/analytics_events",Kl=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Yl=()=>"/api/v1/custom_jwt_account/authenticate",Jl=()=>"/api/v1/mfa/passwordless_sms/init";var Ql=()=>"/api/v1/mfa/passwordless_sms/enroll";var ir=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=Yl(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){throw new Error("Unimplemented")}};var Fo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Nl(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Ol();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw te(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=Ll();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw te(r)}}};var no=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let t=Hl(),o=await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){let o=te(t);throw o.privyErrorCode?new w(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let t=Gl();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw te(t)}}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initialzing OAuth authentication.");try{let t=Bl();return await this.api.post(t,{provider:this.meta.provider,redirect_to:window.location.href})}catch(t){throw te(t)}}};var dt=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var Bo=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,s)=>`${r} wants you to sign in with your Ethereum account:
1
+ var Ha=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var kl=(e,t,o)=>(Ha(e,t,"read from private field"),o?o.call(e):t.get(e)),Jn=(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)},Al=(e,t,o,r)=>(Ha(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Rl=(e,t,o)=>(Ha(e,t,"access private method"),o);import{getAddress as Ua}from"@ethersproject/address";import{StaticJsonRpcProvider as V0,Web3Provider as Pl}from"@ethersproject/providers";import{createStore as $0}from"mipd";import{useEffect as Vt,useMemo as j0,useRef as jn,useState as de}from"react";import{FetchError as hf}from"ofetch";var Ye=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}]`:""}`}},nr=class extends Ye{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},w=class extends Ye{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Qn=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var G=class extends Ye{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},te=e=>{if(e instanceof Ye)return e;if(!(e instanceof hf))return Qe(e);if(!e.response)return new nr("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new nr(t||"ApiError",e.response.status,o||r,e,n)},Qe=e=>e instanceof Ye?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Jr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Je=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},Zn=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Xn=()=>"/api/v1/sessions",ei=()=>"/api/v1/sessions/logout",Il=()=>"/api/v1/sessions/fork",ti=()=>"/api/v1/sessions/fork/recover",Wl=()=>"/api/v1/siwe/init",Ml=()=>"/api/v1/siwe/authenticate",Ll=()=>"/api/v1/siwe/link",Nl=()=>"/api/v1/passwordless/init",Ol=()=>"/api/v1/passwordless/authenticate",Dl=()=>"/api/v1/passwordless/link",Ul=()=>"/api/v1/passwordless_sms/init",Fl=()=>"/api/v1/passwordless_sms/authenticate",Bl=()=>"/api/v1/passwordless_sms/link",Hl=()=>"/api/v1/oauth/init",Gl=()=>"/api/v1/oauth/authenticate",zl=()=>"/api/v1/oauth/link",Vl=()=>"/api/v1/siwe/unlink",$l=()=>"/api/v1/passwordless/unlink",jl=()=>"/api/v1/passwordless_sms/unlink",ql=()=>"/api/v1/oauth/unlink",Kl=()=>"/api/v1/analytics_events",Yl=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Jl=()=>"/api/v1/custom_jwt_account/authenticate",Ql=()=>"/api/v1/mfa/passwordless_sms/init";var Zl=()=>"/api/v1/mfa/passwordless_sms/enroll";var ir=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=Jl(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){throw new Error("Unimplemented")}};var Bo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Ol(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=Dl();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw te(t)}}async sendCodeEmail(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=Nl();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw te(r)}}};var ao=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let t=Gl(),o=await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){let o=te(t);throw o.privyErrorCode?new w(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let t=zl();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw te(t)}}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initialzing OAuth authentication.");try{let t=Hl();return await this.api.post(t,{provider:this.meta.provider,redirect_to:window.location.href})}catch(t){throw te(t)}}};var dt=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var Ho=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,s)=>`${r} wants you to sign in with your Ethereum account:
2
2
  ${o}
3
3
 
4
4
  ${s}
@@ -9,7 +9,7 @@ Chain ID: ${t}
9
9
  Nonce: ${a}
10
10
  Issued At: ${i}
11
11
  Resources:
12
- - https://privy.io`;this.getNonceOnce=new dt(this._getNonceOnce.bind(this)),this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Wl(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw te(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Ml(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw te(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Il(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",s=new Date().toISOString();return this.createSiweMessage(t,o,n,i,s,r,a)}};var Ho=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Ul(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Fl();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw te(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Dl();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw te(r)}}};import{v4 as th}from"uuid";function Ze(e){return new Date(e*1e3)}function yf(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(a);break;case"google_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"twitter_oauth":let l={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(l);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"github_oauth":let u={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"tiktok_oauth":let y={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"linkedin_oauth":let C={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(C);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(m);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Tt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var ne=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,gf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),ao=(e,t)=>t==="all-users"&&!ne(e)||t==="users-without-wallets"&&!gf(e)?.length;function gt(e){if(!e)return null;let t=yf(e.linked_accounts),o=Tt(t,"wallet"),r=Tt(t,"email"),n=Tt(t,"phone"),i=Tt(t,"google_oauth"),a=Tt(t,"twitter_oauth"),s=Tt(t,"discord_oauth"),l=Tt(t,"github_oauth"),c=Tt(t,"tiktok_oauth"),u=Tt(t,"linkedin_oauth"),y=Tt(t,"apple_oauth"),C=e.mfa_methods.map(({type:E,verified_at:b})=>({type:E,verifiedAt:Ze(b)}));return{id:e.id,createdAt:Ze(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:s&&{subject:s.subject,username:s.username,email:s.email},github:l&&{subject:l.subject,username:l.username,name:l.name,email:l.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:y&&{subject:y.subject,email:y.email},mfaMethods:C.map(E=>E.type)}}import{getAddress as Bc}from"@ethersproject/address";import Jf from"eventemitter3";var Zl="1.52.0";var oi="4df5e2316331463a9130964bd6078dfa",Xl="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",ec="34357d3c125c2bcf2ce2bc3309d98715",ri="https://auth.privy.io",tc=2e4,Xe=1400,oc=2500,Ga=Zl;var ar="privy:token",za="privy-token",ni="privy:refresh_token",Va="privy-refresh-token",rc="privy-session",Qr="privy:session_transfer_token",wf="privy:wallet",Zr="privy:caid",ii=e=>`${wf}:${e}`,$a="privy:connectors",qa="privy:connections";var Xr=12e4,$t=1,ja="0x1",sr=3e4,nc="https://api.moonpay.com/v1",ic="https://api.moonpay.com/v1",ac="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",sc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",lc="0x420000000000000000000000000000000000000F",cc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Ka=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)}},Ya=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Cf(){return typeof window<"u"&&window.localStorage?new Ya:new Ka}var Z=Cf();function dc(){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 ai=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 Ja=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||ai(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Ja(o))return!1}return!0},St=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),pc=()=>{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 uc=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,}))$/),mc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},so=(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}`},Qa=e=>new Promise(t=>setTimeout(t,e));function fc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,s=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(s,t)};s()})}var hc=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,s=0;for(;!a&&s<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...l)=>{a=!0,i(...l)}),s+=1,await Qa(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},si=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Za=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Go=e=>typeof e=="string"?e:"0x"+e.toString(16);async function yc(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=e.getProviders(),s=[];for(let l of a)l.info.rdns!=="com.coinbase.wallet"&&s.push({type:l.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:l});St()&&s.push({type:"phantom"});for(let l of dc()){let c=ai(l);if(!a.some(u=>u.info.name===c)){if(Ja(l,!0)&&!s.find(u=>u.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:l});continue}s.find(u=>u.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:l})}}n(s)}})}function lr(e){return`eip155:${String(Number(e))}`}var vt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new G(`Unsupported chainId ${e}`,4901);let i;if(o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+oi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Xl:i=n.rpcUrls.default?.http[0],!i)throw new G(`No RPC url found for ${e}`);return i},gc=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new G(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import Rf from"@coinbase/wallet-sdk";import{jsx as vc,jsxs as bf}from"react/jsx-runtime";var en=({style:e,...t})=>bf("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:[vc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),vc("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as At}from"@ethersproject/address";import{Web3Provider as xc}from"@ethersproject/providers";import{default as kf}from"eventemitter3";import{StaticJsonRpcProvider as Cc}from"@ethersproject/providers";import _f from"eventemitter3";var Ef=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],wc=e=>Ef.includes(e);import{ErrorCode as Pf}from"@ethersproject/logger";var cr=class extends G{constructor(){super("Wallet timeout");this.type="wallet_error"}},dr=class extends G{constructor(){super("User rejected connection");this.type="wallet_error"}},et=e=>{if(e instanceof G)return e;if(e?.code&&e?.reason){let t=new Oe(e);return e.code===Pf.ACTION_REJECTED&&(t.details=$e.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Oe(e):new G("Unknown connector error",e)},_t=class extends Ye{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Oe=class extends _t{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values($e).find(i=>i.eipCode===r.code);this.details=n||$e.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=$e.E32002_CONNECTION_ALREADY_PENDING:this.details=$e.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=$e.E32002_WALLET_LOCKED))}},xf={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}},Tf={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}},Sf={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}},$e={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Sf,...Tf},qt={...xf,...$e};var oe=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 cr,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||Xr,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 G(`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 et(o)})}},lo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},li=class extends _f{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 Cc(vt(a,this.chains,n)),this.rpcTimeoutDuration=pr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new lo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new lo("Disconnected",4900);return(await Ec(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new lo(`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 lo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Cc(vt(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 bc(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:Go(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 Go(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(wc(o.method)){let r=await ke();if(await Pc(),!r||!this.address)throw new lo("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 lo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await ke();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},kt=class extends oe{constructor(o){super(o,o.rpcTimeoutDuration)}},co=class extends oe{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 Af=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},qe=class extends kf{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=lr(o),this.walletClientType==="privy"&&Z.put(ii(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=pr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>At(i.address)===At(o));return{address:At(o),chainId:r,switchChain:async i=>{if(!n)throw new G("Wallet is not currently connected.");let a=this.wallets.find(y=>At(y.address)===At(o))?.chainId;if(!a)throw new G("Unable to determine current chainId.");let s,l;if(typeof i=="number"?(s=`0x${i.toString(16)}`,l=i):(s=i,l=Number(i)),a===lr(s))return;let c=this.chains.find(y=>y.id===l);if(!c)throw new G(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await u()}catch(y){if(Af(y,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.public?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&y.message?.includes("wallet_switchEthereumChain")?new G(`Rainbow does not support the chainId ${r}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return new xc(new kt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return new co(this.proxyProvider)},sign:async i=>{if(!await n())throw new G("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=At(n),a=[],s;if(this.walletClientType==="privy"){let c=Z.get(ii(i));this.chains.find(u=>u.id===Number(c))||(Z.del(ii(i)),c=null),s=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${s} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")s=c;else if(typeof c=="number")s=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${ja}`,c),s=ja}let l=lr(s);a.find(c=>At(c.address)===i)||a.push(this.buildConnectedWallet(At(n),l)),ci(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=>At(n)===At(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 xc(new kt(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 If=e=>{let t=`https://mainnet.infura.io/v3/${oi}`,o=1;return e.makeWeb3Provider(t,o)},di,pi=class extends qe{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),di||(di=new Rf({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(If(di)),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(){di.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:en}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new G("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw et(o)}}};import{jsx as Tc}from"react/jsx-runtime";var ui=({...e})=>Tc("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Tc("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 mi=class extends qe{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:[Go(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ui}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Sc}from"react/jsx-runtime";var ur=({style:e,...t})=>Sc("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Sc("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as tt,jsxs as Wf}from"react/jsx-runtime";var mr=({style:e,...t})=>Wf("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:[tt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),tt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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 fr=class extends qe{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let s=i.provider;this.proxyProvider.setWalletProvider(s),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new G("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw et(o)}}},on,tn=class extends qe{constructor(o,r,n,i,a){super(a?"metamask":"unknown",o,r,n);this.connectorType="injected";Jn(this,on,void 0);this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a&&kl(this,on,{name:"MetaMask",icon:mr})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return _l(this,on)??{name:"Browser Extension",icon:ur}}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 G("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw et(o)}}};on=new WeakMap;import{getAddress as z2}from"@ethersproject/address";import{Web3Provider as $2}from"@ethersproject/providers";import{isMobile as Mf}from"react-device-detect";var fi=class extends fr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Mf||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 G("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw et(t)}}};import{jsx as _c,jsxs as Lf}from"react/jsx-runtime";var po=({style:e,...t})=>Lf("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:[_c("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),_c("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 hi=class extends qe{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="phantom";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),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:"Phantom",icon:po}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new G("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw et(o)}}};import{EthereumProvider as qf,OPTIONAL_EVENTS as jf,OPTIONAL_METHODS as Kf}from"@walletconnect/ethereum-provider";import{isMobile as Yf}from"react-device-detect";import{createContext as Of,useContext as Df,useEffect as Uf,useRef as Ff,useState as Bf}from"react";import{jsx as Nf}from"react/jsx-runtime";function yi({src:e,...t}){return Nf("img",{src:e,...t,style:{display:"none"}})}var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Gf,jsxs as zf}from"react/jsx-runtime";var Hf="LANDING",kc=Of({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),Ac=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Bf(e.initialScreen);Uf(()=>{o||e.setInitialScreen(Hf)},[o]);let i=Ff(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:s=>{e.setInitialScreen(s),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return zf(kc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Gf(yi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>Df(kc);import{jsx as hr,jsxs as Vf}from"react/jsx-runtime";var rn=({style:e,...t})=>{let{app:o}=S();return Vf("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:[hr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),hr("g",{clipPath:"url(#clip0_1765_9946)",children:hr("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"})}),hr("defs",{children:hr("clipPath",{id:"clip0_1765_9946",children:hr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var gi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(yr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var yr={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 $f(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Rc=e=>e in yr,Ic=e=>{let t=yr[e].mobile;if("native"in t)return t.native};function Wc(e,t){let o=$f(t);if(o.deepLink)return Dc(o.deepLink,e);if(o.universalLink)return Uc(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var Mc="WALLETCONNECT_DEEPLINK_CHOICE";function Lc(){try{localStorage.removeItem(Mc)}catch{}}function Nc({href:e,name:t}){try{localStorage.setItem(Mc,JSON.stringify({href:e,name:t}))}catch{}}function Oc(e){return e.startsWith("http://")||e.startsWith("https://")}function Dc(e,t){if(Oc(e))return Uc(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 Uc(e,t){if(!Oc(e))return Dc(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Fc(e,t){window.open(e,t,"noreferrer noopener")}var Rt=class extends qe{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 oe(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=yr[a],this.walletClientType=a),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let l=gi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(l=>{!l.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:mr}:{name:Za(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||rn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=yr[o],this.walletClientType=o,this.redirectUri=void 0,Lc(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new dr)};this.onQrModalClosed=n,(async()=>{let a="",s=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(s?.length&&(a=s[0]),!a||a==="")throw new G("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let l=gi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=pr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(s),o()})().catch(a=>{if(a){r(et(a));return}r(new G("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=vt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await qf.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:jf,optionalMethods:Kf,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Yf&&this.walletEntry){let{redirect:i,href:a}=Wc(n,this.walletEntry);Nc({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,Fc(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=gi(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 Xa=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Bc(t)).length:!1},pr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xr:Xr,nn=class extends Jf{constructor(o,r,n,i,a){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new oe:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,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}initialize(){this.initialized||(Z.get($a)&&(Z.getKeys().forEach(o=>{o.startsWith("walletconnect")&&Z.del(o)}),Z.del($a)),yc(this.store).then(o=>o.forEach(({type:r,eip6963InjectedProvider:n,legacyInjectedProvider:i})=>{this.createWalletConnector("injected",r,{eip6963InjectedProvider:n,legacyInjectedProvider:i})})),this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.createWalletConnector("wallet_connect_v2","unknown"),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")}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 li(o,r,this.rpcConfig,this.chains,n.id),s=new mi(a,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof Rt&&i.resetConnection(r),i;let s=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new fi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new tn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,!0);if(r==="phantom"&&St())return new hi(this.chains,this.defaultChain,this.rpcConfig);if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new tn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new fr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new pi(this.chains,this.defaultChain,this.rpcConfig):new Rt(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return s&&this.addWalletConnector(s),s||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=Z.get(qa);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));Z.put(qa,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=Bc(o),this.emit("walletsUpdated")}};function ci(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as Qf}from"ofetch";var Zf=[Xn(),ti(),ei()],Xf=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},vi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Ga,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Qf.create({baseURL:this.defaults.baseURL,retry:3,retryDelay:500,credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let s=!Zf.includes(n.toString());if(!a.has("authorization")&&s){let l=await this.client.getAccessToken();l!==null&&a.set("authorization",`Bearer ${l}`)}i.headers=a,i.signal||(i.signal=Xf(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Qn}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw te(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw te(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw te(r)}}};import an from"js-cookie";function Hc(e){return e instanceof Fo?"email":e instanceof Ho?"sms":e instanceof Bo?"siwe":e instanceof ir?"custom_auth":e instanceof no?e.meta.provider:null}import*as Gc from"jose";var It=class{static parse(t){try{return new It(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Gc.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 eh=30,wi=class{constructor(){this.authenticateOnce=new dt(async t=>this._authenticate(t)),this.linkOnce=new dt(async t=>this._link(t)),this.refreshOnce=new dt(this._refresh.bind(this)),this.destroyOnce=new dt(this._destroy.bind(this)),this.forkSessionOnce=new dt(this._forkSession.bind(this))}get token(){try{let t=Z.get(ar);return typeof t=="string"?new It(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Z.get(ni);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=Z.get(Qr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=an.get(rc);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=It.parse(this.token);return t!==null&&!t.isExpired(eh)}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=Hc(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:gt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Qe(o)}}async _link(t){try{let o=await t.link();return gt(o)}catch(o){throw console.warn("Error linking account"),Qe(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Xn(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ti(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),gt(n.user)}catch(n){if(n instanceof nr&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Qe(n)}}async _destroy(){try{await this.api?.post(ei(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Rl(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Qe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(Z.put(ar,t),!this.client?.useServerCookies){let o=It.parse(t)?.expiration;an.set(za,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else Z.del(ar),an.remove(za)}storeRefreshToken(t){typeof t=="string"?(Z.put(ni,t),this.client?.useServerCookies||an.set(Va,t,{sameSite:"Strict",secure:!0,expires:30})):(Z.del(ni),an.remove(Va))}clearForkedToken(){Z.del(Qr)}};var es,Ci,zc,sn=class{constructor(t){Jn(this,Ci);this.apiUrl=t.apiUrl||ri,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||tc,this.appId=t.appId,this.clientAnalyticsId=Al(this,Ci,zc).call(this),es||(es=new wi),this.session=es,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new nn(t,o,r,n,i))}generateApi(){let t=new vi(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Vl(),{address:t});return gt(o)}catch(o){throw Qe(o)}}async unlinkPhone(t){try{let o=await this.api.post($l(),{phoneNumber:t});return gt(o)}catch(o){throw Qe(o)}}async unlinkWallet(t){try{let o=await this.api.post(zl(),{address:t});return gt(o)}catch(o){throw Qe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ql(),{provider:t,subject:o});return gt(r)}catch(r){throw Qe(r)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(jl(),{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(Kl(),t)}catch(o){throw Qe(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?It.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw Qe(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};Ci=new WeakSet,zc=function(){if(typeof window>"u")return null;try{let o=Z.get(Zr);if(typeof o=="string"&&o.length>0)return o}catch{}let t=th();try{return Z.put(Zr,t),t}catch{return t}};import"wicg-inert";import{useRef as P0,useState as Fm}from"react";import{useEffect as x0}from"react";import T0 from"react-dom";import{createContext as oh,useContext as rh}from"react";var Ce=oh({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,initLoginWithEmail:P,loginWithCode:P,isModalOpen:!1}),z=()=>rh(Ce);import{useEffect as nh,useState as ih}from"react";var Vc=e=>{let[t,o]=ih("auto");return nh(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};import{createContext as ah,useContext as sh,useEffect as lh}from"react";var $c={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]}},ts=ah(void 0),qc=()=>sh(ts);function Wt(e,t){if(!t)return;let r=qc().current[e];return lh(()=>{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 le(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function jc(){let e=qc();return(t,o,...r)=>le(e,t,o,...r)}function os(e){Wt("configureMfa",e)}import ds from"styled-components";import zo,{css as as}from"styled-components";import ns from"styled-components";import{Fragment as dh,jsx as rs,jsxs as ph}from"react/jsx-runtime";var bi=({success:e,fail:t})=>ph(dh,{children:[rs(Mt,{className:e?"success":t?"fail":""}),rs(is,{className:e?"success":t?"fail":""})]}),Mt=ns.span`
12
+ - https://privy.io`;this.getNonceOnce=new dt(this._getNonceOnce.bind(this)),this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Ml(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw te(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Ll(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw te(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Wl(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",s=new Date().toISOString();return this.createSiweMessage(t,o,n,i,s,r,a)}};var Go=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Fl(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Bl();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw te(t)}}async sendSmsCode(t,o){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Ul();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw te(r)}}};import{v4 as th}from"uuid";function Ze(e){return new Date(e*1e3)}function yf(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(a);break;case"google_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"twitter_oauth":let l={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(l);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"github_oauth":let u={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"tiktok_oauth":let y={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"linkedin_oauth":let C={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(C);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(m);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function St(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var ne=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,gf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),lo=(e,t)=>t==="all-users"&&!ne(e)||t==="users-without-wallets"&&!gf(e)?.length;function gt(e){if(!e)return null;let t=yf(e.linked_accounts),o=St(t,"wallet"),r=St(t,"email"),n=St(t,"phone"),i=St(t,"google_oauth"),a=St(t,"twitter_oauth"),s=St(t,"discord_oauth"),l=St(t,"github_oauth"),c=St(t,"tiktok_oauth"),u=St(t,"linkedin_oauth"),y=St(t,"apple_oauth"),C=e.mfa_methods.map(({type:E,verified_at:b})=>({type:E,verifiedAt:Ze(b)}));return{id:e.id,createdAt:Ze(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:s&&{subject:s.subject,username:s.username,email:s.email},github:l&&{subject:l.subject,username:l.username,name:l.name,email:l.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:y&&{subject:y.subject,email:y.email},mfaMethods:C.map(E=>E.type)}}import{getAddress as Hc}from"@ethersproject/address";import Jf from"eventemitter3";var Xl="1.52.1";var oi="4df5e2316331463a9130964bd6078dfa",ec="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",tc="34357d3c125c2bcf2ce2bc3309d98715",ri="https://auth.privy.io",oc=2e4,Xe=1400,rc=2500,Ga=Xl;var ar="privy:token",za="privy-token",ni="privy:refresh_token",Va="privy-refresh-token",nc="privy-session",Qr="privy:session_transfer_token",wf="privy:wallet",Zr="privy:caid",ii=e=>`${wf}:${e}`,$a="privy:connectors",ja="privy:connections";var Xr=12e4,jt=1,qa="0x1",sr=3e4,ic="https://api.moonpay.com/v1",ac="https://api.moonpay.com/v1",sc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",lc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",cc="0x420000000000000000000000000000000000000F",dc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Ka=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)}},Ya=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Cf(){return typeof window<"u"&&window.localStorage?new Ya:new Ka}var Z=Cf();function pc(){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 ai=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 Ja=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||ai(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!Ja(o))return!1}return!0},_t=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),uc=()=>{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 mc=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,}))$/),fc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},co=(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}`},Qa=e=>new Promise(t=>setTimeout(t,e));function hc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,s=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(s,t)};s()})}var yc=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,s=0;for(;!a&&s<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...l)=>{a=!0,i(...l)}),s+=1,await Qa(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},si=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Za=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),zo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function gc(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=e.getProviders(),s=[];for(let l of a)l.info.rdns!=="com.coinbase.wallet"&&s.push({type:l.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:l});_t()&&s.push({type:"phantom"});for(let l of pc()){let c=ai(l);if(!a.some(u=>u.info.name===c)){if(Ja(l,!0)&&!s.find(u=>u.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:l});continue}s.find(u=>u.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:l})}}n(s)}})}function lr(e){return`eip155:${String(Number(e))}`}var vt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new G(`Unsupported chainId ${e}`,4901);let i;if(o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+oi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+ec:i=n.rpcUrls.default?.http[0],!i)throw new G(`No RPC url found for ${e}`);return i},vc=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new G(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import Rf from"@coinbase/wallet-sdk";import{jsx as wc,jsxs as bf}from"react/jsx-runtime";var en=({style:e,...t})=>bf("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[wc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),wc("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as Rt}from"@ethersproject/address";import{Web3Provider as Tc}from"@ethersproject/providers";import{default as kf}from"eventemitter3";import{StaticJsonRpcProvider as bc}from"@ethersproject/providers";import _f from"eventemitter3";var Ef=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Cc=e=>Ef.includes(e);import{ErrorCode as Pf}from"@ethersproject/logger";var cr=class extends G{constructor(){super("Wallet timeout");this.type="wallet_error"}},dr=class extends G{constructor(){super("User rejected connection");this.type="wallet_error"}},et=e=>{if(e instanceof G)return e;if(e?.code&&e?.reason){let t=new Oe(e);return e.code===Pf.ACTION_REJECTED&&(t.details=$e.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Oe(e):new G("Unknown connector error",e)},kt=class extends Ye{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Oe=class extends kt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values($e).find(i=>i.eipCode===r.code);this.details=n||$e.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=$e.E32002_CONNECTION_ALREADY_PENDING:this.details=$e.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=$e.E32002_WALLET_LOCKED))}},xf={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}},Tf={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}},Sf={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}},$e={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Sf,...Tf},qt={...xf,...$e};var oe=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 cr,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||Xr,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 G(`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 et(o)})}},po=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},li=class extends _f{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 bc(vt(a,this.chains,n)),this.rpcTimeoutDuration=pr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new po(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new po("Disconnected",4900);return(await Pc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new po(`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 po(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new bc(vt(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 Ec(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:zo(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 zo(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(Cc(o.method)){let r=await ke();if(await xc(),!r||!this.address)throw new po("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 po("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await ke();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},At=class extends oe{constructor(o){super(o,o.rpcTimeoutDuration)}},uo=class extends oe{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 Af=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},je=class extends kf{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=lr(o),this.walletClientType==="privy"&&Z.put(ii(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=pr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>Rt(i.address)===Rt(o));return{address:Rt(o),chainId:r,switchChain:async i=>{if(!n)throw new G("Wallet is not currently connected.");let a=this.wallets.find(y=>Rt(y.address)===Rt(o))?.chainId;if(!a)throw new G("Unable to determine current chainId.");let s,l;if(typeof i=="number"?(s=`0x${i.toString(16)}`,l=i):(s=i,l=Number(i)),a===lr(s))return;let c=this.chains.find(y=>y.id===l);if(!c)throw new G(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await u()}catch(y){if(Af(y,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.public?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&y.message?.includes("wallet_switchEthereumChain")?new G(`Rainbow does not support the chainId ${r}`):y}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return new Tc(new At(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return new uo(this.proxyProvider)},sign:async i=>{if(!await n())throw new G("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Rt(n),a=[],s;if(this.walletClientType==="privy"){let c=Z.get(ii(i));this.chains.find(u=>u.id===Number(c))||(Z.del(ii(i)),c=null),s=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${s} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")s=c;else if(typeof c=="number")s=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${qa}`,c),s=qa}let l=lr(s);a.find(c=>Rt(c.address)===i)||a.push(this.buildConnectedWallet(Rt(n),l)),ci(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=>Rt(n)===Rt(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 Tc(new At(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 If=e=>{let t=`https://mainnet.infura.io/v3/${oi}`,o=1;return e.makeWeb3Provider(t,o)},di,pi=class extends je{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),di||(di=new Rf({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(If(di)),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(){di.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:en}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new G("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw et(o)}}};import{jsx as Sc}from"react/jsx-runtime";var ui=({...e})=>Sc("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Sc("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 mi=class extends je{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:[zo(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ui}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as _c}from"react/jsx-runtime";var ur=({style:e,...t})=>_c("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:_c("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as tt,jsxs as Wf}from"react/jsx-runtime";var mr=({style:e,...t})=>Wf("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:[tt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),tt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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"}),tt("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 fr=class extends je{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let s=i.provider;this.proxyProvider.setWalletProvider(s),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new G("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw et(o)}}},on,tn=class extends je{constructor(o,r,n,i,a){super(a?"metamask":"unknown",o,r,n);this.connectorType="injected";Jn(this,on,void 0);this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a&&Al(this,on,{name:"MetaMask",icon:mr})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return kl(this,on)??{name:"Browser Extension",icon:ur}}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 G("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw et(o)}}};on=new WeakMap;import{getAddress as z2}from"@ethersproject/address";import{Web3Provider as $2}from"@ethersproject/providers";import{isMobile as Mf}from"react-device-detect";var fi=class extends fr{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Mf||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 G("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw et(t)}}};import{jsx as kc,jsxs as Lf}from"react/jsx-runtime";var mo=({style:e,...t})=>Lf("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:[kc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),kc("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 hi=class extends je{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="phantom";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),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:"Phantom",icon:mo}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new G("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw et(o)}}};import{EthereumProvider as jf,OPTIONAL_EVENTS as qf,OPTIONAL_METHODS as Kf}from"@walletconnect/ethereum-provider";import{isMobile as Yf}from"react-device-detect";import{createContext as Of,useContext as Df,useEffect as Uf,useRef as Ff,useState as Bf}from"react";import{jsx as Nf}from"react/jsx-runtime";function yi({src:e,...t}){return Nf("img",{src:e,...t,style:{display:"none"}})}var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Gf,jsxs as zf}from"react/jsx-runtime";var Hf="LANDING",Ac=Of({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),Rc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Bf(e.initialScreen);Uf(()=>{o||e.setInitialScreen(Hf)},[o]);let i=Ff(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:s=>{e.setInitialScreen(s),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return zf(Ac.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Gf(yi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>Df(Ac);import{jsx as hr,jsxs as Vf}from"react/jsx-runtime";var rn=({style:e,...t})=>{let{app:o}=S();return Vf("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:[hr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),hr("g",{clipPath:"url(#clip0_1765_9946)",children:hr("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"})}),hr("defs",{children:hr("clipPath",{id:"clip0_1765_9946",children:hr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var gi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(yr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var yr={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 $f(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Ic=e=>e in yr,Wc=e=>{let t=yr[e].mobile;if("native"in t)return t.native};function Mc(e,t){let o=$f(t);if(o.deepLink)return Uc(o.deepLink,e);if(o.universalLink)return Fc(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var Lc="WALLETCONNECT_DEEPLINK_CHOICE";function Nc(){try{localStorage.removeItem(Lc)}catch{}}function Oc({href:e,name:t}){try{localStorage.setItem(Lc,JSON.stringify({href:e,name:t}))}catch{}}function Dc(e){return e.startsWith("http://")||e.startsWith("https://")}function Uc(e,t){if(Dc(e))return Fc(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 Fc(e,t){if(!Dc(e))return Uc(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Bc(e,t){window.open(e,t,"noreferrer noopener")}var It=class extends je{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 oe(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=yr[a],this.walletClientType=a),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let l=gi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(l=>{!l.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:mr}:{name:Za(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||rn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=yr[o],this.walletClientType=o,this.redirectUri=void 0,Nc(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new dr)};this.onQrModalClosed=n,(async()=>{let a="",s=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(s?.length&&(a=s[0]),!a||a==="")throw new G("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let l=gi(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=l?.entry,this.walletClientType=l?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=pr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(s),o()})().catch(a=>{if(a){r(et(a));return}r(new G("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=vt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await jf.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:qf,optionalMethods:Kf,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),Yf&&this.walletEntry){let{redirect:i,href:a}=Mc(n,this.walletEntry);Oc({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,Bc(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=gi(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 Xa=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Hc(t)).length:!1},pr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xr:Xr,nn=class extends Jf{constructor(o,r,n,i,a){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new oe:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,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}initialize(){this.initialized||(Z.get($a)&&(Z.getKeys().forEach(o=>{o.startsWith("walletconnect")&&Z.del(o)}),Z.del($a)),gc(this.store).then(o=>o.forEach(({type:r,eip6963InjectedProvider:n,legacyInjectedProvider:i})=>{this.createWalletConnector("injected",r,{eip6963InjectedProvider:n,legacyInjectedProvider:i})})),this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.createWalletConnector("wallet_connect_v2","unknown"),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")}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 li(o,r,this.rpcConfig,this.chains,n.id),s=new mi(a,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof It&&i.resetConnection(r),i;let s=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new fi(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new tn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,!0);if(r==="phantom"&&_t())return new hi(this.chains,this.defaultChain,this.rpcConfig);if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new tn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new fr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new pi(this.chains,this.defaultChain,this.rpcConfig):new It(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)})();return s&&this.addWalletConnector(s),s||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=Z.get(ja);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));Z.put(ja,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=Hc(o),this.emit("walletsUpdated")}};function ci(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as Qf}from"ofetch";var Zf=[Xn(),ti(),ei()],Xf=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},vi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Ga,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Qf.create({baseURL:this.defaults.baseURL,retry:3,retryDelay:500,credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let s=!Zf.includes(n.toString());if(!a.has("authorization")&&s){let l=await this.client.getAccessToken();l!==null&&a.set("authorization",`Bearer ${l}`)}i.headers=a,i.signal||(i.signal=Xf(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Qn}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw te(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw te(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw te(r)}}};import an from"js-cookie";function Gc(e){return e instanceof Bo?"email":e instanceof Go?"sms":e instanceof Ho?"siwe":e instanceof ir?"custom_auth":e instanceof ao?e.meta.provider:null}import*as zc from"jose";var Wt=class{static parse(t){try{return new Wt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=zc.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 eh=30,wi=class{constructor(){this.authenticateOnce=new dt(async t=>this._authenticate(t)),this.linkOnce=new dt(async t=>this._link(t)),this.refreshOnce=new dt(this._refresh.bind(this)),this.destroyOnce=new dt(this._destroy.bind(this)),this.forkSessionOnce=new dt(this._forkSession.bind(this))}get token(){try{let t=Z.get(ar);return typeof t=="string"?new Wt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Z.get(ni);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=Z.get(Qr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=an.get(nc);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=Wt.parse(this.token);return t!==null&&!t.isExpired(eh)}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=Gc(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:gt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Qe(o)}}async _link(t){try{let o=await t.link();return gt(o)}catch(o){throw console.warn("Error linking account"),Qe(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Xn(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ti(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),gt(n.user)}catch(n){if(n instanceof nr&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Qe(n)}}async _destroy(){try{await this.api?.post(ei(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Il(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Qe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(Z.put(ar,t),!this.client?.useServerCookies){let o=Wt.parse(t)?.expiration;an.set(za,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else Z.del(ar),an.remove(za)}storeRefreshToken(t){typeof t=="string"?(Z.put(ni,t),this.client?.useServerCookies||an.set(Va,t,{sameSite:"Strict",secure:!0,expires:30})):(Z.del(ni),an.remove(Va))}clearForkedToken(){Z.del(Qr)}};var es,Ci,Vc,sn=class{constructor(t){Jn(this,Ci);this.apiUrl=t.apiUrl||ri,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||oc,this.appId=t.appId,this.clientAnalyticsId=Rl(this,Ci,Vc).call(this),es||(es=new wi),this.session=es,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new nn(t,o,r,n,i))}generateApi(){let t=new vi(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post($l(),{address:t});return gt(o)}catch(o){throw Qe(o)}}async unlinkPhone(t){try{let o=await this.api.post(jl(),{phoneNumber:t});return gt(o)}catch(o){throw Qe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Vl(),{address:t});return gt(o)}catch(o){throw Qe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ql(),{provider:t,subject:o});return gt(r)}catch(r){throw Qe(r)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(Kl(),{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(Yl(),t)}catch(o){throw Qe(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Wt.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods}}catch(t){throw Qe(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};Ci=new WeakSet,Vc=function(){if(typeof window>"u")return null;try{let o=Z.get(Zr);if(typeof o=="string"&&o.length>0)return o}catch{}let t=th();try{return Z.put(Zr,t),t}catch{return t}};import"wicg-inert";import{useRef as P0,useState as Fm}from"react";import{useEffect as x0}from"react";import T0 from"react-dom";import{createContext as oh,useContext as rh}from"react";var Ce=oh({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,initLoginWithEmail:P,loginWithCode:P,isModalOpen:!1}),z=()=>rh(Ce);import{useEffect as nh,useState as ih}from"react";var $c=e=>{let[t,o]=ih("auto");return nh(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};import{createContext as ah,useContext as sh,useEffect as lh}from"react";var jc={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]}},ts=ah(void 0),qc=()=>sh(ts);function Mt(e,t){if(!t)return;let r=qc().current[e];return lh(()=>{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 le(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Kc(){let e=qc();return(t,o,...r)=>le(e,t,o,...r)}function os(e){Mt("configureMfa",e)}import ds from"styled-components";import Vo,{css as as}from"styled-components";import ns from"styled-components";import{Fragment as dh,jsx as rs,jsxs as ph}from"react/jsx-runtime";var bi=({success:e,fail:t})=>ph(dh,{children:[rs(Lt,{className:e?"success":t?"fail":""}),rs(is,{className:e?"success":t?"fail":""})]}),Lt=ns.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
- `,is=ns(Mt)`
45
+ `,is=ns(Lt)`
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
- `,ln=e=>rs(ch,{color:e.color||"var(--privy-color-foreground-3)"}),ch=ns(Mt)`
51
+ `,ln=e=>rs(ch,{color:e.color||"var(--privy-color-foreground-3)"}),ch=ns(Lt)`
52
52
  && {
53
53
  height: 0.9rem;
54
54
  width: 0.9rem;
@@ -57,7 +57,7 @@ Resources:
57
57
  /* Override default Loader to match button transitions */
58
58
  transition: border-color 200ms ease;
59
59
  }
60
- `;import{jsx as pt,jsxs as Si}from"react/jsx-runtime";var Ei=zo.button`
60
+ `;import{jsx as pt,jsxs as Si}from"react/jsx-runtime";var Ei=Vo.button`
61
61
  display: flex;
62
62
  flex-direction: row;
63
63
  align-items: center;
@@ -85,13 +85,13 @@ Resources:
85
85
  color: var(--privy-color-foreground-3);
86
86
  cursor: not-allowed;
87
87
  }
88
- `,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>pt(Kc,{disabled:t||o,...n,children:t?Si("span",{children:[pt(ln,{}),r?pt("span",{children:r}):null]}):e}),V3=zo(U)`
88
+ `,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>pt(Yc,{disabled:t||o,...n,children:t?Si("span",{children:[pt(ln,{}),r?pt("span",{children:r}):null]}):e}),V3=Vo(U)`
89
89
  ${e=>e.hideAnimations&&as`
90
90
  && {
91
91
  transition: none;
92
92
  }
93
93
  `}
94
- `,Pi=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>pt(Kc,{as:"a",disabled:t||o,...n,children:t?Si("span",{children:[pt(ln,{}),r?pt("span",{children:r}):null]}):e}),Kc=zo(Ei)`
94
+ `,Pi=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>pt(Yc,{as:"a",disabled:t||o,...n,children:t?Si("span",{children:[pt(ln,{}),r?pt("span",{children:r}):null]}):e}),Yc=Vo(Ei)`
95
95
  position: relative;
96
96
 
97
97
  && {
@@ -136,7 +136,7 @@ Resources:
136
136
  opacity: 1;
137
137
  animation: fadein 200ms ease;
138
138
  }
139
- `,jt=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>pt(uh,{disabled:t||o,...n,children:t?Si("span",{children:[pt(ln,{}),r?pt("span",{children:r}):null]}):e}),uh=zo(Ei)`
139
+ `,Kt=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>pt(uh,{disabled:t||o,...n,children:t?Si("span",{children:[pt(ln,{}),r?pt("span",{children:r}):null]}):e}),uh=Vo(Ei)`
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
- `,xi=zo.button`
168
+ `,xi=Vo.button`
169
169
  && {
170
170
  padding: 12px 16px;
171
171
  font-weight: 500;
@@ -196,10 +196,10 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,$3=zo.div`
199
+ `,$3=Vo.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
- `,Ti=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Si(mh,{isSubmitting:r,onClick:t,disabled:o,...n,children:[pt("span",{children:e}),pt("span",{children:pt(ln,{})})]}),mh=zo.button`
202
+ `,Ti=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>Si(mh,{isSubmitting:r,onClick:t,disabled:o,...n,children:[pt("span",{children:e}),pt("span",{children:pt(ln,{})})]}),mh=Vo.button`
203
203
  && {
204
204
  color: var(--privy-color-accent);
205
205
  font-size: 16px;
@@ -241,7 +241,7 @@ Resources:
241
241
  cursor: not-allowed;
242
242
  }
243
243
  }
244
- `;import fh from"styled-components";var Yc=fh.span`
244
+ `;import fh from"styled-components";var Jc=fh.span`
245
245
  && {
246
246
  width: 82px;
247
247
  height: 82px;
@@ -257,7 +257,7 @@ Resources:
257
257
  border-color: var(--privy-color-accent);
258
258
  border-bottom-color: var(--privy-color-accent);
259
259
  }
260
- `;import{ArrowLeftIcon as gh,XMarkIcon as vh}from"@heroicons/react/24/outline";import ls from"styled-components";import{createContext as hh,useContext as yh}from"react";var ss=hh({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:P,initializeWalletProxy:P,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),I=()=>yh(ss);import{jsx as ut,jsxs as Ph}from"react/jsx-runtime";var Jc=()=>ut("div",{}),wh=({backFn:e})=>ut("div",{children:ut(Qc,{onClick:e,children:ut(gh,{height:"16px",width:"16px",strokeWidth:2})})}),Ch=e=>ut("div",{children:ut(Qc,{onClick:e.onClose,children:ut(vh,{height:"16px",width:"16px",strokeWidth:2})})});var T=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=I(),{app:i}=S();return Ph(bh,{children:[e?ut(wh,{backFn:e}):ut(Jc,{}),o&&ut(Eh,{children:o}),i?.render.inDialog&&r?ut(Ch,{onClose:t||(()=>n())}):ut(Jc,{})]})},Qc=ls.button`
260
+ `;import{ArrowLeftIcon as gh,XMarkIcon as vh}from"@heroicons/react/24/outline";import ls from"styled-components";import{createContext as hh,useContext as yh}from"react";var ss=hh({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:P,initializeWalletProxy:P,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,setReadyToTrue:P}),I=()=>yh(ss);import{jsx as ut,jsxs as Ph}from"react/jsx-runtime";var Qc=()=>ut("div",{}),wh=({backFn:e})=>ut("div",{children:ut(Zc,{onClick:e,children:ut(gh,{height:"16px",width:"16px",strokeWidth:2})})}),Ch=e=>ut("div",{children:ut(Zc,{onClick:e.onClose,children:ut(vh,{height:"16px",width:"16px",strokeWidth:2})})});var T=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=I(),{app:i}=S();return Ph(bh,{children:[e?ut(wh,{backFn:e}):ut(Qc,{}),o&&ut(Eh,{children:o}),i?.render.inDialog&&r?ut(Ch,{onClose:t||(()=>n())}):ut(Qc,{})]})},Zc=ls.button`
261
261
  && {
262
262
  cursor: pointer;
263
263
  display: flex;
@@ -305,7 +305,7 @@ Resources:
305
305
  text-overflow: ellipsis;
306
306
  text-align: center;
307
307
  color: var(--privy-color-foreground-2);
308
- `;import{jsx as Zc}from"react/jsx-runtime";var Xc=({style:e,...t})=>Zc("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:Zc("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as cs,jsx as Lt,jsxs as _i}from"react/jsx-runtime";var ed=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return _i(cs,{children:[Lt(T,{}),_i(xh,{children:[Lt(Sh,{children:_i("div",{children:[Lt(Yc,{}),Lt(Xc,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),_i(Th,{children:[typeof o=="string"?Lt("h3",{children:o}):Lt(cs,{children:o}),typeof r=="string"?Lt("p",{children:r}):Lt(cs,{children:r})]}),t?.allowlistConfig.errorCtaLink?Lt(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Lt(U,{onClick:()=>{e("LANDING")},children:n})]})]})},xh=ds.div`
308
+ `;import{jsx as Xc}from"react/jsx-runtime";var ed=({style:e,...t})=>Xc("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:Xc("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as cs,jsx as Nt,jsxs as _i}from"react/jsx-runtime";var td=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return _i(cs,{children:[Nt(T,{}),_i(xh,{children:[Nt(Sh,{children:_i("div",{children:[Nt(Jc,{}),Nt(ed,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),_i(Th,{children:[typeof o=="string"?Nt("h3",{children:o}):Nt(cs,{children:o}),typeof r=="string"?Nt("p",{children:r}):Nt(cs,{children:r})]}),t?.allowlistConfig.errorCtaLink?Nt(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Nt(U,{onClick:()=>{e("LANDING")},children:n})]})]})},xh=ds.div`
309
309
  display: flex;
310
310
  flex-direction: column;
311
311
  align-items: center;
@@ -340,7 +340,7 @@ Resources:
340
340
  left: -19px;
341
341
  top: -19px;
342
342
  }
343
- `;import{EnvelopeIcon as Ih,PhoneIcon as Wh}from"@heroicons/react/24/outline";import{useEffect as dd,useState as Ai}from"react";import{isMobile as Mh}from"react-device-detect";import pn from"styled-components";import ot from"styled-components";var uo=ot.div`
343
+ `;import{EnvelopeIcon as Ih,PhoneIcon as Wh}from"@heroicons/react/24/outline";import{useEffect as pd,useState as Ai}from"react";import{isMobile as Mh}from"react-device-detect";import pn from"styled-components";import ot from"styled-components";var fo=ot.div`
344
344
  display: flex;
345
345
  flex-direction: column;
346
346
  align-items: flex-start;
@@ -348,27 +348,27 @@ Resources:
348
348
  margin-top: auto;
349
349
  gap: 16px;
350
350
  flex-grow: 100;
351
- `,Kt=ot.div`
351
+ `,Yt=ot.div`
352
352
  display: flex;
353
353
  flex-direction: column;
354
354
  align-items: center;
355
355
  justify-content: center;
356
356
  flex-grow: 1;
357
357
  width: 100%;
358
- `,td=ot.div`
358
+ `,od=ot.div`
359
359
  display: flex;
360
360
  flex-direction: column;
361
361
  align-items: center;
362
362
  width: 100%;
363
- `,od=ot(Kt)`
363
+ `,rd=ot(Yt)`
364
364
  padding: 20px 0;
365
- `,wt=ot(Kt)`
365
+ `,wt=ot(Yt)`
366
366
  gap: 16px;
367
367
  `,ps=ot.div`
368
368
  display: flex;
369
369
  flex-direction: column;
370
370
  width: 100%;
371
- `,mo=ot.div`
371
+ `,ho=ot.div`
372
372
  display: flex;
373
373
  flex-direction: column;
374
374
  gap: 8px;
@@ -378,7 +378,7 @@ Resources:
378
378
  flex-direction: column;
379
379
  justify-content: space-between;
380
380
  height: 100%;
381
- `,rd=ot.div`
381
+ `,nd=ot.div`
382
382
  display: flex;
383
383
  flex-direction: column;
384
384
  justify-content: flex-start;
@@ -401,13 +401,13 @@ Resources:
401
401
  color: var(--privy-color-foreground-3);
402
402
  font-size: 14px;
403
403
  }
404
- `,q=ot.div`
404
+ `,j=ot.div`
405
405
  height: 16px;
406
406
  `,K=ot.div`
407
407
  height: 12px;
408
- `,nd=ot.div`
409
- position: relative;
410
408
  `,id=ot.div`
409
+ position: relative;
410
+ `,ad=ot.div`
411
411
  background-color: var(--privy-color-accent);
412
412
  display: flex;
413
413
  justify-content: center;
@@ -415,7 +415,7 @@ Resources:
415
415
  border-radius: 50%;
416
416
  border-color: white;
417
417
  border-width: 2px !important;
418
- `;import ad from"styled-components";import{Fragment as kh,jsx as gr,jsxs as sd}from"react/jsx-runtime";var _h=ad.div`
418
+ `;import sd from"styled-components";import{Fragment as kh,jsx as gr,jsxs as ld}from"react/jsx-runtime";var _h=sd.div`
419
419
  margin-top: 16px;
420
420
  font-size: 13px;
421
421
  text-align: center;
@@ -424,7 +424,7 @@ Resources:
424
424
  && > a {
425
425
  color: var(--privy-color-accent);
426
426
  }
427
- `;function ki(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:sd(_h,{children:["By logging in I agree to the"," ",n&&gr("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&gr("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var B=({protectedByPrivy:e})=>gr(Y,{children:e?sd(kh,{children:[gr(ui,{className:"hide-on-mobile"}),gr("span",{className:"hide-on-mobile",children:gr("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Y=ad.div`
427
+ `;function ki(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:ld(_h,{children:["By logging in I agree to the"," ",n&&gr("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&gr("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var B=({protectedByPrivy:e})=>gr(Y,{children:e?ld(kh,{children:[gr(ui,{className:"hide-on-mobile"}),gr("span",{className:"hide-on-mobile",children:gr("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Y=sd.div`
428
428
  display: flex;
429
429
  align-items: center;
430
430
  justify-content: center;
@@ -451,9 +451,9 @@ Resources:
451
451
  @media all and (display-mode: standalone) {
452
452
  padding-bottom: 30px;
453
453
  }
454
- `;import us from"styled-components";import{Fragment as Rh,jsx as cn,jsxs as cd}from"react/jsx-runtime";var dn=({title:e,description:t,children:o,...r})=>cn(ld,{...r,children:cd(Rh,{children:[cn("h3",{children:e}),typeof t=="string"?cn("p",{children:t}):t,o]})}),fo=us(dn)`
454
+ `;import us from"styled-components";import{Fragment as Rh,jsx as cn,jsxs as dd}from"react/jsx-runtime";var dn=({title:e,description:t,children:o,...r})=>cn(cd,{...r,children:dd(Rh,{children:[cn("h3",{children:e}),typeof t=="string"?cn("p",{children:t}):t,o]})}),yo=us(dn)`
455
455
  margin-bottom: 24px;
456
- `,ue=({title:e,description:t,icon:o,children:r,...n})=>cd(Ah,{...n,children:[o||null,cn("h3",{children:e}),typeof t=="string"?cn("p",{children:t}):t,r]}),ld=us.div`
456
+ `,ue=({title:e,description:t,icon:o,children:r,...n})=>dd(Ah,{...n,children:[o||null,cn("h3",{children:e}),typeof t=="string"?cn("p",{children:t}):t,r]}),cd=us.div`
457
457
  display: flex;
458
458
  flex-direction: column;
459
459
  justify-content: flex-start;
@@ -473,7 +473,7 @@ Resources:
473
473
  color: var(--privy-color-foreground-2);
474
474
  font-size: 14px;
475
475
  }
476
- `,Ah=us(ld)`
476
+ `,Ah=us(cd)`
477
477
  align-items: center;
478
478
  text-align: center;
479
479
  gap: 16px;
@@ -481,7 +481,7 @@ Resources:
481
481
  h3 {
482
482
  margin-bottom: 24px;
483
483
  }
484
- `;import{Fragment as ms,jsx as Ae,jsxs as ho}from"react/jsx-runtime";var fs=6,pd=new Array(fs).fill(""),Lh=1400;var md=()=>{let{app:e,navigate:t,setModalData:o}=S(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:s,updateWallets:l}=I(),{authenticated:c,user:u}=z(),[y,C]=Ai(pd),[m,E]=Ai(!1),[b,x]=Ai(null),[v,W]=Ai(null),M=a()?.email?0:1,R=e?.render.inDialog?Xe:0,k=e?.render.inDialog?R-500:0;dd(()=>{if(c&&m&&u)if(ao(u,e?.embeddedWallets?.createOnLogin)){let _=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:Q=>console.error(Q),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},k);return()=>clearTimeout(_)}else{l();let _=setTimeout(r,R);return()=>clearTimeout(_)}},[c,m,u]),dd(()=>{if(b&&v===0){let N=setTimeout(()=>{C(pd),x(null),document.querySelector("input[name=code-0]")?.focus()},Lh);return()=>clearTimeout(N)}},[b]);let A=N=>{N.preventDefault();let _=N.currentTarget.value.replace(" ","");if(_==="")return;if(isNaN(Number(_))){x("Code should be numeric"),W(1);return}x(null),W(null);let Q=Number(N.currentTarget.name?.charAt(5)),re=[..._||[""]].slice(0,fs-Q),pe=[...y.slice(0,Q),...re,...y.slice(Q+re.length)];C(pe);let O=re.length,Le=Math.min(Math.max(Q+O,0),fs-1);isNaN(Number(N.currentTarget.value))||document.querySelector(`input[name=code-${Le}]`)?.focus(),pe.every(st=>st&&!isNaN(+st))&&(document.querySelector(`input[name=code-${Le}]`)?.blur(),s(pe.join("")).then(()=>E(!0)).catch(ge=>{ge?.status===422?x("Invalid or expired verification code"):x("Issue verifying code"),W(0)}))},L=N=>{v===1&&(x(null),W(null));let _=[...y.slice(0,N),"",...y.slice(N+1)];C(_),N>0&&document.querySelector(`input[name=code-${N-1}]`)?.focus()},F=M==0?Ae(Ih,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Ae(Wh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),H=M==0?ho("p",{children:["Please check ",Ae(ud,{children:a()?.email})," for an email from privy.io and enter your code below."]}):ho("p",{children:["Please check ",Ae(ud,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return ho(ms,{children:[Ae(T,{},"header"),ho(Nh,{children:[Ae(ue,{title:"Enter confirmation code",description:H,icon:F}),ho(td,{children:[ho(Oh,{children:[Ae(Dh,{fail:!!b,success:m,children:Ae("span",{children:b||(m?"Success!":"")})}),Ae("div",{children:y.map((N,_)=>Ae("input",{name:`code-${_}`,type:"text",value:y[_],onChange:A,onKeyUp:Q=>{Q.key==="Backspace"&&L(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${m?"success":""} ${b?"fail":""}`,autoComplete:Mh?"one-time-code":"off"},_))})]}),Ae(Uh,{children:M==0?ho(ms,{children:[Ae("span",{children:"Didn't get an email?"}),Ae("button",{onClick:n,children:"Resend Code"})]}):ho(ms,{children:[Ae("span",{children:"Didn't get a message?"}),Ae("button",{onClick:i,children:"Resend Code"})]})})]})]}),Ae(B,{protectedByPrivy:!0})]})},Nh=pn.div`
484
+ `;import{Fragment as ms,jsx as Ae,jsxs as go}from"react/jsx-runtime";var fs=6,ud=new Array(fs).fill(""),Lh=1400;var fd=()=>{let{app:e,navigate:t,setModalData:o}=S(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:s,updateWallets:l}=I(),{authenticated:c,user:u}=z(),[y,C]=Ai(ud),[m,E]=Ai(!1),[b,x]=Ai(null),[v,W]=Ai(null),M=a()?.email?0:1,R=e?.render.inDialog?Xe:0,k=e?.render.inDialog?R-500:0;pd(()=>{if(c&&m&&u)if(lo(u,e?.embeddedWallets?.createOnLogin)){let _=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:Q=>console.error(Q),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},k);return()=>clearTimeout(_)}else{l();let _=setTimeout(r,R);return()=>clearTimeout(_)}},[c,m,u]),pd(()=>{if(b&&v===0){let N=setTimeout(()=>{C(ud),x(null),document.querySelector("input[name=code-0]")?.focus()},Lh);return()=>clearTimeout(N)}},[b]);let A=N=>{N.preventDefault();let _=N.currentTarget.value.replace(" ","");if(_==="")return;if(isNaN(Number(_))){x("Code should be numeric"),W(1);return}x(null),W(null);let Q=Number(N.currentTarget.name?.charAt(5)),re=[..._||[""]].slice(0,fs-Q),pe=[...y.slice(0,Q),...re,...y.slice(Q+re.length)];C(pe);let O=re.length,Le=Math.min(Math.max(Q+O,0),fs-1);isNaN(Number(N.currentTarget.value))||document.querySelector(`input[name=code-${Le}]`)?.focus(),pe.every(st=>st&&!isNaN(+st))&&(document.querySelector(`input[name=code-${Le}]`)?.blur(),s(pe.join("")).then(()=>E(!0)).catch(ge=>{ge?.status===422?x("Invalid or expired verification code"):x("Issue verifying code"),W(0)}))},L=N=>{v===1&&(x(null),W(null));let _=[...y.slice(0,N),"",...y.slice(N+1)];C(_),N>0&&document.querySelector(`input[name=code-${N-1}]`)?.focus()},F=M==0?Ae(Ih,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Ae(Wh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),H=M==0?go("p",{children:["Please check ",Ae(md,{children:a()?.email})," for an email from privy.io and enter your code below."]}):go("p",{children:["Please check ",Ae(md,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return go(ms,{children:[Ae(T,{},"header"),go(Nh,{children:[Ae(ue,{title:"Enter confirmation code",description:H,icon:F}),go(od,{children:[go(Oh,{children:[Ae(Dh,{fail:!!b,success:m,children:Ae("span",{children:b||(m?"Success!":"")})}),Ae("div",{children:y.map((N,_)=>Ae("input",{name:`code-${_}`,type:"text",value:y[_],onChange:A,onKeyUp:Q=>{Q.key==="Backspace"&&L(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${m?"success":""} ${b?"fail":""}`,autoComplete:Mh?"one-time-code":"off"},_))})]}),Ae(Uh,{children:M==0?go(ms,{children:[Ae("span",{children:"Didn't get an email?"}),Ae("button",{onClick:n,children:"Resend Code"})]}):go(ms,{children:[Ae("span",{children:"Didn't get a message?"}),Ae("button",{onClick:i,children:"Resend Code"})]})})]})]}),Ae(B,{protectedByPrivy:!0})]})},Nh=pn.div`
485
485
  display: flex;
486
486
  flex-direction: column;
487
487
  align-items: flex-start;
@@ -567,18 +567,18 @@ Resources:
567
567
  > button {
568
568
  text-decoration: underline;
569
569
  }
570
- `,ud=pn.span`
570
+ `,md=pn.span`
571
571
  font-weight: 500;
572
572
  word-break: break-all;
573
- `;import Fh from"@heroicons/react/24/outline/WalletIcon";import{isMobile as Bh}from"react-device-detect";import Hh from"styled-components";import{jsx as Ct,jsxs as fd}from"react/jsx-runtime";var hd=({...e})=>fd("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Ct("defs",{children:fd("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[Ct("stop",{offset:"0","stop-color":"#f1562b"}),Ct("stop",{offset:"0.3","stop-color":"#f1542b"}),Ct("stop",{offset:"0.41","stop-color":"#f04d2a"}),Ct("stop",{offset:"0.49","stop-color":"#ef4229"}),Ct("stop",{offset:"0.5","stop-color":"#ef4029"}),Ct("stop",{offset:"0.56","stop-color":"#e83e28"}),Ct("stop",{offset:"0.67","stop-color":"#e13c26"}),Ct("stop",{offset:"1","stop-color":"#df3c26"})]})}),Ct("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),Ct("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as V,jsxs as rt}from"react/jsx-runtime";var yd=({style:e,...t})=>rt("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[V("g",{clipPath:"url(#clip0_5_32)",children:rt("g",{clipPath:"url(#clip1_5_32)",children:[V("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:V("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),V("g",{mask:"url(#mask0_5_32)",children:V("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),V("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),V("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),V("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),V("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),V("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),V("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),V("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),V("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),V("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),rt("defs",{children:[rt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#174299"}),V("stop",{offset:"1",stopColor:"#001E59"})]}),rt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[V("stop",{offset:"0.770277",stopColor:"#FF4000"}),V("stop",{offset:"1",stopColor:"#8754C9"})]}),rt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FF4000"}),V("stop",{offset:"1",stopColor:"#8754C9"})]}),rt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#8754C9"}),V("stop",{offset:"1",stopColor:"#FF4000"})]}),rt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[V("stop",{offset:"0.723929",stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),rt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),rt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),rt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[V("stop",{offset:"0.59513",stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),rt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[V("stop",{stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),rt("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[V("stop",{stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),V("clipPath",{id:"clip0_5_32",children:V("rect",{width:"120",height:"120",fill:"white"})}),V("clipPath",{id:"clip1_5_32",children:V("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as un,jsxs as gd}from"react/jsx-runtime";var vd=({style:e,...t})=>gd("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[gd("g",{clipPath:"url(#clip0_1704_1423)",children:[un("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),un("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),un("defs",{children:un("clipPath",{id:"clip0_1704_1423",children:un("rect",{width:"176",height:"176",fill:"white"})})})]});import mn from"styled-components";var Ri=mn.div`
573
+ `;import Fh from"@heroicons/react/24/outline/WalletIcon";import{isMobile as Bh}from"react-device-detect";import Hh from"styled-components";import{jsx as Ct,jsxs as hd}from"react/jsx-runtime";var yd=({...e})=>hd("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Ct("defs",{children:hd("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[Ct("stop",{offset:"0","stop-color":"#f1562b"}),Ct("stop",{offset:"0.3","stop-color":"#f1542b"}),Ct("stop",{offset:"0.41","stop-color":"#f04d2a"}),Ct("stop",{offset:"0.49","stop-color":"#ef4229"}),Ct("stop",{offset:"0.5","stop-color":"#ef4029"}),Ct("stop",{offset:"0.56","stop-color":"#e83e28"}),Ct("stop",{offset:"0.67","stop-color":"#e13c26"}),Ct("stop",{offset:"1","stop-color":"#df3c26"})]})}),Ct("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),Ct("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as V,jsxs as rt}from"react/jsx-runtime";var gd=({style:e,...t})=>rt("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[V("g",{clipPath:"url(#clip0_5_32)",children:rt("g",{clipPath:"url(#clip1_5_32)",children:[V("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:V("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),V("g",{mask:"url(#mask0_5_32)",children:V("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),V("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),V("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),V("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),V("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),V("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),V("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),V("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),V("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),V("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),rt("defs",{children:[rt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#174299"}),V("stop",{offset:"1",stopColor:"#001E59"})]}),rt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[V("stop",{offset:"0.770277",stopColor:"#FF4000"}),V("stop",{offset:"1",stopColor:"#8754C9"})]}),rt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FF4000"}),V("stop",{offset:"1",stopColor:"#8754C9"})]}),rt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#8754C9"}),V("stop",{offset:"1",stopColor:"#FF4000"})]}),rt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[V("stop",{offset:"0.723929",stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),rt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),rt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[V("stop",{stopColor:"#FFF700"}),V("stop",{offset:"1",stopColor:"#FF9901"})]}),rt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[V("stop",{offset:"0.59513",stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),rt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[V("stop",{stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),rt("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[V("stop",{stopColor:"#00AAFF"}),V("stop",{offset:"1",stopColor:"#01DA40"})]}),V("clipPath",{id:"clip0_5_32",children:V("rect",{width:"120",height:"120",fill:"white"})}),V("clipPath",{id:"clip1_5_32",children:V("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as un,jsxs as vd}from"react/jsx-runtime";var wd=({style:e,...t})=>vd("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[vd("g",{clipPath:"url(#clip0_1704_1423)",children:[un("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),un("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),un("defs",{children:un("clipPath",{id:"clip0_1704_1423",children:un("rect",{width:"176",height:"176",fill:"white"})})})]});import mn from"styled-components";var Ri=mn.div`
574
574
  text-align: left;
575
575
  flex-grow: 1;
576
- `,wd=mn.div`
576
+ `,Cd=mn.div`
577
577
  display: flex;
578
578
  flex-direction: column;
579
579
  justify-content: flex-end;
580
580
  flex-grow: 1;
581
- `,yo=mn.div`
581
+ `,vo=mn.div`
582
582
  display: flex;
583
583
  flex-direction: column;
584
584
  gap: 12px;
@@ -631,10 +631,10 @@ Resources:
631
631
  max-width: 24px;
632
632
  }
633
633
  }
634
- `,Yt=mn.div`
634
+ `,Jt=mn.div`
635
635
  width: 100%;
636
636
  ${e=>e.if?"display: none;":""}
637
- `;import{jsx as vr,jsxs as qh}from"react/jsx-runtime";var Nt={coinbase_wallet:{logo:en,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:mr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:po,displayName:"Phantom"},rainbow:{logo:yd,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:rn,displayName:"WalletConnect"},zerion:{logo:vd,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:hd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},fn=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{initLoginWithWallet:a,connectWallet:s}=I(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,c;return n.connectorType==="phantom"?c=()=>{St()?r?(s(n,l),i("AWAITING_CONNECT_ONLY_CONNECTION")):(a(n,l),i("AWAITING_CONNECTION")):i(Bh?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:c=()=>{r?(s(n,l),i("AWAITING_CONNECT_ONLY_CONNECTION")):(a(n,l),i("AWAITING_CONNECTION"))},qh($h,{onClick:c,children:[vr(Vh,{icon:zh(e,n.connectorType)??o}),vr("span",{style:{textTransform:"capitalize"},children:Gh(e,n.connectorType)||t||n.walletClientType}),vr("span",{children:"Connect"})]})},Gh=(e,t)=>{if(Nt[e]?.displayName)return Nt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},zh=(e,t)=>{if(Nt[e]?.logo)return Nt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return rn},Vh=({icon:e})=>typeof e=="string"?vr("img",{src:e,style:{height:24,width:24,margin:"auto",borderRadius:4}}):typeof e===void 0?vr(Fh,{}):e?vr(e,{}):null,$h=Hh(me)`
637
+ `;import{jsx as vr,jsxs as jh}from"react/jsx-runtime";var Ot={coinbase_wallet:{logo:en,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:mr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:mo,displayName:"Phantom"},rainbow:{logo:gd,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:rn,displayName:"WalletConnect"},zerion:{logo:wd,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:yd,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},fn=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{initLoginWithWallet:a,connectWallet:s}=I(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,c;return n.connectorType==="phantom"?c=()=>{_t()?r?(s(n,l),i("AWAITING_CONNECT_ONLY_CONNECTION")):(a(n,l),i("AWAITING_CONNECTION")):i(Bh?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:c=()=>{r?(s(n,l),i("AWAITING_CONNECT_ONLY_CONNECTION")):(a(n,l),i("AWAITING_CONNECTION"))},jh($h,{onClick:c,children:[vr(Vh,{icon:zh(e,n.connectorType)??o}),vr("span",{style:{textTransform:"capitalize"},children:Gh(e,n.connectorType)||t||n.walletClientType}),vr("span",{children:"Connect"})]})},Gh=(e,t)=>{if(Ot[e]?.displayName)return Ot[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},zh=(e,t)=>{if(Ot[e]?.logo)return Ot[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return rn},Vh=({icon:e})=>typeof e=="string"?vr("img",{src:e,style:{height:24,width:24,margin:"auto",borderRadius:4}}):typeof e===void 0?vr(Fh,{}):e?vr(e,{}):null,$h=Hh(me)`
638
638
  /* Show "Connect" on hover */
639
639
  > :last-child {
640
640
  font-weight: 500;
@@ -656,23 +656,23 @@ Resources:
656
656
  display: none;
657
657
  }
658
658
  }
659
- `;import{Fragment as Yh,jsx as Ii,jsxs as Jh}from"react/jsx-runtime";var jh=["coinbase_wallet","phantom"],Kh=["metamask","rainbow","zerion"],wr=({connectOnly:e})=>{let{connectors:t}=I(),{app:o}=S(),r=hs(o?.appearance.walletList??[],t,e);return Jh(Yh,{children:[...r]})},hs=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let l=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of l){let{walletClientType:u,walletBranding:y}=c;(u==="unknown"?n:r).push(Ii(fn,{connectOnly:o,provider:u,logo:y.icon,displayName:y.name,connector:c},`${s}-${u}`))}}else if(Kh.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s)||a;l&&r.push(Ii(fn,{connectOnly:o,provider:s,connector:l},s))}else if(jh.includes(s)){let l=t.find(({connectorType:c})=>c===s);l&&r.push(Ii(fn,{connectOnly:o,provider:s,connector:l},s))}else s==="wallet_connect"&&a&&i.push(Ii(fn,{connectOnly:o,provider:s,connector:a},s));return[...n,...r,...i]};import{Fragment as Qh,jsx as hn,jsxs as Zh}from"react/jsx-runtime";var Cd=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Zh(Qh,{children:[hn(T,{},"header"),hn(fo,{title:"Connect your wallet",description:t}),hn(yo,{children:hn(wr,{connectOnly:!0})}),hn(B,{protectedByPrivy:!0})]})};import ry from"styled-components";import ty from"styled-components";import Xh from"react";import{jsx as ey}from"react/jsx-runtime";var bd=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?ey("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Xh.cloneElement(t,{alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as Ed}from"react/jsx-runtime";var Wi=e=>{let{app:t}=S();return t?.appearance.logo?Ed(oy,{...e,children:Ed(bd,{})}):null},oy=ty.div`
659
+ `;import{Fragment as Yh,jsx as Ii,jsxs as Jh}from"react/jsx-runtime";var qh=["coinbase_wallet","phantom"],Kh=["metamask","rainbow","zerion"],wr=({connectOnly:e})=>{let{connectors:t}=I(),{app:o}=S(),r=hs(o?.appearance.walletList??[],t,e);return Jh(Yh,{children:[...r]})},hs=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let l=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of l){let{walletClientType:u,walletBranding:y}=c;(u==="unknown"?n:r).push(Ii(fn,{connectOnly:o,provider:u,logo:y.icon,displayName:y.name,connector:c},`${s}-${u}`))}}else if(Kh.includes(s)){let l=t.find(c=>c.connectorType==="injected"&&c.walletClientType===s)||a;l&&r.push(Ii(fn,{connectOnly:o,provider:s,connector:l},s))}else if(qh.includes(s)){let l=t.find(({connectorType:c})=>c===s);l&&r.push(Ii(fn,{connectOnly:o,provider:s,connector:l},s))}else s==="wallet_connect"&&a&&i.push(Ii(fn,{connectOnly:o,provider:s,connector:a},s));return[...n,...r,...i]};import{Fragment as Qh,jsx as hn,jsxs as Zh}from"react/jsx-runtime";var bd=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Zh(Qh,{children:[hn(T,{},"header"),hn(yo,{title:"Connect your wallet",description:t}),hn(vo,{children:hn(wr,{connectOnly:!0})}),hn(B,{protectedByPrivy:!0})]})};import ry from"styled-components";import ty from"styled-components";import Xh from"react";import{jsx as ey}from"react/jsx-runtime";var Ed=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?ey("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Xh.cloneElement(t,{alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as Pd}from"react/jsx-runtime";var Wi=e=>{let{app:t}=S();return t?.appearance.logo?Pd(oy,{...e,children:Pd(Ed,{})}):null},oy=ty.div`
660
660
  display: flex;
661
661
  flex-direction: column;
662
662
  align-items: center;
663
663
  padding: 24px 0;
664
664
  flex-grow: 1;
665
665
  justify-content: center;
666
- `;import{Fragment as iy,jsx as Cr,jsxs as ay}from"react/jsx-runtime";var Pd=()=>{let{app:e}=S();return ay(iy,{children:[Cr(T,{},"header"),Cr(ny,{}),Cr(yo,{children:Cr(wr,{connectOnly:!0})}),e&&Cr(ki,{app:e}),Cr(B,{protectedByPrivy:!0})]})},ny=ry(Wi)`
666
+ `;import{Fragment as iy,jsx as Cr,jsxs as ay}from"react/jsx-runtime";var xd=()=>{let{app:e}=S();return ay(iy,{children:[Cr(T,{},"header"),Cr(ny,{}),Cr(vo,{children:Cr(wr,{connectOnly:!0})}),e&&Cr(ki,{app:e}),Cr(B,{protectedByPrivy:!0})]})},ny=ry(Wi)`
667
667
  margin-bottom: 16px;
668
- `;import{useEffect as kd,useState as Ad}from"react";import{isMobile as fy}from"react-device-detect";import hy from"styled-components";import{useEffect as ys,useState as br}from"react";import{isMobile as yn}from"react-device-detect";import{useInterval as dy}from"react-use";import Td from"styled-components";import{useState as sy,useEffect as ly,useCallback as cy}from"react";function xd(){let[e,t]=sy(!1),o=cy(()=>{document.hidden&&t(!0)},[]);return ly(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as _d,jsx as be,jsxs as gn}from"react/jsx-runtime";var gs=2,vs=e=>e?.privyErrorCode==="linked_to_another_user"?qt.ERROR_USER_EXISTS:e instanceof Oe&&!e.details.default?e.details:e instanceof cr?qt.ERROR_TIMED_OUT:e instanceof dr?qt.ERROR_USER_REJECTED_CONNECTION:qt.ERROR_WALLET_CONNECTION,Sd=()=>{let[e,t]=br(!1),[o,r]=br(!1),[n,i]=br(void 0),{app:a,navigate:s,navigateBack:l,lastScreen:c,currentScreen:u,setModalData:y}=S(),{getAuthFlow:C,walletConnectionStatus:m,closePrivyModal:E,loginWithWallet:b,updateWallets:x}=I(),{walletConnectors:v}=z(),[W,M]=br(0),{user:R}=z(),[k]=br(R?.linkedAccounts.length||0),[A,L]=br(""),{hasTabbedAway:F}=xd(),H=yn&&m?.connector?.connectorType==="wallet_connect_v2"||yn&&m?.connector?.connectorType==="coinbase_wallet"||yn&&m?.connector?.connectorType==="injected"&&m?.connector?.walletClientType==="phantom",N=m?.status==="connected",_=m?.status==="switching_to_supported_chain";ys(()=>{let J=C();if(J&&H&&N&&!J.preparedMessage){J.buildSiweMessage();return}!J||H||!N||(async()=>{r(!0),i(void 0);try{m?.connector?.connectorType==="wallet_connect_v2"&&m?.connector?.walletClientType==="metamask"&&await Qa(2500),await re()}catch(oo){console.warn("Auto-prompted signature failed",oo)}finally{r(!1)}})()},[W,N]),ys(()=>{if(R&&e){let J;if(ao(R,a?.embeddedWallets?.createOnLogin)){let oo=a?.render.inDialog?Xe:0,Vt=a?.render.inDialog?oo-500:0;J=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:Mo=>console.error(Mo),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},Vt)}else x(),J=setTimeout(E,Xe);return()=>clearTimeout(J)}},[R,e]);let Q=J=>{if(J?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(vs(J))};async function re(){try{if(await b(),!a?.render.inDialog)return E();t(!0)}catch(J){Q(J)}finally{r(!1)}}ys(()=>{m?.connectError&&Q(m?.connectError)},[m]),dy(()=>{let J=pe==="wallet_connect_v2"&&m?.connector instanceof Rt?m.connector.redirectUri:void 0;J&&L(J)},m?.connector instanceof Rt&&!A?500:null);let pe=m?.connector?.connectorType||"injected",O=m?.connector?.walletClientType||"unknown",Le=Nt[O]?.displayName||m?.connector?.walletBranding.name||"Browser Extension",st=Nt[O]?.logo||m?.connector?.walletBranding.icon||(J=>be(ur,{...J})),ge=Le==="Browser Extension"?Le.toLowerCase():Le,Se;e?Se=`Successfully connected with ${ge}`:n?Se=n.message:_?Se="Switching networks":N?Se=o&&H?"Signing":"Sign to verify":Se=`Waiting for ${ge}`;let ee="Don\u2019t see your wallet? Check your other browser windows.";if(e){let J=R?.linkedAccounts.length||0;k===J?ee="Wallet was already linked.":ee="You\u2019re good to go!"}else W>=gs&&n?ee="Unable to connect wallet":n?ee=n.detail:_?ee="Switch your wallet to the requested network.":N&&H?ee="Sign the message in your wallet to verify it belongs to you.":O==="metamask"&&yn?ee="Click continue to open and connect Metamask.":O==="metamask"?ee="For the best experience, connect only one wallet at a time.":pe==="wallet_connect"?ee="Open your mobile wallet app to continue":pe==="coinbase_wallet"&&(pc()||(Xa(R)?ee="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ee="Open the Coinbase app on your phone to continue."));let se=v?.walletConnectors?.find(J=>J.walletClientType==="coinbase_wallet"),or=O==="coinbase_wallet"&&(Xa(R)||n===qt.ERROR_USER_EXISTS);return gn(_d,{children:[be(T,{backFn:u===c?void 0:l}),gn(uy,{children:[be(ws,{walletLogo:st,success:e,fail:!!n}),gn(mo,{children:[be("h3",{children:Se}),be("p",{children:ee}),!N&&A&&!F?gn("p",{children:["Still here?"," ",be("a",{href:A,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),or?be(U,{onClick:()=>se&&se?.disconnect(),disabled:e,children:"Use a different wallet"}):n==qt.ERROR_USER_EXISTS&&u!==c?be(U,{onClick:l,children:"Use a different wallet"}):N&&!e&&H?be(U,{onClick:()=>{r(!0),re(),py(O)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&W<gs?be(U,{onClick:()=>{M(W+1),i(void 0),N?(r(!0),re()):m?.connectRetry()},disabled:!e&&(!n?.retryable||W>=gs),children:"Retry"}):!e&&!n?be(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),be(Y,{})]})},py=e=>{if(!yn||!Rc(e))return;let t=Ic(e);t&&window.open(t,"_self","noopener,noreferrer")},uy=Td.div`
668
+ `;import{useEffect as Ad,useState as Rd}from"react";import{isMobile as fy}from"react-device-detect";import hy from"styled-components";import{useEffect as ys,useState as br}from"react";import{isMobile as yn}from"react-device-detect";import{useInterval as dy}from"react-use";import Sd from"styled-components";import{useState as sy,useEffect as ly,useCallback as cy}from"react";function Td(){let[e,t]=sy(!1),o=cy(()=>{document.hidden&&t(!0)},[]);return ly(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as kd,jsx as be,jsxs as gn}from"react/jsx-runtime";var gs=2,vs=e=>e?.privyErrorCode==="linked_to_another_user"?qt.ERROR_USER_EXISTS:e instanceof Oe&&!e.details.default?e.details:e instanceof cr?qt.ERROR_TIMED_OUT:e instanceof dr?qt.ERROR_USER_REJECTED_CONNECTION:qt.ERROR_WALLET_CONNECTION,_d=()=>{let[e,t]=br(!1),[o,r]=br(!1),[n,i]=br(void 0),{app:a,navigate:s,navigateBack:l,lastScreen:c,currentScreen:u,setModalData:y}=S(),{getAuthFlow:C,walletConnectionStatus:m,closePrivyModal:E,loginWithWallet:b,updateWallets:x}=I(),{walletConnectors:v}=z(),[W,M]=br(0),{user:R}=z(),[k]=br(R?.linkedAccounts.length||0),[A,L]=br(""),{hasTabbedAway:F}=Td(),H=yn&&m?.connector?.connectorType==="wallet_connect_v2"||yn&&m?.connector?.connectorType==="coinbase_wallet"||yn&&m?.connector?.connectorType==="injected"&&m?.connector?.walletClientType==="phantom",N=m?.status==="connected",_=m?.status==="switching_to_supported_chain";ys(()=>{let J=C();if(J&&H&&N&&!J.preparedMessage){J.buildSiweMessage();return}!J||H||!N||(async()=>{r(!0),i(void 0);try{m?.connector?.connectorType==="wallet_connect_v2"&&m?.connector?.walletClientType==="metamask"&&await Qa(2500),await re()}catch(no){console.warn("Auto-prompted signature failed",no)}finally{r(!1)}})()},[W,N]),ys(()=>{if(R&&e){let J;if(lo(R,a?.embeddedWallets?.createOnLogin)){let no=a?.render.inDialog?Xe:0,$t=a?.render.inDialog?no-500:0;J=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:Lo=>console.error(Lo),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},$t)}else x(),J=setTimeout(E,Xe);return()=>clearTimeout(J)}},[R,e]);let Q=J=>{if(J?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(vs(J))};async function re(){try{if(await b(),!a?.render.inDialog)return E();t(!0)}catch(J){Q(J)}finally{r(!1)}}ys(()=>{m?.connectError&&Q(m?.connectError)},[m]),dy(()=>{let J=pe==="wallet_connect_v2"&&m?.connector instanceof It?m.connector.redirectUri:void 0;J&&L(J)},m?.connector instanceof It&&!A?500:null);let pe=m?.connector?.connectorType||"injected",O=m?.connector?.walletClientType||"unknown",Le=Ot[O]?.displayName||m?.connector?.walletBranding.name||"Browser Extension",st=Ot[O]?.logo||m?.connector?.walletBranding.icon||(J=>be(ur,{...J})),ge=Le==="Browser Extension"?Le.toLowerCase():Le,Se;e?Se=`Successfully connected with ${ge}`:n?Se=n.message:_?Se="Switching networks":N?Se=o&&H?"Signing":"Sign to verify":Se=`Waiting for ${ge}`;let ee="Don\u2019t see your wallet? Check your other browser windows.";if(e){let J=R?.linkedAccounts.length||0;k===J?ee="Wallet was already linked.":ee="You\u2019re good to go!"}else W>=gs&&n?ee="Unable to connect wallet":n?ee=n.detail:_?ee="Switch your wallet to the requested network.":N&&H?ee="Sign the message in your wallet to verify it belongs to you.":O==="metamask"&&yn?ee="Click continue to open and connect Metamask.":O==="metamask"?ee="For the best experience, connect only one wallet at a time.":pe==="wallet_connect"?ee="Open your mobile wallet app to continue":pe==="coinbase_wallet"&&(uc()||(Xa(R)?ee="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ee="Open the Coinbase app on your phone to continue."));let se=v?.walletConnectors?.find(J=>J.walletClientType==="coinbase_wallet"),or=O==="coinbase_wallet"&&(Xa(R)||n===qt.ERROR_USER_EXISTS);return gn(kd,{children:[be(T,{backFn:u===c?void 0:l}),gn(uy,{children:[be(ws,{walletLogo:st,success:e,fail:!!n}),gn(ho,{children:[be("h3",{children:Se}),be("p",{children:ee}),!N&&A&&!F?gn("p",{children:["Still here?"," ",be("a",{href:A,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),or?be(U,{onClick:()=>se&&se?.disconnect(),disabled:e,children:"Use a different wallet"}):n==qt.ERROR_USER_EXISTS&&u!==c?be(U,{onClick:l,children:"Use a different wallet"}):N&&!e&&H?be(U,{onClick:()=>{r(!0),re(),py(O)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&W<gs?be(U,{onClick:()=>{M(W+1),i(void 0),N?(r(!0),re()):m?.connectRetry()},disabled:!e&&(!n?.retryable||W>=gs),children:"Retry"}):!e&&!n?be(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),be(Y,{})]})},py=e=>{if(!yn||!Ic(e))return;let t=Wc(e);t&&window.open(t,"_self","noopener,noreferrer")},uy=Sd.div`
669
669
  display: flex;
670
670
  flex-direction: column;
671
671
  align-items: center;
672
672
  justify-content: center;
673
673
  gap: 24px;
674
674
  width: 100%;
675
- `,my=Td.div`
675
+ `,my=Sd.div`
676
676
  display: flex;
677
677
  flex-direction: column;
678
678
  justify-content: center;
@@ -695,7 +695,7 @@ Resources:
695
695
  left: -19px;
696
696
  top: -19px;
697
697
  }
698
- `,ws=e=>{let t=e.walletLogo;return be(_d,{children:be(my,{children:gn("div",{children:[be(bi,{success:e.success,fail:e.fail}),typeof t=="string"?be("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):be(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as gy,jsx as Jt,jsxs as Cs}from"react/jsx-runtime";var Mi=2,Rd=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=I(),[i,a]=Ad(void 0),[s,l]=Ad(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";kd(()=>{if(c){let M=setTimeout(n,Xe);return()=>clearTimeout(M)}},[c]);let y=M=>{a(vs(M))};kd(()=>{r?.connectError&&y(r?.connectError)},[r]);let C=r?.connector?.connectorType||"injected",m=r?.connector?.walletClientType||"unknown",E=Nt[m]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",b=Nt[m]?.logo||r?.connector?.walletBranding.icon||(M=>Jt(ur,{...M})),x=E==="Browser Extension"?E.toLowerCase():E,v;c?v=`Successfully connected with ${x}`:i?v=i.message:u?v="Switching networks":v=`Waiting for ${x}`;let W="Don\u2019t see your wallet? Check your other browser windows.";return c?W="You\u2019re good to go!":s>=Mi&&i?W="Unable to connect wallet":i?W=i.detail:u?W="Switch your wallet to the requested network.":m==="metamask"&&fy?W="Click to continue to open and connect Metamask.":m==="metamask"?W="For the best experience, connect only one wallet at a time.":C==="wallet_connect_v2"?W="Open your mobile wallet app to continue":C==="coinbase_wallet"&&(W="Open the Coinbase app on your phone to continue."),Cs(gy,{children:[Jt(T,{backFn:o===t?void 0:e}),Cs(yy,{children:[Jt(ws,{walletLogo:b,success:c,fail:!!i}),Cs(mo,{children:[Jt("h3",{children:v}),Jt("p",{children:W})]}),i==qt.ERROR_USER_EXISTS?Jt(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&s<Mi?Jt(U,{onClick:()=>{l(s+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||s>=Mi),children:"Retry"}):!c&&i&&s>=Mi?Jt(U,{onClick:e,children:"Use a different wallet"}):null]}),Jt(Y,{})]})},yy=hy.div`
698
+ `,ws=e=>{let t=e.walletLogo;return be(kd,{children:be(my,{children:gn("div",{children:[be(bi,{success:e.success,fail:e.fail}),typeof t=="string"?be("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):be(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as gy,jsx as Qt,jsxs as Cs}from"react/jsx-runtime";var Mi=2,Id=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=I(),[i,a]=Rd(void 0),[s,l]=Rd(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Ad(()=>{if(c){let M=setTimeout(n,Xe);return()=>clearTimeout(M)}},[c]);let y=M=>{a(vs(M))};Ad(()=>{r?.connectError&&y(r?.connectError)},[r]);let C=r?.connector?.connectorType||"injected",m=r?.connector?.walletClientType||"unknown",E=Ot[m]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",b=Ot[m]?.logo||r?.connector?.walletBranding.icon||(M=>Qt(ur,{...M})),x=E==="Browser Extension"?E.toLowerCase():E,v;c?v=`Successfully connected with ${x}`:i?v=i.message:u?v="Switching networks":v=`Waiting for ${x}`;let W="Don\u2019t see your wallet? Check your other browser windows.";return c?W="You\u2019re good to go!":s>=Mi&&i?W="Unable to connect wallet":i?W=i.detail:u?W="Switch your wallet to the requested network.":m==="metamask"&&fy?W="Click to continue to open and connect Metamask.":m==="metamask"?W="For the best experience, connect only one wallet at a time.":C==="wallet_connect_v2"?W="Open your mobile wallet app to continue":C==="coinbase_wallet"&&(W="Open the Coinbase app on your phone to continue."),Cs(gy,{children:[Qt(T,{backFn:o===t?void 0:e}),Cs(yy,{children:[Qt(ws,{walletLogo:b,success:c,fail:!!i}),Cs(ho,{children:[Qt("h3",{children:v}),Qt("p",{children:W})]}),i==qt.ERROR_USER_EXISTS?Qt(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&s<Mi?Qt(U,{onClick:()=>{l(s+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||s>=Mi),children:"Retry"}):!c&&i&&s>=Mi?Qt(U,{onClick:e,children:"Use a different wallet"}):null]}),Qt(Y,{})]})},yy=hy.div`
699
699
  display: flex;
700
700
  flex-direction: column;
701
701
  align-items: center;
@@ -758,20 +758,20 @@ Resources:
758
758
  transform: rotate(360deg);
759
759
  }
760
760
  }
761
- `;var Id=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout"];var Ee=class extends Error{constructor(o,r){super(r);this.type=o}};function Vo(e){let t=e.type;return typeof t=="string"&&Id.includes(t)}function Pr(e){return Vo(e)&&e.type==="wallet_not_on_device"}function Wd(e){return Vo(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Md(e){return!!(Vo(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function xr(e){return!!(Vo(e)&&e.type==="mfa_timeout")}function Tr(e){return!!(Vo(e)&&e.type==="missing_or_invalid_mfa")}function Es(e){return!!(Vo(e)&&e.type==="mfa_verification_max_attempts_reached")}function Ps(e){return!!(Vo(e)&&e.message.includes("code 429"))}import{Fragment as Nd,jsx as Sr,jsxs as xs}from"react/jsx-runtime";var Ld=1,Od=()=>{let{authenticated:e,user:t,getAccessToken:o}=z(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=I(),{navigate:a,data:s,setModalData:l,onUserCloseViaDialogOrKeybindRef:c}=S(),u=Ty(()=>Date.now(),[]),[y,C]=Sy(!1),{onCompleteNavigateTo:m,onFailure:E}=s?.connectWallet,b=v=>{y||(C(!0),E(typeof v=="string"?new Error(v):v))};xy(()=>{let v=ne(t),W;return!e||!v?b("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let R=await o();if(!R)return b("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:R,address:v.address});let k=(Date.now()-u)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&k<Ld?W=setTimeout(()=>{a(m)},(Ld-k)*1e3):a(m)}catch(k){if(Pr(k)&&v.recoveryMethod==="privy"){let A=await o();if(!A)return b("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:v.address}),(await i?.recover({address:v.address,accessToken:A}))?.address||b(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:v.address}),a(m)}catch{b("An error has occurred, please try again.")}}else Pr(k)?(l({...s,recoverWallet:{privyWallet:v,onCompleteNavigateTo:m,onFailure:E}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):b(k)}})(),()=>clearTimeout(W)):void 0},[e,t,i]);let x=()=>{b("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,xs(Nd,{children:[Sr(T,{onClose:x}),y?xs(Nd,{children:[xs(wt,{children:[Sr(Py,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Sr(ue,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Sr(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Sr(Er,{}),Sr(ky,{})]})},ky=_y.div`
761
+ `;var Wd=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout"];var Ee=class extends Error{constructor(o,r){super(r);this.type=o}};function $o(e){let t=e.type;return typeof t=="string"&&Wd.includes(t)}function Pr(e){return $o(e)&&e.type==="wallet_not_on_device"}function Md(e){return $o(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Ld(e){return!!($o(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function xr(e){return!!($o(e)&&e.type==="mfa_timeout")}function Tr(e){return!!($o(e)&&e.type==="missing_or_invalid_mfa")}function Es(e){return!!($o(e)&&e.type==="mfa_verification_max_attempts_reached")}function Ps(e){return!!($o(e)&&e.message.includes("code 429"))}import{Fragment as Od,jsx as Sr,jsxs as xs}from"react/jsx-runtime";var Nd=1,Dd=()=>{let{authenticated:e,user:t,getAccessToken:o}=z(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=I(),{navigate:a,data:s,setModalData:l,onUserCloseViaDialogOrKeybindRef:c}=S(),u=Ty(()=>Date.now(),[]),[y,C]=Sy(!1),{onCompleteNavigateTo:m,onFailure:E}=s?.connectWallet,b=v=>{y||(C(!0),E(typeof v=="string"?new Error(v):v))};xy(()=>{let v=ne(t),W;return!e||!v?b("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let R=await o();if(!R)return b("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:R,address:v.address});let k=(Date.now()-u)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&k<Nd?W=setTimeout(()=>{a(m)},(Nd-k)*1e3):a(m)}catch(k){if(Pr(k)&&v.recoveryMethod==="privy"){let A=await o();if(!A)return b("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:v.address}),(await i?.recover({address:v.address,accessToken:A}))?.address||b(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:v.address}),a(m)}catch{b("An error has occurred, please try again.")}}else Pr(k)?(l({...s,recoverWallet:{privyWallet:v,onCompleteNavigateTo:m,onFailure:E}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):b(k)}})(),()=>clearTimeout(W)):void 0},[e,t,i]);let x=()=>{b("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=x,xs(Od,{children:[Sr(T,{onClose:x}),y?xs(Od,{children:[xs(wt,{children:[Sr(Py,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Sr(ue,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Sr(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Sr(Er,{}),Sr(ky,{})]})},ky=_y.div`
762
762
  height: 44px;
763
- `;import{CheckCircleIcon as Ay}from"@heroicons/react/24/solid";import{useEffect as Ry}from"react";import{Fragment as Iy,jsx as _r,jsxs as Dd}from"react/jsx-runtime";var Ud=()=>{let{user:e}=z(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=I(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let y=ne(e);y?(r(),s(y)):l(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return Ry(()=>{let y=setTimeout(u,oc);return()=>clearTimeout(y)},[]),a.current=u,Dd(Iy,{children:[_r(T,{onClose:u}),_r(q,{}),Dd(wt,{children:[_r(Ay,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),_r(ue,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),_r(K,{}),_r(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Wy}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as My}from"@heroicons/react/24/outline";import{useEffect as Hd,useRef as Ly,useState as Ts}from"react";import go from"styled-components";import{Fragment as zy,jsx as fe,jsxs as bt}from"react/jsx-runtime";var Gd=()=>{let[e,t]=Ts(null),{authenticated:o,user:r,getAccessToken:n}=z(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:s}=I(),{data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),u=ne(r)?.address,{onFailure:y,onSuccess:C,origin:m,appId:E}=l.keyExport,b=v=>{i({shouldCallAuthOnSuccess:!1}),y(typeof v=="string"?new Error(v):v)},x=()=>{i({shouldCallAuthOnSuccess:!1}),C(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Hd(()=>{let v=ne(r);if(!o||!v)return b("User must be authenticated before exporting their wallet");n().then(t,b)},[o,r]),c.current=x,bt(zy,{children:[fe(T,{onClose:x}),bt(Dy,{children:[bt(ue,{icon:fe(My,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[bt(Hy,{children:[fe(Oy,{style:{marginRight:6}}),so(u)]}),fe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),bt(Uy,{children:[bt(Fd,{children:[fe(Bd,{children:"1"}),bt("span",{children:[fe("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."]})]}),bt(Fd,{children:[fe(Bd,{children:"2"}),fe("span",{children:"Copy this key into your other wallet"})]})]}),fe("div",{style:{width:"100%"},children:e&&fe(Ny,{origin:m,appId:E,accessToken:e,clientAnalyticsId:s,address:u,dimensions:{height:"44px"}})}),bt(Gy,{children:[bt("div",{children:[fe(Wy,{viewBox:"0 0 20 18"}),fe("h4",{children:"Warning"})]}),fe("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),fe(B,{protectedByPrivy:!0})]})};function Ny(e){let[t,o]=Ts(e.dimensions.width),[r,n]=Ts(void 0),i=Ly(null);return Hd(()=>{if(i.current&&t===void 0){let{width:s}=i.current.getBoundingClientRect();o(s)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),fe("div",{ref:i,children:t&&bt(Fy,{children:[fe("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:si(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),fe(By,{children:"Loading..."})]})})}function Oy(e){return fe("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:fe("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 Dy=go.div`
763
+ `;import{CheckCircleIcon as Ay}from"@heroicons/react/24/solid";import{useEffect as Ry}from"react";import{Fragment as Iy,jsx as _r,jsxs as Ud}from"react/jsx-runtime";var Fd=()=>{let{user:e}=z(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=I(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let y=ne(e);y?(r(),s(y)):l(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return Ry(()=>{let y=setTimeout(u,rc);return()=>clearTimeout(y)},[]),a.current=u,Ud(Iy,{children:[_r(T,{onClose:u}),_r(j,{}),Ud(wt,{children:[_r(Ay,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),_r(ue,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),_r(K,{}),_r(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Wy}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as My}from"@heroicons/react/24/outline";import{useEffect as Gd,useRef as Ly,useState as Ts}from"react";import wo from"styled-components";import{Fragment as zy,jsx as fe,jsxs as bt}from"react/jsx-runtime";var zd=()=>{let[e,t]=Ts(null),{authenticated:o,user:r,getAccessToken:n}=z(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:s}=I(),{data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),u=ne(r)?.address,{onFailure:y,onSuccess:C,origin:m,appId:E}=l.keyExport,b=v=>{i({shouldCallAuthOnSuccess:!1}),y(typeof v=="string"?new Error(v):v)},x=()=>{i({shouldCallAuthOnSuccess:!1}),C(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Gd(()=>{let v=ne(r);if(!o||!v)return b("User must be authenticated before exporting their wallet");n().then(t,b)},[o,r]),c.current=x,bt(zy,{children:[fe(T,{onClose:x}),bt(Dy,{children:[bt(ue,{icon:fe(My,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[bt(Hy,{children:[fe(Oy,{style:{marginRight:6}}),co(u)]}),fe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),bt(Uy,{children:[bt(Bd,{children:[fe(Hd,{children:"1"}),bt("span",{children:[fe("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."]})]}),bt(Bd,{children:[fe(Hd,{children:"2"}),fe("span",{children:"Copy this key into your other wallet"})]})]}),fe("div",{style:{width:"100%"},children:e&&fe(Ny,{origin:m,appId:E,accessToken:e,clientAnalyticsId:s,address:u,dimensions:{height:"44px"}})}),bt(Gy,{children:[bt("div",{children:[fe(Wy,{viewBox:"0 0 20 18"}),fe("h4",{children:"Warning"})]}),fe("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),fe(B,{protectedByPrivy:!0})]})};function Ny(e){let[t,o]=Ts(e.dimensions.width),[r,n]=Ts(void 0),i=Ly(null);return Gd(()=>{if(i.current&&t===void 0){let{width:s}=i.current.getBoundingClientRect();o(s)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),fe("div",{ref:i,children:t&&bt(Fy,{children:[fe("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:si(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),fe(By,{children:"Loading..."})]})})}function Oy(e){return fe("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:fe("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 Dy=wo.div`
764
764
  display: flex;
765
765
  flex-direction: column;
766
766
  text-align: left;
767
- `,Uy=go.div`
767
+ `,Uy=wo.div`
768
768
  display: flex;
769
769
  flex-direction: column;
770
770
  gap: 24px;
771
771
  padding-bottom: 16px;
772
772
  margin-left: 11px;
773
773
  border-left: 1px solid var(--privy-color-foreground-4) !important;
774
- `,Fd=go.div`
774
+ `,Bd=wo.div`
775
775
  display: flex;
776
776
  align-items: top;
777
777
  gap: 8px;
@@ -780,7 +780,7 @@ Resources:
780
780
  color: var(--privy-color-accent);
781
781
  text-decoration: underline;
782
782
  }
783
- `,Bd=go.div`
783
+ `,Hd=wo.div`
784
784
  display: flex;
785
785
  align-items: center;
786
786
  justify-content: center;
@@ -794,10 +794,10 @@ Resources:
794
794
  border-radius: 100%;
795
795
  background: var(--privy-color-background);
796
796
  color: var(--privy-color-accent);
797
- `,Fy=go.div`
797
+ `,Fy=wo.div`
798
798
  position: relative;
799
799
  height: 44px;
800
- `,By=go.div`
800
+ `,By=wo.div`
801
801
  position: absolute;
802
802
  display: flex;
803
803
  align-items: center;
@@ -809,7 +809,7 @@ Resources:
809
809
  border-radius: var(--privy-border-radius-md);
810
810
  background-color: var(--privy-color-background-2);
811
811
  color: var(--privy-color-foreground-3);
812
- `,Hy=go.div`
812
+ `,Hy=wo.div`
813
813
  display: flex;
814
814
  align-items: center;
815
815
  padding-top: 1px;
@@ -822,7 +822,7 @@ Resources:
822
822
  font-size: 12px;
823
823
  font-weight: 500;
824
824
  margin: auto;
825
- `,Gy=go.div`
825
+ `,Gy=wo.div`
826
826
  border: 1px solid var(--privy-color-background-2) !important;
827
827
  border-radius: var(--privy-border-radius-md);
828
828
  padding: 16px;
@@ -844,7 +844,7 @@ Resources:
844
844
  color: var(--privy-color-error);
845
845
  }
846
846
  }
847
- `;import{XCircleIcon as Og}from"@heroicons/react/24/outline";import{useEffect as fp,useRef as Dg,useState as Pn}from"react";import{useCallback as mp,useEffect as Ng}from"react";import{ExclamationTriangleIcon as Ky}from"@heroicons/react/24/outline";import{useEffect as Yy,useState as ks}from"react";import{ArrowPathIcon as Vy,EyeIcon as $y,EyeSlashIcon as qy}from"@heroicons/react/24/outline";import Re,{css as Ss}from"styled-components";var jy=Ss`
847
+ `;import{XCircleIcon as Og}from"@heroicons/react/24/outline";import{useEffect as hp,useRef as Dg,useState as Pn}from"react";import{useCallback as fp,useEffect as Ng}from"react";import{ExclamationTriangleIcon as Ky}from"@heroicons/react/24/outline";import{useEffect as Yy,useState as ks}from"react";import{ArrowPathIcon as Vy,EyeIcon as $y,EyeSlashIcon as jy}from"@heroicons/react/24/outline";import Re,{css as Ss}from"styled-components";var qy=Ss`
848
848
  font-size: 14px;
849
849
  font-style: normal;
850
850
  font-weight: 400;
@@ -853,7 +853,7 @@ Resources:
853
853
  text-align: left;
854
854
  transition: color 0.1s ease-in;
855
855
  `,Ni=Re.span`
856
- ${jy}
856
+ ${qy}
857
857
  transition: color 0.1s ease-in;
858
858
  color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
859
859
  text-transform: ${({error:e})=>e?"":"capitalize"};
@@ -861,18 +861,18 @@ Resources:
861
861
  &[aria-hidden='true'] {
862
862
  visibility: hidden;
863
863
  }
864
- `,vo=Re.div`
864
+ `,Co=Re.div`
865
865
  display: flex;
866
866
  flex-direction: column;
867
867
  justify-content: center;
868
868
  flex-grow: 1;
869
- `,wo=Re(U)`
869
+ `,bo=Re(U)`
870
870
  ${e=>e.hideAnimations&&Ss`
871
871
  && {
872
872
  transition: none;
873
873
  }
874
874
  `}
875
- `,zd=Ss`
875
+ `,Vd=Ss`
876
876
  && {
877
877
  width: 100%;
878
878
  border-width: 1px;
@@ -887,23 +887,23 @@ Resources:
887
887
  font-weight: 300;
888
888
  line-height: 22px; /* 137.5% */
889
889
  }
890
- `,$o=Re.input`
891
- ${zd}
890
+ `,jo=Re.input`
891
+ ${Vd}
892
892
 
893
893
  &::placeholder {
894
894
  color: var(--privy-color-foreground-3);
895
895
  font-style: italic;
896
896
  font-size: 14px;
897
897
  }
898
- `,Vd=Re.div`
899
- ${zd}
900
- `,Co=Re.div`
898
+ `,$d=Re.div`
899
+ ${Vd}
900
+ `,Eo=Re.div`
901
901
  position: relative;
902
902
  width: 100%;
903
903
  display: flex;
904
904
  align-items: center;
905
905
  justify-content: ${({centered:e})=>e?"center":"space-between"};
906
- `,bo=Re.div`
906
+ `,Po=Re.div`
907
907
  display: flex;
908
908
  flex-direction: column;
909
909
  align-items: center;
@@ -976,7 +976,7 @@ Resources:
976
976
  flex-direction: row;
977
977
  justify-content: space-around;
978
978
  align-items: center;
979
- `,$d=Re(Vy)`
979
+ `,jd=Re(Vy)`
980
980
  height: 1.25rem;
981
981
  width: 1.25rem;
982
982
  stroke: var(--privy-color-accent);
@@ -985,7 +985,7 @@ Resources:
985
985
  :active {
986
986
  stroke: var(--privy-color-accent-light);
987
987
  }
988
- `,Ar=Re(qy)`
988
+ `,Ar=Re(jy)`
989
989
  height: 1.25rem;
990
990
  width: 1.25rem;
991
991
  stroke: var(--privy-color-accent);
@@ -1019,14 +1019,14 @@ Resources:
1019
1019
  transition: all 0.1s ease-out;
1020
1020
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1021
1021
  }
1022
- `;import{Fragment as Jy,jsx as nt,jsxs as Oi}from"react/jsx-runtime";var jd=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=ks(!0),[s,l]=ks(!1),[c,u]=ks(""),y=o===c;return Yy(()=>{c&&!s&&l(!0)},[c]),Oi(Jy,{children:[nt(T,{title:"Confirm Password",closeable:!1,backFn:n}),nt(q,{}),Oi(vo,{children:[Oi(bo,{children:[nt(Ky,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),nt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),nt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Oi(Co,{children:[nt($o,{value:c,onChange:C=>u(C.target.value),onBlur:()=>l(!0),placeholder:"confirm your password",type:i?"password":"text"}),nt(kr,{style:{right:"0.75rem"},children:i?nt(Ar,{onClick:()=>a(!1)}):nt(Rr,{onClick:()=>a(!0)})})]}),nt(Ni,{"aria-hidden":!s||y,error:!0,children:"Passwords do not match"})]}),nt(wo,{onClick:r,loading:t,disabled:!y,hideAnimations:e,children:"Continue"}),nt(K,{}),nt(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as eg}from"@heroicons/react/24/outline";import{useState as tg}from"react";import og from"styled-components";import Di from"styled-components";import{jsx as Cn,jsxs as Xy}from"react/jsx-runtime";var Kd=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Cn("label",{children:Xy(Qy,{className:e,children:[Cn(Jd,{checked:t,...r}),Cn(Zy,{color:o,checked:t,children:Cn(Yd,{viewBox:"0 0 24 24",children:Cn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Qy=Di.div`
1022
+ `;import{Fragment as Jy,jsx as nt,jsxs as Oi}from"react/jsx-runtime";var Kd=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=ks(!0),[s,l]=ks(!1),[c,u]=ks(""),y=o===c;return Yy(()=>{c&&!s&&l(!0)},[c]),Oi(Jy,{children:[nt(T,{title:"Confirm Password",closeable:!1,backFn:n}),nt(j,{}),Oi(Co,{children:[Oi(Po,{children:[nt(Ky,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),nt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),nt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Oi(Eo,{children:[nt(jo,{value:c,onChange:C=>u(C.target.value),onBlur:()=>l(!0),placeholder:"confirm your password",type:i?"password":"text"}),nt(kr,{style:{right:"0.75rem"},children:i?nt(Ar,{onClick:()=>a(!1)}):nt(Rr,{onClick:()=>a(!0)})})]}),nt(Ni,{"aria-hidden":!s||y,error:!0,children:"Passwords do not match"})]}),nt(bo,{onClick:r,loading:t,disabled:!y,hideAnimations:e,children:"Continue"}),nt(K,{}),nt(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as eg}from"@heroicons/react/24/outline";import{useState as tg}from"react";import og from"styled-components";import Di from"styled-components";import{jsx as Cn,jsxs as Xy}from"react/jsx-runtime";var Yd=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Cn("label",{children:Xy(Qy,{className:e,children:[Cn(Qd,{checked:t,...r}),Cn(Zy,{color:o,checked:t,children:Cn(Jd,{viewBox:"0 0 24 24",children:Cn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Qy=Di.div`
1023
1023
  display: inline-block;
1024
1024
  vertical-align: middle;
1025
- `,Yd=Di.svg`
1025
+ `,Jd=Di.svg`
1026
1026
  fill: none;
1027
1027
  stroke: white;
1028
1028
  stroke-width: 3px;
1029
- `,Jd=Di.input.attrs({type:"checkbox"})`
1029
+ `,Qd=Di.input.attrs({type:"checkbox"})`
1030
1030
  border: 0;
1031
1031
  clip: rect(0 0 0 0);
1032
1032
  clippath: inset(50%);
@@ -1052,28 +1052,28 @@ Resources:
1052
1052
  border-width: 1px;
1053
1053
  }
1054
1054
 
1055
- ${Jd}:focus + & {
1055
+ ${Qd}:focus + & {
1056
1056
  box-shadow: 0 0 0 1px ${e=>e.color};
1057
1057
  }
1058
1058
 
1059
- ${Yd} {
1059
+ ${Jd} {
1060
1060
  visibility: ${e=>e.checked?"visible":"hidden"};
1061
1061
  }
1062
- `;import{Fragment as Qd,jsx as mt,jsxs as bn}from"react/jsx-runtime";var Zd=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=tg(!1);return bn(Qd,{children:[mt(T,{title:"Confirm Password",closeable:!1,backFn:r}),mt(q,{}),bn(vo,{children:[bn(bo,{children:[mt(eg,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),mt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),mt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),mt(vn,{children:bn(wn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:s=>{s.preventDefault(),a(l=>!l)},children:[mt(Kd,{color:"var(--privy-color-error)",checked:i}),mt(Qd,{children:"I understand losing my password means losing my account."})]})})]}),bn(rg,{children:[n.initiatedBy==="user"&&mt(jt,{onClick:n.onCancel,disabled:t,children:"Cancel"}),mt(wo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),mt(K,{}),mt(B,{protectedByPrivy:!0})]})},rg=og.div`
1062
+ `;import{Fragment as Zd,jsx as mt,jsxs as bn}from"react/jsx-runtime";var Xd=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=tg(!1);return bn(Zd,{children:[mt(T,{title:"Confirm Password",closeable:!1,backFn:r}),mt(j,{}),bn(Co,{children:[bn(Po,{children:[mt(eg,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),mt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),mt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),mt(vn,{children:bn(wn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:s=>{s.preventDefault(),a(l=>!l)},children:[mt(Yd,{color:"var(--privy-color-error)",checked:i}),mt(Zd,{children:"I understand losing my password means losing my account."})]})})]}),bn(rg,{children:[n.initiatedBy==="user"&&mt(Kt,{onClick:n.onCancel,disabled:t,children:"Cancel"}),mt(bo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),mt(K,{}),mt(B,{protectedByPrivy:!0})]})},rg=og.div`
1063
1063
  display: flex;
1064
1064
  gap: 10px;
1065
- `;import{KeyIcon as wg}from"@heroicons/react/24/outline";import{CheckCircleIcon as ip}from"@heroicons/react/24/solid";import{useState as ap,useMemo as As,useEffect as Cg}from"react";import sp from"styled-components";import ng from"fast-password-entropy";import*as Xd from"secure-password-utilities";import{DEFAULT_WORDLIST as ig}from"secure-password-utilities/wordlists";var ag=95,sg=8,lg=3,cg=.3,dg=/[a-z]/,pg=/[A-Z]/,ug=/[0-9]/,mg="a-zA-Z0-9",ep="!@#$%^&*()\\-_+.",tp=`${mg}${ep}`,fg=new RegExp(`[${ep}]`),hg=new RegExp(`[${tp}]`),op=new RegExp(`^[${tp}]{6,}$`),rp=(e="")=>{let t=e.split("").filter(o=>!hg.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Ui=()=>Xd.generatePassphrase(4,ig);function yg(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function gg(e){if(e.length<sg)return 0;let t=0;dg.test(e)&&(t+=1),pg.test(e)&&(t+=1),ug.test(e)&&(t+=1),fg.test(e)&&(t+=1);let o=t/lg;return Math.max(0,Math.min(1,o))}function vg(e=""){let t=gg(e),o=ng(e)/ag;return(t*cg+o)/2}function np(e=""){let t=vg(e);return{value:t,label:yg(t)}}import{Fragment as Pg,jsx as Pe,jsxs as Qt}from"react/jsx-runtime";var lp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=ap(!1),[u,y]=ap(!1);Cg(()=>{o&&!u&&y(!0)},[o]);let C=As(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":op.test(o||"")?null:`Invalid characters used ( ${rp(o).join(" ")} )`:null,[o,u]),m=As(()=>C?{value:0,label:"Weak"}:np(o),[o,C]),E=As(()=>!!(!o?.length||C),[C,o]);return Qt(Pg,{children:[Pe(T,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Pe(q,{}),Qt(vo,{children:[Qt(bo,{children:[Pe(wg,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Pe("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Pe("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),Qt(Co,{children:[Pe($o,{value:o,onChange:b=>a(b.target.value),placeholder:"enter or generate a strong password",type:l?"password":"text"}),Qt(kr,{style:{width:"3.5rem"},children:[l?Pe(Ar,{onClick:()=>c(!1)}):Pe(Rr,{onClick:()=>c(!0)}),Pe($d,{onClick:s})]})]}),Pe(qd,{value:m.value===0?.01:m.value,label:m.label}),Pe(Ni,{error:!!C,children:C||`Password Strength: ${u?m.label:"--"}`}),Qt(Eg,{children:[Pe(bg,{children:Qt(vn,{children:[Qt(wn,{children:[Pe(ip,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),Qt(wn,{children:[Pe(ip,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Pe(wo,{onClick:n,loading:t,disabled:E,hideAnimations:e,children:"Continue"})]})]}),Pe(K,{}),Pe(B,{protectedByPrivy:!0})]})},bg=sp(vn)`
1065
+ `;import{KeyIcon as wg}from"@heroicons/react/24/outline";import{CheckCircleIcon as ap}from"@heroicons/react/24/solid";import{useState as sp,useMemo as As,useEffect as Cg}from"react";import lp from"styled-components";import ng from"fast-password-entropy";import*as ep from"secure-password-utilities";import{DEFAULT_WORDLIST as ig}from"secure-password-utilities/wordlists";var ag=95,sg=8,lg=3,cg=.3,dg=/[a-z]/,pg=/[A-Z]/,ug=/[0-9]/,mg="a-zA-Z0-9",tp="!@#$%^&*()\\-_+.",op=`${mg}${tp}`,fg=new RegExp(`[${tp}]`),hg=new RegExp(`[${op}]`),rp=new RegExp(`^[${op}]{6,}$`),np=(e="")=>{let t=e.split("").filter(o=>!hg.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Ui=()=>ep.generatePassphrase(4,ig);function yg(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function gg(e){if(e.length<sg)return 0;let t=0;dg.test(e)&&(t+=1),pg.test(e)&&(t+=1),ug.test(e)&&(t+=1),fg.test(e)&&(t+=1);let o=t/lg;return Math.max(0,Math.min(1,o))}function vg(e=""){let t=gg(e),o=ng(e)/ag;return(t*cg+o)/2}function ip(e=""){let t=vg(e);return{value:t,label:yg(t)}}import{Fragment as Pg,jsx as Pe,jsxs as Zt}from"react/jsx-runtime";var cp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:s})=>{let[l,c]=sp(!1),[u,y]=sp(!1);Cg(()=>{o&&!u&&y(!0)},[o]);let C=As(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":rp.test(o||"")?null:`Invalid characters used ( ${np(o).join(" ")} )`:null,[o,u]),m=As(()=>C?{value:0,label:"Weak"}:ip(o),[o,C]),E=As(()=>!!(!o?.length||C),[C,o]);return Zt(Pg,{children:[Pe(T,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Pe(j,{}),Zt(Co,{children:[Zt(Po,{children:[Pe(wg,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Pe("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Pe("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),Zt(Eo,{children:[Pe(jo,{value:o,onChange:b=>a(b.target.value),placeholder:"enter or generate a strong password",type:l?"password":"text"}),Zt(kr,{style:{width:"3.5rem"},children:[l?Pe(Ar,{onClick:()=>c(!1)}):Pe(Rr,{onClick:()=>c(!0)}),Pe(jd,{onClick:s})]})]}),Pe(qd,{value:m.value===0?.01:m.value,label:m.label}),Pe(Ni,{error:!!C,children:C||`Password Strength: ${u?m.label:"--"}`}),Zt(Eg,{children:[Pe(bg,{children:Zt(vn,{children:[Zt(wn,{children:[Pe(ap,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),Zt(wn,{children:[Pe(ap,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Pe(bo,{onClick:n,loading:t,disabled:E,hideAnimations:e,children:"Continue"})]})]}),Pe(K,{}),Pe(B,{protectedByPrivy:!0})]})},bg=lp(vn)`
1066
1066
  flex: 1;
1067
1067
  padding-top: 1rem;
1068
- `,Eg=sp.div`
1068
+ `,Eg=lp.div`
1069
1069
  display: flex;
1070
1070
  flex-direction: column;
1071
1071
  height: 100%;
1072
- `;import{ArrowDownTrayIcon as xg,ClipboardDocumentCheckIcon as Tg,DocumentDuplicateIcon as Sg,ExclamationTriangleIcon as _g}from"@heroicons/react/24/outline";import{useState as kg,useCallback as cp}from"react";import{Fragment as Rs,jsx as je,jsxs as qo}from"react/jsx-runtime";var dp=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=kg(!1),l=cp(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=cp(()=>{let u=document.createElement("a"),y=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),C=new Blob([Ag(o,r)],{type:"text/plain"}),m=URL.createObjectURL(C);u.href=m,u.target="_blank",u.download=`${y}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(m)},5e3)},[r]);return qo(Rs,{children:[je(T,{backFn:i,title:"Save Password",closeable:!1}),je(q,{}),qo(vo,{children:[qo(bo,{children:[je(_g,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),je("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),je("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset if you lose your device. Make sure to secure it to keep your assets safe."})]}),je(Co,{centered:!0,children:je(Vd,{children:r})}),qo("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[je(_s,{onClick:l,children:a?qo(Rs,{children:[je(Tg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):qo(Rs,{children:[je(Sg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),qo(_s,{onClick:c,children:[je(xg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),je(wo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),je(K,{}),je(B,{protectedByPrivy:!0})]})},Ag=(e,t)=>`Your wallet recovery password for ${e} is
1072
+ `;import{ArrowDownTrayIcon as xg,ClipboardDocumentCheckIcon as Tg,DocumentDuplicateIcon as Sg,ExclamationTriangleIcon as _g}from"@heroicons/react/24/outline";import{useState as kg,useCallback as dp}from"react";import{Fragment as Rs,jsx as qe,jsxs as qo}from"react/jsx-runtime";var pp=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,s]=kg(!1),l=dp(()=>{s(!0),r&&navigator.clipboard.writeText(r)},[r]),c=dp(()=>{let u=document.createElement("a"),y=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),C=new Blob([Ag(o,r)],{type:"text/plain"}),m=URL.createObjectURL(C);u.href=m,u.target="_blank",u.download=`${y}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(m)},5e3)},[r]);return qo(Rs,{children:[qe(T,{backFn:i,title:"Save Password",closeable:!1}),qe(j,{}),qo(Co,{children:[qo(Po,{children:[qe(_g,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),qe("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),qe("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."})]}),qe(Eo,{centered:!0,children:qe($d,{children:r})}),qo("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[qe(_s,{onClick:l,children:a?qo(Rs,{children:[qe(Tg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):qo(Rs,{children:[qe(Sg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),qo(_s,{onClick:c,children:[qe(xg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),qe(bo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),qe(K,{}),qe(B,{protectedByPrivy:!0})]})},Ag=(e,t)=>`Your wallet recovery password for ${e} is
1073
1073
 
1074
1074
  ${t}
1075
1075
 
1076
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as Rg,XCircleIcon as Ig}from"@heroicons/react/24/outline";import{Fragment as Wg,jsx as Zt,jsxs as Is}from"react/jsx-runtime";var pp=({error:e,onClose:t})=>Is(Wg,{children:[Zt(T,{closeable:!1}),Zt(q,{}),e?Is(wt,{children:[Zt(Ig,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),Zt(ue,{title:"Something went wrong",description:e})]}):Is(wt,{children:[Zt(Rg,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),Zt(ue,{title:"Success"})]}),Zt(U,{onClick:t,children:"Close"}),Zt(K,{}),Zt(B,{protectedByPrivy:!0})]});import{useReducer as Mg}from"react";var Lg=(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}},up=()=>{let[e,t]=Mg(Lg,"creating");return{send:t,state:e}};import{jsx as En}from"react/jsx-runtime";var Fi=({onSubmit:e,...t})=>{let{send:o,state:r}=up(),n=mp(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);Ng(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),Xe)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=mp(()=>{o("back")},[o]);return r==="creating"?En(lp,{...t,onSubmit:n}):r==="saving"?En(dp,{...t,onSubmit:n,onBack:i}):r==="confirming"?En(jd,{...t,onSubmit:n,onBack:i}):r==="finalizing"?En(Zd,{...t,onSubmit:n,onBack:i}):r==="done"?En(pp,{...t,onSubmit:n}):null};import{Fragment as Fg,jsx as Ir,jsxs as hp}from"react/jsx-runtime";var Ug=250,yp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Pn(""),[a,s]=Pn(!1),[l,c]=Pn(),[u,y]=Pn(null),[C,m]=Pn(null),E=Dg(!1),{authenticated:b,getAccessToken:x}=z(),{refreshUser:v,closePrivyModal:W,createAnalyticsEvent:M,isNewUserThisSession:R,initializeWalletProxy:k}=I(),{onSuccess:A,onFailure:L,callAuthOnSuccessOnClose:F}=o.createWallet,H=e?.embeddedWallets.requireUserPasswordOnCreate===!0,N=!!(!n||E.current)&&!H,_=new dt(async()=>re());fp(()=>{u||k(3e4).then(O=>y(O))},[u]),fp(()=>{if(!b){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!H&&!a&&!E.current&&(s(!0),_.execute().finally(()=>s(!1)))},[H,b]);let Q=()=>{H&&C&&C?.recoveryMethod!=="user-passcode"?L(new Je("User created a wallet but failed to set a password for it")):C?A(C):L(new Je("User wallet creation failed")),W({shouldCallAuthOnSuccess:F})};r.current=()=>null;let re=async function(){let O=await x();if(O)try{if(M("embedded_wallet_creation_started"),!await(await k(sr))?.create({accessToken:O,recoveryPassword:l}))throw M("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let ge=await v(),Se=ne(ge);if(!Se)throw M("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");m(Se),M("embedded_wallet_creation_completed",{walletAddress:Se.address}),i(""),E.current=!0,H?t("EMBEDDED_WALLET_CREATED_SCREEN"):R?t("EMBEDDED_WALLET_CREATED_SCREEN"):Se&&(A(Se),W({shouldCallAuthOnSuccess:F}))}catch(Le){if(E.current)return;i("An error has occurred, please try again."),console.warn(Le)}else i("An error has occured, please login again."),M("embedded_wallet_creation_failed",{error:"Missing access token for user."})},pe=async()=>H?(s(!0),_.execute().then(()=>new Promise(O=>setTimeout(O,Ug))).finally(()=>s(!1))):W({shouldCallAuthOnSuccess:F});return!H&&n?hp(Fg,{children:[Ir(T,{closeable:!1}),hp(wt,{children:[Ir(Og,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Ir(ue,{title:"Something went wrong",description:n})]}),Ir(U,{onClick:Q,children:"Close"})]}):N?Ir(Er,{}):Ir(Fi,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:N||!u,buttonLoading:a,buttonHideAnimations:!C&&a,error:n,password:l||"",onClose:Q,onPasswordChange:c,onPasswordGenerate:()=>c(Ui()),onSubmit:pe})};import{useEffect as Bg,useState as Bi}from"react";import{jsx as Hg}from"react/jsx-runtime";var gp=()=>{let[e,t]=Bi(null),[o,r]=Bi(!1),[n,i]=Bi(null),[a,s]=Bi(""),{authenticated:l,getAccessToken:c,user:u}=z(),{walletProxy:y,refreshUser:C,closePrivyModal:m,createAnalyticsEvent:E}=I(),{app:b,navigate:x,data:v,onUserCloseViaDialogOrKeybindRef:W}=S(),{onSuccess:M,onFailure:R}=v.createWallet,k=ne(u),A=e?.recoveryMethod==="user-passcode";Bg(()=>{l||(x("LANDING"),R(new Zn("User must be authenticated before setting a password on a Privy wallet")))},[l]);let L=()=>{if(n){R(n),m({shouldCallAuthOnSuccess:!1});return}if(!A){R(new Je("Exited before password was added to wallet")),m({shouldCallAuthOnSuccess:!1});return}M(e),m({shouldCallAuthOnSuccess:!1})};W.current=L;let F=async()=>{let N=await c();if(N&&k?.address&&a&&y)try{if(E("embedded_wallet_set_password_started",{walletAddress:k.address}),!(await y.setRecoveryPassword({accessToken:N,address:k.address,recoveryPassword:a})).address){i(new Je("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:k.address,reason:"error setting password"});return}let Q=await C(),re=ne(Q);if(!re){i(new Je("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:k.address,reason:"wallet disconnected"});return}t(re),E("embedded_wallet_set_password_completed",{walletAddress:k.address})}catch(_){console.warn(_),i(_ instanceof Error?_:new Error("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:k.address,reason:_})}},H=async()=>{A?(M(e),m({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await F(),r(!1))};return Hg(Fi,{appName:b?.name||"privy",config:{initiatedBy:"user",onCancel:L},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>s(Ui()),onPasswordChange:s,onSubmit:H,onClose:L})};import{UserCircleIcon as Gg}from"@heroicons/react/24/outline";import{LockClosedIcon as zg}from"@heroicons/react/24/solid";import{Fragment as Vg,jsx as Xt,jsxs as Hi}from"react/jsx-runtime";var vp=()=>{let{user:e}=z(),{closePrivyModal:t,createAnalyticsEvent:o}=I(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l}=r.setWalletPassword,c=()=>{l(new Je("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Hi(Vg,{children:[Xt(T,{onClose:c}),Xt(q,{}),Hi(wt,{children:[Hi(nd,{children:[Xt(Gg,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),Xt(id,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:Xt(zg,{width:"12px",height:"12px",fill:"white"})})]}),Hi(ue,{title:"Secure Your Account",children:["Please set a password to secure your account.",Xt("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."})]})]}),Xt(U,{onClick:()=>{let y=ne(e);o("embedded_wallet_set_password_started",{walletAddress:y?.address}),n({createWallet:{onFailure:l,onSuccess:s,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),Xt(K,{}),Xt(B,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as $g}from"@heroicons/react/24/outline";import{useEffect as qg,useState as Gi}from"react";import zi,{css as jg}from"styled-components";import{Fragment as Zg,jsx as De,jsxs as jo}from"react/jsx-runtime";var wp=()=>{let[e,t]=Gi(!0),{authenticated:o,getAccessToken:r}=z(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=I(),{navigate:s,data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,y]=Gi(void 0),[C,m]=Gi(""),[E,b]=Gi(!1),{privyWallet:x,onCompleteNavigateTo:v,onSuccess:W,onFailure:M}=l.recoverWallet,R=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),M(typeof L=="string"?new Je(L):L)};c.current=R,qg(()=>{if(!o||!x)return R("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let k=L=>{L&&y(L)};return jo(Zg,{children:[De(T,{onClose:R}),De(q,{}),jo(Yg,{children:[jo(Kg,{children:[De($g,{height:48,width:48,stroke:"var(--privy-color-accent)"}),De("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),De("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),jo("div",{children:[jo(Co,{children:[De($o,{type:e?"password":"text",onChange:L=>k(L.target.value),disabled:E}),De(kr,{style:{right:"0.75rem"},children:e?De(Ar,{onClick:()=>t(!1)}):De(Rr,{onClick:()=>t(!0)})})]}),!!C&&De(Jg,{children:C})]}),jo("div",{children:[jo(rd,{children:[De("h4",{children:"Why is this necessary?"}),De("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),De(Qg,{loading:E||!n,disabled:!u,onClick:async()=>{b(!0);let L=await r();if(L&&x&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:L,recoveryPin:u}),m(""),v?s(v):i({shouldCallAuthOnSuccess:!1}),W?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(F){Wd(F)?m("Invalid recovery password, please try again."):m("An error has occurred, please try again.")}finally{b(!1)}else return R("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&E,children:"Recover your account"})]})]}),De(K,{}),De(B,{protectedByPrivy:!0})]})},Kg=zi.div`
1076
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as Rg,XCircleIcon as Ig}from"@heroicons/react/24/outline";import{Fragment as Wg,jsx as Xt,jsxs as Is}from"react/jsx-runtime";var up=({error:e,onClose:t})=>Is(Wg,{children:[Xt(T,{closeable:!1}),Xt(j,{}),e?Is(wt,{children:[Xt(Ig,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),Xt(ue,{title:"Something went wrong",description:e})]}):Is(wt,{children:[Xt(Rg,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),Xt(ue,{title:"Success"})]}),Xt(U,{onClick:t,children:"Close"}),Xt(K,{}),Xt(B,{protectedByPrivy:!0})]});import{useReducer as Mg}from"react";var Lg=(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}},mp=()=>{let[e,t]=Mg(Lg,"creating");return{send:t,state:e}};import{jsx as En}from"react/jsx-runtime";var Fi=({onSubmit:e,...t})=>{let{send:o,state:r}=mp(),n=fp(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);Ng(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),Xe)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=fp(()=>{o("back")},[o]);return r==="creating"?En(cp,{...t,onSubmit:n}):r==="saving"?En(pp,{...t,onSubmit:n,onBack:i}):r==="confirming"?En(Kd,{...t,onSubmit:n,onBack:i}):r==="finalizing"?En(Xd,{...t,onSubmit:n,onBack:i}):r==="done"?En(up,{...t,onSubmit:n}):null};import{Fragment as Fg,jsx as Ir,jsxs as yp}from"react/jsx-runtime";var Ug=250,gp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Pn(""),[a,s]=Pn(!1),[l,c]=Pn(),[u,y]=Pn(null),[C,m]=Pn(null),E=Dg(!1),{authenticated:b,getAccessToken:x}=z(),{refreshUser:v,closePrivyModal:W,createAnalyticsEvent:M,isNewUserThisSession:R,initializeWalletProxy:k}=I(),{onSuccess:A,onFailure:L,callAuthOnSuccessOnClose:F}=o.createWallet,H=e?.embeddedWallets.requireUserPasswordOnCreate===!0,N=!!(!n||E.current)&&!H,_=new dt(async()=>re());hp(()=>{u||k(3e4).then(O=>y(O))},[u]),hp(()=>{if(!b){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!H&&!a&&!E.current&&(s(!0),_.execute().finally(()=>s(!1)))},[H,b]);let Q=()=>{H&&C&&C?.recoveryMethod!=="user-passcode"?L(new Je("User created a wallet but failed to set a password for it")):C?A(C):L(new Je("User wallet creation failed")),W({shouldCallAuthOnSuccess:F})};r.current=()=>null;let re=async function(){let O=await x();if(O)try{if(M("embedded_wallet_creation_started"),!await(await k(sr))?.create({accessToken:O,recoveryPassword:l}))throw M("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let ge=await v(),Se=ne(ge);if(!Se)throw M("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");m(Se),M("embedded_wallet_creation_completed",{walletAddress:Se.address}),i(""),E.current=!0,H?t("EMBEDDED_WALLET_CREATED_SCREEN"):R?t("EMBEDDED_WALLET_CREATED_SCREEN"):Se&&(A(Se),W({shouldCallAuthOnSuccess:F}))}catch(Le){if(E.current)return;i("An error has occurred, please try again."),console.warn(Le)}else i("An error has occured, please login again."),M("embedded_wallet_creation_failed",{error:"Missing access token for user."})},pe=async()=>H?(s(!0),_.execute().then(()=>new Promise(O=>setTimeout(O,Ug))).finally(()=>s(!1))):W({shouldCallAuthOnSuccess:F});return!H&&n?yp(Fg,{children:[Ir(T,{closeable:!1}),yp(wt,{children:[Ir(Og,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Ir(ue,{title:"Something went wrong",description:n})]}),Ir(U,{onClick:Q,children:"Close"})]}):N?Ir(Er,{}):Ir(Fi,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:N||!u,buttonLoading:a,buttonHideAnimations:!C&&a,error:n,password:l||"",onClose:Q,onPasswordChange:c,onPasswordGenerate:()=>c(Ui()),onSubmit:pe})};import{useEffect as Bg,useState as Bi}from"react";import{jsx as Hg}from"react/jsx-runtime";var vp=()=>{let[e,t]=Bi(null),[o,r]=Bi(!1),[n,i]=Bi(null),[a,s]=Bi(""),{authenticated:l,getAccessToken:c,user:u}=z(),{walletProxy:y,refreshUser:C,closePrivyModal:m,createAnalyticsEvent:E}=I(),{app:b,navigate:x,data:v,onUserCloseViaDialogOrKeybindRef:W}=S(),{onSuccess:M,onFailure:R}=v.createWallet,k=ne(u),A=e?.recoveryMethod==="user-passcode";Bg(()=>{l||(x("LANDING"),R(new Zn("User must be authenticated before setting a password on a Privy wallet")))},[l]);let L=()=>{if(n){R(n),m({shouldCallAuthOnSuccess:!1});return}if(!A){R(new Je("Exited before password was added to wallet")),m({shouldCallAuthOnSuccess:!1});return}M(e),m({shouldCallAuthOnSuccess:!1})};W.current=L;let F=async()=>{let N=await c();if(N&&k?.address&&a&&y)try{if(E("embedded_wallet_set_password_started",{walletAddress:k.address}),!(await y.setRecoveryPassword({accessToken:N,address:k.address,recoveryPassword:a})).address){i(new Je("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:k.address,reason:"error setting password"});return}let Q=await C(),re=ne(Q);if(!re){i(new Je("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:k.address,reason:"wallet disconnected"});return}t(re),E("embedded_wallet_set_password_completed",{walletAddress:k.address})}catch(_){console.warn(_),i(_ instanceof Error?_:new Error("Error setting password on privy wallet")),E("embedded_wallet_set_password_failed",{walletAddress:k.address,reason:_})}},H=async()=>{A?(M(e),m({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await F(),r(!1))};return Hg(Fi,{appName:b?.name||"privy",config:{initiatedBy:"user",onCancel:L},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>s(Ui()),onPasswordChange:s,onSubmit:H,onClose:L})};import{UserCircleIcon as Gg}from"@heroicons/react/24/outline";import{LockClosedIcon as zg}from"@heroicons/react/24/solid";import{Fragment as Vg,jsx as eo,jsxs as Hi}from"react/jsx-runtime";var wp=()=>{let{user:e}=z(),{closePrivyModal:t,createAnalyticsEvent:o}=I(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:s,onFailure:l}=r.setWalletPassword,c=()=>{l(new Je("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Hi(Vg,{children:[eo(T,{onClose:c}),eo(j,{}),Hi(wt,{children:[Hi(id,{children:[eo(Gg,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),eo(ad,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:eo(zg,{width:"12px",height:"12px",fill:"white"})})]}),Hi(ue,{title:"Secure Your Account",children:["Please set a password to secure your account.",eo("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),eo(U,{onClick:()=>{let y=ne(e);o("embedded_wallet_set_password_started",{walletAddress:y?.address}),n({createWallet:{onFailure:l,onSuccess:s,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),eo(K,{}),eo(B,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as $g}from"@heroicons/react/24/outline";import{useEffect as jg,useState as Gi}from"react";import zi,{css as qg}from"styled-components";import{Fragment as Zg,jsx as De,jsxs as Ko}from"react/jsx-runtime";var Cp=()=>{let[e,t]=Gi(!0),{authenticated:o,getAccessToken:r}=z(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=I(),{navigate:s,data:l,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,y]=Gi(void 0),[C,m]=Gi(""),[E,b]=Gi(!1),{privyWallet:x,onCompleteNavigateTo:v,onSuccess:W,onFailure:M}=l.recoverWallet,R=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),M(typeof L=="string"?new Je(L):L)};c.current=R,jg(()=>{if(!o||!x)return R("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let k=L=>{L&&y(L)};return Ko(Zg,{children:[De(T,{onClose:R}),De(j,{}),Ko(Yg,{children:[Ko(Kg,{children:[De($g,{height:48,width:48,stroke:"var(--privy-color-accent)"}),De("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),De("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),Ko("div",{children:[Ko(Eo,{children:[De(jo,{type:e?"password":"text",onChange:L=>k(L.target.value),disabled:E}),De(kr,{style:{right:"0.75rem"},children:e?De(Ar,{onClick:()=>t(!1)}):De(Rr,{onClick:()=>t(!0)})})]}),!!C&&De(Jg,{children:C})]}),Ko("div",{children:[Ko(nd,{children:[De("h4",{children:"Why is this necessary?"}),De("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),De(Qg,{loading:E||!n,disabled:!u,onClick:async()=>{b(!0);let L=await r();if(L&&x&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:x.address}),await n?.recover({address:x.address,accessToken:L,recoveryPin:u}),m(""),v?s(v):i({shouldCallAuthOnSuccess:!1}),W?.(x),a("embedded_wallet_recovery_completed",{walletAddress:x.address})}catch(F){Md(F)?m("Invalid recovery password, please try again."):m("An error has occurred, please try again.")}finally{b(!1)}else return R("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&E,children:"Recover your account"})]})]}),De(K,{}),De(B,{protectedByPrivy:!0})]})},Kg=zi.div`
1077
1077
  display: flex;
1078
1078
  flex-direction: column;
1079
1079
  align-items: center;
@@ -1107,14 +1107,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
1107
1107
  text-align: left;
1108
1108
  margin-top: 0.5rem;
1109
1109
  `,Qg=zi(U)`
1110
- ${e=>e.hideAnimations&&jg`
1110
+ ${e=>e.hideAnimations&&qg`
1111
1111
  && {
1112
1112
  // Remove animations because the recoverWallet task on the iframe partially
1113
1113
  // blocks the renderer, so the animation stutters and doesn't look good
1114
1114
  transition: none;
1115
1115
  }
1116
1116
  `}
1117
- `;import{EyeSlashIcon as e1,LinkIcon as t1,ClockIcon as o1}from"@heroicons/react/24/outline";import Ot from"styled-components";import{jsx as Ws,jsxs as Xg}from"react/jsx-runtime";var Vi=({size:e=61,...t})=>Ws("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:Xg("g",{id:"moonpay_symbol_wht 2",children:[Ws("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),Ws("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as Cp,jsx as Ue,jsxs as Ko}from"react/jsx-runtime";var Ms=({title:e,desc:t,icon:o})=>Ko(l1,{children:[Ue(d1,{children:o}),Ko(c1,{children:[Ue(a1,{children:e}),Ue(s1,{children:t})]})]}),bp=({app:e,signedUrl:t,onContinue:o})=>Ko(Cp,{children:[Ko(n1,{children:[Ue(Vi,{size:"3.75rem"}),Ko(i1,{children:[e?.name," uses ",Ue("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),Ko(p1,{children:[Ue(Ms,{icon:Ue(t1,{width:"1rem"}),title:"Purchase assets to fund your account",desc:Ko(Cp,{children:["Connect a payment method (",Ue("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ue(Ms,{icon:Ue(o1,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ue(Ms,{icon:Ue(e1,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ue(u1,{className:"mobile-only"})]}),Ue(r1,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ue(Pi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),r1=Ot.span`
1117
+ `;import{EyeSlashIcon as e1,LinkIcon as t1,ClockIcon as o1}from"@heroicons/react/24/outline";import Dt from"styled-components";import{jsx as Ws,jsxs as Xg}from"react/jsx-runtime";var Vi=({size:e=61,...t})=>Ws("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:Xg("g",{id:"moonpay_symbol_wht 2",children:[Ws("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),Ws("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as bp,jsx as Ue,jsxs as Yo}from"react/jsx-runtime";var Ms=({title:e,desc:t,icon:o})=>Yo(l1,{children:[Ue(d1,{children:o}),Yo(c1,{children:[Ue(a1,{children:e}),Ue(s1,{children:t})]})]}),Ep=({app:e,signedUrl:t,onContinue:o})=>Yo(bp,{children:[Yo(n1,{children:[Ue(Vi,{size:"3.75rem"}),Yo(i1,{children:[e?.name," uses ",Ue("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),Yo(p1,{children:[Ue(Ms,{icon:Ue(t1,{width:"1rem"}),title:"Purchase assets to fund your account",desc:Yo(bp,{children:["Connect a payment method (",Ue("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ue(Ms,{icon:Ue(o1,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ue(Ms,{icon:Ue(e1,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ue(u1,{className:"mobile-only"})]}),Ue(r1,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ue(Pi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),r1=Dt.span`
1118
1118
  display: inline-block;
1119
1119
  color: var(--privy-color-foreground-3);
1120
1120
  text-align: center;
@@ -1123,13 +1123,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1123
1123
  font-weight: 400;
1124
1124
  line-height: 140%; /* 0.875rem */
1125
1125
  margin-bottom: 0.25rem;
1126
- `,n1=Ot.div`
1126
+ `,n1=Dt.div`
1127
1127
  display: flex;
1128
1128
  flex-direction: column;
1129
1129
  align-items: center;
1130
1130
  justify-content: center;
1131
1131
  padding: 1.5rem 0;
1132
- `,i1=Ot.span`
1132
+ `,i1=Dt.span`
1133
1133
  color: var(--privy-color-foreground);
1134
1134
  text-align: center;
1135
1135
  font-size: 1.125rem;
@@ -1138,46 +1138,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
1138
1138
  margin: 1.5rem 0;
1139
1139
  text-align: center;
1140
1140
  max-width: 19.5rem;
1141
- `,a1=Ot.span`
1141
+ `,a1=Dt.span`
1142
1142
  color: var(--privy-color-foreground);
1143
1143
  font-size: 0.875rem;
1144
1144
  font-weight: 500;
1145
1145
  line-height: 1.225rem;
1146
1146
  width: 100%;
1147
- `,s1=Ot.span`
1147
+ `,s1=Dt.span`
1148
1148
  color: var(--privy-color-foreground-2);
1149
1149
  font-size: 0.875rem;
1150
1150
  font-weight: 400;
1151
1151
  line-height: 1.225rem;
1152
- `,l1=Ot.div`
1152
+ `,l1=Dt.div`
1153
1153
  display: flex;
1154
1154
  align-items: flex-start;
1155
1155
  gap: 0.5rem;
1156
1156
  align-self: stretch;
1157
- `,c1=Ot.div`
1157
+ `,c1=Dt.div`
1158
1158
  display: flex;
1159
1159
  flex-direction: column;
1160
1160
  gap: 0.25rem;
1161
1161
  align-items: flex-start;
1162
1162
  text-align: left;
1163
1163
  flex: 1 0 0;
1164
- `,d1=Ot.div`
1164
+ `,d1=Dt.div`
1165
1165
  padding-top: 2px;
1166
- `,p1=Ot.div`
1166
+ `,p1=Dt.div`
1167
1167
  display: flex;
1168
1168
  flex-direction: column;
1169
1169
  gap: 1.25rem;
1170
1170
  margin: 0 0.5rem;
1171
- `,u1=Ot.div`
1171
+ `,u1=Dt.div`
1172
1172
  margin: 30px 0;
1173
- `;import{ofetch as m1}from"ofetch";import{useEffect as f1,useRef as h1,useState as y1}from"react";var $i="moonpay",Ep="sdk_fiat_on_ramp_completed_with_status";async function Pp(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 g1(e,t){let o=t?ic:nc,r=t?sc:ac;return m1(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function xp(e,t=!1){let[o,r]=y1(null),{createAnalyticsEvent:n}=I(),i=h1(0);return f1(()=>{let a=setInterval(async()=>{if(e)try{let[s]=await g1(e,t),l=s.status==="waitingAuthorization"&&s.paymentMethod==="credit_debit_card"?"pending":s.status;r(l),["failed","completed","awaitingAuthorization"].includes(l)&&(n(Ep,{status:l,provider:$i,paymentMethod:s.paymentMethod,cardPaymentType:s.cardPaymentType,currency:s.currency?.code,baseCurrencyAmount:s.baseCurrencyAmount,quoteCurrencyAmount:s.quoteCurrencyAmount,feeAmount:s.feeAmount,extraFeeAmount:s.extraFeeAmount,networkFeeAmount:s.networkFeeAmount}),clearInterval(a))}catch(s){s.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Ep,{status:"serviceFailure",provider:$i}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as v1,jsx as Ls,jsxs as w1}from"react/jsx-runtime";var Tp=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=I(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:w1(v1,{children:[Ls(T,{title:"Fund account"},"header"),Ls(bp,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:$i}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Ls(B,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as C1,CheckCircleIcon as b1,XCircleIcon as E1}from"@heroicons/react/24/solid";import{useMemo as P1}from"react";import Sp from"styled-components";import{Fragment as Ns,jsx as Fe,jsxs as Yo}from"react/jsx-runtime";var _p=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=I(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=xp(r||null,e.fiatOnRamp.useSandbox);return Yo(Ns,{children:[Fe(T,{title:"Fund account"},"header"),Fe(T1,{status:n,onClickCta:o}),Fe(B,{protectedByPrivy:!0})]})},x1=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:Yo(Ns,{children:[Yo("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Fe("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Fe("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:""}}},T1=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=P1(()=>x1(e),[e]);return Yo(Ns,{children:[Yo(R1,{children:[Fe(k1,{status:e}),Yo(mo,{children:[Fe("h3",{children:o}),Fe(A1,{children:r})]})]}),n&&Fe(U,{onClick:t,children:n})]})},S1=e=>e?{completed:"var(--privy-color-success)",failed:"var(--privy-color-error)",serviceFailure:"var(--privy-color-error)",waitingAuthorization:"var(--privy-color-accent)",pending:"var(--privy-color-foreground-4)"}[e]:"var(--privy-color-foreground-4)",_1=e=>{switch(e){case"serviceFailure":case"failed":return E1;case"completed":return b1;case"waitingAuthorization":return()=>Fe(C1,{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}},k1=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return Yo("div",{style:{position:"relative"},children:[Fe(Mt,{color:r,style:{position:"absolute"}}),Fe(is,{color:r}),Fe(Vi,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=_1(e),o=S1(e);return Fe("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Fe(t,{width:"4rem",height:"4rem",color:o})})},A1=Sp.p`
1173
+ `;import{ofetch as m1}from"ofetch";import{useEffect as f1,useRef as h1,useState as y1}from"react";var $i="moonpay",Pp="sdk_fiat_on_ramp_completed_with_status";async function xp(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 g1(e,t){let o=t?ac:ic,r=t?lc:sc;return m1(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Tp(e,t=!1){let[o,r]=y1(null),{createAnalyticsEvent:n}=I(),i=h1(0);return f1(()=>{let a=setInterval(async()=>{if(e)try{let[s]=await g1(e,t),l=s.status==="waitingAuthorization"&&s.paymentMethod==="credit_debit_card"?"pending":s.status;r(l),["failed","completed","awaitingAuthorization"].includes(l)&&(n(Pp,{status:l,provider:$i,paymentMethod:s.paymentMethod,cardPaymentType:s.cardPaymentType,currency:s.currency?.code,baseCurrencyAmount:s.baseCurrencyAmount,quoteCurrencyAmount:s.quoteCurrencyAmount,feeAmount:s.feeAmount,extraFeeAmount:s.extraFeeAmount,networkFeeAmount:s.networkFeeAmount}),clearInterval(a))}catch(s){s.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Pp,{status:"serviceFailure",provider:$i}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as v1,jsx as Ls,jsxs as w1}from"react/jsx-runtime";var Sp=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=I(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:w1(v1,{children:[Ls(T,{title:"Fund account"},"header"),Ls(Ep,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:$i}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Ls(B,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as C1,CheckCircleIcon as b1,XCircleIcon as E1}from"@heroicons/react/24/solid";import{useMemo as P1}from"react";import _p from"styled-components";import{Fragment as Ns,jsx as Fe,jsxs as Jo}from"react/jsx-runtime";var kp=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=I(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Tp(r||null,e.fiatOnRamp.useSandbox);return Jo(Ns,{children:[Fe(T,{title:"Fund account"},"header"),Fe(T1,{status:n,onClickCta:o}),Fe(B,{protectedByPrivy:!0})]})},x1=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:Jo(Ns,{children:[Jo("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Fe("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Fe("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:""}}},T1=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=P1(()=>x1(e),[e]);return Jo(Ns,{children:[Jo(R1,{children:[Fe(k1,{status:e}),Jo(ho,{children:[Fe("h3",{children:o}),Fe(A1,{children:r})]})]}),n&&Fe(U,{onClick:t,children:n})]})},S1=e=>e?{completed:"var(--privy-color-success)",failed:"var(--privy-color-error)",serviceFailure:"var(--privy-color-error)",waitingAuthorization:"var(--privy-color-accent)",pending:"var(--privy-color-foreground-4)"}[e]:"var(--privy-color-foreground-4)",_1=e=>{switch(e){case"serviceFailure":case"failed":return E1;case"completed":return b1;case"waitingAuthorization":return()=>Fe(C1,{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}},k1=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return Jo("div",{style:{position:"relative"},children:[Fe(Lt,{color:r,style:{position:"absolute"}}),Fe(is,{color:r}),Fe(Vi,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=_1(e),o=S1(e);return Fe("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Fe(t,{width:"4rem",height:"4rem",color:o})})},A1=_p.p`
1174
1174
  font-size: 1rem;
1175
1175
  color: var(--privy-color-foreground-3);
1176
1176
  margin-bottom: 1rem;
1177
1177
  display: flex;
1178
1178
  flex-direction: column;
1179
1179
  gap: 1rem;
1180
- `,R1=Sp.div`
1180
+ `,R1=_p.div`
1181
1181
  display: flex;
1182
1182
  flex-direction: column;
1183
1183
  align-items: center;
@@ -1185,7 +1185,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1185
1185
  margin-left: 1.75rem;
1186
1186
  margin-right: 1.75rem;
1187
1187
  padding: 2rem 0;
1188
- `;import*as Ip from"react-device-detect";import L1 from"styled-components";import Os from"styled-components";import{jsx as kp}from"react/jsx-runtime";var Ap=({style:e,...t})=>kp("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:kp("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as W1,jsxs as M1}from"react/jsx-runtime";var Rp=Os.div`
1188
+ `;import*as Wp from"react-device-detect";import L1 from"styled-components";import Os from"styled-components";import{jsx as Ap}from"react/jsx-runtime";var Rp=({style:e,...t})=>Ap("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:Ap("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as W1,jsxs as M1}from"react/jsx-runtime";var Ip=Os.div`
1189
1189
  display: flex;
1190
1190
  flex-direction: column;
1191
1191
  justify-content: flex-start;
@@ -1196,7 +1196,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1196
1196
  border-left: 2px solid var(--privy-color-foreground-4);
1197
1197
  height: 12px;
1198
1198
  }
1199
- `,qi=({children:e})=>M1(I1,{children:[W1(Ap,{style:{width:"16px",height:"16px"}}),e]}),I1=Os.div`
1199
+ `,ji=({children:e})=>M1(I1,{children:[W1(Rp,{style:{width:"16px",height:"16px"}}),e]}),I1=Os.div`
1200
1200
  display: flex;
1201
1201
  justify-content: flex-start;
1202
1202
  justify-items: center;
@@ -1214,13 +1214,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1214
1214
  margin-bottom: auto;
1215
1215
  }
1216
1216
  }
1217
- `;import{Fragment as D1,jsx as xe,jsxs as xn}from"react/jsx-runtime";var N1=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Ip.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),xn(O1,{children:[xe(dn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),xe(Kt,{children:xe(po,{style:{width:"152px",height:"152px"}})}),xn(Rp,{children:[xe(qi,{children:xn("div",{children:[xe("span",{children:"Install the "}),xe("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),xe(Ds,{}),xe(qi,{children:"Set up your first wallet"}),xe(Ds,{}),xe(qi,{children:"Store your recovery phrase in a safe place!"})]}),xe(xi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Wp=()=>{let{navigateBack:e}=S();return xn(D1,{children:[xe(T,{backFn:e},"header"),xe(q,{}),xe(N1,{}),xe(K,{}),xn(Y,{children:[xe("span",{children:"Still not sure? "}),xe("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},O1=L1(Kt)`
1217
+ `;import{Fragment as D1,jsx as xe,jsxs as xn}from"react/jsx-runtime";var N1=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Wp.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),xn(O1,{children:[xe(dn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),xe(Yt,{children:xe(mo,{style:{width:"152px",height:"152px"}})}),xn(Ip,{children:[xe(ji,{children:xn("div",{children:[xe("span",{children:"Install the "}),xe("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),xe(Ds,{}),xe(ji,{children:"Set up your first wallet"}),xe(Ds,{}),xe(ji,{children:"Store your recovery phrase in a safe place!"})]}),xe(xi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Mp=()=>{let{navigateBack:e}=S();return xn(D1,{children:[xe(T,{backFn:e},"header"),xe(j,{}),xe(N1,{}),xe(K,{}),xn(Y,{children:[xe("span",{children:"Still not sure? "}),xe("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},O1=L1(Yt)`
1218
1218
  gap: 30px;
1219
1219
 
1220
1220
  > :first-child > svg {
1221
1221
  margin-top: 20px;
1222
1222
  }
1223
- `;import Av from"@heroicons/react/24/outline/EnvelopeIcon";import Rv from"@heroicons/react/24/outline/PhoneIcon";import Iv from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Wv,useState as Xp}from"react";import Mv from"styled-components";import{jsx as Tn,jsxs as Mp}from"react/jsx-runtime";var Lp=({...e})=>Mp("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Mp("g",{clipPath:"url(#clip0_2856_1743)",children:[Tn("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"}),Tn("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"})]}),Tn("defs",{children:Tn("clipPath",{id:"clip0_2856_1743",children:Tn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Z1 from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as X1}from"react";import{EnvelopeIcon as q1}from"@heroicons/react/24/outline";import{forwardRef as j1,useState as Us}from"react";import Bs from"styled-components";import{useMemo as U1}from"react";import{useRef as F1}from"react";import{useContext as B1}from"react";import{useState as Np}from"react";import{createContext as H1}from"react";import{jsx as G1}from"react/jsx-runtime";var Op=H1({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P}),Sn=class extends Ye{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Dp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=F1(null),[i,a]=Np(),[s,l]=Np(),c=U1(()=>r?!i&&!s?{status:"loading"}:i&&!s?{status:"success",token:i}:s?{status:"error",error:s}:{status:"ready"}:{status:"disabled"},[r,i,s]);return G1(Op.Provider,{value:{...c,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:l,remove(){r&&(n.current?.remove(),l(void 0),a(void 0))},reset(){r&&(n.current?.reset(),l(void 0),a(void 0))},async waitForResult(){if(!r)return"";try{return await fc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Sn("Captcha failed",null,"captcha_timeout")}}},children:e})},Dt=()=>B1(Op);import{Turnstile as z1}from"@marsidev/react-turnstile";import{useEffect as V1,useMemo as $1}from"react";import{jsx as Up}from"react/jsx-runtime";var _n=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=Dt(),[,s]=$1(()=>o?.split("t:")||[],[o]);if(V1(()=>a.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Up("div",{className:"hidden h-0 w-0",children:Up(z1,{...e,ref:a,siteKey:s,options:{action:r,size:"invisible"},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed")},onSuccess:l=>{e.onSuccess?.(l),i(l)},onExpire:()=>{e.onExpire?.();try{a.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{Fragment as Q1,jsx as Wr,jsxs as Fs}from"react/jsx-runtime";var ji=j1((e,t)=>{let[o,r]=Us(""),[n,i]=Us(!1),[a,s]=Us(null),{initLoginWithEmail:l}=I(),{navigate:c}=S(),u=Dt(),y=uc(o),C=n||u.status==="loading",m=n||!y||u.enabled&&u.status!=="success",E=()=>{let b=u.status==="success"?u.token:void 0;i(!0),l(o,b).then(()=>{u.remove(),c("AWAITING_PASSWORDLESS_CODE")}).catch(x=>{x?.status===422?s(x.message):x?.privyErrorCode==="allowlist_rejected"?c("ALLOWLIST_REJECTION_SCREEN"):(console.error(x),s("Issue submitting email")),i(!1)})};return Fs(Q1,{children:[Fs(K1,{children:[Fs(Y1,{children:[Wr(q1,{}),Wr("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:b=>r(b.target.value),onKeyUp:b=>{b.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:Wr(Ti,{isSubmitting:C,onClick:E,disabled:m,children:"Submit"})]}),a&&Wr(J1,{children:a})]}),Wr(_n,{onError:()=>s("Issue verifying you are a human")}),e.stacked?Wr(U,{loadingText:null,loading:C,disabled:m,onClick:E,children:"Submit"}):null]})}),K1=Bs.div`
1223
+ `;import Av from"@heroicons/react/24/outline/EnvelopeIcon";import Rv from"@heroicons/react/24/outline/PhoneIcon";import Iv from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Wv,useState as eu}from"react";import Mv from"styled-components";import{jsx as Tn,jsxs as Lp}from"react/jsx-runtime";var Np=({...e})=>Lp("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Lp("g",{clipPath:"url(#clip0_2856_1743)",children:[Tn("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"}),Tn("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"})]}),Tn("defs",{children:Tn("clipPath",{id:"clip0_2856_1743",children:Tn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Z1 from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as X1}from"react";import{EnvelopeIcon as j1}from"@heroicons/react/24/outline";import{forwardRef as q1,useState as Us}from"react";import Bs from"styled-components";import{useMemo as U1}from"react";import{useRef as F1}from"react";import{useContext as B1}from"react";import{useState as Op}from"react";import{createContext as H1}from"react";import{jsx as G1}from"react/jsx-runtime";var Dp=H1({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P}),Sn=class extends Ye{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Up=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=F1(null),[i,a]=Op(),[s,l]=Op(),c=U1(()=>r?!i&&!s?{status:"loading"}:i&&!s?{status:"success",token:i}:s?{status:"error",error:s}:{status:"ready"}:{status:"disabled"},[r,i,s]);return G1(Dp.Provider,{value:{...c,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:l,remove(){r&&(n.current?.remove(),l(void 0),a(void 0))},reset(){r&&(n.current?.reset(),l(void 0),a(void 0))},async waitForResult(){if(!r)return"";try{return await hc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Sn("Captcha failed",null,"captcha_timeout")}}},children:e})},Ut=()=>B1(Dp);import{Turnstile as z1}from"@marsidev/react-turnstile";import{useEffect as V1,useMemo as $1}from"react";import{jsx as Fp}from"react/jsx-runtime";var _n=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=Ut(),[,s]=$1(()=>o?.split("t:")||[],[o]);if(V1(()=>a.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Fp("div",{className:"hidden h-0 w-0",children:Fp(z1,{...e,ref:a,siteKey:s,options:{action:r,size:"invisible"},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed")},onSuccess:l=>{e.onSuccess?.(l),i(l)},onExpire:()=>{e.onExpire?.();try{a.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{Fragment as Q1,jsx as Wr,jsxs as Fs}from"react/jsx-runtime";var qi=q1((e,t)=>{let[o,r]=Us(""),[n,i]=Us(!1),[a,s]=Us(null),{initLoginWithEmail:l}=I(),{navigate:c}=S(),u=Ut(),y=mc(o),C=n||u.status==="loading",m=n||!y||u.enabled&&u.status!=="success",E=()=>{let b=u.status==="success"?u.token:void 0;i(!0),l(o,b).then(()=>{u.remove(),c("AWAITING_PASSWORDLESS_CODE")}).catch(x=>{x?.status===422?s(x.message):x?.privyErrorCode==="allowlist_rejected"?c("ALLOWLIST_REJECTION_SCREEN"):(console.error(x),s("Issue submitting email")),i(!1)})};return Fs(Q1,{children:[Fs(K1,{children:[Fs(Y1,{children:[Wr(j1,{}),Wr("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:b=>r(b.target.value),onKeyUp:b=>{b.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:Wr(Ti,{isSubmitting:C,onClick:E,disabled:m,children:"Submit"})]}),a&&Wr(J1,{children:a})]}),Wr(_n,{onError:()=>s("Issue verifying you are a human")}),e.stacked?Wr(U,{loadingText:null,loading:C,disabled:m,onClick:E,children:"Submit"}):null]})}),K1=Bs.div`
1224
1224
  width: 100%;
1225
1225
  `,Y1=Bs.label`
1226
1226
  display: block;
@@ -1292,7 +1292,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1292
1292
  > a {
1293
1293
  text-decoration: underline;
1294
1294
  }
1295
- `;import{Fragment as ev,jsx as Ki,jsxs as Fp}from"react/jsx-runtime";var Bp=({isEditable:e,setIsEditable:t})=>{let o=X1(null);return Fp(ev,{children:[Ki(Yt,{if:!e,children:Ki(ji,{ref:o})}),Ki(Yt,{if:e,children:Fp(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Ki(Z1,{})," Continue with Email"]})})]})};import fv from"@heroicons/react/24/outline/PhoneIcon";import{useRef as hv}from"react";import{forwardRef as cv,useState as Ji}from"react";import zs from"styled-components";import tv from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as ov,AsYouType as rv,getCountries as nv,getCountryCallingCode as Yi,getExampleNumber as iv}from"libphonenumber-js/min";import{jsx as lv,jsxs as sv}from"react/jsx-runtime";var kn=(e,t)=>ov(String(e),t),Hs=(e,t)=>`+${Yi(t)} ${e}`,Hp=e=>`*${e.replaceAll("-","").slice(-4)}`,Gp=e=>new rv(e),av=nv().map(e=>({code:e,callCode:Yi(e)})),zp=e=>iv(e,tv)?.formatNational(),Vp=({value:e,onChange:t})=>lv("select",{value:e,onChange:t,children:av.map(o=>sv("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as mv,jsx as Mr,jsxs as Gs}from"react/jsx-runtime";var Lr=cv((e,t)=>{let{initLoginWithSms:o}=I(),{navigate:r,app:n}=S(),i=Dt(),[a,s]=Ji(""),[l,c]=Ji(n?.intl.defaultCountry??"US"),[u,y]=Ji(!1),[C,m]=Ji(null),E=kn(a,l),b=Gp(l),x=zp(l),v=Yi(l),W=u||i.status==="loading",M=u||!E||i.enabled&&i.status!=="success",R=v.length,k=F=>{let H=F.target.value;c(H),s(""),e.onChange&&e.onChange(a,H)},A=F=>{try{let H=F.replace(/\D/g,""),N=a.replace(/\D/g,""),_=H===N?F:b.input(F);s(_),e.onChange&&e.onChange(_,l)}catch(H){console.error("Error processing phone number:",H)}},L=()=>{let F=i.status==="success"?i.token:void 0;y(!0);let H=`+${v} ${a}`;e.onSubmitOverride?e.onSubmitOverride(H).catch(N=>{console.error(N),m("Issue submitting phone number"),y(!1)}):o(H,F).then(()=>{i.remove(),r("AWAITING_PASSWORDLESS_CODE")}).catch(N=>{N?.status===422?m(N.message):N?.privyErrorCode==="allowlist_rejected"?r("ALLOWLIST_REJECTION_SCREEN"):(console.error(N),m("Issue submitting phone number")),y(!1)})};return Gs(mv,{children:[Gs(dv,{children:[Gs(pv,{callingCodeLength:R,children:[Mr(Vp,{value:l,onChange:k}),Mr("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:x,onChange:F=>{A(F.target.value)},onKeyUp:F=>{F.key==="Enter"&&L()},value:a,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?Mr(Ti,{isSubmitting:W,onClick:L,disabled:M,children:"Submit"}):null]}),C&&Mr(uv,{children:C})]}),Mr(_n,{onError:()=>m("Issue verifying you are a human")}),e.stacked&&!e.noIncludeSubmitButton?Mr(U,{loading:W,loadingText:null,onClick:L,disabled:M,children:"Submit"}):null]})}),dv=zs.div`
1295
+ `;import{Fragment as ev,jsx as Ki,jsxs as Bp}from"react/jsx-runtime";var Hp=({isEditable:e,setIsEditable:t})=>{let o=X1(null);return Bp(ev,{children:[Ki(Jt,{if:!e,children:Ki(qi,{ref:o})}),Ki(Jt,{if:e,children:Bp(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Ki(Z1,{})," Continue with Email"]})})]})};import fv from"@heroicons/react/24/outline/PhoneIcon";import{useRef as hv}from"react";import{forwardRef as cv,useState as Ji}from"react";import zs from"styled-components";import tv from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as ov,AsYouType as rv,getCountries as nv,getCountryCallingCode as Yi,getExampleNumber as iv}from"libphonenumber-js/min";import{jsx as lv,jsxs as sv}from"react/jsx-runtime";var kn=(e,t)=>ov(String(e),t),Hs=(e,t)=>`+${Yi(t)} ${e}`,Gp=e=>`*${e.replaceAll("-","").slice(-4)}`,zp=e=>new rv(e),av=nv().map(e=>({code:e,callCode:Yi(e)})),Vp=e=>iv(e,tv)?.formatNational(),$p=({value:e,onChange:t})=>lv("select",{value:e,onChange:t,children:av.map(o=>sv("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as mv,jsx as Mr,jsxs as Gs}from"react/jsx-runtime";var Lr=cv((e,t)=>{let{initLoginWithSms:o}=I(),{navigate:r,app:n}=S(),i=Ut(),[a,s]=Ji(""),[l,c]=Ji(n?.intl.defaultCountry??"US"),[u,y]=Ji(!1),[C,m]=Ji(null),E=kn(a,l),b=zp(l),x=Vp(l),v=Yi(l),W=u||i.status==="loading",M=u||!E||i.enabled&&i.status!=="success",R=v.length,k=F=>{let H=F.target.value;c(H),s(""),e.onChange&&e.onChange(a,H)},A=F=>{try{let H=F.replace(/\D/g,""),N=a.replace(/\D/g,""),_=H===N?F:b.input(F);s(_),e.onChange&&e.onChange(_,l)}catch(H){console.error("Error processing phone number:",H)}},L=()=>{let F=i.status==="success"?i.token:void 0;y(!0);let H=`+${v} ${a}`;e.onSubmitOverride?e.onSubmitOverride(H).catch(N=>{console.error(N),m("Issue submitting phone number"),y(!1)}):o(H,F).then(()=>{i.remove(),r("AWAITING_PASSWORDLESS_CODE")}).catch(N=>{N?.status===422?m(N.message):N?.privyErrorCode==="allowlist_rejected"?r("ALLOWLIST_REJECTION_SCREEN"):(console.error(N),m("Issue submitting phone number")),y(!1)})};return Gs(mv,{children:[Gs(dv,{children:[Gs(pv,{callingCodeLength:R,children:[Mr($p,{value:l,onChange:k}),Mr("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:x,onChange:F=>{A(F.target.value)},onKeyUp:F=>{F.key==="Enter"&&L()},value:a,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?Mr(Ti,{isSubmitting:W,onClick:L,disabled:M,children:"Submit"}):null]}),C&&Mr(uv,{children:C})]}),Mr(_n,{onError:()=>m("Issue verifying you are a human")}),e.stacked&&!e.noIncludeSubmitButton?Mr(U,{loading:W,loadingText:null,onClick:L,disabled:M,children:"Submit"}):null]})}),dv=zs.div`
1296
1296
  width: 100%;
1297
1297
  `,pv=zs.label`
1298
1298
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
@@ -1390,9 +1390,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1390
1390
  > a {
1391
1391
  text-decoration: underline;
1392
1392
  }
1393
- `;import{Fragment as yv,jsx as Qi,jsxs as $p}from"react/jsx-runtime";var qp=({isEditable:e,setIsEditable:t})=>{let o=hv(null);return $p(yv,{children:[Qi(Yt,{if:!e,children:Qi(Lr,{ref:o})}),Qi(Yt,{if:e,children:$p(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Qi(fv,{})," Continue with SMS"]})})]})};import{useState as bv}from"react";import{jsx as jp,jsxs as gv}from"react/jsx-runtime";var Zi=({style:e,...t})=>gv("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:[jp("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"}),jp("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as An,jsxs as vv}from"react/jsx-runtime";var Xi=({style:e,...t})=>vv("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:[An("g",{clipPath:"url(#clip0)",children:An("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"})}),An("defs",{children:An("clipPath",{id:"clip0",children:An("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Kp}from"react/jsx-runtime";var ea=({style:e,...t})=>Kp("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:Kp("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"currentColor"})});import{jsx as ta,jsxs as wv}from"react/jsx-runtime";var oa=({style:e,...t})=>wv("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:[ta("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"}),ta("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"}),ta("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"}),ta("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as ra}from"react/jsx-runtime";function na({style:e,...t}){return ra("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:ra("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ra("g",{transform:"scale(5.12,5.12)",children:ra("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as Vs,jsxs as Cv}from"react/jsx-runtime";function ia(e){return Cv("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:[Vs("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"}),Vs("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"}),Vs("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"currentColor"})]})}import{jsx as Yp}from"react/jsx-runtime";var aa=({style:e,...t})=>Yp("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:Yp("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156 ",fill:"currentColor"})});import{jsx as Jo,jsxs as Pv}from"react/jsx-runtime";var Ev={apple:{logo:Jo(Zi,{}),displayName:"Apple"},discord:{logo:Jo(Xi,{}),displayName:"Discord"},github:{logo:Jo(ea,{}),displayName:"GitHub"},google:{logo:Jo(oa,{}),displayName:"Google"},linkedin:{logo:Jo(na,{}),displayName:"LinkedIn"},twitter:{logo:Jo(aa,{}),displayName:"Twitter"},tiktok:{logo:Jo(ia,{}),displayName:"TikTok"}},Eo=({provider:e})=>{let[t,o]=bv(!1),{initLoginWithOAuth:r}=I(),{displayName:n,logo:i}=Ev[e];return Pv(me,{onClick:()=>{o(!0),r(e),o(!1)},disabled:t,children:[i," ",n]})};import xv from"@heroicons/react/24/outline/ChevronRightIcon";import Tv from"@heroicons/react/24/outline/WalletIcon";import{jsx as $s,jsxs as Sv}from"react/jsx-runtime";var Jp=({onClick:e,text:t})=>Sv(me,{onClick:e,children:[$s(Tv,{}),$s(Ri,{children:t}),$s(xv,{})]});import _v from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Qp,jsxs as kv}from"react/jsx-runtime";var Zp=({onClick:e,text:t,icon:o})=>kv(me,{onClick:e,children:[o,Qp(Ri,{children:t}),Qp(_v,{})]});import{Fragment as Rn,jsx as ce,jsxs as Nr}from"react/jsx-runtime";var eu=()=>{let{closePrivyModal:e,connectors:t}=I(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:s,discord:l,github:c,tiktok:u,linkedin:y,apple:C,wallet:m}=o?.loginMethods??{},E=o?.appearance.loginGroupPriority||"web2-first",b=o?.appearance.hideDirectWeb2Inputs,[x,v]=Xp("default"),[W,M]=Xp(n?"email":"sms");Wv(()=>{M(n?"email":"sms")},[n]);let R=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{v("default")},150)};r.current=R;let k=[n&&ce(Bp,{isEditable:W==="email",setIsEditable:()=>{M("email")}}),i&&ce(qp,{isEditable:W==="sms",setIsEditable:()=>{M("sms")}})].filter(Boolean),A=[a&&ce(Eo,{provider:"google"}),s&&ce(Eo,{provider:"twitter"}),l&&ce(Eo,{provider:"discord"}),c&&ce(Eo,{provider:"github"}),u&&ce(Eo,{provider:"tiktok"}),y&&ce(Eo,{provider:"linkedin"}),C&&ce(Eo,{provider:"apple"})].filter(Boolean),L=hs(o?.appearance.walletList??[],t,!1),F=x==="default"?void 0:()=>{v("default")},H=Nv({priority:E,email:n,sms:i,social:A}),N=Ov({priority:E,email:n,sms:i,social:A}),_=Dv({priority:E,email:n,sms:i,social:A}),Q=ce(Jp,{text:_,onClick:()=>v("web3-overflow")}),re=ce(Zp,{text:H,icon:N,onClick:()=>v("web2-overflow")}),pe=b?0:1;return Nr(Rn,{children:[ce(T,{title:"Log in or Sign Up",onClose:R,backFn:F}),x==="default"&&ce(Lv,{}),ce(wd,{style:{overflow:"hidden",padding:2},children:Nr(yo,{children:[x==="default"&&E==="web2-first"&&Nr(Rn,{children:[...k,...A.length+k.length>4?A.slice(0,3-k.length):A,k.length+A.length>4&&re,m&&Q]}),x==="default"&&E==="web3-first"&&Nr(Rn,{children:[m&&Nr(Rn,{children:[...L.length>4?L.slice(0,3):L,L.length>4&&Q]}),k.length+A.length>pe&&re,k.length+A.length===pe&&k.length?k[0]:null,k.length+A.length===pe&&A.length?A[0]:null]}),x==="web2-overflow"&&Nr(Rn,{children:[...E==="web3-first"?k:[],...A]}),...x==="web3-overflow"?L:[]]})}),o&&ce(ki,{app:o}),ce(B,{protectedByPrivy:!0})]})},Lv=Mv(Wi)`
1393
+ `;import{Fragment as yv,jsx as Qi,jsxs as jp}from"react/jsx-runtime";var qp=({isEditable:e,setIsEditable:t})=>{let o=hv(null);return jp(yv,{children:[Qi(Jt,{if:!e,children:Qi(Lr,{ref:o})}),Qi(Jt,{if:e,children:jp(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Qi(fv,{})," Continue with SMS"]})})]})};import{useState as bv}from"react";import{jsx as Kp,jsxs as gv}from"react/jsx-runtime";var Zi=({style:e,...t})=>gv("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:[Kp("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"}),Kp("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as An,jsxs as vv}from"react/jsx-runtime";var Xi=({style:e,...t})=>vv("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:[An("g",{clipPath:"url(#clip0)",children:An("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"})}),An("defs",{children:An("clipPath",{id:"clip0",children:An("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Yp}from"react/jsx-runtime";var ea=({style:e,...t})=>Yp("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:Yp("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"currentColor"})});import{jsx as ta,jsxs as wv}from"react/jsx-runtime";var oa=({style:e,...t})=>wv("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:[ta("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"}),ta("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"}),ta("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"}),ta("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as ra}from"react/jsx-runtime";function na({style:e,...t}){return ra("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:ra("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ra("g",{transform:"scale(5.12,5.12)",children:ra("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as Vs,jsxs as Cv}from"react/jsx-runtime";function ia(e){return Cv("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:[Vs("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"}),Vs("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"}),Vs("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"currentColor"})]})}import{jsx as Jp}from"react/jsx-runtime";var aa=({style:e,...t})=>Jp("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:Jp("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156 ",fill:"currentColor"})});import{jsx as Qo,jsxs as Pv}from"react/jsx-runtime";var Ev={apple:{logo:Qo(Zi,{}),displayName:"Apple"},discord:{logo:Qo(Xi,{}),displayName:"Discord"},github:{logo:Qo(ea,{}),displayName:"GitHub"},google:{logo:Qo(oa,{}),displayName:"Google"},linkedin:{logo:Qo(na,{}),displayName:"LinkedIn"},twitter:{logo:Qo(aa,{}),displayName:"Twitter"},tiktok:{logo:Qo(ia,{}),displayName:"TikTok"}},xo=({provider:e})=>{let[t,o]=bv(!1),{initLoginWithOAuth:r}=I(),{displayName:n,logo:i}=Ev[e];return Pv(me,{onClick:()=>{o(!0),r(e),o(!1)},disabled:t,children:[i," ",n]})};import xv from"@heroicons/react/24/outline/ChevronRightIcon";import Tv from"@heroicons/react/24/outline/WalletIcon";import{jsx as $s,jsxs as Sv}from"react/jsx-runtime";var Qp=({onClick:e,text:t})=>Sv(me,{onClick:e,children:[$s(Tv,{}),$s(Ri,{children:t}),$s(xv,{})]});import _v from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Zp,jsxs as kv}from"react/jsx-runtime";var Xp=({onClick:e,text:t,icon:o})=>kv(me,{onClick:e,children:[o,Zp(Ri,{children:t}),Zp(_v,{})]});import{Fragment as Rn,jsx as ce,jsxs as Nr}from"react/jsx-runtime";var tu=()=>{let{closePrivyModal:e,connectors:t}=I(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:s,discord:l,github:c,tiktok:u,linkedin:y,apple:C,wallet:m}=o?.loginMethods??{},E=o?.appearance.loginGroupPriority||"web2-first",b=o?.appearance.hideDirectWeb2Inputs,[x,v]=eu("default"),[W,M]=eu(n?"email":"sms");Wv(()=>{M(n?"email":"sms")},[n]);let R=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{v("default")},150)};r.current=R;let k=[n&&ce(Hp,{isEditable:W==="email",setIsEditable:()=>{M("email")}}),i&&ce(qp,{isEditable:W==="sms",setIsEditable:()=>{M("sms")}})].filter(Boolean),A=[a&&ce(xo,{provider:"google"}),s&&ce(xo,{provider:"twitter"}),l&&ce(xo,{provider:"discord"}),c&&ce(xo,{provider:"github"}),u&&ce(xo,{provider:"tiktok"}),y&&ce(xo,{provider:"linkedin"}),C&&ce(xo,{provider:"apple"})].filter(Boolean),L=hs(o?.appearance.walletList??[],t,!1),F=x==="default"?void 0:()=>{v("default")},H=Nv({priority:E,email:n,sms:i,social:A}),N=Ov({priority:E,email:n,sms:i,social:A}),_=Dv({priority:E,email:n,sms:i,social:A}),Q=ce(Qp,{text:_,onClick:()=>v("web3-overflow")}),re=ce(Xp,{text:H,icon:N,onClick:()=>v("web2-overflow")}),pe=b?0:1;return Nr(Rn,{children:[ce(T,{title:"Log in or Sign Up",onClose:R,backFn:F}),x==="default"&&ce(Lv,{}),ce(Cd,{style:{overflow:"hidden",padding:2},children:Nr(vo,{children:[x==="default"&&E==="web2-first"&&Nr(Rn,{children:[...k,...A.length+k.length>4?A.slice(0,3-k.length):A,k.length+A.length>4&&re,m&&Q]}),x==="default"&&E==="web3-first"&&Nr(Rn,{children:[m&&Nr(Rn,{children:[...L.length>4?L.slice(0,3):L,L.length>4&&Q]}),k.length+A.length>pe&&re,k.length+A.length===pe&&k.length?k[0]:null,k.length+A.length===pe&&A.length?A[0]:null]}),x==="web2-overflow"&&Nr(Rn,{children:[...E==="web3-first"?k:[],...A]}),...x==="web3-overflow"?L:[]]})}),o&&ce(ki,{app:o}),ce(B,{protectedByPrivy:!0})]})},Lv=Mv(Wi)`
1394
1394
  margin-bottom: 16px;
1395
- `,Nv=({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",Ov=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?ce(Iv,{}):t&&o?ce(Lp,{}):t?ce(Av,{}):o?ce(Rv,{}):null,Dv=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as Uv}from"@heroicons/react/24/outline";import{Fragment as Fv,jsx as Po,jsxs as Bv}from"react/jsx-runtime";var tu=()=>{let{app:e}=S();return Bv(Fv,{children:[Po(T,{},"header"),Po(q,{}),Po(ue,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Po(Uv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Po(uo,{children:Po(ji,{stacked:!0})}),Po(K,{}),Po(B,{protectedByPrivy:!0})]})};import{PhoneIcon as Hv}from"@heroicons/react/24/outline";import{Fragment as Gv,jsx as xo,jsxs as zv}from"react/jsx-runtime";var ou=()=>{let{app:e}=S();return zv(Gv,{children:[xo(T,{},"header"),xo(q,{}),xo(ue,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:xo(Hv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),xo(uo,{children:xo(Lr,{stacked:!0})}),xo(K,{}),xo(B,{protectedByPrivy:!0})]})};import{Fragment as Vv,jsx as In,jsxs as $v}from"react/jsx-runtime";var ru=()=>{let{linkingHint:e}=I(),{app:t}=S(),o=e?`Select the wallet with ${so(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return $v(Vv,{children:[In(T,{},"header"),In(fo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),In(yo,{children:In(wr,{connectOnly:!1})}),In(B,{protectedByPrivy:!0})]})};import{jsx as nu,jsxs as qv}from"react/jsx-runtime";var iu=({style:e,...t})=>qv("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:[nu("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),nu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as jv,jsx as To,jsxs as au}from"react/jsx-runtime";var su=()=>{let{closePrivyModal:e}=I(),{navigate:t}=S();return au(jv,{children:[To(T,{},"header"),To(q,{}),To(iu,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),To(fo,{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"}}),au(uo,{children:[To(U,{onClick:()=>t("LANDING"),children:"Try again"}),To(jt,{onClick:()=>e(),children:"Cancel"})]}),To(K,{}),To(B,{protectedByPrivy:!0})]})};import{CheckIcon as Ru}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as Aw,FingerPrintIcon as Rw,PhoneIcon as Iw,TrashIcon as Iu}from"@heroicons/react/24/outline";import{CheckCircleIcon as Wu,DevicePhoneMobileIcon as Mu,PhoneIcon as tl}from"@heroicons/react/24/solid";import{ShieldCheckIcon as el}from"@heroicons/react/24/solid";import{CheckBadgeIcon as Ww,IdentificationIcon as Mw}from"@heroicons/react/24/solid";import{useEffect as Lu,useState as Ut}from"react";import{useState as Kv}from"react";import Yv from"styled-components";import{jsx as lu}from"react/jsx-runtime";var sa=({style:e,color:t,...o})=>lu("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:lu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as qs}from"react/jsx-runtime";var cu=({color:e,...t})=>qs("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:qs("g",{children:qs("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as du,jsxs as Qv}from"react/jsx-runtime";var pu=e=>{let[t,o]=Kv(!1);return Qv(Jv,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?du(sa,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):du(cu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Jv=Yv.button`
1395
+ `,Nv=({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",Ov=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?ce(Iv,{}):t&&o?ce(Np,{}):t?ce(Av,{}):o?ce(Rv,{}):null,Dv=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as Uv}from"@heroicons/react/24/outline";import{Fragment as Fv,jsx as To,jsxs as Bv}from"react/jsx-runtime";var ou=()=>{let{app:e}=S();return Bv(Fv,{children:[To(T,{},"header"),To(j,{}),To(ue,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:To(Uv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),To(fo,{children:To(qi,{stacked:!0})}),To(K,{}),To(B,{protectedByPrivy:!0})]})};import{PhoneIcon as Hv}from"@heroicons/react/24/outline";import{Fragment as Gv,jsx as So,jsxs as zv}from"react/jsx-runtime";var ru=()=>{let{app:e}=S();return zv(Gv,{children:[So(T,{},"header"),So(j,{}),So(ue,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:So(Hv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),So(fo,{children:So(Lr,{stacked:!0})}),So(K,{}),So(B,{protectedByPrivy:!0})]})};import{Fragment as Vv,jsx as In,jsxs as $v}from"react/jsx-runtime";var nu=()=>{let{linkingHint:e}=I(),{app:t}=S(),o=e?`Select the wallet with ${co(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return $v(Vv,{children:[In(T,{},"header"),In(yo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),In(vo,{children:In(wr,{connectOnly:!1})}),In(B,{protectedByPrivy:!0})]})};import{jsx as iu,jsxs as jv}from"react/jsx-runtime";var au=({style:e,...t})=>jv("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:[iu("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),iu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as qv,jsx as _o,jsxs as su}from"react/jsx-runtime";var lu=()=>{let{closePrivyModal:e}=I(),{navigate:t}=S();return su(qv,{children:[_o(T,{},"header"),_o(j,{}),_o(au,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),_o(yo,{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"}}),su(fo,{children:[_o(U,{onClick:()=>t("LANDING"),children:"Try again"}),_o(Kt,{onClick:()=>e(),children:"Cancel"})]}),_o(K,{}),_o(B,{protectedByPrivy:!0})]})};import{CheckIcon as Iu}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as Aw,FingerPrintIcon as Rw,PhoneIcon as Iw,TrashIcon as Wu}from"@heroicons/react/24/outline";import{CheckCircleIcon as Mu,DevicePhoneMobileIcon as Lu,PhoneIcon as tl}from"@heroicons/react/24/solid";import{ShieldCheckIcon as el}from"@heroicons/react/24/solid";import{CheckBadgeIcon as Ww,IdentificationIcon as Mw}from"@heroicons/react/24/solid";import{useEffect as Nu,useState as Ft}from"react";import{useState as Kv}from"react";import Yv from"styled-components";import{jsx as cu}from"react/jsx-runtime";var sa=({style:e,color:t,...o})=>cu("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:cu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as js}from"react/jsx-runtime";var du=({color:e,...t})=>js("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:js("g",{children:js("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as pu,jsxs as Qv}from"react/jsx-runtime";var uu=e=>{let[t,o]=Kv(!1);return Qv(Jv,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?pu(sa,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):pu(du,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Jv=Yv.button`
1396
1396
  display: flex;
1397
1397
  align-items: center;
1398
1398
  gap: 6px;
@@ -1430,7 +1430,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1430
1430
  width: 14px;
1431
1431
  height: 14px;
1432
1432
  }
1433
- `;import{useState as js}from"react";import{isMobile as nw}from"react-device-detect";import vu from"styled-components";import"wicg-inert";import{useCallback as uu,useRef as Zv}from"react";import{useEffect as Xv}from"react";import la from"styled-components";import{Fragment as ow,jsx as mu,jsxs as rw}from"react/jsx-runtime";var ew=({children:e,open:t,onClick:o,...r})=>{let n=Zv(null);return Xv(()=>{let i=document.getElementById("root")??document.getElementById("__next");t?(i&&i.setAttribute("inert","true"),n.current&&(document.body.style.touchAction="none",document.body.style.overflow="hidden"),n.current?.show()):(i&&i.removeAttribute("inert"),n.current?.close(),document.body.style.removeProperty("touch-action"),document.body.style.removeProperty("overflow"))},[t]),rw(ow,{children:[mu(tw,{className:t?"open":"",onClick:o}),mu("dialog",{role:"dialog",...r,ref:n,children:e})]})},fu=e=>{let{closePrivyModal:t}=I(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),n=uu(()=>{if(e)e();else if(r?.current)r.current(),r.current=null;else return t({shouldCallAuthOnSuccess:!1})},[t]),i=uu(a=>{a.key==="Escape"&&o?.render.inDialog&&n()},[o?.render.inDialog,n]);return{gracefulClosePrivyModal:n,onEscape:i}},Or=la.div`
1433
+ `;import{useState as qs}from"react";import{isMobile as nw}from"react-device-detect";import wu from"styled-components";import"wicg-inert";import{useCallback as mu,useRef as Zv}from"react";import{useEffect as Xv}from"react";import la from"styled-components";import{Fragment as ow,jsx as fu,jsxs as rw}from"react/jsx-runtime";var ew=({children:e,open:t,onClick:o,...r})=>{let n=Zv(null);return Xv(()=>{let i=document.getElementById("root")??document.getElementById("__next");t?(i&&i.setAttribute("inert","true"),n.current&&(document.body.style.touchAction="none",document.body.style.overflow="hidden"),n.current?.show()):(i&&i.removeAttribute("inert"),n.current?.close(),document.body.style.removeProperty("touch-action"),document.body.style.removeProperty("overflow"))},[t]),rw(ow,{children:[fu(tw,{className:t?"open":"",onClick:o}),fu("dialog",{role:"dialog",...r,ref:n,children:e})]})},hu=e=>{let{closePrivyModal:t}=I(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),n=mu(()=>{if(e)e();else if(r?.current)r.current(),r.current=null;else return t({shouldCallAuthOnSuccess:!1})},[t]),i=mu(a=>{a.key==="Escape"&&o?.render.inDialog&&n()},[o?.render.inDialog,n]);return{gracefulClosePrivyModal:n,onEscape:i}},Or=la.div`
1434
1434
  display: flex;
1435
1435
  flex-direction: column;
1436
1436
  text-align: center;
@@ -1465,7 +1465,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1465
1465
  -webkit-backdrop-filter: blur(3px);
1466
1466
  backdrop-filter: blur(3px);
1467
1467
  }
1468
- `,hu=la(ew)`
1468
+ `,yu=la(ew)`
1469
1469
  // reset some default dialog styles
1470
1470
  padding: 0;
1471
1471
  background: transparent;
@@ -1534,13 +1534,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1534
1534
  transition: none;
1535
1535
  }
1536
1536
  }
1537
- `,yu=la.div`
1537
+ `,gu=la.div`
1538
1538
  display: flex;
1539
1539
  flex-direction: column;
1540
1540
  align-items: center;
1541
1541
  justify-content: center;
1542
1542
  height: 100%;
1543
- `;import{Fragment as pw,jsx as Wn,jsxs as dw}from"react/jsx-runtime";var Mn=6,iw=new Array(Mn).fill("");function aw(e){return e.replace(/\s+/g,"")}function Ks(e){return/^[0-9]{1}$/.test(e)}function gu(e){return e.length===Mn&&e.every(Ks)}function sw(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Dr=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=js(iw),[a,s]=js(null),[l,c]=js(null),u=async E=>{E.preventDefault();let b=aw(E.currentTarget.value);if(b==="")return;let x=sw(n,Ks),v=b.split(""),W=!v.every(Ks),M=v.length+x>Mn;if(W){s("Passcode can only be numbers"),c(1);return}if(M){s("Passcode must be exactly 6 numbers"),c(1);return}s(null),c(null);let R=Number(E.currentTarget.name?.charAt(4)),k=[...b||[""]].slice(0,Mn-R),A=[...n.slice(0,R),...k,...n.slice(R+k.length)];i(A);let L=k.length,F=Math.min(Math.max(R+L,0),Mn-1);if(document.querySelector(`input[name=pin-${F}]`)?.focus(),gu(A))try{await e(A.join("")),document.querySelector(`input[name=pin-${F}]`)?.blur()}catch(N){c(1),s(N.message)}else try{await e(null)}catch(N){c(1),s(N.message)}},y=E=>{l===1&&(s(null),c(null));let b=[...n.slice(0,E),"",...n.slice(E+1)];i(b),E>0&&document.querySelector(`input[name=pin-${E-1}]`)?.focus(),gu(b)?e(b.join("")):e(null)},m=r?"success":!!(o||a)?"fail":"";return Wn(pw,{children:dw(lw,{children:[Wn("div",{children:n.map((E,b)=>Wn("input",{name:`pin-${b}`,type:"text",value:n[b],onChange:u,onKeyUp:x=>{x.key==="Backspace"&&y(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:m,autoComplete:nw?"one-time-code":"off",disabled:t},b))}),Wn("div",{children:Wn(cw,{fail:!!o||!!a,children:o||a})})]})})},lw=vu.div`
1543
+ `;import{Fragment as pw,jsx as Wn,jsxs as dw}from"react/jsx-runtime";var Mn=6,iw=new Array(Mn).fill("");function aw(e){return e.replace(/\s+/g,"")}function Ks(e){return/^[0-9]{1}$/.test(e)}function vu(e){return e.length===Mn&&e.every(Ks)}function sw(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var Dr=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=qs(iw),[a,s]=qs(null),[l,c]=qs(null),u=async E=>{E.preventDefault();let b=aw(E.currentTarget.value);if(b==="")return;let x=sw(n,Ks),v=b.split(""),W=!v.every(Ks),M=v.length+x>Mn;if(W){s("Passcode can only be numbers"),c(1);return}if(M){s("Passcode must be exactly 6 numbers"),c(1);return}s(null),c(null);let R=Number(E.currentTarget.name?.charAt(4)),k=[...b||[""]].slice(0,Mn-R),A=[...n.slice(0,R),...k,...n.slice(R+k.length)];i(A);let L=k.length,F=Math.min(Math.max(R+L,0),Mn-1);if(document.querySelector(`input[name=pin-${F}]`)?.focus(),vu(A))try{await e(A.join("")),document.querySelector(`input[name=pin-${F}]`)?.blur()}catch(N){c(1),s(N.message)}else try{await e(null)}catch(N){c(1),s(N.message)}},y=E=>{l===1&&(s(null),c(null));let b=[...n.slice(0,E),"",...n.slice(E+1)];i(b),E>0&&document.querySelector(`input[name=pin-${E-1}]`)?.focus(),vu(b)?e(b.join("")):e(null)},m=r?"success":!!(o||a)?"fail":"";return Wn(pw,{children:dw(lw,{children:[Wn("div",{children:n.map((E,b)=>Wn("input",{name:`pin-${b}`,type:"text",value:n[b],onChange:u,onKeyUp:x=>{x.key==="Backspace"&&y(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:m,autoComplete:nw?"one-time-code":"off",disabled:t},b))}),Wn("div",{children:Wn(cw,{fail:!!o||!!a,children:o||a})})]})})},lw=wu.div`
1544
1544
  display: flex;
1545
1545
  flex-direction: column;
1546
1546
  width: 100%;
@@ -1611,7 +1611,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1611
1611
  transform: translate(1px, 0px);
1612
1612
  }
1613
1613
  }
1614
- `,cw=vu.div`
1614
+ `,cw=wu.div`
1615
1615
  line-height: 20px;
1616
1616
  font-size: 13px;
1617
1617
  display: flex;
@@ -1619,7 +1619,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1619
1619
  width: 100%;
1620
1620
 
1621
1621
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1622
- `;import{useContext as uw}from"react";function Ur(){let{promptMfa:e,init:t,submit:o,cancel:r}=uw(Ce);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as mw}from"react";function Ln(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=mw(Ce);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import fw from"styled-components";import{jsx as wu,jsxs as yw}from"react/jsx-runtime";var Cu=e=>yw(hw,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[wu("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),wu("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"})]}),hw=fw.svg`
1622
+ `;import{useContext as uw}from"react";function Ur(){let{promptMfa:e,init:t,submit:o,cancel:r}=uw(Ce);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as mw}from"react";function Ln(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=mw(Ce);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import fw from"styled-components";import{jsx as Cu,jsxs as yw}from"react/jsx-runtime";var bu=e=>yw(hw,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Cu("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Cu("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"})]}),hw=fw.svg`
1623
1623
  height: 90px;
1624
1624
  width: 90px;
1625
1625
 
@@ -1630,7 +1630,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1630
1630
  > path {
1631
1631
  fill: white;
1632
1632
  }
1633
- `;import{ShieldCheckIcon as _w}from"@heroicons/react/24/solid";import gw from"qrcode";import vw from"react";import ww from"styled-components";import{jsx as bu}from"react/jsx-runtime";var Eu=()=>bu("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:bu("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Nn,jsx as Be,jsxs as Tu}from"react/jsx-runtime";var it=7,Ys=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let s=e?.[a];s&&s[i]&&(s[i]=0)}return e},Cw=e=>{let t=gw.create(e,{errorCorrectionLevel:"high"}).modules,o=mc(Array.from(t.data),t.size);return o=Ys(o,0,0,it,it),o=Ys(o,o.length-it,0,it,it),o=Ys(o,0,o.length-it,it,it),o},bw=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>Be(Nn,{children:[0,1,2].map(i=>Be("circle",{r:o*(it-i*2)/2,cx:e+o*it/2,cy:t+o*it/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Ew=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-it)*e,0],[0,(t-it)*e]];return Be(Nn,{children:n.map(([i,a])=>Be(bw,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Pw=({matrix:e,cellSize:t,color:o})=>Be(Nn,{children:e.map((r,n)=>r.map((i,a)=>i?Be("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):Be(vw.Fragment,{},`circle-${n}-${a}`)))}),Pu=(e,t)=>e-e%t,xw=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return Be(Nn,{});let a=r||40,s=n||4,l=o,c=e/2-a/2-s;return Tu(Nn,{children:[Be("rect",{x:Pu(c,t),y:Pu(c,t),width:a+s*2+(c%t?t+.5:.5),height:a+s*2+(c%t?t+.5:.5),fill:i}),Be(l,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Tw=e=>{let t=e.outputSize,o=Cw(e.url),r=t/o.length;return Tu("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[Be(Pw,{matrix:o,cellSize:r,color:e.fgColor}),Be(Ew,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),Be(xw,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},Sw=ww.div`
1633
+ `;import{ShieldCheckIcon as _w}from"@heroicons/react/24/solid";import gw from"qrcode";import vw from"react";import ww from"styled-components";import{jsx as Eu}from"react/jsx-runtime";var Pu=()=>Eu("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:Eu("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Nn,jsx as Be,jsxs as Su}from"react/jsx-runtime";var it=7,Ys=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let s=e?.[a];s&&s[i]&&(s[i]=0)}return e},Cw=e=>{let t=gw.create(e,{errorCorrectionLevel:"high"}).modules,o=fc(Array.from(t.data),t.size);return o=Ys(o,0,0,it,it),o=Ys(o,o.length-it,0,it,it),o=Ys(o,0,o.length-it,it,it),o},bw=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>Be(Nn,{children:[0,1,2].map(i=>Be("circle",{r:o*(it-i*2)/2,cx:e+o*it/2,cy:t+o*it/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Ew=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-it)*e,0],[0,(t-it)*e]];return Be(Nn,{children:n.map(([i,a])=>Be(bw,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Pw=({matrix:e,cellSize:t,color:o})=>Be(Nn,{children:e.map((r,n)=>r.map((i,a)=>i?Be("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):Be(vw.Fragment,{},`circle-${n}-${a}`)))}),xu=(e,t)=>e-e%t,xw=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return Be(Nn,{});let a=r||40,s=n||4,l=o,c=e/2-a/2-s;return Su(Nn,{children:[Be("rect",{x:xu(c,t),y:xu(c,t),width:a+s*2+(c%t?t+.5:.5),height:a+s*2+(c%t?t+.5:.5),fill:i}),Be(l,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Tw=e=>{let t=e.outputSize,o=Cw(e.url),r=t/o.length;return Su("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[Be(Pw,{matrix:o,cellSize:r,color:e.fgColor}),Be(Ew,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),Be(xw,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},Sw=ww.div`
1634
1634
  display: flex;
1635
1635
  justify-content: center;
1636
1636
  align-items: center;
@@ -1645,7 +1645,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1645
1645
  border-color: ${e=>e.fgColor};
1646
1646
  border-radius: var(--privy-border-radius-md);
1647
1647
  }
1648
- `,xu=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return Be(Sw,{size:r,bgColor:t,fgColor:o,children:Be(Tw,{url:e.url,logo:{element:e.squareLogoElement??Eu},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as kw}from"react/jsx-runtime";var Su=({size:e,authUrl:t})=>kw(xu,{url:t,squareLogoElement:_w,size:e,fgColor:"#1F1F1F"});import ye from"styled-components";var Ie=ye.div`
1648
+ `,Tu=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return Be(Sw,{size:r,bgColor:t,fgColor:o,children:Be(Tw,{url:e.url,logo:{element:e.squareLogoElement??Pu},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as kw}from"react/jsx-runtime";var _u=({size:e,authUrl:t})=>kw(Tu,{url:t,squareLogoElement:_w,size:e,fgColor:"#1F1F1F"});import ye from"styled-components";var Ie=ye.div`
1649
1649
  display: flex;
1650
1650
  flex-direction: column;
1651
1651
  align-items: center;
@@ -1663,7 +1663,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1663
1663
  font-size: 0.875rem;
1664
1664
 
1665
1665
  text-align: center;
1666
- `,So=ye.div`
1666
+ `,ko=ye.div`
1667
1667
  display: flex;
1668
1668
  flex-direction: column;
1669
1669
  align-items: center;
@@ -1673,7 +1673,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1673
1673
  @media (max-width: 440px) {
1674
1674
  padding: 10px 10px 20px;
1675
1675
  }
1676
- `,_u=ye.div`
1676
+ `,ku=ye.div`
1677
1677
  display: flex;
1678
1678
  flex-direction: column;
1679
1679
  align-items: stretch;
@@ -1700,7 +1700,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1700
1700
  font-size: 0.875rem;
1701
1701
  line-height: 1rem;
1702
1702
  text-align: left;
1703
- `,_o=ye.div`
1703
+ `,Ao=ye.div`
1704
1704
  display: flex;
1705
1705
  flex-direction: column;
1706
1706
  gap: 10px;
@@ -1768,11 +1768,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
1768
1768
  width: 100%;
1769
1769
  display: flex;
1770
1770
  justify-content: space-between;
1771
- `,ku=ye.p`
1771
+ `,Au=ye.p`
1772
1772
  text-align: left;
1773
1773
  width: 100%;
1774
1774
  color: var(--privy-color-foreground-3) !important;
1775
- `,Au=ye.div`
1775
+ `,Ru=ye.div`
1776
1776
  display: flex;
1777
1777
  height: 48px;
1778
1778
  width: 100%;
@@ -1825,7 +1825,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1825
1825
  width: auto !important;
1826
1826
  color: white;
1827
1827
  }
1828
- `;import{Fragment as ft,jsx as f,jsxs as $}from"react/jsx-runtime";var Nu=()=>{let{user:e,enrollInMfa:t}=z(),[o,r]=Ut(!1),[n,i]=Ut(null),[a,s]=Ut(null),{unenrollWithSms:l,unenrollWithTotp:c}=Ln(),{app:u,ready:y,data:C,onUserCloseViaDialogOrKeybindRef:m}=S(),{closePrivyModal:E}=I(),b=Dt(),{promptMfa:x}=Ur(),v=()=>{b.remove(),E({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{s(null),i(null)},500)};m.current=v;let W=e?.mfaMethods.includes("sms"),M=!!e?.phone,R=e?.mfaMethods.includes("totp"),k=W||R;Lu(()=>{k&&r(!0)},[k]);function A(){s(null),i(null)}function L(){r(!1)}async function F(Q){await x(),i(Q)}if(!y||!e||!u)return $(ft,{children:[f(T,{onClose:v},"header"),f(Ie,{children:f(Cu,{})}),f(So,{children:f(Mt,{})}),f(Y,{})]});async function H(){s(null);try{await l()}catch{s(null)}}async function N(){s(null);try{await c()}catch{s(null)}}if(a==="sms")return $(ft,{children:[f(T,{backFn:A,onClose:v},"header"),f(Ie,{children:f(He,{children:f(tl,{})})}),f(We,{children:"Remove SMS verification?"}),$(Te,{children:["MFA adds an extra layer of security to your ",u?.name," account. Make sure you have other methods to secure your account."]}),f(_o,{children:f(U,{warn:!0,onClick:H,children:"Remove SMS for MFA"})}),f(Y,{})]});if(a==="totp")return $(ft,{children:[f(T,{backFn:A,onClose:v},"header"),f(Ie,{children:f(He,{children:f(Mu,{})})}),f(We,{children:"Remove Authenticator App verification?"}),$(Te,{children:["MFA adds an extra layer of security to your ",u?.name," account. Make sure you have other methods to secure your account."]}),f(_o,{children:f(U,{warn:!0,onClick:N,children:"Remove Authenticator App for MFA"})}),f(Y,{})]});if(C.mfaEnrollmentFlow.mfaMethods.length===0&&!k)return $(ft,{children:[f(T,{onClose:v},"header"),f(Ie,{children:f(He,{children:f(el,{})})}),f(We,{children:"Add more security"}),$(Te,{children:[u?.name," does not have any verification methods enabled."]}),f(_o,{children:f(U,{onClick:v,children:"Close"})}),f(Y,{})]});let _=!k&&!o;if(_)return $(ft,{children:[f(T,{onClose:v},"header"),f(Ie,{children:f(He,{children:f(el,{})})}),f(We,{children:"Transaction Protection"}),f(Te,{children:"Set up transaction protection to add an extra layer of security to your account"}),$(_u,{children:[$(Qs,{children:[f(Js,{children:f(Ww,{})}),"Enable 2-Step verification for your ",u?.name," wallet."]}),$(Qs,{children:[f(Js,{children:f(Mw,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),$(_o,{children:[f(U,{onClick:()=>r(!0),children:"Continue"}),f(jt,{onClick:v,children:"Not now"})]}),f(Y,{})]});switch(n){case"sms":return f(Lw,{onComplete:v,onReset:A,onClose:v});case"totp":return f(Nw,{onComplete:v,onClose:v,onReset:A});default:return $(ft,{children:[f(T,{backFn:_?L:void 0,onClose:v},"header"),f(Ie,{children:f(He,{children:f(el,{})})}),f(We,{children:"Choose a verification method"}),k?f(Te,{children:"To add or delete verification methods, verification is required."}):f(Te,{children:"How would you like to verify your identity? You can change this later."}),$(ca,{children:[(C.mfaEnrollmentFlow.mfaMethods.includes("totp")||R)&&$(da,{children:[f(me,{disabled:R,onClick:()=>F("totp"),children:$(ua,{children:[$(pa,{children:[f(Aw,{}),"Authenticator App"]}),R?$(Fr,{children:[f(Ru,{}),"Added"]}):f(Fr,{children:"Recommended"})]})}),R&&f(Zs,{id:"remove",onClick:()=>s("totp"),children:f(Iu,{})})]},"totp"),(C.mfaEnrollmentFlow.mfaMethods.includes("sms")||W)&&$(da,{children:[f(me,{disabled:W||M,onClick:()=>F("sms"),children:$(ua,{children:[$(pa,{children:[f(Iw,{}),"SMS"]}),W&&$(Fr,{children:[f(Ru,{}),"Added"]}),M&&f(Fr,{children:"Disabled"})]})}),W&&f(Zs,{id:"remove",onClick:()=>s("sms"),children:f(Iu,{})})]},"sms"),f(da,{children:f(me,{disabled:!0,children:$(ua,{children:[$(pa,{children:[f(Rw,{}),"Passkey"]}),f(Fr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),f(Y,{})]})}},Lw=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=Ut({countryCode:"US",phoneNumber:""}),[i,a]=Ut(!1),[s,l]=Ut(!1),[c,u]=Ut("enroll"),{initEnrollmentWithSms:y,submitEnrollmentWithSms:C}=Ln(),{app:m,data:E}=S();function b(){E?.mfaEnrollmentFlow?.onSuccess(),e()}async function x(){try{let{phoneNumber:R,countryCode:k}=r;if(R.length===0||!kn(R,k)){a(!0);return}await y({phoneNumber:Hs(R,k)}),n(r),u("verify")}catch{a(!0)}}async function v(R){try{if(!R)return;let{phoneNumber:k,countryCode:A}=r;await C({phoneNumber:Hs(k,A),mfaCode:R}),l(!0)}catch(k){throw Ps(k)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Tr(k)?new Error("The code you entered is not valid"):xr(k)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):new Error("Unknown error")}}function W(R,k){a(!1),n({countryCode:k,phoneNumber:R})}function M(){c==="verify"?u("enroll"):t()}return c==="enroll"?$(ft,{children:[f(T,{backFn:t,onClose:o},"header"),f(Ie,{children:f(He,{children:f(tl,{})})}),f(We,{children:"Set up SMS verification"}),f(Te,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),$(So,{children:[f(Au,{children:f(Lr,{noIncludeSubmitButton:!0,onSubmitOverride:x,onChange:W})}),$(ku,{children:["By providing your mobile number, you agree to receive text messages from ",m?.name,". Some carrier charges may apply"]})]}),f(U,{disabled:i||!kn(r.phoneNumber,r.countryCode),onClick:x,children:"Continue"}),f(Y,{})]}):s?$(ft,{children:[f(T,{onClose:b},"header"),f(Ie,{children:f(He,{status:"success",children:f(Wu,{})})}),f(We,{children:"SMS verification added"}),f(Te,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),f(_o,{children:f(U,{onClick:b,children:"Done"})}),f(Y,{})]}):$(ft,{children:[f(T,{backFn:M,onClose:o},"header"),f(Ie,{children:f(He,{children:f(tl,{})})}),f(We,{children:"Enter enrollment code"}),$(So,{children:[f(Dr,{onChange:v}),$(Te,{children:["To continue, enter the 6-digit code sent to"," ",f("strong",{children:Hp(r.phoneNumber)})]})]}),f(Y,{})]})},Nw=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=Ut("enroll"),[i,a]=Ut(null),[s,l]=Ut(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=Ln(),{data:y}=S();Lu(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function C(){y?.mfaEnrollmentFlow?.onSuccess(),e()}function m(){n("verify")}async function E(x){try{if(!x)return;await u({mfaCode:x}),l(!0)}catch(v){throw Ps(v)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Tr(v)?new Error("The code you entered is not valid"):xr(v)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):new Error("Unknown error")}}function b(){r==="verify"?n("enroll"):o()}return r==="enroll"?$(ft,{children:[f(T,{backFn:o,onClose:t},"header"),f(We,{children:"Scan QR code"}),f(Te,{children:"Open your authenticator app and scan the QR code to continue."}),f(od,{children:i?.authUrl?f(Su,{authUrl:i.authUrl,size:200}):f(Mt,{})}),$(_o,{children:[f(Kt,{children:i?.secret&&f(pu,{itemName:"secret",text:i.secret})}),f(U,{onClick:m,children:"Continue"})]}),f(Y,{})]}):s?$(ft,{children:[f(T,{onClose:C},"header"),f(Ie,{children:f(He,{status:"success",children:f(Wu,{})})}),f(We,{children:"Authenticator app verification added"}),f(Te,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),f(_o,{children:f(U,{onClick:C,children:"Done"})}),f(Y,{})]}):$(ft,{children:[f(T,{backFn:b,onClose:t},"header"),f(Ie,{children:f(He,{children:f(Mu,{})})}),f(We,{children:"Enter enrollment code"}),f(So,{children:f(Dr,{onChange:E})}),$(Te,{children:["To continue, enter the 6-digit code generated from your ",f("strong",{children:"authenticator app"})]}),f(Y,{})]})};import{DevicePhoneMobileIcon as NC,PhoneIcon as OC}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as DC,PhoneIcon as UC}from"@heroicons/react/24/solid";import{ShieldCheckIcon as FC}from"@heroicons/react/24/solid";import{useEffect as BC,useState as hl}from"react";import{StaticJsonRpcProvider as RC}from"@ethersproject/providers";import{useMemo as IC,useEffect as WC,useState as ym}from"react";import MC from"styled-components";import rm from"styled-components";import Du from"styled-components";import{jsx as Ou,jsxs as Uw}from"react/jsx-runtime";var ma=({label:e,children:t,valueStyles:o})=>Uw(Ow,{children:[Ou("div",{children:e}),Ou(Dw,{style:{...o},children:t})]}),Ow=Du.div`
1828
+ `;import{Fragment as ft,jsx as f,jsxs as $}from"react/jsx-runtime";var Ou=()=>{let{user:e,enrollInMfa:t}=z(),[o,r]=Ft(!1),[n,i]=Ft(null),[a,s]=Ft(null),{unenrollWithSms:l,unenrollWithTotp:c}=Ln(),{app:u,ready:y,data:C,onUserCloseViaDialogOrKeybindRef:m}=S(),{closePrivyModal:E}=I(),b=Ut(),{promptMfa:x}=Ur(),v=()=>{b.remove(),E({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{s(null),i(null)},500)};m.current=v;let W=e?.mfaMethods.includes("sms"),M=!!e?.phone,R=e?.mfaMethods.includes("totp"),k=W||R;Nu(()=>{k&&r(!0)},[k]);function A(){s(null),i(null)}function L(){r(!1)}async function F(Q){await x(),i(Q)}if(!y||!e||!u)return $(ft,{children:[f(T,{onClose:v},"header"),f(Ie,{children:f(bu,{})}),f(ko,{children:f(Lt,{})}),f(Y,{})]});async function H(){s(null);try{await l()}catch{s(null)}}async function N(){s(null);try{await c()}catch{s(null)}}if(a==="sms")return $(ft,{children:[f(T,{backFn:A,onClose:v},"header"),f(Ie,{children:f(He,{children:f(tl,{})})}),f(We,{children:"Remove SMS verification?"}),$(Te,{children:["MFA adds an extra layer of security to your ",u?.name," account. Make sure you have other methods to secure your account."]}),f(Ao,{children:f(U,{warn:!0,onClick:H,children:"Remove SMS for MFA"})}),f(Y,{})]});if(a==="totp")return $(ft,{children:[f(T,{backFn:A,onClose:v},"header"),f(Ie,{children:f(He,{children:f(Lu,{})})}),f(We,{children:"Remove Authenticator App verification?"}),$(Te,{children:["MFA adds an extra layer of security to your ",u?.name," account. Make sure you have other methods to secure your account."]}),f(Ao,{children:f(U,{warn:!0,onClick:N,children:"Remove Authenticator App for MFA"})}),f(Y,{})]});if(C.mfaEnrollmentFlow.mfaMethods.length===0&&!k)return $(ft,{children:[f(T,{onClose:v},"header"),f(Ie,{children:f(He,{children:f(el,{})})}),f(We,{children:"Add more security"}),$(Te,{children:[u?.name," does not have any verification methods enabled."]}),f(Ao,{children:f(U,{onClick:v,children:"Close"})}),f(Y,{})]});let _=!k&&!o;if(_)return $(ft,{children:[f(T,{onClose:v},"header"),f(Ie,{children:f(He,{children:f(el,{})})}),f(We,{children:"Transaction Protection"}),f(Te,{children:"Set up transaction protection to add an extra layer of security to your account"}),$(ku,{children:[$(Qs,{children:[f(Js,{children:f(Ww,{})}),"Enable 2-Step verification for your ",u?.name," wallet."]}),$(Qs,{children:[f(Js,{children:f(Mw,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),$(Ao,{children:[f(U,{onClick:()=>r(!0),children:"Continue"}),f(Kt,{onClick:v,children:"Not now"})]}),f(Y,{})]});switch(n){case"sms":return f(Lw,{onComplete:v,onReset:A,onClose:v});case"totp":return f(Nw,{onComplete:v,onClose:v,onReset:A});default:return $(ft,{children:[f(T,{backFn:_?L:void 0,onClose:v},"header"),f(Ie,{children:f(He,{children:f(el,{})})}),f(We,{children:"Choose a verification method"}),k?f(Te,{children:"To add or delete verification methods, verification is required."}):f(Te,{children:"How would you like to verify your identity? You can change this later."}),$(ca,{children:[(C.mfaEnrollmentFlow.mfaMethods.includes("totp")||R)&&$(da,{children:[f(me,{disabled:R,onClick:()=>F("totp"),children:$(ua,{children:[$(pa,{children:[f(Aw,{}),"Authenticator App"]}),R?$(Fr,{children:[f(Iu,{}),"Added"]}):f(Fr,{children:"Recommended"})]})}),R&&f(Zs,{id:"remove",onClick:()=>s("totp"),children:f(Wu,{})})]},"totp"),(C.mfaEnrollmentFlow.mfaMethods.includes("sms")||W)&&$(da,{children:[f(me,{disabled:W||M,onClick:()=>F("sms"),children:$(ua,{children:[$(pa,{children:[f(Iw,{}),"SMS"]}),W&&$(Fr,{children:[f(Iu,{}),"Added"]}),M&&f(Fr,{children:"Disabled"})]})}),W&&f(Zs,{id:"remove",onClick:()=>s("sms"),children:f(Wu,{})})]},"sms"),f(da,{children:f(me,{disabled:!0,children:$(ua,{children:[$(pa,{children:[f(Rw,{}),"Passkey"]}),f(Fr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),f(Y,{})]})}},Lw=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=Ft({countryCode:"US",phoneNumber:""}),[i,a]=Ft(!1),[s,l]=Ft(!1),[c,u]=Ft("enroll"),{initEnrollmentWithSms:y,submitEnrollmentWithSms:C}=Ln(),{app:m,data:E}=S();function b(){E?.mfaEnrollmentFlow?.onSuccess(),e()}async function x(){try{let{phoneNumber:R,countryCode:k}=r;if(R.length===0||!kn(R,k)){a(!0);return}await y({phoneNumber:Hs(R,k)}),n(r),u("verify")}catch{a(!0)}}async function v(R){try{if(!R)return;let{phoneNumber:k,countryCode:A}=r;await C({phoneNumber:Hs(k,A),mfaCode:R}),l(!0)}catch(k){throw Ps(k)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Tr(k)?new Error("The code you entered is not valid"):xr(k)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):new Error("Unknown error")}}function W(R,k){a(!1),n({countryCode:k,phoneNumber:R})}function M(){c==="verify"?u("enroll"):t()}return c==="enroll"?$(ft,{children:[f(T,{backFn:t,onClose:o},"header"),f(Ie,{children:f(He,{children:f(tl,{})})}),f(We,{children:"Set up SMS verification"}),f(Te,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),$(ko,{children:[f(Ru,{children:f(Lr,{noIncludeSubmitButton:!0,onSubmitOverride:x,onChange:W})}),$(Au,{children:["By providing your mobile number, you agree to receive text messages from ",m?.name,". Some carrier charges may apply"]})]}),f(U,{disabled:i||!kn(r.phoneNumber,r.countryCode),onClick:x,children:"Continue"}),f(Y,{})]}):s?$(ft,{children:[f(T,{onClose:b},"header"),f(Ie,{children:f(He,{status:"success",children:f(Mu,{})})}),f(We,{children:"SMS verification added"}),f(Te,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),f(Ao,{children:f(U,{onClick:b,children:"Done"})}),f(Y,{})]}):$(ft,{children:[f(T,{backFn:M,onClose:o},"header"),f(Ie,{children:f(He,{children:f(tl,{})})}),f(We,{children:"Enter enrollment code"}),$(ko,{children:[f(Dr,{onChange:v}),$(Te,{children:["To continue, enter the 6-digit code sent to"," ",f("strong",{children:Gp(r.phoneNumber)})]})]}),f(Y,{})]})},Nw=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=Ft("enroll"),[i,a]=Ft(null),[s,l]=Ft(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=Ln(),{data:y}=S();Nu(()=>{a(null),c().then(x=>{a(x)}).catch(()=>{a(null),o()})},[]);function C(){y?.mfaEnrollmentFlow?.onSuccess(),e()}function m(){n("verify")}async function E(x){try{if(!x)return;await u({mfaCode:x}),l(!0)}catch(v){throw Ps(v)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Tr(v)?new Error("The code you entered is not valid"):xr(v)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):new Error("Unknown error")}}function b(){r==="verify"?n("enroll"):o()}return r==="enroll"?$(ft,{children:[f(T,{backFn:o,onClose:t},"header"),f(We,{children:"Scan QR code"}),f(Te,{children:"Open your authenticator app and scan the QR code to continue."}),f(rd,{children:i?.authUrl?f(_u,{authUrl:i.authUrl,size:200}):f(Lt,{})}),$(Ao,{children:[f(Yt,{children:i?.secret&&f(uu,{itemName:"secret",text:i.secret})}),f(U,{onClick:m,children:"Continue"})]}),f(Y,{})]}):s?$(ft,{children:[f(T,{onClose:C},"header"),f(Ie,{children:f(He,{status:"success",children:f(Mu,{})})}),f(We,{children:"Authenticator app verification added"}),f(Te,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),f(Ao,{children:f(U,{onClick:C,children:"Done"})}),f(Y,{})]}):$(ft,{children:[f(T,{backFn:b,onClose:t},"header"),f(Ie,{children:f(He,{children:f(Lu,{})})}),f(We,{children:"Enter enrollment code"}),f(ko,{children:f(Dr,{onChange:E})}),$(Te,{children:["To continue, enter the 6-digit code generated from your ",f("strong",{children:"authenticator app"})]}),f(Y,{})]})};import{DevicePhoneMobileIcon as NC,PhoneIcon as OC}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as DC,PhoneIcon as UC}from"@heroicons/react/24/solid";import{ShieldCheckIcon as FC}from"@heroicons/react/24/solid";import{useEffect as BC,useState as yl}from"react";import{StaticJsonRpcProvider as RC}from"@ethersproject/providers";import{useMemo as IC,useEffect as WC,useState as ym}from"react";import MC from"styled-components";import nm from"styled-components";import Uu from"styled-components";import{jsx as Du,jsxs as Uw}from"react/jsx-runtime";var ma=({label:e,children:t,valueStyles:o})=>Uw(Ow,{children:[Du("div",{children:e}),Du(Dw,{style:{...o},children:t})]}),Ow=Uu.div`
1829
1829
  display: flex;
1830
1830
  align-items: center;
1831
1831
  justify-content: space-between;
@@ -1840,7 +1840,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1840
1840
  color: var(--privy-color-foreground-2);
1841
1841
  text-align: right;
1842
1842
  }
1843
- `,Dw=Du.div`
1843
+ `,Dw=Uu.div`
1844
1844
  font-size: 14px;
1845
1845
  line-height: 100%;
1846
1846
  display: flex;
@@ -1849,7 +1849,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1849
1849
  border-radius: var(--privy-border-radius-full);
1850
1850
  background-color: var(--privy-color-background-2);
1851
1851
  padding: 4px 8px;
1852
- `;import ha from"styled-components";import{BigNumber as Uu}from"@ethersproject/bignumber";import{formatEther as Fu}from"@ethersproject/units";var On=(e,t)=>{let o=(t*parseFloat(Fu(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Ft=(e,t,o=6,r=!1)=>{let i=parseFloat(Fu(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},ol=e=>e.map(ae).reduce((t,o)=>t.add(o),Uu.from(0)).toHexString(),Bu=(e,t)=>{let{chains:o}=I(),r=`https://etherscan.io/address/${t}`,n=`${gc(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},ae=e=>Uu.from(e);import{Fragment as Gw,jsx as fa,jsxs as Hu}from"react/jsx-runtime";var Gu=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=ol(e),n=t?On(r,t):void 0,i=Ft(r,o);return fa(zu,{children:n||i})},rl=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=ol(e),n=t?On(r,t):void 0,i=Ft(r,o);return fa(zu,{children:n?Hu(Gw,{children:[fa(Fw,{children:"USD"}),n==="<$0.01"?Hu(Hw,{children:[fa(Bw,{children:"<"}),"$0.01"]}):n]}):i})},zu=ha.span`
1852
+ `;import ha from"styled-components";import{BigNumber as Fu}from"@ethersproject/bignumber";import{formatEther as Bu}from"@ethersproject/units";var On=(e,t)=>{let o=(t*parseFloat(Bu(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Bt=(e,t,o=6,r=!1)=>{let i=parseFloat(Bu(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},ol=e=>e.map(ae).reduce((t,o)=>t.add(o),Fu.from(0)).toHexString(),Hu=(e,t)=>{let{chains:o}=I(),r=`https://etherscan.io/address/${t}`,n=`${vc(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},ae=e=>Fu.from(e);import{Fragment as Gw,jsx as fa,jsxs as Gu}from"react/jsx-runtime";var zu=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=ol(e),n=t?On(r,t):void 0,i=Bt(r,o);return fa(Vu,{children:n||i})},rl=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=ol(e),n=t?On(r,t):void 0,i=Bt(r,o);return fa(Vu,{children:n?Gu(Gw,{children:[fa(Fw,{children:"USD"}),n==="<$0.01"?Gu(Hw,{children:[fa(Bw,{children:"<"}),"$0.01"]}):n]}):i})},Vu=ha.span`
1853
1853
  font-size: 14px;
1854
1854
  line-height: 140%;
1855
1855
  display: flex;
@@ -1864,13 +1864,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1864
1864
  `,Hw=ha.span`
1865
1865
  display: flex;
1866
1866
  align-items: center;
1867
- `;import nl from"styled-components";import{jsx as ko,jsxs as ya}from"react/jsx-runtime";var Vu=({gas:e,tokenPrice:t,tokenSymbol:o})=>ya(ps,{style:{paddingBottom:"12px"},children:[ya(qu,{children:[ko(Ku,{children:"Est. Fees"}),ko("div",{children:ko(rl,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&ko(ju,{children:`${Ft(e,o)}`})]}),$u=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=ae(e.value||0).add(ae(t)).toHexString();return ya(ps,{children:[ya(qu,{children:[ko(Ku,{children:"Total (including fees)"}),ko("div",{children:ko(rl,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&ko(ju,{children:Ft(n,r)})]})},qu=nl.div`
1867
+ `;import nl from"styled-components";import{jsx as Ro,jsxs as ya}from"react/jsx-runtime";var $u=({gas:e,tokenPrice:t,tokenSymbol:o})=>ya(ps,{style:{paddingBottom:"12px"},children:[ya(qu,{children:[Ro(Yu,{children:"Est. Fees"}),Ro("div",{children:Ro(rl,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Ro(Ku,{children:`${Bt(e,o)}`})]}),ju=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=ae(e.value||0).add(ae(t)).toHexString();return ya(ps,{children:[ya(qu,{children:[Ro(Yu,{children:"Total (including fees)"}),Ro("div",{children:Ro(rl,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Ro(Ku,{children:Bt(n,r)})]})},qu=nl.div`
1868
1868
  display: flex;
1869
1869
  flex-direction: row;
1870
1870
  justify-content: space-between;
1871
1871
  align-items: center;
1872
1872
  padding-top: 4px;
1873
- `,ju=nl.div`
1873
+ `,Ku=nl.div`
1874
1874
  display: flex;
1875
1875
  flex-direction: row;
1876
1876
  height: 12px;
@@ -1879,23 +1879,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
1879
1879
  line-height: 12px;
1880
1880
  color: var(--privy-color-foreground-3);
1881
1881
  font-weight: 400;
1882
- `,Ku=nl.div`
1882
+ `,Yu=nl.div`
1883
1883
  font-size: 14px;
1884
1884
  line-height: 22.4px;
1885
1885
  font-weight: 400;
1886
- `;import{ChevronDownIcon as zw}from"@heroicons/react/24/outline";import{useContext as Qo,useState as Vw}from"react";import Ao from"styled-components";import{createContext as Yu,useContext as DA}from"react";var Br=Yu(void 0);var Dn=Yu(void 0);import{Fragment as Zw,jsx as Et,jsxs as Ju}from"react/jsx-runtime";var Qu=({defaultValue:e,children:t})=>{let[o,r]=Vw(e||null),n=i=>{r(o===i?null:i)};return Et(Br.Provider,{value:{activePanel:o,togglePanel:n},children:Et($w,{children:t})})},Zu=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Qo(Br),n=o===e;return Et(Dn.Provider,{value:{onToggle:()=>r(e),value:e},children:Et(Yw,{isActive:n,"data-open":n,children:t})})},Xu=({children:e})=>{let{activePanel:t}=Qo(Br),{onToggle:o,value:r}=Qo(Dn),n=t===r;return Ju(Zw,{children:[Ju(qw,{onClick:o,"data-open":n,children:[Et(Kw,{children:e}),Et(Qw,{isactive:n,children:Et(zw,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Et(jw,{})]})},em=({children:e})=>{let{activePanel:t}=Qo(Br),{value:o}=Qo(Dn);return Et(Jw,{"data-open":t===o,children:Et(om,{children:e})})},tm=({children:e})=>{let{activePanel:t}=Qo(Br),{value:o}=Qo(Dn);return Et(om,{children:typeof e=="function"?e({isActive:t===o}):e})},$w=Ao.div`
1886
+ `;import{ChevronDownIcon as zw}from"@heroicons/react/24/outline";import{useContext as Zo,useState as Vw}from"react";import Io from"styled-components";import{createContext as Ju,useContext as DA}from"react";var Br=Ju(void 0);var Dn=Ju(void 0);import{Fragment as Zw,jsx as Et,jsxs as Qu}from"react/jsx-runtime";var Zu=({defaultValue:e,children:t})=>{let[o,r]=Vw(e||null),n=i=>{r(o===i?null:i)};return Et(Br.Provider,{value:{activePanel:o,togglePanel:n},children:Et($w,{children:t})})},Xu=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Zo(Br),n=o===e;return Et(Dn.Provider,{value:{onToggle:()=>r(e),value:e},children:Et(Yw,{isActive:n,"data-open":n,children:t})})},em=({children:e})=>{let{activePanel:t}=Zo(Br),{onToggle:o,value:r}=Zo(Dn),n=t===r;return Qu(Zw,{children:[Qu(jw,{onClick:o,"data-open":n,children:[Et(Kw,{children:e}),Et(Qw,{isactive:n,children:Et(zw,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Et(qw,{})]})},tm=({children:e})=>{let{activePanel:t}=Zo(Br),{value:o}=Zo(Dn);return Et(Jw,{"data-open":t===o,children:Et(rm,{children:e})})},om=({children:e})=>{let{activePanel:t}=Zo(Br),{value:o}=Zo(Dn);return Et(rm,{children:typeof e=="function"?e({isActive:t===o}):e})},$w=Io.div`
1887
1887
  display: flex;
1888
1888
  flex-direction: column;
1889
1889
  width: 100%;
1890
1890
  gap: 8px;
1891
- `,qw=Ao.div`
1891
+ `,jw=Io.div`
1892
1892
  display: flex;
1893
1893
  justify-content: space-between;
1894
1894
  align-items: center;
1895
1895
  width: 100%;
1896
1896
  cursor: pointer;
1897
1897
  padding-bottom: 8px;
1898
- `,jw=Ao.div`
1898
+ `,qw=Io.div`
1899
1899
  width: 100%;
1900
1900
 
1901
1901
  && {
@@ -1903,13 +1903,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1903
1903
  border-color: var(--privy-color-foreground-4);
1904
1904
  }
1905
1905
  padding-bottom: 12px;
1906
- `,Kw=Ao.div`
1906
+ `,Kw=Io.div`
1907
1907
  font-size: 14px;
1908
1908
  font-weight: 500;
1909
1909
  line-height: 19.6px;
1910
1910
  width: 100%;
1911
1911
  padding-right: 8px;
1912
- `,Yw=Ao.div`
1912
+ `,Yw=Io.div`
1913
1913
  display: flex;
1914
1914
  flex-direction: column;
1915
1915
  width: 100%;
@@ -1921,7 +1921,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1921
1921
  border-color: var(--privy-color-foreground-4);
1922
1922
  border-radius: var(--privy-border-radius-md);
1923
1923
  }
1924
- `,Jw=Ao.div`
1924
+ `,Jw=Io.div`
1925
1925
  position: relative;
1926
1926
  overflow: hidden;
1927
1927
  transition: max-height 25ms ease-out;
@@ -1933,23 +1933,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
1933
1933
  &[data-open='false'] {
1934
1934
  max-height: 0;
1935
1935
  }
1936
- `,om=Ao.div`
1936
+ `,rm=Io.div`
1937
1937
  display: flex;
1938
1938
  flex-direction: column;
1939
1939
  gap: 12px;
1940
1940
  flex: 1 1 auto;
1941
1941
  min-height: 1px;
1942
- `,Qw=Ao.div`
1942
+ `,Qw=Io.div`
1943
1943
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
1944
- `;import Xw from"styled-components";import{jsx as tC}from"react/jsx-runtime";var il=({walletAddress:e,chainId:t=$t})=>tC(eC,{href:Bu(t,e),target:"_blank",children:so(e)}),eC=Xw.a`
1944
+ `;import Xw from"styled-components";import{jsx as tC}from"react/jsx-runtime";var il=({walletAddress:e,chainId:t=jt})=>tC(eC,{href:Hu(t,e),target:"_blank",children:co(e)}),eC=Xw.a`
1945
1945
  &:hover {
1946
1946
  text-decoration: underline;
1947
1947
  }
1948
- `;import{jsx as at,jsxs as al}from"react/jsx-runtime";var Hr=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let s=o?.value||0;return at(Qu,{children:al(Zu,{value:"details",children:[at(Xu,{children:al(oC,{children:[at("div",{children:r?.title||r?.actionDescription||"Details"}),at(rC,{children:at(Gu,{weiQuantities:[s],tokenPrice:n,tokenSymbol:a})})]})}),al(em,{children:[at(ma,{label:"From",children:at(il,{walletAddress:e,chainId:o.chainId||$t})}),at(ma,{label:"To",children:at(il,{walletAddress:t,chainId:o.chainId||$t})}),r&&r.action&&at(ma,{label:"Action",children:r.action}),i&&at(Vu,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),at(tm,{children:({isActive:l})=>at($u,{transactionData:o,displayFee:l,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},oC=rm.div`
1948
+ `;import{jsx as at,jsxs as al}from"react/jsx-runtime";var Hr=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let s=o?.value||0;return at(Zu,{children:al(Xu,{value:"details",children:[at(em,{children:al(oC,{children:[at("div",{children:r?.title||r?.actionDescription||"Details"}),at(rC,{children:at(zu,{weiQuantities:[s],tokenPrice:n,tokenSymbol:a})})]})}),al(tm,{children:[at(ma,{label:"From",children:at(il,{walletAddress:e,chainId:o.chainId||jt})}),at(ma,{label:"To",children:at(il,{walletAddress:t,chainId:o.chainId||jt})}),r&&r.action&&at(ma,{label:"Action",children:r.action}),i&&at($u,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),at(om,{children:({isActive:l})=>at(ju,{transactionData:o,displayFee:l,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},oC=nm.div`
1949
1949
  display: flex;
1950
1950
  flex-direction: row;
1951
1951
  justify-content: space-between;
1952
- `,rC=rm.div`
1952
+ `,rC=nm.div`
1953
1953
  flex-shrink: 0;
1954
1954
  padding-left: 8px;
1955
1955
  `;import Fn from"styled-components";import{jsx as Un,jsxs as cC}from"react/jsx-runtime";var sl=({description:e,contractInfo:t})=>cC(nC,{children:[t.imgUrl&&Un(iC,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Un(aC,{children:Un("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Un(sC,{children:t.name}),Un(lC,{children:e||t.actionText})]}),nC=Fn.div`
@@ -1993,7 +1993,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1993
1993
  overflow: hidden;
1994
1994
  max-width: 275px;
1995
1995
  text-overflow: ellipsis;
1996
- `;import{WalletIcon as dC}from"@heroicons/react/24/outline";import cl from"styled-components";import{jsx as nm,jsxs as ll}from"react/jsx-runtime";var im=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=I(),a=i(t.chainId)||"ETH";return ll(pC,{children:[ll(uC,{children:[nm(dC,{strokeWidth:"2",width:"16px",height:"16px"}),nm("div",{children:so(e)})]}),ll(mC,{displayBalanceColor:n,hasFunds:r,children:[o?Ft(o,a,6,!0):0," available"]})]})},pC=cl.div`
1996
+ `;import{WalletIcon as dC}from"@heroicons/react/24/outline";import cl from"styled-components";import{jsx as im,jsxs as ll}from"react/jsx-runtime";var am=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=I(),a=i(t.chainId)||"ETH";return ll(pC,{children:[ll(uC,{children:[im(dC,{strokeWidth:"2",width:"16px",height:"16px"}),im("div",{children:co(e)})]}),ll(mC,{displayBalanceColor:n,hasFunds:r,children:[o?Bt(o,a,6,!0):0," available"]})]})},pC=cl.div`
1997
1997
  display: flex;
1998
1998
  flex-direction: row;
1999
1999
  justify-content: space-between;
@@ -2021,12 +2021,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
2021
2021
  background-color: var(--privy-color-background-2);
2022
2022
  padding: 5px 8px;
2023
2023
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2024
- `;import ga from"styled-components";import{Fragment as sm,jsx as Bn,jsxs as lm}from"react/jsx-runtime";var cm=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?On(n,r):void 0,a=Ft(n,o);return lm(fC,{children:[i?lm(sm,{children:[Bn(am,{children:i}),Bn(hC,{children:a})]}):Bn(sm,{children:Bn(am,{children:a})}),Bn(yC,{children:e})]})},fC=ga.div`
2024
+ `;import ga from"styled-components";import{Fragment as lm,jsx as Bn,jsxs as cm}from"react/jsx-runtime";var dm=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?On(n,r):void 0,a=Bt(n,o);return cm(fC,{children:[i?cm(lm,{children:[Bn(sm,{children:i}),Bn(hC,{children:a})]}):Bn(lm,{children:Bn(sm,{children:a})}),Bn(yC,{children:e})]})},fC=ga.div`
2025
2025
  display: flex;
2026
2026
  flex-direction: column;
2027
2027
  align-items: center;
2028
2028
  margin-bottom: 20px;
2029
- `,am=ga.h2`
2029
+ `,sm=ga.h2`
2030
2030
  && {
2031
2031
  font-size: 48px;
2032
2032
  line-height: 48px;
@@ -2046,10 +2046,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2046
2046
  overflow: hidden;
2047
2047
  max-width: 275px;
2048
2048
  text-overflow: ellipsis;
2049
- `;import{VoidSigner as wC}from"@ethersproject/abstract-signer";import{BigNumber as Zo}from"@ethersproject/bignumber";import{Contract as CC}from"@ethersproject/contracts";import{EtherscanProvider as K9}from"@ethersproject/providers";import{serialize as bC}from"@ethersproject/transactions";var va={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var wa={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 Ca={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 ba={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 Ea={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 Pa={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 xa={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 Ta={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 Sa={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};import{parseUnits as dm}from"@ethersproject/units";import{ofetch as gC}from"ofetch";var Hn={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 Gn={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 pm=[Hn.id,Gn.id],dl=e=>({maxPriorityFee:dm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:dm(e.maxFee.toFixed(9),"gwei").toHexString()}),vC=e=>({safeLow:dl(e.safeLow),standard:dl(e.standard),fast:dl(e.fast)}),um=async e=>{let t="";switch(e){case Hn.id:t="https://gasstation.polygon.technology/v2";break;case Gn.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return vC(await gC(t))};function Ro(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 EC(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=Ro(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=Ro(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Ro(e.gasPrice)),e.value!==void 0&&(t.value=Ro(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Ro(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Ro(e.maxPriorityFeePerGas)),t}function PC(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=ae(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=ae(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ae(e.gasPrice)),e.value!==void 0&&(t.value=ae(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ae(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ae(e.maxPriorityFeePerGas)),t}async function Gr(e,t,o){t.chainId=Number(t.chainId),hm(t);let r=new wC(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),pm.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await um(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(xC(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Zo.from(120)).div(Zo.from(100));t.maxFeePerGas=Ro(a),t.maxPriorityFeePerGas=Ro(Zo.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}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 EC(n)}async function _a(e,t,o,r,n){r=Object.assign({chainId:$t},r),hm(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 mm(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(ae(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function fm(e){return[ba.id,Ea.id,Pa.id,xa.id,Ta.id,Sa.id].includes(e)}function xC(e){return[va.id,wa.id,Ca.id].includes(e)}async function pl(e,t){if(!e.chainId||e.chainId&&!fm(e.chainId))return Zo.from(0);let o=Zo.from(0);try{let r=new CC(lc,cc,t),n=PC(e),i=bC(n);o=await r.getL1Fee(i)}catch{}return o}async function ka(e,t){delete e.from;let o=Zo.from(0),r=Zo.from(0);if(e.gasLimit?o=ae(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=ae(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=ae(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=ae(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&fm(e.chainId))try{let i=await pl(e,t);n=n.add(i)}catch{}return n}function hm(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!TC(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 TC(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&SC(e);return t||o||r}function SC(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Aa(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as ul,useEffect as _C}from"react";var Ra=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=I(),[n,i]=ul(!0),[a,s]=ul(void 0),[l,c]=ul(void 0);return _C(()=>{let u=e.chainId||$t,y=r.find(m=>m.id===Number(u));if(!y)throw new G(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let m=await o(y);m?c(m):s(new Error(`Unable to fetch token price on chain id ${y.id}`))}catch(m){s(m)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as kC,useContext as AC}from"react";var ml=kC({wallets:[]});function zn(){return AC(ml)}import{jsx as gm}from"react/jsx-runtime";var fl=({pendingTransaction:e})=>{let{getAccessToken:t}=z(),{wallets:o}=zn(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=I(),[s,l]=ym(e),{tokenPrice:c}=Ra(s),[u,y]=ym(null),C=a(e.chainId)||"ETH",m=IC(()=>o.find(E=>E.walletClientType==="privy"),[o]);return WC(()=>{async function E(){if(!await t()||!r||!m)return s;let x=new RC(vt(s.chainId,i,n)),v=await ka(s,x);return y(ae(v.toBigInt()).toHexString()),Gr(m.address,s,x)}E().then(b=>{l(b)})},[r]),m?gm(LC,{children:gm(Hr,{from:m.address,to:s.to,txn:s,gas:u??void 0,tokenPrice:c,tokenSymbol:C})}):null},LC=MC.div`
2049
+ `;import{VoidSigner as wC}from"@ethersproject/abstract-signer";import{BigNumber as Pt}from"@ethersproject/bignumber";import{Contract as CC}from"@ethersproject/contracts";import{EtherscanProvider as K9}from"@ethersproject/providers";import{serialize as bC}from"@ethersproject/transactions";var va={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var wa={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 Ca={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 ba={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 Ea={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 Pa={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 xa={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 Ta={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 Sa={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};import{parseUnits as pm}from"@ethersproject/units";import{ofetch as gC}from"ofetch";var Hn={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 Gn={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 um=[Hn.id,Gn.id],dl=e=>({maxPriorityFee:pm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:pm(e.maxFee.toFixed(9),"gwei").toHexString()}),vC=e=>({safeLow:dl(e.safeLow),standard:dl(e.standard),fast:dl(e.fast)}),mm=async e=>{let t="";switch(e){case Hn.id:t="https://gasstation.polygon.technology/v2";break;case Gn.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return vC(await gC(t))};function to(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 EC(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=to(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=to(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=to(e.gasPrice)),e.value!==void 0&&(t.value=to(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=to(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=to(e.maxPriorityFeePerGas)),t}function PC(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=ae(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=ae(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ae(e.gasPrice)),e.value!==void 0&&(t.value=ae(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ae(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ae(e.maxPriorityFeePerGas)),t}async function Gr(e,t,o){t.chainId=Number(t.chainId),hm(t);let r=new wC(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),um.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await mm(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(xC(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Pt.from(120)).div(Pt.from(100));t.maxFeePerGas=to(a),t.maxPriorityFeePerGas=to(Pt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(pl(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let l=Pt.from(i).mul(Pt.from(126)).div(Pt.from(100)).add(Pt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=to(l)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}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 EC(n)}async function _a(e,t,o,r,n){r=Object.assign({chainId:jt},r),hm(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 fm(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(ae(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function pl(e){return[ba.id,Ea.id,Pa.id,xa.id,Ta.id,Sa.id].includes(e)}function xC(e){return[va.id,wa.id,Ca.id].includes(e)}async function ul(e,t){if(!e.chainId||e.chainId&&!pl(e.chainId))return Pt.from(0);let o=Pt.from(0);try{let r=new CC(cc,dc,t),n=PC(e),i=bC(n);o=await r.getL1Fee(i)}catch{}return o}async function ka(e,t){delete e.from;let o=Pt.from(0),r=Pt.from(0);if(e.gasLimit?o=ae(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=ae(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=ae(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=ae(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&pl(e.chainId))try{let i=await ul(e,t);n=n.add(i)}catch{}return n}function hm(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!TC(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 TC(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&SC(e);return t||o||r}function SC(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Aa(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as ml,useEffect as _C}from"react";var Ra=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=I(),[n,i]=ml(!0),[a,s]=ml(void 0),[l,c]=ml(void 0);return _C(()=>{let u=e.chainId||jt,y=r.find(m=>m.id===Number(u));if(!y)throw new G(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let m=await o(y);m?c(m):s(new Error(`Unable to fetch token price on chain id ${y.id}`))}catch(m){s(m)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:l,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as kC,useContext as AC}from"react";var fl=kC({wallets:[]});function zn(){return AC(fl)}import{jsx as gm}from"react/jsx-runtime";var hl=({pendingTransaction:e})=>{let{getAccessToken:t}=z(),{wallets:o}=zn(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=I(),[s,l]=ym(e),{tokenPrice:c}=Ra(s),[u,y]=ym(null),C=a(e.chainId)||"ETH",m=IC(()=>o.find(E=>E.walletClientType==="privy"),[o]);return WC(()=>{async function E(){if(!await t()||!r||!m)return s;let x=new RC(vt(s.chainId,i,n)),v=await ka(s,x);return y(ae(v.toBigInt()).toHexString()),Gr(m.address,s,x)}E().then(b=>{l(b)})},[r]),m?gm(LC,{children:gm(Hr,{from:m.address,to:s.to,txn:s,gas:u??void 0,tokenPrice:c,tokenSymbol:C})}):null},LC=MC.div`
2050
2050
  width: 100%;
2051
2051
  padding: 1rem 0;
2052
- `;import{Fragment as yl,jsx as j,jsxs as Bt}from"react/jsx-runtime";var vm=({open:e,onClose:t})=>{let{user:o}=z(),[r,n]=hl(null),{init:i,cancel:a}=Ur();BC(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?s(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function s(c){try{n(c),await i(c)}catch(u){console.error(u)}}let l=()=>{n(null),a(),t()};return!e||!o?null:r?j(HC,{selectedMethod:r,onClose:l,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):Bt(yl,{children:[j(T,{onClose:l},"header"),j(Ie,{children:j(He,{children:j(FC,{})})}),j(We,{children:"Verify your identity"}),j(Te,{children:"Choose a verification method"}),Bt(ca,{children:[o.mfaMethods.includes("totp")&&Bt(me,{onClick:()=>s("totp"),children:[j(NC,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Bt(me,{onClick:()=>s("sms"),children:[j(OC,{}),"SMS"]},"sms")]}),j(Y,{})]})},HC=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=I(),[i,a]=hl(!1),[s,l]=hl(!1),{submit:c}=Ur();async function u(y){try{if(!y)return;await c(e,y),l(!0),a(!1),t()}catch(C){throw Es(C)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Tr(C)?(a(!1),new Error("The code you entered is not valid")):xr(C)?(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 Bt(yl,{children:[j(T,{onClose:t},"header"),j(Ie,{children:j(He,{children:j(UC,{})})}),j(We,{children:"Enter verification code"}),Bt(So,{children:[j(Dr,{success:s,disabled:i,onChange:u}),Bt(Te,{children:["To continue, please enter the 6-digit code sent to your ",j("strong",{children:"mobile device"})]}),n&&j(fl,{pendingTransaction:n})]}),o&&j(Xs,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),j(jt,{onClick:t,children:"Not now"}),j(Y,{})]});case"totp":return Bt(yl,{children:[j(T,{onClose:t},"header"),j(Ie,{children:j(He,{children:j(DC,{})})}),j(We,{children:"Enter verification code"}),Bt(So,{children:[j(Dr,{success:s,disabled:i,onChange:u}),Bt(Te,{children:["To continue, please enter the 6-digit code generated from your"," ",j("strong",{children:"authenticator app"})]}),n&&j(fl,{pendingTransaction:n})]}),o&&j(Xs,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),j(jt,{onClick:t,children:"Not now"}),j(Y,{})]});default:return null}};import{useEffect as wm,useState as Cm}from"react";import Em from"styled-components";function gl(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as VC,jsx as eo,jsxs as Wa}from"react/jsx-runtime";var bm={google:{name:"Google",component:oa},discord:{name:"Discord",component:Xi},github:{name:"Github",component:ea},linkedin:{name:"LinkedIn",component:na},twitter:{name:"Twitter",component:aa},tiktok:{name:"Tiktok",component:ia},apple:{name:"Apple",component:Zi}},Ia=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",e)},Pm=()=>{let{ready:e,user:t,authenticated:o}=z(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:s,initLoginWithOAuth:l,loginWithOAuth:c,updateWallets:u,setReadyToTrue:y,closePrivyModal:C}=I(),[m,E]=Cm(!1),[b,x]=Cm(void 0),v=s()?.provider||"google",W=bm[v].name,M=bm[v].component,R=r?.render.inDialog?Xe:0;wm(()=>{c(v).then(()=>{Ia(),E(!0)}).catch(L=>{let F={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Ia();return}else L?.privyErrorCode==="linked_to_another_user"?F.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(F.retryable=!0,F.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"&&(F.detail=`Retry and check ${gl(v)} to finish connecting your account.`,F.retryable=!0);Ia(),x(F)}).finally(()=>{y()})},[]),wm(()=>{if(e&&o&&m&&t)if(ao(t,r?.embeddedWallets?.createOnLogin)){let F=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:H=>console.error(H),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},R);return()=>clearTimeout(F)}else{let F=setTimeout(C,R);return u(),()=>clearTimeout(F)}},[e,o,m,t]);let k=m?`Successfully connected with ${W}`:b?b.message:`Verifying connection to ${W}`,A="";return m?A="You\u2019re good to go!":b?A=b.detail:A="Just a few moments more",Wa(VC,{children:[eo(T,{}),eo(q,{}),Wa(GC,{children:[eo(zC,{children:Wa("div",{children:[eo(bi,{success:m,fail:!!b}),eo(M,{style:{width:"38px",height:"38px"}})]})}),Wa(mo,{children:[eo("h3",{children:k}),eo("p",{children:A})]}),b&&b?.retryable?eo(xi,{onClick:()=>{Ia(),l(v),x(void 0)},disabled:!m&&!b?.retryable,children:"Retry"}):null]}),eo(Y,{})]})},GC=Em.div`
2052
+ `;import{Fragment as gl,jsx as q,jsxs as Ht}from"react/jsx-runtime";var vm=({open:e,onClose:t})=>{let{user:o}=z(),[r,n]=yl(null),{init:i,cancel:a}=Ur();BC(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?s(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function s(c){try{n(c),await i(c)}catch(u){console.error(u)}}let l=()=>{n(null),a(),t()};return!e||!o?null:r?q(HC,{selectedMethod:r,onClose:l,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):Ht(gl,{children:[q(T,{onClose:l},"header"),q(Ie,{children:q(He,{children:q(FC,{})})}),q(We,{children:"Verify your identity"}),q(Te,{children:"Choose a verification method"}),Ht(ca,{children:[o.mfaMethods.includes("totp")&&Ht(me,{onClick:()=>s("totp"),children:[q(NC,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Ht(me,{onClick:()=>s("sms"),children:[q(OC,{}),"SMS"]},"sms")]}),q(Y,{})]})},HC=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=I(),[i,a]=yl(!1),[s,l]=yl(!1),{submit:c}=Ur();async function u(y){try{if(!y)return;await c(e,y),l(!0),a(!1),t()}catch(C){throw Es(C)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Tr(C)?(a(!1),new Error("The code you entered is not valid")):xr(C)?(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 Ht(gl,{children:[q(T,{onClose:t},"header"),q(Ie,{children:q(He,{children:q(UC,{})})}),q(We,{children:"Enter verification code"}),Ht(ko,{children:[q(Dr,{success:s,disabled:i,onChange:u}),Ht(Te,{children:["To continue, please enter the 6-digit code sent to your ",q("strong",{children:"mobile device"})]}),n&&q(hl,{pendingTransaction:n})]}),o&&q(Xs,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),q(Kt,{onClick:t,children:"Not now"}),q(Y,{})]});case"totp":return Ht(gl,{children:[q(T,{onClose:t},"header"),q(Ie,{children:q(He,{children:q(DC,{})})}),q(We,{children:"Enter verification code"}),Ht(ko,{children:[q(Dr,{success:s,disabled:i,onChange:u}),Ht(Te,{children:["To continue, please enter the 6-digit code generated from your"," ",q("strong",{children:"authenticator app"})]}),n&&q(hl,{pendingTransaction:n})]}),o&&q(Xs,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),q(Kt,{onClick:t,children:"Not now"}),q(Y,{})]});default:return null}};import{useEffect as wm,useState as Cm}from"react";import Em from"styled-components";function vl(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as VC,jsx as oo,jsxs as Wa}from"react/jsx-runtime";var bm={google:{name:"Google",component:oa},discord:{name:"Discord",component:Xi},github:{name:"Github",component:ea},linkedin:{name:"LinkedIn",component:na},twitter:{name:"Twitter",component:aa},tiktok:{name:"Tiktok",component:ia},apple:{name:"Apple",component:Zi}},Ia=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",e)},Pm=()=>{let{ready:e,user:t,authenticated:o}=z(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:s,initLoginWithOAuth:l,loginWithOAuth:c,updateWallets:u,setReadyToTrue:y,closePrivyModal:C}=I(),[m,E]=Cm(!1),[b,x]=Cm(void 0),v=s()?.provider||"google",W=bm[v].name,M=bm[v].component,R=r?.render.inDialog?Xe:0;wm(()=>{c(v).then(()=>{Ia(),E(!0)}).catch(L=>{let F={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){x(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Ia();return}else L?.privyErrorCode==="linked_to_another_user"?F.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(F.retryable=!0,F.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"&&(F.detail=`Retry and check ${vl(v)} to finish connecting your account.`,F.retryable=!0);Ia(),x(F)}).finally(()=>{y()})},[]),wm(()=>{if(e&&o&&m&&t)if(lo(t,r?.embeddedWallets?.createOnLogin)){let F=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:H=>console.error(H),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},R);return()=>clearTimeout(F)}else{let F=setTimeout(C,R);return u(),()=>clearTimeout(F)}},[e,o,m,t]);let k=m?`Successfully connected with ${W}`:b?b.message:`Verifying connection to ${W}`,A="";return m?A="You\u2019re good to go!":b?A=b.detail:A="Just a few moments more",Wa(VC,{children:[oo(T,{}),oo(j,{}),Wa(GC,{children:[oo(zC,{children:Wa("div",{children:[oo(bi,{success:m,fail:!!b}),oo(M,{style:{width:"38px",height:"38px"}})]})}),Wa(ho,{children:[oo("h3",{children:k}),oo("p",{children:A})]}),b&&b?.retryable?oo(xi,{onClick:()=>{Ia(),l(v),x(void 0)},disabled:!m&&!b?.retryable,children:"Retry"}):null]}),oo(Y,{})]})},GC=Em.div`
2053
2053
  display: flex;
2054
2054
  flex-direction: column;
2055
2055
  align-items: center;
@@ -2080,14 +2080,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
2080
2080
  left: -19px;
2081
2081
  top: -19px;
2082
2082
  }
2083
- `;import{useEffect as qC,useState as Tm}from"react";import jC from"styled-components";import{isMobile as $C}from"react-device-detect";var xm=(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(!St()&&$C)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as YC,jsx as to,jsxs as Sm}from"react/jsx-runtime";var _m=()=>{let{forkSession:e,ready:t,authenticated:o}=z(),[r,n]=Tm(""),[i,a]=Tm(!1);qC(()=>{t&&o&&e().then(n)},[t,o]);let s=xm(r,!i),l={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(l.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(l.title="Still here?",l.description="You may need to install the Phantom mobile app.",l.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),Sm(YC,{children:[to(T,{},"header"),to(q,{}),to(fo,{title:l.title,description:l.description}),Sm(uo,{children:[to(KC,{children:to(po,{style:{width:"72px",height:"72px"}})}),to(Pi,{href:s,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!s,children:i?"Go to App Store":"Continue"}),l.footnote?to("p",{children:l.footnote}):null]}),to(K,{}),to(B,{protectedByPrivy:!0})]})},KC=jC(Kt)`
2083
+ `;import{useEffect as jC,useState as Tm}from"react";import qC from"styled-components";import{isMobile as $C}from"react-device-detect";var xm=(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(!_t()&&$C)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as YC,jsx as ro,jsxs as Sm}from"react/jsx-runtime";var _m=()=>{let{forkSession:e,ready:t,authenticated:o}=z(),[r,n]=Tm(""),[i,a]=Tm(!1);jC(()=>{t&&o&&e().then(n)},[t,o]);let s=xm(r,!i),l={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(l.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(l.title="Still here?",l.description="You may need to install the Phantom mobile app.",l.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),Sm(YC,{children:[ro(T,{},"header"),ro(j,{}),ro(yo,{title:l.title,description:l.description}),Sm(fo,{children:[ro(KC,{children:ro(mo,{style:{width:"72px",height:"72px"}})}),ro(Pi,{href:s,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!s,children:i?"Go to App Store":"Continue"}),l.footnote?ro("p",{children:l.footnote}):null]}),ro(K,{}),ro(B,{protectedByPrivy:!0})]})},KC=qC(Yt)`
2084
2084
  margin: 16px auto;
2085
- `;import{StaticJsonRpcProvider as t0}from"@ethersproject/providers";import{useMemo as Rm,useEffect as Im,useState as ht}from"react";import Vr from"styled-components";function km(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as vl}from"@ethersproject/bignumber";import JC from"styled-components";import{Fragment as XC,jsx as Vn,jsxs as e0}from"react/jsx-runtime";var QC=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=vl.from(e.gasUsed),r=vl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=vl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Am=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>e0(XC,{children:[Vn(T,{onClose:r}),Vn(dn,{title:"Transaction complete!",description:"You're all set."}),Vn(Hr,{tokenPrice:n,from:t.from,to:t.to,gas:QC(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Vn(ZC,{loading:!1,onClick:r,children:"All Done"}),Vn(Y,{})]}),ZC=JC(U)`
2085
+ `;import{StaticJsonRpcProvider as t0}from"@ethersproject/providers";import{useMemo as Rm,useEffect as Im,useState as ht}from"react";import Vr from"styled-components";function km(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as wl}from"@ethersproject/bignumber";import JC from"styled-components";import{Fragment as XC,jsx as Vn,jsxs as e0}from"react/jsx-runtime";var QC=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=wl.from(e.gasUsed),r=wl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=wl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Am=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>e0(XC,{children:[Vn(T,{onClose:r}),Vn(dn,{title:"Transaction complete!",description:"You're all set."}),Vn(Hr,{tokenPrice:n,from:t.from,to:t.to,gas:QC(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Vn(ZC,{loading:!1,onClick:r,children:"All Done"}),Vn(Y,{})]}),ZC=JC(U)`
2086
2086
  && {
2087
2087
  margin-top: 24px;
2088
2088
  }
2089
2089
  transition: color 350ms ease, background-color 350ms ease;
2090
- `;import{Fragment as wl,jsx as Me,jsxs as zr}from"react/jsx-runtime";var o0=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Me(sl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Me(sl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Me(wl,{children:Me(cm,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Mm=()=>{let{authenticated:e,getAccessToken:t}=z(),{wallets:o}=zn(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:s,nativeTokenSymbolForChainId:l}=I(),{app:c,navigate:u,data:y,onUserCloseViaDialogOrKeybindRef:C,setModalData:m}=S(),{transactionRequest:E,onSuccess:b,onFailure:x,uiOptions:v,fundWalletConfig:W}=y.sendTransaction,[M,R]=ht(null),[k,A]=ht(null),[L,F]=ht(""),[H,N]=ht(),[_,Q]=ht(!1),re=()=>{F(""),N(void 0)},pe=(ze,Ke,lt)=>{F(ze),N(new Oe(new _t(Ke??ze,lt??$e.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[O,Le]=ht(!1),[st,ge]=ht(!0),[Se,ee]=ht(null),[se,or]=ht(E),{tokenPrice:J,isTokenPriceLoading:oo}=Ra(se),Vt=l(E.chainId)||"ETH",[Mo,Lo]=ht(null),[Kn,ie]=ht(null),[No,ve]=ht(!0);Im(()=>{e||(u("LANDING"),x(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Ne=Rm(()=>o.find(ze=>ze.walletClientType==="privy"),[o]),Fa=async()=>{if(!Ne)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:ze,externalTransactionId:Ke}=await i(Ne.address,{config:W?.config||{}});m({fiatOnRampPrompt:{signedUrl:ze},fiatOnRampStatus:{externalTransactionId:Ke}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},Oo=Rm(()=>new t0(vt(se.chainId,s,a)),[se.chainId,a]);Im(()=>{let ze=()=>{ge(!1),pe("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&Q(!0)};async function Ke(){let lt=se;if(!(!await t()||!r||!Ne)){try{lt=await Gr(Ne.address,se,Oo),or(lt)}catch(Ve){Md(Ve)?ze():pe("There was an error preparing your transaction. Please try again.",Ve.reason)}try{let Ve=await ka(lt,Oo);Lo(ae(Ve.toBigInt()).toHexString());let jr=await pl(se,Oo);ie(ae(jr.toBigInt()).toHexString())}catch{Lo(null)}try{let{balance:Ve,hasSufficientFunds:jr}=await mm(Ne.address,lt,Oo);ee(Ve.toHexString()),jr||ze()}catch(Ve){console.warn(`Failed to fetch wallet balance with error: ${Ve}`)}ve(!1)}}Ke()},[r]);let Do=km(se),$r=Do==="SEND"?`Send ${Vt}`:"Review transaction",qr={modalTitle:v.header||v.modalTitle||$r,buttonText:v.buttonText||"Submit"},Uo=()=>{O||(k?b(k):x(H||new Oe(new _t("The user rejected the request",$e.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return C.current=Uo,J===void 0&&oo||No?zr(wl,{children:[v.transactionInfo?.contractInfo?.imgUrl&&Me(yi,{src:v.transactionInfo?.contractInfo?.imgUrl}),Me(T,{title:qr.modalTitle,onClose:Uo}),Me(Wm,{children:Me(Er,{})})]}):M!==null?Me(Am,{txn:se,onClose:Uo,receipt:M,transactionInfo:v.transactionInfo,tokenPrice:J,tokenSymbol:Vt,l1GasEstimate:Kn}):zr(wl,{children:[Me(T,{title:qr.modalTitle,onClose:Uo}),zr(Wm,{children:[zr(a0,{children:[Me(o0,{txn:se,txnFamily:Do,uiOptions:v,tokenSymbol:Vt,tokenPrice:J}),Ne?Me(Hr,{from:Ne.address,to:se.to,txn:se,transactionInfo:v.transactionInfo,gas:Mo||void 0,tokenPrice:J,tokenSymbol:Vt}):null]}),zr(s0,{children:[Me(r0,{children:L}),Me(im,{txn:se,address:Ne?.address??"",hasFunds:st,balance:Se}),zr(n0,{children:[_&&Me(U,{onClick:Fa,children:"Add Funds"}),Me(i0,{disabled:O||!st,loading:!r||O,loadingText:O?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Le(!0);let ze=await t();if(ze&&!O&&Ne)try{let Ke=await _a(ze,Ne.address,r,se,Oo);A(Ke);let lt=await Ke.wait();R(Aa(lt)),re()}catch(Ke){let lt="There was an error processing your transaction. Please contact support.";console.warn({transaction:se,error:Ke}),pe(lt,Ke.reason)}finally{Le(!1)}},children:qr.buttonText})]})]})]})]})},Wm=Vr.div`
2090
+ `;import{Fragment as Cl,jsx as Me,jsxs as zr}from"react/jsx-runtime";var o0=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Me(sl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Me(sl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Me(Cl,{children:Me(dm,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Mm=()=>{let{authenticated:e,getAccessToken:t}=z(),{wallets:o}=zn(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:s,nativeTokenSymbolForChainId:l}=I(),{app:c,navigate:u,data:y,onUserCloseViaDialogOrKeybindRef:C,setModalData:m}=S(),{transactionRequest:E,onSuccess:b,onFailure:x,uiOptions:v,fundWalletConfig:W}=y.sendTransaction,[M,R]=ht(null),[k,A]=ht(null),[L,F]=ht(""),[H,N]=ht(),[_,Q]=ht(!1),re=()=>{F(""),N(void 0)},pe=(ze,Ke,lt)=>{F(ze),N(new Oe(new kt(Ke??ze,lt??$e.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[O,Le]=ht(!1),[st,ge]=ht(!0),[Se,ee]=ht(null),[se,or]=ht(E),{tokenPrice:J,isTokenPriceLoading:no}=Ra(se),$t=l(E.chainId)||"ETH",[Lo,No]=ht(null),[Kn,ie]=ht(null),[Oo,ve]=ht(!0);Im(()=>{e||(u("LANDING"),x(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Ne=Rm(()=>o.find(ze=>ze.walletClientType==="privy"),[o]),Fa=async()=>{if(!Ne)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:ze,externalTransactionId:Ke}=await i(Ne.address,{config:W?.config||{}});m({fiatOnRampPrompt:{signedUrl:ze},fiatOnRampStatus:{externalTransactionId:Ke}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},Do=Rm(()=>new t0(vt(se.chainId,s,a)),[se.chainId,a]);Im(()=>{let ze=()=>{ge(!1),pe("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&Q(!0)};async function Ke(){let lt=se;if(!(!await t()||!r||!Ne)){try{lt=await Gr(Ne.address,se,Do),or(lt)}catch(Ve){Ld(Ve)?ze():pe("There was an error preparing your transaction. Please try again.",Ve.reason)}try{let Ve=await ka(lt,Do);No(ae(Ve.toBigInt()).toHexString());let qr=await ul(se,Do);ie(ae(qr.toBigInt()).toHexString())}catch{No(null)}try{let{balance:Ve,hasSufficientFunds:qr}=await fm(Ne.address,lt,Do);ee(Ve.toHexString()),qr||ze()}catch(Ve){console.warn(`Failed to fetch wallet balance with error: ${Ve}`)}ve(!1)}}Ke()},[r]);let Uo=km(se),$r=Uo==="SEND"?`Send ${$t}`:"Review transaction",jr={modalTitle:v.header||v.modalTitle||$r,buttonText:v.buttonText||"Submit"},Fo=()=>{O||(k?b(k):x(H||new Oe(new kt("The user rejected the request",$e.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return C.current=Fo,J===void 0&&no||Oo?zr(Cl,{children:[v.transactionInfo?.contractInfo?.imgUrl&&Me(yi,{src:v.transactionInfo?.contractInfo?.imgUrl}),Me(T,{title:jr.modalTitle,onClose:Fo}),Me(Wm,{children:Me(Er,{})})]}):M!==null?Me(Am,{txn:se,onClose:Fo,receipt:M,transactionInfo:v.transactionInfo,tokenPrice:J,tokenSymbol:$t,l1GasEstimate:Kn}):zr(Cl,{children:[Me(T,{title:jr.modalTitle,onClose:Fo}),zr(Wm,{children:[zr(a0,{children:[Me(o0,{txn:se,txnFamily:Uo,uiOptions:v,tokenSymbol:$t,tokenPrice:J}),Ne?Me(Hr,{from:Ne.address,to:se.to,txn:se,transactionInfo:v.transactionInfo,gas:Lo||void 0,tokenPrice:J,tokenSymbol:$t}):null]}),zr(s0,{children:[Me(r0,{children:L}),Me(am,{txn:se,address:Ne?.address??"",hasFunds:st,balance:Se}),zr(n0,{children:[_&&Me(U,{onClick:Fa,children:"Add Funds"}),Me(i0,{disabled:O||!st,loading:!r||O,loadingText:O?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{Le(!0);let ze=await t();if(ze&&!O&&Ne)try{let Ke=await _a(ze,Ne.address,r,se,Do);A(Ke);let lt=await Ke.wait();R(Aa(lt)),re()}catch(Ke){let lt="There was an error processing your transaction. Please contact support.";console.warn({transaction:se,error:Ke}),pe(lt,Ke.reason)}finally{Le(!1)}},children:jr.buttonText})]})]})]})]})},Wm=Vr.div`
2091
2091
  display: flex;
2092
2092
  flex-direction: column;
2093
2093
  justify-content: space-between;
@@ -2116,7 +2116,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2116
2116
  display: flex;
2117
2117
  flex-direction: column;
2118
2118
  gap: 8px;
2119
- `;import{isHexString as l0}from"@ethersproject/bytes";import{toUtf8String as c0}from"@ethersproject/strings";import{useEffect as Lm,useState as Ma}from"react";import Xo,{css as d0}from"styled-components";import{Fragment as w0,jsx as Pt,jsxs as Cl}from"react/jsx-runtime";var p0=e=>{if(!l0(e))return e;try{return c0(e)}catch{return e}},Nm=()=>{let{authenticated:e}=z(),{initializeWalletProxy:t,closePrivyModal:o}=I(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,s]=Ma(!0),[l,c]=Ma(""),[u,y]=Ma(),[C,m]=Ma(null),E=C!==null;Lm(()=>{e||r("LANDING")},[e]),Lm(()=>{t(sr).then(A=>{s(!1),A||(c("An error has occurred, please try again."),y(new Oe(new _t(l,$e.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:b,confirmAndSignMessage:x,onSuccess:v,onFailure:W,uiOptions:M}=n.signMessage,R={title:M.title||"Sign message",description:M.description||"Signing this message will not cost you any fees.",buttonText:M.buttonText||"Sign and continue"},k=A=>{A?v(A):W(u||new Oe(new _t("The user rejected the request.",$e.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),m(null),c(""),y(void 0)};return i.current=()=>{k(C)},Cl(w0,{children:[Pt(T,{onClose:()=>k(C)}),Pt(q,{}),Cl(u0,{children:[Pt(m0,{children:R.title}),Pt(f0,{children:R.description}),Pt(h0,{children:p0(b)}),Pt(y0,{fail:!0,children:l}),Pt(v0,{success:E,loading:a,disabled:E,onClick:async()=>{try{let A=await x();m(A),c(""),setTimeout(()=>{k(A)},Xe)}catch{c("An error has occurred, please try again."),y(new Oe(new _t(l,$e.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:E?Cl(g0,{children:[Pt(sa,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Pt("span",{children:"Success"})]}):R.buttonText})]}),Pt(K,{}),Pt(B,{protectedByPrivy:!0})]})},u0=Xo.div`
2119
+ `;import{isHexString as l0}from"@ethersproject/bytes";import{toUtf8String as c0}from"@ethersproject/strings";import{useEffect as Lm,useState as Ma}from"react";import Xo,{css as d0}from"styled-components";import{Fragment as w0,jsx as xt,jsxs as bl}from"react/jsx-runtime";var p0=e=>{if(!l0(e))return e;try{return c0(e)}catch{return e}},Nm=()=>{let{authenticated:e}=z(),{initializeWalletProxy:t,closePrivyModal:o}=I(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,s]=Ma(!0),[l,c]=Ma(""),[u,y]=Ma(),[C,m]=Ma(null),E=C!==null;Lm(()=>{e||r("LANDING")},[e]),Lm(()=>{t(sr).then(A=>{s(!1),A||(c("An error has occurred, please try again."),y(new Oe(new kt(l,$e.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:b,confirmAndSignMessage:x,onSuccess:v,onFailure:W,uiOptions:M}=n.signMessage,R={title:M.title||"Sign message",description:M.description||"Signing this message will not cost you any fees.",buttonText:M.buttonText||"Sign and continue"},k=A=>{A?v(A):W(u||new Oe(new kt("The user rejected the request.",$e.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),m(null),c(""),y(void 0)};return i.current=()=>{k(C)},bl(w0,{children:[xt(T,{onClose:()=>k(C)}),xt(j,{}),bl(u0,{children:[xt(m0,{children:R.title}),xt(f0,{children:R.description}),xt(h0,{children:p0(b)}),xt(y0,{fail:!0,children:l}),xt(v0,{success:E,loading:a,disabled:E,onClick:async()=>{try{let A=await x();m(A),c(""),setTimeout(()=>{k(A)},Xe)}catch{c("An error has occurred, please try again."),y(new Oe(new kt(l,$e.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:E?bl(g0,{children:[xt(sa,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",xt("span",{children:"Success"})]}):R.buttonText})]}),xt(K,{}),xt(B,{protectedByPrivy:!0})]})},u0=Xo.div`
2120
2120
  display: flex;
2121
2121
  flex-direction: column;
2122
2122
  align-items: center;
@@ -2503,4 +2503,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
2503
2503
  opacity: 1;
2504
2504
  }
2505
2505
  }
2506
- `;import{jsx as Ge,jsxs as Bm}from"react/jsx-runtime";var S0={["LANDING"]:eu,["AWAITING_PASSWORDLESS_CODE"]:md,["AWAITING_CONNECTION"]:Sd,["AWAITING_CONNECT_ONLY_CONNECTION"]:Rd,["PHANTOM_INTERSTITIAL_SCREEN"]:_m,["LOGIN_FAILED_SCREEN"]:su,["AWAITING_OAUTH_SCREEN"]:Pm,["ALLOWLIST_REJECTION_SCREEN"]:ed,["INSTALL_PHANTOM_SCREEN"]:Wp,["LINK_EMAIL_SCREEN"]:tu,["LINK_PHONE_SCREEN"]:ou,["LINK_WALLET_SCREEN"]:ru,["CONNECT_ONLY_LANDING_SCREEN"]:Pd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Cd,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:yp,["EMBEDDED_WALLET_CREATED_SCREEN"]:Ud,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Od,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:wp,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Gd,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Nm,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Mm,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Tp,["FIAT_ON_RAMP_STATUS_SCREEN"]:_p,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:vp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:gp,["MFA_ENROLLMENT_FLOW_SCREEN"]:Nu},_0=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o}=z(),{ready:r,currentScreen:n}=S(),i=P0(null),a=Vc(i);if((!o||!r)&&n!=="AWAITING_OAUTH_SCREEN")return Bm(Or,{children:[Ge(T,{}),Ge(q,{}),Ge(yu,{children:Ge(Mt,{})}),Ge(K,{}),Ge(Y,{})]});if(!n)return null;let s=S0[n];return s?Ge(Or,{style:{height:a},children:Bm("div",{ref:i,children:[Ge(Yt,{if:!!e,children:Ge(s,{})}),Ge(Yt,{if:!e,children:Ge(vm,{open:e,onClose:t})})]})}):null},Hm=({open:e})=>{let{app:t}=S(),[o,r]=Fm(!1),{gracefulClosePrivyModal:n,onEscape:i}=fu(),[a,s]=Fm(!1);os({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||s(!0)}}),x0(()=>{r(!0)},[]);let l=Ge(Um,{children:Ge(_0,{isMfaVerifying:a,onMfaVerificationComplete:()=>s(!1)})}),c=e||a,u=t?.render.inDialog?Ge("div",{onKeyDown:i,children:Ge(hu,{open:c,id:"privy-dialog",onClick:()=>n(),children:l})}):l;if(o){let y=t?.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body;return T0.createPortal(u,y)}return null};var yt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:ec,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var k0=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),A0=e=>k0.has(e),R0=(e,t,o)=>o.indexOf(e)===t,Gm=({input:e})=>e?e.filter(A0).filter(R0):yt.appearance.walletList;var zm={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 Vm={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 $m={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 qm={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 jm={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 Km={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 Ym={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 Jm={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 Qm={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 Zm={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 La={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 Xm={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 ef={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 $n=[va,wa,Ca,Ym,ef,La,Pa,xa,Hn,Gn,$m,qm,jm,Km,ba,Ea,Qm,Zm,zm,Vm,Ta,Sa,Jm,Xm],fL=new Set($n.map(e=>e.id));import er from"tinycolor2";var tf="#FFFFFF",I0="#000000",W0=tf,M0="#1E1E1D";function L0(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 Io(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return er({...e.toHsl(),l:o})}function of({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=tf,blackHex:a=I0}){let s;switch(e){case"light":s=W0;break;case"dark":s=M0;break;default:s=e;break}let l=er(s),c=er(t),u=er(o),y=er(r),C=er(n),m=L0(l.getLuminance()),E=Io(l,m==="light"?-.04:.11),b=Io(l,m==="light"?-.88:.87),x=Io(l,m==="light"?-.77:.75),v=Io(l,m==="light"?-.43:.45).desaturate(m==="light"?60:20),W=Io(l,m==="light"?-.08:.25).desaturate(m==="light"?60:20),M=Io(c,.15),R=Io(c,-.06),k=er(c.getLuminance()>.5?a:i),A=Io(u,-.16);return{colorScheme:m,background:l.toHslString(),background2:E.toHslString(),foreground:b.toHslString(),foreground2:x.toHslString(),foreground3:v.toHslString(),foreground4:W.toHslString(),accent:c.toHslString(),accentLight:M.toHslString(),accentDark:R.toHslString(),foregroundAccent:k.toHslString(),success:u.toHslString(),successDark:A.toHslString(),error:C.toHslString(),warn:y.toHslString()}}function Na(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(H=>o.includes(H)),n,i,a,s,l,c,u,y,C,m;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),s=r?.includes("google"),l=r?.includes("twitter"),c=r?.includes("discord"),u=r?.includes("tiktok"),C=r?.includes("github"),y=r?.includes("linkedin"),m=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,s=e.googleOAuth,l=e.twitterOAuth,c=e.discordOAuth,C=e.githubOAuth,u=e.tiktokOAuth,y=e.linkedinOAuth,m=e.appleOAuth);let E=[n,i].filter(Boolean),b=[s,l,c,C,u,y,m].filter(Boolean),x=[a].filter(Boolean);if(E.length+b.length+x.length===0)throw new Error("You must enable at least one login method");let v=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;v&&x.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),v=!1):!v&&b.length+E.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),v=!0);let W=Gm({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let M=t?.intl?.defaultCountry??"US",{chains:R,defaultChain:k}=N0(t?.additionalChains,t?.supportedChains,t?.defaultChain),A=!!t?.defaultChain||!!t?.supportedChains,L=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:of({backgroundTheme:t?.appearance?.theme??yt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??yt.appearance.accentColor}),loginGroupPriority:v?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:s,twitter:l,discord:c,github:C,tiktok:u,linkedin:y,apple:m},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??yt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??yt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??yt.rpcConfig.rpcTimeouts},chains:R,defaultChain:k,intl:{defaultCountry:M},shouldSwitchChainOnConnect:A,captchaEnabled:e.captchaEnabled??yt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...L?{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:L?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??yt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??yt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??yt._render.inParentNodeId}}}function rf(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function N0(e,t,o){let r;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");r=t.map(a=>$n.find(l=>l.id===a.id)??a)}else r=$n.concat(e??[]);let n=t?r[0]:La,i=o??n;if(!r.find(a=>a.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:r,defaultChain:i}}import{useRef as O0,useEffect as D0}from"react";var Oa=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 tr(e,t,o,r,n,i=!1){let a=i,s=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Ee("missing_or_invalid_mfa","MFA verification failed, retry."));let y=await new Promise((C,m)=>{o.current={resolve:C,reject:m};let E=1e3*60*5;setTimeout(()=>{let b=new Ee("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(b),m(b)},E)});return await e(y)}return await e()},l=4,c=null;for(let u=0;u<l;u++)try{c=await s(u),r.current?.resolve(void 0);break}catch(y){if(y.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),y}if(c===null){let u=new Ee("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as z0}from"react/jsx-runtime";var U0=function(e){return()=>`id-${e++}`}(0);function F0(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ht(e){return e.error!==void 0}var xt=new Oa,bl=new Map,B0=(e,t)=>typeof t=="bigint"?t.toString():t,H0=(e,t)=>`${e}${JSON.stringify(t,B0)}`;function Gt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=H0(e,t);if(e==="privy:wallet:create"){let a=bl.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=U0();xt.enqueue(l,{resolve:a,reject:s}),r.postMessage({id:l,event:e,data:t},"*")}).finally(()=>{bl.delete(n)});return bl.set(n,i),i}function G0(e){switch(e.event){case"privy:iframe:ready":let t=xt.dequeue(e.event,e.id);return Ht(e)?t.reject(new Ee(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=xt.dequeue(e.event,e.id);return Ht(e)?o.reject(new Ee(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=xt.dequeue(e.event,e.id);return Ht(e)?r.reject(new Ee(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=xt.dequeue(e.event,e.id);return Ht(e)?n.reject(new Ee(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=xt.dequeue(e.event,e.id);return Ht(e)?i.reject(new Ee(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=xt.dequeue(e.event,e.id);return Ht(e)?a.reject(new Ee(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let s=xt.dequeue(e.event,e.id);return Ht(e)?s.reject(new Ee(e.error.type,e.error.message)):s.resolve(e.data);case"privy:mfa:init-enrollment":{let l=xt.dequeue(e.event,e.id);return Ht(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:submit-enrollment":{let l=xt.dequeue(e.event,e.id);return Ht(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:unenroll":{let l=xt.dequeue(e.event,e.id);return Ht(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function nf(e){let t=O0(null),o=jc();return D0(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&F0(c.data)&&G0(c.data)}let i={create(c){return Gt("privy:wallet:create",c,r)},connect(c){return Gt("privy:wallet:connect",c,r)},recover(c){return tr(u=>Gt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return tr(u=>Gt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return tr(u=>Gt("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return tr(u=>Gt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return tr(u=>Gt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return Gt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return tr(u=>Gt("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),s=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},l=new AbortController;return hc(()=>Gt("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),z0("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:si(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Da=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=Jl();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw te(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=Ql(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return gt(o)}catch(t){throw te(t)}}};import{jsx as Wo,jsxs as af}from"react/jsx-runtime";var jn;function j0(e){return typeof e=="string"&&e.length===25}function ke(){if(!jn){let e=Z.get(ar);return Promise.resolve(e||null)}return jn.getAccessToken()}var sf,bc=(e,t)=>sf(e,t),lf,Ec=(e,t)=>lf(e,t),cf,Pc=()=>cf(),K0=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;Z.put(Qr,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Y0=({config:e,...t})=>{if(!j0(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");jn||(jn=new sn({appId:t.appId,apiUrl:t.apiUrl||ri}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),Wo(J0,{...t,config:o,client:jn})},J0=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,s]=de(!1),[l,c]=de(null),[u,y]=de(!1),[C,m]=de([]),E=qn(C),[b,x]=de(!1),[v,W]=de(null),[M,R]=de(!1),[k,A]=de({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[L,F]=de(null),[H,N]=de(null),[_,Q]=de(null),[re,pe]=de({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""}),[O,Le]=de(()=>{let p=rf(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),Na(re,e.config)}),[st,ge]=de(!0),[Se,ee]=de({}),[se,or]=de(null),[J,oo]=de(null),[Vt,Mo]=de(!1),Lo=qn(null),Kn=qn(null),ie=qn($c),No=qn(),ve=p=>{W(p),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:p})},Ne=p=>{O.embeddedWallets.createOnLogin!=="off"&&ge(!0),ve(p)};zt(()=>{if(!_||!l){t.connectors?.removeEmbeddedWalletConnector();return}let p=l?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(p&&p.length>0){let d=p[0].address;t.connectors?.addEmbeddedWalletConnector(_,d,O.defaultChain)}},[_,l]),zt(()=>{_&&J?.(_)},[_]),zt(()=>{(async()=>{if(!O.customAuth?.enabled)return;ge(!0);let{getCustomAccessToken:d,isLoading:h}=O.customAuth;if(!(!n||h))try{let g=await d();if(!g){await Kr.logout();return}if(a)return;t.startAuthFlow(new ir(g));let{user:D,isNewUser:X}=await t.authenticate();D||await Kr.logout(),c(D||null),x(X||!1),s(!0),Mo(!0)}catch(g){console.warn(g),a&&await Kr.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),zt(()=>{Vt&&_&&l&&ao(l,e.config?.embeddedWallets?.createOnLogin)&&(Mo(!1),Pl(l,sr).catch(console.error))},[Vt&&_&&l]),zt(()=>{async function p(){let d=await t.getServerConfig();pe(d);let h=Na(d,e.config);Le(h),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let g=$0();F(g),t.initializeConnectorManager(h.walletConnectCloudProjectId,h.rpcConfig,h.chains,h.defaultChain,g),t.connectors?.initialize();let D=Fa();K0();let X=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(s(!!X),X&&le(ie,"login","onComplete",X,!1,!0,null),c(X)),D||we.setReadyToTrue(),D&&X&&y(!0),qr()}n||p()},[t,se,n]),zt(()=>{let p=Na(re,e.config);Le(p)},[e.config,re]);let Fa=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),h=p.get("privy_oauth_state"),g=p.get("privy_oauth_provider");return d&&h&&g?(t.startAuthFlow(new no(g,d,h)),Ne("AWAITING_OAUTH_SCREEN"),!0):!1},Oo=async(p,d,h)=>{let g=await t.connectors?.createWalletConnector(p,d)||null;Do(g,d,h)};async function Do(p,d,h){if(!p)return A({status:"disconnected",connectError:new G("Unable to connect to wallet."),connector:null,connectRetry:P}),h?.(null);p instanceof Rt&&d&&p.resetConnection(d),A({connector:p,status:"connecting",connectError:null,connectRetry:()=>Do(p,d,h)});try{let g=await p.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find(D=>D.id===Number(g?.chainId))&&!(g?.connectorType==="wallet_connect_v2"&&g?.walletClientType==="metamask")){A(D=>({...D,connector:p,status:"switching_to_supported_chain",connectError:null,connectRetry:P}));try{await g?.switchChain(O.defaultChain.id),g&&(g.chainId=lr(Go(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return A(D=>({...D,status:"connected",connectError:null,connectRetry:P})),g&&!M&&le(ie,"connectWallet","onSuccess",g),h?.(g)}catch(g){return g instanceof Ye?(console.warn(g.cause?g.cause:g.message),M||le(ie,"connectWallet","onError",g.privyErrorCode||"generic_connect_wallet_error")):(console.warn(g),M||le(ie,"connectWallet","onError","unknown_connect_wallet_error")),A(D=>({...D,status:"disconnected",connectError:g})),h?.(null)}}let $r=p=>{p!==null&&t.startAuthFlow(new Bo(p))},qr=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),h=p.get("privy_wallet_client");if(!d||!h)return;if(h==="phantom"&&!St()&&Ne("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");ve("AWAITING_CONNECTION");let g=new URL(window.location.href);g.searchParams.delete("privy_connector"),g.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",g),Oo(d,h,$r)};zt(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let Uo=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");y(!0),ve("LINK_WALLET_SCREEN")},ze=p=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},Ke=async p=>{if(!t.connectors)throw new w("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;A(h=>({...h,connector:d,status:"connected",connectError:null,connectRetry:P})),$r(p),Ne("AWAITING_CONNECTION")},lt=async(p,d)=>{No.current="siwe",await Do(p,d,$r)},Ba=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:h,externalTransactionId:g}=await Pp(t,p,d?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:h,externalTransactionId:g}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},Ve=()=>{m(p=>{let d=t.connectors?.wallets.map(h=>({...h,linked:ze(h),loginOrLink:async()=>{if(!await h.isConnected())throw new w("Wallet is not connected");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");Ke(h)},fund:async g=>{let{signedUrl:D,externalTransactionId:X}=await Ba(h.address,g);ee({fiatOnRampPrompt:{signedUrl:D},fiatOnRampStatus:{externalTransactionId:X}}),ve("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let g=await t.unlinkWallet(h.address);c(g)}}))||[];return ci(p,d)?p:d})};zt(()=>{Ve()},[l?.linkedAccounts,a,n]),zt(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");Ve(),t.connectors.on("walletsUpdated",Ve)}},[n]);let jr=()=>{ve(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};zt(()=>{if(!C[0])return;let p=C[0],d=E.current.find(g=>g.address===p.address),h=l?.linkedAccounts.find(g=>g.type==="wallet"&&g.address===p.address);if(!d&&h){let g=Object.assign({},l);g.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(g)}E.current=C},[C]);let Pl=async(p,d)=>{if(ne(p))throw le(ie,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[g,D]=await Promise.all([we.initializeWalletProxy(d),ke()]);if(!g&&e.config?.customAuth?.enabled)throw le(ie,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!g||!D||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((X,_e)=>{ge(!0),ee({createWallet:{onSuccess:ct=>{le(ie,"createWallet","onSuccess",ct),X(ct)},onFailure:ct=>{le(ie,"createWallet","onError","unknown_embedded_wallet_error"),_e(ct)},callAuthOnSuccessOnClose:!1}}),ve("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await g.create({accessToken:D});let X=await we.refreshUser(),_e=ne(X);if(!_e)throw le(ie,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return le(ie,"createWallet","onSuccess",_e),_e}},pf=p=>{if(!O.chains.map(d=>d.id).includes(p))throw new G(`Chain ID ${p} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},xl=(p,d,h)=>new Promise(async(g,D)=>{if(!a||!l){D(new Error("User must be authenticated before signing with a Privy wallet"));return}let X=ne(l);if(!X){D(new Error("Must have a Privy wallet before signing"));return}ge(!0);let _e=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,rr=p.chainId?Number(p.chainId):_e.chainId;pf(rr);let ct=Object.assign({},p,{chainId:rr}),Yr=async()=>{let ro=await ke();if(!ro||!_){D(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await we.recoverEmbeddedWallet()){D(new Error("Unable to connect to wallet"));return}let Sl=new V0(vt(ct.chainId,O.chains,O.rpcConfig)),mf=await Gr(X.address,ct,Sl),ff=await _a(ro,X.address,_,mf,Sl);g(ff)}catch(Yn){D(Yn)}};if(O.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Yr();else{let ro={transactionRequest:ct,onSuccess:g,onFailure:D,uiOptions:d||{},fundWalletConfig:h},Yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:D};ee({connectWallet:Yn,sendTransaction:ro}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Tl(){return new Promise(async(p,d)=>{let h=await ke();if(!h||!_)throw new Error("Must have valid access token to enroll in MFA");try{await _.verifyMfa({accessToken:h}),p()}catch(g){d(g)}})}let Kr={ready:n,authenticated:a,user:l,walletConnectors:t.connectors||null,connectWallet:jr,linkWallet:Uo,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(l?.email)throw new w("User already has an email linked to their account.");y(!0),ve("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(l?.phone)throw new w("User already has a phone number linked to their account.");y(!0),ve("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(l?.google)throw new w("User already has a Google account linked to their account.");await we.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(l?.twitter)throw new w("User already has a Twitter account linked to their account.");await we.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(l?.discord)throw new w("User already has a Discord account linked to their account.");await we.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(l?.github)throw new w("User already has a Github account linked to their account.");await we.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(l?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await we.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(l?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await we.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await we.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(p=>{or(()=>p)}),or(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}R(!0),Ne("LANDING")},logout:async()=>{await t.logout(),c(null),s(!1),W(null),le(ie,"logout","onSuccess"),y(!1),r(!1),Z.del(Zr)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!l||!l.wallet)return new oe;let p=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(g=>g.address===p?.address));return!p||!d?new oe:d.proxyProvider},getEthersProvider:()=>{if(!l||!l.wallet)return new El(new kt(new oe));let p=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(g=>g.address===p?.address));return!p||!d?new El(new kt(new oe)):new El(new kt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!l||!l.wallet)return new co(new oe);let p=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(g=>g.address===p?.address));return!p||!d?new co(new oe):new co(d.proxyProvider)},unlinkWallet:async p=>{let d=await t.unlinkWallet(p);return c(d),d},unlinkEmail:async p=>{let d=await t.unlinkEmail(p);return c(d),d},unlinkPhone:async p=>{let d=await t.unlinkPhone(p);return c(d),d},unlinkGoogle:async p=>{let d=await t.unlinkOAuth("google",p);return c(d),d},unlinkTwitter:async p=>{let d=await t.unlinkOAuth("twitter",p);return c(d),d},unlinkDiscord:async p=>{let d=await t.unlinkOAuth("discord",p);return c(d),d},unlinkGithub:async p=>{let d=await t.unlinkOAuth("github",p);return c(d),d},unlinkTiktok:async p=>{let d=await t.unlinkOAuth("tiktok",p);return c(d),d},unlinkLinkedIn:async p=>{let d=await t.unlinkOAuth("linkedin",p);return c(d),d},unlinkApple:async p=>{let d=await t.unlinkOAuth("apple",p);return c(d),d},setActiveWallet:async p=>{let d=C.find(g=>Ua(g.address)===Ua(p)),h=l?.linkedAccounts.find(g=>g.type==="wallet"&&Ua(g.address)===Ua(p));if(!d||!await d.isConnected())N(p),Uo();else if(!d.linked)d.loginOrLink();else{let g=Object.assign({},l);g.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(g)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!l)throw le(ie,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Pl(l,15e3)},setWalletPassword:()=>new Promise(async(p,d)=>{if(!a||!l){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let h=ne(l);if(!h||!_){d(new Error("Must have a Privy wallet to add a password"));return}if(h.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await Tl(),ge(!0);let g={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},D={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};ee({setWalletPassword:g,connectWallet:D}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(h,g)=>{if(!a||!l){g(new Error("User must be authenticated before signing with a Privy wallet"));return}let D=ne(l);if(!D){g(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){g(new Error("Message must be a non-empty string"));return}ge(!0);let X=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let _e=await ke();if(!_||!_e)throw new Error("Unable to connect to wallet");if(!await we.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:D.address});let{response:ct}=await _.rpc({accessToken:_e,address:D.address,request:{method:"personal_sign",params:[p,D.address]}}),Yr=ct.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:D.address}),Yr};if(O.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let _e=await X();h(_e)}catch(_e){g(_e??new Oe("Unable to sign message"))}}else{let ct={message:p,confirmAndSignMessage:X,onSuccess:ro=>{h(ro)},onFailure:ro=>{g(ro)},uiOptions:d||{}},Yr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:g};ee({signMessage:ct,connectWallet:Yr}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,h)=>{let D=await(await xl(p,d,h)).wait();return Aa(D)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!l){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!ne(l)){d(new Error("Must have a Privy wallet before exporting"));return}ge(!0);let g={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},D=await ke();if(!D||!_)throw new Error("Must have valid access token to enroll in MFA");if(!_){d(new Error("Must have a Privy wallet before exporting"));return}await _.verifyMfa({accessToken:D});let X={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};ee({keyExport:X,connectWallet:g}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Tl,async init(p){let d;switch(p){case"sms":d=new Da("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${p}`)}t.startMfaFlow(d),await d.init()},async submit(p,d){switch(p){case"totp":case"sms":Lo.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((h,g)=>{Kn.current={resolve:h,reject:g}});break;default:throw Lo.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${p}`)}},cancel(){Lo.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber})},enrollInMfa(p){return new Promise((d,h)=>{if(!p){we.closePrivyModal(),d();return}ee({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:d,onFailure:h}}),ve("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await ke();if(!p||!_)throw new Error("Must have valid access token to enroll in MFA");let d=await _.initEnrollMfa({method:"totp",accessToken:p});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber,code:p.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async submitEnrollmentWithTotp(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async unenroll(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to remove MFA");await _.unenrollMfa({method:p,accessToken:d});let h=await t.getAuthenticatedUser();c(h)},loginWithCode(p){return we.loginWithCode(p)},initLoginWithEmail(p,d){return we.initLoginWithEmail(p,d)},isModalOpen:o};sf=Kr.signMessage,lf=async(...p)=>{let d=await xl(...p);return O.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let we=(()=>({isNewUserThisSession:b,isLinking:u,linkingHint:H,pendingTransaction:null,walletConnectionStatus:k,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>O.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(_)return _;let d=new Promise(D=>{oo(()=>X=>D(X))}),h=new Promise(D=>setTimeout(()=>D(null),p)),g=await Promise.race([d,h]);return oo(null),g},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&l;p.shouldCallAuthOnSuccess&&d?(le(ie,"login","onComplete",l,b,!1,No.current??null),e.onSuccess?.(l,b)):M&&le(ie,"login","onError","exited_auth_flow"),N(null),R(!1),y(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Do,initLoginWithWallet:lt,loginWithWallet:async()=>{if(!n)throw new Jr;if(!(t.authFlow instanceof Bo))throw new w("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(h){throw le(ie,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(p||l||null),x(d||!1),s(!0)},initLoginWithOAuth:async p=>{t.startAuthFlow(new no(p));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof no))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let d,h;if(a)d=await t.link();else try{({user:d,isNewUser:h}=await t.authenticate()),No.current=p}catch(g){throw le(ie,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}c(d),x(h||!1),s(!0)},initLoginWithEmail:async(p,d)=>{let h=new Fo(p,d);t.startAuthFlow(h);try{No.current="email",await h.sendCodeEmail()}catch(g){throw le(ie,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}},initLoginWithSms:async(p,d)=>{let h=new Ho(p,d);t.startAuthFlow(h);try{No.current="sms",await h.sendSmsCode()}catch(g){throw le(ie,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new Jr;if(t.authFlow instanceof Fo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof Ho)t.authFlow.meta.smsCode=p.trim();else throw new w("Must initialize a passwordless code flow first");let d,h;a?d=await t.link():{user:d,isNewUser:h}=await t.authenticate(),c(d||l||null),x(h||!1),s(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:_,createAnalyticsEvent:(p,d,h)=>t.createAnalyticsEvent(p,d,h),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let h=l?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy"),g=await ke();if(!g||!_||!h){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}ge(!0);try{await _.connect({accessToken:g,address:h.address}),p(!0)}catch(D){Pr(D)&&h.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:h.address}),(await _.recover({address:h.address,accessToken:g})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:h.address}),p(!0)):Pr(D)?(ee({recoverWallet:{privyWallet:h,onFailure:d,onSuccess:()=>p(!0)}}),ve("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(D)}}),getFiatOnRampConfig:Ba,setReadyToTrue:()=>{i(!0),se?.()},updateWallets:()=>Ve()}))();cf=we.recoverEmbeddedWallet;let uf=q0(()=>({wallets:C}),[C]);return Wo(Ce.Provider,{value:Kr,children:Wo(ts.Provider,{value:ie,children:Wo(ml.Provider,{value:uf,children:af(Dp,{...O,children:[e.children,af(ss.Provider,{value:we,children:[Wo(Dm,{theme:{...O.appearance.palette||{}}}),Wo(Ac,{appConfig:O,data:Se,setModalData:ee,setInitialScreen:W,initialScreen:v,visible:o,authenticated:a,children:Wo(Hm,{open:o})}),st&&re.id?Wo(nf,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:Lo,mfaSubmitPromise:Kn,onLoad:Q,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Q0}from"react";function Z0(e){let{login:t}=Q0(Ce);return Wt("login",e),{login:t}}import{useContext as X0}from"react";function eb(e){let{logout:t}=X0(Ce);return Wt("logout",e),{logout:t}}import{useCallback as df}from"react";var tb=()=>{let e=Dt(),{initLoginWithEmail:t,loginWithCode:o}=z(),r=df(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");if(e.status==="disabled")return t(i);let a=await e.waitForResult();return t(i,a)},[t,e]),n=df(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Sn(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as ob}from"react";function rb(e){let{connectWallet:t}=ob(Ce);return Wt("connectWallet",e),{connectWallet:t}}import{useContext as nb}from"react";function ib(e){let{createWallet:t}=nb(Ce);return Wt("createWallet",e),{createWallet:t}}import{useContext as ab}from"react";var sb=()=>{let{isModalOpen:e}=ab(Ce);return{isOpen:e}};export{kt as AsExternalProvider,_n as Captcha,nn as ConnectorManager,sn as PrivyClient,Y0 as PrivyProvider,oe as PrivyProxyProvider,$n as SUPPORTED_CHAINS,Ga as VERSION,qe as WalletConnector,Es as errorIndicatesMaxMfaRetries,xr as errorIndicatesMfaTimeout,Tr as errorIndicatesMfaVerificationFailed,ke as getAccessToken,rb as useConnectWallet,ib as useCreateWallet,Z0 as useLogin,tb as useLoginWithEmail,eb as useLogout,Ur as useMfa,Ln as useMfaEnrollment,sb as useModalStatus,z as usePrivy,os as useRegisterMfaListener,zn as useWallets};
2506
+ `;import{jsx as Ge,jsxs as Bm}from"react/jsx-runtime";var S0={["LANDING"]:tu,["AWAITING_PASSWORDLESS_CODE"]:fd,["AWAITING_CONNECTION"]:_d,["AWAITING_CONNECT_ONLY_CONNECTION"]:Id,["PHANTOM_INTERSTITIAL_SCREEN"]:_m,["LOGIN_FAILED_SCREEN"]:lu,["AWAITING_OAUTH_SCREEN"]:Pm,["ALLOWLIST_REJECTION_SCREEN"]:td,["INSTALL_PHANTOM_SCREEN"]:Mp,["LINK_EMAIL_SCREEN"]:ou,["LINK_PHONE_SCREEN"]:ru,["LINK_WALLET_SCREEN"]:nu,["CONNECT_ONLY_LANDING_SCREEN"]:xd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:bd,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:gp,["EMBEDDED_WALLET_CREATED_SCREEN"]:Fd,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Dd,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:Cp,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:zd,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Nm,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Mm,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Sp,["FIAT_ON_RAMP_STATUS_SCREEN"]:kp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:wp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:vp,["MFA_ENROLLMENT_FLOW_SCREEN"]:Ou},_0=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o}=z(),{ready:r,currentScreen:n}=S(),i=P0(null),a=$c(i);if((!o||!r)&&n!=="AWAITING_OAUTH_SCREEN")return Bm(Or,{children:[Ge(T,{}),Ge(j,{}),Ge(gu,{children:Ge(Lt,{})}),Ge(K,{}),Ge(Y,{})]});if(!n)return null;let s=S0[n];return s?Ge(Or,{style:{height:a},children:Bm("div",{ref:i,children:[Ge(Jt,{if:!!e,children:Ge(s,{})}),Ge(Jt,{if:!e,children:Ge(vm,{open:e,onClose:t})})]})}):null},Hm=({open:e})=>{let{app:t}=S(),[o,r]=Fm(!1),{gracefulClosePrivyModal:n,onEscape:i}=hu(),[a,s]=Fm(!1);os({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||s(!0)}}),x0(()=>{r(!0)},[]);let l=Ge(Um,{children:Ge(_0,{isMfaVerifying:a,onMfaVerificationComplete:()=>s(!1)})}),c=e||a,u=t?.render.inDialog?Ge("div",{onKeyDown:i,children:Ge(yu,{open:c,id:"privy-dialog",onClick:()=>n(),children:l})}):l;if(o){let y=t?.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body;return T0.createPortal(u,y)}return null};var yt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:tc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var k0=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),A0=e=>k0.has(e),R0=(e,t,o)=>o.indexOf(e)===t,Gm=({input:e})=>e?e.filter(A0).filter(R0):yt.appearance.walletList;var zm={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 Vm={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 $m={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 jm={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 qm={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 Km={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 Ym={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 Jm={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 Qm={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 Zm={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 La={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 Xm={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 ef={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 $n=[va,wa,Ca,Ym,ef,La,Pa,xa,Hn,Gn,$m,jm,qm,Km,ba,Ea,Qm,Zm,zm,Vm,Ta,Sa,Jm,Xm],fL=new Set($n.map(e=>e.id));import er from"tinycolor2";var tf="#FFFFFF",I0="#000000",W0=tf,M0="#1E1E1D";function L0(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 Wo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return er({...e.toHsl(),l:o})}function of({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=tf,blackHex:a=I0}){let s;switch(e){case"light":s=W0;break;case"dark":s=M0;break;default:s=e;break}let l=er(s),c=er(t),u=er(o),y=er(r),C=er(n),m=L0(l.getLuminance()),E=Wo(l,m==="light"?-.04:.11),b=Wo(l,m==="light"?-.88:.87),x=Wo(l,m==="light"?-.77:.75),v=Wo(l,m==="light"?-.43:.45).desaturate(m==="light"?60:20),W=Wo(l,m==="light"?-.08:.25).desaturate(m==="light"?60:20),M=Wo(c,.15),R=Wo(c,-.06),k=er(c.getLuminance()>.5?a:i),A=Wo(u,-.16);return{colorScheme:m,background:l.toHslString(),background2:E.toHslString(),foreground:b.toHslString(),foreground2:x.toHslString(),foreground3:v.toHslString(),foreground4:W.toHslString(),accent:c.toHslString(),accentLight:M.toHslString(),accentDark:R.toHslString(),foregroundAccent:k.toHslString(),success:u.toHslString(),successDark:A.toHslString(),error:C.toHslString(),warn:y.toHslString()}}function Na(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(H=>o.includes(H)),n,i,a,s,l,c,u,y,C,m;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),s=r?.includes("google"),l=r?.includes("twitter"),c=r?.includes("discord"),u=r?.includes("tiktok"),C=r?.includes("github"),y=r?.includes("linkedin"),m=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,s=e.googleOAuth,l=e.twitterOAuth,c=e.discordOAuth,C=e.githubOAuth,u=e.tiktokOAuth,y=e.linkedinOAuth,m=e.appleOAuth);let E=[n,i].filter(Boolean),b=[s,l,c,C,u,y,m].filter(Boolean),x=[a].filter(Boolean);if(E.length+b.length+x.length===0)throw new Error("You must enable at least one login method");let v=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;v&&x.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),v=!1):!v&&b.length+E.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),v=!0);let W=Gm({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let M=t?.intl?.defaultCountry??"US",{chains:R,defaultChain:k}=N0(t?.additionalChains,t?.supportedChains,t?.defaultChain),A=!!t?.defaultChain||!!t?.supportedChains,L=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:of({backgroundTheme:t?.appearance?.theme??yt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??yt.appearance.accentColor}),loginGroupPriority:v?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:W},loginMethods:{wallet:a,email:n,sms:i,google:s,twitter:l,discord:c,github:C,tiktok:u,linkedin:y,apple:m},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??yt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??yt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??yt.rpcConfig.rpcTimeouts},chains:R,defaultChain:k,intl:{defaultCountry:M},shouldSwitchChainOnConnect:A,captchaEnabled:e.captchaEnabled??yt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...L?{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:L?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??yt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??yt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??yt._render.inParentNodeId}}}function rf(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function N0(e,t,o){let r;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");r=t.map(a=>$n.find(l=>l.id===a.id)??a)}else r=$n.concat(e??[]);let n=t?r[0]:La,i=o??n;if(!r.find(a=>a.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:r,defaultChain:i}}import{useRef as O0,useEffect as D0}from"react";var Oa=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 tr(e,t,o,r,n,i=!1){let a=i,s=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Ee("missing_or_invalid_mfa","MFA verification failed, retry."));let y=await new Promise((C,m)=>{o.current={resolve:C,reject:m};let E=1e3*60*5;setTimeout(()=>{let b=new Ee("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(b),m(b)},E)});return await e(y)}return await e()},l=4,c=null;for(let u=0;u<l;u++)try{c=await s(u),r.current?.resolve(void 0);break}catch(y){if(y.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),y}if(c===null){let u=new Ee("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as z0}from"react/jsx-runtime";var U0=function(e){return()=>`id-${e++}`}(0);function F0(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Gt(e){return e.error!==void 0}var Tt=new Oa,El=new Map,B0=(e,t)=>typeof t=="bigint"?t.toString():t,H0=(e,t)=>`${e}${JSON.stringify(t,B0)}`;function zt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=H0(e,t);if(e==="privy:wallet:create"){let a=El.get(n);if(a)return a}let i=new Promise((a,s)=>{let l=U0();Tt.enqueue(l,{resolve:a,reject:s}),r.postMessage({id:l,event:e,data:t},"*")}).finally(()=>{El.delete(n)});return El.set(n,i),i}function G0(e){switch(e.event){case"privy:iframe:ready":let t=Tt.dequeue(e.event,e.id);return Gt(e)?t.reject(new Ee(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Tt.dequeue(e.event,e.id);return Gt(e)?o.reject(new Ee(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Tt.dequeue(e.event,e.id);return Gt(e)?r.reject(new Ee(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Tt.dequeue(e.event,e.id);return Gt(e)?n.reject(new Ee(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Tt.dequeue(e.event,e.id);return Gt(e)?i.reject(new Ee(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Tt.dequeue(e.event,e.id);return Gt(e)?a.reject(new Ee(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let s=Tt.dequeue(e.event,e.id);return Gt(e)?s.reject(new Ee(e.error.type,e.error.message)):s.resolve(e.data);case"privy:mfa:init-enrollment":{let l=Tt.dequeue(e.event,e.id);return Gt(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:submit-enrollment":{let l=Tt.dequeue(e.event,e.id);return Gt(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data)}case"privy:mfa:unenroll":{let l=Tt.dequeue(e.event,e.id);return Gt(e)?l.reject(new Ee(e.error.type,e.error.message)):l.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function nf(e){let t=O0(null),o=Kc();return D0(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&F0(c.data)&&G0(c.data)}let i={create(c){return zt("privy:wallet:create",c,r)},connect(c){return zt("privy:wallet:connect",c,r)},recover(c){return tr(u=>zt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return tr(u=>zt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return tr(u=>zt("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return tr(u=>zt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return tr(u=>zt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return zt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return tr(u=>zt("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),s=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},l=new AbortController;return yc(()=>zt("privy:iframe:ready",{},r),{abortSignal:l.signal}).then(a,s),()=>{window.removeEventListener("message",n),l.abort()}},[t.current,e.mfaMethods]),z0("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:si(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Da=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=Ql();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw te(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=Zl(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return gt(o)}catch(t){throw te(t)}}};import{jsx as Mo,jsxs as af}from"react/jsx-runtime";var qn;function q0(e){return typeof e=="string"&&e.length===25}function ke(){if(!qn){let e=Z.get(ar);return Promise.resolve(e||null)}return qn.getAccessToken()}var sf,Ec=(e,t)=>sf(e,t),lf,Pc=(e,t)=>lf(e,t),cf,xc=()=>cf(),K0=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;Z.put(Qr,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Y0=({config:e,...t})=>{if(!q0(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");qn||(qn=new sn({appId:t.appId,apiUrl:t.apiUrl||ri}));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."),Mo(J0,{...t,config:o,client:qn})},J0=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,s]=de(!1),[l,c]=de(null),[u,y]=de(!1),[C,m]=de([]),E=jn(C),[b,x]=de(!1),[v,W]=de(null),[M,R]=de(!1),[k,A]=de({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[L,F]=de(null),[H,N]=de(null),[_,Q]=de(null),[re,pe]=de({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""}),[O,Le]=de(()=>{let p=rf(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),Na(re,e.config)}),[st,ge]=de(!0),[Se,ee]=de({}),[se,or]=de(null),[J,no]=de(null),[$t,Lo]=de(!1),No=jn(null),Kn=jn(null),ie=jn(jc),Oo=jn(),ve=p=>{W(p),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:p})},Ne=p=>{O.embeddedWallets.createOnLogin!=="off"&&ge(!0),ve(p)};Vt(()=>{if(!_||!l){t.connectors?.removeEmbeddedWalletConnector();return}let p=l?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(p&&p.length>0){let d=p[0].address;t.connectors?.addEmbeddedWalletConnector(_,d,O.defaultChain)}},[_,l]),Vt(()=>{_&&J?.(_)},[_]),Vt(()=>{(async()=>{if(!O.customAuth?.enabled)return;ge(!0);let{getCustomAccessToken:d,isLoading:h}=O.customAuth;if(!(!n||h))try{let g=await d();if(!g){await Kr.logout();return}if(a)return;t.startAuthFlow(new ir(g));let{user:D,isNewUser:X}=await t.authenticate();D||await Kr.logout(),c(D||null),x(X||!1),s(!0),Lo(!0)}catch(g){console.warn(g),a&&await Kr.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),Vt(()=>{$t&&_&&l&&lo(l,e.config?.embeddedWallets?.createOnLogin)&&(Lo(!1),xl(l,sr).catch(console.error))},[$t&&_&&l]),Vt(()=>{async function p(){let d=await t.getServerConfig();pe(d);let h=Na(d,e.config);Le(h),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let g=$0();F(g),t.initializeConnectorManager(h.walletConnectCloudProjectId,h.rpcConfig,h.chains,h.defaultChain,g),t.connectors?.initialize();let D=Fa();K0();let X=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(s(!!X),X&&le(ie,"login","onComplete",X,!1,!0,null),c(X)),D||we.setReadyToTrue(),D&&X&&y(!0),jr()}n||p()},[t,se,n]),Vt(()=>{let p=Na(re,e.config);Le(p)},[e.config,re]);let Fa=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),h=p.get("privy_oauth_state"),g=p.get("privy_oauth_provider");return d&&h&&g?(t.startAuthFlow(new ao(g,d,h)),Ne("AWAITING_OAUTH_SCREEN"),!0):!1},Do=async(p,d,h)=>{let g=await t.connectors?.createWalletConnector(p,d)||null;Uo(g,d,h)};async function Uo(p,d,h){if(!p)return A({status:"disconnected",connectError:new G("Unable to connect to wallet."),connector:null,connectRetry:P}),h?.(null);p instanceof It&&d&&p.resetConnection(d),A({connector:p,status:"connecting",connectError:null,connectRetry:()=>Uo(p,d,h)});try{let g=await p.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find(D=>D.id===Number(g?.chainId))&&!(g?.connectorType==="wallet_connect_v2"&&g?.walletClientType==="metamask")){A(D=>({...D,connector:p,status:"switching_to_supported_chain",connectError:null,connectRetry:P}));try{await g?.switchChain(O.defaultChain.id),g&&(g.chainId=lr(zo(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return A(D=>({...D,status:"connected",connectError:null,connectRetry:P})),g&&!M&&le(ie,"connectWallet","onSuccess",g),h?.(g)}catch(g){return g instanceof Ye?(console.warn(g.cause?g.cause:g.message),M||le(ie,"connectWallet","onError",g.privyErrorCode||"generic_connect_wallet_error")):(console.warn(g),M||le(ie,"connectWallet","onError","unknown_connect_wallet_error")),A(D=>({...D,status:"disconnected",connectError:g})),h?.(null)}}let $r=p=>{p!==null&&t.startAuthFlow(new Ho(p))},jr=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),h=p.get("privy_wallet_client");if(!d||!h)return;if(h==="phantom"&&!_t()&&Ne("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");ve("AWAITING_CONNECTION");let g=new URL(window.location.href);g.searchParams.delete("privy_connector"),g.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",g),Do(d,h,$r)};Vt(()=>{n&&a&&l===null&&t.getAuthenticatedUser().then(c)},[n,a,l,t]);let Fo=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");y(!0),ve("LINK_WALLET_SCREEN")},ze=p=>{if(!a||!l)return!1;for(let d of l.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},Ke=async p=>{if(!t.connectors)throw new w("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;A(h=>({...h,connector:d,status:"connected",connectError:null,connectRetry:P})),$r(p),Ne("AWAITING_CONNECTION")},lt=async(p,d)=>{Oo.current="siwe",await Uo(p,d,$r)},Ba=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:h,externalTransactionId:g}=await xp(t,p,d?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:h,externalTransactionId:g}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},Ve=()=>{m(p=>{let d=t.connectors?.wallets.map(h=>({...h,linked:ze(h),loginOrLink:async()=>{if(!await h.isConnected())throw new w("Wallet is not connected");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");Ke(h)},fund:async g=>{let{signedUrl:D,externalTransactionId:X}=await Ba(h.address,g);ee({fiatOnRampPrompt:{signedUrl:D},fiatOnRampStatus:{externalTransactionId:X}}),ve("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(h.connectorType==="embedded"&&h.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let g=await t.unlinkWallet(h.address);c(g)}}))||[];return ci(p,d)?p:d})};Vt(()=>{Ve()},[l?.linkedAccounts,a,n]),Vt(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");Ve(),t.connectors.on("walletsUpdated",Ve)}},[n]);let qr=()=>{ve(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Vt(()=>{if(!C[0])return;let p=C[0],d=E.current.find(g=>g.address===p.address),h=l?.linkedAccounts.find(g=>g.type==="wallet"&&g.address===p.address);if(!d&&h){let g=Object.assign({},l);g.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(g)}E.current=C},[C]);let xl=async(p,d)=>{if(ne(p))throw le(ie,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[g,D]=await Promise.all([we.initializeWalletProxy(d),ke()]);if(!g&&e.config?.customAuth?.enabled)throw le(ie,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!g||!D||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((X,_e)=>{ge(!0),ee({createWallet:{onSuccess:ct=>{le(ie,"createWallet","onSuccess",ct),X(ct)},onFailure:ct=>{le(ie,"createWallet","onError","unknown_embedded_wallet_error"),_e(ct)},callAuthOnSuccessOnClose:!1}}),ve("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await g.create({accessToken:D});let X=await we.refreshUser(),_e=ne(X);if(!_e)throw le(ie,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return le(ie,"createWallet","onSuccess",_e),_e}},pf=p=>{if(!O.chains.map(d=>d.id).includes(p))throw new G(`Chain ID ${p} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Tl=(p,d,h)=>new Promise(async(g,D)=>{if(!a||!l){D(new Error("User must be authenticated before signing with a Privy wallet"));return}let X=ne(l);if(!X){D(new Error("Must have a Privy wallet before signing"));return}ge(!0);let _e=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,rr=p.chainId?Number(p.chainId):_e.chainId;pf(rr);let ct=Object.assign({},p,{chainId:rr}),Yr=async()=>{let io=await ke();if(!io||!_){D(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await we.recoverEmbeddedWallet()){D(new Error("Unable to connect to wallet"));return}let _l=new V0(vt(ct.chainId,O.chains,O.rpcConfig)),mf=await Gr(X.address,ct,_l),ff=await _a(io,X.address,_,mf,_l);g(ff)}catch(Yn){D(Yn)}};if(O.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Yr();else{let io={transactionRequest:ct,onSuccess:g,onFailure:D,uiOptions:d||{},fundWalletConfig:h},Yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:D};ee({connectWallet:Yn,sendTransaction:io}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Sl(){return new Promise(async(p,d)=>{let h=await ke();if(!h||!_)throw new Error("Must have valid access token to enroll in MFA");try{await _.verifyMfa({accessToken:h}),p()}catch(g){d(g)}})}let Kr={ready:n,authenticated:a,user:l,walletConnectors:t.connectors||null,connectWallet:qr,linkWallet:Fo,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(l?.email)throw new w("User already has an email linked to their account.");y(!0),ve("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(l?.phone)throw new w("User already has a phone number linked to their account.");y(!0),ve("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(l?.google)throw new w("User already has a Google account linked to their account.");await we.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(l?.twitter)throw new w("User already has a Twitter account linked to their account.");await we.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(l?.discord)throw new w("User already has a Discord account linked to their account.");await we.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(l?.github)throw new w("User already has a Github account linked to their account.");await we.initLoginWithOAuth("github")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(l?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await we.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(l?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await we.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await we.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(p=>{or(()=>p)}),or(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}R(!0),Ne("LANDING")},logout:async()=>{await t.logout(),c(null),s(!1),W(null),le(ie,"logout","onSuccess"),y(!1),r(!1),Z.del(Zr)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!l||!l.wallet)return new oe;let p=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(g=>g.address===p?.address));return!p||!d?new oe:d.proxyProvider},getEthersProvider:()=>{if(!l||!l.wallet)return new Pl(new At(new oe));let p=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(g=>g.address===p?.address));return!p||!d?new Pl(new At(new oe)):new Pl(new At(d.proxyProvider))},getWeb3jsProvider:()=>{if(!l||!l.wallet)return new uo(new oe);let p=C.find(h=>l.wallet&&h.address===l.wallet.address),d=t.connectors?.walletConnectors.find(h=>h.wallets.find(g=>g.address===p?.address));return!p||!d?new uo(new oe):new uo(d.proxyProvider)},unlinkWallet:async p=>{let d=await t.unlinkWallet(p);return c(d),d},unlinkEmail:async p=>{let d=await t.unlinkEmail(p);return c(d),d},unlinkPhone:async p=>{let d=await t.unlinkPhone(p);return c(d),d},unlinkGoogle:async p=>{let d=await t.unlinkOAuth("google",p);return c(d),d},unlinkTwitter:async p=>{let d=await t.unlinkOAuth("twitter",p);return c(d),d},unlinkDiscord:async p=>{let d=await t.unlinkOAuth("discord",p);return c(d),d},unlinkGithub:async p=>{let d=await t.unlinkOAuth("github",p);return c(d),d},unlinkTiktok:async p=>{let d=await t.unlinkOAuth("tiktok",p);return c(d),d},unlinkLinkedIn:async p=>{let d=await t.unlinkOAuth("linkedin",p);return c(d),d},unlinkApple:async p=>{let d=await t.unlinkOAuth("apple",p);return c(d),d},setActiveWallet:async p=>{let d=C.find(g=>Ua(g.address)===Ua(p)),h=l?.linkedAccounts.find(g=>g.type==="wallet"&&Ua(g.address)===Ua(p));if(!d||!await d.isConnected())N(p),Fo();else if(!d.linked)d.loginOrLink();else{let g=Object.assign({},l);g.wallet=h&&{address:h.address,chainType:h.chainType,chainId:h.chainId,walletClient:h.walletClient,walletClientType:h.walletClientType,connectorType:h.connectorType},c(g)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!l)throw le(ie,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return xl(l,15e3)},setWalletPassword:()=>new Promise(async(p,d)=>{if(!a||!l){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let h=ne(l);if(!h||!_){d(new Error("Must have a Privy wallet to add a password"));return}if(h.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await Sl(),ge(!0);let g={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},D={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};ee({setWalletPassword:g,connectWallet:D}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(h,g)=>{if(!a||!l){g(new Error("User must be authenticated before signing with a Privy wallet"));return}let D=ne(l);if(!D){g(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){g(new Error("Message must be a non-empty string"));return}ge(!0);let X=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let _e=await ke();if(!_||!_e)throw new Error("Unable to connect to wallet");if(!await we.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:D.address});let{response:ct}=await _.rpc({accessToken:_e,address:D.address,request:{method:"personal_sign",params:[p,D.address]}}),Yr=ct.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:D.address}),Yr};if(O.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let _e=await X();h(_e)}catch(_e){g(_e??new Oe("Unable to sign message"))}}else{let ct={message:p,confirmAndSignMessage:X,onSuccess:io=>{h(io)},onFailure:io=>{g(io)},uiOptions:d||{}},Yr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:g};ee({signMessage:ct,connectWallet:Yr}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,h)=>{let D=await(await Tl(p,d,h)).wait();return Aa(D)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!l){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!ne(l)){d(new Error("Must have a Privy wallet before exporting"));return}ge(!0);let g={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},D=await ke();if(!D||!_)throw new Error("Must have valid access token to enroll in MFA");if(!_){d(new Error("Must have a Privy wallet before exporting"));return}await _.verifyMfa({accessToken:D});let X={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};ee({keyExport:X,connectWallet:g}),ve("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Sl,async init(p){let d;switch(p){case"sms":d=new Da("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${p}`)}t.startMfaFlow(d),await d.init()},async submit(p,d){switch(p){case"totp":case"sms":No.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((h,g)=>{Kn.current={resolve:h,reject:g}});break;default:throw No.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${p}`)}},cancel(){No.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber})},enrollInMfa(p){return new Promise((d,h)=>{if(!p){we.closePrivyModal(),d();return}ee({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:d,onFailure:h}}),ve("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await ke();if(!p||!_)throw new Error("Must have valid access token to enroll in MFA");let d=await _.initEnrollMfa({method:"totp",accessToken:p});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber,code:p.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async submitEnrollmentWithTotp(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let h=await t.getAuthenticatedUser();c(h)},async unenroll(p){let d=await ke();if(!d||!_)throw new Error("Must have valid access token to remove MFA");await _.unenrollMfa({method:p,accessToken:d});let h=await t.getAuthenticatedUser();c(h)},loginWithCode(p){return we.loginWithCode(p)},initLoginWithEmail(p,d){return we.initLoginWithEmail(p,d)},isModalOpen:o};sf=Kr.signMessage,lf=async(...p)=>{let d=await Tl(...p);return O.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let we=(()=>({isNewUserThisSession:b,isLinking:u,linkingHint:H,pendingTransaction:null,walletConnectionStatus:k,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>O.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(_)return _;let d=new Promise(D=>{no(()=>X=>D(X))}),h=new Promise(D=>setTimeout(()=>D(null),p)),g=await Promise.race([d,h]);return no(null),g},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&l;p.shouldCallAuthOnSuccess&&d?(le(ie,"login","onComplete",l,b,!1,Oo.current??null),e.onSuccess?.(l,b)):M&&le(ie,"login","onError","exited_auth_flow"),N(null),R(!1),y(!1),x(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:Uo,initLoginWithWallet:lt,loginWithWallet:async()=>{if(!n)throw new Jr;if(!(t.authFlow instanceof Ho))throw new w("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(h){throw le(ie,"login","onError",h.privyErrorCode||"generic_connect_wallet_error"),h}c(p||l||null),x(d||!1),s(!0)},initLoginWithOAuth:async p=>{t.startAuthFlow(new ao(p));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof ao))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let d,h;if(a)d=await t.link();else try{({user:d,isNewUser:h}=await t.authenticate()),Oo.current=p}catch(g){throw le(ie,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}c(d),x(h||!1),s(!0)},initLoginWithEmail:async(p,d)=>{let h=new Bo(p,d);t.startAuthFlow(h);try{Oo.current="email",await h.sendCodeEmail()}catch(g){throw le(ie,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}},initLoginWithSms:async(p,d)=>{let h=new Go(p,d);t.startAuthFlow(h);try{Oo.current="sms",await h.sendSmsCode()}catch(g){throw le(ie,"login","onError",g.privyErrorCode||"unknown_auth_error"),g}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new Jr;if(t.authFlow instanceof Bo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof Go)t.authFlow.meta.smsCode=p.trim();else throw new w("Must initialize a passwordless code flow first");let d,h;a?d=await t.link():{user:d,isNewUser:h}=await t.authenticate(),c(d||l||null),x(h||!1),s(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:_,createAnalyticsEvent:(p,d,h)=>t.createAnalyticsEvent(p,d,h),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let h=l?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy"),g=await ke();if(!g||!_||!h){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}ge(!0);try{await _.connect({accessToken:g,address:h.address}),p(!0)}catch(D){Pr(D)&&h.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:h.address}),(await _.recover({address:h.address,accessToken:g})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:h.address}),p(!0)):Pr(D)?(ee({recoverWallet:{privyWallet:h,onFailure:d,onSuccess:()=>p(!0)}}),ve("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(D)}}),getFiatOnRampConfig:Ba,setReadyToTrue:()=>{i(!0),se?.()},updateWallets:()=>Ve()}))();cf=we.recoverEmbeddedWallet;let uf=j0(()=>({wallets:C}),[C]);return Mo(Ce.Provider,{value:Kr,children:Mo(ts.Provider,{value:ie,children:Mo(fl.Provider,{value:uf,children:af(Up,{...O,children:[e.children,af(ss.Provider,{value:we,children:[Mo(Dm,{theme:{...O.appearance.palette||{}}}),Mo(Rc,{appConfig:O,data:Se,setModalData:ee,setInitialScreen:W,initialScreen:v,visible:o,authenticated:a,children:Mo(Hm,{open:o})}),st&&re.id?Mo(nf,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:l?.mfaMethods,mfaPromise:No,mfaSubmitPromise:Kn,onLoad:Q,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Q0}from"react";function Z0(e){let{login:t}=Q0(Ce);return Mt("login",e),{login:t}}import{useContext as X0}from"react";function eb(e){let{logout:t}=X0(Ce);return Mt("logout",e),{logout:t}}import{useCallback as df}from"react";var tb=()=>{let e=Ut(),{initLoginWithEmail:t,loginWithCode:o}=z(),r=df(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");if(e.status==="disabled")return t(i);let a=await e.waitForResult();return t(i,a)},[t,e]),n=df(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Sn(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as ob}from"react";function rb(e){let{connectWallet:t}=ob(Ce);return Mt("connectWallet",e),{connectWallet:t}}import{useContext as nb}from"react";function ib(e){let{createWallet:t}=nb(Ce);return Mt("createWallet",e),{createWallet:t}}import{useContext as ab}from"react";var sb=()=>{let{isModalOpen:e}=ab(Ce);return{isOpen:e}};export{At as AsExternalProvider,_n as Captcha,nn as ConnectorManager,sn as PrivyClient,Y0 as PrivyProvider,oe as PrivyProxyProvider,$n as SUPPORTED_CHAINS,Ga as VERSION,je as WalletConnector,Es as errorIndicatesMaxMfaRetries,xr as errorIndicatesMfaTimeout,Tr as errorIndicatesMfaVerificationFailed,ke as getAccessToken,rb as useConnectWallet,ib as useCreateWallet,Z0 as useLogin,tb as useLoginWithEmail,eb as useLogout,Ur as useMfa,Ln as useMfaEnrollment,sb as useModalStatus,z as usePrivy,os as useRegisterMfaListener,zn as useWallets};