@privy-io/react-auth 1.50.0 → 1.50.1-beta-20231205183542
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +59 -59
- package/dist/index.d.ts +1 -8
- package/dist/index.js +90 -90
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var tf=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Sl=(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)};var _l=(e,t,o)=>(tf(e,t,"access private method"),o);import{getAddress as Ha}from"@ethersproject/address";import{StaticJsonRpcProvider as Tb,Web3Provider as Cl}from"@ethersproject/providers";import{createStore as xb}from"mipd";import{useEffect as Vt,useMemo as Sb,useRef as Bn,useState as ie}from"react";import{FetchError as of}from"ofetch";var He=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}]`:""}`}},or=class extends He{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},P=class extends He{constructor(o,r,n){super(o,r,n);this.type="client_error"}},
|
|
1
|
+
var tf=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Sl=(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)};var _l=(e,t,o)=>(tf(e,t,"access private method"),o);import{getAddress as Ha}from"@ethersproject/address";import{StaticJsonRpcProvider as Tb,Web3Provider as Cl}from"@ethersproject/providers";import{createStore as xb}from"mipd";import{useEffect as Vt,useMemo as Sb,useRef as Bn,useState as ie}from"react";import{FetchError as of}from"ofetch";var He=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}]`:""}`}},or=class extends He{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},P=class extends He{constructor(o,r,n){super(o,r,n);this.type="client_error"}},jn=class extends P{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var G=class extends He{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},Z=e=>{if(e instanceof He)return e;if(!(e instanceof of))return Ve(e);if(!e.response)return new or("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new or(t||"ApiError",e.response.status,o||r,e,n)},Ve=e=>e instanceof He?e:e instanceof Error?new P(e.message,e):new P(`Internal error: ${e}`);var qr=class extends P{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},ze=class extends P{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},Kn=class extends P{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Yn=()=>"/api/v1/sessions",Jn=()=>"/api/v1/sessions/logout",kl=()=>"/api/v1/sessions/fork",Qn=()=>"/api/v1/sessions/fork/recover",Rl=()=>"/api/v1/siwe/init",Al=()=>"/api/v1/siwe/authenticate",Il=()=>"/api/v1/siwe/link",Ml=()=>"/api/v1/passwordless/init",Wl=()=>"/api/v1/passwordless/authenticate",Nl=()=>"/api/v1/passwordless/link",Ll=()=>"/api/v1/passwordless_sms/init",Ol=()=>"/api/v1/passwordless_sms/authenticate",Dl=()=>"/api/v1/passwordless_sms/link",Ul=()=>"/api/v1/oauth/init",Fl=()=>"/api/v1/oauth/authenticate",Bl=()=>"/api/v1/oauth/link",Gl=()=>"/api/v1/siwe/unlink",Hl=()=>"/api/v1/passwordless/unlink",zl=()=>"/api/v1/passwordless_sms/unlink",Vl=()=>"/api/v1/oauth/unlink",$l=()=>"/api/v1/analytics_events",ql=()=>"/api/v1/plugins/moonpay_on_ramp/sign",jl=()=>"/api/v1/custom_jwt_account/authenticate",Kl=()=>"/api/v1/mfa/passwordless_sms/init";var Yl=()=>"/api/v1/mfa/passwordless_sms/enroll";var rr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new P("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 Z(t)}}async link(){throw new Error("Unimplemented")}};var Wo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new P("Email and email code must be set prior to calling authenticate.");try{let t=Wl(),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 Z(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new P("Email and email code must be set prior to calling authenticate.");try{let t=Nl();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw Z(t)}}async sendCodeEmail(t,o){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new P("Email must be set when initialzing authentication.");try{let r=Ml();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw Z(r)}}};var so=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 P("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new P("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new P("User denied confirmation during OAuth flow");try{let t=Fl(),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=Z(t);throw o.privyErrorCode?new P(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new P("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new P("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new P("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new P("User denied confirmation during OAuth flow");try{let t=Bl();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw Z(t)}}async getAuthorizationUrl(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.provider)throw new P("Provider must be set when initialzing OAuth authentication.");try{let t=Ul();return await this.api.post(t,{provider:this.meta.provider,redirect_to:window.location.href})}catch(t){throw Z(t)}}};var nt=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 No=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${l}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.getNonceOnce=new nt(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 P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Al(),{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 ee(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Il(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ee(t)}}async sign(){if(!this.api)throw new P("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new P("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 P("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(kl(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new P("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Lo=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Ol(),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 ee(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Dl();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ee(t)}}async sendSmsCode(t,o){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new P("phone nNumber must be set when initialzing authentication.");try{let r=Ll();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ee(r)}}};import{v4 as $f}from"uuid";function $e(e){return new Date(e*1e3)}function rf(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:$e(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:$e(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:$e(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:$e(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:$e(o.verified_at)};t.push(s);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:$e(o.verified_at)};t.push(c);break;case"github_oauth":let f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:$e(o.verified_at)};t.push(f);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:$e(o.verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:$e(o.verified_at)};t.push(y);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:$e(o.verified_at)};t.push(m);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:$e(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Pt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var oe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,nf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),co=(e,t)=>t==="all-users"&&!oe(e)||t==="users-without-wallets"&&!nf(e)?.length;function ut(e){if(!e)return null;let t=rf(e.linked_accounts),o=Pt(t,"wallet"),r=Pt(t,"email"),n=Pt(t,"phone"),i=Pt(t,"google_oauth"),a=Pt(t,"twitter_oauth"),l=Pt(t,"discord_oauth"),s=Pt(t,"github_oauth"),c=Pt(t,"tiktok_oauth"),f=Pt(t,"linkedin_oauth"),h=Pt(t,"apple_oauth"),y=e.mfa_methods.map(({type:v,verified_at:g})=>({type:v,verifiedAt:$e(g)}));return{id:e.id,createdAt:$e(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:f&&{subject:f.subject,name:f.name},apple:h&&{subject:h.subject,email:h.email},mfaMethods:y.map(v=>v.type)}}import{getAddress as Wc}from"@ethersproject/address";import Bf from"eventemitter3";var Jl="1.50.0";var Zn="4df5e2316331463a9130964bd6078dfa",Ql="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Zl="34357d3c125c2bcf2ce2bc3309d98715",Xn="https://auth.privy.io",Xl=2e4,qe=1400,ec=2500,za=Jl;var nr="privy:token",Va="privy-token",ei="privy:refresh_token",$a="privy-refresh-token",tc="privy-session",Kr="privy:session_transfer_token",sf="privy:wallet",jr="privy:caid",ti=e=>`${sf}:${e}`,qa="privy:connectors",Ka="privy:connections";var Yr=12e4,qt=1,ja="0x1",ir=3e4,oc="https://api.moonpay.com/v1",rc="https://api.moonpay.com/v1",nc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",ic="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",ac="0x420000000000000000000000000000000000000F",sc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Ya=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Ja=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 lf(){return typeof window<"u"&&window.localStorage?new Ja:new Ya}var j=lf();var ar=()=>{let e=window;if(!e.ethereum)return!1;if(Jr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Jr(t,!0))return!0}return!1},Qr=e=>!!e&&!!e.findProvider({rdns:ri.RAINBOW}),lc=()=>{let e=window;if(!e.ethereum)return!1;if(Jr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Jr(t,!1))return!0}return!!window.ethereum.isZerion},Jr=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isRainbow||e.isTokenPocket||e.isTokenary||e.isZerion)return!1;if(e.providers){for(let o of e.providers)if(!Jr(o))return!1}return!0},it=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),oi=()=>{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.isCoinbaseWallet)return!0}return!1};var cc=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,}))$/),dc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},po=(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 pc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var mc=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Qa(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},ni=(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,""),Oo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function uc(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];ar()&&i.push("metamask"),it()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function sr(e){return`eip155:${String(Number(e))}`}var ft=(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]+"/"+Zn:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Ql:i=n.rpcUrls.default?.http[0],!i)throw new G(`No RPC url found for ${e}`);return i},fc=(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 vf from"@coinbase/wallet-sdk";import{jsx as hc,jsxs as cf}from"react/jsx-runtime";var Do=({style:e,...t})=>cf("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:[hc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),hc("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 St}from"@ethersproject/address";import{Web3Provider as bc}from"@ethersproject/providers";import{default as yf}from"eventemitter3";import{StaticJsonRpcProvider as gc}from"@ethersproject/providers";import hf from"eventemitter3";var df=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],yc=e=>df.includes(e);import{ErrorCode as pf}from"@ethersproject/logger";var lr=class extends G{constructor(){super("Wallet timeout");this.type="wallet_error"}},cr=class extends G{constructor(){super("User rejected connection");this.type="wallet_error"}},at=e=>{if(e instanceof G)return e;if(e?.code&&e?.reason){let t=new xe(e);return e.code===pf.ACTION_REJECTED&&(t.details=De.E4001_USER_REJECTED_REQUEST),t}return e?.code?new xe(e):new G("Unknown connector error",e)},Tt=class extends He{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},xe=class extends Tt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(De).find(i=>i.eipCode===r.code);this.details=n||De.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=De.E32002_CONNECTION_ALREADY_PENDING:this.details=De.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=De.E32002_WALLET_LOCKED))}},mf={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}},uf={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},ff={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}},De={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...ff,...uf},Kt={...mf,...De};var te=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 lr,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||Yr,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 at(o)})}},mo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ii=class extends hf{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 gc(ft(a,this.chains,n)),this.rpcTimeoutDuration=dr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new mo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Se()||!this.address)throw new mo("Disconnected",4900);return(await wc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new mo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new mo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new gc(ft(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 vc(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:Oo(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 Oo(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(yc(o.method)){let r=await Se();if(await Cc(),!r||!this.address)throw new mo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new mo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Se();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}}},xt=class extends te{constructor(o){super(o,o.rpcTimeoutDuration)}},uo=class extends te{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 gf=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},_e=class extends yf{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=sr(o),this.walletClientType==="privy"&&j.put(ti(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=dr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>St(i.address)===St(o));return{address:St(o),chainId:r,switchChain:async i=>{if(!n)throw new G("Wallet is not currently connected.");let a=this.wallets.find(h=>St(h.address)===St(o))?.chainId;if(!a)throw new G("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===sr(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new G(`Unsupported chainId: ${i}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await f()}catch(h){if(gf(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.public?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),f();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new G(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return new bc(new xt(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=St(n),a=[],l;if(this.walletClientType==="privy"){let c=j.get(ti(i));this.chains.find(f=>f.id===Number(c))||(j.del(ti(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${ja}`,c),l=ja}let s=sr(l);a.find(c=>St(c.address)===i)||a.push(this.buildConnectedWallet(St(n),s)),ai(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>St(n)===St(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 bc(new xt(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 wf=e=>{let t=`https://mainnet.infura.io/v3/${Zn}`,o=1;return e.makeWeb3Provider(t,o)},si,li=class extends _e{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new te(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),si||(si=new vf({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(wf(si)),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(){si.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Do}}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 at(o)}}};import{jsx as Ec}from"react/jsx-runtime";var pr=({...e})=>Ec("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Ec("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 ci=class extends _e{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:[Oo(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:pr}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as c2}from"@ethersproject/address";import{Web3Provider as p2}from"@ethersproject/providers";import{isMobile as bf}from"react-device-detect";import{jsx as Ke,jsxs as Cf}from"react/jsx-runtime";var ht=({style:e,...t})=>Cf("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:[Ke("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),Ke("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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"}),Ke("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 di=class extends _e{constructor(o,r,n){super("metamask",o,r,n);this.connectorType="injected";this.proxyProvider=new te(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let i=window,a=i.ethereum,l=i.ethereum.providers||[];for(let s of l)if(s.isMetaMask){a=s;break}this.proxyProvider.setWalletProvider(a),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:"MetaMask",icon:ht}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!bf&&ar()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});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 at(o)}}};import{jsx as Pc,jsxs as Ef}from"react/jsx-runtime";var _t=({style:e,...t})=>Ef("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:[Pc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Pc("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 pi=class extends _e{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="injected";this.proxyProvider=new te(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:_t}}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 at(o)}}};import{jsx as H,jsxs as je}from"react/jsx-runtime";var mi=({style:e,...t})=>je("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[H("g",{clipPath:"url(#clip0_5_32)",children:je("g",{clipPath:"url(#clip1_5_32)",children:[H("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:H("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"})}),H("g",{mask:"url(#mask0_5_32)",children:H("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),H("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)"}),H("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),H("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),H("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),H("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),H("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),H("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)"}),H("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),H("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),je("defs",{children:[je("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#174299"}),H("stop",{offset:"1",stopColor:"#001E59"})]}),je("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[H("stop",{offset:"0.770277",stopColor:"#FF4000"}),H("stop",{offset:"1",stopColor:"#8754C9"})]}),je("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#FF4000"}),H("stop",{offset:"1",stopColor:"#8754C9"})]}),je("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#8754C9"}),H("stop",{offset:"1",stopColor:"#FF4000"})]}),je("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[H("stop",{offset:"0.723929",stopColor:"#FFF700"}),H("stop",{offset:"1",stopColor:"#FF9901"})]}),je("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#FFF700"}),H("stop",{offset:"1",stopColor:"#FF9901"})]}),je("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#FFF700"}),H("stop",{offset:"1",stopColor:"#FF9901"})]}),je("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[H("stop",{offset:"0.59513",stopColor:"#00AAFF"}),H("stop",{offset:"1",stopColor:"#01DA40"})]}),je("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[H("stop",{stopColor:"#00AAFF"}),H("stop",{offset:"1",stopColor:"#01DA40"})]}),je("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:[H("stop",{stopColor:"#00AAFF"}),H("stop",{offset:"1",stopColor:"#01DA40"})]}),H("clipPath",{id:"clip0_5_32",children:H("rect",{width:"120",height:"120",fill:"white"})}),H("clipPath",{id:"clip1_5_32",children:H("rect",{width:"120",height:"120",fill:"white"})})]})]});var ui=class extends _e{constructor(o,r,n,i){super("rainbow",o,r,n);this.connectorType="injected";this.proxyProvider=new te(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let a=window,l=i.findProvider({rdns:ri.RAINBOW}),s=a.ethereum;if(l)s=l.provider;else{let c=a.ethereum.providers||[];for(let f of c)if(f.isRainbow){s=f;break}}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:"Rainbow",icon:mi}}disconnect(){console.warn("Programmatic disconnect with Rainbow 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 at(o)}}};import{EthereumProvider as Lf,OPTIONAL_EVENTS as Of,OPTIONAL_METHODS as Df}from"@walletconnect/ethereum-provider";import{isAndroid as Uf,isMobile as Ff}from"react-device-detect";import{createContext as Tf,useContext as xf,useEffect as Sf,useRef as _f,useState as Rf}from"react";import{jsx as Pf}from"react/jsx-runtime";function Tc(e){return Pf("link",{rel:"prefetch",href:e.src})}var b=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Af,jsxs as If}from"react/jsx-runtime";var kf="LANDING",xc=Tf({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:b,navigateBack:b,resetNavigation:b,setModalData:b,onUserCloseViaDialogOrKeybindRef:void 0}),Sc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Rf(e.initialScreen);Sf(()=>{o||e.setInitialScreen(kf)},[o]);let i=_f(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:l=>{e.setInitialScreen(l),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return If(xc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Af(Tc,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},x=()=>xf(xc);import{jsx as mr,jsxs as Mf}from"react/jsx-runtime";var ur=({style:e,...t})=>{let{app:o}=x();return Mf("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:[mr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),mr("g",{clipPath:"url(#clip0_1765_9946)",children:mr("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"})}),mr("defs",{children:mr("clipPath",{id:"clip0_1765_9946",children:mr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{isAndroid as Rc,isDesktop as Wf,isMobileOnly as Nf}from"react-device-detect";var fi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Uo))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Uo={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask:"}},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:{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:{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 kc(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ac(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${o}`:""}function Ic(e,t){return Rc?e:Ac(e,kc(t))}var Mc="WALLETCONNECT_DEEPLINK_CHOICE";function _c(e){let t=e.href.split("?")[0];j.put(Mc,{...e,href:t})}var fr=(e,t)=>{if(!e||Wf){j.del(Mc);return}if(Rc){_c({name:"Unknown",href:t||"wc:"});return}else if(Nf){let o=Ac(t||"wc:",kc(e));_c({name:e?.displayName||"",href:o})}};var Zr=class extends _e{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 te(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Uo[a],this.walletClientType=a,fr(this.walletEntry)),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider.session?.peer.metadata.url){let s=fi(this.walletProvider.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",fr(this.walletEntry)}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:ht}:{name:Za(this.walletProvider.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider.session?.peer.metadata.icons?.[0]||ur}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Uo[o],this.walletClientType=o,fr(void 0),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new cr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider.enable(),this.proxyProvider.walletTimeout()]);if(l.length>0&&(a=l[0]),!a||a==="")throw new G("Unable to retrieve address");if(this.walletProvider.session?.peer.metadata.url){let s=fi(this.walletProvider.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=dr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(at(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=ft(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Lf.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Of,optionalMethods:Df,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(Uf)window.open(n,"_self","noopener,noreferrer");else if(Ff&&this.walletEntry){fr(this.walletEntry,n);let a=Ic(n,this.walletEntry);window.open(a,"_self","noopener,noreferrer")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=fi(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown",fr(this.walletEntry)}}),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===Wc(t)).length:!1},dr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Yr:Yr,ri={METAMASK:"io.metamask",RAINBOW:"me.rainbow"},Xr=class extends Bf{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 te: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||(j.get(qa)&&(j.getKeys().forEach(o=>{o.startsWith("walletconnect")&&j.del(o)}),j.del(qa)),uc().then(o=>o.forEach(r=>{switch(r){case"metamask":this.createWalletConnector("injected","metamask");break;case"phantom":this.createWalletConnector("injected","phantom");break;case"unknown":default:break}})),(oi()||j.getKeys().find(o=>o.startsWith("-walletlink")))&&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 ii(o,r,this.rpcConfig,this.chains,n.id),l=new ci(a,this.chains,n,this.rpcConfig);this.addWalletConnector(l)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n)return n instanceof Zr&&n.resetConnection(r),n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return it()?new pi(this.chains,this.defaultChain,this.rpcConfig):null;case"rainbow":return Qr(this.store)?new ui(this.chains,this.defaultChain,this.rpcConfig,this.store):null;case"metamask":default:return lc()?new di(this.chains,this.defaultChain,this.rpcConfig):null}case"coinbase_wallet":return new li(this.chains,this.defaultChain,this.rpcConfig);case"wallet_connect_v2":return new Zr(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)}})();return a&&this.addWalletConnector(a),a||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=j.get(Ka);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}));j.put(Ka,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=Wc(o),this.emit("walletsUpdated")}};function ai(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as Gf}from"ofetch";var Hf=[Yn(),Qn(),Jn()],zf=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},hi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=za,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Gf.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 l=!Hf.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=zf(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Kn}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw ee(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw ee(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw ee(r)}}};import en from"js-cookie";function Nc(e){return e instanceof Wo?"email":e instanceof Lo?"sms":e instanceof No?"siwe":e instanceof rr?"custom_auth":e instanceof so?e.meta.provider:null}import*as Lc from"jose";var Rt=class{static parse(t){try{return new Rt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Lc.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 Vf=30,yi=class{constructor(){this.authenticateOnce=new nt(async t=>this._authenticate(t)),this.linkOnce=new nt(async t=>this._link(t)),this.refreshOnce=new nt(this._refresh.bind(this)),this.destroyOnce=new nt(this._destroy.bind(this)),this.forkSessionOnce=new nt(this._forkSession.bind(this))}get token(){try{let t=j.get(nr);return typeof t=="string"?new Rt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=j.get(ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=j.get(Kr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=en.get(tc);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=Rt.parse(this.token);return t!==null&&!t.isExpired(Vf)}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=Nc(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:ut(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ve(o)}}async _link(t){try{let o=await t.link();return ut(o)}catch(o){throw console.warn("Error linking account"),Ve(o)}}async _refresh(){if(!this.api)throw new P("Session has no API instance");if(!this.client)throw new P("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(Yn(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(Qn(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),ut(n.user)}catch(n){if(n instanceof or&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ve(n)}}async _destroy(){try{await this.api?.post(Jn(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new P("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 Ve(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(j.put(nr,t),!this.client?.useServerCookies){let o=Rt.parse(t)?.expiration;en.set(Va,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else j.del(nr),en.remove(Va)}storeRefreshToken(t){typeof t=="string"?(j.put(ei,t),this.client?.useServerCookies||en.set($a,t,{sameSite:"Strict",secure:!0,expires:30})):(j.del(ei),en.remove($a))}clearForkedToken(){j.del(Kr)}};var es,gi,Oc,tn=class{constructor(t){Sl(this,gi);this.apiUrl=t.apiUrl||Xn,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Xl,this.appId=t.appId,this.clientAnalyticsId=_l(this,gi,Oc).call(this),es||(es=new yi),this.session=es,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new Xr(t,o,r,n,i))}generateApi(){let t=new hi(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 P("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new P("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(Hl(),{address:t});return ut(o)}catch(o){throw Ve(o)}}async unlinkPhone(t){try{let o=await this.api.post(zl(),{phoneNumber:t});return ut(o)}catch(o){throw Ve(o)}}async unlinkWallet(t){try{let o=await this.api.post(Gl(),{address:t});return ut(o)}catch(o){throw Ve(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Vl(),{provider:t,subject:o});return ut(r)}catch(r){throw Ve(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($l(),{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(ql(),t)}catch(o){throw Ve(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Rt.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 Ve(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()}};gi=new WeakSet,Oc=function(){if(typeof window>"u")return null;try{let o=j.get(jr);if(typeof o=="string"&&o.length>0)return o}catch{}let t=$f();try{return j.put(jr,t),t}catch{return t}};import"wicg-inert";import{useRef as UC,useState as FC}from"react";import{useEffect as BC}from"react";import GC from"react-dom";import{createContext as qf,useContext as Kf}from"react";var Re=qf({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:b,login:b,linkEmail:b,linkPhone:b,linkWallet:b,linkGoogle:b,linkTwitter:b,linkDiscord:b,linkGithub:b,linkTiktok:b,linkLinkedIn:b,linkApple:b,logout:b,getAccessToken:b,getEthereumProvider:b,getEthersProvider:b,getWeb3jsProvider:b,unlinkEmail:b,unlinkPhone:b,unlinkWallet:b,unlinkGoogle:b,unlinkTwitter:b,unlinkDiscord:b,unlinkGithub:b,unlinkTiktok:b,unlinkLinkedIn:b,unlinkApple:b,setActiveWallet:b,forkSession:b,createWallet:b,signMessage:b,enrollInMfa:b,initEnrollmentWithSms:b,initEnrollmentWithTotp:b,init:b,submitEnrollmentWithSms:b,submitEnrollmentWithTotp:b,unenroll:b,submit:b,cancel:b,sendTransaction:b,exportWallet:b,setWalletPassword:b,initLoginWithEmail:b,loginWithCode:b}),B=()=>Kf(Re);import{useEffect as jf,useState as Yf}from"react";var Dc=e=>{let[t,o]=Yf("auto");return jf(()=>{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 ls from"styled-components";import Fo,{css as ns}from"styled-components";import os from"styled-components";import{Fragment as Qf,jsx as ts,jsxs as Zf}from"react/jsx-runtime";var vi=({success:e,fail:t})=>Zf(Qf,{children:[ts(Ye,{className:e?"success":t?"fail":""}),ts(rs,{className:e?"success":t?"fail":""})]}),Ye=os.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new nt(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 P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Al(),{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 Z(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Il(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw Z(t)}}async sign(){if(!this.api)throw new P("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new P("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 P("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Rl(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new P("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Lo=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Ol(),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 Z(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Dl();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Z(t)}}async sendSmsCode(t,o){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new P("phone nNumber must be set when initialzing authentication.");try{let r=Ll();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw Z(r)}}};import{v4 as $f}from"uuid";function $e(e){return new Date(e*1e3)}function rf(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:$e(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:$e(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:$e(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:$e(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:$e(o.verified_at)};t.push(s);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:$e(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:$e(o.verified_at)};t.push(u);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:$e(o.verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:$e(o.verified_at)};t.push(y);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:$e(o.verified_at)};t.push(m);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:$e(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Pt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var te=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,nf=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),co=(e,t)=>t==="all-users"&&!te(e)||t==="users-without-wallets"&&!nf(e)?.length;function ut(e){if(!e)return null;let t=rf(e.linked_accounts),o=Pt(t,"wallet"),r=Pt(t,"email"),n=Pt(t,"phone"),i=Pt(t,"google_oauth"),a=Pt(t,"twitter_oauth"),l=Pt(t,"discord_oauth"),s=Pt(t,"github_oauth"),c=Pt(t,"tiktok_oauth"),u=Pt(t,"linkedin_oauth"),h=Pt(t,"apple_oauth"),y=e.mfa_methods.map(({type:v,verified_at:g})=>({type:v,verifiedAt:$e(g)}));return{id:e.id,createdAt:$e(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:h&&{subject:h.subject,email:h.email},mfaMethods:y.map(v=>v.type)}}import{getAddress as Wc}from"@ethersproject/address";import Bf from"eventemitter3";var Jl="1.50.1-beta-20231205183542";var Zn="4df5e2316331463a9130964bd6078dfa",Ql="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Zl="34357d3c125c2bcf2ce2bc3309d98715",Xn="https://auth.privy.io",Xl=2e4,qe=1400,ec=2500,za=Jl;var nr="privy:token",Va="privy-token",ei="privy:refresh_token",$a="privy-refresh-token",tc="privy-session",jr="privy:session_transfer_token",sf="privy:wallet",Kr="privy:caid",ti=e=>`${sf}:${e}`,qa="privy:connectors",ja="privy:connections";var Yr=12e4,qt=1,Ka="0x1",ir=3e4,oc="https://api.moonpay.com/v1",rc="https://api.moonpay.com/v1",nc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",ic="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",ac="0x420000000000000000000000000000000000000F",sc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Ya=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Ja=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 lf(){return typeof window<"u"&&window.localStorage?new Ja:new Ya}var K=lf();var ar=()=>{let e=window;if(!e.ethereum)return!1;if(Jr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Jr(t,!0))return!0}return!1},Qr=e=>!!e&&!!e.findProvider({rdns:ri.RAINBOW}),lc=()=>{let e=window;if(!e.ethereum)return!1;if(Jr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Jr(t,!1))return!0}return!!window.ethereum.isZerion},Jr=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isRainbow||e.isTokenPocket||e.isTokenary||e.isZerion)return!1;if(e.providers){for(let o of e.providers)if(!Jr(o))return!1}return!0},it=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),oi=()=>{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.isCoinbaseWallet)return!0}return!1};var cc=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,}))$/),dc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},po=(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 pc(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var mc=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Qa(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},ni=(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,""),Oo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function uc(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];ar()&&i.push("metamask"),it()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function sr(e){return`eip155:${String(Number(e))}`}var ft=(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]+"/"+Zn:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Ql:i=n.rpcUrls.default?.http[0],!i)throw new G(`No RPC url found for ${e}`);return i},fc=(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 vf from"@coinbase/wallet-sdk";import{jsx as hc,jsxs as cf}from"react/jsx-runtime";var Do=({style:e,...t})=>cf("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:[hc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),hc("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 St}from"@ethersproject/address";import{Web3Provider as bc}from"@ethersproject/providers";import{default as yf}from"eventemitter3";import{StaticJsonRpcProvider as gc}from"@ethersproject/providers";import hf from"eventemitter3";var df=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],yc=e=>df.includes(e);import{ErrorCode as pf}from"@ethersproject/logger";var lr=class extends G{constructor(){super("Wallet timeout");this.type="wallet_error"}},cr=class extends G{constructor(){super("User rejected connection");this.type="wallet_error"}},at=e=>{if(e instanceof G)return e;if(e?.code&&e?.reason){let t=new xe(e);return e.code===pf.ACTION_REJECTED&&(t.details=De.E4001_USER_REJECTED_REQUEST),t}return e?.code?new xe(e):new G("Unknown connector error",e)},Tt=class extends He{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},xe=class extends Tt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(De).find(i=>i.eipCode===r.code);this.details=n||De.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=De.E32002_CONNECTION_ALREADY_PENDING:this.details=De.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=De.E32002_WALLET_LOCKED))}},mf={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}},uf={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},ff={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}},De={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...ff,...uf},jt={...mf,...De};var X=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 lr,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||Yr,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 at(o)})}},mo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ii=class extends hf{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 gc(ft(a,this.chains,n)),this.rpcTimeoutDuration=dr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new mo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Se()||!this.address)throw new mo("Disconnected",4900);return(await wc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new mo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new mo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new gc(ft(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 vc(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:Oo(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 Oo(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(yc(o.method)){let r=await Se();if(await Cc(),!r||!this.address)throw new mo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new mo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Se();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}}},xt=class extends X{constructor(o){super(o,o.rpcTimeoutDuration)}},uo=class extends X{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 gf=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},_e=class extends yf{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=sr(o),this.walletClientType==="privy"&&K.put(ti(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=dr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>St(i.address)===St(o));return{address:St(o),chainId:r,switchChain:async i=>{if(!n)throw new G("Wallet is not currently connected.");let a=this.wallets.find(h=>St(h.address)===St(o))?.chainId;if(!a)throw new G("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===sr(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new G(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(h){if(gf(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.public?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new G(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new G("Wallet is not currently connected.");return new bc(new xt(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=St(n),a=[],l;if(this.walletClientType==="privy"){let c=K.get(ti(i));this.chains.find(u=>u.id===Number(c))||(K.del(ti(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${Ka}`,c),l=Ka}let s=sr(l);a.find(c=>St(c.address)===i)||a.push(this.buildConnectedWallet(St(n),s)),ai(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>St(n)===St(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 bc(new xt(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 wf=e=>{let t=`https://mainnet.infura.io/v3/${Zn}`,o=1;return e.makeWeb3Provider(t,o)},si,li=class extends _e{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new X(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),si||(si=new vf({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(wf(si)),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(){si.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Do}}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 at(o)}}};import{jsx as Ec}from"react/jsx-runtime";var pr=({...e})=>Ec("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Ec("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 ci=class extends _e{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:[Oo(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:pr}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as c0}from"@ethersproject/address";import{Web3Provider as p0}from"@ethersproject/providers";import{isMobile as bf}from"react-device-detect";import{jsx as je,jsxs as Cf}from"react/jsx-runtime";var ht=({style:e,...t})=>Cf("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:[je("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),je("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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"}),je("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 di=class extends _e{constructor(o,r,n){super("metamask",o,r,n);this.connectorType="injected";this.proxyProvider=new X(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let i=window,a=i.ethereum,l=i.ethereum.providers||[];for(let s of l)if(s.isMetaMask){a=s;break}this.proxyProvider.setWalletProvider(a),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:"MetaMask",icon:ht}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!bf&&ar()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});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 at(o)}}};import{jsx as Pc,jsxs as Ef}from"react/jsx-runtime";var _t=({style:e,...t})=>Ef("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:[Pc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Pc("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 pi=class extends _e{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="injected";this.proxyProvider=new X(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:_t}}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 at(o)}}};import{jsx as H,jsxs as Ke}from"react/jsx-runtime";var mi=({style:e,...t})=>Ke("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[H("g",{clipPath:"url(#clip0_5_32)",children:Ke("g",{clipPath:"url(#clip1_5_32)",children:[H("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:H("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"})}),H("g",{mask:"url(#mask0_5_32)",children:H("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),H("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)"}),H("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),H("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),H("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),H("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),H("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),H("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)"}),H("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),H("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),Ke("defs",{children:[Ke("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#174299"}),H("stop",{offset:"1",stopColor:"#001E59"})]}),Ke("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[H("stop",{offset:"0.770277",stopColor:"#FF4000"}),H("stop",{offset:"1",stopColor:"#8754C9"})]}),Ke("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#FF4000"}),H("stop",{offset:"1",stopColor:"#8754C9"})]}),Ke("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#8754C9"}),H("stop",{offset:"1",stopColor:"#FF4000"})]}),Ke("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[H("stop",{offset:"0.723929",stopColor:"#FFF700"}),H("stop",{offset:"1",stopColor:"#FF9901"})]}),Ke("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#FFF700"}),H("stop",{offset:"1",stopColor:"#FF9901"})]}),Ke("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[H("stop",{stopColor:"#FFF700"}),H("stop",{offset:"1",stopColor:"#FF9901"})]}),Ke("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[H("stop",{offset:"0.59513",stopColor:"#00AAFF"}),H("stop",{offset:"1",stopColor:"#01DA40"})]}),Ke("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[H("stop",{stopColor:"#00AAFF"}),H("stop",{offset:"1",stopColor:"#01DA40"})]}),Ke("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:[H("stop",{stopColor:"#00AAFF"}),H("stop",{offset:"1",stopColor:"#01DA40"})]}),H("clipPath",{id:"clip0_5_32",children:H("rect",{width:"120",height:"120",fill:"white"})}),H("clipPath",{id:"clip1_5_32",children:H("rect",{width:"120",height:"120",fill:"white"})})]})]});var ui=class extends _e{constructor(o,r,n,i){super("rainbow",o,r,n);this.connectorType="injected";this.proxyProvider=new X(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let a=window,l=i.findProvider({rdns:ri.RAINBOW}),s=a.ethereum;if(l)s=l.provider;else{let c=a.ethereum.providers||[];for(let u of c)if(u.isRainbow){s=u;break}}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:"Rainbow",icon:mi}}disconnect(){console.warn("Programmatic disconnect with Rainbow 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 at(o)}}};import{EthereumProvider as Lf,OPTIONAL_EVENTS as Of,OPTIONAL_METHODS as Df}from"@walletconnect/ethereum-provider";import{isAndroid as Uf,isMobile as Ff}from"react-device-detect";import{createContext as Tf,useContext as xf,useEffect as Sf,useRef as _f,useState as kf}from"react";import{jsx as Pf}from"react/jsx-runtime";function Tc(e){return Pf("link",{rel:"prefetch",href:e.src})}var b=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Af,jsxs as If}from"react/jsx-runtime";var Rf="LANDING",xc=Tf({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:b,navigateBack:b,resetNavigation:b,setModalData:b,onUserCloseViaDialogOrKeybindRef:void 0}),Sc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=kf(e.initialScreen);Sf(()=>{o||e.setInitialScreen(Rf)},[o]);let i=_f(null),a={ready:!!t?.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:l=>{e.setInitialScreen(l),n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return If(xc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Af(Tc,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},x=()=>xf(xc);import{jsx as mr,jsxs as Mf}from"react/jsx-runtime";var ur=({style:e,...t})=>{let{app:o}=x();return Mf("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:[mr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),mr("g",{clipPath:"url(#clip0_1765_9946)",children:mr("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"})}),mr("defs",{children:mr("clipPath",{id:"clip0_1765_9946",children:mr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{isAndroid as kc,isDesktop as Wf,isMobileOnly as Nf}from"react-device-detect";var fi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Uo))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Uo={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask:"}},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:{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:{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 Rc(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ac(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${o}`:""}function Ic(e,t){return kc?e:Ac(e,Rc(t))}var Mc="WALLETCONNECT_DEEPLINK_CHOICE";function _c(e){let t=e.href.split("?")[0];K.put(Mc,{...e,href:t})}var fr=(e,t)=>{if(!e||Wf){K.del(Mc);return}if(kc){_c({name:"Unknown",href:t||"wc:"});return}else if(Nf){let o=Ac(t||"wc:",Rc(e));_c({name:e?.displayName||"",href:o})}};var Zr=class extends _e{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 X(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Uo[a],this.walletClientType=a,fr(this.walletEntry)),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider.session?.peer.metadata.url){let s=fi(this.walletProvider.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",fr(this.walletEntry)}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.open&&!this.walletProvider.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"Metamask",icon:ht}:{name:Za(this.walletProvider.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider.session?.peer.metadata.icons?.[0]||ur}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Uo[o],this.walletClientType=o,fr(void 0),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new cr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider.enable(),this.proxyProvider.walletTimeout()]);if(l.length>0&&(a=l[0]),!a||a==="")throw new G("Unable to retrieve address");if(this.walletProvider.session?.peer.metadata.url){let s=fi(this.walletProvider.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=dr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(at(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=ft(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Lf.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Of,optionalMethods:Df,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(Uf)window.open(n,"_self","noopener,noreferrer");else if(Ff&&this.walletEntry){fr(this.walletEntry,n);let a=Ic(n,this.walletEntry);window.open(a,"_self","noopener,noreferrer")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=fi(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown",fr(this.walletEntry)}}),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===Wc(t)).length:!1},dr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Yr:Yr,ri={METAMASK:"io.metamask",RAINBOW:"me.rainbow"},Xr=class extends Bf{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 X: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||(K.get(qa)&&(K.getKeys().forEach(o=>{o.startsWith("walletconnect")&&K.del(o)}),K.del(qa)),uc().then(o=>o.forEach(r=>{switch(r){case"metamask":this.createWalletConnector("injected","metamask");break;case"phantom":this.createWalletConnector("injected","phantom");break;case"unknown":default:break}})),(oi()||K.getKeys().find(o=>o.startsWith("-walletlink")))&&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 ii(o,r,this.rpcConfig,this.chains,n.id),l=new ci(a,this.chains,n,this.rpcConfig);this.addWalletConnector(l)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n)return n instanceof Zr&&n.resetConnection(r),n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return it()?new pi(this.chains,this.defaultChain,this.rpcConfig):null;case"rainbow":return Qr(this.store)?new ui(this.chains,this.defaultChain,this.rpcConfig,this.store):null;case"metamask":default:return lc()?new di(this.chains,this.defaultChain,this.rpcConfig):null}case"coinbase_wallet":return new li(this.chains,this.defaultChain,this.rpcConfig);case"wallet_connect_v2":return new Zr(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,r)}})();return a&&this.addWalletConnector(a),a||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=K.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}));K.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=Wc(o),this.emit("walletsUpdated")}};function ai(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as Gf}from"ofetch";var Hf=[Yn(),Qn(),Jn()],zf=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},hi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=za,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Gf.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 l=!Hf.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=zf(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new jn}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw Z(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw Z(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw Z(r)}}};import en from"js-cookie";function Nc(e){return e instanceof Wo?"email":e instanceof Lo?"sms":e instanceof No?"siwe":e instanceof rr?"custom_auth":e instanceof so?e.meta.provider:null}import*as Lc from"jose";var kt=class{static parse(t){try{return new kt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Lc.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 Vf=30,yi=class{constructor(){this.authenticateOnce=new nt(async t=>this._authenticate(t)),this.linkOnce=new nt(async t=>this._link(t)),this.refreshOnce=new nt(this._refresh.bind(this)),this.destroyOnce=new nt(this._destroy.bind(this)),this.forkSessionOnce=new nt(this._forkSession.bind(this))}get token(){try{let t=K.get(nr);return typeof t=="string"?new kt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=K.get(ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=K.get(jr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=en.get(tc);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=kt.parse(this.token);return t!==null&&!t.isExpired(Vf)}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=Nc(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:ut(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ve(o)}}async _link(t){try{let o=await t.link();return ut(o)}catch(o){throw console.warn("Error linking account"),Ve(o)}}async _refresh(){if(!this.api)throw new P("Session has no API instance");if(!this.client)throw new P("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(Yn(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(Qn(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),ut(n.user)}catch(n){if(n instanceof or&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ve(n)}}async _destroy(){try{await this.api?.post(Jn(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new P("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(kl(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ve(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(K.put(nr,t),!this.client?.useServerCookies){let o=kt.parse(t)?.expiration;en.set(Va,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else K.del(nr),en.remove(Va)}storeRefreshToken(t){typeof t=="string"?(K.put(ei,t),this.client?.useServerCookies||en.set($a,t,{sameSite:"Strict",secure:!0,expires:30})):(K.del(ei),en.remove($a))}clearForkedToken(){K.del(jr)}};var es,gi,Oc,tn=class{constructor(t){Sl(this,gi);this.apiUrl=t.apiUrl||Xn,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Xl,this.appId=t.appId,this.clientAnalyticsId=_l(this,gi,Oc).call(this),es||(es=new yi),this.session=es,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new Xr(t,o,r,n,i))}generateApi(){let t=new hi(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 P("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new P("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(Hl(),{address:t});return ut(o)}catch(o){throw Ve(o)}}async unlinkPhone(t){try{let o=await this.api.post(zl(),{phoneNumber:t});return ut(o)}catch(o){throw Ve(o)}}async unlinkWallet(t){try{let o=await this.api.post(Gl(),{address:t});return ut(o)}catch(o){throw Ve(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Vl(),{provider:t,subject:o});return ut(r)}catch(r){throw Ve(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($l(),{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(ql(),t)}catch(o){throw Ve(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?kt.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,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 Ve(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()}};gi=new WeakSet,Oc=function(){if(typeof window>"u")return null;try{let o=K.get(Kr);if(typeof o=="string"&&o.length>0)return o}catch{}let t=$f();try{return K.put(Kr,t),t}catch{return t}};import"wicg-inert";import{useRef as UC,useState as FC}from"react";import{useEffect as BC}from"react";import GC from"react-dom";import{createContext as qf,useContext as jf}from"react";var ke=qf({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:b,login:b,linkEmail:b,linkPhone:b,linkWallet:b,linkGoogle:b,linkTwitter:b,linkDiscord:b,linkGithub:b,linkTiktok:b,linkLinkedIn:b,linkApple:b,logout:b,getAccessToken:b,getEthereumProvider:b,getEthersProvider:b,getWeb3jsProvider:b,unlinkEmail:b,unlinkPhone:b,unlinkWallet:b,unlinkGoogle:b,unlinkTwitter:b,unlinkDiscord:b,unlinkGithub:b,unlinkTiktok:b,unlinkLinkedIn:b,unlinkApple:b,setActiveWallet:b,forkSession:b,createWallet:b,signMessage:b,enrollInMfa:b,initEnrollmentWithSms:b,initEnrollmentWithTotp:b,init:b,submitEnrollmentWithSms:b,submitEnrollmentWithTotp:b,unenroll:b,submit:b,cancel:b,sendTransaction:b,exportWallet:b,setWalletPassword:b,initLoginWithEmail:b,loginWithCode:b}),B=()=>jf(ke);import{useEffect as Kf,useState as Yf}from"react";var Dc=e=>{let[t,o]=Yf("auto");return Kf(()=>{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 ls from"styled-components";import Fo,{css as ns}from"styled-components";import os from"styled-components";import{Fragment as Qf,jsx as ts,jsxs as Zf}from"react/jsx-runtime";var vi=({success:e,fail:t})=>Zf(Qf,{children:[ts(Ye,{className:e?"success":t?"fail":""}),ts(rs,{className:e?"success":t?"fail":""})]}),Ye=os.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
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 nh,XMarkIcon as ih}from"@heroicons/react/24/outline";import as from"styled-components";import{createContext as oh,useContext as rh}from"react";var is=oh({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:b,initializeWalletProxy:b,getAuthMeta:b,getAuthFlow:b,closePrivyModal:b,connectWallet:b,initLoginWithWallet:b,loginWithWallet:b,loginWithCode:b,initLoginWithEmail:b,initLoginWithSms:b,resendEmailCode:b,resendSmsCode:b,initLoginWithOAuth:b,loginWithOAuth:b,refreshUser:b,walletProxy:null,createAnalyticsEvent:b,getUsdTokenPrice:b,recoverEmbeddedWallet:b,getFiatOnRampConfig:b,updateWallets:b,setReadyToTrue:b}),
|
|
260
|
+
`;import{ArrowLeftIcon as nh,XMarkIcon as ih}from"@heroicons/react/24/outline";import as from"styled-components";import{createContext as oh,useContext as rh}from"react";var is=oh({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:b,initializeWalletProxy:b,getAuthMeta:b,getAuthFlow:b,closePrivyModal:b,connectWallet:b,initLoginWithWallet:b,loginWithWallet:b,loginWithCode:b,initLoginWithEmail:b,initLoginWithSms:b,resendEmailCode:b,resendSmsCode:b,initLoginWithOAuth:b,loginWithOAuth:b,refreshUser:b,walletProxy:null,createAnalyticsEvent:b,getUsdTokenPrice:b,recoverEmbeddedWallet:b,getFiatOnRampConfig:b,updateWallets:b,setReadyToTrue:b}),k=()=>rh(is);import{jsx as lt,jsxs as dh}from"react/jsx-runtime";var Bc=()=>lt("div",{}),ah=({backFn:e})=>lt("div",{children:lt(Gc,{onClick:e,children:lt(nh,{height:"16px",width:"16px",strokeWidth:2})})}),sh=e=>lt("div",{children:lt(Gc,{onClick:e.onClose,children:lt(ih,{height:"16px",width:"16px",strokeWidth:2})})});var T=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=k(),{app:i}=x();return dh(lh,{children:[e?lt(ah,{backFn:e}):lt(Bc,{}),o&<(ch,{children:o}),i?.render.inDialog&&r?lt(sh,{onClose:t||(()=>n())}):lt(Bc,{})]})},Gc=as.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 Hc}from"react/jsx-runtime";var zc=({style:e,...t})=>Hc("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:Hc("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 ss,jsx as
|
|
308
|
+
`;import{jsx as Hc}from"react/jsx-runtime";var zc=({style:e,...t})=>Hc("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:Hc("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 ss,jsx as Rt,jsxs as Ti}from"react/jsx-runtime";var Vc=()=>{let{navigate:e,app:t}=x(),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 Ti(ss,{children:[Rt(T,{}),Ti(ph,{children:[Rt(uh,{children:Ti("div",{children:[Rt(Fc,{}),Rt(zc,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Ti(mh,{children:[typeof o=="string"?Rt("h3",{children:o}):Rt(ss,{children:o}),typeof r=="string"?Rt("p",{children:r}):Rt(ss,{children:r})]}),t?.allowlistConfig.errorCtaLink?Rt(I,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Rt(I,{onClick:()=>{e("LANDING")},children:n})]})]})},ph=ls.div`
|
|
309
309
|
display: flex;
|
|
310
310
|
flex-direction: column;
|
|
311
311
|
align-items: center;
|
|
@@ -378,7 +378,7 @@ Resources:
|
|
|
378
378
|
flex-direction: column;
|
|
379
379
|
justify-content: space-between;
|
|
380
380
|
height: 100%;
|
|
381
|
-
`,
|
|
381
|
+
`,jc=Je.div`
|
|
382
382
|
display: flex;
|
|
383
383
|
flex-direction: column;
|
|
384
384
|
justify-content: flex-start;
|
|
@@ -403,9 +403,9 @@ Resources:
|
|
|
403
403
|
}
|
|
404
404
|
`,z=Je.div`
|
|
405
405
|
height: 16px;
|
|
406
|
-
`,
|
|
406
|
+
`,j=Je.div`
|
|
407
407
|
height: 12px;
|
|
408
|
-
`,
|
|
408
|
+
`,Kc=Je.div`
|
|
409
409
|
position: relative;
|
|
410
410
|
`,Yc=Je.div`
|
|
411
411
|
background-color: var(--privy-color-accent);
|
|
@@ -481,7 +481,7 @@ Resources:
|
|
|
481
481
|
h3 {
|
|
482
482
|
margin-bottom: 24px;
|
|
483
483
|
}
|
|
484
|
-
`;import{Fragment as ps,jsx as be,jsxs as go}from"react/jsx-runtime";var ms=6,td=new Array(ms).fill(""),bh=1400;var rd=()=>{let{app:e,navigate:t,setModalData:o}=x(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:l,updateWallets:s}=
|
|
484
|
+
`;import{Fragment as ps,jsx as be,jsxs as go}from"react/jsx-runtime";var ms=6,td=new Array(ms).fill(""),bh=1400;var rd=()=>{let{app:e,navigate:t,setModalData:o}=x(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:l,updateWallets:s}=k(),{authenticated:c,user:u}=B(),[h,y]=Si(td),[m,v]=Si(!1),[g,E]=Si(null),[w,R]=Si(null),S=a()?.email?0:1,M=e?.render.inDialog?qe:0,L=e?.render.inDialog?M-500:0;ed(()=>{if(c&&m&&u)if(co(u,e?.embeddedWallets?.createOnLogin)){let _=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:J=>console.error(J),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},L);return()=>clearTimeout(_)}else{s();let _=setTimeout(r,M);return()=>clearTimeout(_)}},[c,m,u]),ed(()=>{if(g&&w===0){let V=setTimeout(()=>{y(td),E(null),document.querySelector("input[name=code-0]")?.focus()},bh);return()=>clearTimeout(V)}},[g]);let W=V=>{V.preventDefault();let _=V.currentTarget.value.replace(" ","");if(_==="")return;if(isNaN(Number(_))){E("Code should be numeric"),R(1);return}E(null),R(null);let J=Number(V.currentTarget.name?.charAt(5)),ce=[..._||[""]].slice(0,ms-J),Ge=[...h.slice(0,J),...ce,...h.slice(J+ce.length)];y(Ge);let O=ce.length,Q=Math.min(Math.max(J+O,0),ms-1);isNaN(Number(V.currentTarget.value))||document.querySelector(`input[name=code-${Q}]`)?.focus(),Ge.every(ve=>ve&&!isNaN(+ve))&&(document.querySelector(`input[name=code-${Q}]`)?.blur(),l(Ge.join("")).then(()=>v(!0)).catch(pe=>{pe?.status===422?E("Invalid or expired verification code"):E("Issue verifying code"),R(0)}))},A=V=>{w===1&&(E(null),R(null));let _=[...h.slice(0,V),"",...h.slice(V+1)];y(_),V>0&&document.querySelector(`input[name=code-${V-1}]`)?.focus()},D=S==0?be(vh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):be(wh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),q=S==0?go("p",{children:["Please check ",be(od,{children:a()?.email})," for an email from privy.io and enter your code below."]}):go("p",{children:["Please check ",be(od,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return go(ps,{children:[be(T,{},"header"),go(Eh,{children:[be(fe,{title:"Enter confirmation code",description:q,icon:D}),go($c,{children:[go(Ph,{children:[be(Th,{fail:!!g,success:m,children:be("span",{children:g||(m?"Success!":"")})}),be("div",{children:h.map((V,_)=>be("input",{name:`code-${_}`,type:"text",value:h[_],onChange:W,onKeyUp:J=>{J.key==="Backspace"&&A(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${m?"success":""} ${g?"fail":""}`,autoComplete:Ch?"one-time-code":"off"},_))})]}),be(xh,{children:S==0?go(ps,{children:[be("span",{children:"Didn't get an email?"}),be("button",{onClick:n,children:"Resend Code"})]}):go(ps,{children:[be("span",{children:"Didn't get a message?"}),be("button",{onClick:i,children:"Resend Code"})]})})]})]}),be(F,{protectedByPrivy:!0})]})},Eh=an.div`
|
|
485
485
|
display: flex;
|
|
486
486
|
flex-direction: column;
|
|
487
487
|
align-items: flex-start;
|
|
@@ -570,7 +570,7 @@ Resources:
|
|
|
570
570
|
`,od=an.span`
|
|
571
571
|
font-weight: 500;
|
|
572
572
|
word-break: break-all;
|
|
573
|
-
`;import{isMobile as ad}from"react-device-detect";import _h from"styled-components";import _i from"styled-components";var
|
|
573
|
+
`;import{isMobile as ad}from"react-device-detect";import _h from"styled-components";import _i from"styled-components";var ki=_i.div`
|
|
574
574
|
text-align: left;
|
|
575
575
|
flex-grow: 1;
|
|
576
576
|
`,nd=_i.div`
|
|
@@ -578,7 +578,7 @@ Resources:
|
|
|
578
578
|
flex-direction: column;
|
|
579
579
|
justify-content: flex-end;
|
|
580
580
|
flex-grow: 1;
|
|
581
|
-
`,
|
|
581
|
+
`,Ri=_i.div`
|
|
582
582
|
display: flex;
|
|
583
583
|
flex-direction: column;
|
|
584
584
|
gap: 12px;
|
|
@@ -634,7 +634,7 @@ Resources:
|
|
|
634
634
|
@media (max-width: 440px) {
|
|
635
635
|
display: none;
|
|
636
636
|
}
|
|
637
|
-
`;import{jsx as
|
|
637
|
+
`;import{jsx as Re,jsxs as Go}from"react/jsx-runtime";var Kt=({connectOnly:e})=>{let{navigate:t}=x(),{initLoginWithWallet:o,connectWallet:r,mipdStore:n}=k();return Go(Ri,{children:[Go(sn,{onClick:()=>{ar()?e?(r("injected","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","metamask"),t("AWAITING_CONNECTION")):e?(r("wallet_connect_v2","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect_v2","metamask"),t("AWAITING_CONNECTION"))},children:[Re(ht,{}),Re("span",{children:"MetaMask"}),Re("span",{children:"Connect"})]}),Go(sn,{onClick:()=>{e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[Re(Do,{}),Go("span",{children:["Coinbase",Re(id,{children:" Wallet"})]}),Re("span",{children:"Connect"})]}),(ad||it())&&!Qr(n)&&Go(sn,{id:"privy-phantom-button",onClick:()=>{it()?e?(r("injected","phantom"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","phantom"),t("AWAITING_CONNECTION")):t(ad?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[Re(_t,{}),Re("span",{children:"Phantom"}),Re("span",{children:it()?"Connect":"Install"})]}),Qr(n)&&Go(sn,{onClick:()=>{e?(r("injected","rainbow"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","rainbow"),t("AWAITING_CONNECTION"))},children:[Re(mi,{}),Re("span",{children:"Rainbow"}),Re("span",{children:"Connect"})]}),Go(sn,{onClick:()=>{e?(r("wallet_connect_v2","unknown"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect_v2","unknown"),t("AWAITING_CONNECTION"))},children:[Re(ur,{}),Re("span",{children:"WalletConnect"}),Re("span",{children:"Connect"})]})]})},sn=_h(ct)`
|
|
638
638
|
/* Show "Connect" on hover */
|
|
639
639
|
> :last-child {
|
|
640
640
|
font-weight: 500;
|
|
@@ -656,16 +656,16 @@ Resources:
|
|
|
656
656
|
display: none;
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
|
-
`;import{Fragment as
|
|
659
|
+
`;import{Fragment as kh,jsx as Ai,jsxs as Rh}from"react/jsx-runtime";var sd=()=>{let{app:e}=x(),t=`Connect a wallet to ${e?.name}`;return Rh(kh,{children:[Ai(T,{},"header"),Ai(yo,{title:"Connect your wallet",description:t}),Ai(Kt,{connectOnly:!0}),Ai(F,{protectedByPrivy:!0})]})};import Nh from"styled-components";import Mh from"styled-components";import Ah from"react";import{jsx as Ih}from"react/jsx-runtime";var ld=()=>{let{app:e}=x(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Ih("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Ah.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 cd}from"react/jsx-runtime";var Ii=e=>{let{app:t}=x();return t?.appearance.logo?cd(Wh,{...e,children:cd(ld,{})}):null},Wh=Mh.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 Oh,jsx as ln,jsxs as Dh}from"react/jsx-runtime";var dd=()=>{let{app:e}=x();return Dh(Oh,{children:[ln(T,{},"header"),ln(Lh,{}),ln(
|
|
666
|
+
`;import{Fragment as Oh,jsx as ln,jsxs as Dh}from"react/jsx-runtime";var dd=()=>{let{app:e}=x();return Dh(Oh,{children:[ln(T,{},"header"),ln(Lh,{}),ln(Kt,{connectOnly:!0}),e&&ln(xi,{app:e}),ln(F,{protectedByPrivy:!0})]})},Lh=Nh(Ii)`
|
|
667
667
|
margin-bottom: 16px;
|
|
668
|
-
`;import{useEffect as fd,useState as hd}from"react";import{isMobile as Bh}from"react-device-detect";import Gh from"styled-components";import{useEffect as us,useState as cn}from"react";import{isMobile as dn}from"react-device-detect";import pd from"styled-components";import{Fragment as ud,jsx as Ee,jsxs as Mi}from"react/jsx-runtime";var fs=2,pn={metamask:{name:"MetaMask",component:ht},phantom:{name:"Phantom",component:_t},coinbase_wallet:{name:"Coinbase Wallet",component:Do},wallet_connect:{name:"WalletConnect",component:ur},embedded:{name:"Privy Wallet",component:pr}},hs=e=>e?.privyErrorCode==="linked_to_another_user"?
|
|
668
|
+
`;import{useEffect as fd,useState as hd}from"react";import{isMobile as Bh}from"react-device-detect";import Gh from"styled-components";import{useEffect as us,useState as cn}from"react";import{isMobile as dn}from"react-device-detect";import pd from"styled-components";import{Fragment as ud,jsx as Ee,jsxs as Mi}from"react/jsx-runtime";var fs=2,pn={metamask:{name:"MetaMask",component:ht},phantom:{name:"Phantom",component:_t},coinbase_wallet:{name:"Coinbase Wallet",component:Do},wallet_connect:{name:"WalletConnect",component:ur},embedded:{name:"Privy Wallet",component:pr}},hs=e=>e?.privyErrorCode==="linked_to_another_user"?jt.ERROR_USER_EXISTS:e instanceof xe&&!e.details.default?e.details:e instanceof lr?jt.ERROR_TIMED_OUT:e instanceof cr?jt.ERROR_USER_REJECTED_CONNECTION:jt.ERROR_WALLET_CONNECTION,md=()=>{let[e,t]=cn(!1),[o,r]=cn(!1),[n,i]=cn(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:c,currentScreen:u,setModalData:h}=x(),{getAuthFlow:y,walletConnectionStatus:m,closePrivyModal:v,loginWithWallet:g,updateWallets:E}=k(),{walletConnectors:w}=B(),[R,S]=cn(0),{user:M}=B(),[L]=cn(M?.linkedAccounts.length||0),W=dn&&m?.connector?.connectorType==="wallet_connect_v2"||dn&&m?.connector?.connectorType==="coinbase_wallet"||dn&&m?.connector?.connectorType==="injected"&&m?.connector?.walletClientType==="phantom",A=m?.status==="connected",D=m?.status==="switching_to_supported_chain";us(()=>{let N=y();if(N&&W&&A&&!N.preparedMessage){N.buildSiweMessage();return}!N||W||!A||(async()=>{r(!0),i(void 0);try{m?.connector?.connectorType==="wallet_connect_v2"&&m?.connector?.walletClientType==="metamask"&&await Qa(2500),await V()}catch(Te){console.warn("Auto-prompted signature failed",Te)}finally{r(!1)}})()},[R,A]),us(()=>{if(M&&e){let N;if(co(M,a?.embeddedWallets?.createOnLogin)){let Te=a?.render.inDialog?qe:0,$t=a?.render.inDialog?Te-500:0;N=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:Qo=>console.error(Qo),callAuthOnSuccessOnClose:!0}}),l("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},$t)}else E(),N=setTimeout(v,qe);return()=>clearTimeout(N)}},[M,e]);let q=N=>{if(N?.privyErrorCode==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(hs(N))};async function V(){try{if(await g(),!a?.render.inDialog)return v();t(!0)}catch(N){q(N)}finally{r(!1)}}us(()=>{m?.connectError&&q(m?.connectError)},[m]);let _=m?.connector?.connectorType||"metamask",J=m?.connector?.walletClientType||"metamask",ce=m?.connector?.walletBranding.name||pn[J]?.name||"MetaMask",Ge=m?.connector?.walletBranding.icon||pn[J]?.component||(N=>Ee(ht,{...N})),O;e?O=`Successfully connected with ${ce}`:n?O=n.message:D?O="Switching networks":A?O=o&&W?"Signing":"Sign to verify":O=`Waiting for ${ce}`;let Q="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let N=M?.linkedAccounts.length||0;L===N?Q="Wallet was already linked.":Q="You\u2019re good to go!"}else R>=fs&&n?Q="Unable to connect wallet":n?Q=n.detail:D?Q="Switch your wallet to the requested network.":A&&W?Q="Sign the message in your wallet to verify it belongs to you.":J==="metamask"&&dn?Q="Click continue to open and connect Metamask.":J==="metamask"?Q="For the best experience, connect only one wallet at a time.":_==="wallet_connect"?Q="Open your mobile wallet app to continue":_==="coinbase_wallet"&&(oi()||(Xa(M)?Q="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Q="Open the Coinbase app on your phone to continue."));let ve=w?.walletConnectors?.find(N=>N.walletClientType==="coinbase_wallet"),pe=J==="coinbase_wallet"&&(Xa(M)||n===jt.ERROR_USER_EXISTS);return Mi(ud,{children:[Ee(T,{backFn:u===c?void 0:s}),Mi(Uh,{children:[Ee(ys,{walletLogo:Ge,success:e,fail:!!n}),Mi(ho,{children:[Ee("h3",{children:O}),Ee("p",{children:Q})]}),pe?Ee(I,{onClick:()=>ve&&ve?.disconnect(),disabled:e,children:"Use a different wallet"}):n==jt.ERROR_USER_EXISTS&&u!==c?Ee(I,{onClick:s,children:"Use a different wallet"}):A&&!e&&W?Ee(I,{onClick:()=>{r(!0),V();let N=m.connector?.walletClientType;dn&&N&&N in Uo&&window.open(Uo[N].mobile.native,"_self","noopener,noreferrer")},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&R<fs?Ee(I,{onClick:()=>{S(R+1),i(void 0),A?(r(!0),V()):m?.connectRetry()},disabled:!e&&(!n?.retryable||R>=fs),children:"Retry"}):!e&&!n?Ee(I,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ee($,{})]})},Uh=pd.div`
|
|
669
669
|
display: flex;
|
|
670
670
|
flex-direction: column;
|
|
671
671
|
align-items: center;
|
|
@@ -695,14 +695,14 @@ Resources:
|
|
|
695
695
|
left: -19px;
|
|
696
696
|
top: -19px;
|
|
697
697
|
}
|
|
698
|
-
`,ys=e=>{let t=e.walletLogo;return Ee(ud,{children:Ee(Fh,{children:Mi("div",{children:[Ee(vi,{success:e.success,fail:e.fail}),typeof t=="string"?Ee("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ee(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as zh,jsx as Yt,jsxs as gs}from"react/jsx-runtime";var Wi=2,yd=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=x(),{walletConnectionStatus:r,closePrivyModal:n}=
|
|
698
|
+
`,ys=e=>{let t=e.walletLogo;return Ee(ud,{children:Ee(Fh,{children:Mi("div",{children:[Ee(vi,{success:e.success,fail:e.fail}),typeof t=="string"?Ee("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ee(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as zh,jsx as Yt,jsxs as gs}from"react/jsx-runtime";var Wi=2,yd=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=x(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=hd(void 0),[l,s]=hd(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";fd(()=>{if(c){let R=setTimeout(n,qe);return()=>clearTimeout(R)}},[c]);let h=R=>{a(hs(R))};fd(()=>{r?.connectError&&h(r?.connectError)},[r]);let y=r?.connector?.connectorType||"metamask",m=r?.connector?.walletClientType||"metamask",v=r?.connector?.walletBranding.name||pn[m]?.name||"MetaMask",g=r?.connector?.walletBranding.icon||pn[m]?.component||(R=>Yt(ht,{...R})),E;c?E=`Successfully connected with ${v}`:i?E=i.message:u?E="Switching networks":E=`Waiting for ${v}`;let w="Don\u2019t see your wallet modal? Check your other browser windows.";return c?w="You\u2019re good to go!":l>=Wi&&i?w="Unable to connect wallet":i?w=i.detail:u?w="Switch your wallet to the requested network.":m==="metamask"&&Bh?w="Click to continue to open and connect Metamask.":m==="metamask"?w="For the best experience, connect only one wallet at a time.":y==="wallet_connect_v2"?w="Open your mobile wallet app to continue":y==="coinbase_wallet"&&(w="Open the Coinbase app on your phone to continue."),gs(zh,{children:[Yt(T,{backFn:o===t?void 0:e}),gs(Hh,{children:[Yt(ys,{walletLogo:g,success:c,fail:!!i}),gs(ho,{children:[Yt("h3",{children:E}),Yt("p",{children:w})]}),i==jt.ERROR_USER_EXISTS?Yt(I,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Wi?Yt(I,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Wi),children:"Retry"}):!c&&i&&l>=Wi?Yt(I,{onClick:e,children:"Use a different wallet"}):null]}),Yt($,{})]})},Hh=Gh.div`
|
|
699
699
|
display: flex;
|
|
700
700
|
flex-direction: column;
|
|
701
701
|
align-items: center;
|
|
702
702
|
justify-content: center;
|
|
703
703
|
gap: 24px;
|
|
704
704
|
width: 100%;
|
|
705
|
-
`;import{XCircleIcon as Zh}from"@heroicons/react/24/solid";import{useEffect as Xh,useMemo as ey,useState as ty}from"react";import oy from"styled-components";import Ni from"styled-components";import{jsx as vs,jsxs as
|
|
705
|
+
`;import{XCircleIcon as Zh}from"@heroicons/react/24/solid";import{useEffect as Xh,useMemo as ey,useState as ty}from"react";import oy from"styled-components";import Ni from"styled-components";import{jsx as vs,jsxs as Kh}from"react/jsx-runtime";var yr=()=>vs(Vh,{children:Kh($h,{children:[vs(qh,{}),vs(jh,{})]})}),Vh=Ni.div`
|
|
706
706
|
display: flex;
|
|
707
707
|
justify-content: center;
|
|
708
708
|
align-items: center;
|
|
@@ -734,7 +734,7 @@ Resources:
|
|
|
734
734
|
border: 4px solid var(--privy-color-accent-light);
|
|
735
735
|
border-radius: 50%;
|
|
736
736
|
}
|
|
737
|
-
`,
|
|
737
|
+
`,jh=Ni.div`
|
|
738
738
|
position: absolute;
|
|
739
739
|
top: 0;
|
|
740
740
|
right: 0;
|
|
@@ -758,9 +758,9 @@ Resources:
|
|
|
758
758
|
transform: rotate(360deg);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
|
-
`;var gd=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","
|
|
761
|
+
`;var gd=["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 he=class extends Error{constructor(o,r){super(r);this.type=o}};function gr(e){let t=e.type;return typeof t=="string"&&gd.includes(t)}function vr(e){return gr(e)&&e.type==="wallet_not_on_device"}function vd(e){return gr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function wd(e){return!!(gr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Yh(e){return!!(gr(e)&&e.type==="mfa_timeout")}function Jh(e){return!!(gr(e)&&e.type==="missing_or_invalid_mfa")}function Qh(e){return!!(gr(e)&&e.type==="mfa_verification_max_attempts_reached")}import{Fragment as bd,jsx as wr,jsxs as ws}from"react/jsx-runtime";var Cd=1,Ed=()=>{let{authenticated:e,user:t,getAccessToken:o}=B(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=ey(()=>Date.now(),[]),[h,y]=ty(!1),{onCompleteNavigateTo:m,onFailure:v}=l?.connectWallet,g=w=>{h||(y(!0),v(typeof w=="string"?new Error(w):w))};Xh(()=>{let w=te(t),R;return!e||!w?g("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let M=await o();if(!M)return g("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:M,address:w.address});let L=(Date.now()-u)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&L<Cd?R=setTimeout(()=>{a(m)},(Cd-L)*1e3):a(m)}catch(L){if(vr(L)&&w.recoveryMethod==="privy"){let W=await o();if(!W)return g("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:w.address}),(await i?.recover({address:w.address,accessToken:W}))?.address||g(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:w.address}),a(m)}catch{g("An error has occurred, please try again.")}}else vr(L)?(s({...l,recoverWallet:{privyWallet:w,onCompleteNavigateTo:m,onFailure:v}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):g(L)}})(),()=>clearTimeout(R)):void 0},[e,t,i]);let E=()=>{g("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=E,ws(bd,{children:[wr(T,{onClose:E}),h?ws(bd,{children:[ws(yt,{children:[wr(Zh,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),wr(fe,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),wr(I,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):wr(yr,{}),wr(ry,{})]})},ry=oy.div`
|
|
762
762
|
height: 44px;
|
|
763
|
-
`;import{CheckCircleIcon as ny}from"@heroicons/react/24/solid";import{useEffect as iy}from"react";import{Fragment as ay,jsx as Cr,jsxs as Pd}from"react/jsx-runtime";var Td=()=>{let{user:e}=B(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=
|
|
763
|
+
`;import{CheckCircleIcon as ny}from"@heroicons/react/24/solid";import{useEffect as iy}from"react";import{Fragment as ay,jsx as Cr,jsxs as Pd}from"react/jsx-runtime";var Td=()=>{let{user:e}=B(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=k(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=x(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let h=te(e);h?(r(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return iy(()=>{let h=setTimeout(u,ec);return()=>clearTimeout(h)},[]),a.current=u,Pd(ay,{children:[Cr(T,{onClose:u}),Cr(z,{}),Pd(yt,{children:[Cr(ny,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Cr(fe,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Cr(j,{}),Cr(F,{protectedByPrivy:!0})]})};import{useEffect as kd,useRef as ly,useState as Cs}from"react";import Jt from"styled-components";import{jsx as Fe,jsxs as sy}from"react/jsx-runtime";var xd=({style:e,...t})=>sy("svg",{width:"320",height:"144",viewBox:"0 0 320 144",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:320,height:144,...e},...t,children:[Fe("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),Fe("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M229.848 64.9512C228.001 65.1452 226.643 66.726 226.643 68.5829V75.414C226.643 77.2883 228.026 78.8767 229.891 79.0615C231.417 79.2127 233.21 79.3518 234.643 79.3518C236.862 79.3518 239.95 79.0176 241.563 78.8225C242.183 78.7474 242.643 78.2196 242.643 77.5948V69.7756C242.643 69.1508 242.183 68.6229 241.563 68.5479C239.955 68.3534 236.883 68.0207 234.665 68.0185L234.643 68.0185L234.622 68.0185C233.219 68.0199 231.475 68.1534 229.975 68.3005C229.636 68.3007 229.346 68.0433 229.312 67.6989C229.277 67.3325 229.544 67.0063 229.911 66.9703C231.423 66.8219 233.203 66.6852 234.643 66.6852C236.246 66.6852 238.275 66.855 239.887 67.0221C240.412 67.0765 240.896 67.1309 241.309 67.1796V66.4289C241.309 65.8099 240.858 65.2851 240.244 65.2046C238.746 65.0083 235.977 64.6852 233.976 64.6852C232.734 64.6852 231.195 64.8098 229.848 64.9512ZM240.309 74.6852C240.862 74.6852 241.309 74.2375 241.309 73.6852C241.309 73.1329 240.862 72.6852 240.309 72.6852C239.757 72.6852 239.309 73.1329 239.309 73.6852C239.309 74.2375 239.757 74.6852 240.309 74.6852Z",fill:"var(--privy-color-accent)"}),Fe("path",{d:"M92.6426 74.2969H89.5743M76.6426 74.2969H85.5085M77.5837 78.2687L87.1555 61.6852M84.7273 65.9017L82.2897 61.6852M91.8614 78.2687L86.6849 69.2993",stroke:"var(--privy-color-accent)","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}),Fe("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),Fe("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),Fe("path",{d:"M270.544 116.469C272.146 116.469 273.445 115.175 273.445 113.577C273.445 111.98 272.146 110.685 270.544 110.685C268.942 110.685 267.643 111.98 267.643 113.577C267.643 115.175 268.942 116.469 270.544 116.469Z",fill:"var(--privy-color-accent-light"}),Fe("path",{d:"M157.878 48.3615C160.282 48.3615 162.231 46.4193 162.231 44.0234C162.231 41.6274 160.282 39.6852 157.878 39.6852C155.475 39.6852 153.526 41.6274 153.526 44.0234C153.526 46.4193 155.475 48.3615 157.878 48.3615Z",fill:"var(--privy-color-accent-dark)"}),Fe("path",{d:"M35.0825 96.1749C36.8852 96.1749 38.3466 94.7182 38.3466 92.9212C38.3466 91.1243 36.8852 89.6676 35.0825 89.6676C33.2797 89.6676 31.8184 91.1243 31.8184 92.9212C31.8184 94.7182 33.2797 96.1749 35.0825 96.1749Z",fill:"var(--privy-color-accent-dark)"}),Fe("path",{d:"M164.407 103.673C166.41 103.673 168.034 102.055 168.034 100.058C168.034 98.0616 166.41 96.443 164.407 96.443C162.404 96.443 160.78 98.0616 160.78 100.058C160.78 102.055 162.404 103.673 164.407 103.673Z",fill:"var(--privy-color-accent-light"}),Fe("path",{d:"M292.664 33.277C294.267 33.277 295.566 31.9822 295.566 30.3849C295.566 28.7876 294.267 27.4928 292.664 27.4928C291.062 27.4928 289.763 28.7876 289.763 30.3849C289.763 31.9822 291.062 33.277 292.664 33.277Z",fill:"var(--privy-color-accent-light"}),Fe("path",{d:"M104 12.6997C105.302 12.6997 106.357 11.6476 106.357 10.3498C106.357 9.05206 105.302 8 104 8C102.698 8 101.643 9.05206 101.643 10.3498C101.643 11.6476 102.698 12.6997 104 12.6997Z",fill:"var(--privy-color-accent-light"}),Fe("path",{d:"M7.99998 68.6997C9.30194 68.6997 10.3574 67.6476 10.3574 66.3498C10.3574 65.0521 9.30194 64 7.99998 64C6.69802 64 5.64258 65.0521 5.64258 66.3498C5.64258 67.6476 6.69802 68.6997 7.99998 68.6997Z",fill:"var(--privy-color-accent-light"}),Fe("path",{d:"M312 60.6997C313.302 60.6997 314.357 59.6476 314.357 58.3498C314.357 57.0521 313.302 56 312 56C310.698 56 309.643 57.0521 309.643 58.3498C309.643 59.6476 310.698 60.6997 312 60.6997Z",fill:"var(--privy-color-accent-light"}),Fe("path",{d:"M35.544 42.4694C37.1464 42.4694 38.4454 41.1746 38.4454 39.5773C38.4454 37.98 37.1464 36.6852 35.544 36.6852C33.9416 36.6852 32.6426 37.98 32.6426 39.5773C32.6426 41.1746 33.9416 42.4694 35.544 42.4694Z",fill:"var(--privy-color-accent-light"})]});import{Fragment as vy,jsx as se,jsxs as At}from"react/jsx-runtime";var Rd=()=>{let[e,t]=Cs(null),{authenticated:o,user:r,getAccessToken:n}=B(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=k(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=te(r)?.address,{onFailure:h,onSuccess:y,origin:m,appId:v}=s.keyExport,g=w=>{i({shouldCallAuthOnSuccess:!1}),h(typeof w=="string"?new Error(w):w)},E=()=>{i({shouldCallAuthOnSuccess:!1}),y(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return kd(()=>{let w=te(r);if(!o||!w)return g("User must be authenticated before exporting their wallet");n().then(t,g)},[o,r]),c.current=E,At(vy,{children:[se(T,{onClose:E}),At(py,{children:[se(xd,{}),At(my,{children:[se("h3",{children:"Transfer"}),At(yy,{children:[se(dy,{style:{marginRight:6}}),po(u)]})]}),se("p",{children:"You can take your account with you to another site using an external wallet!"}),At(uy,{children:[At(Sd,{children:[se(_d,{children:"1"}),At("span",{children:[se("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),At(Sd,{children:[se(_d,{children:"2"}),se("span",{children:"Copy this key into your other wallet"})]})]}),se("div",{style:{width:"100%"},children:e&&se(cy,{origin:m,appId:v,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),At(gy,{children:[se("h4",{children:"WARNING"}),se("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),se(F,{protectedByPrivy:!0})]})};function cy(e){let[t,o]=Cs(e.dimensions.width),[r,n]=Cs(void 0),i=ly(null);return kd(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();o(l)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),se("div",{ref:i,children:t&&At(fy,{children:[se("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:ni(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),se(hy,{children:"Loading..."})]})})}function dy(e){return se("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:se("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var py=Jt.div`
|
|
764
764
|
display: flex;
|
|
765
765
|
flex-direction: column;
|
|
766
766
|
text-align: left;
|
|
@@ -1012,7 +1012,7 @@ Resources:
|
|
|
1012
1012
|
transition: all 0.1s ease-out;
|
|
1013
1013
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1014
1014
|
}
|
|
1015
|
-
`;import{Fragment as xy,jsx as Qe,jsxs as Oi}from"react/jsx-runtime";var Nd=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Ps(!0),[l,s]=Ps(!1),[c,
|
|
1015
|
+
`;import{Fragment as xy,jsx as Qe,jsxs as Oi}from"react/jsx-runtime";var Nd=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Ps(!0),[l,s]=Ps(!1),[c,u]=Ps(""),h=o===c;return Ty(()=>{c&&!l&&s(!0)},[c]),Oi(xy,{children:[Qe(T,{title:"Confirm Password",closeable:!1,backFn:n}),Qe(z,{}),Oi(vo,{children:[Oi(bo,{children:[Qe(Py,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Qe("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),Qe("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Oi(Co,{children:[Qe(Ho,{value:c,onChange:y=>u(y.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),Qe(br,{style:{right:"0.75rem"},children:i?Qe(Er,{onClick:()=>a(!1)}):Qe(Pr,{onClick:()=>a(!0)})})]}),Qe(Li,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),Qe(wo,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),Qe(j,{}),Qe(F,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Ry}from"@heroicons/react/24/outline";import{useState as Ay}from"react";import Iy from"styled-components";import Di from"styled-components";import{jsx as fn,jsxs as ky}from"react/jsx-runtime";var Ld=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>fn("label",{children:ky(Sy,{className:e,children:[fn(Dd,{checked:t,...r}),fn(_y,{color:o,checked:t,children:fn(Od,{viewBox:"0 0 24 24",children:fn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Sy=Di.div`
|
|
1016
1016
|
display: inline-block;
|
|
1017
1017
|
vertical-align: middle;
|
|
1018
1018
|
`,Od=Di.svg`
|
|
@@ -1052,21 +1052,21 @@ Resources:
|
|
|
1052
1052
|
${Od} {
|
|
1053
1053
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1054
1054
|
}
|
|
1055
|
-
`;import{Fragment as Ud,jsx as dt,jsxs as hn}from"react/jsx-runtime";var Fd=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Ay(!1);return hn(Ud,{children:[dt(T,{title:"Confirm Password",closeable:!1,backFn:r}),dt(z,{}),hn(vo,{children:[hn(bo,{children:[dt(
|
|
1055
|
+
`;import{Fragment as Ud,jsx as dt,jsxs as hn}from"react/jsx-runtime";var Fd=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Ay(!1);return hn(Ud,{children:[dt(T,{title:"Confirm Password",closeable:!1,backFn:r}),dt(z,{}),hn(vo,{children:[hn(bo,{children:[dt(Ry,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),dt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),dt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),dt(mn,{children:hn(un,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[dt(Ld,{color:"var(--privy-color-error)",checked:i}),dt(Ud,{children:"I understand losing my password means losing my account."})]})})]}),hn(My,{children:[n.initiatedBy==="user"&&dt(Ue,{onClick:n.onCancel,disabled:t,children:"Cancel"}),dt(wo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),dt(j,{}),dt(F,{protectedByPrivy:!0})]})},My=Iy.div`
|
|
1056
1056
|
display: flex;
|
|
1057
1057
|
gap: 10px;
|
|
1058
|
-
`;import{KeyIcon as
|
|
1058
|
+
`;import{KeyIcon as Ky}from"@heroicons/react/24/outline";import{CheckCircleIcon as qd}from"@heroicons/react/24/solid";import{useState as jd,useMemo as Ts,useEffect as Yy}from"react";import Kd from"styled-components";import Wy from"fast-password-entropy";import*as Bd from"secure-password-utilities";import{DEFAULT_WORDLIST as Ny}from"secure-password-utilities/wordlists";var Ly=95,Oy=8,Dy=3,Uy=.3,Fy=/[a-z]/,By=/[A-Z]/,Gy=/[0-9]/,Hy="a-zA-Z0-9",Gd="!@#$%^&*()\\-_+.",Hd=`${Hy}${Gd}`,zy=new RegExp(`[${Gd}]`),Vy=new RegExp(`[${Hd}]`),zd=new RegExp(`^[${Hd}]{6,}$`),Vd=(e="")=>{let t=e.split("").filter(o=>!Vy.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Ui=()=>Bd.generatePassphrase(4,Ny);function $y(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function qy(e){if(e.length<Oy)return 0;let t=0;Fy.test(e)&&(t+=1),By.test(e)&&(t+=1),Gy.test(e)&&(t+=1),zy.test(e)&&(t+=1);let o=t/Dy;return Math.max(0,Math.min(1,o))}function jy(e=""){let t=qy(e),o=Wy(e)/Ly;return(t*Uy+o)/2}function $d(e=""){let t=jy(e);return{value:t,label:$y(t)}}import{Fragment as Zy,jsx as ye,jsxs as Qt}from"react/jsx-runtime";var Yd=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=jd(!1),[u,h]=jd(!1);Yy(()=>{o&&!u&&h(!0)},[o]);let y=Ts(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":zd.test(o||"")?null:`Invalid characters used ( ${Vd(o).join(" ")} )`:null,[o,u]),m=Ts(()=>y?{value:0,label:"Weak"}:$d(o),[o,y]),v=Ts(()=>!!(!o?.length||y),[y,o]);return Qt(Zy,{children:[ye(T,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),ye(z,{}),Qt(vo,{children:[Qt(bo,{children:[ye(Ky,{height:48,width:48,stroke:"var(--privy-color-accent)"}),ye("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),ye("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),Qt(Co,{children:[ye(Ho,{value:o,onChange:g=>a(g.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),Qt(br,{style:{width:"3.5rem"},children:[s?ye(Er,{onClick:()=>c(!1)}):ye(Pr,{onClick:()=>c(!0)}),ye(Md,{onClick:l})]})]}),ye(Wd,{value:m.value===0?.01:m.value,label:m.label}),ye(Li,{error:!!y,children:y||`Password Strength: ${u?m.label:"--"}`}),Qt(Qy,{children:[ye(Jy,{children:Qt(mn,{children:[Qt(un,{children:[ye(qd,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),Qt(un,{children:[ye(qd,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),ye(wo,{onClick:n,loading:t,disabled:v,hideAnimations:e,children:"Continue"})]})]}),ye(j,{}),ye(F,{protectedByPrivy:!0})]})},Jy=Kd(mn)`
|
|
1059
1059
|
flex: 1;
|
|
1060
1060
|
padding-top: 1rem;
|
|
1061
|
-
`,Qy=
|
|
1061
|
+
`,Qy=Kd.div`
|
|
1062
1062
|
display: flex;
|
|
1063
1063
|
flex-direction: column;
|
|
1064
1064
|
height: 100%;
|
|
1065
|
-
`;import{ArrowDownTrayIcon as Xy,ClipboardDocumentCheckIcon as eg,DocumentDuplicateIcon as tg,ExclamationTriangleIcon as og}from"@heroicons/react/24/outline";import{useState as rg,useCallback as Jd}from"react";import{Fragment as xs,jsx as Be,jsxs as zo}from"react/jsx-runtime";var Qd=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=rg(!1),s=Jd(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Jd(()=>{let
|
|
1065
|
+
`;import{ArrowDownTrayIcon as Xy,ClipboardDocumentCheckIcon as eg,DocumentDuplicateIcon as tg,ExclamationTriangleIcon as og}from"@heroicons/react/24/outline";import{useState as rg,useCallback as Jd}from"react";import{Fragment as xs,jsx as Be,jsxs as zo}from"react/jsx-runtime";var Qd=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=rg(!1),s=Jd(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Jd(()=>{let u=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),y=new Blob([ng(o,r)],{type:"text/plain"}),m=URL.createObjectURL(y);u.href=m,u.target="_blank",u.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(m)},5e3)},[r]);return zo(xs,{children:[Be(T,{backFn:i,title:"Save Password",closeable:!1}),Be(z,{}),zo(vo,{children:[zo(bo,{children:[Be(og,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Be("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),Be("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."})]}),Be(Co,{centered:!0,children:Be(Id,{children:r})}),zo("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Be(Es,{onClick:s,children:a?zo(xs,{children:[Be(eg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):zo(xs,{children:[Be(tg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),zo(Es,{onClick:c,children:[Be(Xy,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Be(wo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Be(j,{}),Be(F,{protectedByPrivy:!0})]})},ng=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1066
1066
|
|
|
1067
1067
|
${t}
|
|
1068
1068
|
|
|
1069
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as ig,XCircleIcon as ag}from"@heroicons/react/24/outline";import{Fragment as sg,jsx as Zt,jsxs as Ss}from"react/jsx-runtime";var Zd=({error:e,onClose:t})=>Ss(sg,{children:[Zt(T,{closeable:!1}),Zt(z,{}),e?Ss(yt,{children:[Zt(ag,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),Zt(fe,{title:"Something went wrong",description:e})]}):Ss(yt,{children:[Zt(ig,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),Zt(fe,{title:"Success"})]}),Zt(I,{onClick:t,children:"Close"}),Zt(
|
|
1069
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as ig,XCircleIcon as ag}from"@heroicons/react/24/outline";import{Fragment as sg,jsx as Zt,jsxs as Ss}from"react/jsx-runtime";var Zd=({error:e,onClose:t})=>Ss(sg,{children:[Zt(T,{closeable:!1}),Zt(z,{}),e?Ss(yt,{children:[Zt(ag,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),Zt(fe,{title:"Something went wrong",description:e})]}):Ss(yt,{children:[Zt(ig,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),Zt(fe,{title:"Success"})]}),Zt(I,{onClick:t,children:"Close"}),Zt(j,{}),Zt(F,{protectedByPrivy:!0})]});import{useReducer as lg}from"react";var cg=(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}},Xd=()=>{let[e,t]=lg(cg,"creating");return{send:t,state:e}};import{jsx as yn}from"react/jsx-runtime";var Fi=({onSubmit:e,...t})=>{let{send:o,state:r}=Xd(),n=ep(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);dg(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),qe)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=ep(()=>{o("back")},[o]);return r==="creating"?yn(Yd,{...t,onSubmit:n}):r==="saving"?yn(Qd,{...t,onSubmit:n,onBack:i}):r==="confirming"?yn(Nd,{...t,onSubmit:n,onBack:i}):r==="finalizing"?yn(Fd,{...t,onSubmit:n,onBack:i}):r==="done"?yn(Zd,{...t,onSubmit:n}):null};import{Fragment as fg,jsx as Tr,jsxs as op}from"react/jsx-runtime";var ug=250,rp=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=x(),[n,i]=gn(""),[a,l]=gn(!1),[s,c]=gn(),[u,h]=gn(null),[y,m]=gn(null),v=mg(!1),{authenticated:g,getAccessToken:E}=B(),{refreshUser:w,closePrivyModal:R,createAnalyticsEvent:S,isNewUserThisSession:M,initializeWalletProxy:L}=k(),{onSuccess:W,onFailure:A,callAuthOnSuccessOnClose:D}=o.createWallet,q=e?.embeddedWallets.requireUserPasswordOnCreate===!0,V=!!(!n||v.current)&&!q,_=new nt(async()=>ce());tp(()=>{u||L(3e4).then(O=>h(O))},[u]),tp(()=>{if(!g){t("LANDING"),A(new Error("User must be authenticated before creating a Privy wallet"));return}!q&&!a&&!v.current&&(l(!0),_.execute().finally(()=>l(!1)))},[q,g]);let J=()=>{q&&y&&y?.recoveryMethod!=="user-passcode"?A(new ze("User created a wallet but failed to set a password for it")):y?W(y):A(new ze("User wallet creation failed")),R({shouldCallAuthOnSuccess:D})};r.current=()=>null;let ce=async function(){let O=await E();if(O)try{if(S("embedded_wallet_creation_started"),!await(await L(ir))?.create({accessToken:O,recoveryPassword:s}))throw S("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let pe=await w(),N=te(pe);if(!N)throw S("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");m(N),S("embedded_wallet_creation_completed",{walletAddress:N.address}),i(""),v.current=!0,q?t("EMBEDDED_WALLET_CREATED_SCREEN"):M?t("EMBEDDED_WALLET_CREATED_SCREEN"):N&&(W(N),R({shouldCallAuthOnSuccess:D}))}catch(Q){if(v.current)return;i("An error has occurred, please try again."),console.warn(Q)}else i("An error has occured, please login again."),S("embedded_wallet_creation_failed",{error:"Missing access token for user."})},Ge=async()=>q?(l(!0),_.execute().then(()=>new Promise(O=>setTimeout(O,ug))).finally(()=>l(!1))):R({shouldCallAuthOnSuccess:D});return!q&&n?op(fg,{children:[Tr(T,{closeable:!1}),op(yt,{children:[Tr(pg,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Tr(fe,{title:"Something went wrong",description:n})]}),Tr(I,{onClick:J,children:"Close"})]}):V?Tr(yr,{}):Tr(Fi,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:V||!u,buttonLoading:a,buttonHideAnimations:!y&&a,error:n,password:s||"",onClose:J,onPasswordChange:c,onPasswordGenerate:()=>c(Ui()),onSubmit:Ge})};import{useEffect as hg,useState as Bi}from"react";import{jsx as yg}from"react/jsx-runtime";var np=()=>{let[e,t]=Bi(null),[o,r]=Bi(!1),[n,i]=Bi(null),[a,l]=Bi(""),{authenticated:s,getAccessToken:c,user:u}=B(),{walletProxy:h,refreshUser:y,closePrivyModal:m,createAnalyticsEvent:v}=k(),{app:g,navigate:E,data:w,onUserCloseViaDialogOrKeybindRef:R}=x(),{onSuccess:S,onFailure:M}=w.createWallet,L=te(u),W=e?.recoveryMethod==="user-passcode";hg(()=>{s||(E("LANDING"),M(new Kn("User must be authenticated before setting a password on a Privy wallet")))},[s]);let A=()=>{if(n){M(n),m({shouldCallAuthOnSuccess:!1});return}if(!W){M(new ze("Exited before password was added to wallet")),m({shouldCallAuthOnSuccess:!1});return}S(e),m({shouldCallAuthOnSuccess:!1})};R.current=A;let D=async()=>{let V=await c();if(V&&L?.address&&a&&h)try{if(v("embedded_wallet_set_password_started",{walletAddress:L.address}),!(await h.setRecoveryPassword({accessToken:V,address:L.address,recoveryPassword:a})).address){i(new ze("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:L.address,reason:"error setting password"});return}let J=await y(),ce=te(J);if(!ce){i(new ze("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:L.address,reason:"wallet disconnected"});return}t(ce),v("embedded_wallet_set_password_completed",{walletAddress:L.address})}catch(_){console.warn(_),i(_ instanceof Error?_:new Error("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:L.address,reason:_})}},q=async()=>{W?(S(e),m({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await D(),r(!1))};return yg(Fi,{appName:g?.name||"privy",config:{initiatedBy:"user",onCancel:A},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(Ui()),onPasswordChange:l,onSubmit:q,onClose:A})};import{UserCircleIcon as gg}from"@heroicons/react/24/outline";import{LockClosedIcon as vg}from"@heroicons/react/24/solid";import{Fragment as wg,jsx as Xt,jsxs as Gi}from"react/jsx-runtime";var ip=()=>{let{user:e}=B(),{closePrivyModal:t,createAnalyticsEvent:o}=k(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=x(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new ze("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Gi(wg,{children:[Xt(T,{onClose:c}),Xt(z,{}),Gi(yt,{children:[Gi(Kc,{children:[Xt(gg,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),Xt(Yc,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:Xt(vg,{width:"12px",height:"12px",fill:"white"})})]}),Gi(fe,{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(I,{onClick:()=>{let h=te(e);o("embedded_wallet_set_password_started",{walletAddress:h?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),Xt(j,{}),Xt(F,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as Cg}from"@heroicons/react/24/outline";import{useEffect as bg,useState as Hi}from"react";import zi,{css as Eg}from"styled-components";import{Fragment as _g,jsx as Ae,jsxs as Vo}from"react/jsx-runtime";var ap=()=>{let[e,t]=Hi(!0),{authenticated:o,getAccessToken:r}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),[u,h]=Hi(void 0),[y,m]=Hi(""),[v,g]=Hi(!1),{privyWallet:E,onCompleteNavigateTo:w,onSuccess:R,onFailure:S}=s.recoverWallet,M=(A="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),S(typeof A=="string"?new ze(A):A)};c.current=M,bg(()=>{if(!o||!E)return M("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let L=A=>{A&&h(A)};return Vo(_g,{children:[Ae(T,{onClose:M}),Ae(z,{}),Vo(Tg,{children:[Vo(Pg,{children:[Ae(Cg,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Ae("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),Ae("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),Vo("div",{children:[Vo(Co,{children:[Ae(Ho,{type:e?"password":"text",onChange:A=>L(A.target.value),disabled:v}),Ae(br,{style:{right:"0.75rem"},children:e?Ae(Er,{onClick:()=>t(!1)}):Ae(Pr,{onClick:()=>t(!0)})})]}),!!y&&Ae(xg,{children:y})]}),Vo("div",{children:[Vo(jc,{children:[Ae("h4",{children:"Why is this necessary?"}),Ae("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),Ae(Sg,{loading:v||!n,disabled:!u,onClick:async()=>{g(!0);let A=await r();if(A&&E&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:E.address}),await n?.recover({address:E.address,accessToken:A,recoveryPin:u}),m(""),w?l(w):i({shouldCallAuthOnSuccess:!1}),R?.(E),a("embedded_wallet_recovery_completed",{walletAddress:E.address})}catch(D){vd(D)?m("Invalid recovery password, please try again."):m("An error has occurred, please try again.")}finally{g(!1)}else return M("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!E&&v,children:"Recover your account"})]})]}),Ae(j,{}),Ae(F,{protectedByPrivy:!0})]})},Pg=zi.div`
|
|
1070
1070
|
display: flex;
|
|
1071
1071
|
flex-direction: column;
|
|
1072
1072
|
align-items: center;
|
|
@@ -1107,7 +1107,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1107
1107
|
transition: none;
|
|
1108
1108
|
}
|
|
1109
1109
|
`}
|
|
1110
|
-
`;import{EyeSlashIcon as
|
|
1110
|
+
`;import{EyeSlashIcon as Rg,LinkIcon as Ag,ClockIcon as Ig}from"@heroicons/react/24/outline";import It from"styled-components";import{jsx as _s,jsxs as kg}from"react/jsx-runtime";var Vi=({size:e=61,...t})=>_s("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:kg("g",{id:"moonpay_symbol_wht 2",children:[_s("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),_s("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 sp,jsx as Ie,jsxs as $o}from"react/jsx-runtime";var ks=({title:e,desc:t,icon:o})=>$o(Dg,{children:[Ie(Fg,{children:o}),$o(Ug,{children:[Ie(Lg,{children:e}),Ie(Og,{children:t})]})]}),lp=({app:e,signedUrl:t,onContinue:o})=>$o(sp,{children:[$o(Wg,{children:[Ie(Vi,{size:"3.75rem"}),$o(Ng,{children:[e?.name," uses ",Ie("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),$o(Bg,{children:[Ie(ks,{icon:Ie(Ag,{width:"1rem"}),title:"Purchase assets to fund your account",desc:$o(sp,{children:["Connect a payment method (",Ie("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ie(ks,{icon:Ie(Ig,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ie(ks,{icon:Ie(Rg,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ie(Gg,{className:"mobile-only"})]}),Ie(Mg,{children:'By clicking continue, you will be taken to MoonPay in a new tab"'}),Ie(Ci,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),Mg=It.span`
|
|
1111
1111
|
display: inline-block;
|
|
1112
1112
|
color: var(--privy-color-foreground-3);
|
|
1113
1113
|
text-align: center;
|
|
@@ -1163,7 +1163,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1163
1163
|
margin: 0 0.5rem;
|
|
1164
1164
|
`,Gg=It.div`
|
|
1165
1165
|
margin: 30px 0;
|
|
1166
|
-
`;import{ofetch as Hg}from"ofetch";import{useEffect as zg,useRef as Vg,useState as $g}from"react";var $i="moonpay",cp="sdk_fiat_on_ramp_completed_with_status";async function dp(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 qg(e,t){let o=t?rc:oc,r=t?ic:nc;return Hg(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function pp(e,t=!1){let[o,r]=$g(null),{createAnalyticsEvent:n}=
|
|
1166
|
+
`;import{ofetch as Hg}from"ofetch";import{useEffect as zg,useRef as Vg,useState as $g}from"react";var $i="moonpay",cp="sdk_fiat_on_ramp_completed_with_status";async function dp(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 qg(e,t){let o=t?rc:oc,r=t?ic:nc;return Hg(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function pp(e,t=!1){let[o,r]=$g(null),{createAnalyticsEvent:n}=k(),i=Vg(0);return zg(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await qg(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(cp,{status:s,provider:$i,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(cp,{status:"serviceFailure",provider:$i}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as jg,jsx as Rs,jsxs as Kg}from"react/jsx-runtime";var mp=()=>{let{app:e,data:t,navigate:o}=x(),{createAnalyticsEvent:r}=k(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:Kg(jg,{children:[Rs(T,{title:"Fund account"},"header"),Rs(lp,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:$i}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Rs(F,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as Yg,CheckCircleIcon as Jg,XCircleIcon as Qg}from"@heroicons/react/24/solid";import{useMemo as Zg}from"react";import up from"styled-components";import{Fragment as As,jsx as Me,jsxs as qo}from"react/jsx-runtime";var fp=()=>{let{app:e,data:t}=x(),{closePrivyModal:o}=k(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=pp(r||null,e.fiatOnRamp.useSandbox);return qo(As,{children:[Me(T,{title:"Fund account"},"header"),Me(ev,{status:n,onClickCta:o}),Me(F,{protectedByPrivy:!0})]})},Xg=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:qo(As,{children:[qo("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Me("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Me("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:""}}},ev=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Zg(()=>Xg(e),[e]);return qo(As,{children:[qo(iv,{children:[Me(rv,{status:e}),qo(ho,{children:[Me("h3",{children:o}),Me(nv,{children:r})]})]}),n&&Me(I,{onClick:t,children:n})]})},tv=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)",ov=e=>{switch(e){case"serviceFailure":case"failed":return Qg;case"completed":return Jg;case"waitingAuthorization":return()=>Me(Yg,{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}},rv=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return qo("div",{style:{position:"relative"},children:[Me(Ye,{color:r,style:{position:"absolute"}}),Me(rs,{color:r}),Me(Vi,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=ov(e),o=tv(e);return Me("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Me(t,{width:"4rem",height:"4rem",color:o})})},nv=up.p`
|
|
1167
1167
|
font-size: 1rem;
|
|
1168
1168
|
color: var(--privy-color-foreground-3);
|
|
1169
1169
|
margin-bottom: 1rem;
|
|
@@ -1207,13 +1207,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1207
1207
|
margin-bottom: auto;
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
|
-
`;import{Fragment as mv,jsx as ge,jsxs as vn}from"react/jsx-runtime";var dv=()=>{let{navigate:e}=x(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return vp.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),vn(pv,{children:[ge(nn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),ge(Bo,{children:ge(_t,{style:{width:"152px",height:"152px"}})}),vn(gp,{children:[ge(qi,{children:vn("div",{children:[ge("span",{children:"Install the "}),ge("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),ge(Ms,{}),ge(qi,{children:"Set up your first wallet"}),ge(Ms,{}),ge(qi,{children:"Store your recovery phrase in a safe place!"})]}),ge(bi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},wp=()=>{let{navigateBack:e}=x();return vn(mv,{children:[ge(T,{backFn:e},"header"),ge(z,{}),ge(dv,{}),ge(
|
|
1210
|
+
`;import{Fragment as mv,jsx as ge,jsxs as vn}from"react/jsx-runtime";var dv=()=>{let{navigate:e}=x(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return vp.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),vn(pv,{children:[ge(nn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),ge(Bo,{children:ge(_t,{style:{width:"152px",height:"152px"}})}),vn(gp,{children:[ge(qi,{children:vn("div",{children:[ge("span",{children:"Install the "}),ge("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),ge(Ms,{}),ge(qi,{children:"Set up your first wallet"}),ge(Ms,{}),ge(qi,{children:"Store your recovery phrase in a safe place!"})]}),ge(bi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},wp=()=>{let{navigateBack:e}=x();return vn(mv,{children:[ge(T,{backFn:e},"header"),ge(z,{}),ge(dv,{}),ge(j,{}),vn($,{children:[ge("span",{children:"Still not sure? "}),ge("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},pv=cv(Bo)`
|
|
1211
1211
|
gap: 30px;
|
|
1212
1212
|
|
|
1213
1213
|
> :first-child > svg {
|
|
1214
1214
|
margin-top: 20px;
|
|
1215
1215
|
}
|
|
1216
|
-
`;import{useEffect as t1,useState as Lp}from"react";import o1 from"styled-components";import Sv from"@heroicons/react/24/outline/EnvelopeIcon";import{EnvelopeIcon as bv}from"@heroicons/react/24/outline";import{useState as Ws}from"react";import Ls from"styled-components";import{useMemo as uv}from"react";import{useRef as fv}from"react";import{useContext as hv}from"react";import{useState as Cp}from"react";import{createContext as yv}from"react";import{jsx as gv}from"react/jsx-runtime";var bp=yv({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:b,setError:b,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:b,reset:b}),wn=class extends He{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Ep=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=fv(null),[i,a]=Cp(),[l,s]=Cp(),c=uv(()=>r?!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l]);return gv(bp.Provider,{value:{...c,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,remove(){r&&(n.current?.remove(),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),s(void 0),a(void 0))},async waitForResult(){if(!r)return"";try{return await pc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new wn("Captcha failed",null,"captcha_timeout")}}},children:e})},Mt=()=>hv(bp);import{Turnstile as vv}from"@marsidev/react-turnstile";import{useEffect as wv,useMemo as Cv}from"react";import{jsx as Pp}from"react/jsx-runtime";var Cn=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=Mt(),[,l]=Cv(()=>o?.split("t:")||[],[o]);if(wv(()=>a.current?.remove,[]),!t)return null;if(!l)throw new Error("Unsupported captcha site key");return Pp("div",{className:"hidden h-0 w-0",children:Pp(vv,{...e,ref:a,siteKey:l,options:{action:r,size:"invisible"},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed")},onSuccess:s=>{e.onSuccess?.(s),i(s)},onExpire:()=>{e.onExpire?.();try{a.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{Fragment as xv,jsx as xr,jsxs as Ns}from"react/jsx-runtime";var
|
|
1216
|
+
`;import{useEffect as t1,useState as Lp}from"react";import o1 from"styled-components";import Sv from"@heroicons/react/24/outline/EnvelopeIcon";import{EnvelopeIcon as bv}from"@heroicons/react/24/outline";import{useState as Ws}from"react";import Ls from"styled-components";import{useMemo as uv}from"react";import{useRef as fv}from"react";import{useContext as hv}from"react";import{useState as Cp}from"react";import{createContext as yv}from"react";import{jsx as gv}from"react/jsx-runtime";var bp=yv({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:b,setError:b,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:b,reset:b}),wn=class extends He{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Ep=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=fv(null),[i,a]=Cp(),[l,s]=Cp(),c=uv(()=>r?!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l]);return gv(bp.Provider,{value:{...c,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,remove(){r&&(n.current?.remove(),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),s(void 0),a(void 0))},async waitForResult(){if(!r)return"";try{return await pc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new wn("Captcha failed",null,"captcha_timeout")}}},children:e})},Mt=()=>hv(bp);import{Turnstile as vv}from"@marsidev/react-turnstile";import{useEffect as wv,useMemo as Cv}from"react";import{jsx as Pp}from"react/jsx-runtime";var Cn=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=Mt(),[,l]=Cv(()=>o?.split("t:")||[],[o]);if(wv(()=>a.current?.remove,[]),!t)return null;if(!l)throw new Error("Unsupported captcha site key");return Pp("div",{className:"hidden h-0 w-0",children:Pp(vv,{...e,ref:a,siteKey:l,options:{action:r,size:"invisible"},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed")},onSuccess:s=>{e.onSuccess?.(s),i(s)},onExpire:()=>{e.onExpire?.();try{a.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{Fragment as xv,jsx as xr,jsxs as Ns}from"react/jsx-runtime";var ji=e=>{let[t,o]=Ws(""),[r,n]=Ws(!1),[i,a]=Ws(null),{initLoginWithEmail:l}=k(),{navigate:s}=x(),c=Mt(),u=cc(t),h=r||c.status==="loading",y=r||!u||c.enabled&&c.status!=="success",m=()=>{let v=c.status==="success"?c.token:void 0;n(!0),l(t,v).then(()=>{c.remove(),s("AWAITING_PASSWORDLESS_CODE")}).catch(g=>{g?.status===422?a(g.message):g?.privyErrorCode==="allowlist_rejected"?s("ALLOWLIST_REJECTION_SCREEN"):(console.error(g),a("Issue submitting email")),n(!1)})};return Ns(xv,{children:[Ns(Ev,{children:[Ns(Pv,{children:[xr(bv,{}),xr("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:v=>o(v.target.value),onKeyUp:v=>{v.key==="Enter"&&m()},value:t,autoComplete:"email"}),e.stacked?null:xr(Ei,{isSubmitting:h,onClick:m,disabled:y,children:"Submit"})]}),i&&xr(Tv,{children:i})]}),xr(Cn,{onError:()=>a("Issue verifying you are a human")}),e.stacked?xr(I,{loadingText:null,loading:h,disabled:y,onClick:m,children:"Submit"}):null]})},Ev=Ls.div`
|
|
1217
1217
|
width: 100%;
|
|
1218
1218
|
`,Pv=Ls.label`
|
|
1219
1219
|
display: block;
|
|
@@ -1285,7 +1285,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1285
1285
|
> a {
|
|
1286
1286
|
text-decoration: underline;
|
|
1287
1287
|
}
|
|
1288
|
-
`;import{jsx as Tp,jsxs as _v}from"react/jsx-runtime";var xp=({isEditable:e,setIsEditable:t})=>e?Tp(
|
|
1288
|
+
`;import{jsx as Tp,jsxs as _v}from"react/jsx-runtime";var xp=({isEditable:e,setIsEditable:t})=>e?Tp(ji,{}):_v(ct,{onClick:()=>t(),children:[Tp(Sv,{})," Continue with Email"]});import Bv from"@heroicons/react/24/outline/PhoneIcon";import{useState as Yi}from"react";import Ds from"styled-components";import kv from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as Rv,AsYouType as Av,getCountries as Iv,getCountryCallingCode as bn,getExampleNumber as Mv}from"libphonenumber-js/min";import{jsx as Lv,jsxs as Nv}from"react/jsx-runtime";var Ki=(e,t)=>Rv(String(e),t),Sp=e=>new Av(e),Wv=Iv().map(e=>({code:e,callCode:bn(e)})),_p=e=>Mv(e,kv)?.formatNational(),kp=({value:e,onChange:t})=>Lv("select",{value:e,onChange:t,children:Wv.map(o=>Nv("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as Fv,jsx as Sr,jsxs as Os}from"react/jsx-runtime";var _r=e=>{let{initLoginWithSms:t}=k(),{navigate:o,app:r}=x(),n=Mt(),[i,a]=Yi(""),[l,s]=Yi(r?.intl.defaultCountry??"US"),[c,u]=Yi(!1),[h,y]=Yi(null),m=Ki(i,l),v=Sp(l),g=_p(l),E=bn(l),w=c||n.status==="loading",R=c||!m||n.enabled&&n.status!=="success",S=E.length,M=A=>{let D=A.target.value;s(D),a(""),e.onChange&&e.onChange(i,D)},L=A=>{try{let D=A.replace(/\D/g,""),q=i.replace(/\D/g,""),V=D===q?A:v.input(A);a(V),e.onChange&&e.onChange(V,l)}catch(D){console.error("Error processing phone number:",D)}},W=()=>{let A=n.status==="success"?n.token:void 0;u(!0);let D=`+${E} ${i}`;e.onSubmitOverride?e.onSubmitOverride(D).catch(q=>{console.error(q),y("Issue submitting phone number"),u(!1)}):t(D,A).then(()=>{n.remove(),o("AWAITING_PASSWORDLESS_CODE")}).catch(q=>{q?.status===422?y(q.message):q?.privyErrorCode==="allowlist_rejected"?o("ALLOWLIST_REJECTION_SCREEN"):(console.error(q),y("Issue submitting phone number")),u(!1)})};return Os(Fv,{children:[Os(Ov,{children:[Os(Dv,{callingCodeLength:S,children:[Sr(kp,{value:l,onChange:M}),Sr("input",{id:"phone-number-input",type:"tel",placeholder:g,onChange:A=>{L(A.target.value)},onKeyUp:A=>{A.key==="Enter"&&W()},value:i,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?Sr(Ei,{isSubmitting:w,onClick:W,disabled:R,children:"Submit"}):null]}),h&&Sr(Uv,{children:h})]}),Sr(Cn,{onError:()=>y("Issue verifying you are a human")}),e.stacked&&!e.noIncludeSubmitButton?Sr(I,{loading:w,loadingText:null,onClick:W,disabled:R,children:"Submit"}):null]})},Ov=Ds.div`
|
|
1289
1289
|
width: 100%;
|
|
1290
1290
|
`,Dv=Ds.label`
|
|
1291
1291
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
@@ -1379,9 +1379,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1379
1379
|
> a {
|
|
1380
1380
|
text-decoration: underline;
|
|
1381
1381
|
}
|
|
1382
|
-
`;import{jsx as kp,jsxs as Gv}from"react/jsx-runtime";var Ap=({isEditable:e,setIsEditable:t})=>e?kp(_r,{}):Gv(ct,{onClick:()=>t(),children:[kp(Bv,{})," Continue with SMS"]});import{useState as qv}from"react";import{jsx as Ip,jsxs as Hv}from"react/jsx-runtime";var Ji=({style:e,...t})=>Hv("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:[Ip("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"}),Ip("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 En,jsxs as zv}from"react/jsx-runtime";var Qi=({style:e,...t})=>zv("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:[En("g",{clipPath:"url(#clip0)",children:En("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"})}),En("defs",{children:En("clipPath",{id:"clip0",children:En("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Mp}from"react/jsx-runtime";var Zi=({style:e,...t})=>Mp("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:Mp("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 Xi,jsxs as Vv}from"react/jsx-runtime";var ea=({style:e,...t})=>Vv("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:[Xi("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"}),Xi("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"}),Xi("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"}),Xi("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 ta}from"react/jsx-runtime";function oa({style:e,...t}){return ta("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:ta("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ta("g",{transform:"scale(5.12,5.12)",children:ta("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 Us,jsxs as $v}from"react/jsx-runtime";function ra(e){return $v("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:[Us("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"}),Us("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"}),Us("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 Wp}from"react/jsx-runtime";var na=({style:e,...t})=>Wp("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:Wp("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 Ko,jsxs as jv}from"react/jsx-runtime";var Kv={apple:{logo:Ko(Ji,{}),displayName:"Apple"},discord:{logo:Ko(Qi,{}),displayName:"Discord"},github:{logo:Ko(Zi,{}),displayName:"GitHub"},google:{logo:Ko(ea,{}),displayName:"Google"},linkedin:{logo:Ko(oa,{}),displayName:"LinkedIn"},twitter:{logo:Ko(na,{}),displayName:"Twitter"},tiktok:{logo:Ko(ra,{}),displayName:"TikTok"}},Eo=({provider:e})=>{let[t,o]=qv(!1),{initLoginWithOAuth:r}=R(),{displayName:n,logo:i}=Kv[e];return jv(ct,{onClick:()=>{o(!0),r(e)},disabled:t,children:[i," ",n]})};import Yv from"@heroicons/react/24/outline/ChevronRightIcon";import Jv from"@heroicons/react/24/outline/WalletIcon";import{jsx as Fs,jsxs as Qv}from"react/jsx-runtime";var Np=({onClick:e})=>Qv(ct,{onClick:e,children:[Fs(Jv,{}),Fs(Ri,{children:"Continue with a Wallet"}),Fs(Yv,{})]});import Zv from"@heroicons/react/24/outline/ChevronRightIcon";import Xv from"@heroicons/react/24/outline/UserCircleIcon";import{jsx as Bs,jsxs as e1}from"react/jsx-runtime";var Gs=({onClick:e,text:t})=>e1(ct,{onClick:e,children:[Bs(Xv,{}),Bs(Ri,{children:t??"Other socials"}),Bs(Zv,{})]});import{Fragment as ia,jsx as le,jsxs as Pn}from"react/jsx-runtime";var Op=()=>{let{closePrivyModal:e}=R(),{app:t,onUserCloseViaDialogOrKeybindRef:o}=x(),{email:r,sms:n,google:i,twitter:a,discord:l,github:s,tiktok:c,linkedin:f,apple:h,wallet:y}=t?.loginMethods??{},m=t?.appearance.showWalletLoginFirst?"web3-first":"web2-first",[v,g]=Lp("default"),[E,w]=Lp(r?"email":"sms");t1(()=>{w(r?"email":"sms")},[r]);let k=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{g("default")},150)};o.current=k;let S=[r&&le(xp,{isEditable:E==="email",setIsEditable:()=>{w("email")}}),n&&le(Ap,{isEditable:E==="sms",setIsEditable:()=>{w("sms")}})].filter(Boolean),M=[i&&le(Eo,{provider:"google"}),a&&le(Eo,{provider:"twitter"}),l&&le(Eo,{provider:"discord"}),s&&le(Eo,{provider:"github"}),c&&le(Eo,{provider:"tiktok"}),f&&le(Eo,{provider:"linkedin"}),h&&le(Eo,{provider:"apple"})].filter(Boolean),L=v==="default"?void 0:()=>{g("default")},W=n1({priority:m,email:r,sms:n,social:M});return Pn(ia,{children:[le(T,{title:"Log in or Sign Up",onClose:k,backFn:L}),v==="default"&&le(r1,{}),le(nd,{style:{overflow:"hidden",padding:2},children:Pn(ki,{children:[v==="default"&&m==="web2-first"&&Pn(ia,{children:[...S,...M.length+S.length>4?M.slice(0,3-S.length):M,S.length+M.length>4&&le(Gs,{text:W,onClick:()=>g("web2-overflow")}),y&&le(Np,{onClick:()=>g("web3-overflow")})]}),v==="default"&&m==="web3-first"&&Pn(ia,{children:[y&&le(jt,{connectOnly:!1}),S.length+M.length>0&&le(Gs,{text:W,onClick:()=>g("web2-overflow")})]}),v==="web2-overflow"&&Pn(ia,{children:[...m==="web3-first"?S:[],...M]}),v==="web3-overflow"&&le(jt,{connectOnly:!1})]})}),t&&le(xi,{app:t}),le(F,{protectedByPrivy:!0})]})},r1=o1(Ii)`
|
|
1382
|
+
`;import{jsx as Rp,jsxs as Gv}from"react/jsx-runtime";var Ap=({isEditable:e,setIsEditable:t})=>e?Rp(_r,{}):Gv(ct,{onClick:()=>t(),children:[Rp(Bv,{})," Continue with SMS"]});import{useState as qv}from"react";import{jsx as Ip,jsxs as Hv}from"react/jsx-runtime";var Ji=({style:e,...t})=>Hv("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:[Ip("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"}),Ip("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 En,jsxs as zv}from"react/jsx-runtime";var Qi=({style:e,...t})=>zv("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:[En("g",{clipPath:"url(#clip0)",children:En("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"})}),En("defs",{children:En("clipPath",{id:"clip0",children:En("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Mp}from"react/jsx-runtime";var Zi=({style:e,...t})=>Mp("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:Mp("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 Xi,jsxs as Vv}from"react/jsx-runtime";var ea=({style:e,...t})=>Vv("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:[Xi("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"}),Xi("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"}),Xi("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"}),Xi("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 ta}from"react/jsx-runtime";function oa({style:e,...t}){return ta("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:ta("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ta("g",{transform:"scale(5.12,5.12)",children:ta("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 Us,jsxs as $v}from"react/jsx-runtime";function ra(e){return $v("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:[Us("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"}),Us("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"}),Us("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 Wp}from"react/jsx-runtime";var na=({style:e,...t})=>Wp("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:Wp("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 Kv}from"react/jsx-runtime";var jv={apple:{logo:jo(Ji,{}),displayName:"Apple"},discord:{logo:jo(Qi,{}),displayName:"Discord"},github:{logo:jo(Zi,{}),displayName:"GitHub"},google:{logo:jo(ea,{}),displayName:"Google"},linkedin:{logo:jo(oa,{}),displayName:"LinkedIn"},twitter:{logo:jo(na,{}),displayName:"Twitter"},tiktok:{logo:jo(ra,{}),displayName:"TikTok"}},Eo=({provider:e})=>{let[t,o]=qv(!1),{initLoginWithOAuth:r}=k(),{displayName:n,logo:i}=jv[e];return Kv(ct,{onClick:()=>{o(!0),r(e)},disabled:t,children:[i," ",n]})};import Yv from"@heroicons/react/24/outline/ChevronRightIcon";import Jv from"@heroicons/react/24/outline/WalletIcon";import{jsx as Fs,jsxs as Qv}from"react/jsx-runtime";var Np=({onClick:e})=>Qv(ct,{onClick:e,children:[Fs(Jv,{}),Fs(ki,{children:"Continue with a Wallet"}),Fs(Yv,{})]});import Zv from"@heroicons/react/24/outline/ChevronRightIcon";import Xv from"@heroicons/react/24/outline/UserCircleIcon";import{jsx as Bs,jsxs as e1}from"react/jsx-runtime";var Gs=({onClick:e,text:t})=>e1(ct,{onClick:e,children:[Bs(Xv,{}),Bs(ki,{children:t??"Other socials"}),Bs(Zv,{})]});import{Fragment as ia,jsx as le,jsxs as Pn}from"react/jsx-runtime";var Op=()=>{let{closePrivyModal:e}=k(),{app:t,onUserCloseViaDialogOrKeybindRef:o}=x(),{email:r,sms:n,google:i,twitter:a,discord:l,github:s,tiktok:c,linkedin:u,apple:h,wallet:y}=t?.loginMethods??{},m=t?.appearance.showWalletLoginFirst?"web3-first":"web2-first",[v,g]=Lp("default"),[E,w]=Lp(r?"email":"sms");t1(()=>{w(r?"email":"sms")},[r]);let R=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{g("default")},150)};o.current=R;let S=[r&&le(xp,{isEditable:E==="email",setIsEditable:()=>{w("email")}}),n&&le(Ap,{isEditable:E==="sms",setIsEditable:()=>{w("sms")}})].filter(Boolean),M=[i&&le(Eo,{provider:"google"}),a&&le(Eo,{provider:"twitter"}),l&&le(Eo,{provider:"discord"}),s&&le(Eo,{provider:"github"}),c&&le(Eo,{provider:"tiktok"}),u&&le(Eo,{provider:"linkedin"}),h&&le(Eo,{provider:"apple"})].filter(Boolean),L=v==="default"?void 0:()=>{g("default")},W=n1({priority:m,email:r,sms:n,social:M});return Pn(ia,{children:[le(T,{title:"Log in or Sign Up",onClose:R,backFn:L}),v==="default"&&le(r1,{}),le(nd,{style:{overflow:"hidden",padding:2},children:Pn(Ri,{children:[v==="default"&&m==="web2-first"&&Pn(ia,{children:[...S,...M.length+S.length>4?M.slice(0,3-S.length):M,S.length+M.length>4&&le(Gs,{text:W,onClick:()=>g("web2-overflow")}),y&&le(Np,{onClick:()=>g("web3-overflow")})]}),v==="default"&&m==="web3-first"&&Pn(ia,{children:[y&&le(Kt,{connectOnly:!1}),S.length+M.length>0&&le(Gs,{text:W,onClick:()=>g("web2-overflow")})]}),v==="web2-overflow"&&Pn(ia,{children:[...m==="web3-first"?S:[],...M]}),v==="web3-overflow"&&le(Kt,{connectOnly:!1})]})}),t&&le(xi,{app:t}),le(F,{protectedByPrivy:!0})]})},r1=o1(Ii)`
|
|
1383
1383
|
margin-bottom: 16px;
|
|
1384
|
-
`,n1=({priority:e,email:t,sms:o,social:r})=>{if(e!=="web2-first")return 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"};import{EnvelopeIcon as i1}from"@heroicons/react/24/outline";import{Fragment as a1,jsx as Po,jsxs as s1}from"react/jsx-runtime";var Dp=()=>{let{app:e}=x();return s1(a1,{children:[Po(T,{},"header"),Po(z,{}),Po(fe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Po(i1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Po(fo,{children:Po(
|
|
1384
|
+
`,n1=({priority:e,email:t,sms:o,social:r})=>{if(e!=="web2-first")return 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"};import{EnvelopeIcon as i1}from"@heroicons/react/24/outline";import{Fragment as a1,jsx as Po,jsxs as s1}from"react/jsx-runtime";var Dp=()=>{let{app:e}=x();return s1(a1,{children:[Po(T,{},"header"),Po(z,{}),Po(fe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Po(i1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Po(fo,{children:Po(ji,{stacked:!0})}),Po(j,{}),Po(F,{protectedByPrivy:!0})]})};import{PhoneIcon as l1}from"@heroicons/react/24/outline";import{Fragment as c1,jsx as To,jsxs as d1}from"react/jsx-runtime";var Up=()=>{let{app:e}=x();return d1(c1,{children:[To(T,{},"header"),To(z,{}),To(fe,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:To(l1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),To(fo,{children:To(_r,{stacked:!0})}),To(j,{}),To(F,{protectedByPrivy:!0})]})};import{Fragment as p1,jsx as aa,jsxs as m1}from"react/jsx-runtime";var Fp=()=>{let{linkingHint:e}=k(),{app:t}=x(),o=e?`Select the wallet with ${po(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return m1(p1,{children:[aa(T,{},"header"),aa(yo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),aa(Kt,{connectOnly:!1}),aa(F,{protectedByPrivy:!0})]})};import{jsx as Bp,jsxs as u1}from"react/jsx-runtime";var Gp=({style:e,...t})=>u1("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:[Bp("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Bp("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 f1,jsx as xo,jsxs as Hp}from"react/jsx-runtime";var zp=()=>{let{closePrivyModal:e}=k(),{navigate:t}=x();return Hp(f1,{children:[xo(T,{},"header"),xo(z,{}),xo(Gp,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),xo(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"}}),Hp(fo,{children:[xo(I,{onClick:()=>t("LANDING"),children:"Try again"}),xo(Ue,{onClick:()=>e(),children:"Cancel"})]}),xo(j,{}),xo(F,{protectedByPrivy:!0})]})};import{useEffect as mm,useState as Dt}from"react";import{useContext as h1}from"react";function Tn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=h1(ke);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import{CheckBadgeIcon as w1,IdentificationIcon as C1}from"@heroicons/react/24/solid";import y1 from"styled-components";import{jsx as Vp,jsxs as v1}from"react/jsx-runtime";var Wt=e=>v1(g1,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Vp("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Vp("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"})]}),g1=y1.svg`
|
|
1385
1385
|
height: 90px;
|
|
1386
1386
|
width: 90px;
|
|
1387
1387
|
|
|
@@ -1437,7 +1437,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1437
1437
|
width: 30px !important;
|
|
1438
1438
|
color: var(--privy-color-accent);
|
|
1439
1439
|
}
|
|
1440
|
-
`,
|
|
1440
|
+
`,kr=Ze.div`
|
|
1441
1441
|
display: flex;
|
|
1442
1442
|
flex-direction: column;
|
|
1443
1443
|
gap: 10px;
|
|
@@ -1456,7 +1456,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1456
1456
|
display: block !important;
|
|
1457
1457
|
padding: 0.5rem 0.5rem !important;
|
|
1458
1458
|
}
|
|
1459
|
-
`,
|
|
1459
|
+
`,Rr=Ze.div`
|
|
1460
1460
|
display: flex;
|
|
1461
1461
|
align-items: center;
|
|
1462
1462
|
gap: 0.5rem;
|
|
@@ -1482,9 +1482,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1482
1482
|
`,qp=Ze.div`
|
|
1483
1483
|
display: flex;
|
|
1484
1484
|
justify-content: space-between;
|
|
1485
|
-
`,Kp=Ze.div`
|
|
1486
|
-
color: var(--privy-color-foreground-3);
|
|
1487
1485
|
`,jp=Ze.div`
|
|
1486
|
+
color: var(--privy-color-foreground-3);
|
|
1487
|
+
`,Kp=Ze.div`
|
|
1488
1488
|
display: flex;
|
|
1489
1489
|
height: 48px;
|
|
1490
1490
|
width: 100%;
|
|
@@ -1497,7 +1497,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1497
1497
|
text-align: center;
|
|
1498
1498
|
font-weight: 500;
|
|
1499
1499
|
margin-bottom: 10px;
|
|
1500
|
-
`;import{Fragment as b1,jsx as Ot,jsxs as xn}from"react/jsx-runtime";var Yp=({onContinue:e,onCancel:t,onClose:o})=>{let{app:r}=x();return xn(b1,{children:[Ot(T,{onClose:o},"header"),Ot(Nt,{children:Ot(Wt,{})}),Ot(de,{simple:!0,children:"Transaction Protection"}),Ot(So,{children:"Set up transaction protection to add an extra layer of security to your account"}),xn(_o,{children:[xn(Hs,{children:[Ot(w1,{}),"Enable 2-Step verification for your ",r?.name," wallet."]}),xn(Hs,{children:[Ot(C1,{}),"To complete a transaction you'll verify your identity."]})]}),xn(
|
|
1500
|
+
`;import{Fragment as b1,jsx as Ot,jsxs as xn}from"react/jsx-runtime";var Yp=({onContinue:e,onCancel:t,onClose:o})=>{let{app:r}=x();return xn(b1,{children:[Ot(T,{onClose:o},"header"),Ot(Nt,{children:Ot(Wt,{})}),Ot(de,{simple:!0,children:"Transaction Protection"}),Ot(So,{children:"Set up transaction protection to add an extra layer of security to your account"}),xn(_o,{children:[xn(Hs,{children:[Ot(w1,{}),"Enable 2-Step verification for your ",r?.name," wallet."]}),xn(Hs,{children:[Ot(C1,{}),"To complete a transaction you'll verify your identity."]})]}),xn(kr,{children:[Ot(I,{onClick:e,children:"Continue"}),Ot(Ue,{onClick:t,children:"Not Now"})]}),Ot($,{})]})};import{DevicePhoneMobileIcon as E1,PhoneIcon as P1}from"@heroicons/react/24/outline";import{ExclamationTriangleIcon as T1}from"@heroicons/react/24/solid";import{Fragment as x1,jsx as We,jsxs as Ar}from"react/jsx-runtime";var Jp=({methods:e,onMethodSelect:t,onCancel:o,onClose:r})=>Ar(x1,{children:[We(T,{onClose:r},"header"),We(Nt,{children:We(Wt,{})}),We(de,{simple:!0,children:"Choose a verification method"}),We(So,{children:"You can always change this in settings."}),Ar(sa,{children:[e.includes("totp")&&We(I,{onClick:()=>t("totp"),children:Ar(Rr,{children:[We(E1,{}),We("span",{children:"Authenticator App"})]})}),e.includes("sms")&&We(I,{onClick:()=>t("sms"),children:Ar(qp,{children:[Ar(Rr,{children:[We(P1,{}),We("span",{children:"SMS"})]}),Ar($p,{children:[We("span",{children:"Less secure"}),We(T1,{})]})]})})]}),We(Ue,{onClick:o,children:"Not Now"}),We($,{})]});import{useState as zs}from"react";import S1 from"styled-components";import{Fragment as k1,jsx as ko,jsxs as la}from"react/jsx-runtime";var Qp=({onEnroll:e,onCancel:t,onClose:o})=>{let{app:r}=x(),[n,i]=zs(""),[a,l]=zs(!1),[s,c]=zs(r?.intl.defaultCountry??"US"),u=bn(s);function h(m,v){i(m),c(v)}async function y(){try{if(!Ki(n,s)){l(!0);return}l(!1),await e(`+${u} ${n}`)}catch{l(!0)}}return la(k1,{children:[ko(T,{backFn:t,onClose:o},"header"),ko(de,{simple:!0,children:"Enter your phone number"}),la(_o,{children:[ko(Kp,{children:ko(_r,{noIncludeSubmitButton:!0,onChange:h,onSubmitOverride:e})}),a&&ko(_1,{children:"Invalid phone number"}),ko(So,{children:"Some carrier charges may apply"})]}),la(kr,{children:[la(jp,{children:["By providing your mobile number, you agree to receive text messages from ",r?.name,"."]}),ko(I,{onClick:y,children:"Next"})]}),ko($,{})]})},_1=S1.div`
|
|
1501
1501
|
line-height: 20px;
|
|
1502
1502
|
height: 20px;
|
|
1503
1503
|
font-size: 13px;
|
|
@@ -1505,7 +1505,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1505
1505
|
justify-content: flex-start;
|
|
1506
1506
|
width: 100%;
|
|
1507
1507
|
color: var(--privy-color-error);
|
|
1508
|
-
`;import{ShieldCheckIcon as U1}from"@heroicons/react/24/solid";import
|
|
1508
|
+
`;import{ShieldCheckIcon as U1}from"@heroicons/react/24/solid";import R1 from"qrcode";import A1 from"styled-components";import{jsx as Zp}from"react/jsx-runtime";var Xp=()=>Zp("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:Zp("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Ir,jsx as Ne,jsxs as om}from"react/jsx-runtime";var Xe=7,Vs=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},I1=e=>{let t=R1.create(e,{errorCorrectionLevel:"high"}).modules,o=dc(Array.from(t.data),t.size);return o=Vs(o,0,0,Xe,Xe),o=Vs(o,o.length-Xe,0,Xe,Xe),o=Vs(o,0,o.length-Xe,Xe,Xe),o},M1=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>Ne(Ir,{children:[0,1,2].map(i=>Ne("circle",{r:o*(Xe-i*2)/2,cx:e+o*Xe/2,cy:t+o*Xe/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),W1=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-Xe)*e,0],[0,(t-Xe)*e]];return Ne(Ir,{children:n.map(([i,a])=>Ne(M1,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},N1=({matrix:e,cellSize:t,color:o})=>Ne(Ir,{children:e.map((r,n)=>r.map((i,a)=>i?Ne("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):Ne(Ir,{})))}),em=(e,t)=>e-e%t,L1=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return Ne(Ir,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return om(Ir,{children:[Ne("rect",{x:em(c,t),y:em(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),Ne(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},O1=e=>{let t=e.outputSize,o=I1(e.url),r=t/o.length;return om("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[Ne(N1,{matrix:o,cellSize:r,color:e.fgColor}),Ne(W1,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),Ne(L1,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},D1=A1.div`
|
|
1509
1509
|
display: flex;
|
|
1510
1510
|
justify-content: center;
|
|
1511
1511
|
align-items: center;
|
|
@@ -1520,7 +1520,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1520
1520
|
border-color: ${e=>e.fgColor};
|
|
1521
1521
|
border-radius: var(--privy-border-radius-md);
|
|
1522
1522
|
}
|
|
1523
|
-
`,tm=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return Ne(D1,{size:r,bgColor:t,fgColor:o,children:Ne(O1,{url:e.url,logo:{element:e.squareLogoElement??Xp},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as F1}from"react/jsx-runtime";var rm=({size:e,authUrl:t})=>F1(tm,{url:t,squareLogoElement:U1,size:e,fgColor:"#1F1F1F"});import{Fragment as B1,jsx as eo,jsxs as G1}from"react/jsx-runtime";var nm=({authUrl:e,onNext:t,onCancel:o,onClose:r})=>G1(B1,{children:[eo(T,{backFn:o,onClose:r},"header"),eo(de,{simple:!0,children:"Scan QR Code"}),eo(So,{children:"Open your authenticator app and scan the QR code to add this account."}),eo(qc,{children:e?eo(rm,{authUrl:e,size:200}):eo(Ye,{})}),eo(
|
|
1523
|
+
`,tm=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return Ne(D1,{size:r,bgColor:t,fgColor:o,children:Ne(O1,{url:e.url,logo:{element:e.squareLogoElement??Xp},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as F1}from"react/jsx-runtime";var rm=({size:e,authUrl:t})=>F1(tm,{url:t,squareLogoElement:U1,size:e,fgColor:"#1F1F1F"});import{Fragment as B1,jsx as eo,jsxs as G1}from"react/jsx-runtime";var nm=({authUrl:e,onNext:t,onCancel:o,onClose:r})=>G1(B1,{children:[eo(T,{backFn:o,onClose:r},"header"),eo(de,{simple:!0,children:"Scan QR Code"}),eo(So,{children:"Open your authenticator app and scan the QR code to add this account."}),eo(qc,{children:e?eo(rm,{authUrl:e,size:200}):eo(Ye,{})}),eo(kr,{children:eo(I,{onClick:t,children:"Enter verification code"})}),eo($,{})]});import{Fragment as H1,jsx as Mr,jsxs as z1}from"react/jsx-runtime";var $s=({title:e,onClose:t})=>z1(H1,{children:[Mr(T,{onClose:t},"header"),Mr(Nt,{children:Mr(Wt,{color:"success"})}),Mr(de,{children:e}),Mr(I,{onClick:t,children:"Continue"}),Mr($,{})]});import{useEffect as _R,useState as js}from"react";import{isMobile as Q1}from"react-device-detect";import Ys from"styled-components";import{jsx as mR}from"react/jsx-runtime";import{jsx as im}from"react/jsx-runtime";var qs=({style:e,color:t,...o})=>im("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:im("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import"wicg-inert";import{disableBodyScroll as V1,clearAllBodyScrollLocks as $1}from"body-scroll-lock";import{useCallback as am,useRef as q1}from"react";import{useEffect as lm}from"react";import ca from"styled-components";import{Fragment as Y1,jsx as sm,jsxs as J1}from"react/jsx-runtime";var j1=({children:e,open:t,onClick:o,...r})=>{let n=q1(null);return lm(()=>{let i=document.getElementById("root")??document.getElementById("__next");t?(i&&i.setAttribute("inert","true"),n.current&&V1(n.current),n.current?.show()):(i&&i.removeAttribute("inert"),n.current?.close(),$1())},[t]),J1(Y1,{children:[sm(K1,{className:t?"open":"",onClick:o}),sm("dialog",{role:"dialog",...r,ref:n,children:e})]})},da=()=>{let{closePrivyModal:e}=k(),{app:t,onUserCloseViaDialogOrKeybindRef:o}=x(),r=am(()=>{if(o?.current)o.current(),o.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e]),n=am(i=>{i.key==="Escape"&&t?.render.inDialog&&r()},[t?.render.inDialog,r]);return lm(()=>(document.addEventListener("keydown",n,!1),()=>{document.removeEventListener("keydown",n,!1)}),[n]),r},to=ca.div`
|
|
1524
1524
|
display: flex;
|
|
1525
1525
|
flex-direction: column;
|
|
1526
1526
|
text-align: center;
|
|
@@ -1543,7 +1543,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1543
1543
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1544
1544
|
border-radius: var(--privy-border-radius-lg);
|
|
1545
1545
|
}
|
|
1546
|
-
`,
|
|
1546
|
+
`,K1=ca.div`
|
|
1547
1547
|
position: fixed;
|
|
1548
1548
|
z-index: 99999;
|
|
1549
1549
|
|
|
@@ -1555,7 +1555,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1555
1555
|
-webkit-backdrop-filter: blur(3px);
|
|
1556
1556
|
backdrop-filter: blur(3px);
|
|
1557
1557
|
}
|
|
1558
|
-
`,pa=ca(
|
|
1558
|
+
`,pa=ca(j1)`
|
|
1559
1559
|
// reset some default dialog styles
|
|
1560
1560
|
padding: 0;
|
|
1561
1561
|
background: transparent;
|
|
@@ -1629,7 +1629,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1629
1629
|
align-items: center;
|
|
1630
1630
|
justify-content: center;
|
|
1631
1631
|
height: 100%;
|
|
1632
|
-
`;import{Fragment as nw,jsx as Sn,jsxs as rw}from"react/jsx-runtime";var _n=6,Z1=new Array(_n).fill("");function X1(e){return e.replace(/\s+/g,"")}function
|
|
1632
|
+
`;import{Fragment as nw,jsx as Sn,jsxs as rw}from"react/jsx-runtime";var _n=6,Z1=new Array(_n).fill("");function X1(e){return e.replace(/\s+/g,"")}function Ks(e){return/^[0-9]{1}$/.test(e)}function cm(e){return e.length===_n&&e.every(Ks)}function ew(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var ua=({onChange:e,disabled:t,readOnly:o,errorReasonOverride:r,success:n})=>{let[i,a]=js(Z1),[l,s]=js(null),[c,u]=js(null),h=g=>{g.preventDefault();let E=X1(g.currentTarget.value);if(E==="")return;let w=ew(i,Ks),R=E.split(""),S=!R.every(Ks),M=R.length+w>_n;if(S){s("Passcode can only be numbers"),u(1);return}if(M){s("Passcode must be exactly 6 numbers"),u(1);return}s(null),u(null);let L=Number(g.currentTarget.name?.charAt(4)),W=[...E||[""]].slice(0,_n-L),A=[...i.slice(0,L),...W,...i.slice(L+W.length)];a(A);let D=W.length,q=Math.min(Math.max(L+D,0),_n-1);document.querySelector(`input[name=pin-${q}]`)?.focus(),cm(A)?(document.querySelector(`input[name=pin-${q}]`)?.blur(),e(A.join(""))):e(null)},y=g=>{c===1&&(s(null),u(null));let E=[...i.slice(0,g),"",...i.slice(g+1)];a(E),g>0&&document.querySelector(`input[name=pin-${g-1}]`)?.focus(),cm(E)?e(E.join("")):e(null)},v=n?"success":!!(r||l)?"fail":"";return Sn(nw,{children:rw(tw,{children:[Sn("div",{children:i.map((g,E)=>Sn("input",{name:`pin-${E}`,type:"text",value:i[E],onChange:h,onKeyUp:w=>{w.key==="Backspace"&&y(E)},inputMode:"numeric",autoFocus:E===0,pattern:"[0-9]",className:v,autoComplete:Q1?"one-time-code":"off",disabled:t||o},E))}),Sn("div",{children:Sn(ow,{fail:!!r||!!l,children:r||l})})]})})},tw=Ys.div`
|
|
1633
1633
|
display: flex;
|
|
1634
1634
|
flex-direction: column;
|
|
1635
1635
|
width: 100%;
|
|
@@ -1709,7 +1709,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1709
1709
|
width: 100%;
|
|
1710
1710
|
|
|
1711
1711
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1712
|
-
`;var
|
|
1712
|
+
`;var WR=Ys.button`
|
|
1713
1713
|
display: flex;
|
|
1714
1714
|
align-items: center;
|
|
1715
1715
|
gap: 6px;
|
|
@@ -1747,7 +1747,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1747
1747
|
width: 14px;
|
|
1748
1748
|
height: 14px;
|
|
1749
1749
|
}
|
|
1750
|
-
`;import{Fragment as iw,jsx as
|
|
1750
|
+
`;import{Fragment as iw,jsx as kn,jsxs as dm}from"react/jsx-runtime";var fa=({title:e="Welcome back",hasError:t,success:o,children:r,onSubmit:n,onCancel:i,onClose:a})=>dm(iw,{children:[kn(T,{onClose:a},"header"),kn(de,{children:e}),dm(_o,{children:[kn(ua,{success:o,onChange:s=>s&&n(s),errorReasonOverride:t?"The code you entered is not valid":void 0}),r]}),kn(Ue,{onClick:i,children:"Not Now"}),kn($,{})]});import{Fragment as aw,jsx as Rn,jsxs as pm}from"react/jsx-runtime";var ha=({title:e="Welcome back",hasError:t,success:o,children:r,onSubmit:n,onCancel:i,onClose:a})=>pm(aw,{children:[Rn(T,{onClose:a},"header"),Rn(de,{children:e}),pm(_o,{children:[Rn(ua,{success:o,onChange:s=>s&&n(s),errorReasonOverride:t?"The code you entered is not valid":void 0}),r]}),Rn(Ue,{onClick:i,children:"Not Now"}),Rn($,{})]});import{jsx as et,jsxs as fm}from"react/jsx-runtime";var um=()=>{let{user:e,enrollInMfa:t}=B(),[o,r]=Dt(!1),[n,i]=Dt(null),[a,l]=Dt(null),{initEnrollmentWithTotp:s}=Tn(),{data:c,onUserCloseViaDialogOrKeybindRef:u}=x(),{closePrivyModal:h}=k(),y=Mt(),m=()=>{y.remove(),h({shouldCallAuthOnSuccess:!0}),l(null),t(!1)};u.current=m;function v(){l(null),t(!1)}function g(){l(null)}function E(){l(null),t(!1)}function w(R){if(R==="totp"){s().then(S=>{i(S.authUrl),l(R)});return}l(R)}switch(a){case"sms":return et(sw,{onCancel:v,onComplete:E,onReset:g,onClose:m});case"totp":return n?et(lw,{onCancel:v,onComplete:E,authUrl:n,onClose:m,onReset:g}):et(Ye,{});default:return(e?.mfaMethods?.length??0)===0&&!o?et(Yp,{onContinue:()=>r(!0),onCancel:v,onClose:m}):et(Jp,{methods:c.mfaEnrollmentFlow.mfaMethods,onMethodSelect:w,onCancel:v,onClose:m})}},sw=({onComplete:e,onCancel:t,onReset:o,onClose:r})=>{let[n,i]=Dt(null),[a,l]=Dt(!1),[s,c]=Dt(!1),[u,h]=Dt("enroll"),{initEnrollmentWithSms:y,submitEnrollmentWithSms:m}=Tn(),{data:v}=x();function g(){c(!1),v?.mfaEnrollmentFlow?.onSuccess(),e()}mm(()=>{let S;return s&&(S=setTimeout(()=>{g()},2e3)),()=>{S&&clearTimeout(S)}},[s,v?.mfaEnrollmentFlow?.onSuccess,e]);async function E(S){await y({phoneNumber:S}),i(S),h("verify")}async function w(S){try{await m({phoneNumber:n,mfaCode:S}),c(!0)}catch(M){l(!0),v?.mfaEnrollmentFlow?.onFailure(M)}}function R(){u==="verify"?h("enroll"):o()}return u==="enroll"?et(Qp,{onCancel:R,onEnroll:E,onClose:r}):s?et($s,{title:"SMS enrolled!",onClose:g}):et(fa,{hasError:a,success:s,onSubmit:w,onCancel:t,onClose:r,title:"Complete enrollment",children:fm(Lt,{children:["Enter the 6-digit code sent to your ",et("strong",{children:"phone number"})]})})},lw=({onComplete:e,onCancel:t,onClose:o,onReset:r,authUrl:n})=>{let[i,a]=Dt("enroll"),[l,s]=Dt(!1),[c,u]=Dt(!1),{submitEnrollmentWithTotp:h}=Tn(),{data:y}=x();function m(){u(!1),y?.mfaEnrollmentFlow?.onSuccess(),e()}mm(()=>{let w;return c&&(w=setTimeout(()=>{m()},2e3)),()=>{w&&clearTimeout(w)}},[c,y?.mfaEnrollmentFlow?.onSuccess,e]);function v(){a("verify")}async function g(w){try{await h({mfaCode:w}),u(!0)}catch(R){s(!0),y?.mfaEnrollmentFlow?.onFailure(R)}}function E(){i==="verify"?a("enroll"):r()}return i==="enroll"?et(nm,{onCancel:E,authUrl:n,onNext:v,onClose:o}):c?et($s,{title:"Authenticator app enrolled!",onClose:m}):et(ha,{hasError:l,success:c,onSubmit:g,onCancel:t,onClose:o,title:"Complete enrollment",children:fm(Lt,{children:["Enter the 6-digit code generated from your ",et("strong",{children:"authenticator app"})]})})};import{useEffect as hm,useState as ym}from"react";import vm from"styled-components";function Js(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as pw,jsx as oo,jsxs as ga}from"react/jsx-runtime";var gm={google:{name:"Google",component:ea},discord:{name:"Discord",component:Qi},github:{name:"Github",component:Zi},linkedin:{name:"LinkedIn",component:oa},twitter:{name:"Twitter",component:na},tiktok:{name:"Tiktok",component:ra},apple:{name:"Apple",component:Ji}},ya=()=>{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)},wm=()=>{let{ready:e,user:t,authenticated:o}=B(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=x(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:h,closePrivyModal:y}=k(),[m,v]=ym(!1),[g,E]=ym(void 0),w=l()?.provider||"google",R=gm[w].name,S=gm[w].component,M=r?.render.inDialog?qe:0;hm(()=>{c(w).then(()=>{ya(),v(!0)}).catch(A=>{let D={retryable:!1,message:"Authentication failed"};if(A?.privyErrorCode==="allowlist_rejected"){E(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),ya();return}else A?.privyErrorCode==="linked_to_another_user"?D.detail="This account has already been linked to another user.":A?.privyErrorCode==="invalid_credentials"?(D.retryable=!0,D.detail="Something went wrong. Try again."):A.privyErrorCode==="oauth_user_denied"&&(D.detail=`Retry and check ${Js(w)} to finish connecting your account.`,D.retryable=!0);ya(),E(D)}).finally(()=>{h()})},[]),hm(()=>{if(e&&o&&m&&t)if(co(t,r?.embeddedWallets?.createOnLogin)){let D=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:q=>console.error(q),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},M);return()=>clearTimeout(D)}else{let D=setTimeout(y,M);return u(),()=>clearTimeout(D)}},[e,o,m,t]);let L=m?`Successfully connected with ${R}`:g?g.message:`Verifying connection to ${R}`,W="";return m?W="You\u2019re good to go!":g?W=g.detail:W="Just a few moments more",ga(pw,{children:[oo(T,{}),oo(z,{}),ga(cw,{children:[oo(dw,{children:ga("div",{children:[oo(vi,{success:m,fail:!!g}),oo(S,{style:{width:"38px",height:"38px"}})]})}),ga(ho,{children:[oo("h3",{children:L}),oo("p",{children:W})]}),g&&g?.retryable?oo(bi,{onClick:()=>{ya(),s(w),E(void 0)},disabled:!m&&!g?.retryable,children:"Retry"}):null]}),oo($,{})]})},cw=vm.div`
|
|
1751
1751
|
display: flex;
|
|
1752
1752
|
flex-direction: column;
|
|
1753
1753
|
align-items: center;
|
|
@@ -1778,7 +1778,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1778
1778
|
left: -19px;
|
|
1779
1779
|
top: -19px;
|
|
1780
1780
|
}
|
|
1781
|
-
`;import{useEffect as uw,useState as bm}from"react";import fw from"styled-components";import{isMobile as mw}from"react-device-detect";var Cm=(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(!it()&&mw)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as yw,jsx as ro,jsxs as Em}from"react/jsx-runtime";var Pm=()=>{let{forkSession:e,ready:t,authenticated:o}=B(),[r,n]=bm(""),[i,a]=bm(!1);uw(()=>{t&&o&&e().then(n)},[t,o]);let l=Cm(r,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),Em(yw,{children:[ro(T,{},"header"),ro(z,{}),ro(yo,{title:s.title,description:s.description}),Em(fo,{children:[ro(hw,{children:ro(_t,{style:{width:"72px",height:"72px"}})}),ro(Ci,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?ro("p",{children:s.footnote}):null]}),ro(
|
|
1781
|
+
`;import{useEffect as uw,useState as bm}from"react";import fw from"styled-components";import{isMobile as mw}from"react-device-detect";var Cm=(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(!it()&&mw)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as yw,jsx as ro,jsxs as Em}from"react/jsx-runtime";var Pm=()=>{let{forkSession:e,ready:t,authenticated:o}=B(),[r,n]=bm(""),[i,a]=bm(!1);uw(()=>{t&&o&&e().then(n)},[t,o]);let l=Cm(r,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),Em(yw,{children:[ro(T,{},"header"),ro(z,{}),ro(yo,{title:s.title,description:s.description}),Em(fo,{children:[ro(hw,{children:ro(_t,{style:{width:"72px",height:"72px"}})}),ro(Ci,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?ro("p",{children:s.footnote}):null]}),ro(j,{}),ro(F,{protectedByPrivy:!0})]})},hw=fw(Bo)`
|
|
1782
1782
|
margin: 16px auto;
|
|
1783
1783
|
`;import{StaticJsonRpcProvider as yC}from"@ethersproject/providers";import{useMemo as au,useEffect as pl,useState as vt}from"react";import Ur from"styled-components";import $m from"styled-components";import xm from"styled-components";import{jsx as Tm,jsxs as ww}from"react/jsx-runtime";var va=({label:e,children:t,valueStyles:o})=>ww(gw,{children:[Tm("div",{children:e}),Tm(vw,{style:{...o},children:t})]}),gw=xm.div`
|
|
1784
1784
|
display: flex;
|
|
@@ -1804,7 +1804,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1804
1804
|
border-radius: var(--privy-border-radius-full);
|
|
1805
1805
|
background-color: var(--privy-color-background-2);
|
|
1806
1806
|
padding: 4px 8px;
|
|
1807
|
-
`;import Ca from"styled-components";import{BigNumber as Sm}from"@ethersproject/bignumber";import{formatEther as _m}from"@ethersproject/units";var An=(e,t)=>{let o=(t*parseFloat(_m(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Ut=(e,t,o=6,r=!1)=>{let i=parseFloat(_m(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Qs=e=>e.map(
|
|
1807
|
+
`;import Ca from"styled-components";import{BigNumber as Sm}from"@ethersproject/bignumber";import{formatEther as _m}from"@ethersproject/units";var An=(e,t)=>{let o=(t*parseFloat(_m(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Ut=(e,t,o=6,r=!1)=>{let i=parseFloat(_m(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Qs=e=>e.map(re).reduce((t,o)=>t.add(o),Sm.from(0)).toHexString(),km=(e,t)=>{let{chains:o}=k(),r=`https://etherscan.io/address/${t}`,n=`${fc(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},re=e=>Sm.from(e);import{Fragment as Pw,jsx as wa,jsxs as Rm}from"react/jsx-runtime";var Am=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Qs(e),n=t?An(r,t):void 0,i=Ut(r,o);return wa(Im,{children:n||i})},Zs=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Qs(e),n=t?An(r,t):void 0,i=Ut(r,o);return wa(Im,{children:n?Rm(Pw,{children:[wa(Cw,{children:"USD"}),n==="<$0.01"?Rm(Ew,{children:[wa(bw,{children:"<"}),"$0.01"]}):n]}):i})},Im=Ca.span`
|
|
1808
1808
|
font-size: 14px;
|
|
1809
1809
|
line-height: 140%;
|
|
1810
1810
|
display: flex;
|
|
@@ -1819,7 +1819,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1819
1819
|
`,Ew=Ca.span`
|
|
1820
1820
|
display: flex;
|
|
1821
1821
|
align-items: center;
|
|
1822
|
-
`;import Xs from"styled-components";import{jsx as
|
|
1822
|
+
`;import Xs from"styled-components";import{jsx as Ro,jsxs as ba}from"react/jsx-runtime";var Mm=({gas:e,tokenPrice:t,tokenSymbol:o})=>ba(cs,{style:{paddingBottom:"12px"},children:[ba(Nm,{children:[Ro(Om,{children:"Est. Fees"}),Ro("div",{children:Ro(Zs,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Ro(Lm,{children:`${Ut(e,o)}`})]}),Wm=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=re(e.value||0).add(re(t)).toHexString();return ba(cs,{children:[ba(Nm,{children:[Ro(Om,{children:"Total (including fees)"}),Ro("div",{children:Ro(Zs,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Ro(Lm,{children:Ut(n,r)})]})},Nm=Xs.div`
|
|
1823
1823
|
display: flex;
|
|
1824
1824
|
flex-direction: row;
|
|
1825
1825
|
justify-content: space-between;
|
|
@@ -1838,7 +1838,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1838
1838
|
font-size: 14px;
|
|
1839
1839
|
line-height: 22.4px;
|
|
1840
1840
|
font-weight: 400;
|
|
1841
|
-
`;import{ChevronDownIcon as Tw}from"@heroicons/react/24/outline";import{useContext as
|
|
1841
|
+
`;import{ChevronDownIcon as Tw}from"@heroicons/react/24/outline";import{useContext as Ko,useState as xw}from"react";import Ao from"styled-components";import{createContext as Dm,useContext as v7}from"react";var Wr=Dm(void 0);var In=Dm(void 0);import{Fragment as Ww,jsx as gt,jsxs as Um}from"react/jsx-runtime";var Fm=({defaultValue:e,children:t})=>{let[o,r]=xw(e||null),n=i=>{r(o===i?null:i)};return gt(Wr.Provider,{value:{activePanel:o,togglePanel:n},children:gt(Sw,{children:t})})},Bm=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Ko(Wr),n=o===e;return gt(In.Provider,{value:{onToggle:()=>r(e),value:e},children:gt(Aw,{isActive:n,"data-open":n,children:t})})},Gm=({children:e})=>{let{activePanel:t}=Ko(Wr),{onToggle:o,value:r}=Ko(In),n=t===r;return Um(Ww,{children:[Um(_w,{onClick:o,"data-open":n,children:[gt(Rw,{children:e}),gt(Mw,{isactive:n,children:gt(Tw,{height:"16px",width:"16px",strokeWidth:"2"})})]}),gt(kw,{})]})},Hm=({children:e})=>{let{activePanel:t}=Ko(Wr),{value:o}=Ko(In);return gt(Iw,{"data-open":t===o,children:gt(Vm,{children:e})})},zm=({children:e})=>{let{activePanel:t}=Ko(Wr),{value:o}=Ko(In);return gt(Vm,{children:typeof e=="function"?e({isActive:t===o}):e})},Sw=Ao.div`
|
|
1842
1842
|
display: flex;
|
|
1843
1843
|
flex-direction: column;
|
|
1844
1844
|
width: 100%;
|
|
@@ -1850,7 +1850,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1850
1850
|
width: 100%;
|
|
1851
1851
|
cursor: pointer;
|
|
1852
1852
|
padding-bottom: 8px;
|
|
1853
|
-
`,
|
|
1853
|
+
`,kw=Ao.div`
|
|
1854
1854
|
width: 100%;
|
|
1855
1855
|
|
|
1856
1856
|
&& {
|
|
@@ -1858,7 +1858,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1858
1858
|
border-color: var(--privy-color-foreground-4);
|
|
1859
1859
|
}
|
|
1860
1860
|
padding-bottom: 12px;
|
|
1861
|
-
`,
|
|
1861
|
+
`,Rw=Ao.div`
|
|
1862
1862
|
font-size: 14px;
|
|
1863
1863
|
font-weight: 500;
|
|
1864
1864
|
line-height: 19.6px;
|
|
@@ -1896,7 +1896,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1896
1896
|
min-height: 1px;
|
|
1897
1897
|
`,Mw=Ao.div`
|
|
1898
1898
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
1899
|
-
`;import Nw from"styled-components";import{jsx as Ow}from"react/jsx-runtime";var el=({walletAddress:e,chainId:t=qt})=>Ow(Lw,{href:
|
|
1899
|
+
`;import Nw from"styled-components";import{jsx as Ow}from"react/jsx-runtime";var el=({walletAddress:e,chainId:t=qt})=>Ow(Lw,{href:km(t,e),target:"_blank",children:po(e)}),Lw=Nw.a`
|
|
1900
1900
|
&:hover {
|
|
1901
1901
|
text-decoration: underline;
|
|
1902
1902
|
}
|
|
@@ -1946,7 +1946,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1946
1946
|
overflow: hidden;
|
|
1947
1947
|
max-width: 275px;
|
|
1948
1948
|
text-overflow: ellipsis;
|
|
1949
|
-
`;import{WalletIcon as eC}from"@heroicons/react/24/outline";import{useState as il,useEffect as tC}from"react";import sl from"styled-components";import{VoidSigner as
|
|
1949
|
+
`;import{WalletIcon as eC}from"@heroicons/react/24/outline";import{useState as il,useEffect as tC}from"react";import sl from"styled-components";import{VoidSigner as jw}from"@ethersproject/abstract-signer";import{BigNumber as ka}from"@ethersproject/bignumber";import{Contract as Kw}from"@ethersproject/contracts";import{EtherscanProvider as l9}from"@ethersproject/providers";import{serialize as Yw}from"@ethersproject/transactions";var Ea={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 Pa={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 Ta={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 Sa={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 _a={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 qm}from"@ethersproject/units";import{ofetch as $w}from"ofetch";var Nn={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 Ln={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 jm=[Nn.id,Ln.id],rl=e=>({maxPriorityFee:qm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:qm(e.maxFee.toFixed(9),"gwei").toHexString()}),qw=e=>({safeLow:rl(e.safeLow),standard:rl(e.standard),fast:rl(e.fast)}),Km=async e=>{let t="";switch(e){case Nn.id:t="https://gasstation.polygon.technology/v2";break;case Ln.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return qw(await $w(t))};function Lr(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 Jw(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=Lr(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=Lr(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Lr(e.gasPrice)),e.value!==void 0&&(t.value=Lr(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Lr(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Lr(e.maxPriorityFeePerGas)),t}function Qw(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=re(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=re(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=re(e.gasPrice)),e.value!==void 0&&(t.value=re(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=re(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=re(e.maxPriorityFeePerGas)),t}async function Or(e,t,o){t.chainId=Number(t.chainId),Qm(t);let r=new jw(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),jm.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Km(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}.`)}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 Jw(n)}async function Ra(e,t,o,r,n){r=Object.assign({chainId:qt},r),Qm(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 Ym(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(re(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function Jm(e){return[Ea.id,Pa.id,Ta.id,xa.id,Sa.id,_a.id].includes(e)}async function nl(e,t){if(!e.chainId||e.chainId&&!Jm(e.chainId))return ka.from(0);let o=ka.from(0);try{let r=new Kw(ac,sc,t),n=Qw(e),i=Yw(n);o=await r.getL1Fee(i)}catch{}return o}async function Aa(e,t){delete e.from;let o=ka.from(0),r=ka.from(0);if(e.gasLimit?o=re(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=re(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=re(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=re(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Jm(e.chainId))try{let i=await nl(e,t);n=n.add(i)}catch{}return n}function Qm(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!Zw(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 Zw(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&Xw(e);return t||o||r}function Xw(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Ia(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{jsx as Zm,jsxs as al}from"react/jsx-runtime";var Xm=({wallet:e,txn:t,provider:o,onInsufficientFunds:r})=>{let[n,i]=il(),[a,l]=il(!1),[s,c]=il(!1),{nativeTokenSymbolForChainId:u}=k(),h=u(t.chainId)||"ETH";return tC(()=>{(async m=>{try{let{balance:v,hasSufficientFunds:g}=await Ym(m,t,o);c(!0),g||(l(!0),r()),i(v.toHexString())}catch(v){console.warn(`Failed to fetch wallet balance with error: ${v}`)}})(e.address)},[e,t]),al(oC,{children:[al(rC,{children:[Zm(eC,{strokeWidth:"2",width:"16px",height:"16px"}),Zm("div",{children:po(e?.address)})]}),al(nC,{displayBalanceColor:s,hasFunds:!a,children:[n?Ut(n,h,6,!0):0," ","available"]})]})},oC=sl.div`
|
|
1950
1950
|
display: flex;
|
|
1951
1951
|
flex-direction: row;
|
|
1952
1952
|
justify-content: space-between;
|
|
@@ -1999,12 +1999,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1999
1999
|
overflow: hidden;
|
|
2000
2000
|
max-width: 275px;
|
|
2001
2001
|
text-overflow: ellipsis;
|
|
2002
|
-
`;function nu(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{useState as ll,useEffect as lC}from"react";var Wa=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=
|
|
2002
|
+
`;function nu(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{useState as ll,useEffect as lC}from"react";var Wa=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=k(),[n,i]=ll(!0),[a,l]=ll(void 0),[s,c]=ll(void 0);return lC(()=>{let u=e.chainId||qt,h=r.find(m=>m.id===Number(u));if(!h)throw new G(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let m=await o(h);m?c(m):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(m){l(m)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as cC,useContext as dC}from"react";var cl=cC({wallets:[]});function Dn(){return dC(cl)}import{BigNumber as dl}from"@ethersproject/bignumber";import pC from"styled-components";import{Fragment as fC,jsx as Un,jsxs as hC}from"react/jsx-runtime";var mC=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=dl.from(e.gasUsed),r=dl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=dl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},iu=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>hC(fC,{children:[Un(T,{onClose:r}),Un(nn,{title:"Transaction complete!",description:"You're all set."}),Un(Nr,{tokenPrice:n,from:t.from,to:t.to,gas:mC(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Un(uC,{loading:!1,onClick:r,children:"All Done"}),Un($,{})]}),uC=pC(I)`
|
|
2003
2003
|
&& {
|
|
2004
2004
|
margin-top: 24px;
|
|
2005
2005
|
}
|
|
2006
2006
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2007
|
-
`;import{Fragment as ml,jsx as Le,jsxs as Dr}from"react/jsx-runtime";var gC=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Le(ol,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Le(ol,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Le(ml,{children:Le(ru,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},lu=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:o}=Dn(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=
|
|
2007
|
+
`;import{Fragment as ml,jsx as Le,jsxs as Dr}from"react/jsx-runtime";var gC=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Le(ol,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Le(ol,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Le(ml,{children:Le(ru,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},lu=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:o}=Dn(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=k(),{app:c,navigate:u,data:h,onUserCloseViaDialogOrKeybindRef:y,setModalData:m}=x(),{transactionRequest:v,onSuccess:g,onFailure:E,uiOptions:w,fundWalletConfig:R}=h.sendTransaction,[S,M]=vt(null),[L,W]=vt(null),[A,D]=vt(""),[q,V]=vt(),[_,J]=vt(!1),ce=()=>{D(""),V(void 0)},Ge=(Oe,oe,ot)=>{D(Oe),V(new xe(new Tt(oe??Oe,ot??De.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[O,Q]=vt(!0),[ve,pe]=vt(!1),[N,Te]=vt(v),{tokenPrice:$t,isTokenPriceLoading:Qo}=Wa(N),Zo=s(v.chainId)||"ETH",[Gr,Hr]=vt(null),[Hn,Xo]=vt(null),[zn,ee]=vt(!0);pl(()=>{(async()=>{try{ee(!0);let oe=await Aa(N,Et);Hr(re(oe.toBigInt()).toHexString());let ot=await nl(N,Et);Xo(re(ot.toBigInt()).toHexString())}catch{Hr(null)}finally{ee(!1)}})()},[N]),pl(()=>{e||(u("LANDING"),E(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let we=au(()=>o.find(Oe=>Oe.walletClientType==="privy"),[o]),me=async()=>{if(!we)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Oe,externalTransactionId:oe}=await i(we.address,{config:R?.config||{}});m({fiatOnRampPrompt:{signedUrl:Oe},fiatOnRampStatus:{externalTransactionId:oe}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},Et=au(()=>new yC(ft(N.chainId,l,a)),[N.chainId,a]);pl(()=>{async function Oe(){return!await t()||!r||!we?N:Or(we.address,N,Et)}Oe().then(oe=>{Q(!1),Te(oe)},async oe=>{Q(!0);let ot="There was an error preparing your transaction. Please try again.";wd(oe)&&(ot="Wallet has insufficient funds for this transaction.",c?.fiatOnRamp.enabled&&J(!0)),A!=="Wallet has insufficient funds for this transaction."&&Ge(ot,oe.reason)})},[r]);let Vn=nu(N),zr=Vn==="SEND"?`Send ${Zo}`:"Review transaction",er={modalTitle:w.header||w.modalTitle||zr,buttonText:w.buttonText||"Submit"},io=()=>{ve||(L?g(L):E(q||new xe(new Tt("The user rejected the request",De.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return y.current=io,$t===void 0&&Qo||zn?Dr(ml,{children:[Le(T,{title:er.modalTitle,onClose:io}),Le(su,{children:Le(yr,{})})]}):S!==null?Le(iu,{txn:N,onClose:io,receipt:S,transactionInfo:w.transactionInfo,tokenPrice:$t,tokenSymbol:Zo,l1GasEstimate:Hn}):Dr(ml,{children:[Le(T,{title:er.modalTitle,onClose:io}),Dr(su,{children:[Dr(bC,{children:[Le(gC,{txn:N,txnFamily:Vn,uiOptions:w,tokenSymbol:Zo,tokenPrice:$t}),we?Le(Nr,{from:we.address,to:N.to,txn:N,transactionInfo:w.transactionInfo,gas:Gr||void 0,tokenPrice:$t,tokenSymbol:Zo}):null]}),Dr(EC,{children:[Le(vC,{children:A}),we?Le(Xm,{txn:N,wallet:we,provider:Et,onInsufficientFunds:()=>Ge("Wallet has insufficient funds for this transaction.")}):null,Dr(wC,{children:[_&&Le(I,{onClick:me,children:"Add Funds"}),Le(CC,{disabled:O||ve,loading:!r||ve,loadingText:ve?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{pe(!0);let Oe=await t();if(Oe&&!ve&&we)try{let oe=await Ra(Oe,we.address,r,N,Et);W(oe);let ot=await oe.wait();M(Ia(ot)),ce()}catch(oe){let ot="There was an error processing your transaction. Please contact support.";console.warn({transaction:N,error:oe}),Ge(ot,oe.reason)}finally{pe(!1)}},children:er.buttonText})]})]})]})]})},su=Ur.div`
|
|
2008
2008
|
display: flex;
|
|
2009
2009
|
flex-direction: column;
|
|
2010
2010
|
justify-content: space-between;
|
|
@@ -2033,19 +2033,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2033
2033
|
display: flex;
|
|
2034
2034
|
flex-direction: column;
|
|
2035
2035
|
gap: 8px;
|
|
2036
|
-
`;import{isHexString as PC}from"@ethersproject/bytes";import{toUtf8String as TC}from"@ethersproject/strings";import{useEffect as cu,useState as Na}from"react";import Yo,{css as xC}from"styled-components";import{Fragment as NC,jsx as wt,jsxs as ul}from"react/jsx-runtime";var SC=e=>{if(!PC(e))return e;try{return TC(e)}catch{return e}},du=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:o}=
|
|
2036
|
+
`;import{isHexString as PC}from"@ethersproject/bytes";import{toUtf8String as TC}from"@ethersproject/strings";import{useEffect as cu,useState as Na}from"react";import Yo,{css as xC}from"styled-components";import{Fragment as NC,jsx as wt,jsxs as ul}from"react/jsx-runtime";var SC=e=>{if(!PC(e))return e;try{return TC(e)}catch{return e}},du=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:o}=k(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=x(),[a,l]=Na(!0),[s,c]=Na(""),[u,h]=Na(),[y,m]=Na(null),v=y!==null;cu(()=>{e||r("LANDING")},[e]),cu(()=>{t(ir).then(W=>{l(!1),W||(c("An error has occurred, please try again."),h(new xe(new Tt(s,De.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:g,confirmAndSignMessage:E,onSuccess:w,onFailure:R,uiOptions:S}=n.signMessage,M={title:S.title||"Sign message",description:S.description||"Signing this message will not cost you any fees.",buttonText:S.buttonText||"Sign and continue"},L=W=>{W?w(W):R(u||new xe(new Tt("The user rejected the request.",De.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),m(null),c(""),h(void 0)};return i.current=()=>{L(y)},ul(NC,{children:[wt(T,{onClose:()=>L(y)}),wt(z,{}),ul(_C,{children:[wt(kC,{children:M.title}),wt(RC,{children:M.description}),wt(AC,{children:SC(g)}),wt(IC,{fail:!0,children:s}),wt(WC,{success:v,loading:a,disabled:v,onClick:async()=>{try{let W=await E();m(W),c(""),setTimeout(()=>{L(W)},qe)}catch{c("An error has occurred, please try again."),h(new xe(new Tt(s,De.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:v?ul(MC,{children:[wt(qs,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",wt("span",{children:"Success"})]}):M.buttonText})]}),wt(j,{}),wt(F,{protectedByPrivy:!0})]})},_C=Yo.div`
|
|
2037
2037
|
display: flex;
|
|
2038
2038
|
flex-direction: column;
|
|
2039
2039
|
align-items: center;
|
|
2040
2040
|
justify-content: center;
|
|
2041
|
-
`,
|
|
2041
|
+
`,kC=Yo.span`
|
|
2042
2042
|
color: var(--privy-color-foreground);
|
|
2043
2043
|
text-align: center;
|
|
2044
2044
|
font-size: 1.125rem;
|
|
2045
2045
|
font-weight: 500;
|
|
2046
2046
|
line-height: 1.25rem; /* 111.111% */
|
|
2047
2047
|
text-align: center;
|
|
2048
|
-
`,
|
|
2048
|
+
`,RC=Yo.span`
|
|
2049
2049
|
margin-top: 4px;
|
|
2050
2050
|
color: var(--privy-color-foreground);
|
|
2051
2051
|
text-align: center;
|
|
@@ -2420,7 +2420,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2420
2420
|
opacity: 1;
|
|
2421
2421
|
}
|
|
2422
2422
|
}
|
|
2423
|
-
`;import{jsx as pt,jsxs as VC}from"react/jsx-runtime";var HC={["LANDING"]:Op,["AWAITING_PASSWORDLESS_CODE"]:rd,["AWAITING_CONNECTION"]:md,["AWAITING_CONNECT_ONLY_CONNECTION"]:yd,["PHANTOM_INTERSTITIAL_SCREEN"]:Pm,["LOGIN_FAILED_SCREEN"]:zp,["AWAITING_OAUTH_SCREEN"]:wm,["ALLOWLIST_REJECTION_SCREEN"]:Vc,["INSTALL_PHANTOM_SCREEN"]:wp,["LINK_EMAIL_SCREEN"]:Dp,["LINK_PHONE_SCREEN"]:Up,["LINK_WALLET_SCREEN"]:Fp,["CONNECT_ONLY_LANDING_SCREEN"]:dd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:sd,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:rp,["EMBEDDED_WALLET_CREATED_SCREEN"]:Td,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Ed,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:ap,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:
|
|
2423
|
+
`;import{jsx as pt,jsxs as VC}from"react/jsx-runtime";var HC={["LANDING"]:Op,["AWAITING_PASSWORDLESS_CODE"]:rd,["AWAITING_CONNECTION"]:md,["AWAITING_CONNECT_ONLY_CONNECTION"]:yd,["PHANTOM_INTERSTITIAL_SCREEN"]:Pm,["LOGIN_FAILED_SCREEN"]:zp,["AWAITING_OAUTH_SCREEN"]:wm,["ALLOWLIST_REJECTION_SCREEN"]:Vc,["INSTALL_PHANTOM_SCREEN"]:wp,["LINK_EMAIL_SCREEN"]:Dp,["LINK_PHONE_SCREEN"]:Up,["LINK_WALLET_SCREEN"]:Fp,["CONNECT_ONLY_LANDING_SCREEN"]:dd,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:sd,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:rp,["EMBEDDED_WALLET_CREATED_SCREEN"]:Td,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Ed,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:ap,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Rd,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:du,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:lu,["FIAT_ON_RAMP_PROMPT_SCREEN"]:mp,["FIAT_ON_RAMP_STATUS_SCREEN"]:fp,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:ip,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:np,["MFA_ENROLLMENT_FLOW_SCREEN"]:um},zC=()=>{let{ready:e}=B(),{ready:t,currentScreen:o}=x(),r=UC(null),n=Dc(r);if((!e||!t)&&o!=="AWAITING_OAUTH_SCREEN")return VC(to,{children:[pt(T,{}),pt(z,{}),pt(ma,{children:pt(Ye,{})}),pt(j,{}),pt($,{})]});if(!o)return null;let i=HC[o];return i?pt(to,{style:{height:n},children:pt("div",{ref:r,children:pt(i,{})})}):null},uu=({open:e})=>{let{app:t}=x(),[o,r]=FC(!1),n=da();BC(()=>{r(!0)},[]);let i=pt(La,{children:pt(zC,{})}),a=t?.render.inDialog?pt(pa,{open:e,id:"privy-dialog",onClick:()=>n(),children:i}):i;if(o){let l=t?.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body;return GC.createPortal(a,l)}return null};import"wicg-inert";import{useState as Pu}from"react";import{useEffect as sb}from"react";import lb from"react-dom";import{createContext as $C,useContext as qC,useEffect as jC}from"react";var fu={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]}},fl=$C(void 0),hu=()=>qC(fl);function Ft(e,t){if(!t)return;let r=hu().current[e];return jC(()=>{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 ne(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function yu(){let e=hu();return(t,o,...r)=>ne(e,t,o,...r)}function hl(e){Ft("configureMfa",e)}import{useEffect as ib,useMemo as ab,useState as vl}from"react";import{StaticJsonRpcProvider as KC}from"@ethersproject/providers";import{useMemo as YC,useEffect as JC,useState as gu}from"react";import QC from"styled-components";import{jsx as vu}from"react/jsx-runtime";var yl=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:o}=Dn(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=k(),[l,s]=gu(e),{tokenPrice:c}=Wa(l),[u,h]=gu(null),y=a(e.chainId)||"ETH",m=YC(()=>o.find(v=>v.walletClientType==="privy"),[o]);return JC(()=>{async function v(){if(!await t()||!r||!m)return l;let E=new KC(ft(l.chainId,i,n)),w=await Aa(l,E);return h(re(w.toBigInt()).toHexString()),Or(m.address,l,E)}v().then(g=>{s(g)})},[r]),m?vu(ZC,{children:vu(Nr,{from:m.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:y})}):null},ZC=QC.div`
|
|
2424
2424
|
width: 100%;
|
|
2425
2425
|
padding: 1rem 0;
|
|
2426
|
-
`;import{useContext as XC}from"react";function gl(){let{init:e,submit:t,cancel:o}=XC(Re);return{init:e,submit:t,cancel:o}}import{PhoneIcon as eb,DevicePhoneMobileIcon as tb}from"@heroicons/react/24/outline";import{Fragment as ob,jsx as mt,jsxs as Oa}from"react/jsx-runtime";var wu=({methods:e,onMethodSelect:t,onCancel:o,onClose:r})=>Oa(ob,{children:[mt(T,{onClose:r},"header"),mt(Nt,{children:mt(Wt,{})}),mt(de,{simple:!0,children:"Choose a verification method"}),Oa(sa,{children:[e.includes("totp")&&mt(I,{onClick:()=>t("totp"),children:Oa(kr,{children:[mt(tb,{}),mt("span",{children:"Authenticator App"})]})}),e.includes("sms")&&mt(I,{onClick:()=>t("sms"),children:Oa(kr,{children:[mt(eb,{}),mt("span",{children:"SMS"})]})})]}),mt(Ue,{onClick:o,children:"Not Now"}),mt($,{})]});import{Fragment as rb,jsx as Fr,jsxs as nb}from"react/jsx-runtime";var Cu=({onClose:e})=>nb(rb,{children:[Fr(T,{onClose:e},"header"),Fr(Nt,{children:Fr(Wt,{color:"success"})}),Fr(de,{children:"Verification Successful!"}),Fr(I,{onClick:e,children:"Continue"}),Fr($,{})]});import{Fragment as Da,jsx as Bt,jsxs as Gt}from"react/jsx-runtime";var Eu=({onClose:e})=>{let{user:t}=B(),{pendingTransaction:o}=R(),[r,n]=vl(null),[i,a]=vl(!1),[l,s]=vl(!1),{init:c,submit:f}=gl(),{onUserCloseViaDialogOrKeybindRef:h,currentScreen:y}=x(),m=()=>{n(null),e()};h.current=m;let v=ab(()=>y==="MFA_ENROLLMENT_FLOW_SCREEN",[y]);ib(()=>{let S;return l&&(n(null),S=setTimeout(()=>{s(!1),m()},2e3)),()=>{S&&clearTimeout(S)}},[l,m]);function g(){n(null)}function E(S){c(S),n(S)}async function w(S){try{await f("totp",S),s(!0)}catch{a(!0)}}async function k(S){try{await f("sms",S),s(!0)}catch{a(!0)}}switch(r){case"sms":return Gt(fa,{hasError:i,success:l,onSubmit:k,onCancel:g,onClose:m,title:bu(o?"transaction":"verify"),children:[o&&Gt(Da,{children:[Gt(Lt,{children:["Enter the 6-digit code sent to your ",Bt("strong",{children:"phone number"})]}),Bt(yl,{pendingTransaction:o})]}),v&&Gt(Da,{children:[Bt(Lt,{children:"To complete MFA enrollment, please verify your identity."}),Gt(Lt,{children:["Enter the 6-digit code sent to your ",Bt("strong",{children:"phone number"})]})]})]});case"totp":return Gt(ha,{hasError:i,success:l,onSubmit:w,onCancel:g,onClose:m,title:bu(o?"transaction":"verify"),children:[o&&Gt(Da,{children:[Gt(Lt,{children:["Enter the 6-digit code generated from your ",Bt("strong",{children:"authenticator app"})]}),Bt(yl,{pendingTransaction:o})]}),v&&Gt(Da,{children:[Bt(Lt,{children:"To complete MFA enrollment, please verify your identity."}),Gt(Lt,{children:["Enter the 6-digit code generated from your ",Bt("strong",{children:"authenticator app"})]})]})]});default:return l?Bt(Cu,{onClose:m}):Bt(wu,{methods:t?.mfaMethods??[],onMethodSelect:E,onCancel:m,onClose:m})}};function bu(e){switch(e){case"transaction":return"Complete your transaction";case"verify":return"Verify your identity";default:return"Welcome back"}}import{jsx as Ct,jsxs as db}from"react/jsx-runtime";var cb=({onClose:e})=>{let{ready:t}=B(),{ready:o}=x();return!t||!o?db(to,{children:[Ct(T,{}),Ct(z,{}),Ct(ma,{children:Ct(Ye,{})}),Ct(K,{}),Ct($,{})]}):Ct(to,{children:Ct(Eu,{onClose:e})})},Tu=()=>{let{app:e}=x(),[t,o]=Pu(!1),[r,n]=Pu(!1),i=da();hl({onMfaRequired:()=>{o(!0)}}),sb(()=>{n(!0)},[]);let a=!e?.mfa.noPromptOnMfaRequired&&t,l=Ct(La,{onClick:c=>c.stopPropagation(),children:Ct(cb,{onClose:()=>o(!1)})}),s=e?.render.inDialog?Ct(pa,{open:a,id:"privy-verification-dialog",onClick:()=>i(),children:l}):l;if(r){let c=e?.render.inParentNodeId&&document.getElementById(e.render.inParentNodeId)||document.body;return lb.createPortal(s,c)}return null};var xu={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 Su={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 _u={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 Ru={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 ku={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 Au={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 Iu={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 Mu={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 Wu={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 Nu={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 Lu={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 Ou={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 Du={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 Ua={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 Uu={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 Fu={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 Fn=[xu,Su,_u,Nu,Fu,Ua,Ta,xa,Nn,Ln,Au,Iu,Mu,Wu,Ea,Pa,Ou,Du,Ru,ku,Sa,_a,Lu,Uu],NN=new Set(Fn.map(e=>e.id));import Jo from"tinycolor2";var Bu="#FFFFFF",pb="#000000",mb=Bu,ub="#1E1E1D";function fb(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 Jo({...e.toHsl(),l:o})}function Gu({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Bu,blackHex:a=pb}){let l;switch(e){case"light":l=mb;break;case"dark":l=ub;break;default:l=e;break}let s=Jo(l),c=Jo(t),f=Jo(o),h=Jo(r),y=Jo(n),m=fb(s.getLuminance()),v=Io(s,m==="light"?-.04:.11),g=Io(s,m==="light"?-.88:.87),E=Io(s,m==="light"?-.77:.75),w=Io(s,m==="light"?-.43:.45).desaturate(m==="light"?60:20),k=Io(s,m==="light"?-.08:.25).desaturate(m==="light"?60:20),S=Io(c,.15),M=Io(c,-.06),L=Jo(c.getLuminance()>.5?a:i),W=Io(f,-.16);return{colorScheme:m,background:s.toHslString(),background2:v.toHslString(),foreground:g.toHslString(),foreground2:E.toHslString(),foreground3:w.toHslString(),foreground4:k.toHslString(),accent:c.toHslString(),accentLight:S.toHslString(),accentDark:M.toHslString(),foregroundAccent:L.toHslString(),success:f.toHslString(),successDark:W.toHslString(),error:y.toHslString(),warn:h.toHslString()}}var no={appearance:{theme:"light",accentColor:"#676FFF"},walletConnectCloudProjectId:Zl,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};function Fa(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(D=>o.includes(D)),n,i,a,l,s,c,f,h,y,m;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),f=r?.includes("tiktok"),y=r?.includes("github"),h=r?.includes("linkedin"),m=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,y=e.githubOAuth,f=e.tiktokOAuth,h=e.linkedinOAuth,m=e.appleOAuth);let v=[n,i].filter(Boolean),g=[l,s,c,y,f,h,m].filter(Boolean),E=[a].filter(Boolean);if(v.length+g.length+E.length===0)throw new Error("You must enable at least one login method");let w=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;if(w&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),w=!1):!w&&g.length+v.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),w=!0),t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let k=t?.intl?.defaultCountry??"US",{chains:S,defaultChain:M}=hb(t?.additionalChains,t?.supportedChains,t?.defaultChain),L=!!t?.defaultChain||!!t?.supportedChains,W=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:Gu({backgroundTheme:t?.appearance?.theme??no.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??no.appearance.accentColor}),showWalletLoginFirst:w},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:y,tiktok:f,linkedin:h,apple:m},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??no.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??no.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??no.rpcConfig.rpcTimeouts},chains:S,defaultChain:M,intl:{defaultCountry:k},shouldSwitchChainOnConnect:L,captchaEnabled:e.captchaEnabled??no.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...W?{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??!0},customAuth:W?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??no.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??no._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??no._render.inParentNodeId}}}function Hu(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,...i}=e;return{...i,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.id)}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function hb(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=>Fn.find(s=>s.id===a.id)??a)}else r=Fn.concat(e??[]);let n=t?r[0]:Ua,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 yb,useEffect as gb}from"react";var Ba=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Br(e,t,o,r,n,i=!1){let a=i,l=async f=>{if(a&&t&&t.length>0){f===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new he("mfa_verification_failed","MFA verification failed, retry."));let h=await new Promise((y,m)=>{o.current={resolve:y,reject:m};let v=1e3*60*5;setTimeout(()=>{let g=new he("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(g),m(g)},v)});return await e(h)}return await e()},s=4,c=null;for(let f=0;f<s;f++)try{c=await l(f),r.current?.resolve(void 0);break}catch(h){if(h.type==="mfa_verification_failed")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let f=new he("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(f),f}return c}import{jsx as Pb}from"react/jsx-runtime";var vb=function(e){return()=>`id-${e++}`}(0);function wb(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ht(e){return e.error!==void 0}var bt=new Ba,wl=new Map,Cb=(e,t)=>typeof t=="bigint"?t.toString():t,bb=(e,t)=>`${e}${JSON.stringify(t,Cb)}`;function zt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=bb(e,t);if(e==="privy:wallet:create"){let a=wl.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=vb();bt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{wl.delete(n)});return wl.set(n,i),i}function Eb(e){switch(e.event){case"privy:iframe:ready":let t=bt.dequeue(e.event,e.id);return Ht(e)?t.reject(new he(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=bt.dequeue(e.event,e.id);return Ht(e)?o.reject(new he(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=bt.dequeue(e.event,e.id);return Ht(e)?r.reject(new he(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=bt.dequeue(e.event,e.id);return Ht(e)?n.reject(new he(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=bt.dequeue(e.event,e.id);return Ht(e)?i.reject(new he(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=bt.dequeue(e.event,e.id);return Ht(e)?a.reject(new he(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=bt.dequeue(e.event,e.id);return Ht(e)?l.reject(new he(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=bt.dequeue(e.event,e.id);return Ht(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=bt.dequeue(e.event,e.id);return Ht(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=bt.dequeue(e.event,e.id);return Ht(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function zu(e){let t=yb(null),o=yu();return gb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&wb(c.data)&&Eb(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 Br(f=>zt("privy:wallet:recover",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Br(f=>zt("privy:wallet:rpc",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return zt("privy:wallet:set-recovery-password",c,r)},verifyMfa(c){return Br(f=>zt("privy:mfa:verify",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Br(f=>zt("privy:mfa:init-enrollment",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},submitEnrollMfa(c){return zt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Br(f=>zt("privy:mfa:unenroll",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return mc(()=>zt("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),Pb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:ni(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Ga=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new P("action required");if(!this.api)throw new P("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new P("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 ee(t)}}async authenticate(){if(!this.meta.action)throw new P("action required");if(!this.api)throw new P("Mfa flow has no API instance");if(!this.meta.smsCode)throw new P("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new P("phone number must be set prior to calling authenticate.");try{let t=Yl(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return ut(o)}catch(t){throw ee(t)}}};import{jsx as Mo,jsxs as bl}from"react/jsx-runtime";var Gn;function _b(e){return typeof e=="string"&&e.length===25}function Se(){if(!Gn){let e=j.get(nr);return Promise.resolve(e||null)}return Gn.getAccessToken()}var Vu,vc=(e,t)=>Vu(e,t),$u,wc=(e,t)=>$u(e,t),qu,Cc=()=>qu(),Rb=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;j.put(Kr,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},kb=({config:e,...t})=>{if(!_b(t.appId))throw new P("Cannot initialize the Privy provider with an invalid Privy app ID");Gn||(Gn=new tn({appId:t.appId,apiUrl:t.apiUrl||Xn}));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(Ab,{...t,config:o,client:Gn})},Ab=e=>{let t=e.client,[o,r]=ie(!1),[n,i]=ie(!1),[a,l]=ie(!1),[s,c]=ie(null),[f,h]=ie(!1),[y,m]=ie([]),v=Bn(y),[g,E]=ie(!1),[w,k]=ie(null),[S,M]=ie(!1),[L,W]=ie({status:"disconnected",connectError:null,connector:null,connectRetry:b}),[A,D]=ie(null),[q,V]=ie(null),[_,Z]=ie(null),[ce,Ge]=ie({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,X]=ie(()=>{let p=Hu(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),Fa(ce,e.config)}),[ve,pe]=ie(!0),[N,Te]=ie({}),[$t,Qo]=ie(null),[Zo,Gr]=ie(null),[Hr,Hn]=ie(!1),Xo=Bn(null),zn=Bn(null),Y=Bn(fu),we=Bn(),me=p=>{k(p),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:p})},Et=p=>{O.embeddedWallets.createOnLogin!=="off"&&pe(!0),me(p)};Vt(()=>{if(!_||!s){t.connectors?.removeEmbeddedWalletConnector();return}let p=s?.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)}},[_,s]),Vt(()=>{_&&Zo?.(_)},[_]),Vt(()=>{(async()=>{if(!O.customAuth?.enabled)return;pe(!0);let{getCustomAccessToken:d,isLoading:u}=O.customAuth;if(!(!n||u))try{let C=await d();if(!C){await Vr.logout();return}if(a)return;t.startAuthFlow(new rr(C));let{user:U,isNewUser:Q}=await t.authenticate();U||await Vr.logout(),c(U||null),E(Q||!1),l(!0),Hn(!0)}catch(C){console.warn(C),a&&await Vr.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),Vt(()=>{Hr&&_&&s&&co(s,e.config?.embeddedWallets?.createOnLogin)&&(Hn(!1),Pl(s,ir).catch(console.error))},[Hr&&_&&s]),Vt(()=>{async function p(){let d=await t.getServerConfig();Ge(d);let u=Fa(d,e.config);X(u),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let C=xb();D(C),t.initializeConnectorManager(u.walletConnectCloudProjectId,u.rpcConfig,u.chains,u.defaultChain,C),t.connectors?.initialize();let U=Vn();Rb();let Q=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!Q),Q&&J(Y,"login","onComplete",Q,!1,!0,null),c(Q)),U||ue.setReadyToTrue(),U&&Q&&h(!0),Oe()}n||p()},[t,$t,n]),Vt(()=>{let p=Fa(ce,e.config);X(p)},[e.config,ce]);let Vn=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),u=p.get("privy_oauth_state"),C=p.get("privy_oauth_provider");return d&&u&&C?(t.startAuthFlow(new so(C,d,u)),Et("AWAITING_OAUTH_SCREEN"),!0):!1},zr=async(p,d,u)=>{let C=await t.connectors?.createWalletConnector(p,d)||null;er(C,u)};async function er(p,d){if(!p)return W({status:"disconnected",connectError:new G("Unable to connect to wallet."),connector:null,connectRetry:b}),d?.(null);W({connector:p,status:"connecting",connectError:null,connectRetry:()=>er(p,d)});try{let u=await p.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find(C=>C.id===Number(u?.chainId))){W(C=>({...C,connector:p,status:"switching_to_supported_chain",connectError:null,connectRetry:b}));try{await u?.switchChain(O.defaultChain.id),u&&(u.chainId=sr(Oo(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return W(C=>({...C,status:"connected",connectError:null,connectRetry:b})),u&&!S&&J(Y,"connectWallet","onSuccess",u),d?.(u)}catch(u){return u instanceof He?(console.warn(u.cause?u.cause:u.message),S||J(Y,"connectWallet","onError",u.privyErrorCode||"generic_connect_wallet_error")):(console.warn(u),S||J(Y,"connectWallet","onError","unknown_connect_wallet_error")),W(C=>({...C,status:"disconnected",connectError:u})),d?.(null)}}let io=p=>{p!==null&&t.startAuthFlow(new No(p))},Oe=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),u=p.get("privy_wallet_client");if(!d||!u)return;if(u==="phantom"&&!it()&&Et("LOGIN_FAILED_SCREEN"),!t.connectors)throw new P("Connector not initialized");me("AWAITING_CONNECTION");let C=new URL(window.location.href);C.searchParams.delete("privy_connector"),C.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",C),zr(d,u,io)};Vt(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let re=()=>{h(!0),me("LINK_WALLET_SCREEN")},ot=p=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},ju=async p=>{if(!t.connectors)throw new P("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;W(u=>({...u,connector:d,status:"connected",connectError:null,connectRetry:b})),io(p),Et("AWAITING_CONNECTION")},Yu=async(p,d)=>{if(!t.connectors)throw new P("Connector not initialized");we.current="siwe",await zr(p,d,io)},El=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new P("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:u,externalTransactionId:C}=await dp(t,p,d?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:u,externalTransactionId:C}}else throw new P("Unsupported fund provider. Currently supported option is `moonpay`.")},$n=()=>{m(p=>{let d=t.connectors?.wallets.map(u=>({...u,linked:ot(u),loginOrLink:async()=>{if(!await u.isConnected())throw new P("Wallet is not connected");if(u.connectorType==="embedded"&&u.walletClientType==="privy")throw new P("Cannot link or login with embedded wallet");ju(u)},fund:async C=>{let{signedUrl:U,externalTransactionId:Q}=await El(u.address,C);Te({fiatOnRampPrompt:{signedUrl:U},fiatOnRampStatus:{externalTransactionId:Q}}),me("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new P("User is not authenticated.");if(u.connectorType==="embedded"&&u.walletClientType==="privy")throw new P("Cannot unlink an embedded wallet");let C=await t.unlinkWallet(u.address);c(C)}}))||[];return ai(p,d)?p:d})};Vt(()=>{$n()},[s?.linkedAccounts,a,n]),Vt(()=>{if(n){if(!t.connectors)throw new P("Connector not initialized");$n(),t.connectors.on("walletsUpdated",$n)}},[n]);let Ju=()=>{me(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Vt(()=>{if(!y[0])return;let p=y[0],d=v.current.find(C=>C.address===p.address),u=s?.linkedAccounts.find(C=>C.type==="wallet"&&C.address===p.address);if(!d&&u){let C=Object.assign({},s);C.wallet=u&&{address:u.address,chainType:u.chainType,chainId:u.chainId,walletClient:u.walletClient,walletClientType:u.walletClientType,connectorType:u.connectorType},c(C)}v.current=y},[y]);let Pl=async(p,d)=>{if(oe(p))throw J(Y,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[C,U]=await Promise.all([ue.initializeWalletProxy(d),Se()]);if(!C&&e.config?.customAuth?.enabled)throw J(Y,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!C||!U||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((Q,Ce)=>{pe(!0),Te({createWallet:{onSuccess:rt=>{J(Y,"createWallet","onSuccess",rt),Q(rt)},onFailure:rt=>{J(Y,"createWallet","onError","unknown_embedded_wallet_error"),Ce(rt)},callAuthOnSuccessOnClose:!1}}),me("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await C.create({accessToken:U});let Q=await ue.refreshUser(),Ce=oe(Q);if(!Ce)throw J(Y,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return J(Y,"createWallet","onSuccess",Ce),Ce}},Qu=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,u)=>new Promise(async(C,U)=>{if(!a||!s){U(new Error("User must be authenticated before signing with a Privy wallet"));return}let Q=oe(s);if(!Q){U(new Error("Must have a Privy wallet before signing"));return}pe(!0);let Ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,tr=p.chainId?Number(p.chainId):Ce.chainId;Qu(tr);let rt=Object.assign({},p,{chainId:tr}),$r=async()=>{let ao=await Se();if(!ao||!_){U(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await ue.recoverEmbeddedWallet()){U(new Error("Unable to connect to wallet"));return}let xl=new Tb(ft(rt.chainId,O.chains,O.rpcConfig)),Xu=await Or(Q.address,rt,xl),ef=await ka(ao,Q.address,_,Xu,xl);C(ef)}catch(qn){U(qn)}};if(O.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),$r();else{let ao={transactionRequest:rt,onSuccess:C,onFailure:U,uiOptions:d||{},fundWalletConfig:u},qn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:U};Te({connectWallet:qn,sendTransaction:ao}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),Vr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ju,linkWallet:re,linkEmail:()=>{if(s?.email)throw new P("User already has an email linked to their account.");h(!0),me("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(s?.phone)throw new P("User already has a phone number linked to their account.");h(!0),me("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(s?.google)throw new P("User already has a Google account linked to their account.");await ue.initLoginWithOAuth("google")},linkTwitter:async()=>{if(s?.twitter)throw new P("User already has a Twitter account linked to their account.");await ue.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(s?.discord)throw new P("User already has a Discord account linked to their account.");await ue.initLoginWithOAuth("discord")},linkGithub:async()=>{if(s?.github)throw new P("User already has a Github account linked to their account.");await ue.initLoginWithOAuth("github")},linkTiktok:async()=>{if(s?.tiktok)throw new P("User already has a Tiktok account linked to their account.");await ue.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(s?.linkedin)throw new P("User already has a LinkedIn account linked to their account.");await ue.initLoginWithOAuth("linkedin")},linkApple:async()=>{await ue.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(p=>{Qo(()=>p)}),Qo(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}M(!0),Et("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),k(null),J(Y,"logout","onSuccess"),h(!1),r(!1),j.del(jr)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new te;let p=y.find(u=>s.wallet&&u.address===s.wallet.address),d=t.connectors?.walletConnectors.find(u=>u.wallets.find(C=>C.address===p?.address));return!p||!d?new te:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Cl(new xt(new te));let p=y.find(u=>s.wallet&&u.address===s.wallet.address),d=t.connectors?.walletConnectors.find(u=>u.wallets.find(C=>C.address===p?.address));return!p||!d?new Cl(new xt(new te)):new Cl(new xt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new uo(new te);let p=y.find(u=>s.wallet&&u.address===s.wallet.address),d=t.connectors?.walletConnectors.find(u=>u.wallets.find(C=>C.address===p?.address));return!p||!d?new uo(new te):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=y.find(C=>Ha(C.address)===Ha(p)),u=s?.linkedAccounts.find(C=>C.type==="wallet"&&Ha(C.address)===Ha(p));if(!d||!await d.isConnected())V(p),re();else if(!d.linked)d.loginOrLink();else{let C=Object.assign({},s);C.wallet=u&&{address:u.address,chainType:u.chainType,chainId:u.chainId,walletClient:u.walletClient,walletClientType:u.walletClientType,connectorType:u.connectorType},c(C)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw J(Y,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Pl(s,15e3)},setWalletPassword:()=>new Promise((p,d)=>{if(!a||!s){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let u=oe(s);if(!u||!_){d(new Error("Must have a Privy wallet to add a password"));return}if(u.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}pe(!0);let C={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},U={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};Te({setWalletPassword:C,connectWallet:U}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(u,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}let U=oe(s);if(!U){C(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){C(new Error("Message must be a non-empty string"));return}pe(!0);let Q=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let Ce=await Se();if(!_||!Ce)throw new Error("Unable to connect to wallet");if(!await ue.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:U.address});let{response:rt}=await _.rpc({accessToken:Ce,address:U.address,request:{method:"personal_sign",params:[p,U.address]}}),$r=rt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:U.address}),$r};if(O.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Ce=await Q();u(Ce)}catch(Ce){C(Ce??new xe("Unable to sign message"))}}else{let rt={message:p,confirmAndSignMessage:Q,onSuccess:ao=>{u(ao)},onFailure:ao=>{C(ao)},uiOptions:d||{}},$r={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:C};Te({signMessage:rt,connectWallet:$r}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,u)=>{let U=await(await Tl(p,d,u)).wait();return Ia(U)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!oe(s)){d(new Error("Must have a Privy wallet before exporting"));return}pe(!0);let C={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},U=await Se();if(!U||!_)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:U});let Q={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};Te({keyExport:Q,connectWallet:C}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}),async init(p){let d;switch(p){case"sms":d=new Ga("verify");break;case"totp":return;default:throw J(Y,"configureMfa","onError","unknown_mfa_error"),new Error(`Unsupported MFA method: ${p}`)}t.startMfaFlow(d);try{await d.init()}catch(u){throw J(Y,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},async submit(p,d){switch(p){case"totp":case"sms":Xo.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((u,C)=>{zn.current={resolve:u,reject:C}});break;default:throw Xo.current?.reject(new P("Unsupported MFA method")),J(Y,"configureMfa","onError","unknown_mfa_error"),new P(`Unsupported MFA method: ${p}`)}},cancel(){Xo.current?.reject(new P("MFA canceled"))},async initEnrollmentWithSms(p){let d=await Se();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");try{await _.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber})}catch(u){throw J(Y,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},enrollInMfa(p){return new Promise((d,u)=>{if(!p){ue.closePrivyModal(),d();return}Te({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:d,onFailure:u}}),me("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await Se();if(!p||!_)throw new Error("Must have valid access token to enroll in MFA");try{let d=await _.initEnrollMfa({method:"totp",accessToken:p});return{secret:d.secret,authUrl:d.authUrl}}catch(d){throw J(Y,"configureMfa","onError",d.privyErrorCode||"unknown_mfa_error"),d}},async submitEnrollmentWithSms(p){let d=await Se();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");try{await _.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber,code:p.mfaCode});let u=await t.getAuthenticatedUser();c(u)}catch(u){throw J(Y,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},async submitEnrollmentWithTotp(p){let d=await Se();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");try{await _.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let u=await t.getAuthenticatedUser();c(u)}catch(u){throw J(Y,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},async unenroll(p){let d=await Se();if(!d||!_)throw new Error("Must have valid access token to remove MFA");try{await _.unenrollMfa({method:p,accessToken:d});let u=await t.getAuthenticatedUser();c(u)}catch(u){throw J(Y,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},loginWithCode(p){return ue.loginWithCode(p)},initLoginWithEmail(p,d){return ue.initLoginWithEmail(p,d)}};Vu=Vr.signMessage,$u=async(...p)=>{let d=await Tl(...p);return O.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let ue=(()=>({isNewUserThisSession:g,isLinking:f,linkingHint:q,pendingTransaction:null,walletConnectionStatus:L,mipdStore:A,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(U=>{Gr(()=>Q=>U(Q))}),u=new Promise(U=>setTimeout(()=>U(null),p)),C=await Promise.race([d,u]);return Gr(null),C},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&s;p.shouldCallAuthOnSuccess&&d?(J(Y,"login","onComplete",s,g,!1,we.current??null),e.onSuccess?.(s,g)):S&&J(Y,"login","onError","exited_auth_flow"),V(null),M(!1),h(!1),E(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:zr,initLoginWithWallet:Yu,loginWithWallet:async()=>{if(!n)throw new qr;if(!(t.authFlow instanceof No))throw new P("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(u){throw J(Y,"login","onError",u.privyErrorCode||"generic_connect_wallet_error"),u}c(p||s||null),E(d||!1),l(!0)},initLoginWithOAuth:async p=>{t.startAuthFlow(new so(p));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof so))throw new P("Must initialize OAuth flow before calling loginWithOAuth");let d,u;if(a)d=await t.link();else try{({user:d,isNewUser:u}=await t.authenticate()),we.current=p}catch(C){throw J(Y,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}c(d),E(u||!1),l(!0)},initLoginWithEmail:async(p,d)=>{let u=new Wo(p,d);t.startAuthFlow(u);try{we.current="email",await u.sendCodeEmail()}catch(C){throw J(Y,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}},initLoginWithSms:async(p,d)=>{let u=new Lo(p,d);t.startAuthFlow(u);try{we.current="sms",await u.sendSmsCode()}catch(C){throw J(Y,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new qr;if(t.authFlow instanceof Wo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof Lo)t.authFlow.meta.smsCode=p.trim();else throw new P("Must initialize a passwordless code flow first");let d,u;a?d=await t.link():{user:d,isNewUser:u}=await t.authenticate(),c(d||s||null),E(u||!1),l(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:_,createAnalyticsEvent:(p,d,u)=>t.createAnalyticsEvent(p,d,u),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let u=s?.linkedAccounts.find(U=>U.type==="wallet"&&U.walletClientType==="privy"),C=await Se();if(!C||!_||!u){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}pe(!0);try{await _.connect({accessToken:C,address:u.address}),p(!0)}catch(U){vr(U)&&u.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:u.address}),(await _.recover({address:u.address,accessToken:C})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:u.address}),p(!0)):vr(U)?(Te({recoverWallet:{privyWallet:u,onFailure:d,onSuccess:()=>p(!0)}}),me("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(U)}}),getFiatOnRampConfig:El,setReadyToTrue:()=>{i(!0),$t?.()},updateWallets:()=>$n()}))();qu=ue.recoverEmbeddedWallet;let Zu=Sb(()=>({wallets:y}),[y]);return Mo(Re.Provider,{value:Vr,children:Mo(fl.Provider,{value:Y,children:Mo(cl.Provider,{value:Zu,children:bl(Ep,{...O,children:[e.children,bl(is.Provider,{value:ue,children:[Mo(mu,{theme:{...O.appearance.palette||{}}}),bl(Sc,{appConfig:O,data:N,setModalData:Te,setInitialScreen:k,initialScreen:w,visible:o,authenticated:a,children:[Mo(uu,{open:o}),Mo(Tu,{})]}),ve&&ce.id?Mo(zu,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Xo,mfaSubmitPromise:zn,onLoad:Z,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Ib}from"react";function Mb(e){let{login:t}=Ib(Re);return Ft("login",e),{login:t}}import{useContext as Wb}from"react";function Nb(e){let{logout:t}=Wb(Re);return Ft("logout",e),{logout:t}}import{useCallback as Ku}from"react";var Lb=()=>{let e=Mt(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=Ku(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=Ku(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new wn(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as Ob}from"react";function Db(e){let{connectWallet:t}=Ob(Re);return Ft("connectWallet",e),{connectWallet:t}}import{useContext as Ub}from"react";function Fb(e){let{createWallet:t}=Ub(Re);return Ft("createWallet",e),{createWallet:t}}export{xt as AsExternalProvider,Cn as Captcha,Xr as ConnectorManager,tn as PrivyClient,kb as PrivyProvider,te as PrivyProxyProvider,Fn as SUPPORTED_CHAINS,za as VERSION,_e as WalletConnector,Qh as errorIndicatesMaxMfaRetries,Yh as errorIndicatesMfaTimeout,Jh as errorIndicatesMfaVerificationFailed,Se as getAccessToken,Db as useConnectWallet,Fb as useCreateWallet,Mb as useLogin,Lb as useLoginWithEmail,Nb as useLogout,gl as useMfa,Tn as useMfaEnrollment,B as usePrivy,hl as useRegisterMfaListener,Dn as useWallets};
|
|
2426
|
+
`;import{useContext as XC}from"react";function gl(){let{init:e,submit:t,cancel:o}=XC(ke);return{init:e,submit:t,cancel:o}}import{PhoneIcon as eb,DevicePhoneMobileIcon as tb}from"@heroicons/react/24/outline";import{Fragment as ob,jsx as mt,jsxs as Oa}from"react/jsx-runtime";var wu=({methods:e,onMethodSelect:t,onCancel:o,onClose:r})=>Oa(ob,{children:[mt(T,{onClose:r},"header"),mt(Nt,{children:mt(Wt,{})}),mt(de,{simple:!0,children:"Choose a verification method"}),Oa(sa,{children:[e.includes("totp")&&mt(I,{onClick:()=>t("totp"),children:Oa(Rr,{children:[mt(tb,{}),mt("span",{children:"Authenticator App"})]})}),e.includes("sms")&&mt(I,{onClick:()=>t("sms"),children:Oa(Rr,{children:[mt(eb,{}),mt("span",{children:"SMS"})]})})]}),mt(Ue,{onClick:o,children:"Not Now"}),mt($,{})]});import{Fragment as rb,jsx as Fr,jsxs as nb}from"react/jsx-runtime";var Cu=({onClose:e})=>nb(rb,{children:[Fr(T,{onClose:e},"header"),Fr(Nt,{children:Fr(Wt,{color:"success"})}),Fr(de,{children:"Verification Successful!"}),Fr(I,{onClick:e,children:"Continue"}),Fr($,{})]});import{Fragment as Da,jsx as Bt,jsxs as Gt}from"react/jsx-runtime";var Eu=({onClose:e})=>{let{user:t}=B(),{pendingTransaction:o}=k(),[r,n]=vl(null),[i,a]=vl(!1),[l,s]=vl(!1),{init:c,submit:u}=gl(),{onUserCloseViaDialogOrKeybindRef:h,currentScreen:y}=x(),m=()=>{n(null),e()};h.current=m;let v=ab(()=>y==="MFA_ENROLLMENT_FLOW_SCREEN",[y]);ib(()=>{let S;return l&&(n(null),S=setTimeout(()=>{s(!1),m()},2e3)),()=>{S&&clearTimeout(S)}},[l,m]);function g(){n(null)}function E(S){c(S),n(S)}async function w(S){try{await u("totp",S),s(!0)}catch{a(!0)}}async function R(S){try{await u("sms",S),s(!0)}catch{a(!0)}}switch(r){case"sms":return Gt(fa,{hasError:i,success:l,onSubmit:R,onCancel:g,onClose:m,title:bu(o?"transaction":"verify"),children:[o&&Gt(Da,{children:[Gt(Lt,{children:["Enter the 6-digit code sent to your ",Bt("strong",{children:"phone number"})]}),Bt(yl,{pendingTransaction:o})]}),v&&Gt(Da,{children:[Bt(Lt,{children:"To complete MFA enrollment, please verify your identity."}),Gt(Lt,{children:["Enter the 6-digit code sent to your ",Bt("strong",{children:"phone number"})]})]})]});case"totp":return Gt(ha,{hasError:i,success:l,onSubmit:w,onCancel:g,onClose:m,title:bu(o?"transaction":"verify"),children:[o&&Gt(Da,{children:[Gt(Lt,{children:["Enter the 6-digit code generated from your ",Bt("strong",{children:"authenticator app"})]}),Bt(yl,{pendingTransaction:o})]}),v&&Gt(Da,{children:[Bt(Lt,{children:"To complete MFA enrollment, please verify your identity."}),Gt(Lt,{children:["Enter the 6-digit code generated from your ",Bt("strong",{children:"authenticator app"})]})]})]});default:return l?Bt(Cu,{onClose:m}):Bt(wu,{methods:t?.mfaMethods??[],onMethodSelect:E,onCancel:m,onClose:m})}};function bu(e){switch(e){case"transaction":return"Complete your transaction";case"verify":return"Verify your identity";default:return"Welcome back"}}import{jsx as Ct,jsxs as db}from"react/jsx-runtime";var cb=({onClose:e})=>{let{ready:t}=B(),{ready:o}=x();return!t||!o?db(to,{children:[Ct(T,{}),Ct(z,{}),Ct(ma,{children:Ct(Ye,{})}),Ct(j,{}),Ct($,{})]}):Ct(to,{children:Ct(Eu,{onClose:e})})},Tu=()=>{let{app:e}=x(),[t,o]=Pu(!1),[r,n]=Pu(!1),i=da();hl({onMfaRequired:()=>{o(!0)}}),sb(()=>{n(!0)},[]);let a=!e?.mfa.noPromptOnMfaRequired&&t,l=Ct(La,{onClick:c=>c.stopPropagation(),children:Ct(cb,{onClose:()=>o(!1)})}),s=e?.render.inDialog?Ct(pa,{open:a,id:"privy-verification-dialog",onClick:()=>i(),children:l}):l;if(r){let c=e?.render.inParentNodeId&&document.getElementById(e.render.inParentNodeId)||document.body;return lb.createPortal(s,c)}return null};var xu={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 Su={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 _u={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 ku={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 Ru={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 Au={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 Iu={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 Mu={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 Wu={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 Nu={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 Lu={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 Ou={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 Du={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 Ua={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 Uu={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 Fu={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 Fn=[xu,Su,_u,Nu,Fu,Ua,Ta,xa,Nn,Ln,Au,Iu,Mu,Wu,Ea,Pa,Ou,Du,ku,Ru,Sa,_a,Lu,Uu],NN=new Set(Fn.map(e=>e.id));import Jo from"tinycolor2";var Bu="#FFFFFF",pb="#000000",mb=Bu,ub="#1E1E1D";function fb(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 Jo({...e.toHsl(),l:o})}function Gu({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Bu,blackHex:a=pb}){let l;switch(e){case"light":l=mb;break;case"dark":l=ub;break;default:l=e;break}let s=Jo(l),c=Jo(t),u=Jo(o),h=Jo(r),y=Jo(n),m=fb(s.getLuminance()),v=Io(s,m==="light"?-.04:.11),g=Io(s,m==="light"?-.88:.87),E=Io(s,m==="light"?-.77:.75),w=Io(s,m==="light"?-.43:.45).desaturate(m==="light"?60:20),R=Io(s,m==="light"?-.08:.25).desaturate(m==="light"?60:20),S=Io(c,.15),M=Io(c,-.06),L=Jo(c.getLuminance()>.5?a:i),W=Io(u,-.16);return{colorScheme:m,background:s.toHslString(),background2:v.toHslString(),foreground:g.toHslString(),foreground2:E.toHslString(),foreground3:w.toHslString(),foreground4:R.toHslString(),accent:c.toHslString(),accentLight:S.toHslString(),accentDark:M.toHslString(),foregroundAccent:L.toHslString(),success:u.toHslString(),successDark:W.toHslString(),error:y.toHslString(),warn:h.toHslString()}}var no={appearance:{theme:"light",accentColor:"#676FFF"},walletConnectCloudProjectId:Zl,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};function Fa(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(D=>o.includes(D)),n,i,a,l,s,c,u,h,y,m;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),u=r?.includes("tiktok"),y=r?.includes("github"),h=r?.includes("linkedin"),m=r?.includes("apple")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,y=e.githubOAuth,u=e.tiktokOAuth,h=e.linkedinOAuth,m=e.appleOAuth);let v=[n,i].filter(Boolean),g=[l,s,c,y,u,h,m].filter(Boolean),E=[a].filter(Boolean);if(v.length+g.length+E.length===0)throw new Error("You must enable at least one login method");let w=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;if(w&&E.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),w=!1):!w&&g.length+v.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),w=!0),t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let R=t?.intl?.defaultCountry??"US",{chains:S,defaultChain:M}=hb(t?.additionalChains,t?.supportedChains,t?.defaultChain),L=!!t?.defaultChain||!!t?.supportedChains,W=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:Gu({backgroundTheme:t?.appearance?.theme??no.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??no.appearance.accentColor}),showWalletLoginFirst:w},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:y,tiktok:u,linkedin:h,apple:m},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??no.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??no.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??no.rpcConfig.rpcTimeouts},chains:S,defaultChain:M,intl:{defaultCountry:R},shouldSwitchChainOnConnect:L,captchaEnabled:e.captchaEnabled??no.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...W?{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??!0},customAuth:W?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??no.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??no._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??no._render.inParentNodeId}}}function Hu(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,...i}=e;return{...i,...r?{additionalChains:r.map(l=>l.id)}:void 0,...n?{supportedChains:n.map(l=>l.id)}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function hb(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=>Fn.find(s=>s.id===a.id)??a)}else r=Fn.concat(e??[]);let n=t?r[0]:Ua,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 yb,useEffect as gb}from"react";var Ba=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Br(e,t,o,r,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new he("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((y,m)=>{o.current={resolve:y,reject:m};let v=1e3*60*5;setTimeout(()=>{let g=new he("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(g),m(g)},v)});return await e(h)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),r.current?.resolve(void 0);break}catch(h){if(h.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let u=new he("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as Pb}from"react/jsx-runtime";var vb=function(e){return()=>`id-${e++}`}(0);function wb(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ht(e){return e.error!==void 0}var bt=new Ba,wl=new Map,Cb=(e,t)=>typeof t=="bigint"?t.toString():t,bb=(e,t)=>`${e}${JSON.stringify(t,Cb)}`;function zt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=bb(e,t);if(e==="privy:wallet:create"){let a=wl.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=vb();bt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{wl.delete(n)});return wl.set(n,i),i}function Eb(e){switch(e.event){case"privy:iframe:ready":let t=bt.dequeue(e.event,e.id);return Ht(e)?t.reject(new he(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=bt.dequeue(e.event,e.id);return Ht(e)?o.reject(new he(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=bt.dequeue(e.event,e.id);return Ht(e)?r.reject(new he(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=bt.dequeue(e.event,e.id);return Ht(e)?n.reject(new he(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=bt.dequeue(e.event,e.id);return Ht(e)?i.reject(new he(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=bt.dequeue(e.event,e.id);return Ht(e)?a.reject(new he(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=bt.dequeue(e.event,e.id);return Ht(e)?l.reject(new he(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=bt.dequeue(e.event,e.id);return Ht(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=bt.dequeue(e.event,e.id);return Ht(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=bt.dequeue(e.event,e.id);return Ht(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function zu(e){let t=yb(null),o=yu();return gb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&wb(c.data)&&Eb(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 Br(u=>zt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Br(u=>zt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return zt("privy:wallet:set-recovery-password",c,r)},verifyMfa(c){return Br(u=>zt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Br(u=>zt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},submitEnrollMfa(c){return zt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Br(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),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return mc(()=>zt("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),Pb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:ni(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Ga=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new P("action required");if(!this.api)throw new P("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new P("phone number must be set when initialzing authentication.");try{let t=Kl();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw Z(t)}}async authenticate(){if(!this.meta.action)throw new P("action required");if(!this.api)throw new P("Mfa flow has no API instance");if(!this.meta.smsCode)throw new P("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new P("phone number must be set prior to calling authenticate.");try{let t=Yl(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return ut(o)}catch(t){throw Z(t)}}};import{jsx as Mo,jsxs as bl}from"react/jsx-runtime";var Gn;function _b(e){return typeof e=="string"&&e.length===25}function Se(){if(!Gn){let e=K.get(nr);return Promise.resolve(e||null)}return Gn.getAccessToken()}var Vu,vc=(e,t)=>Vu(e,t),$u,wc=(e,t)=>$u(e,t),qu,Cc=()=>qu(),kb=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;K.put(jr,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Rb=({config:e,...t})=>{if(!_b(t.appId))throw new P("Cannot initialize the Privy provider with an invalid Privy app ID");Gn||(Gn=new tn({appId:t.appId,apiUrl:t.apiUrl||Xn}));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(Ab,{...t,config:o,client:Gn})},Ab=e=>{let t=e.client,[o,r]=ie(!1),[n,i]=ie(!1),[a,l]=ie(!1),[s,c]=ie(null),[u,h]=ie(!1),[y,m]=ie([]),v=Bn(y),[g,E]=ie(!1),[w,R]=ie(null),[S,M]=ie(!1),[L,W]=ie({status:"disconnected",connectError:null,connector:null,connectRetry:b}),[A,D]=ie(null),[q,V]=ie(null),[_,J]=ie(null),[ce,Ge]=ie({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,Q]=ie(()=>{let p=Hu(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),Fa(ce,e.config)}),[ve,pe]=ie(!0),[N,Te]=ie({}),[$t,Qo]=ie(null),[Zo,Gr]=ie(null),[Hr,Hn]=ie(!1),Xo=Bn(null),zn=Bn(null),ee=Bn(fu),we=Bn(),me=p=>{R(p),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:p})},Et=p=>{O.embeddedWallets.createOnLogin!=="off"&&pe(!0),me(p)};Vt(()=>{if(!_||!s){t.connectors?.removeEmbeddedWalletConnector();return}let p=s?.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)}},[_,s]),Vt(()=>{_&&Zo?.(_)},[_]),Vt(()=>{(async()=>{if(!O.customAuth?.enabled)return;pe(!0);let{getCustomAccessToken:d,isLoading:f}=O.customAuth;if(!(!n||f))try{let C=await d();if(!C){await Vr.logout();return}if(a)return;t.startAuthFlow(new rr(C));let{user:U,isNewUser:Y}=await t.authenticate();U||await Vr.logout(),c(U||null),E(Y||!1),l(!0),Hn(!0)}catch(C){console.warn(C),a&&await Vr.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),Vt(()=>{Hr&&_&&s&&co(s,e.config?.embeddedWallets?.createOnLogin)&&(Hn(!1),Pl(s,ir).catch(console.error))},[Hr&&_&&s]),Vt(()=>{async function p(){let d=await t.getServerConfig();Ge(d);let f=Fa(d,e.config);Q(f),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let C=xb();D(C),t.initializeConnectorManager(f.walletConnectCloudProjectId,f.rpcConfig,f.chains,f.defaultChain,C),t.connectors?.initialize();let U=Vn();kb();let Y=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!Y),Y&&ne(ee,"login","onComplete",Y,!1,!0,null),c(Y)),U||ue.setReadyToTrue(),U&&Y&&h(!0),Oe()}n||p()},[t,$t,n]),Vt(()=>{let p=Fa(ce,e.config);Q(p)},[e.config,ce]);let Vn=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),f=p.get("privy_oauth_state"),C=p.get("privy_oauth_provider");return d&&f&&C?(t.startAuthFlow(new so(C,d,f)),Et("AWAITING_OAUTH_SCREEN"),!0):!1},zr=async(p,d,f)=>{let C=await t.connectors?.createWalletConnector(p,d)||null;er(C,f)};async function er(p,d){if(!p)return W({status:"disconnected",connectError:new G("Unable to connect to wallet."),connector:null,connectRetry:b}),d?.(null);W({connector:p,status:"connecting",connectError:null,connectRetry:()=>er(p,d)});try{let f=await p.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find(C=>C.id===Number(f?.chainId))){W(C=>({...C,connector:p,status:"switching_to_supported_chain",connectError:null,connectRetry:b}));try{await f?.switchChain(O.defaultChain.id),f&&(f.chainId=sr(Oo(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return W(C=>({...C,status:"connected",connectError:null,connectRetry:b})),f&&!S&&ne(ee,"connectWallet","onSuccess",f),d?.(f)}catch(f){return f instanceof He?(console.warn(f.cause?f.cause:f.message),S||ne(ee,"connectWallet","onError",f.privyErrorCode||"generic_connect_wallet_error")):(console.warn(f),S||ne(ee,"connectWallet","onError","unknown_connect_wallet_error")),W(C=>({...C,status:"disconnected",connectError:f})),d?.(null)}}let io=p=>{p!==null&&t.startAuthFlow(new No(p))},Oe=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),f=p.get("privy_wallet_client");if(!d||!f)return;if(f==="phantom"&&!it()&&Et("LOGIN_FAILED_SCREEN"),!t.connectors)throw new P("Connector not initialized");me("AWAITING_CONNECTION");let C=new URL(window.location.href);C.searchParams.delete("privy_connector"),C.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",C),zr(d,f,io)};Vt(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let oe=()=>{h(!0),me("LINK_WALLET_SCREEN")},ot=p=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},Ku=async p=>{if(!t.connectors)throw new P("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;W(f=>({...f,connector:d,status:"connected",connectError:null,connectRetry:b})),io(p),Et("AWAITING_CONNECTION")},Yu=async(p,d)=>{if(!t.connectors)throw new P("Connector not initialized");we.current="siwe",await zr(p,d,io)},El=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new P("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:f,externalTransactionId:C}=await dp(t,p,d?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:C}}else throw new P("Unsupported fund provider. Currently supported option is `moonpay`.")},$n=()=>{m(p=>{let d=t.connectors?.wallets.map(f=>({...f,linked:ot(f),loginOrLink:async()=>{if(!await f.isConnected())throw new P("Wallet is not connected");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new P("Cannot link or login with embedded wallet");Ku(f)},fund:async C=>{let{signedUrl:U,externalTransactionId:Y}=await El(f.address,C);Te({fiatOnRampPrompt:{signedUrl:U},fiatOnRampStatus:{externalTransactionId:Y}}),me("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new P("User is not authenticated.");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new P("Cannot unlink an embedded wallet");let C=await t.unlinkWallet(f.address);c(C)}}))||[];return ai(p,d)?p:d})};Vt(()=>{$n()},[s?.linkedAccounts,a,n]),Vt(()=>{if(n){if(!t.connectors)throw new P("Connector not initialized");$n(),t.connectors.on("walletsUpdated",$n)}},[n]);let Ju=()=>{me(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Vt(()=>{if(!y[0])return;let p=y[0],d=v.current.find(C=>C.address===p.address),f=s?.linkedAccounts.find(C=>C.type==="wallet"&&C.address===p.address);if(!d&&f){let C=Object.assign({},s);C.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(C)}v.current=y},[y]);let Pl=async(p,d)=>{if(te(p))throw ne(ee,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[C,U]=await Promise.all([ue.initializeWalletProxy(d),Se()]);if(!C&&e.config?.customAuth?.enabled)throw ne(ee,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!C||!U||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((Y,Ce)=>{pe(!0),Te({createWallet:{onSuccess:rt=>{ne(ee,"createWallet","onSuccess",rt),Y(rt)},onFailure:rt=>{ne(ee,"createWallet","onError","unknown_embedded_wallet_error"),Ce(rt)},callAuthOnSuccessOnClose:!1}}),me("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await C.create({accessToken:U});let Y=await ue.refreshUser(),Ce=te(Y);if(!Ce)throw ne(ee,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ne(ee,"createWallet","onSuccess",Ce),Ce}},Qu=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,f)=>new Promise(async(C,U)=>{if(!a||!s){U(new Error("User must be authenticated before signing with a Privy wallet"));return}let Y=te(s);if(!Y){U(new Error("Must have a Privy wallet before signing"));return}pe(!0);let Ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,tr=p.chainId?Number(p.chainId):Ce.chainId;Qu(tr);let rt=Object.assign({},p,{chainId:tr}),$r=async()=>{let ao=await Se();if(!ao||!_){U(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await ue.recoverEmbeddedWallet()){U(new Error("Unable to connect to wallet"));return}let xl=new Tb(ft(rt.chainId,O.chains,O.rpcConfig)),Xu=await Or(Y.address,rt,xl),ef=await Ra(ao,Y.address,_,Xu,xl);C(ef)}catch(qn){U(qn)}};if(O.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),$r();else{let ao={transactionRequest:rt,onSuccess:C,onFailure:U,uiOptions:d||{},fundWalletConfig:f},qn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:U};Te({connectWallet:qn,sendTransaction:ao}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),Vr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ju,linkWallet:oe,linkEmail:()=>{if(s?.email)throw new P("User already has an email linked to their account.");h(!0),me("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(s?.phone)throw new P("User already has a phone number linked to their account.");h(!0),me("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(s?.google)throw new P("User already has a Google account linked to their account.");await ue.initLoginWithOAuth("google")},linkTwitter:async()=>{if(s?.twitter)throw new P("User already has a Twitter account linked to their account.");await ue.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(s?.discord)throw new P("User already has a Discord account linked to their account.");await ue.initLoginWithOAuth("discord")},linkGithub:async()=>{if(s?.github)throw new P("User already has a Github account linked to their account.");await ue.initLoginWithOAuth("github")},linkTiktok:async()=>{if(s?.tiktok)throw new P("User already has a Tiktok account linked to their account.");await ue.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(s?.linkedin)throw new P("User already has a LinkedIn account linked to their account.");await ue.initLoginWithOAuth("linkedin")},linkApple:async()=>{await ue.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(p=>{Qo(()=>p)}),Qo(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}M(!0),Et("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),R(null),ne(ee,"logout","onSuccess"),h(!1),r(!1),K.del(Kr)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new X;let p=y.find(f=>s.wallet&&f.address===s.wallet.address),d=t.connectors?.walletConnectors.find(f=>f.wallets.find(C=>C.address===p?.address));return!p||!d?new X:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Cl(new xt(new X));let p=y.find(f=>s.wallet&&f.address===s.wallet.address),d=t.connectors?.walletConnectors.find(f=>f.wallets.find(C=>C.address===p?.address));return!p||!d?new Cl(new xt(new X)):new Cl(new xt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new uo(new X);let p=y.find(f=>s.wallet&&f.address===s.wallet.address),d=t.connectors?.walletConnectors.find(f=>f.wallets.find(C=>C.address===p?.address));return!p||!d?new uo(new X):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=y.find(C=>Ha(C.address)===Ha(p)),f=s?.linkedAccounts.find(C=>C.type==="wallet"&&Ha(C.address)===Ha(p));if(!d||!await d.isConnected())V(p),oe();else if(!d.linked)d.loginOrLink();else{let C=Object.assign({},s);C.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(C)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw ne(ee,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Pl(s,15e3)},setWalletPassword:()=>new Promise((p,d)=>{if(!a||!s){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let f=te(s);if(!f||!_){d(new Error("Must have a Privy wallet to add a password"));return}if(f.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}pe(!0);let C={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},U={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};Te({setWalletPassword:C,connectWallet:U}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(f,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}let U=te(s);if(!U){C(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){C(new Error("Message must be a non-empty string"));return}pe(!0);let Y=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let Ce=await Se();if(!_||!Ce)throw new Error("Unable to connect to wallet");if(!await ue.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:U.address});let{response:rt}=await _.rpc({accessToken:Ce,address:U.address,request:{method:"personal_sign",params:[p,U.address]}}),$r=rt.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:U.address}),$r};if(O.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Ce=await Y();f(Ce)}catch(Ce){C(Ce??new xe("Unable to sign message"))}}else{let rt={message:p,confirmAndSignMessage:Y,onSuccess:ao=>{f(ao)},onFailure:ao=>{C(ao)},uiOptions:d||{}},$r={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:C};Te({signMessage:rt,connectWallet:$r}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,f)=>{let U=await(await Tl(p,d,f)).wait();return Ia(U)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!te(s)){d(new Error("Must have a Privy wallet before exporting"));return}pe(!0);let C={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},U=await Se();if(!U||!_)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:U});let Y={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};Te({keyExport:Y,connectWallet:C}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}),async init(p){let d;switch(p){case"sms":d=new Ga("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":Xo.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((f,C)=>{zn.current={resolve:f,reject:C}});break;default:throw Xo.current?.reject(new P("Unsupported MFA method")),new P(`Unsupported MFA method: ${p}`)}},cancel(){Xo.current?.reject(new P("MFA canceled"))},async initEnrollmentWithSms(p){let d=await Se();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,f)=>{if(!p){ue.closePrivyModal(),d();return}Te({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:d,onFailure:f}}),me("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await Se();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 Se();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 f=await t.getAuthenticatedUser();c(f)},async submitEnrollmentWithTotp(p){let d=await Se();if(!d||!_)throw new Error("Must have valid access token to enroll in MFA");await _.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async unenroll(p){let d=await Se();if(!d||!_)throw new Error("Must have valid access token to remove MFA");await _.unenrollMfa({method:p,accessToken:d});let f=await t.getAuthenticatedUser();c(f)},loginWithCode(p){return ue.loginWithCode(p)},initLoginWithEmail(p,d){return ue.initLoginWithEmail(p,d)}};Vu=Vr.signMessage,$u=async(...p)=>{let d=await Tl(...p);return O.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let ue=(()=>({isNewUserThisSession:g,isLinking:u,linkingHint:q,pendingTransaction:null,walletConnectionStatus:L,mipdStore:A,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(U=>{Gr(()=>Y=>U(Y))}),f=new Promise(U=>setTimeout(()=>U(null),p)),C=await Promise.race([d,f]);return Gr(null),C},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&s;p.shouldCallAuthOnSuccess&&d?(ne(ee,"login","onComplete",s,g,!1,we.current??null),e.onSuccess?.(s,g)):S&&ne(ee,"login","onError","exited_auth_flow"),V(null),M(!1),h(!1),E(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:zr,initLoginWithWallet:Yu,loginWithWallet:async()=>{if(!n)throw new qr;if(!(t.authFlow instanceof No))throw new P("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(f){throw ne(ee,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(p||s||null),E(d||!1),l(!0)},initLoginWithOAuth:async p=>{t.startAuthFlow(new so(p));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof so))throw new P("Must initialize OAuth flow before calling loginWithOAuth");let d,f;if(a)d=await t.link();else try{({user:d,isNewUser:f}=await t.authenticate()),we.current=p}catch(C){throw ne(ee,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}c(d),E(f||!1),l(!0)},initLoginWithEmail:async(p,d)=>{let f=new Wo(p,d);t.startAuthFlow(f);try{we.current="email",await f.sendCodeEmail()}catch(C){throw ne(ee,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}},initLoginWithSms:async(p,d)=>{let f=new Lo(p,d);t.startAuthFlow(f);try{we.current="sms",await f.sendSmsCode()}catch(C){throw ne(ee,"login","onError",C.privyErrorCode||"unknown_auth_error"),C}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new qr;if(t.authFlow instanceof Wo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof Lo)t.authFlow.meta.smsCode=p.trim();else throw new P("Must initialize a passwordless code flow first");let d,f;a?d=await t.link():{user:d,isNewUser:f}=await t.authenticate(),c(d||s||null),E(f||!1),l(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:_,createAnalyticsEvent:(p,d,f)=>t.createAnalyticsEvent(p,d,f),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let f=s?.linkedAccounts.find(U=>U.type==="wallet"&&U.walletClientType==="privy"),C=await Se();if(!C||!_||!f){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}pe(!0);try{await _.connect({accessToken:C,address:f.address}),p(!0)}catch(U){vr(U)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await _.recover({address:f.address,accessToken:C})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),p(!0)):vr(U)?(Te({recoverWallet:{privyWallet:f,onFailure:d,onSuccess:()=>p(!0)}}),me("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(U)}}),getFiatOnRampConfig:El,setReadyToTrue:()=>{i(!0),$t?.()},updateWallets:()=>$n()}))();qu=ue.recoverEmbeddedWallet;let Zu=Sb(()=>({wallets:y}),[y]);return Mo(ke.Provider,{value:Vr,children:Mo(fl.Provider,{value:ee,children:Mo(cl.Provider,{value:Zu,children:bl(Ep,{...O,children:[e.children,bl(is.Provider,{value:ue,children:[Mo(mu,{theme:{...O.appearance.palette||{}}}),bl(Sc,{appConfig:O,data:N,setModalData:Te,setInitialScreen:R,initialScreen:w,visible:o,authenticated:a,children:[Mo(uu,{open:o}),Mo(Tu,{})]}),ve&&ce.id?Mo(zu,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Xo,mfaSubmitPromise:zn,onLoad:J,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Ib}from"react";function Mb(e){let{login:t}=Ib(ke);return Ft("login",e),{login:t}}import{useContext as Wb}from"react";function Nb(e){let{logout:t}=Wb(ke);return Ft("logout",e),{logout:t}}import{useCallback as ju}from"react";var Lb=()=>{let e=Mt(),{initLoginWithEmail:t,loginWithCode:o}=B(),r=ju(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=ju(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new wn(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as Ob}from"react";function Db(e){let{connectWallet:t}=Ob(ke);return Ft("connectWallet",e),{connectWallet:t}}import{useContext as Ub}from"react";function Fb(e){let{createWallet:t}=Ub(ke);return Ft("createWallet",e),{createWallet:t}}export{xt as AsExternalProvider,Cn as Captcha,Xr as ConnectorManager,tn as PrivyClient,Rb as PrivyProvider,X as PrivyProxyProvider,Fn as SUPPORTED_CHAINS,za as VERSION,_e as WalletConnector,Qh as errorIndicatesMaxMfaRetries,Yh as errorIndicatesMfaTimeout,Jh as errorIndicatesMfaVerificationFailed,Se as getAccessToken,Db as useConnectWallet,Fb as useCreateWallet,Mb as useLogin,Lb as useLoginWithEmail,Nb as useLogout,gl as useMfa,Tn as useMfaEnrollment,B as usePrivy,hl as useRegisterMfaListener,Dn as useWallets};
|