@privy-io/react-auth 1.49.2 → 1.49.3-beta-20231130190830
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 +364 -373
- package/dist/index.d.ts +26 -0
- package/dist/index.js +355 -364
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var
|
|
1
|
+
var of=(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)=>(of(e,t,"access private method"),o);import{getAddress as Ba}from"@ethersproject/address";import{StaticJsonRpcProvider as kb,Web3Provider as Cl}from"@ethersproject/providers";import{createStore as Rb}from"mipd";import{useEffect as Ht,useMemo as Ab,useRef as Ga,useState as se}from"react";import{FetchError as rf}from"ofetch";var Ge=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}]`:""}`}},lr=class extends Ge{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},C=class extends Ge{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Kn=class extends C{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var B=class extends Ge{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},te=e=>{if(e instanceof Ge)return e;if(!(e instanceof rf))return ze(e);if(!e.response)return new lr("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new lr(t||"ApiError",e.response.status,o||r,e,n)},ze=e=>e instanceof Ge?e:e instanceof Error?new C(e.message,e):new C(`Internal error: ${e}`);var Jr=class extends C{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},He=class extends C{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},jn=class extends C{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",Kl=()=>"/api/v1/custom_jwt_account/authenticate",jl=()=>"/api/v1/mfa/passwordless_sms/init";var Yl=()=>"/api/v1/mfa/passwordless_sms/enroll";var cr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");try{let t=Kl(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw te(t)}}async link(){throw new Error("Unimplemented")}};var Mo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("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 te(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("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 te(t)}}async sendCodeEmail(t,o){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new C("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 te(r)}}};var io=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 C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new C("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=te(t);throw o.privyErrorCode?new C(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new C("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new C("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new C("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 te(t)}}async getAuthorizationUrl(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.provider)throw new C("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},{baseURL:this.api?.fallbackApiUrl})}catch(t){throw te(t)}}};var rt=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 Wo=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 st(this._getNonceOnce.bind(this)),this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(_l(),{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 w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(kl(),{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 w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Sl(),{address:t})).nonce}async buildSiweMessage(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Oo=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Wl(),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 w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Nl();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 w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Ml();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ee(r)}}};import{v4 as Gf}from"uuid";function je(e){return new Date(e*1e3)}function Zu(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:je(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:je(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:je(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:je(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:je(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:je(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:je(o.verified_at)};t.push(u);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:je(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:je(o.verified_at)};t.push(y);break;case"apple_oauth":let f={subject:o.subject,email:o.email,type:o.type,verifiedAt:je(o.verified_at)};t.push(f);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:je(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Tt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var re=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Xu=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),io=(e,t)=>t==="all-users"&&!re(e)||t==="users-without-wallets"&&!Xu(e)?.length;function ht(e){if(!e)return null;let t=Zu(e.linked_accounts),o=Tt(t,"wallet"),r=Tt(t,"email"),n=Tt(t,"phone"),i=Tt(t,"google_oauth"),a=Tt(t,"twitter_oauth"),l=Tt(t,"discord_oauth"),s=Tt(t,"github_oauth"),c=Tt(t,"tiktok_oauth"),u=Tt(t,"linkedin_oauth"),h=Tt(t,"apple_oauth"),y=e.mfa_methods.map(({type:P,verified_at:g})=>({type:P,verifiedAt:je(g)}));return{id:e.id,createdAt:je(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(P=>P.type)}}import{getAddress as Rc}from"@ethersproject/address";import Of from"eventemitter3";var Kl="1.49.2";var ti="4df5e2316331463a9130964bd6078dfa",jl="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Yl="34357d3c125c2bcf2ce2bc3309d98715",oi="https://auth.privy.io",Jl=2e4,Ye=1400,Ql=2500,Ba=Kl;var cr="privy:token",Ga="privy-token",ri="privy:refresh_token",Ha="privy-refresh-token",Zl="privy-session",Xr="privy:session_transfer_token",tf="privy:wallet",en="privy:caid",ni=e=>`${tf}:${e}`,za="privy:connectors",Va="privy:connections";var tn=12e4,Bt=1,$a="0x1",pr=3e4,Xl="https://api.moonpay.com/v1",ec="https://api.moonpay.com/v1",tc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",oc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",rc="0x420000000000000000000000000000000000000F",nc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var qa=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)}},Ka=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 of(){return typeof window<"u"&&window.localStorage?new Ka:new qa}var $=of();import{isPossiblePhoneNumber as rf}from"libphonenumber-js/min";var dr=e=>!!e&&!!e.findProvider({rdns:Do.METAMASK}),on=e=>!!e&&!!e.findProvider({rdns:Do.RAINBOW}),rn=()=>{let e=window;if(!e.ethereum)return!1;if(ja(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(ja(t,!1))return!0}return!!window.ethereum.isZerion},ja=(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(!ja(o))return!1}return!0},lt=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),ii=()=>{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 ic=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,}))$/),ai=e=>rf(String(e),"US"),ac=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ao=(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}`},Ya=e=>new Promise(t=>setTimeout(t,e));function sc(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 lc=(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 Ya(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},si=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Ja=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Uo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function cc(e,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=[];dr(e)&&a.push("metamask"),lt()&&a.push("phantom"),r.ethereum&&r.ethereum.isBraveWallet&&a.push("brave"),n(a)}})}function mr(e){return`eip155:${String(Number(e))}`}var yt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new F(`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]+"/"+ti:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+jl:i=n.rpcUrls.default?.http[0],!i)throw new F(`No RPC url found for ${e}`);return i},pc=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new F(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import ff from"@coinbase/wallet-sdk";import{jsx as dc,jsxs as nf}from"react/jsx-runtime";var so=({style:e,...t})=>nf("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:[dc("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),dc("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 gc}from"@ethersproject/providers";import{default as mf}from"eventemitter3";import{StaticJsonRpcProvider as uc}from"@ethersproject/providers";import df from"eventemitter3";var af=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],mc=e=>af.includes(e);import{ErrorCode as sf}from"@ethersproject/logger";var ur=class extends F{constructor(){super("Wallet timeout");this.type="wallet_error"}},fr=class extends F{constructor(){super("User rejected connection");this.type="wallet_error"}},ct=e=>{if(e instanceof F)return e;if(e?.code&&e?.reason){let t=new xe(e);return e.code===sf.ACTION_REJECTED&&(t.details=Ue.E4001_USER_REJECTED_REQUEST),t}return e?.code?new xe(e):new F("Unknown connector error",e)},Pt=class extends $e{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},xe=class extends Pt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Ue).find(i=>i.eipCode===r.code);this.details=n||Ue.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Ue.E32002_CONNECTION_ALREADY_PENDING:this.details=Ue.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ue.E32002_WALLET_LOCKED))}},lf={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}},cf={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}},pf={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}},Ue={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...pf,...cf},Gt={...lf,...Ue};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 ur,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||tn,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 F(`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 ct(o)})}},lo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},li=class extends df{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 uc(yt(a,this.chains,n)),this.rpcTimeoutDuration=hr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new lo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Se()||!this.address)throw new lo("Disconnected",4900);return(await hc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new lo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new lo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new uc(yt(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 fc(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:Uo(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 Uo(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(mc(o.method)){let r=await Se();if(await yc(),!r||!this.address)throw new lo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new lo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await 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)}},co=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 uf=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},_e=class extends mf{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=mr(o),this.walletClientType==="privy"&&$.put(ni(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=hr(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 F("Wallet is not currently connected.");let a=this.wallets.find(h=>St(h.address)===St(o))?.chainId;if(!a)throw new F("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===mr(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new F(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(h){if(uf(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 F(`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 F("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new F("Wallet is not currently connected.");return new gc(new xt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new F("Wallet is not currently connected.");return new co(this.proxyProvider)},sign:async i=>{if(!await n())throw new F("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=$.get(ni(i));this.chains.find(u=>u.id===Number(c))||($.del(ni(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 ${$a}`,c),l=$a}let s=mr(l);a.find(c=>St(c.address)===i)||a.push(this.buildConnectedWallet(St(n),s)),ci(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>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 gc(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 hf=e=>{let t=`https://mainnet.infura.io/v3/${ti}`,o=1;return e.makeWeb3Provider(t,o)},pi,di=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(),pi||(pi=new ff({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(hf(pi)),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(){pi.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:so}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new F("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw ct(o)}}};import{jsx as vc}from"react/jsx-runtime";var yr=({...e})=>vc("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:vc("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var mi=class extends _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:[Uo(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:yr}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as r0}from"@ethersproject/address";import{Web3Provider as i0}from"@ethersproject/providers";import{isMobile as gf}from"react-device-detect";import{jsx as Je,jsxs as yf}from"react/jsx-runtime";var Qe=({style:e,...t})=>yf("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 ui=class extends _e{constructor(o,r,n,i){super("metamask",o,r,n);this.connectorType="injected";this.proxyProvider=new te(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let a=window;this.store=i;let l=i.findProvider({rdns:Do.METAMASK}),s=a.ethereum;if(l)s=l.provider;else{let c=a.ethereum.providers||[];for(let u of c)if(u.isMetaMask){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:"MetaMask",icon:Qe}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!gf&&dr(this.store)&&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 F("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw ct(o)}}};import{jsx as wc,jsxs as vf}from"react/jsx-runtime";var _t=({style:e,...t})=>vf("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:[wc("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),wc("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 fi=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 F("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw ct(o)}}};import{jsx as B,jsxs as Ze}from"react/jsx-runtime";var hi=({style:e,...t})=>Ze("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:[B("g",{clipPath:"url(#clip0_5_32)",children:Ze("g",{clipPath:"url(#clip1_5_32)",children:[B("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:B("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"})}),B("g",{mask:"url(#mask0_5_32)",children:B("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),B("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)"}),B("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),B("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),B("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),B("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),B("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),B("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)"}),B("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),B("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),Ze("defs",{children:[Ze("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[B("stop",{stopColor:"#174299"}),B("stop",{offset:"1",stopColor:"#001E59"})]}),Ze("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[B("stop",{offset:"0.770277",stopColor:"#FF4000"}),B("stop",{offset:"1",stopColor:"#8754C9"})]}),Ze("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[B("stop",{stopColor:"#FF4000"}),B("stop",{offset:"1",stopColor:"#8754C9"})]}),Ze("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[B("stop",{stopColor:"#8754C9"}),B("stop",{offset:"1",stopColor:"#FF4000"})]}),Ze("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[B("stop",{offset:"0.723929",stopColor:"#FFF700"}),B("stop",{offset:"1",stopColor:"#FF9901"})]}),Ze("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[B("stop",{stopColor:"#FFF700"}),B("stop",{offset:"1",stopColor:"#FF9901"})]}),Ze("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[B("stop",{stopColor:"#FFF700"}),B("stop",{offset:"1",stopColor:"#FF9901"})]}),Ze("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[B("stop",{offset:"0.59513",stopColor:"#00AAFF"}),B("stop",{offset:"1",stopColor:"#01DA40"})]}),Ze("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[B("stop",{stopColor:"#00AAFF"}),B("stop",{offset:"1",stopColor:"#01DA40"})]}),Ze("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:[B("stop",{stopColor:"#00AAFF"}),B("stop",{offset:"1",stopColor:"#01DA40"})]}),B("clipPath",{id:"clip0_5_32",children:B("rect",{width:"120",height:"120",fill:"white"})}),B("clipPath",{id:"clip1_5_32",children:B("rect",{width:"120",height:"120",fill:"white"})})]})]});var yi=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:Do.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:hi}}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 F("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw ct(o)}}};import{EthereumProvider as If,OPTIONAL_EVENTS as Mf,OPTIONAL_METHODS as Wf}from"@walletconnect/ethereum-provider";import{isAndroid as Nf,isMobile as Lf}from"react-device-detect";import{createContext as Cf,useContext as bf,useEffect as Ef,useRef as Tf,useState as Pf}from"react";import{jsx as wf}from"react/jsx-runtime";function Cc(e){return wf("link",{rel:"prefetch",href:e.src})}var C=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Sf,jsxs as _f}from"react/jsx-runtime";var xf="LANDING",bc=Cf({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:C,navigateBack:C,resetNavigation:C,setModalData:C,onUserCloseViaDialogOrKeybindRef:void 0}),Ec=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Pf(e.initialScreen);Ef(()=>{o||e.setInitialScreen(xf)},[o]);let i=Tf(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 _f(bc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Sf(Cc,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},T=()=>bf(bc);import{jsx as gr,jsxs as kf}from"react/jsx-runtime";var vr=({style:e,...t})=>{let{app:o}=T();return kf("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:[gr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),gr("g",{clipPath:"url(#clip0_1765_9946)",children:gr("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"})}),gr("defs",{children:gr("clipPath",{id:"clip0_1765_9946",children:gr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{isAndroid as Pc,isDesktop as Rf,isMobileOnly as Af}from"react-device-detect";var gi=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Fo))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Fo={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 xc(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Sc(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 _c(e,t){return Pc?e:Sc(e,xc(t))}var kc="WALLETCONNECT_DEEPLINK_CHOICE";function Tc(e){let t=e.href.split("?")[0];$.put(kc,{...e,href:t})}var wr=(e,t)=>{if(!e||Rf){$.del(kc);return}if(Pc){Tc({name:"Unknown",href:t||"wc:"});return}else if(Af){let o=Sc(t||"wc:",xc(e));Tc({name:e?.displayName||"",href:o})}};var nn=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=Fo[a],this.walletClientType=a,wr(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=gi(this.walletProvider.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",wr(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:Qe}:{name:Ja(this.walletProvider.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider.session?.peer.metadata.icons?.[0]||vr}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Fo[o],this.walletClientType=o,wr(void 0),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new fr)};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 F("Unable to retrieve address");if(this.walletProvider.session?.peer.metadata.url){let s=gi(this.walletProvider.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=hr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(ct(a));return}r(new F("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=yt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await If.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Mf,optionalMethods:Wf,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(Nf)window.open(n,"_self","noopener,noreferrer");else if(Lf&&this.walletEntry){wr(this.walletEntry,n);let a=_c(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=gi(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown",wr(this.walletEntry)}}),r}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var Qa=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Rc(t)).length:!1},hr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||tn:tn,Do={METAMASK:"io.metamask",RAINBOW:"me.rainbow"},an=class extends Of{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||($.get(za)&&($.getKeys().forEach(o=>{o.startsWith("walletconnect")&&$.del(o)}),$.del(za)),cc(this.store).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}})),(ii()||$.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 li(o,r,this.rpcConfig,this.chains,n.id),l=new mi(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 nn&&n.resetConnection(r),n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return lt()?new fi(this.chains,this.defaultChain,this.rpcConfig):null;case"rainbow":return on(this.store)?new yi(this.chains,this.defaultChain,this.rpcConfig,this.store):null;case"metamask":default:return rn()?new ui(this.chains,this.defaultChain,this.rpcConfig,this.store):null}case"coinbase_wallet":return new di(this.chains,this.defaultChain,this.rpcConfig);case"wallet_connect_v2":return new nn(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=$.get(Va);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}));$.put(Va,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=Rc(o),this.emit("walletsUpdated")}};function ci(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as Df}from"ofetch";var Uf=[Zn(),ei(),Xn()],Ff=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal},vi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Ba,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=Df.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=!Uf.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=Ff(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 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 sn from"js-cookie";function Ac(e){return e instanceof No?"email":e instanceof Oo?"sms":e instanceof Lo?"siwe":e instanceof lr?"custom_auth":e instanceof ro?e.meta.provider:null}import*as Ic from"jose";var kt=class{static parse(t){try{return new kt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ic.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 Bf=30,wi=class{constructor(){this.authenticateOnce=new st(async t=>this._authenticate(t)),this.linkOnce=new st(async t=>this._link(t)),this.refreshOnce=new st(this._refresh.bind(this)),this.destroyOnce=new st(this._destroy.bind(this)),this.forkSessionOnce=new st(this._forkSession.bind(this))}get token(){try{let t=$.get(cr);return typeof t=="string"?new kt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=$.get(ri);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=$.get(Xr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=sn.get(Zl);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(Bf)}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=Ac(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:ht(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ke(o)}}async _link(t){try{let o=await t.link();return ht(o)}catch(o){throw console.warn("Error linking account"),Ke(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Zn(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(ei(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),ht(n.user)}catch(n){if(n instanceof sr&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ke(n)}}async _destroy(){try{await this.api?.post(Xn(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(xl(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ke(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if($.put(cr,t),!this.client?.useServerCookies){let o=kt.parse(t)?.expiration;sn.set(Ga,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else $.del(cr),sn.remove(Ga)}storeRefreshToken(t){typeof t=="string"?($.put(ri,t),this.client?.useServerCookies||sn.set(Ha,t,{sameSite:"Strict",secure:!0,expires:30})):($.del(ri),sn.remove(Ha))}clearForkedToken(){$.del(Xr)}};var Za,Ci,Mc,ln=class{constructor(t){Tl(this,Ci);this.apiUrl=t.apiUrl||oi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Jl,this.appId=t.appId,this.clientAnalyticsId=Pl(this,Ci,Mc).call(this),Za||(Za=new wi),this.session=Za,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i){this.connectors||(this.connectors=new an(t,o,r,n,i))}generateApi(){let t=new vi(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Fl(),{address:t});return ht(o)}catch(o){throw Ke(o)}}async unlinkPhone(t){try{let o=await this.api.post(Bl(),{phoneNumber:t});return ht(o)}catch(o){throw Ke(o)}}async unlinkWallet(t){try{let o=await this.api.post(Ul(),{address:t});return ht(o)}catch(o){throw Ke(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Gl(),{provider:t,subject:o});return ht(r)}catch(r){throw Ke(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(Hl(),{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(zl(),t)}catch(o){throw Ke(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)}}catch(t){throw Ke(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};Ci=new WeakSet,Mc=function(){if(typeof window>"u")return null;try{let o=$.get(en);if(typeof o=="string"&&o.length>0)return o}catch{}let t=Gf();try{return $.put(en,t),t}catch{return t}};import"wicg-inert";import{disableBodyScroll as GC,clearAllBodyScrollLocks as HC}from"body-scroll-lock";import{useRef as fu,useCallback as zC,useState as VC}from"react";import{useEffect as hl}from"react";import $C from"react-dom";import Wa from"styled-components";import{createContext as Hf,useContext as zf}from"react";var Xa=Hf({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:C,initializeWalletProxy:C,getAuthMeta:C,getAuthFlow:C,closePrivyModal:C,connectWallet:C,initLoginWithWallet:C,loginWithWallet:C,loginWithCode:C,initLoginWithEmail:C,initLoginWithSms:C,resendEmailCode:C,resendSmsCode:C,initLoginWithOAuth:C,loginWithOAuth:C,refreshUser:C,walletProxy:null,createAnalyticsEvent:C,getUsdTokenPrice:C,recoverEmbeddedWallet:C,getFiatOnRampConfig:C,updateWallets:C,setReadyToTrue:C}),_=()=>zf(Xa);import{createContext as Vf,useContext as $f}from"react";var ke=Vf({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:C,login:C,linkEmail:C,linkPhone:C,linkWallet:C,linkGoogle:C,linkTwitter:C,linkDiscord:C,linkGithub:C,linkTiktok:C,linkLinkedIn:C,linkApple:C,logout:C,getAccessToken:C,getEthereumProvider:C,getEthersProvider:C,getWeb3jsProvider:C,unlinkEmail:C,unlinkPhone:C,unlinkWallet:C,unlinkGoogle:C,unlinkTwitter:C,unlinkDiscord:C,unlinkGithub:C,unlinkTiktok:C,unlinkLinkedIn:C,unlinkApple:C,setActiveWallet:C,forkSession:C,createWallet:C,signMessage:C,initEnrollmentWithSms:C,initEnrollmentWithTotp:C,init:C,submitEnrollmentWithSms:C,submitEnrollmentWithTotp:C,unenroll:C,submit:C,cancel:C,sendTransaction:C,exportWallet:C,setWalletPassword:C,initLoginWithEmail:C,loginWithCode:C}),G=()=>$f(ke);import{useEffect as qf,useState as Kf}from"react";var Wc=e=>{let[t,o]=Kf("auto");return qf(()=>{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 ss from"styled-components";import Bo,{css as rs}from"styled-components";import ts from"styled-components";import{Fragment as Yf,jsx as es,jsxs as Jf}from"react/jsx-runtime";var bi=({success:e,fail:t})=>Jf(Yf,{children:[es(gt,{className:e?"success":t?"fail":""}),es(os,{className:e?"success":t?"fail":""})]}),gt=ts.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new rt(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 C("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 te(t)}}async link(){if(!this.api)throw new C("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 te(t)}}async sign(){if(!this.api)throw new C("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new C("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 C("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 C("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 No=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("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 te(t)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("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 te(t)}}async sendSmsCode(t,o){if(!this.api)throw new C("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new C("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 te(r)}}};import{v4 as Kf}from"uuid";function Ve(e){return new Date(e*1e3)}function nf(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:Ve(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:Ve(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ve(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:Ve(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:Ve(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:Ve(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:Ve(o.verified_at)};t.push(f);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ve(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:Ve(o.verified_at)};t.push(y);break;case"apple_oauth":let m={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ve(o.verified_at)};t.push(m);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ve(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function bt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var re=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,af=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),so=(e,t)=>t==="all-users"&&!re(e)||t==="users-without-wallets"&&!af(e)?.length;function mt(e){if(!e)return null;let t=nf(e.linked_accounts),o=bt(t,"wallet"),r=bt(t,"email"),n=bt(t,"phone"),i=bt(t,"google_oauth"),a=bt(t,"twitter_oauth"),l=bt(t,"discord_oauth"),s=bt(t,"github_oauth"),c=bt(t,"tiktok_oauth"),f=bt(t,"linkedin_oauth"),h=bt(t,"apple_oauth"),y=e.mfa_methods.map(({type:b,verified_at:P})=>({type:b,verifiedAt:Ve(P)}));return{id:e.id,createdAt:Ve(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(b=>b.type)}}import{getAddress as Wc}from"@ethersproject/address";import Hf from"eventemitter3";var Jl="1.49.3-beta-20231130190830";var Zn="4df5e2316331463a9130964bd6078dfa",Ql="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Zl="34357d3c125c2bcf2ce2bc3309d98715",Xn="https://auth.privy.io",Xl=2e4,$e=1400,ec=2500,Ha=Jl;var pr="privy:token",za="privy-token",ei="privy:refresh_token",Va="privy-refresh-token",tc="privy-session",Qr="privy:session_transfer_token",lf="privy:wallet",Zr="privy:caid",ti=e=>`${lf}:${e}`,$a="privy:connectors",qa="privy:connections";var Xr=12e4,Vt=1,Ka="0x1",dr=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 ja=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Ya=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function cf(){return typeof window<"u"&&window.localStorage?new Ya:new ja}var K=cf();import{isPossiblePhoneNumber as pf}from"libphonenumber-js/min";var mr=e=>!!e&&!!e.findProvider({rdns:Lo.METAMASK}),en=e=>!!e&&!!e.findProvider({rdns:Lo.RAINBOW}),lc=()=>{let e=window;if(!e.ethereum)return!1;if(Ja(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Ja(t,!1))return!0}return!!window.ethereum.isZerion},Ja=(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(!Ja(o))return!1}return!0},nt=()=>!!("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,}))$/),ri=e=>pf(String(e),"US"),pc=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},lo=(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 dc(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,t=3e3){let o=!1,r=window;return new Promise(n=>{r.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},t));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);let a=[];mr(e)&&a.push("metamask"),nt()&&a.push("phantom"),r.ethereum&&r.ethereum.isBraveWallet&&a.push("brave"),n(a)}})}function ur(e){return`eip155:${String(Number(e))}`}var ut=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new B(`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 B(`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 B(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import Cf from"@coinbase/wallet-sdk";import{jsx as hc,jsxs as df}from"react/jsx-runtime";var Do=({style:e,...t})=>df("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 Tt}from"@ethersproject/address";import{Web3Provider as bc}from"@ethersproject/providers";import{default as vf}from"eventemitter3";import{StaticJsonRpcProvider as gc}from"@ethersproject/providers";import gf from"eventemitter3";var mf=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],yc=e=>mf.includes(e);import{ErrorCode as uf}from"@ethersproject/logger";var fr=class extends B{constructor(){super("Wallet timeout");this.type="wallet_error"}},hr=class extends B{constructor(){super("User rejected connection");this.type="wallet_error"}},it=e=>{if(e instanceof B)return e;if(e?.code&&e?.reason){let t=new xe(e);return e.code===uf.ACTION_REJECTED&&(t.details=De.E4001_USER_REJECTED_REQUEST),t}return e?.code?new xe(e):new B("Unknown connector error",e)},Et=class extends Ge{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},xe=class extends Et{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))}},ff={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}},hf={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}},yf={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},...yf,...hf},$t={...ff,...De};var oe=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new fr,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||Xr,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new B(`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 it(o)})}},co=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ii=class extends gf{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(ut(a,this.chains,n)),this.rpcTimeoutDuration=yr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new co(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Se()||!this.address)throw new co("Disconnected",4900);return(await wc(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new co(`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 co(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new gc(ut(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 co("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 co("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}}},Pt=class extends oe{constructor(o){super(o,o.rpcTimeoutDuration)}},po=class extends oe{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var wf=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},_e=class extends vf{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=ur(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=yr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>Tt(i.address)===Tt(o));return{address:Tt(o),chainId:r,switchChain:async i=>{if(!n)throw new B("Wallet is not currently connected.");let a=this.wallets.find(h=>Tt(h.address)===Tt(o))?.chainId;if(!a)throw new B("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===ur(l))return;let c=this.chains.find(h=>h.id===s);if(!c)throw new B(`Unsupported chainId: ${i}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await f()}catch(h){if(wf(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 B(`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 B("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new B("Wallet is not currently connected.");return new bc(new Pt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new B("Wallet is not currently connected.");return new po(this.proxyProvider)},sign:async i=>{if(!await n())throw new B("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=Tt(n),a=[],l;if(this.walletClientType==="privy"){let c=K.get(ti(i));this.chains.find(f=>f.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=ur(l);a.find(c=>Tt(c.address)===i)||a.push(this.buildConnectedWallet(Tt(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=>Tt(n)===Tt(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 Pt(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 bf=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 oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),si||(si=new Cf({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(bf(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 B("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw it(o)}}};import{jsx as Ec}from"react/jsx-runtime";var gr=({...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:gr}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as h0}from"@ethersproject/address";import{Web3Provider as g0}from"@ethersproject/providers";import{isMobile as Pf}from"react-device-detect";import{jsx as qe,jsxs as Ef}from"react/jsx-runtime";var ft=({style:e,...t})=>Ef("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:[qe("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),qe("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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"}),qe("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 pi=class extends _e{constructor(o,r,n,i){super("metamask",o,r,n);this.connectorType="injected";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let a=window;this.store=i;let l=i.findProvider({rdns:Lo.METAMASK}),s=a.ethereum;if(l)s=l.provider;else{let c=a.ethereum.providers||[];for(let f of c)if(f.isMetaMask){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:"MetaMask",icon:ft}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!Pf&&mr(this.store)&&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 B("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw it(o)}}};import{jsx as Pc,jsxs as Tf}from"react/jsx-runtime";var xt=({style:e,...t})=>Tf("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 di=class extends _e{constructor(o,r,n){super("phantom",o,r,n);this.connectorType="injected";this.proxyProvider=new oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:xt}}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 B("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw it(o)}}};import{jsx as G,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:[G("g",{clipPath:"url(#clip0_5_32)",children:Ke("g",{clipPath:"url(#clip1_5_32)",children:[G("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:G("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"})}),G("g",{mask:"url(#mask0_5_32)",children:G("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),G("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)"}),G("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),G("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),G("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),G("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),G("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),G("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)"}),G("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),G("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:[G("stop",{stopColor:"#174299"}),G("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:[G("stop",{offset:"0.770277",stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),Ke("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),Ke("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#8754C9"}),G("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:[G("stop",{offset:"0.723929",stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),Ke("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),Ke("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("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:[G("stop",{offset:"0.59513",stopColor:"#00AAFF"}),G("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:[G("stop",{stopColor:"#00AAFF"}),G("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:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),G("clipPath",{id:"clip0_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})}),G("clipPath",{id:"clip1_5_32",children:G("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 oe(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let a=window,l=i.findProvider({rdns:Lo.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 B("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw it(o)}}};import{EthereumProvider as Df,OPTIONAL_EVENTS as Uf,OPTIONAL_METHODS as Ff}from"@walletconnect/ethereum-provider";import{isAndroid as Bf,isMobile as Gf}from"react-device-detect";import{createContext as Sf,useContext as _f,useEffect as kf,useRef as Rf,useState as Af}from"react";import{jsx as xf}from"react/jsx-runtime";function Tc(e){return xf("link",{rel:"prefetch",href:e.src})}var w=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Mf,jsxs as Wf}from"react/jsx-runtime";var If="LANDING",xc=Sf({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:w,navigateBack:w,resetNavigation:w,setModalData:w,onUserCloseViaDialogOrKeybindRef:void 0}),Sc=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=Af(e.initialScreen);kf(()=>{o||e.setInitialScreen(If)},[o]);let i=Rf(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 Wf(xc.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Mf(Tc,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},T=()=>_f(xc);import{jsx as vr,jsxs as Nf}from"react/jsx-runtime";var wr=({style:e,...t})=>{let{app:o}=T();return Nf("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:[vr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),vr("g",{clipPath:"url(#clip0_1765_9946)",children:vr("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"})}),vr("defs",{children:vr("clipPath",{id:"clip0_1765_9946",children:vr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{isAndroid as kc,isDesktop as Lf,isMobileOnly as Of}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 Cr=(e,t)=>{if(!e||Lf){K.del(Mc);return}if(kc){_c({name:"Unknown",href:t||"wc:"});return}else if(Of){let o=Ac(t||"wc:",Rc(e));_c({name:e?.displayName||"",href:o})}};var tn=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 oe(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Uo[a],this.walletClientType=a,Cr(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",Cr(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:ft}:{name:Za(this.walletProvider.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider.session?.peer.metadata.icons?.[0]||wr}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Uo[o],this.walletClientType=o,Cr(void 0),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new hr)};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 B("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=yr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(it(a));return}r(new B("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=ut(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Df.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Uf,optionalMethods:Ff,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(Bf)window.open(n,"_self","noopener,noreferrer");else if(Gf&&this.walletEntry){Cr(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",Cr(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},yr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Xr:Xr,Lo={METAMASK:"io.metamask",RAINBOW:"me.rainbow"},on=class extends Hf{constructor(o,r,n,i,a){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new oe:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(K.get($a)&&(K.getKeys().forEach(o=>{o.startsWith("walletconnect")&&K.del(o)}),K.del($a)),uc(this.store).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 tn&&n.resetConnection(r),n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return nt()?new di(this.chains,this.defaultChain,this.rpcConfig):null;case"rainbow":return en(this.store)?new ui(this.chains,this.defaultChain,this.rpcConfig,this.store):null;case"metamask":default:return lc()?new pi(this.chains,this.defaultChain,this.rpcConfig,this.store):null}case"coinbase_wallet":return new li(this.chains,this.defaultChain,this.rpcConfig);case"wallet_connect_v2":return new tn(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(qa);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));K.put(qa,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=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 zf}from"ofetch";var Vf=[Yn(),Qn(),Jn()],$f=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=Ha,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=zf.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=!Vf.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=$f(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 te(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw te(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw te(r)}}};import rn from"js-cookie";function Nc(e){return e instanceof Mo?"email":e instanceof No?"sms":e instanceof Wo?"siwe":e instanceof cr?"custom_auth":e instanceof io?e.meta.provider:null}import*as Lc from"jose";var St=class{static parse(t){try{return new St(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 qf=30,yi=class{constructor(){this.authenticateOnce=new rt(async t=>this._authenticate(t)),this.linkOnce=new rt(async t=>this._link(t)),this.refreshOnce=new rt(this._refresh.bind(this)),this.destroyOnce=new rt(this._destroy.bind(this)),this.forkSessionOnce=new rt(this._forkSession.bind(this))}get token(){try{let t=K.get(pr);return typeof t=="string"?new St(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(Qr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=rn.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=St.parse(this.token);return t!==null&&!t.isExpired(qf)}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:mt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),ze(o)}}async _link(t){try{let o=await t.link();return mt(o)}catch(o){throw console.warn("Error linking account"),ze(o)}}async _refresh(){if(!this.api)throw new C("Session has no API instance");if(!this.client)throw new C("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),mt(n.user)}catch(n){if(n instanceof lr&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw ze(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 C("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 ze(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){if(K.put(pr,t),!this.client?.useServerCookies){let o=St.parse(t)?.expiration;rn.set(za,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}}else K.del(pr),rn.remove(za)}storeRefreshToken(t){typeof t=="string"?(K.put(ei,t),this.client?.useServerCookies||rn.set(Va,t,{sameSite:"Strict",secure:!0,expires:30})):(K.del(ei),rn.remove(Va))}clearForkedToken(){K.del(Qr)}};var es,gi,Oc,nn=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 on(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 C("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new C("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 mt(o)}catch(o){throw ze(o)}}async unlinkPhone(t){try{let o=await this.api.post(zl(),{phoneNumber:t});return mt(o)}catch(o){throw ze(o)}}async unlinkWallet(t){try{let o=await this.api.post(Gl(),{address:t});return mt(o)}catch(o){throw ze(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Vl(),{provider:t,subject:o});return mt(r)}catch(r){throw ze(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 ze(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?St.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 ze(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(Zr);if(typeof o=="string"&&o.length>0)return o}catch{}let t=Kf();try{return K.put(Zr,t),t}catch{return t}};import"wicg-inert";import{useRef as HC,useState as zC}from"react";import{useEffect as VC}from"react";import $C from"react-dom";import{createContext as jf,useContext as Yf}from"react";var ke=jf({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:w,login:w,linkEmail:w,linkPhone:w,linkWallet:w,linkGoogle:w,linkTwitter:w,linkDiscord:w,linkGithub:w,linkTiktok:w,linkLinkedIn:w,linkApple:w,logout:w,getAccessToken:w,getEthereumProvider:w,getEthersProvider:w,getWeb3jsProvider:w,unlinkEmail:w,unlinkPhone:w,unlinkWallet:w,unlinkGoogle:w,unlinkTwitter:w,unlinkDiscord:w,unlinkGithub:w,unlinkTiktok:w,unlinkLinkedIn:w,unlinkApple:w,setActiveWallet:w,forkSession:w,createWallet:w,signMessage:w,enrollInMfa:w,initEnrollmentWithSms:w,initEnrollmentWithTotp:w,init:w,submitEnrollmentWithSms:w,submitEnrollmentWithTotp:w,unenroll:w,submit:w,cancel:w,sendTransaction:w,exportWallet:w,setWalletPassword:w,initLoginWithEmail:w,loginWithCode:w}),F=()=>Yf(ke);import{useEffect as Jf,useState as Qf}from"react";var Dc=e=>{let[t,o]=Qf("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 cs from"styled-components";import Fo,{css as ns}from"styled-components";import os from"styled-components";import{Fragment as Xf,jsx as ts,jsxs as eh}from"react/jsx-runtime";var vi=({success:e,fail:t})=>eh(Xf,{children:[ts(je,{className:e?"success":t?"fail":""}),ts(rs,{className:e?"success":t?"fail":""})]}),je=os.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -42,13 +42,13 @@ Resources:
|
|
|
42
42
|
border-color: var(--privy-color-error);
|
|
43
43
|
border-bottom-color: var(--privy-color-error);
|
|
44
44
|
}
|
|
45
|
-
`,os
|
|
45
|
+
`,rs=os(je)`
|
|
46
46
|
&& {
|
|
47
47
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
48
48
|
animation: none;
|
|
49
49
|
opacity: 0.5;
|
|
50
50
|
}
|
|
51
|
-
`,
|
|
51
|
+
`,_t=e=>ts(Zf,{color:e.color||"var(--privy-color-foreground-3)"}),Zf=os(je)`
|
|
52
52
|
&& {
|
|
53
53
|
height: 0.9rem;
|
|
54
54
|
width: 0.9rem;
|
|
@@ -57,7 +57,7 @@ Resources:
|
|
|
57
57
|
/* Override default Loader to match button transitions */
|
|
58
58
|
transition: border-color 200ms ease;
|
|
59
59
|
}
|
|
60
|
-
`;import{jsx as
|
|
60
|
+
`;import{jsx as qt,jsxs as is}from"react/jsx-runtime";var wi=Fo.button`
|
|
61
61
|
display: flex;
|
|
62
62
|
flex-direction: row;
|
|
63
63
|
align-items: center;
|
|
@@ -85,13 +85,13 @@ Resources:
|
|
|
85
85
|
color: var(--privy-color-foreground-3);
|
|
86
86
|
cursor: not-allowed;
|
|
87
87
|
}
|
|
88
|
-
`,
|
|
89
|
-
${e=>e.hideAnimations&&
|
|
88
|
+
`,I=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>qt(Uc,{disabled:t||o,...n,children:t?is("span",{children:[qt(_t,{}),r?qt("span",{children:r}):null]}):e}),T3=Fo(I)`
|
|
89
|
+
${e=>e.hideAnimations&&ns`
|
|
90
90
|
&& {
|
|
91
91
|
transition: none;
|
|
92
92
|
}
|
|
93
93
|
`}
|
|
94
|
-
`,
|
|
94
|
+
`,Ci=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>qt(Uc,{as:"a",disabled:t||o,...n,children:t?is("span",{children:[qt(_t,{}),r?qt("span",{children:r}):null]}):e}),Uc=Fo(wi)`
|
|
95
95
|
position: relative;
|
|
96
96
|
|
|
97
97
|
&& {
|
|
@@ -117,7 +117,7 @@ Resources:
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
/* If an anchor tag, :disabled isn't a thing, so manually set state */
|
|
120
|
-
${e=>e.disabled?
|
|
120
|
+
${e=>e.disabled?ns`
|
|
121
121
|
&&&,
|
|
122
122
|
&&&:hover,
|
|
123
123
|
&&&:active {
|
|
@@ -136,7 +136,7 @@ Resources:
|
|
|
136
136
|
opacity: 1;
|
|
137
137
|
animation: fadein 200ms ease;
|
|
138
138
|
}
|
|
139
|
-
`,
|
|
139
|
+
`,Ue=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>qt(th,{disabled:t||o,...n,children:t?is("span",{children:[qt(_t,{}),r?qt("span",{children:r}):null]}):e}),th=Fo(wi)`
|
|
140
140
|
&& {
|
|
141
141
|
border-width: 1px;
|
|
142
142
|
border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
|
|
@@ -165,7 +165,7 @@ Resources:
|
|
|
165
165
|
opacity: 1;
|
|
166
166
|
animation: fadein 200ms ease;
|
|
167
167
|
}
|
|
168
|
-
`,
|
|
168
|
+
`,bi=Fo.button`
|
|
169
169
|
&& {
|
|
170
170
|
padding: 12px 16px;
|
|
171
171
|
font-weight: 500;
|
|
@@ -178,7 +178,7 @@ Resources:
|
|
|
178
178
|
transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
|
|
179
179
|
user-select: none;
|
|
180
180
|
|
|
181
|
-
${e=>e.invisible&&
|
|
181
|
+
${e=>e.invisible&&ns`
|
|
182
182
|
pointer-events: none;
|
|
183
183
|
`}
|
|
184
184
|
|
|
@@ -196,10 +196,10 @@ Resources:
|
|
|
196
196
|
cursor: not-allowed;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
`,
|
|
199
|
+
`,x3=Fo.div`
|
|
200
200
|
/* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
|
|
201
201
|
height: 44px;
|
|
202
|
-
`,
|
|
202
|
+
`,br=Fo.button`
|
|
203
203
|
font-size: 16px;
|
|
204
204
|
font-style: normal;
|
|
205
205
|
font-weight: 500;
|
|
@@ -223,7 +223,7 @@ Resources:
|
|
|
223
223
|
color: var(--privy-color-foreground-3);
|
|
224
224
|
cursor: not-allowed;
|
|
225
225
|
}
|
|
226
|
-
`;import
|
|
226
|
+
`;import oh from"styled-components";var Fc=oh.span`
|
|
227
227
|
&& {
|
|
228
228
|
width: 82px;
|
|
229
229
|
height: 82px;
|
|
@@ -239,7 +239,7 @@ Resources:
|
|
|
239
239
|
border-color: var(--privy-color-accent);
|
|
240
240
|
border-bottom-color: var(--privy-color-accent);
|
|
241
241
|
}
|
|
242
|
-
`;import{ArrowLeftIcon as
|
|
242
|
+
`;import{ArrowLeftIcon as ih,XMarkIcon as ah}from"@heroicons/react/24/outline";import ss from"styled-components";import{createContext as rh,useContext as nh}from"react";var as=rh({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:w,initializeWalletProxy:w,getAuthMeta:w,getAuthFlow:w,closePrivyModal:w,connectWallet:w,initLoginWithWallet:w,loginWithWallet:w,loginWithCode:w,initLoginWithEmail:w,initLoginWithSms:w,resendEmailCode:w,resendSmsCode:w,initLoginWithOAuth:w,loginWithOAuth:w,refreshUser:w,walletProxy:null,createAnalyticsEvent:w,getUsdTokenPrice:w,recoverEmbeddedWallet:w,getFiatOnRampConfig:w,updateWallets:w,setReadyToTrue:w}),R=()=>nh(as);import{jsx as at,jsxs as dh}from"react/jsx-runtime";var Bc=()=>at("div",{}),sh=({backFn:e})=>at("div",{children:at(Gc,{onClick:e,children:at(ih,{height:"16px",width:"16px",strokeWidth:2})})}),lh=e=>at("div",{children:at(Gc,{onClick:e.onClose,children:at(ah,{height:"16px",width:"16px",strokeWidth:2})})});var E=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=R(),{app:i}=T();return dh(ch,{children:[e?at(sh,{backFn:e}):at(Bc,{}),o&&at(ph,{children:o}),i?.render.inDialog&&r?at(lh,{onClose:t||(()=>n())}):at(Bc,{})]})},Gc=ss.button`
|
|
243
243
|
&& {
|
|
244
244
|
cursor: pointer;
|
|
245
245
|
display: flex;
|
|
@@ -258,7 +258,7 @@ Resources:
|
|
|
258
258
|
opacity: 1;
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
|
-
`,
|
|
261
|
+
`,ch=ss.div`
|
|
262
262
|
padding: 16px 0;
|
|
263
263
|
display: flex;
|
|
264
264
|
align-items: center;
|
|
@@ -280,14 +280,14 @@ Resources:
|
|
|
280
280
|
display: flex;
|
|
281
281
|
justify-content: flex-end;
|
|
282
282
|
}
|
|
283
|
-
`,
|
|
283
|
+
`,ph=ss.div`
|
|
284
284
|
overflow: hidden;
|
|
285
285
|
white-space: nowrap;
|
|
286
286
|
max-width: 100%;
|
|
287
287
|
text-overflow: ellipsis;
|
|
288
288
|
text-align: center;
|
|
289
289
|
color: var(--privy-color-foreground-2);
|
|
290
|
-
`;import{jsx as
|
|
290
|
+
`;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 ls,jsx as kt,jsxs as Ei}from"react/jsx-runtime";var Vc=()=>{let{navigate:e,app:t}=T(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return Ei(ls,{children:[kt(E,{}),Ei(mh,{children:[kt(fh,{children:Ei("div",{children:[kt(Fc,{}),kt(zc,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Ei(uh,{children:[typeof o=="string"?kt("h3",{children:o}):kt(ls,{children:o}),typeof r=="string"?kt("p",{children:r}):kt(ls,{children:r})]}),t?.allowlistConfig.errorCtaLink?kt(I,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):kt(I,{onClick:()=>{e("LANDING")},children:n})]})]})},mh=cs.div`
|
|
291
291
|
display: flex;
|
|
292
292
|
flex-direction: column;
|
|
293
293
|
align-items: center;
|
|
@@ -295,11 +295,11 @@ Resources:
|
|
|
295
295
|
gap: 24px;
|
|
296
296
|
width: 100%;
|
|
297
297
|
padding-bottom: 16px;
|
|
298
|
-
`,
|
|
298
|
+
`,uh=cs.div`
|
|
299
299
|
display: flex;
|
|
300
300
|
flex-direction: column;
|
|
301
301
|
gap: 8px;
|
|
302
|
-
`,
|
|
302
|
+
`,fh=cs.div`
|
|
303
303
|
display: flex;
|
|
304
304
|
flex-direction: column;
|
|
305
305
|
justify-content: center;
|
|
@@ -322,7 +322,7 @@ Resources:
|
|
|
322
322
|
left: -19px;
|
|
323
323
|
top: -19px;
|
|
324
324
|
}
|
|
325
|
-
`;import{EnvelopeIcon as
|
|
325
|
+
`;import{EnvelopeIcon as wh,PhoneIcon as Ch}from"@heroicons/react/24/outline";import{useEffect as ep,useState as Ti}from"react";import{isMobile as bh}from"react-device-detect";import ln from"styled-components";import Ye from"styled-components";var mo=Ye.div`
|
|
326
326
|
display: flex;
|
|
327
327
|
flex-direction: column;
|
|
328
328
|
align-items: flex-start;
|
|
@@ -330,37 +330,37 @@ Resources:
|
|
|
330
330
|
margin-top: auto;
|
|
331
331
|
gap: 16px;
|
|
332
332
|
flex-grow: 100;
|
|
333
|
-
`,
|
|
333
|
+
`,Bo=Ye.div`
|
|
334
334
|
display: flex;
|
|
335
335
|
flex-direction: column;
|
|
336
336
|
align-items: center;
|
|
337
337
|
justify-content: center;
|
|
338
338
|
flex-grow: 1;
|
|
339
339
|
width: 100%;
|
|
340
|
-
|
|
340
|
+
`,$c=Ye.div`
|
|
341
341
|
display: flex;
|
|
342
342
|
flex-direction: column;
|
|
343
343
|
align-items: center;
|
|
344
344
|
width: 100%;
|
|
345
|
-
`,
|
|
345
|
+
`,qc=Ye(Bo)`
|
|
346
346
|
padding: 20px 0;
|
|
347
|
-
`,
|
|
347
|
+
`,ht=Ye(Bo)`
|
|
348
348
|
gap: 16px;
|
|
349
|
-
`,
|
|
349
|
+
`,ps=Ye.div`
|
|
350
350
|
display: flex;
|
|
351
351
|
flex-direction: column;
|
|
352
352
|
width: 100%;
|
|
353
|
-
`,uo=
|
|
353
|
+
`,uo=Ye.div`
|
|
354
354
|
display: flex;
|
|
355
355
|
flex-direction: column;
|
|
356
356
|
gap: 8px;
|
|
357
357
|
min-height: 76px;
|
|
358
|
-
`,
|
|
358
|
+
`,Q3=Ye.div`
|
|
359
359
|
display: flex;
|
|
360
360
|
flex-direction: column;
|
|
361
361
|
justify-content: space-between;
|
|
362
362
|
height: 100%;
|
|
363
|
-
`,
|
|
363
|
+
`,Kc=Ye.div`
|
|
364
364
|
display: flex;
|
|
365
365
|
flex-direction: column;
|
|
366
366
|
justify-content: flex-start;
|
|
@@ -383,13 +383,13 @@ Resources:
|
|
|
383
383
|
color: var(--privy-color-foreground-3);
|
|
384
384
|
font-size: 14px;
|
|
385
385
|
}
|
|
386
|
-
`,
|
|
386
|
+
`,z=Ye.div`
|
|
387
387
|
height: 16px;
|
|
388
|
-
|
|
388
|
+
`,$=Ye.div`
|
|
389
389
|
height: 12px;
|
|
390
|
-
`,
|
|
390
|
+
`,jc=Ye.div`
|
|
391
391
|
position: relative;
|
|
392
|
-
|
|
392
|
+
`,Yc=Ye.div`
|
|
393
393
|
background-color: var(--privy-color-accent);
|
|
394
394
|
display: flex;
|
|
395
395
|
justify-content: center;
|
|
@@ -397,7 +397,7 @@ Resources:
|
|
|
397
397
|
border-radius: 50%;
|
|
398
398
|
border-color: white;
|
|
399
399
|
border-width: 2px !important;
|
|
400
|
-
`;import
|
|
400
|
+
`;import Jc from"styled-components";import{Fragment as yh,jsx as Er,jsxs as Qc}from"react/jsx-runtime";var hh=Jc.div`
|
|
401
401
|
margin-top: 16px;
|
|
402
402
|
font-size: 13px;
|
|
403
403
|
text-align: center;
|
|
@@ -406,7 +406,7 @@ Resources:
|
|
|
406
406
|
&& > a {
|
|
407
407
|
color: var(--privy-color-accent);
|
|
408
408
|
}
|
|
409
|
-
`;function
|
|
409
|
+
`;function Pi(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Qc(hh,{children:["By logging in I agree to the"," ",n&&Er("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Er("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var U=({protectedByPrivy:e})=>Er(V,{children:e?Qc(yh,{children:[Er(gr,{className:"hide-on-mobile"}),Er("span",{className:"hide-on-mobile",children:Er("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),V=Jc.div`
|
|
410
410
|
display: flex;
|
|
411
411
|
align-items: center;
|
|
412
412
|
justify-content: center;
|
|
@@ -433,9 +433,9 @@ Resources:
|
|
|
433
433
|
@media all and (display-mode: standalone) {
|
|
434
434
|
padding-bottom: 30px;
|
|
435
435
|
}
|
|
436
|
-
`;import
|
|
436
|
+
`;import ds from"styled-components";import{Fragment as vh,jsx as an,jsxs as Xc}from"react/jsx-runtime";var sn=({title:e,description:t,children:o,...r})=>an(Zc,{...r,children:Xc(vh,{children:[an("h3",{children:e}),typeof t=="string"?an("p",{children:t}):t,o]})}),fo=ds(sn)`
|
|
437
437
|
margin-bottom: 24px;
|
|
438
|
-
`,
|
|
438
|
+
`,fe=({title:e,description:t,icon:o,children:r,...n})=>Xc(gh,{...n,children:[o||null,an("h3",{children:e}),typeof t=="string"?an("p",{children:t}):t,r]}),Zc=ds.div`
|
|
439
439
|
display: flex;
|
|
440
440
|
flex-direction: column;
|
|
441
441
|
justify-content: flex-start;
|
|
@@ -455,7 +455,7 @@ Resources:
|
|
|
455
455
|
color: var(--privy-color-foreground-2);
|
|
456
456
|
font-size: 14px;
|
|
457
457
|
}
|
|
458
|
-
`,
|
|
458
|
+
`,gh=ds(Zc)`
|
|
459
459
|
align-items: center;
|
|
460
460
|
text-align: center;
|
|
461
461
|
gap: 16px;
|
|
@@ -463,7 +463,7 @@ Resources:
|
|
|
463
463
|
h3 {
|
|
464
464
|
margin-bottom: 24px;
|
|
465
465
|
}
|
|
466
|
-
`;import{Fragment as
|
|
466
|
+
`;import{Fragment as ms,jsx as Ce,jsxs as ho}from"react/jsx-runtime";var us=6,tp=new Array(us).fill(""),Eh=1400;var rp=()=>{let{app:e,navigate:t,setModalData:o}=T(),{closePrivyModal:r,resendEmailCode:n,resendSmsCode:i,getAuthMeta:a,loginWithCode:l,updateWallets:s}=R(),{authenticated:c,user:f}=F(),[h,y]=Ti(tp),[m,b]=Ti(!1),[P,S]=Ti(null),[g,_]=Ti(null),x=a()?.email?0:1,A=e?.render.inDialog?$e:0,O=e?.render.inDialog?A-500:0;ep(()=>{if(c&&m&&f)if(so(f,e?.embeddedWallets?.createOnLogin)){let k=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:Y=>console.error(Y),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},O);return()=>clearTimeout(k)}else{s();let k=setTimeout(r,A);return()=>clearTimeout(k)}},[c,m,f]),ep(()=>{if(P&&g===0){let q=setTimeout(()=>{y(tp),S(null),document.querySelector("input[name=code-0]")?.focus()},Eh);return()=>clearTimeout(q)}},[P]);let W=q=>{let k=q.currentTarget.value.replace(" ","");if(k==="")return;if(isNaN(Number(k))){S("Code should be numeric"),_(1);return}S(null),_(null);let Y=Number(q.currentTarget.name?.charAt(5)),ie=[...k||[""]].slice(0,us-Y),Oe=[...h.slice(0,Y),...ie,...h.slice(Y+ie.length)];y(Oe);let L=ie.length,ee=Math.min(Math.max(Y+L,0),us-1);isNaN(Number(q.currentTarget.value))||document.querySelector(`input[name=code-${ee}]`)?.focus(),Oe.every(ve=>ve&&!isNaN(+ve))&&(document.querySelector(`input[name=code-${ee}]`)?.blur(),l(Oe.join("")).then(()=>b(!0)).catch(me=>{me?.status===422?S("Invalid or expired verification code"):S("Issue verifying code"),_(0)})),q.preventDefault()},M=q=>{g===1&&(S(null),_(null));let k=[...h.slice(0,q),"",...h.slice(q+1)];y(k),q>0&&document.querySelector(`input[name=code-${q-1}]`)?.focus()},H=x==0?Ce(wh,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Ce(Ch,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),X=x==0?ho("p",{children:["Please check ",Ce(op,{children:a()?.email})," for an email from privy.io and enter your code below."]}):ho("p",{children:["Please check ",Ce(op,{children:a()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return ho(ms,{children:[Ce(E,{},"header"),ho(Ph,{children:[Ce(fe,{title:"Enter confirmation code",description:X,icon:H}),ho($c,{children:[ho(Th,{children:[Ce(xh,{fail:!!P,success:m,children:Ce("span",{children:P||(m?"Success!":"")})}),Ce("div",{children:h.map((q,k)=>Ce("input",{name:`code-${k}`,type:"text",value:h[k],onChange:W,onKeyUp:Y=>{Y.key==="Backspace"&&M(k)},inputMode:"numeric",autoFocus:k===0,pattern:"[0-9]",className:`${m?"success":""} ${P?"fail":""}`,autoComplete:bh?"one-time-code":"off"},k))})]}),Ce(Sh,{children:x==0?ho(ms,{children:[Ce("span",{children:"Didn't get an email?"}),Ce("button",{onClick:n,children:"Resend Code"})]}):ho(ms,{children:[Ce("span",{children:"Didn't get a message?"}),Ce("button",{onClick:i,children:"Resend Code"})]})})]})]}),Ce(U,{protectedByPrivy:!0})]})},Ph=ln.div`
|
|
467
467
|
display: flex;
|
|
468
468
|
flex-direction: column;
|
|
469
469
|
align-items: flex-start;
|
|
@@ -471,7 +471,7 @@ Resources:
|
|
|
471
471
|
margin: auto;
|
|
472
472
|
gap: 16px;
|
|
473
473
|
flex-grow: 1;
|
|
474
|
-
`,
|
|
474
|
+
`,Th=ln.div`
|
|
475
475
|
display: flex;
|
|
476
476
|
flex-direction: column;
|
|
477
477
|
width: 100%;
|
|
@@ -527,7 +527,7 @@ Resources:
|
|
|
527
527
|
transform: translate(1px, 0px);
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
|
-
`,
|
|
530
|
+
`,xh=ln.div`
|
|
531
531
|
line-height: 20px;
|
|
532
532
|
height: 20px;
|
|
533
533
|
font-size: 13px;
|
|
@@ -535,7 +535,7 @@ Resources:
|
|
|
535
535
|
display: flex;
|
|
536
536
|
justify-content: flex-end;
|
|
537
537
|
width: 100%;
|
|
538
|
-
`,
|
|
538
|
+
`,Sh=ln.div`
|
|
539
539
|
font-size: 13px;
|
|
540
540
|
color: var(--privy-color-foreground-3);
|
|
541
541
|
display: flex;
|
|
@@ -549,18 +549,18 @@ Resources:
|
|
|
549
549
|
> button {
|
|
550
550
|
text-decoration: underline;
|
|
551
551
|
}
|
|
552
|
-
`,
|
|
552
|
+
`,op=ln.span`
|
|
553
553
|
font-weight: 500;
|
|
554
554
|
word-break: break-all;
|
|
555
|
-
`;import{isMobile as
|
|
555
|
+
`;import{isMobile as ap}from"react-device-detect";import kh from"styled-components";import xi from"styled-components";var Si=xi.div`
|
|
556
556
|
text-align: left;
|
|
557
557
|
flex-grow: 1;
|
|
558
|
-
`,
|
|
558
|
+
`,np=xi.div`
|
|
559
559
|
display: flex;
|
|
560
560
|
flex-direction: column;
|
|
561
561
|
justify-content: flex-end;
|
|
562
562
|
flex-grow: 1;
|
|
563
|
-
`,
|
|
563
|
+
`,_i=xi.div`
|
|
564
564
|
display: flex;
|
|
565
565
|
flex-direction: column;
|
|
566
566
|
gap: 12px;
|
|
@@ -575,7 +575,7 @@ Resources:
|
|
|
575
575
|
&::-webkit-scrollbar {
|
|
576
576
|
display: none;
|
|
577
577
|
}
|
|
578
|
-
`,
|
|
578
|
+
`,st=xi.button`
|
|
579
579
|
&& {
|
|
580
580
|
font-size: 16px;
|
|
581
581
|
line-height: 24px;
|
|
@@ -612,11 +612,11 @@ Resources:
|
|
|
612
612
|
max-width: 24px;
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
|
-
`;import
|
|
615
|
+
`;import _h from"styled-components";var ip=_h.span`
|
|
616
616
|
@media (max-width: 440px) {
|
|
617
617
|
display: none;
|
|
618
618
|
}
|
|
619
|
-
`;import{jsx as Re,jsxs as Go}from"react/jsx-runtime";var
|
|
619
|
+
`;import{jsx as Re,jsxs as Go}from"react/jsx-runtime";var Kt=({connectOnly:e})=>{let{navigate:t}=T(),{initLoginWithWallet:o,connectWallet:r,mipdStore:n}=R();return Go(_i,{children:[Go(cn,{onClick:()=>{mr(n)?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(ft,{}),Re("span",{children:"MetaMask"}),Re("span",{children:"Connect"})]}),Go(cn,{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(ip,{children:" Wallet"})]}),Re("span",{children:"Connect"})]}),(ap||nt())&&!en(n)&&Go(cn,{id:"privy-phantom-button",onClick:()=>{nt()?e?(r("injected","phantom"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","phantom"),t("AWAITING_CONNECTION")):t(ap?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[Re(xt,{}),Re("span",{children:"Phantom"}),Re("span",{children:nt()?"Connect":"Install"})]}),en(n)&&Go(cn,{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(cn,{onClick:()=>{e?(r("wallet_connect_v2","unknown"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect_v2","unknown"),t("AWAITING_CONNECTION"))},children:[Re(wr,{}),Re("span",{children:"WalletConnect"}),Re("span",{children:"Connect"})]})]})},cn=kh(st)`
|
|
620
620
|
/* Show "Connect" on hover */
|
|
621
621
|
> :last-child {
|
|
622
622
|
font-weight: 500;
|
|
@@ -638,23 +638,23 @@ Resources:
|
|
|
638
638
|
display: none;
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
|
-
`;import{Fragment as
|
|
641
|
+
`;import{Fragment as Rh,jsx as ki,jsxs as Ah}from"react/jsx-runtime";var sp=()=>{let{app:e}=T(),t=`Connect a wallet to ${e?.name}`;return Ah(Rh,{children:[ki(E,{},"header"),ki(fo,{title:"Connect your wallet",description:t}),ki(Kt,{connectOnly:!0}),ki(U,{protectedByPrivy:!0})]})};import Lh from"styled-components";import Wh from"styled-components";import Ih from"react";import{jsx as Mh}from"react/jsx-runtime";var lp=()=>{let{app:e}=T(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Mh("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Ih.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 cp}from"react/jsx-runtime";var Ri=e=>{let{app:t}=T();return t?.appearance.logo?cp(Nh,{...e,children:cp(lp,{})}):null},Nh=Wh.div`
|
|
642
642
|
display: flex;
|
|
643
643
|
flex-direction: column;
|
|
644
644
|
align-items: center;
|
|
645
645
|
padding: 24px 0;
|
|
646
646
|
flex-grow: 1;
|
|
647
647
|
justify-content: center;
|
|
648
|
-
`;import{Fragment as
|
|
648
|
+
`;import{Fragment as Dh,jsx as pn,jsxs as Uh}from"react/jsx-runtime";var pp=()=>{let{app:e}=T();return Uh(Dh,{children:[pn(E,{},"header"),pn(Oh,{}),pn(Kt,{connectOnly:!0}),e&&pn(Pi,{app:e}),pn(U,{protectedByPrivy:!0})]})},Oh=Lh(Ri)`
|
|
649
649
|
margin-bottom: 16px;
|
|
650
|
-
`;import{useEffect as
|
|
650
|
+
`;import{useEffect as fp,useState as hp}from"react";import{isMobile as Gh}from"react-device-detect";import Hh from"styled-components";import{useEffect as fs,useState as dn}from"react";import{isMobile as mn}from"react-device-detect";import dp from"styled-components";import{Fragment as up,jsx as be,jsxs as Ai}from"react/jsx-runtime";var hs=2,un={metamask:{name:"MetaMask",component:ft},phantom:{name:"Phantom",component:xt},coinbase_wallet:{name:"Coinbase Wallet",component:Do},wallet_connect:{name:"WalletConnect",component:wr},embedded:{name:"Privy Wallet",component:gr}},ys=e=>e?.privyErrorCode==="linked_to_another_user"?$t.ERROR_USER_EXISTS:e instanceof xe&&!e.details.default?e.details:e instanceof fr?$t.ERROR_TIMED_OUT:e instanceof hr?$t.ERROR_USER_REJECTED_CONNECTION:$t.ERROR_WALLET_CONNECTION,mp=()=>{let[e,t]=dn(!1),[o,r]=dn(!1),[n,i]=dn(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:c,currentScreen:f,setModalData:h}=T(),{getAuthFlow:y,walletConnectionStatus:m,closePrivyModal:b,loginWithWallet:P,updateWallets:S}=R(),{walletConnectors:g}=F(),[_,x]=dn(0),{user:A}=F(),[O]=dn(A?.linkedAccounts.length||0),W=mn&&m?.connector?.connectorType==="wallet_connect_v2"||mn&&m?.connector?.connectorType==="coinbase_wallet"||mn&&m?.connector?.connectorType==="injected"&&m?.connector?.walletClientType==="phantom",M=m?.status==="connected",H=m?.status==="switching_to_supported_chain";fs(()=>{let N=y();if(N&&W&&M&&!N.preparedMessage){N.buildSiweMessage();return}!N||W||!M||(async()=>{r(!0),i(void 0);try{m?.connector?.connectorType==="wallet_connect_v2"&&m?.connector?.walletClientType==="metamask"&&await Qa(2500),await q()}catch(Pe){console.warn("Auto-prompted signature failed",Pe)}finally{r(!1)}})()},[_,M]),fs(()=>{if(A&&e){let N;if(so(A,a?.embeddedWallets?.createOnLogin)){let Pe=a?.render.inDialog?$e:0,zt=a?.render.inDialog?Pe-500:0;N=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:tr=>console.error(tr),callAuthOnSuccessOnClose:!0}}),l("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},zt)}else S(),N=setTimeout(b,$e);return()=>clearTimeout(N)}},[A,e]);let X=N=>{if(N?.privyErrorCode==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(ys(N))};async function q(){try{if(await P(),!a?.render.inDialog)return b();t(!0)}catch(N){X(N)}finally{r(!1)}}fs(()=>{m?.connectError&&X(m?.connectError)},[m]);let k=m?.connector?.connectorType||"metamask",Y=m?.connector?.walletClientType||"metamask",ie=m?.connector?.walletBranding.name||un[Y]?.name||"MetaMask",Oe=m?.connector?.walletBranding.icon||un[Y]?.component||(N=>be(ft,{...N})),L;e?L=`Successfully connected with ${ie}`:n?L=n.message:H?L="Switching networks":M?L=o&&W?"Signing":"Sign to verify":L=`Waiting for ${ie}`;let ee="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let N=A?.linkedAccounts.length||0;O===N?ee="Wallet was already linked.":ee="You\u2019re good to go!"}else _>=hs&&n?ee="Unable to connect wallet":n?ee=n.detail:H?ee="Switch your wallet to the requested network.":M&&W?ee="Sign the message in your wallet to verify it belongs to you.":Y==="metamask"&&mn?ee="Click continue to open and connect Metamask.":Y==="metamask"?ee="For the best experience, connect only one wallet at a time.":k==="wallet_connect"?ee="Open your mobile wallet app to continue":k==="coinbase_wallet"&&(oi()||(Xa(A)?ee="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":ee="Open the Coinbase app on your phone to continue."));let ve=g?.walletConnectors?.find(N=>N.walletClientType==="coinbase_wallet"),me=Y==="coinbase_wallet"&&(Xa(A)||n===$t.ERROR_USER_EXISTS);return Ai(up,{children:[be(E,{backFn:f===c?void 0:s}),Ai(Fh,{children:[be(gs,{walletLogo:Oe,success:e,fail:!!n}),Ai(uo,{children:[be("h3",{children:L}),be("p",{children:ee})]}),me?be(I,{onClick:()=>ve&&ve?.disconnect(),disabled:e,children:"Use a different wallet"}):n==$t.ERROR_USER_EXISTS&&f!==c?be(I,{onClick:s,children:"Use a different wallet"}):M&&!e&&W?be(I,{onClick:()=>{r(!0),q();let N=m.connector?.walletClientType;mn&&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&&_<hs?be(I,{onClick:()=>{x(_+1),i(void 0),M?(r(!0),q()):m?.connectRetry()},disabled:!e&&(!n?.retryable||_>=hs),children:"Retry"}):!e&&!n?be(I,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),be(V,{})]})},Fh=dp.div`
|
|
651
651
|
display: flex;
|
|
652
652
|
flex-direction: column;
|
|
653
653
|
align-items: center;
|
|
654
654
|
justify-content: center;
|
|
655
655
|
gap: 24px;
|
|
656
656
|
width: 100%;
|
|
657
|
-
`,
|
|
657
|
+
`,Bh=dp.div`
|
|
658
658
|
display: flex;
|
|
659
659
|
flex-direction: column;
|
|
660
660
|
justify-content: center;
|
|
@@ -677,14 +677,14 @@ Resources:
|
|
|
677
677
|
left: -19px;
|
|
678
678
|
top: -19px;
|
|
679
679
|
}
|
|
680
|
-
`,
|
|
680
|
+
`,gs=e=>{let t=e.walletLogo;return be(up,{children:be(Bh,{children:Ai("div",{children:[be(vi,{success:e.success,fail:e.fail}),typeof t=="string"?be("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):be(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as Vh,jsx as jt,jsxs as vs}from"react/jsx-runtime";var Ii=2,yp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=T(),{walletConnectionStatus:r,closePrivyModal:n}=R(),[i,a]=hp(void 0),[l,s]=hp(0),c=r?.status==="connected",f=r?.status==="switching_to_supported_chain";fp(()=>{if(c){let _=setTimeout(n,$e);return()=>clearTimeout(_)}},[c]);let h=_=>{a(ys(_))};fp(()=>{r?.connectError&&h(r?.connectError)},[r]);let y=r?.connector?.connectorType||"metamask",m=r?.connector?.walletClientType||"metamask",b=r?.connector?.walletBranding.name||un[m]?.name||"MetaMask",P=r?.connector?.walletBranding.icon||un[m]?.component||(_=>jt(ft,{..._})),S;c?S=`Successfully connected with ${b}`:i?S=i.message:f?S="Switching networks":S=`Waiting for ${b}`;let g="Don\u2019t see your wallet modal? Check your other browser windows.";return c?g="You\u2019re good to go!":l>=Ii&&i?g="Unable to connect wallet":i?g=i.detail:f?g="Switch your wallet to the requested network.":m==="metamask"&&Gh?g="Click to continue to open and connect Metamask.":m==="metamask"?g="For the best experience, connect only one wallet at a time.":y==="wallet_connect_v2"?g="Open your mobile wallet app to continue":y==="coinbase_wallet"&&(g="Open the Coinbase app on your phone to continue."),vs(Vh,{children:[jt(E,{backFn:o===t?void 0:e}),vs(zh,{children:[jt(gs,{walletLogo:P,success:c,fail:!!i}),vs(uo,{children:[jt("h3",{children:S}),jt("p",{children:g})]}),i==$t.ERROR_USER_EXISTS?jt(I,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Ii?jt(I,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Ii),children:"Retry"}):!c&&i&&l>=Ii?jt(I,{onClick:e,children:"Use a different wallet"}):null]}),jt(V,{})]})},zh=Hh.div`
|
|
681
681
|
display: flex;
|
|
682
682
|
flex-direction: column;
|
|
683
683
|
align-items: center;
|
|
684
684
|
justify-content: center;
|
|
685
685
|
gap: 24px;
|
|
686
686
|
width: 100%;
|
|
687
|
-
`;import{XCircleIcon as
|
|
687
|
+
`;import{XCircleIcon as Xh}from"@heroicons/react/24/solid";import{useEffect as ey,useMemo as ty,useState as oy}from"react";import ry from"styled-components";import Mi from"styled-components";import{jsx as ws,jsxs as Yh}from"react/jsx-runtime";var Pr=()=>ws($h,{children:Yh(qh,{children:[ws(Kh,{}),ws(jh,{})]})}),$h=Mi.div`
|
|
688
688
|
display: flex;
|
|
689
689
|
justify-content: center;
|
|
690
690
|
align-items: center;
|
|
@@ -696,14 +696,14 @@ Resources:
|
|
|
696
696
|
@media all and (display-mode: standalone) {
|
|
697
697
|
margin-bottom: 30px;
|
|
698
698
|
}
|
|
699
|
-
`,
|
|
699
|
+
`,qh=Mi.div`
|
|
700
700
|
position: relative;
|
|
701
701
|
height: 140px;
|
|
702
702
|
width: 140px;
|
|
703
703
|
|
|
704
704
|
opacity: 1;
|
|
705
705
|
animation: fadein 200ms ease;
|
|
706
|
-
`,
|
|
706
|
+
`,Kh=Mi.div`
|
|
707
707
|
position: absolute;
|
|
708
708
|
top: 0;
|
|
709
709
|
right: 0;
|
|
@@ -716,7 +716,7 @@ Resources:
|
|
|
716
716
|
border: 4px solid var(--privy-color-accent-light);
|
|
717
717
|
border-radius: 50%;
|
|
718
718
|
}
|
|
719
|
-
`,
|
|
719
|
+
`,jh=Mi.div`
|
|
720
720
|
position: absolute;
|
|
721
721
|
top: 0;
|
|
722
722
|
right: 0;
|
|
@@ -740,18 +740,18 @@ Resources:
|
|
|
740
740
|
transform: rotate(360deg);
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
|
-
`;var
|
|
743
|
+
`;var gp=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","mfa_verification_failed","mfa_verification_max_attempts_reached","mfa_timeout"];var he=class extends Error{constructor(o,r){super(r);this.type=o}};function Tr(e){let t=e.type;return typeof t=="string"&&gp.includes(t)}function xr(e){return Tr(e)&&e.type==="wallet_not_on_device"}function vp(e){return Tr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function wp(e){return!!(Tr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function Jh(e){return!!(Tr(e)&&e.type==="mfa_timeout")}function Qh(e){return!!(Tr(e)&&e.type==="mfa_verification_failed")}function Zh(e){return!!(Tr(e)&&e.type==="mfa_verification_max_attempts_reached")}import{Fragment as bp,jsx as Sr,jsxs as Cs}from"react/jsx-runtime";var Cp=1,Ep=()=>{let{authenticated:e,user:t,getAccessToken:o}=F(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=R(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=T(),f=ty(()=>Date.now(),[]),[h,y]=oy(!1),{onCompleteNavigateTo:m,onFailure:b}=l?.connectWallet,P=g=>{h||(y(!0),b(typeof g=="string"?new Error(g):g))};ey(()=>{let g=re(t),_;return!e||!g?P("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let A=await o();if(!A)return P("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:A,address:g.address});let O=(Date.now()-f)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&O<Cp?_=setTimeout(()=>{a(m)},(Cp-O)*1e3):a(m)}catch(O){if(xr(O)&&g.recoveryMethod==="privy"){let W=await o();if(!W)return P("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:g.address}),(await i?.recover({address:g.address,accessToken:W}))?.address||P(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:g.address}),a(m)}catch{P("An error has occurred, please try again.")}}else xr(O)?(s({...l,recoverWallet:{privyWallet:g,onCompleteNavigateTo:m,onFailure:b}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):P(O)}})(),()=>clearTimeout(_)):void 0},[e,t,i]);let S=()=>{P("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=S,Cs(bp,{children:[Sr(E,{onClose:S}),h?Cs(bp,{children:[Cs(ht,{children:[Sr(Xh,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Sr(fe,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Sr(I,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Sr(Pr,{}),Sr(ny,{})]})},ny=ry.div`
|
|
744
744
|
height: 44px;
|
|
745
|
-
`;import{CheckCircleIcon as
|
|
745
|
+
`;import{CheckCircleIcon as iy}from"@heroicons/react/24/solid";import{useEffect as ay}from"react";import{Fragment as sy,jsx as _r,jsxs as Pp}from"react/jsx-runtime";var Tp=()=>{let{user:e}=F(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=R(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=T(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,f=()=>{let h=re(e);h?(r(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return ay(()=>{let h=setTimeout(f,ec);return()=>clearTimeout(h)},[]),a.current=f,Pp(sy,{children:[_r(E,{onClose:f}),_r(z,{}),Pp(ht,{children:[_r(iy,{fill:"var(--privy-color-accent)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),_r(fe,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),_r($,{}),_r(U,{protectedByPrivy:!0})]})};import{useEffect as kp,useRef as cy,useState as bs}from"react";import Yt from"styled-components";import{jsx as Fe,jsxs as ly}from"react/jsx-runtime";var xp=({style:e,...t})=>ly("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 wy,jsx as ce,jsxs as Rt}from"react/jsx-runtime";var Rp=()=>{let[e,t]=bs(null),{authenticated:o,user:r,getAccessToken:n}=F(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=R(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=T(),f=re(r)?.address,{onFailure:h,onSuccess:y,origin:m,appId:b}=s.keyExport,P=g=>{i({shouldCallAuthOnSuccess:!1}),h(typeof g=="string"?new Error(g):g)},S=()=>{i({shouldCallAuthOnSuccess:!1}),y(),a("embedded_wallet_key_export_completed",{walletAddress:f})};return kp(()=>{let g=re(r);if(!o||!g)return P("User must be authenticated before exporting their wallet");n().then(t,P)},[o,r]),c.current=S,Rt(wy,{children:[ce(E,{onClose:S}),Rt(my,{children:[ce(xp,{}),Rt(uy,{children:[ce("h3",{children:"Transfer"}),Rt(gy,{children:[ce(dy,{style:{marginRight:6}}),lo(f)]})]}),ce("p",{children:"You can take your account with you to another site using an external wallet!"}),Rt(fy,{children:[Rt(Sp,{children:[ce(_p,{children:"1"}),Rt("span",{children:[ce("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."]})]}),Rt(Sp,{children:[ce(_p,{children:"2"}),ce("span",{children:"Copy this key into your other wallet"})]})]}),ce("div",{style:{width:"100%"},children:e&&ce(py,{origin:m,appId:b,accessToken:e,clientAnalyticsId:l,address:f,dimensions:{height:"44px"}})}),Rt(vy,{children:[ce("h4",{children:"WARNING"}),ce("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),ce(U,{protectedByPrivy:!0})]})};function py(e){let[t,o]=bs(e.dimensions.width),[r,n]=bs(void 0),i=cy(null);return kp(()=>{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")})},[]),ce("div",{ref:i,children:t&&Rt(hy,{children:[ce("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})}),ce(yy,{children:"Loading..."})]})})}function dy(e){return ce("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:ce("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 my=Yt.div`
|
|
746
746
|
display: flex;
|
|
747
747
|
flex-direction: column;
|
|
748
748
|
text-align: left;
|
|
749
|
-
`,
|
|
749
|
+
`,uy=Yt.div`
|
|
750
750
|
display: flex;
|
|
751
751
|
align-items: center;
|
|
752
752
|
justify-content: space-between;
|
|
753
753
|
margin-bottom: 8px;
|
|
754
|
-
`,
|
|
754
|
+
`,fy=Yt.div`
|
|
755
755
|
display: flex;
|
|
756
756
|
flex-direction: column;
|
|
757
757
|
gap: 24px;
|
|
@@ -759,7 +759,7 @@ Resources:
|
|
|
759
759
|
margin-top: 16px;
|
|
760
760
|
margin-left: 11px;
|
|
761
761
|
border-left: 1px solid var(--privy-color-foreground-4) !important;
|
|
762
|
-
`,
|
|
762
|
+
`,Sp=Yt.div`
|
|
763
763
|
display: flex;
|
|
764
764
|
align-items: top;
|
|
765
765
|
gap: 8px;
|
|
@@ -768,7 +768,7 @@ Resources:
|
|
|
768
768
|
color: var(--privy-color-accent);
|
|
769
769
|
text-decoration: underline;
|
|
770
770
|
}
|
|
771
|
-
`,
|
|
771
|
+
`,_p=Yt.div`
|
|
772
772
|
display: flex;
|
|
773
773
|
align-items: center;
|
|
774
774
|
justify-content: center;
|
|
@@ -782,10 +782,10 @@ Resources:
|
|
|
782
782
|
border-radius: 100%;
|
|
783
783
|
background: var(--privy-color-background);
|
|
784
784
|
color: var(--privy-color-accent);
|
|
785
|
-
`,
|
|
785
|
+
`,hy=Yt.div`
|
|
786
786
|
position: relative;
|
|
787
787
|
height: 44px;
|
|
788
|
-
`,
|
|
788
|
+
`,yy=Yt.div`
|
|
789
789
|
position: absolute;
|
|
790
790
|
display: flex;
|
|
791
791
|
align-items: center;
|
|
@@ -797,7 +797,7 @@ Resources:
|
|
|
797
797
|
border-radius: var(--privy-border-radius-md);
|
|
798
798
|
background-color: var(--privy-color-background-2);
|
|
799
799
|
color: var(--privy-color-foreground-3);
|
|
800
|
-
`,
|
|
800
|
+
`,gy=Yt.div`
|
|
801
801
|
display: flex;
|
|
802
802
|
align-items: center;
|
|
803
803
|
padding-top: 1px;
|
|
@@ -809,7 +809,7 @@ Resources:
|
|
|
809
809
|
border-radius: var(--privy-border-radius-md);
|
|
810
810
|
font-size: 12px;
|
|
811
811
|
font-weight: 500;
|
|
812
|
-
`,
|
|
812
|
+
`,vy=Yt.div`
|
|
813
813
|
border: 2px solid var(--privy-color-background-2) !important;
|
|
814
814
|
border-radius: var(--privy-border-radius-md);
|
|
815
815
|
padding: 16px;
|
|
@@ -819,7 +819,7 @@ Resources:
|
|
|
819
819
|
&& > h4 {
|
|
820
820
|
color: var(--privy-color-error);
|
|
821
821
|
}
|
|
822
|
-
`;import{XCircleIcon as
|
|
822
|
+
`;import{XCircleIcon as mg}from"@heroicons/react/24/outline";import{useEffect as td,useRef as ug,useState as wn}from"react";import{useCallback as ed,useEffect as dg}from"react";import{ExclamationTriangleIcon as Ty}from"@heroicons/react/24/outline";import{useEffect as xy,useState as Ts}from"react";import{ArrowPathIcon as Cy,EyeIcon as by,EyeSlashIcon as Ey}from"@heroicons/react/24/outline";import Ee,{css as Es}from"styled-components";var Py=Es`
|
|
823
823
|
font-size: 14px;
|
|
824
824
|
font-style: normal;
|
|
825
825
|
font-weight: 400;
|
|
@@ -827,8 +827,8 @@ Resources:
|
|
|
827
827
|
letter-spacing: -0.008px;
|
|
828
828
|
text-align: left;
|
|
829
829
|
transition: color 0.1s ease-in;
|
|
830
|
-
`,
|
|
831
|
-
${
|
|
830
|
+
`,Wi=Ee.span`
|
|
831
|
+
${Py}
|
|
832
832
|
transition: color 0.1s ease-in;
|
|
833
833
|
color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
834
834
|
text-transform: ${({error:e})=>e?"":"capitalize"};
|
|
@@ -836,18 +836,18 @@ Resources:
|
|
|
836
836
|
&[aria-hidden='true'] {
|
|
837
837
|
visibility: hidden;
|
|
838
838
|
}
|
|
839
|
-
`,yo=
|
|
839
|
+
`,yo=Ee.div`
|
|
840
840
|
display: flex;
|
|
841
841
|
flex-direction: column;
|
|
842
842
|
justify-content: center;
|
|
843
843
|
flex-grow: 1;
|
|
844
|
-
`,go=
|
|
845
|
-
${e=>e.hideAnimations&&
|
|
844
|
+
`,go=Ee(I)`
|
|
845
|
+
${e=>e.hideAnimations&&Es`
|
|
846
846
|
&& {
|
|
847
847
|
transition: none;
|
|
848
848
|
}
|
|
849
849
|
`}
|
|
850
|
-
`,
|
|
850
|
+
`,Ap=Es`
|
|
851
851
|
&& {
|
|
852
852
|
width: 100%;
|
|
853
853
|
border-width: 1px;
|
|
@@ -862,23 +862,23 @@ Resources:
|
|
|
862
862
|
font-weight: 300;
|
|
863
863
|
line-height: 22px; /* 137.5% */
|
|
864
864
|
}
|
|
865
|
-
`,Ho=
|
|
866
|
-
${
|
|
865
|
+
`,Ho=Ee.input`
|
|
866
|
+
${Ap}
|
|
867
867
|
|
|
868
868
|
&::placeholder {
|
|
869
869
|
color: var(--privy-color-foreground-3);
|
|
870
870
|
font-style: italic;
|
|
871
871
|
font-size: 14px;
|
|
872
872
|
}
|
|
873
|
-
`,
|
|
874
|
-
${
|
|
875
|
-
`,vo=
|
|
873
|
+
`,Ip=Ee.div`
|
|
874
|
+
${Ap}
|
|
875
|
+
`,vo=Ee.div`
|
|
876
876
|
position: relative;
|
|
877
877
|
width: 100%;
|
|
878
878
|
display: flex;
|
|
879
879
|
align-items: center;
|
|
880
880
|
justify-content: ${({centered:e})=>e?"center":"space-between"};
|
|
881
|
-
`,wo=
|
|
881
|
+
`,wo=Ee.div`
|
|
882
882
|
display: flex;
|
|
883
883
|
flex-direction: column;
|
|
884
884
|
align-items: center;
|
|
@@ -900,12 +900,12 @@ Resources:
|
|
|
900
900
|
font-weight: 400;
|
|
901
901
|
line-height: 20px;
|
|
902
902
|
}
|
|
903
|
-
`,
|
|
903
|
+
`,fn=Ee.div`
|
|
904
904
|
display: flex;
|
|
905
905
|
flex-direction: column;
|
|
906
906
|
gap: 10px;
|
|
907
907
|
padding-bottom: 1rem;
|
|
908
|
-
`,
|
|
908
|
+
`,hn=Ee.div`
|
|
909
909
|
display: flex;
|
|
910
910
|
text-align: left;
|
|
911
911
|
align-items: center;
|
|
@@ -925,13 +925,13 @@ Resources:
|
|
|
925
925
|
> :first-child {
|
|
926
926
|
min-width: 24px;
|
|
927
927
|
}
|
|
928
|
-
`,
|
|
928
|
+
`,Zx=Ee.div`
|
|
929
929
|
height: var(--privy-height-modal-full);
|
|
930
930
|
|
|
931
931
|
@media (max-width: 440px) {
|
|
932
932
|
height: var(--privy-height-modal-compact);
|
|
933
933
|
}
|
|
934
|
-
`,
|
|
934
|
+
`,Ps=Ee(wi)`
|
|
935
935
|
display: flex;
|
|
936
936
|
flex: 1;
|
|
937
937
|
gap: 4px;
|
|
@@ -943,7 +943,7 @@ Resources:
|
|
|
943
943
|
border-color: var(--privy-color-foreground-3);
|
|
944
944
|
border-width: 1px;
|
|
945
945
|
}
|
|
946
|
-
`,
|
|
946
|
+
`,kr=Ee.div`
|
|
947
947
|
position: absolute;
|
|
948
948
|
right: 0.5rem;
|
|
949
949
|
|
|
@@ -951,7 +951,7 @@ Resources:
|
|
|
951
951
|
flex-direction: row;
|
|
952
952
|
justify-content: space-around;
|
|
953
953
|
align-items: center;
|
|
954
|
-
`,
|
|
954
|
+
`,Mp=Ee(Cy)`
|
|
955
955
|
height: 1.25rem;
|
|
956
956
|
width: 1.25rem;
|
|
957
957
|
stroke: var(--privy-color-accent);
|
|
@@ -960,7 +960,7 @@ Resources:
|
|
|
960
960
|
:active {
|
|
961
961
|
stroke: var(--privy-color-accent-light);
|
|
962
962
|
}
|
|
963
|
-
`,
|
|
963
|
+
`,Rr=Ee(Ey)`
|
|
964
964
|
height: 1.25rem;
|
|
965
965
|
width: 1.25rem;
|
|
966
966
|
stroke: var(--privy-color-accent);
|
|
@@ -969,7 +969,7 @@ Resources:
|
|
|
969
969
|
:active {
|
|
970
970
|
stroke: var(--privy-color-accent-light);
|
|
971
971
|
}
|
|
972
|
-
`,
|
|
972
|
+
`,Ar=Ee(by)`
|
|
973
973
|
height: 1.25rem;
|
|
974
974
|
width: 1.25rem;
|
|
975
975
|
stroke: var(--privy-color-accent);
|
|
@@ -978,7 +978,7 @@ Resources:
|
|
|
978
978
|
:active {
|
|
979
979
|
stroke: var(--privy-color-accent-light);
|
|
980
980
|
}
|
|
981
|
-
`,
|
|
981
|
+
`,Wp=Ee.progress`
|
|
982
982
|
height: 4px;
|
|
983
983
|
width: 100%;
|
|
984
984
|
margin: 8px 0;
|
|
@@ -994,14 +994,14 @@ Resources:
|
|
|
994
994
|
transition: all 0.1s ease-out;
|
|
995
995
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
996
996
|
}
|
|
997
|
-
`;import{Fragment as
|
|
997
|
+
`;import{Fragment as Sy,jsx as Je,jsxs as Ni}from"react/jsx-runtime";var Np=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Ts(!0),[l,s]=Ts(!1),[c,f]=Ts(""),h=o===c;return xy(()=>{c&&!l&&s(!0)},[c]),Ni(Sy,{children:[Je(E,{title:"Confirm Password",closeable:!1,backFn:n}),Je(z,{}),Ni(yo,{children:[Ni(wo,{children:[Je(Ty,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Je("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),Je("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Ni(vo,{children:[Je(Ho,{value:c,onChange:y=>f(y.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),Je(kr,{style:{right:"0.75rem"},children:i?Je(Rr,{onClick:()=>a(!1)}):Je(Ar,{onClick:()=>a(!0)})})]}),Je(Wi,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),Je(go,{onClick:r,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),Je($,{}),Je(U,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as Ay}from"@heroicons/react/24/outline";import{useState as Iy}from"react";import My from"styled-components";import Li from"styled-components";import{jsx as yn,jsxs as Ry}from"react/jsx-runtime";var Lp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>yn("label",{children:Ry(_y,{className:e,children:[yn(Dp,{checked:t,...r}),yn(ky,{color:o,checked:t,children:yn(Op,{viewBox:"0 0 24 24",children:yn("polyline",{points:"20 6 9 17 4 12"})})})]})}),_y=Li.div`
|
|
998
998
|
display: inline-block;
|
|
999
999
|
vertical-align: middle;
|
|
1000
|
-
`,
|
|
1000
|
+
`,Op=Li.svg`
|
|
1001
1001
|
fill: none;
|
|
1002
1002
|
stroke: white;
|
|
1003
1003
|
stroke-width: 3px;
|
|
1004
|
-
`,
|
|
1004
|
+
`,Dp=Li.input.attrs({type:"checkbox"})`
|
|
1005
1005
|
border: 0;
|
|
1006
1006
|
clip: rect(0 0 0 0);
|
|
1007
1007
|
clippath: inset(50%);
|
|
@@ -1012,7 +1012,7 @@ Resources:
|
|
|
1012
1012
|
position: absolute;
|
|
1013
1013
|
white-space: nowrap;
|
|
1014
1014
|
width: 1px;
|
|
1015
|
-
`,
|
|
1015
|
+
`,ky=Li.div`
|
|
1016
1016
|
display: inline-block;
|
|
1017
1017
|
width: 18px;
|
|
1018
1018
|
height: 18px;
|
|
@@ -1027,28 +1027,28 @@ Resources:
|
|
|
1027
1027
|
border-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
|
-
${
|
|
1030
|
+
${Dp}:focus + & {
|
|
1031
1031
|
box-shadow: 0 0 0 1px ${e=>e.color};
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
${
|
|
1034
|
+
${Op} {
|
|
1035
1035
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1036
1036
|
}
|
|
1037
|
-
`;import{Fragment as
|
|
1037
|
+
`;import{Fragment as Up,jsx as lt,jsxs as gn}from"react/jsx-runtime";var Fp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=Iy(!1);return gn(Up,{children:[lt(E,{title:"Confirm Password",closeable:!1,backFn:r}),lt(z,{}),gn(yo,{children:[gn(wo,{children:[lt(Ay,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),lt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),lt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),lt(fn,{children:gn(hn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[lt(Lp,{color:"var(--privy-color-error)",checked:i}),lt(Up,{children:"I understand losing my password means losing my account."})]})})]}),gn(Wy,{children:[n.initiatedBy==="user"&<(Ue,{onClick:n.onCancel,disabled:t,children:"Cancel"}),lt(go,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),lt($,{}),lt(U,{protectedByPrivy:!0})]})},Wy=My.div`
|
|
1038
1038
|
display: flex;
|
|
1039
1039
|
gap: 10px;
|
|
1040
|
-
`;import{KeyIcon as
|
|
1040
|
+
`;import{KeyIcon as Yy}from"@heroicons/react/24/outline";import{CheckCircleIcon as qp}from"@heroicons/react/24/solid";import{useState as Kp,useMemo as xs,useEffect as Jy}from"react";import jp from"styled-components";import Ny from"fast-password-entropy";import*as Bp from"secure-password-utilities";import{DEFAULT_WORDLIST as Ly}from"secure-password-utilities/wordlists";var Oy=95,Dy=8,Uy=3,Fy=.3,By=/[a-z]/,Gy=/[A-Z]/,Hy=/[0-9]/,zy="a-zA-Z0-9",Gp="!@#$%^&*()\\-_+.",Hp=`${zy}${Gp}`,Vy=new RegExp(`[${Gp}]`),$y=new RegExp(`[${Hp}]`),zp=new RegExp(`^[${Hp}]{6,}$`),Vp=(e="")=>{let t=e.split("").filter(o=>!$y.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Oi=()=>Bp.generatePassphrase(4,Ly);function qy(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function Ky(e){if(e.length<Dy)return 0;let t=0;By.test(e)&&(t+=1),Gy.test(e)&&(t+=1),Hy.test(e)&&(t+=1),Vy.test(e)&&(t+=1);let o=t/Uy;return Math.max(0,Math.min(1,o))}function jy(e=""){let t=Ky(e),o=Ny(e)/Oy;return(t*Fy+o)/2}function $p(e=""){let t=jy(e);return{value:t,label:qy(t)}}import{Fragment as Xy,jsx as ye,jsxs as Jt}from"react/jsx-runtime";var Yp=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=Kp(!1),[f,h]=Kp(!1);Jy(()=>{o&&!f&&h(!0)},[o]);let y=xs(()=>f?(o?.length||0)<6?"Password must be at least 6 characters":zp.test(o||"")?null:`Invalid characters used ( ${Vp(o).join(" ")} )`:null,[o,f]),m=xs(()=>y?{value:0,label:"Weak"}:$p(o),[o,y]),b=xs(()=>!!(!o?.length||y),[y,o]);return Jt(Xy,{children:[ye(E,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),ye(z,{}),Jt(yo,{children:[Jt(wo,{children:[ye(Yy,{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."})]}),Jt(vo,{children:[ye(Ho,{value:o,onChange:P=>a(P.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),Jt(kr,{style:{width:"3.5rem"},children:[s?ye(Rr,{onClick:()=>c(!1)}):ye(Ar,{onClick:()=>c(!0)}),ye(Mp,{onClick:l})]})]}),ye(Wp,{value:m.value===0?.01:m.value,label:m.label}),ye(Wi,{error:!!y,children:y||`Password Strength: ${f?m.label:"--"}`}),Jt(Zy,{children:[ye(Qy,{children:Jt(fn,{children:[Jt(hn,{children:[ye(qp,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),Jt(hn,{children:[ye(qp,{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(go,{onClick:n,loading:t,disabled:b,hideAnimations:e,children:"Continue"})]})]}),ye($,{}),ye(U,{protectedByPrivy:!0})]})},Qy=jp(fn)`
|
|
1041
1041
|
flex: 1;
|
|
1042
1042
|
padding-top: 1rem;
|
|
1043
|
-
`,
|
|
1043
|
+
`,Zy=jp.div`
|
|
1044
1044
|
display: flex;
|
|
1045
1045
|
flex-direction: column;
|
|
1046
1046
|
height: 100%;
|
|
1047
|
-
`;import{ArrowDownTrayIcon as
|
|
1047
|
+
`;import{ArrowDownTrayIcon as eg,ClipboardDocumentCheckIcon as tg,DocumentDuplicateIcon as og,ExclamationTriangleIcon as rg}from"@heroicons/react/24/outline";import{useState as ng,useCallback as Jp}from"react";import{Fragment as Ss,jsx as Be,jsxs as zo}from"react/jsx-runtime";var Qp=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=ng(!1),s=Jp(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=Jp(()=>{let f=document.createElement("a"),h=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),y=new Blob([ig(o,r)],{type:"text/plain"}),m=URL.createObjectURL(y);f.href=m,f.target="_blank",f.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(f),f.click(),setTimeout(()=>{f.remove(),URL.revokeObjectURL(m)},5e3)},[r]);return zo(Ss,{children:[Be(E,{backFn:i,title:"Save Password",closeable:!1}),Be(z,{}),zo(yo,{children:[zo(wo,{children:[Be(rg,{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(vo,{centered:!0,children:Be(Ip,{children:r})}),zo("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Be(Ps,{onClick:s,children:a?zo(Ss,{children:[Be(tg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):zo(Ss,{children:[Be(og,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),zo(Ps,{onClick:c,children:[Be(eg,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Be(go,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Be($,{}),Be(U,{protectedByPrivy:!0})]})},ig=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1048
1048
|
|
|
1049
1049
|
${t}
|
|
1050
1050
|
|
|
1051
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as
|
|
1051
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as ag,XCircleIcon as sg}from"@heroicons/react/24/outline";import{Fragment as lg,jsx as Qt,jsxs as _s}from"react/jsx-runtime";var Zp=({error:e,onClose:t})=>_s(lg,{children:[Qt(E,{closeable:!1}),Qt(z,{}),e?_s(ht,{children:[Qt(sg,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),Qt(fe,{title:"Something went wrong",description:e})]}):_s(ht,{children:[Qt(ag,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),Qt(fe,{title:"Success"})]}),Qt(I,{onClick:t,children:"Close"}),Qt($,{}),Qt(U,{protectedByPrivy:!0})]});import{useReducer as cg}from"react";var pg=(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}},Xp=()=>{let[e,t]=cg(pg,"creating");return{send:t,state:e}};import{jsx as vn}from"react/jsx-runtime";var Di=({onSubmit:e,...t})=>{let{send:o,state:r}=Xp(),n=ed(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);dg(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),$e)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=ed(()=>{o("back")},[o]);return r==="creating"?vn(Yp,{...t,onSubmit:n}):r==="saving"?vn(Qp,{...t,onSubmit:n,onBack:i}):r==="confirming"?vn(Np,{...t,onSubmit:n,onBack:i}):r==="finalizing"?vn(Fp,{...t,onSubmit:n,onBack:i}):r==="done"?vn(Zp,{...t,onSubmit:n}):null};import{Fragment as hg,jsx as Ir,jsxs as od}from"react/jsx-runtime";var fg=250,rd=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=T(),[n,i]=wn(""),[a,l]=wn(!1),[s,c]=wn(),[f,h]=wn(null),[y,m]=wn(null),b=ug(!1),{authenticated:P,getAccessToken:S}=F(),{refreshUser:g,closePrivyModal:_,createAnalyticsEvent:x,isNewUserThisSession:A,initializeWalletProxy:O}=R(),{onSuccess:W,onFailure:M,callAuthOnSuccessOnClose:H}=o.createWallet,X=e?.embeddedWallets.requireUserPasswordOnCreate===!0,q=!!(!n||b.current)&&!X,k=new rt(async()=>ie());td(()=>{f||O(3e4).then(L=>h(L))},[f]),td(()=>{if(!P){t("LANDING"),M(new Error("User must be authenticated before creating a Privy wallet"));return}!X&&!a&&!b.current&&(l(!0),k.execute().finally(()=>l(!1)))},[X,P]);let Y=()=>{X&&y&&y?.recoveryMethod!=="user-passcode"?M(new He("User created a wallet but failed to set a password for it")):y?W(y):M(new He("User wallet creation failed")),_({shouldCallAuthOnSuccess:H})};r.current=()=>null;let ie=async function(){let L=await S();if(L)try{if(x("embedded_wallet_creation_started"),!await(await O(dr))?.create({accessToken:L,recoveryPassword:s}))throw x("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let me=await g(),N=re(me);if(!N)throw x("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");m(N),x("embedded_wallet_creation_completed",{walletAddress:N.address}),i(""),b.current=!0,X?t("EMBEDDED_WALLET_CREATED_SCREEN"):A?t("EMBEDDED_WALLET_CREATED_SCREEN"):N&&(W(N),_({shouldCallAuthOnSuccess:H}))}catch(ee){if(b.current)return;i("An error has occurred, please try again."),console.warn(ee)}else i("An error has occured, please login again."),x("embedded_wallet_creation_failed",{error:"Missing access token for user."})},Oe=async()=>X?(l(!0),k.execute().then(()=>new Promise(L=>setTimeout(L,fg))).finally(()=>l(!1))):_({shouldCallAuthOnSuccess:H});return!X&&n?od(hg,{children:[Ir(E,{closeable:!1}),od(ht,{children:[Ir(mg,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),Ir(fe,{title:"Something went wrong",description:n})]}),Ir(I,{onClick:Y,children:"Close"})]}):q?Ir(Pr,{}):Ir(Di,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:q||!f,buttonLoading:a,buttonHideAnimations:!y&&a,error:n,password:s||"",onClose:Y,onPasswordChange:c,onPasswordGenerate:()=>c(Oi()),onSubmit:Oe})};import{useEffect as yg,useState as Ui}from"react";import{jsx as gg}from"react/jsx-runtime";var nd=()=>{let[e,t]=Ui(null),[o,r]=Ui(!1),[n,i]=Ui(null),[a,l]=Ui(""),{authenticated:s,getAccessToken:c,user:f}=F(),{walletProxy:h,refreshUser:y,closePrivyModal:m,createAnalyticsEvent:b}=R(),{app:P,navigate:S,data:g,onUserCloseViaDialogOrKeybindRef:_}=T(),{onSuccess:x,onFailure:A}=g.createWallet,O=re(f),W=e?.recoveryMethod==="user-passcode";yg(()=>{s||(S("LANDING"),A(new jn("User must be authenticated before setting a password on a Privy wallet")))},[s]);let M=()=>{if(n){A(n),m({shouldCallAuthOnSuccess:!1});return}if(!W){A(new He("Exited before password was added to wallet")),m({shouldCallAuthOnSuccess:!1});return}x(e),m({shouldCallAuthOnSuccess:!1})};_.current=M;let H=async()=>{let q=await c();if(q&&O?.address&&a&&h)try{if(b("embedded_wallet_set_password_started",{walletAddress:O.address}),!(await h.setRecoveryPassword({accessToken:q,address:O.address,recoveryPassword:a})).address){i(new He("Error setting password on privy wallet")),b("embedded_wallet_set_password_failed",{walletAddress:O.address,reason:"error setting password"});return}let Y=await y(),ie=re(Y);if(!ie){i(new He("Error setting password on privy wallet")),b("embedded_wallet_set_password_failed",{walletAddress:O.address,reason:"wallet disconnected"});return}t(ie),b("embedded_wallet_set_password_completed",{walletAddress:O.address})}catch(k){console.warn(k),i(k instanceof Error?k:new Error("Error setting password on privy wallet")),b("embedded_wallet_set_password_failed",{walletAddress:O.address,reason:k})}},X=async()=>{W?(x(e),m({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await H(),r(!1))};return gg(Di,{appName:P?.name||"privy",config:{initiatedBy:"user",onCancel:M},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(Oi()),onPasswordChange:l,onSubmit:X,onClose:M})};import{UserCircleIcon as vg}from"@heroicons/react/24/outline";import{LockClosedIcon as wg}from"@heroicons/react/24/solid";import{Fragment as Cg,jsx as Zt,jsxs as Fi}from"react/jsx-runtime";var id=()=>{let{user:e}=F(),{closePrivyModal:t,createAnalyticsEvent:o}=R(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=T(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new He("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Fi(Cg,{children:[Zt(E,{onClose:c}),Zt(z,{}),Fi(ht,{children:[Fi(jc,{children:[Zt(vg,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),Zt(Yc,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:Zt(wg,{width:"12px",height:"12px",fill:"white"})})]}),Fi(fe,{title:"Secure Your Account",children:["Please set a password to secure your account.",Zt("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."})]})]}),Zt(I,{onClick:()=>{let h=re(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"}),Zt($,{}),Zt(U,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as bg}from"@heroicons/react/24/outline";import{useEffect as Eg,useState as Bi}from"react";import Gi,{css as Pg}from"styled-components";import{Fragment as kg,jsx as Ae,jsxs as Vo}from"react/jsx-runtime";var ad=()=>{let[e,t]=Bi(!0),{authenticated:o,getAccessToken:r}=F(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=R(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=T(),[f,h]=Bi(void 0),[y,m]=Bi(""),[b,P]=Bi(!1),{privyWallet:S,onCompleteNavigateTo:g,onSuccess:_,onFailure:x}=s.recoverWallet,A=(M="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),x(typeof M=="string"?new He(M):M)};c.current=A,Eg(()=>{if(!o||!S)return A("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let O=M=>{M&&h(M)};return Vo(kg,{children:[Ae(E,{onClose:A}),Ae(z,{}),Vo(xg,{children:[Vo(Tg,{children:[Ae(bg,{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(vo,{children:[Ae(Ho,{type:e?"password":"text",onChange:M=>O(M.target.value),disabled:b}),Ae(kr,{style:{right:"0.75rem"},children:e?Ae(Rr,{onClick:()=>t(!1)}):Ae(Ar,{onClick:()=>t(!0)})})]}),!!y&&Ae(Sg,{children:y})]}),Vo("div",{children:[Vo(Kc,{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(_g,{loading:b||!n,disabled:!f,onClick:async()=>{P(!0);let M=await r();if(M&&S&&f!==null)try{a("embedded_wallet_recovery_started",{walletAddress:S.address}),await n?.recover({address:S.address,accessToken:M,recoveryPin:f}),m(""),g?l(g):i({shouldCallAuthOnSuccess:!1}),_?.(S),a("embedded_wallet_recovery_completed",{walletAddress:S.address})}catch(H){vp(H)?m("Invalid recovery password, please try again."):m("An error has occurred, please try again.")}finally{P(!1)}else return A("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!S&&b,children:"Recover your account"})]})]}),Ae($,{}),Ae(U,{protectedByPrivy:!0})]})},Tg=Gi.div`
|
|
1052
1052
|
display: flex;
|
|
1053
1053
|
flex-direction: column;
|
|
1054
1054
|
align-items: center;
|
|
@@ -1070,26 +1070,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1070
1070
|
font-weight: 400;
|
|
1071
1071
|
line-height: 20px;
|
|
1072
1072
|
}
|
|
1073
|
-
`,
|
|
1073
|
+
`,xg=Gi.div`
|
|
1074
1074
|
display: flex;
|
|
1075
1075
|
flex-direction: column;
|
|
1076
1076
|
justify-content: space-between;
|
|
1077
|
-
`,
|
|
1077
|
+
`,Sg=Gi.div`
|
|
1078
1078
|
line-height: 20px;
|
|
1079
1079
|
height: 20px;
|
|
1080
1080
|
font-size: 13px;
|
|
1081
1081
|
color: var(--privy-color-error);
|
|
1082
1082
|
text-align: left;
|
|
1083
1083
|
margin-top: 0.5rem;
|
|
1084
|
-
`,
|
|
1085
|
-
${e=>e.hideAnimations&&
|
|
1084
|
+
`,_g=Gi(I)`
|
|
1085
|
+
${e=>e.hideAnimations&&Pg`
|
|
1086
1086
|
&& {
|
|
1087
1087
|
// Remove animations because the recoverWallet task on the iframe partially
|
|
1088
1088
|
// blocks the renderer, so the animation stutters and doesn't look good
|
|
1089
1089
|
transition: none;
|
|
1090
1090
|
}
|
|
1091
1091
|
`}
|
|
1092
|
-
`;import{EyeSlashIcon as
|
|
1092
|
+
`;import{EyeSlashIcon as Ag,LinkIcon as Ig,ClockIcon as Mg}from"@heroicons/react/24/outline";import At from"styled-components";import{jsx as ks,jsxs as Rg}from"react/jsx-runtime";var Hi=({size:e=61,...t})=>ks("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:Rg("g",{id:"moonpay_symbol_wht 2",children:[ks("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),ks("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 sd,jsx as Ie,jsxs as $o}from"react/jsx-runtime";var Rs=({title:e,desc:t,icon:o})=>$o(Ug,{children:[Ie(Bg,{children:o}),$o(Fg,{children:[Ie(Og,{children:e}),Ie(Dg,{children:t})]})]}),ld=({app:e,signedUrl:t,onContinue:o})=>$o(sd,{children:[$o(Ng,{children:[Ie(Hi,{size:"3.75rem"}),$o(Lg,{children:[e?.name," uses ",Ie("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),$o(Gg,{children:[Ie(Rs,{icon:Ie(Ig,{width:"1rem"}),title:"Purchase assets to fund your account",desc:$o(sd,{children:["Connect a payment method (",Ie("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ie(Rs,{icon:Ie(Mg,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ie(Rs,{icon:Ie(Ag,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ie(Hg,{className:"mobile-only"})]}),Ie(Wg,{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"})]}),Wg=At.span`
|
|
1093
1093
|
display: inline-block;
|
|
1094
1094
|
color: var(--privy-color-foreground-3);
|
|
1095
1095
|
text-align: center;
|
|
@@ -1098,13 +1098,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1098
1098
|
font-weight: 400;
|
|
1099
1099
|
line-height: 140%; /* 0.875rem */
|
|
1100
1100
|
margin-bottom: 0.25rem;
|
|
1101
|
-
`,
|
|
1101
|
+
`,Ng=At.div`
|
|
1102
1102
|
display: flex;
|
|
1103
1103
|
flex-direction: column;
|
|
1104
1104
|
align-items: center;
|
|
1105
1105
|
justify-content: center;
|
|
1106
1106
|
padding: 1.5rem 0;
|
|
1107
|
-
`,
|
|
1107
|
+
`,Lg=At.span`
|
|
1108
1108
|
color: var(--privy-color-foreground);
|
|
1109
1109
|
text-align: center;
|
|
1110
1110
|
font-size: 1.125rem;
|
|
@@ -1113,46 +1113,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1113
1113
|
margin: 1.5rem 0;
|
|
1114
1114
|
text-align: center;
|
|
1115
1115
|
max-width: 19.5rem;
|
|
1116
|
-
`,
|
|
1116
|
+
`,Og=At.span`
|
|
1117
1117
|
color: var(--privy-color-foreground);
|
|
1118
1118
|
font-size: 0.875rem;
|
|
1119
1119
|
font-weight: 500;
|
|
1120
1120
|
line-height: 1.225rem;
|
|
1121
1121
|
width: 100%;
|
|
1122
|
-
`,
|
|
1122
|
+
`,Dg=At.span`
|
|
1123
1123
|
color: var(--privy-color-foreground-2);
|
|
1124
1124
|
font-size: 0.875rem;
|
|
1125
1125
|
font-weight: 400;
|
|
1126
1126
|
line-height: 1.225rem;
|
|
1127
|
-
`,
|
|
1127
|
+
`,Ug=At.div`
|
|
1128
1128
|
display: flex;
|
|
1129
1129
|
align-items: flex-start;
|
|
1130
1130
|
gap: 0.5rem;
|
|
1131
1131
|
align-self: stretch;
|
|
1132
|
-
`,
|
|
1132
|
+
`,Fg=At.div`
|
|
1133
1133
|
display: flex;
|
|
1134
1134
|
flex-direction: column;
|
|
1135
1135
|
gap: 0.25rem;
|
|
1136
1136
|
align-items: flex-start;
|
|
1137
1137
|
text-align: left;
|
|
1138
1138
|
flex: 1 0 0;
|
|
1139
|
-
`,
|
|
1139
|
+
`,Bg=At.div`
|
|
1140
1140
|
padding-top: 2px;
|
|
1141
|
-
`,
|
|
1141
|
+
`,Gg=At.div`
|
|
1142
1142
|
display: flex;
|
|
1143
1143
|
flex-direction: column;
|
|
1144
1144
|
gap: 1.25rem;
|
|
1145
1145
|
margin: 0 0.5rem;
|
|
1146
|
-
`,
|
|
1146
|
+
`,Hg=At.div`
|
|
1147
1147
|
margin: 30px 0;
|
|
1148
|
-
`;import{ofetch as
|
|
1148
|
+
`;import{ofetch as zg}from"ofetch";import{useEffect as Vg,useRef as $g,useState as qg}from"react";var zi="moonpay",cd="sdk_fiat_on_ramp_completed_with_status";async function pd(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 Kg(e,t){let o=t?rc:oc,r=t?ic:nc;return zg(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function dd(e,t=!1){let[o,r]=qg(null),{createAnalyticsEvent:n}=R(),i=$g(0);return Vg(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await Kg(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(cd,{status:s,provider:zi,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(cd,{status:"serviceFailure",provider:zi}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as jg,jsx as As,jsxs as Yg}from"react/jsx-runtime";var md=()=>{let{app:e,data:t,navigate:o}=T(),{createAnalyticsEvent:r}=R(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:Yg(jg,{children:[As(E,{title:"Fund account"},"header"),As(ld,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:zi}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),As(U,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as Jg,CheckCircleIcon as Qg,XCircleIcon as Zg}from"@heroicons/react/24/solid";import{useMemo as Xg}from"react";import ud from"styled-components";import{Fragment as Is,jsx as Me,jsxs as qo}from"react/jsx-runtime";var fd=()=>{let{app:e,data:t}=T(),{closePrivyModal:o}=R(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=dd(r||null,e.fiatOnRamp.useSandbox);return qo(Is,{children:[Me(E,{title:"Fund account"},"header"),Me(tv,{status:n,onClickCta:o}),Me(U,{protectedByPrivy:!0})]})},ev=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(Is,{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:""}}},tv=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Xg(()=>ev(e),[e]);return qo(Is,{children:[qo(av,{children:[Me(nv,{status:e}),qo(uo,{children:[Me("h3",{children:o}),Me(iv,{children:r})]})]}),n&&Me(I,{onClick:t,children:n})]})},ov=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)",rv=e=>{switch(e){case"serviceFailure":case"failed":return Zg;case"completed":return Qg;case"waitingAuthorization":return()=>Me(Jg,{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}},nv=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return qo("div",{style:{position:"relative"},children:[Me(je,{color:r,style:{position:"absolute"}}),Me(rs,{color:r}),Me(Hi,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=rv(e),o=ov(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})})},iv=ud.p`
|
|
1149
1149
|
font-size: 1rem;
|
|
1150
1150
|
color: var(--privy-color-foreground-3);
|
|
1151
1151
|
margin-bottom: 1rem;
|
|
1152
1152
|
display: flex;
|
|
1153
1153
|
flex-direction: column;
|
|
1154
1154
|
gap: 1rem;
|
|
1155
|
-
`,
|
|
1155
|
+
`,av=ud.div`
|
|
1156
1156
|
display: flex;
|
|
1157
1157
|
flex-direction: column;
|
|
1158
1158
|
align-items: center;
|
|
@@ -1160,18 +1160,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1160
1160
|
margin-left: 1.75rem;
|
|
1161
1161
|
margin-right: 1.75rem;
|
|
1162
1162
|
padding: 2rem 0;
|
|
1163
|
-
`;import
|
|
1163
|
+
`;import*as vd from"react-device-detect";import pv from"styled-components";import Ms from"styled-components";import{jsx as hd}from"react/jsx-runtime";var yd=({style:e,...t})=>hd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:hd("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as lv,jsxs as cv}from"react/jsx-runtime";var gd=Ms.div`
|
|
1164
1164
|
display: flex;
|
|
1165
1165
|
flex-direction: column;
|
|
1166
1166
|
justify-content: flex-start;
|
|
1167
1167
|
gap: 4px;
|
|
1168
|
-
`,
|
|
1168
|
+
`,Ws=Ms.div`
|
|
1169
1169
|
&&& {
|
|
1170
1170
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
1171
1171
|
border-left: 2px solid var(--privy-color-foreground-4);
|
|
1172
1172
|
height: 12px;
|
|
1173
1173
|
}
|
|
1174
|
-
`,
|
|
1174
|
+
`,Vi=({children:e})=>cv(sv,{children:[lv(yd,{style:{width:"16px",height:"16px"}}),e]}),sv=Ms.div`
|
|
1175
1175
|
display: flex;
|
|
1176
1176
|
justify-content: flex-start;
|
|
1177
1177
|
justify-items: center;
|
|
@@ -1189,42 +1189,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1189
1189
|
margin-bottom: auto;
|
|
1190
1190
|
}
|
|
1191
1191
|
}
|
|
1192
|
-
`;import{
|
|
1193
|
-
display: flex;
|
|
1194
|
-
justify-content: center;
|
|
1195
|
-
align-items: center;
|
|
1196
|
-
height: ${e=>`${e.size}px`};
|
|
1197
|
-
width: ${e=>`${e.size}px`};
|
|
1198
|
-
padding: 5px;
|
|
1199
|
-
margin: auto;
|
|
1200
|
-
background-color: ${e=>e.bgColor};
|
|
1201
|
-
|
|
1202
|
-
&& {
|
|
1203
|
-
border-width: 2px;
|
|
1204
|
-
border-color: ${e=>e.fgColor};
|
|
1205
|
-
border-radius: var(--privy-border-radius-md);
|
|
1206
|
-
}
|
|
1207
|
-
`,Ws=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return We(mv,{size:r,bgColor:t,fgColor:o,children:We(dv,{url:e.url,logo:{element:e.squareLogoElement??ud},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as vd}from"react/jsx-runtime";var yd=({size:e})=>vd(Ws,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:so,size:e,fgColor:"#1F1F1F"}),gd=({size:e,authUrl:t})=>vd(Ws,{url:t,squareLogoElement:uv,size:e,fgColor:"#1F1F1F"});import{Fragment as gv,jsx as Ne,jsxs as qi}from"react/jsx-runtime";var hv=()=>{let{navigate:e}=T();return qi(yv,{children:[Ne(zt,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),Ne(et,{style:{marginTop:"-24px"},children:Ne(yd,{size:200})}),qi(Ir,{children:[Ne(ut,{children:"Scan the QR code with your camera"}),Ne(Jt,{}),Ne(ut,{children:"Set up your first wallet"}),Ne(Jt,{}),Ne(ut,{children:"Store your seed phrase in a safe place!"})]}),Ne(po,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},wd=()=>{let{navigateBack:e}=T();return qi(gv,{children:[Ne(E,{backFn:e},"header"),Ne(H,{}),Ne(hv,{}),Ne(z,{}),qi(q,{children:[Ne("span",{children:"Still not sure? "}),Ne("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},yv=fv(et)`
|
|
1208
|
-
gap: 30px;
|
|
1209
|
-
|
|
1210
|
-
> :first-child > svg {
|
|
1211
|
-
margin-top: 20px;
|
|
1212
|
-
}
|
|
1213
|
-
`;import*as Cd from"react-device-detect";import vv from"styled-components";import{Fragment as bv,jsx as ye,jsxs as En}from"react/jsx-runtime";var wv=()=>{let{navigate:e}=T(),t="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Cd.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),En(Cv,{children:[ye(zt,{title:"Create a MetaMask wallet",description:"Follow the instructions below to get started."}),ye(et,{children:ye(Qe,{style:{width:"152px",height:"152px"}})}),En(Ir,{children:[ye(ut,{children:En("div",{children:[ye("span",{children:"Install the "}),ye("a",{href:t,target:"_blank",children:"MetaMask browser extension"})]})}),ye(Jt,{}),ye(ut,{children:"Set up your first wallet"}),ye(Jt,{}),ye(ut,{children:"Store your recovery phrase in a safe place!"})]}),ye(po,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},bd=()=>{let{navigateBack:e}=T();return En(bv,{children:[ye(E,{backFn:e},"header"),ye(H,{}),ye(wv,{}),ye(z,{}),En(q,{children:[ye("span",{children:"Still not sure? "}),ye("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},Cv=vv(et)`
|
|
1192
|
+
`;import{Fragment as uv,jsx as ge,jsxs as Cn}from"react/jsx-runtime";var dv=()=>{let{navigate:e}=T(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return vd.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),Cn(mv,{children:[ge(sn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),ge(Bo,{children:ge(xt,{style:{width:"152px",height:"152px"}})}),Cn(gd,{children:[ge(Vi,{children:Cn("div",{children:[ge("span",{children:"Install the "}),ge("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),ge(Ws,{}),ge(Vi,{children:"Set up your first wallet"}),ge(Ws,{}),ge(Vi,{children:"Store your recovery phrase in a safe place!"})]}),ge(bi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},wd=()=>{let{navigateBack:e}=T();return Cn(uv,{children:[ge(E,{backFn:e},"header"),ge(z,{}),ge(dv,{}),ge($,{}),Cn(V,{children:[ge("span",{children:"Still not sure? "}),ge("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},mv=pv(Bo)`
|
|
1214
1193
|
gap: 30px;
|
|
1215
1194
|
|
|
1216
1195
|
> :first-child > svg {
|
|
1217
1196
|
margin-top: 20px;
|
|
1218
1197
|
}
|
|
1219
|
-
`;import
|
|
1220
|
-
gap: 30px;
|
|
1221
|
-
|
|
1222
|
-
> :first-child > svg {
|
|
1223
|
-
margin-top: 20px;
|
|
1224
|
-
}
|
|
1225
|
-
`;import{useEffect as s1,useState as Od}from"react";import l1 from"styled-components";import Fv from"@heroicons/react/24/outline/EnvelopeIcon";import{EnvelopeIcon as Nv}from"@heroicons/react/24/outline";import{useState as Ns}from"react";import Os from"styled-components";import{useMemo as Sv}from"react";import{useRef as _v}from"react";import{useContext as kv}from"react";import{useState as Pd}from"react";import{createContext as Rv}from"react";import{jsx as Av}from"react/jsx-runtime";var xd=Rv({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:C,setError:C,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:C,reset:C}),Pn=class extends $e{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Sd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=_v(null),[i,a]=Pd(),[l,s]=Pd(),c=Sv(()=>r?!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l]);return Av(xd.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 sc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Pn("Captcha failed",null,"captcha_timeout")}}},children:e})},Ge=()=>kv(xd);import{Turnstile as Iv}from"@marsidev/react-turnstile";import{useEffect as Mv,useMemo as Wv}from"react";import{jsx as _d}from"react/jsx-runtime";var xn=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=Ge(),[,l]=Wv(()=>o?.split("t:")||[],[o]);if(Mv(()=>a.current?.remove,[]),!t)return null;if(!l)throw new Error("Unsupported captcha site key");return _d("div",{className:"hidden h-0 w-0",children:_d(Iv,{...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 Uv,jsx as Ko,jsxs as Ls}from"react/jsx-runtime";var Ki=e=>{let[t,o]=Ns(""),[r,n]=Ns(!1),[i,a]=Ns(null),{initLoginWithEmail:l}=_(),{navigate:s}=T(),c=Ge(),u=ic(t),h=()=>{let y=c.status==="success"?c.token:void 0;n(!0),l(t,y).then(()=>{c.remove(),s("AWAITING_PASSWORDLESS_CODE")}).catch(f=>{f?.status===422?a(f.message):f?.privyErrorCode==="allowlist_rejected"?s("ALLOWLIST_REJECTION_SCREEN"):(console.error(f),a("Issue submitting email")),n(!1)})};return Ls(Uv,{children:[Ls(Lv,{children:[Ls(Ov,{children:[Ko(Nv,{}),Ko("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:y=>o(y.target.value),onKeyUp:y=>{y.key==="Enter"&&h()},value:t,autoComplete:"email"}),e.stacked?null:Ko(Cr,{onClick:h,disabled:r||!u||c.enabled&&c.status!=="success",children:r||c.status==="loading"?Ko(Rt,{}):"Submit"})]}),i&&Ko(Dv,{children:i})]}),Ko(xn,{onError:()=>a("Issue verifying you are a human")}),e.stacked?Ko(R,{loadingText:null,loading:r||c.status==="loading",disabled:r||!u||c.enabled&&c.status!=="success",onClick:h,children:"Submit"}):null]})},Lv=Os.div`
|
|
1198
|
+
`;import{useEffect as Yv,useState as Md}from"react";import Jv from"styled-components";import _v from"@heroicons/react/24/outline/EnvelopeIcon";import{EnvelopeIcon as Ev}from"@heroicons/react/24/outline";import{useState as Ns}from"react";import Os from"styled-components";import{useMemo as fv}from"react";import{useRef as hv}from"react";import{useContext as yv}from"react";import{useState as Cd}from"react";import{createContext as gv}from"react";import{jsx as vv}from"react/jsx-runtime";var bd=gv({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:w,setError:w,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:w,reset:w}),bn=class extends Ge{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Ed=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=hv(null),[i,a]=Cd(),[l,s]=Cd(),c=fv(()=>r?!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l]);return vv(bd.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 dc(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new bn("Captcha failed",null,"captcha_timeout")}}},children:e})},ct=()=>yv(bd);import{Turnstile as wv}from"@marsidev/react-turnstile";import{useEffect as Cv,useMemo as bv}from"react";import{jsx as Pd}from"react/jsx-runtime";var En=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,ref:a}=ct(),[,l]=bv(()=>o?.split("t:")||[],[o]);if(Cv(()=>a.current?.remove,[]),!t)return null;if(!l)throw new Error("Unsupported captcha site key");return Pd("div",{className:"hidden h-0 w-0",children:Pd(wv,{...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 Sv,jsx as Ko,jsxs as Ls}from"react/jsx-runtime";var $i=e=>{let[t,o]=Ns(""),[r,n]=Ns(!1),[i,a]=Ns(null),{initLoginWithEmail:l}=R(),{navigate:s}=T(),c=ct(),f=cc(t),h=()=>{let y=c.status==="success"?c.token:void 0;n(!0),l(t,y).then(()=>{c.remove(),s("AWAITING_PASSWORDLESS_CODE")}).catch(m=>{m?.status===422?a(m.message):m?.privyErrorCode==="allowlist_rejected"?s("ALLOWLIST_REJECTION_SCREEN"):(console.error(m),a("Issue submitting email")),n(!1)})};return Ls(Sv,{children:[Ls(Pv,{children:[Ls(Tv,{children:[Ko(Ev,{}),Ko("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:y=>o(y.target.value),onKeyUp:y=>{y.key==="Enter"&&h()},value:t,autoComplete:"email"}),e.stacked?null:Ko(br,{onClick:h,disabled:r||!f||c.enabled&&c.status!=="success",children:r||c.status==="loading"?Ko(_t,{}):"Submit"})]}),i&&Ko(xv,{children:i})]}),Ko(En,{onError:()=>a("Issue verifying you are a human")}),e.stacked?Ko(I,{loadingText:null,loading:r||c.status==="loading",disabled:r||!f||c.enabled&&c.status!=="success",onClick:h,children:"Submit"}):null]})},Pv=Os.div`
|
|
1226
1199
|
width: 100%;
|
|
1227
|
-
`,
|
|
1200
|
+
`,Tv=Os.label`
|
|
1228
1201
|
display: block;
|
|
1229
1202
|
position: relative;
|
|
1230
1203
|
width: 100%;
|
|
@@ -1278,7 +1251,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1278
1251
|
&& > input::placeholder {
|
|
1279
1252
|
color: var(--privy-color-foreground-3);
|
|
1280
1253
|
}
|
|
1281
|
-
`,
|
|
1254
|
+
`,xv=Os.div`
|
|
1282
1255
|
font-size: 13px;
|
|
1283
1256
|
color: var(--privy-color-error);
|
|
1284
1257
|
text-align: left;
|
|
@@ -1288,9 +1261,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1288
1261
|
> a {
|
|
1289
1262
|
text-decoration: underline;
|
|
1290
1263
|
}
|
|
1291
|
-
`;import{jsx as
|
|
1264
|
+
`;import{jsx as Td,jsxs as kv}from"react/jsx-runtime";var xd=({isEditable:e,setIsEditable:t})=>e?Td($i,{}):kv(st,{onClick:()=>t(),children:[Td(_v,{})," Continue with Email"]});import Nv from"@heroicons/react/24/outline/PhoneIcon";import{PhoneIcon as Rv}from"@heroicons/react/24/outline";import{useState as Ds}from"react";import Fs from"styled-components";import{Fragment as Wv,jsx as jo,jsxs as Us}from"react/jsx-runtime";var qi=e=>{let[t,o]=Ds(""),[r,n]=Ds(!1),[i,a]=Ds(null),{initLoginWithSms:l}=R(),{navigate:s}=T(),c=ct(),f=ri(t),h=()=>{let y=c.status==="success"?c.token:void 0;n(!0),l(t,y).then(()=>{c.remove(),s("AWAITING_PASSWORDLESS_CODE")}).catch(m=>{m?.status===422?a(m.message):m?.privyErrorCode==="allowlist_rejected"?s("ALLOWLIST_REJECTION_SCREEN"):(console.error(m),a("Issue submitting phone number")),n(!1)})};return Us(Wv,{children:[Us(Av,{children:[Us(Iv,{children:[jo(Rv,{}),jo("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:y=>{o(y.target.value)},onKeyUp:y=>{y.key==="Enter"&&h()},value:t,autoComplete:"tel"}),e.stacked?null:jo(br,{onClick:h,disabled:r||!f||c.enabled&&c.status!=="success",children:r||c.status==="loading"?jo(_t,{}):"Submit"})]}),i&&jo(Mv,{children:i})]}),jo(En,{onError:()=>a("Issue verifying you are a human")}),e.stacked?jo(I,{loading:r||c.status==="loading",loadingText:null,onClick:h,disabled:r||!f||c.enabled&&c.status!=="success",children:"Submit"}):null]})},Av=Fs.div`
|
|
1292
1265
|
width: 100%;
|
|
1293
|
-
`,
|
|
1266
|
+
`,Iv=Fs.label`
|
|
1294
1267
|
display: block;
|
|
1295
1268
|
position: relative;
|
|
1296
1269
|
width: 100%;
|
|
@@ -1344,7 +1317,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1344
1317
|
&& > input::placeholder {
|
|
1345
1318
|
color: var(--privy-color-foreground-3);
|
|
1346
1319
|
}
|
|
1347
|
-
`,
|
|
1320
|
+
`,Mv=Fs.div`
|
|
1348
1321
|
font-size: 13px;
|
|
1349
1322
|
color: var(--privy-color-error);
|
|
1350
1323
|
text-align: left;
|
|
@@ -1354,20 +1327,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1354
1327
|
> a {
|
|
1355
1328
|
text-decoration: underline;
|
|
1356
1329
|
}
|
|
1357
|
-
`;import{jsx as Ad,jsxs as Kv}from"react/jsx-runtime";var Id=({isEditable:e,setIsEditable:t})=>e?Ad(ji,{}):Kv(dt,{onClick:()=>t(),children:[Ad(qv,{})," Continue with SMS"]});import{useState as Zv}from"react";import{jsx as Md,jsxs as jv}from"react/jsx-runtime";var Yi=({style:e,...t})=>jv("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:[Md("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"}),Md("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 Sn,jsxs as Yv}from"react/jsx-runtime";var Ji=({style:e,...t})=>Yv("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:[Sn("g",{clipPath:"url(#clip0)",children:Sn("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"})}),Sn("defs",{children:Sn("clipPath",{id:"clip0",children:Sn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Wd}from"react/jsx-runtime";var Qi=({style:e,...t})=>Wd("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:Wd("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 Zi,jsxs as Jv}from"react/jsx-runtime";var Xi=({style:e,...t})=>Jv("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:[Zi("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"}),Zi("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"}),Zi("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"}),Zi("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 ea}from"react/jsx-runtime";function ta({style:e,...t}){return ea("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:ea("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ea("g",{transform:"scale(5.12,5.12)",children:ea("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 Bs,jsxs as Qv}from"react/jsx-runtime";function oa(e){return Qv("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:[Bs("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"}),Bs("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"}),Bs("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 Nd}from"react/jsx-runtime";var ra=({style:e,...t})=>Nd("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:Nd("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 Yo,jsxs as e1}from"react/jsx-runtime";var Xv={apple:{logo:Yo(Yi,{}),displayName:"Apple"},discord:{logo:Yo(Ji,{}),displayName:"Discord"},github:{logo:Yo(Qi,{}),displayName:"GitHub"},google:{logo:Yo(Xi,{}),displayName:"Google"},linkedin:{logo:Yo(ta,{}),displayName:"LinkedIn"},twitter:{logo:Yo(ra,{}),displayName:"Twitter"},tiktok:{logo:Yo(oa,{}),displayName:"TikTok"}},Co=({provider:e})=>{let[t,o]=Zv(!1),{initLoginWithOAuth:r}=_(),{displayName:n,logo:i}=Xv[e];return e1(dt,{onClick:()=>{o(!0),r(e)},disabled:t,children:[i," ",n]})};import t1 from"@heroicons/react/24/outline/ChevronRightIcon";import o1 from"@heroicons/react/24/outline/WalletIcon";import{jsx as Gs,jsxs as r1}from"react/jsx-runtime";var Ld=({onClick:e})=>r1(dt,{onClick:e,children:[Gs(o1,{}),Gs(ki,{children:"Continue with a Wallet"}),Gs(t1,{})]});import n1 from"@heroicons/react/24/outline/ChevronRightIcon";import i1 from"@heroicons/react/24/outline/UserCircleIcon";import{jsx as Hs,jsxs as a1}from"react/jsx-runtime";var zs=({onClick:e,text:t})=>a1(dt,{onClick:e,children:[Hs(i1,{}),Hs(ki,{children:t??"Other socials"}),Hs(n1,{})]});import{Fragment as na,jsx as ce,jsxs as _n}from"react/jsx-runtime";var Dd=()=>{let{closePrivyModal:e}=_(),{app:t,onUserCloseViaDialogOrKeybindRef:o}=T(),{email:r,sms:n,google:i,twitter:a,discord:l,github:s,tiktok:c,linkedin:u,apple:h,wallet:y}=t?.loginMethods??{},f=t?.appearance.showWalletLoginFirst?"web3-first":"web2-first",[P,g]=Od("default"),[b,x]=Od(r?"email":"sms");s1(()=>{x(r?"email":"sms")},[r]);let M=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{g("default")},150)};o.current=M;let W=[r&&ce(Rd,{isEditable:b==="email",setIsEditable:()=>{x("email")}}),n&&ce(Id,{isEditable:b==="sms",setIsEditable:()=>{x("sms")}})].filter(Boolean),k=[i&&ce(Co,{provider:"google"}),a&&ce(Co,{provider:"twitter"}),l&&ce(Co,{provider:"discord"}),s&&ce(Co,{provider:"github"}),c&&ce(Co,{provider:"tiktok"}),u&&ce(Co,{provider:"linkedin"}),h&&ce(Co,{provider:"apple"})].filter(Boolean),L=P==="default"?void 0:()=>{g("default")},A=p1({priority:f,email:r,sms:n,social:k});return _n(na,{children:[ce(E,{title:"Log in or Sign Up",onClose:M,backFn:L}),P==="default"&&ce(c1,{}),ce(ep,{style:{overflow:"hidden",padding:2},children:_n(Ri,{children:[P==="default"&&f==="web2-first"&&_n(na,{children:[...W,...k.length+W.length>4?k.slice(0,3-W.length):k,W.length+k.length>4&&ce(zs,{text:A,onClick:()=>g("web2-overflow")}),y&&ce(Ld,{onClick:()=>g("web3-overflow")})]}),P==="default"&&f==="web3-first"&&_n(na,{children:[y&&ce(Vt,{connectOnly:!1}),W.length+k.length>1&&ce(zs,{text:A,onClick:()=>g("web2-overflow")}),W.length+k.length===1&&W.length?W[0]:null,W.length+k.length===1&&k.length?k[0]:null]}),P==="web2-overflow"&&_n(na,{children:[...f==="web3-first"?W:[],...k]}),P==="web3-overflow"&&ce(Vt,{connectOnly:!1})]})}),t&&ce(xi,{app:t}),ce(U,{protectedByPrivy:!0})]})},c1=l1(Ii)`
|
|
1330
|
+
`;import{jsx as Sd,jsxs as Lv}from"react/jsx-runtime";var _d=({isEditable:e,setIsEditable:t})=>e?Sd(qi,{}):Lv(st,{onClick:()=>t(),children:[Sd(Nv,{})," Continue with SMS"]});import{useState as Bv}from"react";import{jsx as kd,jsxs as Ov}from"react/jsx-runtime";var Ki=({style:e,...t})=>Ov("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:[kd("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"}),kd("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 Pn,jsxs as Dv}from"react/jsx-runtime";var ji=({style:e,...t})=>Dv("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:[Pn("g",{clipPath:"url(#clip0)",children:Pn("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"})}),Pn("defs",{children:Pn("clipPath",{id:"clip0",children:Pn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Rd}from"react/jsx-runtime";var Yi=({style:e,...t})=>Rd("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:Rd("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 Ji,jsxs as Uv}from"react/jsx-runtime";var Qi=({style:e,...t})=>Uv("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:[Ji("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"}),Ji("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"}),Ji("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"}),Ji("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 Zi}from"react/jsx-runtime";function Xi({style:e,...t}){return Zi("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:Zi("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Zi("g",{transform:"scale(5.12,5.12)",children:Zi("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 Bs,jsxs as Fv}from"react/jsx-runtime";function ea(e){return Fv("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:[Bs("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"}),Bs("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"}),Bs("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 Ad}from"react/jsx-runtime";var ta=({style:e,...t})=>Ad("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:Ad("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 Yo,jsxs as Hv}from"react/jsx-runtime";var Gv={apple:{logo:Yo(Ki,{}),displayName:"Apple"},discord:{logo:Yo(ji,{}),displayName:"Discord"},github:{logo:Yo(Yi,{}),displayName:"GitHub"},google:{logo:Yo(Qi,{}),displayName:"Google"},linkedin:{logo:Yo(Xi,{}),displayName:"LinkedIn"},twitter:{logo:Yo(ta,{}),displayName:"Twitter"},tiktok:{logo:Yo(ea,{}),displayName:"TikTok"}},Co=({provider:e})=>{let[t,o]=Bv(!1),{initLoginWithOAuth:r}=R(),{displayName:n,logo:i}=Gv[e];return Hv(st,{onClick:()=>{o(!0),r(e)},disabled:t,children:[i," ",n]})};import zv from"@heroicons/react/24/outline/ChevronRightIcon";import Vv from"@heroicons/react/24/outline/WalletIcon";import{jsx as Gs,jsxs as $v}from"react/jsx-runtime";var Id=({onClick:e})=>$v(st,{onClick:e,children:[Gs(Vv,{}),Gs(Si,{children:"Continue with a Wallet"}),Gs(zv,{})]});import qv from"@heroicons/react/24/outline/ChevronRightIcon";import Kv from"@heroicons/react/24/outline/UserCircleIcon";import{jsx as Hs,jsxs as jv}from"react/jsx-runtime";var zs=({onClick:e,text:t})=>jv(st,{onClick:e,children:[Hs(Kv,{}),Hs(Si,{children:t??"Other socials"}),Hs(qv,{})]});import{Fragment as oa,jsx as pe,jsxs as Tn}from"react/jsx-runtime";var Wd=()=>{let{closePrivyModal:e}=R(),{app:t,onUserCloseViaDialogOrKeybindRef:o}=T(),{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",[b,P]=Md("default"),[S,g]=Md(r?"email":"sms");Yv(()=>{g(r?"email":"sms")},[r]);let _=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{P("default")},150)};o.current=_;let x=[r&&pe(xd,{isEditable:S==="email",setIsEditable:()=>{g("email")}}),n&&pe(_d,{isEditable:S==="sms",setIsEditable:()=>{g("sms")}})].filter(Boolean),A=[i&&pe(Co,{provider:"google"}),a&&pe(Co,{provider:"twitter"}),l&&pe(Co,{provider:"discord"}),s&&pe(Co,{provider:"github"}),c&&pe(Co,{provider:"tiktok"}),f&&pe(Co,{provider:"linkedin"}),h&&pe(Co,{provider:"apple"})].filter(Boolean),O=b==="default"?void 0:()=>{P("default")},W=Zv({priority:m,email:r,sms:n,social:A});return Tn(oa,{children:[pe(E,{title:"Log in or Sign Up",onClose:_,backFn:O}),b==="default"&&pe(Qv,{}),pe(np,{style:{overflow:"hidden",padding:2},children:Tn(_i,{children:[b==="default"&&m==="web2-first"&&Tn(oa,{children:[...x,...A.length+x.length>4?A.slice(0,3-x.length):A,x.length+A.length>4&&pe(zs,{text:W,onClick:()=>P("web2-overflow")}),y&&pe(Id,{onClick:()=>P("web3-overflow")})]}),b==="default"&&m==="web3-first"&&Tn(oa,{children:[y&&pe(Kt,{connectOnly:!1}),x.length+A.length>1&&pe(zs,{text:W,onClick:()=>P("web2-overflow")}),x.length+A.length===1&&x.length?x[0]:null,x.length+A.length===1&&A.length?A[0]:null]}),b==="web2-overflow"&&Tn(oa,{children:[...m==="web3-first"?x:[],...A]}),b==="web3-overflow"&&pe(Kt,{connectOnly:!1})]})}),t&&pe(Pi,{app:t}),pe(U,{protectedByPrivy:!0})]})},Qv=Jv(Ri)`
|
|
1358
1331
|
margin-bottom: 16px;
|
|
1359
|
-
`,
|
|
1332
|
+
`,Zv=({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?"Log in with email or sms":t?"Log in with email":o?"Log in with sms":"Log in with a social account"};import{EnvelopeIcon as Xv}from"@heroicons/react/24/outline";import{Fragment as e1,jsx as bo,jsxs as t1}from"react/jsx-runtime";var Nd=()=>{let{app:e}=T();return t1(e1,{children:[bo(E,{},"header"),bo(z,{}),bo(fe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:bo(Xv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),bo(mo,{children:bo($i,{stacked:!0})}),bo($,{}),bo(U,{protectedByPrivy:!0})]})};import{PhoneIcon as o1}from"@heroicons/react/24/outline";import{Fragment as r1,jsx as Eo,jsxs as n1}from"react/jsx-runtime";var Ld=()=>{let{app:e}=T();return n1(r1,{children:[Eo(E,{},"header"),Eo(z,{}),Eo(fe,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Eo(o1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Eo(mo,{children:Eo(qi,{stacked:!0})}),Eo($,{}),Eo(U,{protectedByPrivy:!0})]})};import{Fragment as i1,jsx as ra,jsxs as a1}from"react/jsx-runtime";var Od=()=>{let{linkingHint:e}=R(),{app:t}=T(),o=e?`Select the wallet with ${lo(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return a1(i1,{children:[ra(E,{},"header"),ra(fo,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),ra(Kt,{connectOnly:!1}),ra(U,{protectedByPrivy:!0})]})};import{jsx as Dd,jsxs as s1}from"react/jsx-runtime";var Ud=({style:e,...t})=>s1("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:[Dd("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Dd("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 l1,jsx as Po,jsxs as Fd}from"react/jsx-runtime";var Bd=()=>{let{closePrivyModal:e}=R(),{navigate:t}=T();return Fd(l1,{children:[Po(E,{},"header"),Po(z,{}),Po(Ud,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Po(fo,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),Fd(mo,{children:[Po(I,{onClick:()=>t("LANDING"),children:"Try again"}),Po(Ue,{onClick:()=>e(),children:"Cancel"})]}),Po($,{}),Po(U,{protectedByPrivy:!0})]})};import{useEffect as fm,useState as Lt}from"react";import{useContext as c1}from"react";function xn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=c1(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 u1,IdentificationIcon as f1}from"@heroicons/react/24/solid";import p1 from"styled-components";import{jsx as Gd,jsxs as m1}from"react/jsx-runtime";var It=e=>m1(d1,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Gd("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Gd("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"})]}),d1=p1.svg`
|
|
1360
1333
|
height: 90px;
|
|
1361
1334
|
width: 90px;
|
|
1362
1335
|
|
|
1363
1336
|
> rect {
|
|
1364
|
-
fill: var(--privy-color-accent);
|
|
1337
|
+
${e=>e.color==="success"?"fill: var(--privy-color-success);":"fill: var(--privy-color-accent);"}
|
|
1365
1338
|
}
|
|
1366
1339
|
|
|
1367
1340
|
> path {
|
|
1368
1341
|
fill: white;
|
|
1369
1342
|
}
|
|
1370
|
-
`;import
|
|
1343
|
+
`;import Qe from"styled-components";var Mt=Qe.div`
|
|
1371
1344
|
display: flex;
|
|
1372
1345
|
flex-direction: column;
|
|
1373
1346
|
align-items: center;
|
|
@@ -1375,20 +1348,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1375
1348
|
@media (max-width: 440px) {
|
|
1376
1349
|
padding: 10px 10px 20px;
|
|
1377
1350
|
}
|
|
1378
|
-
`,
|
|
1351
|
+
`,de=Qe.div`
|
|
1379
1352
|
font-size: 20px;
|
|
1380
1353
|
line-height: 20px;
|
|
1381
1354
|
text-align: center;
|
|
1382
1355
|
font-weight: 600;
|
|
1383
1356
|
margin-bottom: 10px;
|
|
1384
1357
|
padding: ${e=>e.simple?"0px":"40px 0px"};
|
|
1385
|
-
`,
|
|
1358
|
+
`,To=Qe.div`
|
|
1386
1359
|
font-size: 16px;
|
|
1387
1360
|
line-height: 20px;
|
|
1388
1361
|
text-align: center;
|
|
1389
1362
|
font-weight: 500;
|
|
1390
1363
|
margin-bottom: 10px;
|
|
1391
|
-
`,xo=
|
|
1364
|
+
`,xo=Qe.div`
|
|
1392
1365
|
display: flex;
|
|
1393
1366
|
flex-direction: column;
|
|
1394
1367
|
align-items: center;
|
|
@@ -1398,7 +1371,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1398
1371
|
@media (max-width: 440px) {
|
|
1399
1372
|
padding: 10px 10px 20px;
|
|
1400
1373
|
}
|
|
1401
|
-
`,Vs=
|
|
1374
|
+
`,Vs=Qe.div`
|
|
1402
1375
|
display: flex;
|
|
1403
1376
|
align-items: center;
|
|
1404
1377
|
gap: 10px;
|
|
@@ -1412,11 +1385,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1412
1385
|
width: 30px !important;
|
|
1413
1386
|
color: var(--privy-color-accent);
|
|
1414
1387
|
}
|
|
1415
|
-
`,
|
|
1388
|
+
`,Mr=Qe.div`
|
|
1416
1389
|
display: flex;
|
|
1417
1390
|
flex-direction: column;
|
|
1418
1391
|
gap: 10px;
|
|
1419
|
-
`,
|
|
1392
|
+
`,na=Qe.div`
|
|
1420
1393
|
display: flex;
|
|
1421
1394
|
flex-direction: column;
|
|
1422
1395
|
align-items: center;
|
|
@@ -1431,7 +1404,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1431
1404
|
display: block !important;
|
|
1432
1405
|
padding: 0.5rem 0.5rem !important;
|
|
1433
1406
|
}
|
|
1434
|
-
`,
|
|
1407
|
+
`,Wr=Qe.div`
|
|
1435
1408
|
display: flex;
|
|
1436
1409
|
align-items: center;
|
|
1437
1410
|
gap: 0.5rem;
|
|
@@ -1442,7 +1415,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1442
1415
|
height: 20px !important;
|
|
1443
1416
|
width: 20px !important;
|
|
1444
1417
|
}
|
|
1445
|
-
`,
|
|
1418
|
+
`,Hd=Qe.div`
|
|
1446
1419
|
display: flex;
|
|
1447
1420
|
align-items: center;
|
|
1448
1421
|
gap: 0.5rem;
|
|
@@ -1454,12 +1427,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1454
1427
|
height: 20px !important;
|
|
1455
1428
|
width: 20px !important;
|
|
1456
1429
|
}
|
|
1457
|
-
`,
|
|
1430
|
+
`,zd=Qe.div`
|
|
1458
1431
|
display: flex;
|
|
1459
1432
|
justify-content: space-between;
|
|
1460
|
-
`,
|
|
1433
|
+
`,Vd=Qe.div`
|
|
1461
1434
|
color: var(--privy-color-foreground-3);
|
|
1462
|
-
|
|
1435
|
+
`,$d=Qe.div`
|
|
1463
1436
|
display: flex;
|
|
1464
1437
|
height: 48px;
|
|
1465
1438
|
width: 100%;
|
|
@@ -1467,15 +1440,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1467
1440
|
label {
|
|
1468
1441
|
height: 48px !important;
|
|
1469
1442
|
}
|
|
1470
|
-
`,
|
|
1471
|
-
font-size: 16px;
|
|
1443
|
+
`,Wt=Qe.div`
|
|
1472
1444
|
line-height: 20px;
|
|
1473
1445
|
text-align: center;
|
|
1474
1446
|
font-weight: 500;
|
|
1475
1447
|
margin-bottom: 10px;
|
|
1476
|
-
`;import{Fragment as
|
|
1448
|
+
`;import{Fragment as h1,jsx as Nt,jsxs as Sn}from"react/jsx-runtime";var qd=({onContinue:e,onCancel:t,onClose:o})=>{let{app:r}=T();return Sn(h1,{children:[Nt(E,{onClose:o},"header"),Nt(Mt,{children:Nt(It,{})}),Nt(de,{simple:!0,children:"Transaction Protection"}),Nt(To,{children:"Set up transaction protection to add an extra layer of security to your account"}),Sn(xo,{children:[Sn(Vs,{children:[Nt(u1,{}),"Enable 2-Step verification for your ",r?.name," wallet."]}),Sn(Vs,{children:[Nt(f1,{}),"To complete a transaction you'll verify your identity."]})]}),Sn(Mr,{children:[Nt(I,{onClick:e,children:"Continue"}),Nt(Ue,{onClick:t,children:"Not Now"})]}),Nt(V,{})]})};import{DevicePhoneMobileIcon as y1,PhoneIcon as g1}from"@heroicons/react/24/outline";import{ExclamationTriangleIcon as v1}from"@heroicons/react/24/solid";import{Fragment as w1,jsx as We,jsxs as Nr}from"react/jsx-runtime";var Kd=({methods:e,onMethodSelect:t,onCancel:o,onClose:r})=>Nr(w1,{children:[We(E,{onClose:r},"header"),We(Mt,{children:We(It,{})}),We(de,{simple:!0,children:"Choose a verification method"}),We(To,{children:"You can always change this in settings."}),Nr(na,{children:[e.includes("totp")&&We(I,{onClick:()=>t("totp"),children:Nr(Wr,{children:[We(y1,{}),We("span",{children:"Authenticator App"})]})}),e.includes("sms")&&We(I,{onClick:()=>t("sms"),children:Nr(zd,{children:[Nr(Wr,{children:[We(g1,{}),We("span",{children:"SMS"})]}),Nr(Hd,{children:[We("span",{children:"Less secure"}),We(v1,{})]})]})})]}),We(Ue,{onClick:o,children:"Not Now"}),We(V,{})]});import{useState as x1}from"react";import{PhoneIcon as C1}from"@heroicons/react/24/outline";import{useState as b1}from"react";import Yd from"styled-components";import{Fragment as T1,jsx as _n,jsxs as jd}from"react/jsx-runtime";var Jd=({loading:e,includeSubmitButton:t,onSubmit:o,onChange:r})=>{let[n,i]=b1(""),a=ct(),l=ri(n);function s(){o(n)}function c(f){i(f.target.value),r&&r(f.target.value)}return _n(T1,{children:jd(E1,{children:[jd(P1,{children:[_n(C1,{}),_n("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:c,onKeyUp:f=>{f.key==="Enter"&&s()},value:n,autoComplete:"tel"})]}),t?_n(br,{onClick:s,disabled:e||!l||a.enabled&&a.status!=="success",children:e||a.status==="loading"?_n(_t,{}):"Submit"}):null]})})},E1=Yd.div`
|
|
1477
1449
|
width: 100%;
|
|
1478
|
-
`,
|
|
1450
|
+
`,P1=Yd.label`
|
|
1479
1451
|
display: block;
|
|
1480
1452
|
position: relative;
|
|
1481
1453
|
width: 100%;
|
|
@@ -1529,13 +1501,135 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1529
1501
|
&& > input::placeholder {
|
|
1530
1502
|
color: var(--privy-color-foreground-3);
|
|
1531
1503
|
}
|
|
1532
|
-
`;import{Fragment as
|
|
1504
|
+
`;import{Fragment as S1,jsx as Jo,jsxs as ia}from"react/jsx-runtime";var Qd=({onEnroll:e,onCancel:t,onClose:o})=>{let{app:r}=T(),[n,i]=x1("");function a(s){i(s)}function l(){e(n)}return ia(S1,{children:[Jo(E,{backFn:t,onClose:o},"header"),Jo(de,{simple:!0,children:"Enter your phone number"}),ia(xo,{children:[Jo($d,{children:Jo(Jd,{onSubmit:e,onChange:a})}),Jo(To,{children:"Some carrier charges may apply"})]}),ia(Mr,{children:[ia(Vd,{children:["By providing your mobile number, you agree to receive text messages from ",r?.name,"."]}),Jo(I,{onClick:l,children:"Next"})]}),Jo(V,{})]})};import{ShieldCheckIcon as O1}from"@heroicons/react/24/solid";import _1 from"qrcode";import k1 from"styled-components";import{jsx as Zd}from"react/jsx-runtime";var Xd=()=>Zd("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:Zd("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Lr,jsx as Ne,jsxs as om}from"react/jsx-runtime";var Ze=7,$s=(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},R1=e=>{let t=_1.create(e,{errorCorrectionLevel:"high"}).modules,o=pc(Array.from(t.data),t.size);return o=$s(o,0,0,Ze,Ze),o=$s(o,o.length-Ze,0,Ze,Ze),o=$s(o,0,o.length-Ze,Ze,Ze),o},A1=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>Ne(Lr,{children:[0,1,2].map(i=>Ne("circle",{r:o*(Ze-i*2)/2,cx:e+o*Ze/2,cy:t+o*Ze/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),I1=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-Ze)*e,0],[0,(t-Ze)*e]];return Ne(Lr,{children:n.map(([i,a])=>Ne(A1,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},M1=({matrix:e,cellSize:t,color:o})=>Ne(Lr,{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(Lr,{})))}),em=(e,t)=>e-e%t,W1=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return Ne(Lr,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return om(Lr,{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})]})},N1=e=>{let t=e.outputSize,o=R1(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(M1,{matrix:o,cellSize:r,color:e.fgColor}),Ne(I1,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),Ne(W1,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},L1=k1.div`
|
|
1505
|
+
display: flex;
|
|
1506
|
+
justify-content: center;
|
|
1507
|
+
align-items: center;
|
|
1508
|
+
height: ${e=>`${e.size}px`};
|
|
1509
|
+
width: ${e=>`${e.size}px`};
|
|
1510
|
+
padding: 5px;
|
|
1511
|
+
margin: auto;
|
|
1512
|
+
background-color: ${e=>e.bgColor};
|
|
1513
|
+
|
|
1514
|
+
&& {
|
|
1515
|
+
border-width: 2px;
|
|
1516
|
+
border-color: ${e=>e.fgColor};
|
|
1517
|
+
border-radius: var(--privy-border-radius-md);
|
|
1518
|
+
}
|
|
1519
|
+
`,tm=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return Ne(L1,{size:r,bgColor:t,fgColor:o,children:Ne(N1,{url:e.url,logo:{element:e.squareLogoElement??Xd},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as D1}from"react/jsx-runtime";var rm=({size:e,authUrl:t})=>D1(tm,{url:t,squareLogoElement:O1,size:e,fgColor:"#1F1F1F"});import{Fragment as U1,jsx as Xt,jsxs as F1}from"react/jsx-runtime";var nm=({authUrl:e,onNext:t,onCancel:o,onClose:r})=>F1(U1,{children:[Xt(E,{backFn:o,onClose:r},"header"),Xt(de,{simple:!0,children:"Scan QR Code"}),Xt(To,{children:"Open your authenticator app and scan the QR code to add this account."}),Xt(qc,{children:e?Xt(rm,{authUrl:e,size:200}):Xt(je,{})}),Xt(Mr,{children:Xt(I,{onClick:t,children:"Enter verification code"})}),Xt(V,{})]});import{Fragment as B1,jsx as Or,jsxs as G1}from"react/jsx-runtime";var qs=({title:e,onClose:t})=>G1(B1,{children:[Or(E,{onClose:t},"header"),Or(Mt,{children:Or(It,{color:"success"})}),Or(de,{children:e}),Or(I,{onClick:t,children:"Continue"}),Or(V,{})]});import{useEffect as Y1,useState as kn}from"react";import{isMobile as J1}from"react-device-detect";import Ys from"styled-components";import{jsx as im}from"react/jsx-runtime";var am=({style:e,...t})=>im("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:im("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});import{jsx as sm}from"react/jsx-runtime";var aa=({style:e,color:t,...o})=>sm("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:sm("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import"wicg-inert";import{disableBodyScroll as H1,clearAllBodyScrollLocks as z1}from"body-scroll-lock";import{useCallback as lm,useRef as V1}from"react";import{useEffect as pm}from"react";import sa from"styled-components";import{Fragment as K1,jsx as cm,jsxs as j1}from"react/jsx-runtime";var $1=({children:e,open:t,onClick:o,...r})=>{let n=V1(null);return pm(()=>{let i=document.getElementById("root")??document.getElementById("__next");t?(i&&i.setAttribute("inert","true"),n.current&&H1(n.current),n.current?.show()):(i&&i.removeAttribute("inert"),n.current?.close(),z1())},[t]),j1(K1,{children:[cm(q1,{className:t?"open":"",onClick:o}),cm("dialog",{role:"dialog",...r,ref:n,children:e})]})},la=()=>{let{closePrivyModal:e}=R(),{app:t,onUserCloseViaDialogOrKeybindRef:o}=T(),r=lm(()=>{if(o?.current)o.current(),o.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e]),n=lm(i=>{i.key==="Escape"&&t?.render.inDialog&&r()},[t?.render.inDialog,r]);return pm(()=>(document.addEventListener("keydown",n,!1),()=>{document.removeEventListener("keydown",n,!1)}),[n]),r},eo=sa.div`
|
|
1520
|
+
display: flex;
|
|
1521
|
+
flex-direction: column;
|
|
1522
|
+
text-align: center;
|
|
1523
|
+
font-size: 14px;
|
|
1524
|
+
line-height: 20px;
|
|
1525
|
+
width: 100%;
|
|
1526
|
+
background: var(--privy-color-background);
|
|
1527
|
+
padding: 0 16px;
|
|
1528
|
+
|
|
1529
|
+
transition: height 150ms ease-out;
|
|
1530
|
+
overflow: hidden;
|
|
1531
|
+
|
|
1532
|
+
// Ensure the modal gets pinned to the top if it ever gets too tall
|
|
1533
|
+
max-height: calc(100svh - 48px);
|
|
1534
|
+
|
|
1535
|
+
border-radius: var(--privy-border-radius-lg) var(--privy-border-radius-lg) 0 0;
|
|
1536
|
+
box-shadow: 0px 0px 36px rgba(55, 65, 81, 0.15);
|
|
1537
|
+
|
|
1538
|
+
@media (min-width: 441px) {
|
|
1539
|
+
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1540
|
+
border-radius: var(--privy-border-radius-lg);
|
|
1541
|
+
}
|
|
1542
|
+
`,q1=sa.div`
|
|
1543
|
+
position: fixed;
|
|
1544
|
+
z-index: 99999;
|
|
1545
|
+
|
|
1546
|
+
transition: backdrop-filter 100ms ease;
|
|
1547
|
+
&.open {
|
|
1548
|
+
inset: 0;
|
|
1549
|
+
width: 100vw;
|
|
1550
|
+
height: 100vh
|
|
1551
|
+
-webkit-backdrop-filter: blur(3px);
|
|
1552
|
+
backdrop-filter: blur(3px);
|
|
1553
|
+
}
|
|
1554
|
+
`,ca=sa($1)`
|
|
1555
|
+
padding: 0;
|
|
1556
|
+
background: transparent;
|
|
1557
|
+
|
|
1558
|
+
position: fixed;
|
|
1559
|
+
bottom: 0;
|
|
1560
|
+
margin-bottom: 0;
|
|
1561
|
+
width: 100%;
|
|
1562
|
+
max-width: 100%;
|
|
1563
|
+
z-index: 999999;
|
|
1564
|
+
|
|
1565
|
+
outline: none;
|
|
1566
|
+
|
|
1567
|
+
:not([open]) {
|
|
1568
|
+
pointer-events: none;
|
|
1569
|
+
visibility: none;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
::backdrop {
|
|
1573
|
+
display: block;
|
|
1574
|
+
-webkit-backdrop-filter: blur(3px);
|
|
1575
|
+
backdrop-filter: blur(3px);
|
|
1576
|
+
transition: backdrop-filter 100ms ease;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
display: block;
|
|
1580
|
+
|
|
1581
|
+
/*
|
|
1582
|
+
* Normally it is bad to mix media queries like this We are doing
|
|
1583
|
+
* this here specifically for animations to avoid weird jank.
|
|
1584
|
+
*/
|
|
1585
|
+
/* Mobile animation is a bottom drawer */
|
|
1586
|
+
@media (max-width: 440px) {
|
|
1587
|
+
opacity: 1;
|
|
1588
|
+
transform: translate3d(0, 0, 0);
|
|
1589
|
+
transition: transform 200ms ease-in;
|
|
1590
|
+
|
|
1591
|
+
:not([open]) {
|
|
1592
|
+
opacity: 0;
|
|
1593
|
+
transform: translate3d(0, 100%, 0);
|
|
1594
|
+
transition: transform 150ms ease-in 0ms, opacity 0ms ease 150ms;
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
/* Tablet/Desktop animation is a fade in */
|
|
1599
|
+
@media (min-width: 441px) {
|
|
1600
|
+
opacity: 1;
|
|
1601
|
+
transition: opacity 100ms ease-in;
|
|
1602
|
+
|
|
1603
|
+
:not([open]) {
|
|
1604
|
+
opacity: 0;
|
|
1605
|
+
transition-delay: 5ms;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
margin: auto;
|
|
1609
|
+
width: 360px;
|
|
1610
|
+
top: 0;
|
|
1611
|
+
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1612
|
+
border-radius: var(--privy-border-radius-lg);
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
:not([open]) {
|
|
1616
|
+
${eo} {
|
|
1617
|
+
transition: none;
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
`,pa=sa.div`
|
|
1621
|
+
display: flex;
|
|
1622
|
+
flex-direction: column;
|
|
1623
|
+
align-items: center;
|
|
1624
|
+
justify-content: center;
|
|
1625
|
+
height: 100%;
|
|
1626
|
+
`;import{Fragment as lw,jsx as Qo,jsxs as js}from"react/jsx-runtime";var Dr=6,Q1=new Array(Dr).fill("");function Z1(e){return e.replace(/\s+/g,"")}function Ks(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function X1(e){return/^[a-zA-Z]{1}$/.test(e)}function ew(e){return/^[a-z]{1}$/.test(e)}function dm(e){return e.length===Dr&&e.every(Ks)}function tw(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function ow(){return crypto.getRandomValues(new Uint8Array(1))[0]}function rw(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<Dr;){let o=ow();o>247||t.push(e.charAt(o%62))}return t.join("")}var da=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n,success:i})=>{let[a,l]=kn(Q1),[s,c]=kn(null),[f,h]=kn(null),y=g=>{let _=Z1(g.currentTarget.value);if(_==="")return;let x=tw(a,Ks),A=_.split(""),O=!A.every(Ks),W=A.length+x>Dr;if(O){c("Passcode can only be letters and numbers"),h(1);return}if(W){c("Passcode must be exactly 6 letters and numbers"),h(1);return}c(null),h(null);let M=Number(g.currentTarget.name?.charAt(4)),H=[..._||[""]].slice(0,Dr-M),X=[...a.slice(0,M),...H,...a.slice(M+H.length)];l(X);let q=H.length,k=Math.min(Math.max(M+q,0),Dr-1),Y=document.querySelector(`input[name=pin-${k}]`),ie=H[H.length-1]||"";X1(ie)&&(ew(ie)?Y.autocapitalize="none":Y.autocapitalize="on"),Y?.focus(),dm(X)?(document.querySelector(`input[name=pin-${k}]`)?.blur(),e(X.join(""))):e(null),g.preventDefault()},m=g=>{f===1&&(c(null),h(null));let _=[...a.slice(0,g),"",...a.slice(g+1)];l(_),g>0&&document.querySelector(`input[name=pin-${g-1}]`)?.focus(),dm(_)?e(_.join("")):e(null)},b=o||r,S=i?"success":!!(n||s)?"fail":"";return js(lw,{children:[js(nw,{children:[Qo("div",{children:a.map((g,_)=>Qo("input",{name:`pin-${_}`,type:"text",value:a[_],onChange:y,onKeyUp:x=>{x.key==="Backspace"&&m(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:S,autoComplete:J1?"one-time-code":"off",disabled:t||o},_))}),Qo("div",{children:Qo(iw,{fail:!!n||!!s,children:n||s})})]}),!b&&Qo(aw,{disabled:t,onClick:()=>{let g=rw();l([...g]),e(g)}})]})},nw=Ys.div`
|
|
1533
1627
|
display: flex;
|
|
1534
1628
|
flex-direction: column;
|
|
1535
1629
|
width: 100%;
|
|
1536
1630
|
gap: 8px;
|
|
1537
1631
|
|
|
1538
|
-
${
|
|
1632
|
+
${eo}[data-height='medium'] & {
|
|
1539
1633
|
margin-top: 22px;
|
|
1540
1634
|
}
|
|
1541
1635
|
|
|
@@ -1575,6 +1669,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1575
1669
|
border: 1px solid var(--privy-color-error);
|
|
1576
1670
|
}
|
|
1577
1671
|
|
|
1672
|
+
> input.success {
|
|
1673
|
+
border: 1px solid var(--privy-color-success);
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1578
1676
|
> input.fail {
|
|
1579
1677
|
border: 1px solid var(--privy-color-error);
|
|
1580
1678
|
animation: shake 180ms;
|
|
@@ -1596,16 +1694,16 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1596
1694
|
transform: translate(1px, 0px);
|
|
1597
1695
|
}
|
|
1598
1696
|
}
|
|
1599
|
-
`,
|
|
1697
|
+
`,iw=Ys.div`
|
|
1600
1698
|
line-height: 20px;
|
|
1601
1699
|
height: 20px;
|
|
1602
1700
|
font-size: 13px;
|
|
1603
1701
|
display: flex;
|
|
1604
|
-
justify-content:
|
|
1702
|
+
justify-content: flex-start;
|
|
1605
1703
|
width: 100%;
|
|
1606
1704
|
|
|
1607
1705
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1608
|
-
`,
|
|
1706
|
+
`,aw=({onClick:e,disabled:t,...o})=>{let[r,n]=kn(!1),[i,a]=kn();return Y1(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),js(sw,{onClick:l=>{i&&clearTimeout(i),n(!0),e?.(l),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?Qo(aa,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Qo(am,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," passcode"]})},sw=Ys.button`
|
|
1609
1707
|
display: flex;
|
|
1610
1708
|
align-items: center;
|
|
1611
1709
|
gap: 6px;
|
|
@@ -1643,7 +1741,40 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1643
1741
|
width: 14px;
|
|
1644
1742
|
height: 14px;
|
|
1645
1743
|
}
|
|
1646
|
-
`;import{Fragment as
|
|
1744
|
+
`;import{Fragment as cw,jsx as Rn,jsxs as mm}from"react/jsx-runtime";var ma=({title:e="Welcome back",hasError:t,success:o,children:r,onSubmit:n,onCancel:i,onClose:a})=>mm(cw,{children:[Rn(E,{onClose:a},"header"),Rn(de,{children:e}),mm(xo,{children:[Rn(da,{success:o,disableGeneration:!0,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(V,{})]});import{Fragment as pw,jsx as An,jsxs as um}from"react/jsx-runtime";var ua=({title:e="Welcome back",hasError:t,success:o,children:r,onSubmit:n,onCancel:i,onClose:a})=>um(pw,{children:[An(E,{onClose:a},"header"),An(de,{children:e}),um(xo,{children:[An(da,{success:o,disableGeneration:!0,onChange:s=>s&&n(s),errorReasonOverride:t?"The code you entered is not valid":void 0}),r]}),An(Ue,{onClick:i,children:"Not Now"}),An(V,{})]});import{jsx as Xe,jsxs as ym}from"react/jsx-runtime";var hm=()=>{let{user:e,enrollInMfa:t}=F(),[o,r]=Lt(!1),[n,i]=Lt(null),[a,l]=Lt(null),{initEnrollmentWithTotp:s}=xn(),{data:c,onUserCloseViaDialogOrKeybindRef:f}=T(),{closePrivyModal:h}=R(),y=ct(),m=()=>{y.remove(),h({shouldCallAuthOnSuccess:!0}),l(null),t(!1)};f.current=m;function b(){l(null),t(!1)}function P(){l(null)}function S(){l(null),t(!1)}function g(_){if(_==="totp"){s().then(x=>{i(x.authUrl),l(_)});return}l(_)}switch(a){case"sms":return Xe(dw,{onCancel:b,onComplete:S,onReset:P,onClose:m});case"totp":return n?Xe(mw,{onCancel:b,onComplete:S,authUrl:n,onClose:m,onReset:P}):Xe(je,{});default:return(e?.mfaMethods?.length??0)===0&&!o?Xe(qd,{onContinue:()=>r(!0),onCancel:b,onClose:m}):Xe(Kd,{methods:c.mfaEnrollmentFlow.mfaMethods,onMethodSelect:g,onCancel:b,onClose:m})}},dw=({onComplete:e,onCancel:t,onReset:o,onClose:r})=>{let[n,i]=Lt(null),[a,l]=Lt(!1),[s,c]=Lt(!1),[f,h]=Lt("enroll"),{initEnrollmentWithSms:y,submitEnrollmentWithSms:m}=xn(),{data:b}=T();function P(){c(!1),b?.mfaEnrollmentFlow?.onSuccess(),e()}fm(()=>{let x;return s&&(x=setTimeout(()=>{P()},2e3)),()=>{x&&clearTimeout(x)}},[s,b?.mfaEnrollmentFlow?.onSuccess,e]);function S(x){y({phoneNumber:x}),i(x),h("verify")}async function g(x){try{await m({phoneNumber:n,mfaCode:x}),c(!0)}catch(A){l(!0),b?.mfaEnrollmentFlow?.onFailure(A)}}function _(){f==="verify"?h("enroll"):o()}return f==="enroll"?Xe(Qd,{onCancel:_,onEnroll:S,onClose:r}):s?Xe(qs,{title:"SMS enrolled!",onClose:P}):Xe(ma,{hasError:a,success:s,onSubmit:g,onCancel:t,onClose:r,title:"Complete enrollment",children:ym(Wt,{children:["Enter the 6-digit code sent to your ",Xe("strong",{children:"phone number"})]})})},mw=({onComplete:e,onCancel:t,onClose:o,onReset:r,authUrl:n})=>{let[i,a]=Lt("enroll"),[l,s]=Lt(!1),[c,f]=Lt(!1),{submitEnrollmentWithTotp:h}=xn(),{data:y}=T();function m(){f(!1),y?.mfaEnrollmentFlow?.onSuccess(),e()}fm(()=>{let g;return c&&(g=setTimeout(()=>{m()},2e3)),()=>{g&&clearTimeout(g)}},[c,y?.mfaEnrollmentFlow?.onSuccess,e]);function b(){a("verify")}async function P(g){try{await h({mfaCode:g}),f(!0)}catch(_){s(!0),y?.mfaEnrollmentFlow?.onFailure(_)}}function S(){i==="verify"?a("enroll"):r()}return i==="enroll"?Xe(nm,{onCancel:S,authUrl:n,onNext:b,onClose:o}):c?Xe(qs,{title:"Authenticator app enrolled!",onClose:m}):Xe(ua,{hasError:l,success:c,onSubmit:P,onCancel:t,onClose:o,title:"Complete enrollment",children:ym(Wt,{children:["Enter the 6-digit code generated from your ",Xe("strong",{children:"authenticator app"})]})})};import{useEffect as gm,useState as vm}from"react";import Cm from"styled-components";function Js(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as hw,jsx as to,jsxs as ha}from"react/jsx-runtime";var wm={google:{name:"Google",component:Qi},discord:{name:"Discord",component:ji},github:{name:"Github",component:Yi},linkedin:{name:"LinkedIn",component:Xi},twitter:{name:"Twitter",component:ta},tiktok:{name:"Tiktok",component:ea},apple:{name:"Apple",component:Ki}},fa=()=>{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)},bm=()=>{let{ready:e,user:t,authenticated:o}=F(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=T(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:f,setReadyToTrue:h,closePrivyModal:y}=R(),[m,b]=vm(!1),[P,S]=vm(void 0),g=l()?.provider||"google",_=wm[g].name,x=wm[g].component,A=r?.render.inDialog?$e:0;gm(()=>{c().then(()=>{fa(),b(!0)}).catch(M=>{let H={retryable:!1,message:"Authentication failed"};if(M?.privyErrorCode==="allowlist_rejected"){S(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),fa();return}else M?.privyErrorCode==="linked_to_another_user"?H.detail="This account has already been linked to another user.":M?.privyErrorCode==="invalid_credentials"?(H.retryable=!0,H.detail="Something went wrong. Try again."):M.privyErrorCode==="oauth_user_denied"&&(H.detail=`Retry and check ${Js(g)} to finish connecting your account.`,H.retryable=!0);fa(),S(H)}).finally(()=>{h()})},[]),gm(()=>{if(e&&o&&m&&t)if(so(t,r?.embeddedWallets?.createOnLogin)){let H=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:X=>console.error(X),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},A);return()=>clearTimeout(H)}else{let H=setTimeout(y,A);return f(),()=>clearTimeout(H)}},[e,o,m,t]);let O=m?`Successfully connected with ${_}`:P?P.message:`Verifying connection to ${_}`,W="";return m?W="You\u2019re good to go!":P?W=P.detail:W="Just a few moments more",ha(hw,{children:[to(E,{}),to(z,{}),ha(uw,{children:[to(fw,{children:ha("div",{children:[to(vi,{success:m,fail:!!P}),to(x,{style:{width:"38px",height:"38px"}})]})}),ha(uo,{children:[to("h3",{children:O}),to("p",{children:W})]}),P&&P?.retryable?to(bi,{onClick:()=>{fa(),s(g),S(void 0)},disabled:!m&&!P?.retryable,children:"Retry"}):null]}),to(V,{})]})},uw=Cm.div`
|
|
1745
|
+
display: flex;
|
|
1746
|
+
flex-direction: column;
|
|
1747
|
+
align-items: center;
|
|
1748
|
+
justify-content: center;
|
|
1749
|
+
margin-left: 27px;
|
|
1750
|
+
margin-right: 27px;
|
|
1751
|
+
gap: 24px;
|
|
1752
|
+
`,fw=Cm.div`
|
|
1753
|
+
display: flex;
|
|
1754
|
+
flex-direction: column;
|
|
1755
|
+
justify-content: center;
|
|
1756
|
+
align-items: center;
|
|
1757
|
+
width: 100%;
|
|
1758
|
+
height: 82px;
|
|
1759
|
+
|
|
1760
|
+
> div {
|
|
1761
|
+
position: relative;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
> div > span {
|
|
1765
|
+
position: absolute;
|
|
1766
|
+
left: -41px;
|
|
1767
|
+
top: -41px;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
> div > svg {
|
|
1771
|
+
position: absolute;
|
|
1772
|
+
left: -19px;
|
|
1773
|
+
top: -19px;
|
|
1774
|
+
}
|
|
1775
|
+
`;import{useEffect as gw,useState as Pm}from"react";import vw from"styled-components";import{isMobile as yw}from"react-device-detect";var Em=(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(!nt()&&yw)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Cw,jsx as oo,jsxs as Tm}from"react/jsx-runtime";var xm=()=>{let{forkSession:e,ready:t,authenticated:o}=F(),[r,n]=Pm(""),[i,a]=Pm(!1);gw(()=>{t&&o&&e().then(n)},[t,o]);let l=Em(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."),Tm(Cw,{children:[oo(E,{},"header"),oo(z,{}),oo(fo,{title:s.title,description:s.description}),Tm(mo,{children:[oo(ww,{children:oo(xt,{style:{width:"72px",height:"72px"}})}),oo(Ci,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?oo("p",{children:s.footnote}):null]}),oo($,{}),oo(U,{protectedByPrivy:!0})]})},ww=vw(Bo)`
|
|
1776
|
+
margin: 16px auto;
|
|
1777
|
+
`;import{StaticJsonRpcProvider as CC}from"@ethersproject/providers";import{useMemo as lu,useEffect as dl,useState as gt}from"react";import zr from"styled-components";import Km from"styled-components";import _m from"styled-components";import{jsx as Sm,jsxs as Pw}from"react/jsx-runtime";var ya=({label:e,children:t,valueStyles:o})=>Pw(bw,{children:[Sm("div",{children:e}),Sm(Ew,{style:{...o},children:t})]}),bw=_m.div`
|
|
1647
1778
|
display: flex;
|
|
1648
1779
|
align-items: center;
|
|
1649
1780
|
justify-content: space-between;
|
|
@@ -1658,7 +1789,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1658
1789
|
color: var(--privy-color-foreground-2);
|
|
1659
1790
|
text-align: right;
|
|
1660
1791
|
}
|
|
1661
|
-
`,
|
|
1792
|
+
`,Ew=_m.div`
|
|
1662
1793
|
font-size: 14px;
|
|
1663
1794
|
line-height: 100%;
|
|
1664
1795
|
display: flex;
|
|
@@ -1667,28 +1798,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1667
1798
|
border-radius: var(--privy-border-radius-full);
|
|
1668
1799
|
background-color: var(--privy-color-background-2);
|
|
1669
1800
|
padding: 4px 8px;
|
|
1670
|
-
`;import
|
|
1801
|
+
`;import va from"styled-components";import{BigNumber as km}from"@ethersproject/bignumber";import{formatEther as Rm}from"@ethersproject/units";var In=(e,t)=>{let o=(t*parseFloat(Rm(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Ot=(e,t,o=6,r=!1)=>{let i=parseFloat(Rm(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Qs=e=>e.map(ne).reduce((t,o)=>t.add(o),km.from(0)).toHexString(),Am=(e,t)=>{let{chains:o}=R(),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},ne=e=>km.from(e);import{Fragment as _w,jsx as ga,jsxs as Im}from"react/jsx-runtime";var Mm=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Qs(e),n=t?In(r,t):void 0,i=Ot(r,o);return ga(Wm,{children:n||i})},Zs=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Qs(e),n=t?In(r,t):void 0,i=Ot(r,o);return ga(Wm,{children:n?Im(_w,{children:[ga(Tw,{children:"USD"}),n==="<$0.01"?Im(Sw,{children:[ga(xw,{children:"<"}),"$0.01"]}):n]}):i})},Wm=va.span`
|
|
1671
1802
|
font-size: 14px;
|
|
1672
1803
|
line-height: 140%;
|
|
1673
1804
|
display: flex;
|
|
1674
1805
|
gap: 4px;
|
|
1675
1806
|
align-items: center;
|
|
1676
|
-
`,
|
|
1807
|
+
`,Tw=va.span`
|
|
1677
1808
|
font-size: 12px;
|
|
1678
1809
|
line-height: 12px;
|
|
1679
1810
|
color: var(--privy-color-foreground-3);
|
|
1680
|
-
`,
|
|
1811
|
+
`,xw=va.span`
|
|
1681
1812
|
font-size: 10px;
|
|
1682
|
-
`,
|
|
1813
|
+
`,Sw=va.span`
|
|
1683
1814
|
display: flex;
|
|
1684
1815
|
align-items: center;
|
|
1685
|
-
`;import
|
|
1816
|
+
`;import Xs from"styled-components";import{jsx as So,jsxs as wa}from"react/jsx-runtime";var Nm=({gas:e,tokenPrice:t,tokenSymbol:o})=>wa(ps,{style:{paddingBottom:"12px"},children:[wa(Om,{children:[So(Um,{children:"Est. Fees"}),So("div",{children:So(Zs,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&So(Dm,{children:`${Ot(e,o)}`})]}),Lm=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=ne(e.value||0).add(ne(t)).toHexString();return wa(ps,{children:[wa(Om,{children:[So(Um,{children:"Total (including fees)"}),So("div",{children:So(Zs,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&So(Dm,{children:Ot(n,r)})]})},Om=Xs.div`
|
|
1686
1817
|
display: flex;
|
|
1687
1818
|
flex-direction: row;
|
|
1688
1819
|
justify-content: space-between;
|
|
1689
1820
|
align-items: center;
|
|
1690
1821
|
padding-top: 4px;
|
|
1691
|
-
`,
|
|
1822
|
+
`,Dm=Xs.div`
|
|
1692
1823
|
display: flex;
|
|
1693
1824
|
flex-direction: row;
|
|
1694
1825
|
height: 12px;
|
|
@@ -1697,23 +1828,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1697
1828
|
line-height: 12px;
|
|
1698
1829
|
color: var(--privy-color-foreground-3);
|
|
1699
1830
|
font-weight: 400;
|
|
1700
|
-
`,
|
|
1831
|
+
`,Um=Xs.div`
|
|
1701
1832
|
font-size: 14px;
|
|
1702
1833
|
line-height: 22.4px;
|
|
1703
1834
|
font-weight: 400;
|
|
1704
|
-
`;import{ChevronDownIcon as
|
|
1835
|
+
`;import{ChevronDownIcon as kw}from"@heroicons/react/24/outline";import{useContext as Zo,useState as Rw}from"react";import _o from"styled-components";import{createContext as Fm,useContext as S7}from"react";var Ur=Fm(void 0);var Mn=Fm(void 0);import{Fragment as Dw,jsx as yt,jsxs as Bm}from"react/jsx-runtime";var Gm=({defaultValue:e,children:t})=>{let[o,r]=Rw(e||null),n=i=>{r(o===i?null:i)};return yt(Ur.Provider,{value:{activePanel:o,togglePanel:n},children:yt(Aw,{children:t})})},Hm=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Zo(Ur),n=o===e;return yt(Mn.Provider,{value:{onToggle:()=>r(e),value:e},children:yt(Nw,{isActive:n,"data-open":n,children:t})})},zm=({children:e})=>{let{activePanel:t}=Zo(Ur),{onToggle:o,value:r}=Zo(Mn),n=t===r;return Bm(Dw,{children:[Bm(Iw,{onClick:o,"data-open":n,children:[yt(Ww,{children:e}),yt(Ow,{isactive:n,children:yt(kw,{height:"16px",width:"16px",strokeWidth:"2"})})]}),yt(Mw,{})]})},Vm=({children:e})=>{let{activePanel:t}=Zo(Ur),{value:o}=Zo(Mn);return yt(Lw,{"data-open":t===o,children:yt(qm,{children:e})})},$m=({children:e})=>{let{activePanel:t}=Zo(Ur),{value:o}=Zo(Mn);return yt(qm,{children:typeof e=="function"?e({isActive:t===o}):e})},Aw=_o.div`
|
|
1705
1836
|
display: flex;
|
|
1706
1837
|
flex-direction: column;
|
|
1707
1838
|
width: 100%;
|
|
1708
1839
|
gap: 8px;
|
|
1709
|
-
`,
|
|
1840
|
+
`,Iw=_o.div`
|
|
1710
1841
|
display: flex;
|
|
1711
1842
|
justify-content: space-between;
|
|
1712
1843
|
align-items: center;
|
|
1713
1844
|
width: 100%;
|
|
1714
1845
|
cursor: pointer;
|
|
1715
1846
|
padding-bottom: 8px;
|
|
1716
|
-
`,
|
|
1847
|
+
`,Mw=_o.div`
|
|
1717
1848
|
width: 100%;
|
|
1718
1849
|
|
|
1719
1850
|
&& {
|
|
@@ -1721,13 +1852,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1721
1852
|
border-color: var(--privy-color-foreground-4);
|
|
1722
1853
|
}
|
|
1723
1854
|
padding-bottom: 12px;
|
|
1724
|
-
`,
|
|
1855
|
+
`,Ww=_o.div`
|
|
1725
1856
|
font-size: 14px;
|
|
1726
1857
|
font-weight: 500;
|
|
1727
1858
|
line-height: 19.6px;
|
|
1728
1859
|
width: 100%;
|
|
1729
1860
|
padding-right: 8px;
|
|
1730
|
-
`,
|
|
1861
|
+
`,Nw=_o.div`
|
|
1731
1862
|
display: flex;
|
|
1732
1863
|
flex-direction: column;
|
|
1733
1864
|
width: 100%;
|
|
@@ -1739,7 +1870,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1739
1870
|
border-color: var(--privy-color-foreground-4);
|
|
1740
1871
|
border-radius: var(--privy-border-radius-md);
|
|
1741
1872
|
}
|
|
1742
|
-
`,
|
|
1873
|
+
`,Lw=_o.div`
|
|
1743
1874
|
position: relative;
|
|
1744
1875
|
overflow: hidden;
|
|
1745
1876
|
transition: max-height 25ms ease-out;
|
|
@@ -1751,36 +1882,36 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1751
1882
|
&[data-open='false'] {
|
|
1752
1883
|
max-height: 0;
|
|
1753
1884
|
}
|
|
1754
|
-
`,
|
|
1885
|
+
`,qm=_o.div`
|
|
1755
1886
|
display: flex;
|
|
1756
1887
|
flex-direction: column;
|
|
1757
1888
|
gap: 12px;
|
|
1758
1889
|
flex: 1 1 auto;
|
|
1759
1890
|
min-height: 1px;
|
|
1760
|
-
`,
|
|
1891
|
+
`,Ow=_o.div`
|
|
1761
1892
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
1762
|
-
`;import
|
|
1893
|
+
`;import Uw from"styled-components";import{jsx as Bw}from"react/jsx-runtime";var el=({walletAddress:e,chainId:t=Vt})=>Bw(Fw,{href:Am(t,e),target:"_blank",children:lo(e)}),Fw=Uw.a`
|
|
1763
1894
|
&:hover {
|
|
1764
1895
|
text-decoration: underline;
|
|
1765
1896
|
}
|
|
1766
|
-
`;import{jsx as
|
|
1897
|
+
`;import{jsx as et,jsxs as tl}from"react/jsx-runtime";var Fr=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return et(Gm,{children:tl(Hm,{value:"details",children:[et(zm,{children:tl(Gw,{children:[et("div",{children:r?.title||r?.actionDescription||"Details"}),et(Hw,{children:et(Mm,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),tl(Vm,{children:[et(ya,{label:"From",children:et(el,{walletAddress:e,chainId:o.chainId||Vt})}),et(ya,{label:"To",children:et(el,{walletAddress:t,chainId:o.chainId||Vt})}),r&&r.action&&et(ya,{label:"Action",children:r.action}),i&&et(Nm,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),et($m,{children:({isActive:s})=>et(Lm,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},Gw=Km.div`
|
|
1767
1898
|
display: flex;
|
|
1768
1899
|
flex-direction: row;
|
|
1769
1900
|
justify-content: space-between;
|
|
1770
|
-
`,
|
|
1901
|
+
`,Hw=Km.div`
|
|
1771
1902
|
flex-shrink: 0;
|
|
1772
1903
|
padding-left: 8px;
|
|
1773
|
-
`;import
|
|
1904
|
+
`;import Nn from"styled-components";import{jsx as Wn,jsxs as jw}from"react/jsx-runtime";var ol=({description:e,contractInfo:t})=>jw(zw,{children:[t.imgUrl&&Wn(Vw,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Wn($w,{children:Wn("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Wn(qw,{children:t.name}),Wn(Kw,{children:e||t.actionText})]}),zw=Nn.div`
|
|
1774
1905
|
display: flex;
|
|
1775
1906
|
flex-direction: column;
|
|
1776
1907
|
align-items: center;
|
|
1777
1908
|
margin-bottom: 8px;
|
|
1778
|
-
`,
|
|
1909
|
+
`,Vw=Nn.img`
|
|
1779
1910
|
height: ${e=>e.size==="sm"?"65px":"140px"};
|
|
1780
1911
|
width: ${e=>e.size==="sm"?"65px":"140px"};
|
|
1781
1912
|
border-radius: 16px;
|
|
1782
1913
|
margin-bottom: 12px;
|
|
1783
|
-
|
|
1914
|
+
`,$w=Nn.div`
|
|
1784
1915
|
font-size: 12px;
|
|
1785
1916
|
line-height: 12px;
|
|
1786
1917
|
padding: 7px;
|
|
@@ -1793,7 +1924,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1793
1924
|
text-decoration: underline;
|
|
1794
1925
|
}
|
|
1795
1926
|
}
|
|
1796
|
-
`,
|
|
1927
|
+
`,qw=Nn.div`
|
|
1797
1928
|
font-size: 18px;
|
|
1798
1929
|
line-height: 18px;
|
|
1799
1930
|
font-weight: 500;
|
|
@@ -1801,7 +1932,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1801
1932
|
white-space: nowrap;
|
|
1802
1933
|
max-width: 275px;
|
|
1803
1934
|
text-overflow: ellipsis;
|
|
1804
|
-
`,
|
|
1935
|
+
`,Kw=Nn.div`
|
|
1805
1936
|
font-size: 16px;
|
|
1806
1937
|
line-height: 140%;
|
|
1807
1938
|
font-weight: 400;
|
|
@@ -1809,7 +1940,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1809
1940
|
overflow: hidden;
|
|
1810
1941
|
max-width: 275px;
|
|
1811
1942
|
text-overflow: ellipsis;
|
|
1812
|
-
`;import{WalletIcon as
|
|
1943
|
+
`;import{WalletIcon as nC}from"@heroicons/react/24/outline";import{useState as il,useEffect as iC}from"react";import sl from"styled-components";import{VoidSigner as Qw}from"@ethersproject/abstract-signer";import{BigNumber as Sa}from"@ethersproject/bignumber";import{Contract as Zw}from"@ethersproject/contracts";import{EtherscanProvider as y9}from"@ethersproject/providers";import{serialize as Xw}from"@ethersproject/transactions";var Ca={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 ba={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 Ea={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 Pa={id:420,name:"Optimism Goerli Testnet",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var Ta={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var xa={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 jm}from"@ethersproject/units";import{ofetch as Yw}from"ofetch";var Ln={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 On={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 Ym=[Ln.id,On.id],rl=e=>({maxPriorityFee:jm(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:jm(e.maxFee.toFixed(9),"gwei").toHexString()}),Jw=e=>({safeLow:rl(e.safeLow),standard:rl(e.standard),fast:rl(e.fast)}),Jm=async e=>{let t="";switch(e){case Ln.id:t="https://gasstation.polygon.technology/v2";break;case On.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return Jw(await Yw(t))};function Br(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function eC(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=Br(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=Br(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=Br(e.gasPrice)),e.value!==void 0&&(t.value=Br(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=Br(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=Br(e.maxPriorityFeePerGas)),t}function tC(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=ne(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=ne(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ne(e.gasPrice)),e.value!==void 0&&(t.value=ne(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ne(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ne(e.maxPriorityFeePerGas)),t}async function Gr(e,t,o){t.chainId=Number(t.chainId),Xm(t);let r=new Qw(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),Ym.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await Jm(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 eC(n)}async function _a(e,t,o,r,n){r=Object.assign({chainId:Vt},r),Xm(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 Qm(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(ne(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function Zm(e){return[Ca.id,ba.id,Ea.id,Pa.id,Ta.id,xa.id].includes(e)}async function nl(e,t){if(!e.chainId||e.chainId&&!Zm(e.chainId))return Sa.from(0);let o=Sa.from(0);try{let r=new Zw(ac,sc,t),n=tC(e),i=Xw(n);o=await r.getL1Fee(i)}catch{}return o}async function ka(e,t){delete e.from;let o=Sa.from(0),r=Sa.from(0);if(e.gasLimit?o=ne(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=ne(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=ne(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=ne(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&Zm(e.chainId))try{let i=await nl(e,t);n=n.add(i)}catch{}return n}function Xm(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!oC(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 oC(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&rC(e);return t||o||r}function rC(e){return/^-?0x[a-f0-9]+$/i.test(e)}function Ra(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 eu,jsxs as al}from"react/jsx-runtime";var tu=({wallet:e,txn:t,provider:o,onInsufficientFunds:r})=>{let[n,i]=il(),[a,l]=il(!1),[s,c]=il(!1),{nativeTokenSymbolForChainId:f}=R(),h=f(t.chainId)||"ETH";return iC(()=>{(async m=>{try{let{balance:b,hasSufficientFunds:P}=await Qm(m,t,o);c(!0),P||(l(!0),r()),i(b.toHexString())}catch(b){console.warn(`Failed to fetch wallet balance with error: ${b}`)}})(e.address)},[e,t]),al(aC,{children:[al(sC,{children:[eu(nC,{strokeWidth:"2",width:"16px",height:"16px"}),eu("div",{children:lo(e?.address)})]}),al(lC,{displayBalanceColor:s,hasFunds:!a,children:[n?Ot(n,h,6,!0):0," ","available"]})]})},aC=sl.div`
|
|
1813
1944
|
display: flex;
|
|
1814
1945
|
flex-direction: row;
|
|
1815
1946
|
justify-content: space-between;
|
|
@@ -1822,12 +1953,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1822
1953
|
border: 1px solid var(--privy-color-foreground-4);
|
|
1823
1954
|
border-radius: var(--privy-border-radius-md);
|
|
1824
1955
|
}
|
|
1825
|
-
`,
|
|
1956
|
+
`,sC=sl.div`
|
|
1826
1957
|
display: flex;
|
|
1827
1958
|
flex-direction: row;
|
|
1828
1959
|
align-items: center;
|
|
1829
1960
|
gap: 8px;
|
|
1830
|
-
`,
|
|
1961
|
+
`,lC=sl.div`
|
|
1831
1962
|
display: flex;
|
|
1832
1963
|
align-items: center;
|
|
1833
1964
|
justify-content: center;
|
|
@@ -1837,114 +1968,78 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1837
1968
|
background-color: var(--privy-color-background-2);
|
|
1838
1969
|
padding: 5px 8px;
|
|
1839
1970
|
color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
|
|
1840
|
-
`;import
|
|
1971
|
+
`;import Aa from"styled-components";import{Fragment as ru,jsx as Dn,jsxs as nu}from"react/jsx-runtime";var iu=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?In(n,r):void 0,a=Ot(n,o);return nu(cC,{children:[i?nu(ru,{children:[Dn(ou,{children:i}),Dn(pC,{children:a})]}):Dn(ru,{children:Dn(ou,{children:a})}),Dn(dC,{children:e})]})},cC=Aa.div`
|
|
1841
1972
|
display: flex;
|
|
1842
1973
|
flex-direction: column;
|
|
1843
1974
|
align-items: center;
|
|
1844
1975
|
margin-bottom: 20px;
|
|
1845
|
-
`,
|
|
1976
|
+
`,ou=Aa.h2`
|
|
1846
1977
|
&& {
|
|
1847
1978
|
font-size: 48px;
|
|
1848
1979
|
line-height: 48px;
|
|
1849
1980
|
margin: 8px auto;
|
|
1850
1981
|
}
|
|
1851
|
-
`,
|
|
1982
|
+
`,pC=Aa.p`
|
|
1852
1983
|
margin-bottom: 12px;
|
|
1853
1984
|
&& {
|
|
1854
1985
|
font-size: 17px;
|
|
1855
1986
|
line-height: 17px;
|
|
1856
1987
|
color: var(--privy-color-foreground-3);
|
|
1857
1988
|
}
|
|
1858
|
-
`,
|
|
1989
|
+
`,dC=Aa.div`
|
|
1859
1990
|
font-size: 16px;
|
|
1860
1991
|
line-height: 22.4px;
|
|
1861
1992
|
font-weight: 400;
|
|
1862
1993
|
overflow: hidden;
|
|
1863
1994
|
max-width: 275px;
|
|
1864
1995
|
text-overflow: ellipsis;
|
|
1865
|
-
`;import{useState as
|
|
1866
|
-
width: 100%;
|
|
1867
|
-
padding: 1rem 0;
|
|
1868
|
-
`;import{useContext as oC}from"react";function cl(){let{init:e,submit:t,cancel:o}=oC(ke);return{init:e,submit:t,cancel:o}}import{PhoneIcon as rC,DevicePhoneMobileIcon as nC}from"@heroicons/react/24/outline";import{Fragment as iC,jsx as ft,jsxs as Ra}from"react/jsx-runtime";var qm=({methods:e,onMethodSelect:t,onCancel:o,onClose:r})=>Ra(iC,{children:[ft(E,{onClose:r},"header"),ft(Nr,{children:ft(Wr,{})}),ft(He,{simple:!0,children:"Choose a verification method"}),Ra(aa,{children:[e.includes("totp")&&ft(R,{onClick:()=>t("totp"),children:Ra(Or,{children:[ft(nC,{}),ft("span",{children:"Authenticator App"})]})}),e.includes("sms")&&ft(R,{onClick:()=>t("sms"),children:Ra(Or,{children:[ft(rC,{}),ft("span",{children:"SMS"})]})})]}),ft(pe,{onClick:o,children:"Not Now"}),ft(q,{})]});import{jsx as Gn}from"react/jsx-runtime";var jm=()=>{let{user:e}=G(),{pendingTransaction:t,closePrivyModal:o}=_(),[r,n]=Km(null),[i,a]=Km(!1),{init:l,submit:s}=cl(),{onUserCloseViaDialogOrKeybindRef:c}=T(),u=Ge(),h=()=>{u.remove(),o({shouldCallAuthOnSuccess:!0})};c.current=h;function y(){n(null)}function f(b){l(b),n(b)}async function P(b){try{s("totp",b)}catch{a(!0)}}async function g(b){try{s("sms",b)}catch{a(!0)}}switch(r){case"sms":return Gn(da,{hasError:i,onSubmit:g,onCancel:y,onClose:h,children:t&&Gn(ll,{pendingTransaction:t})});case"totp":return Gn(ma,{hasError:i,onSubmit:P,onCancel:y,onClose:h,children:t&&Gn(ll,{pendingTransaction:t})});default:return Gn(qm,{methods:e?.mfaMethods??[],onMethodSelect:f,onCancel:y,onClose:h})}};import{useEffect as Ym,useState as Jm}from"react";import Zm from"styled-components";function pl(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as lC,jsx as Xt,jsxs as Ia}from"react/jsx-runtime";var Qm={google:{name:"Google",component:Xi},discord:{name:"Discord",component:Ji},github:{name:"Github",component:Qi},linkedin:{name:"LinkedIn",component:ta},twitter:{name:"Twitter",component:ra},tiktok:{name:"Tiktok",component:oa},apple:{name:"Apple",component:Yi}},Aa=()=>{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)},Xm=()=>{let{ready:e,user:t,authenticated:o}=G(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=T(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:h,closePrivyModal:y}=_(),[f,P]=Jm(!1),[g,b]=Jm(void 0),x=l()?.provider||"google",M=Qm[x].name,W=Qm[x].component,k=r?.render.inDialog?Ye:0;Ym(()=>{c().then(()=>{Aa(),P(!0)}).catch(I=>{let K={retryable:!1,message:"Authentication failed"};if(I?.privyErrorCode==="allowlist_rejected"){b(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),Aa();return}else I?.privyErrorCode==="linked_to_another_user"?K.detail="This account has already been linked to another user.":I?.privyErrorCode==="invalid_credentials"?(K.retryable=!0,K.detail="Something went wrong. Try again."):I.privyErrorCode==="oauth_user_denied"&&(K.detail=`Retry and check ${pl(x)} to finish connecting your account.`,K.retryable=!0);Aa(),b(K)}).finally(()=>{h()})},[]),Ym(()=>{if(e&&o&&f&&t)if(io(t,r?.embeddedWallets?.createOnLogin)){let K=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:oe=>console.error(oe),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},k);return()=>clearTimeout(K)}else{let K=setTimeout(y,k);return u(),()=>clearTimeout(K)}},[e,o,f,t]);let L=f?`Successfully connected with ${M}`:g?g.message:`Verifying connection to ${M}`,A="";return f?A="You\u2019re good to go!":g?A=g.detail:A="Just a few moments more",Ia(lC,{children:[Xt(E,{}),Xt(H,{}),Ia(aC,{children:[Xt(sC,{children:Ia("div",{children:[Xt(bi,{success:f,fail:!!g}),Xt(W,{style:{width:"38px",height:"38px"}})]})}),Ia(uo,{children:[Xt("h3",{children:L}),Xt("p",{children:A})]}),g&&g?.retryable?Xt(po,{onClick:()=>{Aa(),s(x),b(void 0)},disabled:!f&&!g?.retryable,children:"Retry"}):null]}),Xt(q,{})]})},aC=Zm.div`
|
|
1869
|
-
display: flex;
|
|
1870
|
-
flex-direction: column;
|
|
1871
|
-
align-items: center;
|
|
1872
|
-
justify-content: center;
|
|
1873
|
-
margin-left: 27px;
|
|
1874
|
-
margin-right: 27px;
|
|
1875
|
-
gap: 24px;
|
|
1876
|
-
`,sC=Zm.div`
|
|
1877
|
-
display: flex;
|
|
1878
|
-
flex-direction: column;
|
|
1879
|
-
justify-content: center;
|
|
1880
|
-
align-items: center;
|
|
1881
|
-
width: 100%;
|
|
1882
|
-
height: 82px;
|
|
1883
|
-
|
|
1884
|
-
> div {
|
|
1885
|
-
position: relative;
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
> div > span {
|
|
1889
|
-
position: absolute;
|
|
1890
|
-
left: -41px;
|
|
1891
|
-
top: -41px;
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
> div > svg {
|
|
1895
|
-
position: absolute;
|
|
1896
|
-
left: -19px;
|
|
1897
|
-
top: -19px;
|
|
1898
|
-
}
|
|
1899
|
-
`;import{useEffect as pC,useState as tu}from"react";import dC from"styled-components";import{isMobile as cC}from"react-device-detect";var eu=(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(!lt()&&cC)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as uC,jsx as eo,jsxs as ou}from"react/jsx-runtime";var ru=()=>{let{forkSession:e,ready:t,authenticated:o}=G(),[r,n]=tu(""),[i,a]=tu(!1);pC(()=>{t&&o&&e().then(n)},[t,o]);let l=eu(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."),ou(uC,{children:[eo(E,{},"header"),eo(H,{}),eo(fo,{title:s.title,description:s.description}),ou(mo,{children:[eo(mC,{children:eo(_t,{style:{width:"72px",height:"72px"}})}),eo(Ti,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?eo("p",{children:s.footnote}):null]}),eo(z,{}),eo(U,{protectedByPrivy:!0})]})},mC=dC(et)`
|
|
1900
|
-
margin: 16px auto;
|
|
1901
|
-
`;import{StaticJsonRpcProvider as wC}from"@ethersproject/providers";import{useMemo as au,useEffect as ml,useState as Ct}from"react";import qr from"styled-components";function nu(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as dl}from"@ethersproject/bignumber";import fC from"styled-components";import{Fragment as gC,jsx as Hn,jsxs as vC}from"react/jsx-runtime";var hC=(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})=>vC(gC,{children:[Hn(E,{onClose:r}),Hn(zt,{title:"Transaction complete!",description:"You're all set."}),Hn(Hr,{tokenPrice:n,from:t.from,to:t.to,gas:hC(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Hn(yC,{loading:!1,onClick:r,children:"All Done"}),Hn(q,{})]}),yC=fC(R)`
|
|
1996
|
+
`;function au(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{useState as ll,useEffect as mC}from"react";var Ia=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=R(),[n,i]=ll(!0),[a,l]=ll(void 0),[s,c]=ll(void 0);return mC(()=>{let f=e.chainId||Vt,h=r.find(m=>m.id===Number(f));if(!h)throw new B(`Unsupported chain: ${f}`);(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 uC,useContext as fC}from"react";var cl=uC({wallets:[]});function Un(){return fC(cl)}import{BigNumber as pl}from"@ethersproject/bignumber";import hC from"styled-components";import{Fragment as vC,jsx as Fn,jsxs as wC}from"react/jsx-runtime";var yC=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=pl.from(e.gasUsed),r=pl.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=pl.from(t);n=n.add(i)}return n.toString()}catch{return}else return},su=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>wC(vC,{children:[Fn(E,{onClose:r}),Fn(sn,{title:"Transaction complete!",description:"You're all set."}),Fn(Fr,{tokenPrice:n,from:t.from,to:t.to,gas:yC(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Fn(gC,{loading:!1,onClick:r,children:"All Done"}),Fn(V,{})]}),gC=hC(I)`
|
|
1902
1997
|
&& {
|
|
1903
1998
|
margin-top: 24px;
|
|
1904
1999
|
}
|
|
1905
2000
|
transition: color 350ms ease, background-color 350ms ease;
|
|
1906
|
-
`;import{Fragment as
|
|
2001
|
+
`;import{Fragment as ml,jsx as Le,jsxs as Hr}from"react/jsx-runtime";var bC=({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(iu,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},pu=()=>{let{authenticated:e,getAccessToken:t}=F(),{wallets:o}=Un(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=R(),{app:c,navigate:f,data:h,onUserCloseViaDialogOrKeybindRef:y,setModalData:m}=T(),{transactionRequest:b,onSuccess:P,onFailure:S,uiOptions:g,fundWalletConfig:_}=h.sendTransaction,[x,A]=gt(null),[O,W]=gt(null),[M,H]=gt(""),[X,q]=gt(),[k,Y]=gt(!1),ie=()=>{H(""),q(void 0)},Oe=(Te,ae,tt)=>{H(Te),q(new xe(new Et(ae??Te,tt??De.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[L,ee]=gt(!0),[ve,me]=gt(!1),[N,Pe]=gt(b),{tokenPrice:zt,isTokenPriceLoading:tr}=Ia(N),or=s(b.chainId)||"ETH",[qr,Kr]=gt(null),[Hn,rr]=gt(null),[zn,j]=gt(!0);dl(()=>{(async()=>{try{j(!0);let ae=await ka(N,Ao);Kr(ne(ae.toBigInt()).toHexString());let tt=await nl(N,Ao);rr(ne(tt.toBigInt()).toHexString())}catch{Kr(null)}finally{j(!1)}})()},[N]),dl(()=>{e||(f("LANDING"),S(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let Q=lu(()=>o.find(Te=>Te.walletClientType==="privy"),[o]),nr=async()=>{if(!Q)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Te,externalTransactionId:ae}=await i(Q.address,{config:_?.config||{}});m({fiatOnRampPrompt:{signedUrl:Te},fiatOnRampStatus:{externalTransactionId:ae}}),f("FIAT_ON_RAMP_PROMPT_SCREEN")},Ao=lu(()=>new CC(ut(N.chainId,l,a)),[N.chainId,a]);dl(()=>{async function Te(){return!await t()||!r||!Q?N:Gr(Q.address,N,Ao)}Te().then(ae=>{ee(!1),Pe(ae)},async ae=>{ee(!0);let tt="There was an error preparing your transaction. Please try again.";wp(ae)&&(tt="Wallet has insufficient funds for this transaction.",c?.fiatOnRamp.enabled&&Y(!0)),M!=="Wallet has insufficient funds for this transaction."&&Oe(tt,ae.reason)})},[r]);let ir=au(N),Vn=ir==="SEND"?`Send ${or}`:"Review transaction",Io={modalTitle:g.header||g.modalTitle||Vn,buttonText:g.buttonText||"Submit"},ar=()=>{ve||(O?P(O):S(X||new xe(new Et("The user rejected the request",De.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return y.current=ar,zt===void 0&&tr||zn?Hr(ml,{children:[Le(E,{title:Io.modalTitle,onClose:ar}),Le(cu,{children:Le(Pr,{})})]}):x!==null?Le(su,{txn:N,onClose:ar,receipt:x,transactionInfo:g.transactionInfo,tokenPrice:zt,tokenSymbol:or,l1GasEstimate:Hn}):Hr(ml,{children:[Le(E,{title:Io.modalTitle,onClose:ar}),Hr(cu,{children:[Hr(xC,{children:[Le(bC,{txn:N,txnFamily:ir,uiOptions:g,tokenSymbol:or,tokenPrice:zt}),Q?Le(Fr,{from:Q.address,to:N.to,txn:N,transactionInfo:g.transactionInfo,gas:qr||void 0,tokenPrice:zt,tokenSymbol:or}):null]}),Hr(SC,{children:[Le(EC,{children:M}),Q?Le(tu,{txn:N,wallet:Q,provider:Ao,onInsufficientFunds:()=>Oe("Wallet has insufficient funds for this transaction.")}):null,Hr(PC,{children:[k&&Le(I,{onClick:nr,children:"Add Funds"}),Le(TC,{disabled:L||ve,loading:!r||ve,loadingText:ve?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{me(!0);let Te=await t();if(Te&&!ve&&Q)try{let ae=await _a(Te,Q.address,r,N,Ao);W(ae);let tt=await ae.wait();A(Ra(tt)),ie()}catch(ae){let tt="There was an error processing your transaction. Please contact support.";console.warn({transaction:N,error:ae}),Oe(tt,ae.reason)}finally{me(!1)}},children:Io.buttonText})]})]})]})]})},cu=zr.div`
|
|
1907
2002
|
display: flex;
|
|
1908
2003
|
flex-direction: column;
|
|
1909
2004
|
justify-content: space-between;
|
|
1910
2005
|
flex-grow: 1;
|
|
1911
2006
|
padding-bottom: 16px;
|
|
1912
|
-
`,
|
|
2007
|
+
`,EC=zr.div`
|
|
1913
2008
|
font-size: 13px;
|
|
1914
2009
|
color: var(--privy-color-error);
|
|
1915
2010
|
width: 100%;
|
|
1916
2011
|
margin-top: 16px;
|
|
1917
|
-
`,
|
|
2012
|
+
`,PC=zr.div`
|
|
1918
2013
|
display: flex;
|
|
1919
2014
|
direction: row;
|
|
1920
2015
|
justify-content: space-between;
|
|
1921
2016
|
align-items: center;
|
|
1922
2017
|
gap: 8px;
|
|
1923
|
-
`,TC=
|
|
2018
|
+
`,TC=zr(I)`
|
|
1924
2019
|
transition: color 350ms ease, background-color 350ms ease;
|
|
1925
|
-
`,
|
|
2020
|
+
`,xC=zr.div`
|
|
1926
2021
|
height: 100%;
|
|
1927
2022
|
display: flex;
|
|
1928
2023
|
flex-direction: column;
|
|
1929
2024
|
justify-content: space-evenly;
|
|
1930
2025
|
flex-grow: 1;
|
|
1931
|
-
`,
|
|
2026
|
+
`,SC=zr.div`
|
|
1932
2027
|
display: flex;
|
|
1933
2028
|
flex-direction: column;
|
|
1934
2029
|
gap: 8px;
|
|
1935
|
-
`;import{isHexString as
|
|
2030
|
+
`;import{isHexString as _C}from"@ethersproject/bytes";import{toUtf8String as kC}from"@ethersproject/strings";import{useEffect as du,useState as Ma}from"react";import Xo,{css as RC}from"styled-components";import{Fragment as UC,jsx as vt,jsxs as ul}from"react/jsx-runtime";var AC=e=>{if(!_C(e))return e;try{return kC(e)}catch{return e}},mu=()=>{let{authenticated:e}=F(),{initializeWalletProxy:t,closePrivyModal:o}=R(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=T(),[a,l]=Ma(!0),[s,c]=Ma(""),[f,h]=Ma(),[y,m]=Ma(null),b=y!==null;du(()=>{e||r("LANDING")},[e]),du(()=>{t(dr).then(W=>{l(!1),W||(c("An error has occurred, please try again."),h(new xe(new Et(s,De.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:P,confirmAndSignMessage:S,onSuccess:g,onFailure:_,uiOptions:x}=n.signMessage,A={title:x.title||"Sign message",description:x.description||"Signing this message will not cost you any fees.",buttonText:x.buttonText||"Sign and continue"},O=W=>{W?g(W):_(f||new xe(new Et("The user rejected the request.",De.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),m(null),c(""),h(void 0)};return i.current=()=>{O(y)},ul(UC,{children:[vt(E,{onClose:()=>O(y)}),vt(z,{}),ul(IC,{children:[vt(MC,{children:A.title}),vt(WC,{children:A.description}),vt(NC,{children:AC(P)}),vt(LC,{fail:!0,children:s}),vt(DC,{success:b,loading:a,disabled:b,onClick:async()=>{try{let W=await S();m(W),c(""),setTimeout(()=>{O(W)},$e)}catch{c("An error has occurred, please try again."),h(new xe(new Et(s,De.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:b?ul(OC,{children:[vt(aa,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",vt("span",{children:"Success"})]}):A.buttonText})]}),vt($,{}),vt(U,{protectedByPrivy:!0})]})},IC=Xo.div`
|
|
1936
2031
|
display: flex;
|
|
1937
2032
|
flex-direction: column;
|
|
1938
2033
|
align-items: center;
|
|
1939
2034
|
justify-content: center;
|
|
1940
|
-
`,
|
|
2035
|
+
`,MC=Xo.span`
|
|
1941
2036
|
color: var(--privy-color-foreground);
|
|
1942
2037
|
text-align: center;
|
|
1943
2038
|
font-size: 1.125rem;
|
|
1944
2039
|
font-weight: 500;
|
|
1945
2040
|
line-height: 1.25rem; /* 111.111% */
|
|
1946
2041
|
text-align: center;
|
|
1947
|
-
`,
|
|
2042
|
+
`,WC=Xo.span`
|
|
1948
2043
|
margin-top: 4px;
|
|
1949
2044
|
color: var(--privy-color-foreground);
|
|
1950
2045
|
text-align: center;
|
|
@@ -1954,7 +2049,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1954
2049
|
font-weight: 400;
|
|
1955
2050
|
line-height: 20px; /* 142.857% */
|
|
1956
2051
|
letter-spacing: -0.008px;
|
|
1957
|
-
`,
|
|
2052
|
+
`,NC=Xo.div`
|
|
1958
2053
|
margin-top: 1.5rem;
|
|
1959
2054
|
background-color: var(--privy-color-background-2);
|
|
1960
2055
|
border-radius: var(--privy-border-radius-md);
|
|
@@ -1972,7 +2067,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1972
2067
|
&::-webkit-scrollbar {
|
|
1973
2068
|
display: none; /* Safari and Chrome */
|
|
1974
2069
|
}
|
|
1975
|
-
`,
|
|
2070
|
+
`,LC=Xo.div`
|
|
1976
2071
|
line-height: 20px;
|
|
1977
2072
|
height: 20px;
|
|
1978
2073
|
font-size: 13px;
|
|
@@ -1982,20 +2077,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1982
2077
|
width: 100%;
|
|
1983
2078
|
margin-top: 16px;
|
|
1984
2079
|
margin-bottom: 4px;
|
|
1985
|
-
`,
|
|
2080
|
+
`,OC=Xo.span`
|
|
1986
2081
|
display: flex;
|
|
1987
2082
|
align-items: center;
|
|
1988
2083
|
gap: 8px;
|
|
1989
|
-
`,
|
|
2084
|
+
`,DC=Xo(I)`
|
|
1990
2085
|
transition: color 350ms ease, background-color 350ms ease;
|
|
1991
2086
|
|
|
1992
|
-
${e=>e.success&&
|
|
2087
|
+
${e=>e.success&&RC`
|
|
1993
2088
|
&&&& {
|
|
1994
2089
|
background-color: var(--privy-color-success);
|
|
1995
2090
|
color: #ffffff;
|
|
1996
2091
|
}
|
|
1997
2092
|
`}
|
|
1998
|
-
`;import
|
|
2093
|
+
`;import BC,{createGlobalStyle as GC}from"styled-components";var FC=`
|
|
1999
2094
|
*,
|
|
2000
2095
|
::before,
|
|
2001
2096
|
::after {
|
|
@@ -2225,7 +2320,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2225
2320
|
[hidden] {
|
|
2226
2321
|
display: none;
|
|
2227
2322
|
}
|
|
2228
|
-
`,
|
|
2323
|
+
`,uu=FC;var fu=GC`
|
|
2229
2324
|
:root {
|
|
2230
2325
|
// Borders
|
|
2231
2326
|
--privy-border-radius-sm: 6px;
|
|
@@ -2257,10 +2352,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2257
2352
|
--privy-height-modal-full: 620px;
|
|
2258
2353
|
--privy-height-modal-compact: 480px;
|
|
2259
2354
|
};
|
|
2260
|
-
`,
|
|
2355
|
+
`,Wa=BC.div`
|
|
2261
2356
|
// css normalize only the privy application to avoid conflicts
|
|
2262
2357
|
// with consuming application
|
|
2263
|
-
${
|
|
2358
|
+
${uu}
|
|
2264
2359
|
|
|
2265
2360
|
// Privy styles
|
|
2266
2361
|
color: var(--privy-color-foreground-2);
|
|
@@ -2319,111 +2414,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2319
2414
|
opacity: 1;
|
|
2320
2415
|
}
|
|
2321
2416
|
}
|
|
2322
|
-
`;import{
|
|
2323
|
-
display: flex;
|
|
2324
|
-
flex-direction: column;
|
|
2325
|
-
text-align: center;
|
|
2326
|
-
font-size: 14px;
|
|
2327
|
-
line-height: 20px;
|
|
2417
|
+
`;import{jsx as pt,jsxs as jC}from"react/jsx-runtime";var qC={["LANDING"]:Wd,["AWAITING_PASSWORDLESS_CODE"]:rp,["AWAITING_CONNECTION"]:mp,["AWAITING_CONNECT_ONLY_CONNECTION"]:yp,["PHANTOM_INTERSTITIAL_SCREEN"]:xm,["LOGIN_FAILED_SCREEN"]:Bd,["AWAITING_OAUTH_SCREEN"]:bm,["ALLOWLIST_REJECTION_SCREEN"]:Vc,["INSTALL_PHANTOM_SCREEN"]:wd,["LINK_EMAIL_SCREEN"]:Nd,["LINK_PHONE_SCREEN"]:Ld,["LINK_WALLET_SCREEN"]:Od,["CONNECT_ONLY_LANDING_SCREEN"]:pp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:sp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:rd,["EMBEDDED_WALLET_CREATED_SCREEN"]:Tp,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Ep,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:ad,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Rp,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:mu,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:pu,["FIAT_ON_RAMP_PROMPT_SCREEN"]:md,["FIAT_ON_RAMP_STATUS_SCREEN"]:fd,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:id,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:nd,["MFA_ENROLLMENT_FLOW_SCREEN"]:hm},KC=()=>{let{ready:e}=F(),{ready:t,currentScreen:o}=T(),r=HC(null),n=Dc(r);if((!e||!t)&&o!=="AWAITING_OAUTH_SCREEN")return jC(eo,{children:[pt(E,{}),pt(z,{}),pt(pa,{children:pt(je,{})}),pt($,{}),pt(V,{})]});if(!o)return null;let i=qC[o];return i?pt(eo,{style:{height:n},children:pt("div",{ref:r,children:pt(i,{})})}):null},hu=({open:e})=>{let{app:t}=T(),[o,r]=zC(!1),n=la();VC(()=>{r(!0)},[]);let i=pt(Wa,{children:pt(KC,{})}),a=t?.render.inDialog?pt(ca,{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 $C.createPortal(a,l)}return null};import"wicg-inert";import{useState as xu}from"react";import{useEffect as db}from"react";import mb from"react-dom";import{createContext as YC,useContext as JC,useEffect as QC}from"react";var yu={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[],onError:[]}},fl=YC(void 0),gu=()=>JC(fl);function Dt(e,t){if(!t)return;let r=gu().current[e];return QC(()=>{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 J(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function vu(){let e=gu();return(t,o,...r)=>J(e,t,o,...r)}function hl(e){Dt("configureMfa",e)}import{useEffect as cb,useMemo as pb,useState as vl}from"react";import{StaticJsonRpcProvider as ZC}from"@ethersproject/providers";import{useMemo as XC,useEffect as eb,useState as wu}from"react";import tb from"styled-components";import{jsx as Cu}from"react/jsx-runtime";var yl=({pendingTransaction:e})=>{let{getAccessToken:t}=F(),{wallets:o}=Un(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=R(),[l,s]=wu(e),{tokenPrice:c}=Ia(l),[f,h]=wu(null),y=a(e.chainId)||"ETH",m=XC(()=>o.find(b=>b.walletClientType==="privy"),[o]);return eb(()=>{async function b(){if(!await t()||!r||!m)return l;let S=new ZC(ut(l.chainId,i,n)),g=await ka(l,S);return h(ne(g.toBigInt()).toHexString()),Gr(m.address,l,S)}b().then(P=>{s(P)})},[r]),m?Cu(ob,{children:Cu(Fr,{from:m.address,to:l.to,txn:l,gas:f??void 0,tokenPrice:c,tokenSymbol:y})}):null},ob=tb.div`
|
|
2328
2418
|
width: 100%;
|
|
2329
|
-
|
|
2330
|
-
padding: 0 16px;
|
|
2331
|
-
|
|
2332
|
-
transition: height 150ms ease-out;
|
|
2333
|
-
overflow: hidden;
|
|
2334
|
-
|
|
2335
|
-
border-radius: var(--privy-border-radius-lg) var(--privy-border-radius-lg) 0 0;
|
|
2336
|
-
box-shadow: 0px 0px 36px rgba(55, 65, 81, 0.15);
|
|
2337
|
-
|
|
2338
|
-
// Ensure the modal gets pinned to the top if it ever gets too tall
|
|
2339
|
-
max-height: calc(100svh - 48px);
|
|
2340
|
-
|
|
2341
|
-
@media (min-width: 441px) {
|
|
2342
|
-
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
2343
|
-
border-radius: var(--privy-border-radius-lg);
|
|
2344
|
-
}
|
|
2345
|
-
`,YC=Wa.div`
|
|
2346
|
-
position: fixed;
|
|
2347
|
-
z-index: 99999;
|
|
2348
|
-
|
|
2349
|
-
transition: backdrop-filter 100ms ease;
|
|
2350
|
-
&.open {
|
|
2351
|
-
inset: 0;
|
|
2352
|
-
width: 100vw;
|
|
2353
|
-
height: 100vh
|
|
2354
|
-
-webkit-backdrop-filter: blur(3px);
|
|
2355
|
-
backdrop-filter: blur(3px);
|
|
2356
|
-
}
|
|
2357
|
-
`,JC=Wa(jC)`
|
|
2358
|
-
padding: 0;
|
|
2359
|
-
background: transparent;
|
|
2360
|
-
|
|
2361
|
-
position: fixed;
|
|
2362
|
-
bottom: 0;
|
|
2363
|
-
margin-bottom: 0;
|
|
2364
|
-
width: 100%;
|
|
2365
|
-
max-width: 100%;
|
|
2366
|
-
z-index: 999999;
|
|
2367
|
-
|
|
2368
|
-
outline: none;
|
|
2369
|
-
|
|
2370
|
-
:not([open]) {
|
|
2371
|
-
pointer-events: none;
|
|
2372
|
-
visibility: none;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
::backdrop {
|
|
2376
|
-
display: block;
|
|
2377
|
-
-webkit-backdrop-filter: blur(3px);
|
|
2378
|
-
backdrop-filter: blur(3px);
|
|
2379
|
-
transition: backdrop-filter 100ms ease;
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
display: block;
|
|
2383
|
-
|
|
2384
|
-
/*
|
|
2385
|
-
* Normally it is bad to mix media queries like this We are doing
|
|
2386
|
-
* this here specifically for animations to avoid weird jank.
|
|
2387
|
-
*/
|
|
2388
|
-
/* Mobile animation is a bottom drawer */
|
|
2389
|
-
@media (max-width: 440px) {
|
|
2390
|
-
opacity: 1;
|
|
2391
|
-
transform: translate3d(0, 0, 0);
|
|
2392
|
-
transition: transform 200ms ease-in;
|
|
2393
|
-
|
|
2394
|
-
:not([open]) {
|
|
2395
|
-
opacity: 0;
|
|
2396
|
-
transform: translate3d(0, 100%, 0);
|
|
2397
|
-
transition: transform 150ms ease-in 0ms, opacity 0ms ease 150ms;
|
|
2398
|
-
}
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
/* Tablet/Desktop animation is a fade in */
|
|
2402
|
-
@media (min-width: 441px) {
|
|
2403
|
-
opacity: 1;
|
|
2404
|
-
transition: opacity 100ms ease-in;
|
|
2405
|
-
|
|
2406
|
-
:not([open]) {
|
|
2407
|
-
opacity: 0;
|
|
2408
|
-
transition-delay: 5ms;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
margin: auto;
|
|
2412
|
-
width: 360px;
|
|
2413
|
-
top: 0;
|
|
2414
|
-
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
2415
|
-
border-radius: var(--privy-border-radius-lg);
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
|
-
:not([open]) {
|
|
2419
|
-
${Mn} {
|
|
2420
|
-
transition: none;
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
`,QC=Wa.div`
|
|
2424
|
-
display: flex;
|
|
2425
|
-
flex-direction: column;
|
|
2426
|
-
align-items: center;
|
|
2427
|
-
justify-content: center;
|
|
2428
|
-
height: 100%;
|
|
2429
|
-
`;var gu={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 vu={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 wu={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 Cu={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 bu={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 Eu={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 Tu={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 Pu={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 xu={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 Su={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 _u={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 ku={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 Ru={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 Na={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 Au={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 Iu={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 zn=[gu,vu,wu,Su,Iu,Na,wa,Ca,Dn,Un,Eu,Tu,Pu,xu,ga,va,ku,Ru,Cu,bu,ba,Ea,_u,Au],mN=new Set(zn.map(e=>e.id));import Xo from"tinycolor2";var Mu="#FFFFFF",XC="#000000",eb=Mu,tb="#1E1E1D";function ob(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 Ao(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return Xo({...e.toHsl(),l:o})}function Wu({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Mu,blackHex:a=XC}){let l;switch(e){case"light":l=eb;break;case"dark":l=tb;break;default:l=e;break}let s=Xo(l),c=Xo(t),u=Xo(o),h=Xo(r),y=Xo(n),f=ob(s.getLuminance()),P=Ao(s,f==="light"?-.04:.11),g=Ao(s,f==="light"?-.88:.87),b=Ao(s,f==="light"?-.77:.75),x=Ao(s,f==="light"?-.43:.45).desaturate(f==="light"?60:20),M=Ao(s,f==="light"?-.08:.25).desaturate(f==="light"?60:20),W=Ao(c,.15),k=Ao(c,-.06),L=Xo(c.getLuminance()>.5?a:i),A=Ao(u,-.16);return{colorScheme:f,background:s.toHslString(),background2:P.toHslString(),foreground:g.toHslString(),foreground2:b.toHslString(),foreground3:x.toHslString(),foreground4:M.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:k.toHslString(),foregroundAccent:L.toHslString(),success:u.toHslString(),successDark:A.toHslString(),error:y.toHslString(),warn:h.toHslString()}}var to={appearance:{theme:"light",accentColor:"#676FFF"},walletConnectCloudProjectId:Yl,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};function La(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(I=>o.includes(I)),n,i,a,l,s,c,u,h,y,f;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"),f=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,f=e.appleOAuth);let P=[n,i].filter(Boolean),g=[l,s,c,y,u,h,f].filter(Boolean),b=[a].filter(Boolean);if(P.length+g.length+b.length===0)throw new Error("You must enable at least one login method");let x=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;if(x&&b.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),x=!1):!x&&g.length+P.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),x=!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{chains:M,defaultChain:W}=rb(t?.additionalChains,t?.supportedChains,t?.defaultChain),k=!!t?.defaultChain||!!t?.supportedChains,L=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:Wu({backgroundTheme:t?.appearance?.theme??to.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??to.appearance.accentColor}),showWalletLoginFirst:x},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:y,tiktok:u,linkedin:h,apple:f},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??to.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??to.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??to.rpcConfig.rpcTimeouts},chains:M,defaultChain:W,shouldSwitchChainOnConnect:k,captchaEnabled:e.captchaEnabled??to.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...L?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},customAuth:L?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??to.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??to._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??to._render.inParentNodeId}}}function Nu(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 rb(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=>zn.find(s=>s.id===a.id)??a)}else r=zn.concat(e??[]);let n=t?r[0]:Na,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 sb,useEffect as lb}from"react";import{createContext as nb,useContext as ib,useEffect as ab}from"react";var Lu={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[],onError:[]}},yl=nb(void 0),Ou=()=>ib(yl);function Lt(e,t){if(!t)return;let r=Ou().current[e];return ab(()=>{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 Y(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Du(){let e=Ou();return(t,o,...r)=>Y(e,t,o,...r)}var Oa=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Kr(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 fe("mfa_verification_failed","MFA verification failed, retry."));let h=await new Promise((y,f)=>{o.current={resolve:y,reject:f};let P=1e3*60*5;setTimeout(()=>{let g=new fe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(g),f(g)},P)});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==="mfa_verification_failed")a=!0;else throw r.current?.resolve(void 0),h}if(c===null){let u=new fe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as fb}from"react/jsx-runtime";var cb=function(e){return()=>`id-${e++}`}(0);function pb(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ot(e){return e.error!==void 0}var Et=new Oa,gl=new Map,db=(e,t)=>typeof t=="bigint"?t.toString():t,mb=(e,t)=>`${e}${JSON.stringify(t,db)}`;function Dt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=mb(e,t);if(e==="privy:wallet:create"){let a=gl.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=cb();Et.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{gl.delete(n)});return gl.set(n,i),i}function ub(e){switch(e.event){case"privy:iframe:ready":let t=Et.dequeue(e.event,e.id);return Ot(e)?t.reject(new fe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Et.dequeue(e.event,e.id);return Ot(e)?o.reject(new fe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Et.dequeue(e.event,e.id);return Ot(e)?r.reject(new fe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Et.dequeue(e.event,e.id);return Ot(e)?n.reject(new fe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Et.dequeue(e.event,e.id);return Ot(e)?i.reject(new fe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Et.dequeue(e.event,e.id);return Ot(e)?a.reject(new fe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Et.dequeue(e.event,e.id);return Ot(e)?l.reject(new fe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Et.dequeue(e.event,e.id);return Ot(e)?s.reject(new fe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Et.dequeue(e.event,e.id);return Ot(e)?s.reject(new fe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Et.dequeue(e.event,e.id);return Ot(e)?s.reject(new fe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function Uu(e){let t=sb(null),o=Du();return lb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&pb(c.data)&&ub(c.data)}let i={create(c){return Dt("privy:wallet:create",c,r)},connect(c){return Dt("privy:wallet:connect",c,r)},recover(c){return Kr(u=>Dt("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Kr(u=>Dt("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Dt("privy:wallet:set-recovery-password",c,r)},verifyMfa(c){return Kr(u=>Dt("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Kr(u=>Dt("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},submitEnrollMfa(c){return Dt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Kr(u=>Dt("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 lc(()=>Dt("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),fb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:si(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var Da=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=$l();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 w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=ql(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return ht(o)}catch(t){throw ee(t)}}};import{jsx as Io,jsxs as Fu}from"react/jsx-runtime";var Vn;function vb(e){return typeof e=="string"&&e.length===25}function Se(){if(!Vn){let e=$.get(cr);return Promise.resolve(e||null)}return Vn.getAccessToken()}var Bu,fc=(e,t)=>Bu(e,t),Gu,hc=(e,t)=>Gu(e,t),Hu,yc=()=>Hu(),wb=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;$.put(Xr,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Cb=({config:e,...t})=>{if(!vb(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");Vn||(Vn=new ln({appId:t.appId,apiUrl:t.apiUrl||oi}));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."),Io(bb,{...t,config:o,client:Vn})},bb=e=>{let t=e.client,[o,r]=se(!1),[n,i]=se(!1),[a,l]=se(!1),[s,c]=se(null),[u,h]=se(!1),[y,f]=se([]),P=Fa(y),[g,b]=se(!1),[x,M]=se(null),[W,k]=se(!1),[L,A]=se({status:"disconnected",connectError:null,connector:null,connectRetry:C}),[I,K]=se(null),[oe,V]=se(null),[S,J]=se(null),[de,Ve]=se({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]=se(()=>{let d=Nu(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),La(de,e.config)}),[ve,me]=se(!0),[N,De]=se({}),[Ft,er]=se(null),[tr,jr]=se(null),[Yr,$n]=se(!1),or=Fa(null),qn=Fa(null),j=Fa(Lu),Q=d=>{M(d),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:d})},rr=d=>{O.embeddedWallets.createOnLogin!=="off"&&me(!0),Q(d)};Ut(()=>{if(!S||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(S,p,O.defaultChain)}},[S,s]),Ut(()=>{S&&tr?.(S)},[S]),Ut(()=>{(async()=>{if(!O.customAuth?.enabled)return;me(!0);let{getCustomAccessToken:p,isLoading:m}=O.customAuth;if(!(!n||m))try{let v=await p();if(!v){await Jr.logout();return}if(a)return;t.startAuthFlow(new lr(v));let{user:D,isNewUser:Z}=await t.authenticate();D||await Jr.logout(),c(D||null),b(Z||!1),l(!0),$n(!0)}catch(v){console.warn(v),a&&await Jr.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),Ut(()=>{Yr&&S&&s&&io(s,e.config?.embeddedWallets?.createOnLogin)&&($n(!1),Cl(s,pr).catch(console.error))},[Yr&&S&&s]),Ut(()=>{async function d(){let p=await t.getServerConfig();Ve(p);let m=La(p,e.config);X(m),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let v=yb();K(v),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,v),t.connectors?.initialize();let D=Mo();wb();let Z=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!Z),Z&&Y(j,"login","onComplete",Z,!1,!0),c(Z)),D||we.setReadyToTrue(),D&&Z&&h(!0),ir()}n||d()},[t,Ft,n]),Ut(()=>{let d=La(de,e.config);X(d)},[e.config]);let Mo=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),v=d.get("privy_oauth_provider");return p&&m&&v?(t.startAuthFlow(new ro(v,p,m)),rr("AWAITING_OAUTH_SCREEN"),!0):!1},nr=async(d,p,m)=>{let v=await t.connectors?.createWalletConnector(d,p)||null;Kn(v,m)};async function Kn(d,p){if(!d)return A({status:"disconnected",connectError:new F("Unable to connect to wallet."),connector:null,connectRetry:C}),p?.(null);A({connector:d,status:"connecting",connectError:null,connectRetry:()=>Kn(d,p)});try{let m=await d.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find(v=>v.id===Number(m?.chainId))){A(v=>({...v,connector:d,status:"switching_to_supported_chain",connectError:null,connectRetry:C}));try{await m?.switchChain(O.defaultChain.id),m&&(m.chainId=mr(Uo(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return A(v=>({...v,status:"connected",connectError:null,connectRetry:C})),m&&!W&&Y(j,"connectWallet","onSuccess",m),p?.(m)}catch(m){return m instanceof $e?(console.warn(m.cause?m.cause:m.message),W||Y(j,"connectWallet","onError",m.privyErrorCode||"generic_connect_wallet_error")):(console.warn(m),W||Y(j,"connectWallet","onError","unknown_connect_wallet_error")),A(v=>({...v,status:"disconnected",connectError:m})),p?.(null)}}let Wo=d=>{d!==null&&t.startAuthFlow(new Lo(d))},ir=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!lt()&&rr("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");Q("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),nr(p,m,Wo)};Ut(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let Pe=()=>{h(!0),Q("LINK_WALLET_SCREEN")},ie=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},it=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;A(m=>({...m,connector:p,status:"connected",connectError:null,connectRetry:C})),Wo(d),rr("AWAITING_CONNECTION")},Vu=async(d,p)=>{if(!t.connectors)throw new w("Connector not initialized");await nr(d,p,Wo)},wl=async(d,p)=>{if(!O.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:v}=await id(t,d,p?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:v}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},jn=()=>{f(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:ie(m),loginOrLink:async()=>{if(!await m.isConnected())throw new w("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");it(m)},fund:async v=>{let{signedUrl:D,externalTransactionId:Z}=await wl(m.address,v);De({fiatOnRampPrompt:{signedUrl:D},fiatOnRampStatus:{externalTransactionId:Z}}),Q("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(m.address);c(v)}}))||[];return ci(d,p)?d:p})};Ut(()=>{jn()},[s?.linkedAccounts,a,n]),Ut(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");jn(),t.connectors.on("walletsUpdated",jn)}},[n]);let $u=()=>{Q(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Ut(()=>{if(!y[0])return;let d=y[0],p=P.current.find(v=>v.address===d.address),m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address);if(!p&&m){let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}P.current=y},[y]);let Cl=async(d,p)=>{if(re(d))throw Y(j,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,D]=await Promise.all([we.initializeWalletProxy(p),Se()]);if(!v&&e.config?.customAuth?.enabled)throw Y(j,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!D||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((Z,Ce)=>{me(!0),De({createWallet:{onSuccess:at=>{Y(j,"createWallet","onSuccess",at),Z(at)},onFailure:at=>{Y(j,"createWallet","onError","unknown_embedded_wallet_error"),Ce(at)},callAuthOnSuccessOnClose:!1}}),Q("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:D});let Z=await we.refreshUser(),Ce=re(Z);if(!Ce)throw Y(j,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return Y(j,"createWallet","onSuccess",Ce),Ce}},qu=d=>{if(!O.chains.map(p=>p.id).includes(d))throw new F(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},bl=(d,p,m)=>new Promise(async(v,D)=>{if(!a||!s){D(new Error("User must be authenticated before signing with a Privy wallet"));return}let Z=re(s);if(!Z){D(new Error("Must have a Privy wallet before signing"));return}me(!0);let Ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,ar=d.chainId?Number(d.chainId):Ce.chainId;qu(ar);let at=Object.assign({},d,{chainId:ar}),Qr=async()=>{let oo=await Se();if(!oo||!S){D(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await we.recoverEmbeddedWallet()){D(new Error("Unable to connect to wallet"));return}let El=new hb(yt(at.chainId,O.chains,O.rpcConfig)),ju=await Vr(Z.address,at,El),Yu=await Pa(oo,Z.address,S,ju,El);v(Yu)}catch(Yn){D(Yn)}};if(O.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Qr();else{let oo={transactionRequest:at,onSuccess:v,onFailure:D,uiOptions:p||{},fundWalletConfig:m},Yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:D};De({connectWallet:Yn,sendTransaction:oo}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),Jr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:$u,linkWallet:Pe,linkEmail:()=>{if(s?.email)throw new w("User already has an email linked to their account.");h(!0),Q("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(s?.phone)throw new w("User already has a phone number linked to their account.");h(!0),Q("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(s?.google)throw new w("User already has a Google account linked to their account.");await we.initLoginWithOAuth("google")},linkTwitter:async()=>{if(s?.twitter)throw new w("User already has a Twitter account linked to their account.");await we.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(s?.discord)throw new w("User already has a Discord account linked to their account.");await we.initLoginWithOAuth("discord")},linkGithub:async()=>{if(s?.github)throw new w("User already has a Github account linked to their account.");await we.initLoginWithOAuth("github")},linkTiktok:async()=>{if(s?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await we.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(s?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await we.initLoginWithOAuth("linkedin")},linkApple:async()=>{await we.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(d=>{er(()=>d)}),er(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}k(!0),rr("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),M(null),Y(j,"logout","onSuccess"),h(!1),r(!1),$.del(en)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new te;let d=y.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new te:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new vl(new xt(new te));let d=y.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new vl(new xt(new te)):new vl(new xt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new co(new te);let d=y.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new co(new te):new co(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},setActiveWallet:async d=>{let p=y.find(v=>Ua(v.address)===Ua(d)),m=s?.linkedAccounts.find(v=>v.type==="wallet"&&Ua(v.address)===Ua(d));if(!p||!await p.isConnected())V(d),Pe();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw Y(j,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Cl(s,15e3)},setWalletPassword:()=>new Promise((d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=re(s);if(!m||!S){p(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}me(!0);let v={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},D={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};De({setWalletPassword:v,connectWallet:D}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){v(new Error("User must be authenticated before signing with a Privy wallet"));return}let D=re(s);if(!D){v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){v(new Error("Message must be a non-empty string"));return}me(!0);let Z=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let Ce=await Se();if(!S||!Ce)throw new Error("Unable to connect to wallet");if(!await we.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:D.address});let{response:at}=await S.rpc({accessToken:Ce,address:D.address,request:{method:"personal_sign",params:[d,D.address]}}),Qr=at.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:D.address}),Qr};if(O.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Ce=await Z();m(Ce)}catch(Ce){v(Ce??new xe("Unable to sign message"))}}else{let at={message:d,confirmAndSignMessage:Z,onSuccess:oo=>{m(oo)},onFailure:oo=>{v(oo)},uiOptions:p||{}},Qr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:v};De({signMessage:at,connectWallet:Qr}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let D=await(await bl(d,p,m)).wait();return Sa(D)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!re(s)){p(new Error("Must have a Privy wallet before exporting"));return}me(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},D=await Se();if(!D||!S)throw new Error("Must have valid access token to enroll in MFA");if(!S){p(new Error("Must have a Privy wallet before exporting"));return}await S.verifyMfa({accessToken:D});let Z={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};De({keyExport:Z,connectWallet:v}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}),async init(d){let p;switch(d){case"sms":p=new Da("verify");break;case"totp":return;default:throw Y(j,"configureMfa","onError","unknown_mfa_error"),new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p);try{await p.init()}catch(m){throw Y(j,"configureMfa","onError",m.privyErrorCode||"unknown_mfa_error"),m}},async submit(d,p){switch(d){case"totp":case"sms":or.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,v)=>{qn.current={resolve:m,reject:v}});break;default:throw or.current?.reject(new w("Unsupported MFA method")),Y(j,"configureMfa","onError","unknown_mfa_error"),new w(`Unsupported MFA method: ${d}`)}},cancel(){or.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Se();if(!p||!S)throw new Error("Must have valid access token to enroll in MFA");try{await S.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})}catch(m){throw Y(j,"configureMfa","onError",m.privyErrorCode||"unknown_mfa_error"),m}},async initEnrollmentWithTotp(){let d=await Se();if(!d||!S)throw new Error("Must have valid access token to enroll in MFA");try{let p=await S.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}}catch(p){throw Y(j,"configureMfa","onError",p.privyErrorCode||"unknown_mfa_error"),p}},async submitEnrollmentWithSms(d){let p=await Se();if(!p||!S)throw new Error("Must have valid access token to enroll in MFA");try{await S.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)}catch(m){throw Y(j,"configureMfa","onError",m.privyErrorCode||"unknown_mfa_error"),m}},async submitEnrollmentWithTotp(d){let p=await Se();if(!p||!S)throw new Error("Must have valid access token to enroll in MFA");try{await S.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)}catch(m){throw Y(j,"configureMfa","onError",m.privyErrorCode||"unknown_mfa_error"),m}},async unenroll(d){let p=await Se();if(!p||!S)throw new Error("Must have valid access token to remove MFA");try{await S.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)}catch(m){throw Y(j,"configureMfa","onError",m.privyErrorCode||"unknown_mfa_error"),m}},loginWithCode(d){return we.loginWithCode(d)},initLoginWithEmail(d,p){return we.initLoginWithEmail(d,p)}};Bu=Jr.signMessage,Gu=async(...d)=>{let p=await bl(...d);return O.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let we=(()=>({isNewUserThisSession:g,isLinking:u,linkingHint:oe,pendingTransaction:null,walletConnectionStatus:L,mipdStore:I,rpcConfig:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>O.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(S)return S;let p=new Promise(D=>{jr(()=>Z=>D(Z))}),m=new Promise(D=>setTimeout(()=>D(null),d)),v=await Promise.race([p,m]);return jr(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(Y(j,"login","onComplete",s,g,!1),e.onSuccess?.(s,g)):W&&Y(j,"login","onError","exited_auth_flow"),V(null),k(!1),h(!1),b(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:nr,initLoginWithWallet:Vu,loginWithWallet:async()=>{if(!n)throw new Zr;if(!(t.authFlow instanceof Lo))throw new w("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw Y(j,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),b(p||!1),l(!0)},initLoginWithOAuth:async d=>{t.startAuthFlow(new ro(d));let p=await t.authFlow.getAuthorizationUrl();p&&p.url&&window.location.assign(p.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof ro))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw Y(j,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d),b(p||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new No(d,p);t.startAuthFlow(m);try{await m.sendCodeEmail()}catch(v){throw Y(j,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initLoginWithSms:async(d,p)=>{let m=new Oo(d,p);t.startAuthFlow(m);try{await m.sendSmsCode()}catch(v){throw Y(j,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Zr;if(t.authFlow instanceof No)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Oo)t.authFlow.meta.smsCode=d.trim();else throw new w("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),b(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:S,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy"),v=await Se();if(!v||!S||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}me(!0);try{await S.connect({accessToken:v,address:m.address}),d(!0)}catch(D){Pr(D)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await S.recover({address:m.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):Pr(D)?(De({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),Q("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(D)}}),getFiatOnRampConfig:wl,setReadyToTrue:()=>{i(!0),Ft?.()},updateWallets:()=>jn()}))();Hu=we.recoverEmbeddedWallet;let Ku=gb(()=>({wallets:y}),[y]);return Io(ke.Provider,{value:Jr,children:Io(yl.Provider,{value:j,children:Io(sl.Provider,{value:Ku,children:Fu(Sd,{...O,children:[e.children,Fu(Xa.Provider,{value:we,children:[Io(mu,{theme:{...O.appearance.palette||{}}}),Io(Ec,{appConfig:O,data:N,setModalData:De,setInitialScreen:M,initialScreen:x,visible:o,authenticated:a,children:Io(hu,{open:o})}),ve&&de.id?Io(Uu,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:or,mfaSubmitPromise:qn,onLoad:J,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Eb}from"react";function Tb(e){let{login:t}=Eb(ke);return Lt("login",e),{login:t}}import{useContext as Pb}from"react";function xb(e){let{logout:t}=Pb(ke);return Lt("logout",e),{logout:t}}import{useCallback as zu}from"react";var Sb=()=>{let e=Ge(),{initLoginWithEmail:t,loginWithCode:o}=G(),r=zu(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=zu(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Pn(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};function _b(e){Lt("configureMfa",e)}import{useContext as kb}from"react";function Rb(e){let{connectWallet:t}=kb(ke);return Lt("connectWallet",e),{connectWallet:t}}import{useContext as Ab}from"react";function Ib(e){let{createWallet:t}=Ab(ke);return Lt("createWallet",e),{createWallet:t}}export{xt as AsExternalProvider,xn as Captcha,an as ConnectorManager,ln as PrivyClient,Cb as PrivyProvider,te as PrivyProxyProvider,zn as SUPPORTED_CHAINS,Ba as VERSION,_e as WalletConnector,qh as errorIndicatesMaxMfaRetries,Vh as errorIndicatesMfaTimeout,$h as errorIndicatesMfaVerificationFailed,Se as getAccessToken,Rb as useConnectWallet,Ib as useCreateWallet,Tb as useLogin,Sb as useLoginWithEmail,xb as useLogout,cl as useMfa,kn as useMfaEnrollment,G as usePrivy,_b as useRegisterMfaListener,Bn as useWallets};
|
|
2419
|
+
padding: 1rem 0;
|
|
2420
|
+
`;import{useContext as rb}from"react";function gl(){let{init:e,submit:t,cancel:o}=rb(ke);return{init:e,submit:t,cancel:o}}import{PhoneIcon as nb,DevicePhoneMobileIcon as ib}from"@heroicons/react/24/outline";import{Fragment as ab,jsx as dt,jsxs as Na}from"react/jsx-runtime";var bu=({methods:e,onMethodSelect:t,onCancel:o,onClose:r})=>Na(ab,{children:[dt(E,{onClose:r},"header"),dt(Mt,{children:dt(It,{})}),dt(de,{simple:!0,children:"Choose a verification method"}),Na(na,{children:[e.includes("totp")&&dt(I,{onClick:()=>t("totp"),children:Na(Wr,{children:[dt(ib,{}),dt("span",{children:"Authenticator App"})]})}),e.includes("sms")&&dt(I,{onClick:()=>t("sms"),children:Na(Wr,{children:[dt(nb,{}),dt("span",{children:"SMS"})]})})]}),dt(Ue,{onClick:o,children:"Not Now"}),dt(V,{})]});import{Fragment as sb,jsx as Vr,jsxs as lb}from"react/jsx-runtime";var Eu=({onClose:e})=>lb(sb,{children:[Vr(E,{onClose:e},"header"),Vr(Mt,{children:Vr(It,{color:"success"})}),Vr(de,{children:"Verification Successful!"}),Vr(I,{onClick:e,children:"Continue"}),Vr(V,{})]});import{Fragment as La,jsx as Ut,jsxs as Ft}from"react/jsx-runtime";var Tu=({onClose:e})=>{let{user:t}=F(),{pendingTransaction:o}=R(),[r,n]=vl(null),[i,a]=vl(!1),[l,s]=vl(!1),{init:c,submit:f}=gl(),{onUserCloseViaDialogOrKeybindRef:h,currentScreen:y}=T(),m=()=>{n(null),e()};h.current=m;let b=pb(()=>y==="MFA_ENROLLMENT_FLOW_SCREEN",[y]);cb(()=>{let x;return l&&(n(null),x=setTimeout(()=>{s(!1),m()},2e3)),()=>{x&&clearTimeout(x)}},[l,m]);function P(){n(null)}function S(x){c(x),n(x)}async function g(x){try{await f("totp",x),s(!0)}catch{a(!0)}}async function _(x){try{await f("sms",x),s(!0)}catch{a(!0)}}switch(r){case"sms":return Ft(ma,{hasError:i,success:l,onSubmit:_,onCancel:P,onClose:m,title:Pu(o?"transaction":"verify"),children:[o&&Ft(La,{children:[Ft(Wt,{children:["Enter the 6-digit code sent to your ",Ut("strong",{children:"phone number"})]}),Ut(yl,{pendingTransaction:o})]}),b&&Ft(La,{children:[Ut(Wt,{children:"To complete MFA enrollment, please verify your identity."}),Ft(Wt,{children:["Enter the 6-digit code sent to your ",Ut("strong",{children:"phone number"})]})]})]});case"totp":return Ft(ua,{hasError:i,success:l,onSubmit:g,onCancel:P,onClose:m,title:Pu(o?"transaction":"verify"),children:[o&&Ft(La,{children:[Ft(Wt,{children:["Enter the 6-digit code generated from your ",Ut("strong",{children:"authenticator app"})]}),Ut(yl,{pendingTransaction:o})]}),b&&Ft(La,{children:[Ut(Wt,{children:"To complete MFA enrollment, please verify your identity."}),Ft(Wt,{children:["Enter the 6-digit code generated from your ",Ut("strong",{children:"authenticator app"})]})]})]});default:return l?Ut(Eu,{onClose:m}):Ut(bu,{methods:t?.mfaMethods??[],onMethodSelect:S,onCancel:m,onClose:m})}};function Pu(e){switch(e){case"transaction":return"Complete your transaction";case"verify":return"Verify your identity";default:return"Welcome back"}}import{jsx as wt,jsxs as fb}from"react/jsx-runtime";var ub=({onClose:e})=>{let{ready:t}=F(),{ready:o}=T();return!t||!o?fb(eo,{children:[wt(E,{}),wt(z,{}),wt(pa,{children:wt(je,{})}),wt($,{}),wt(V,{})]}):wt(eo,{children:wt(Tu,{onClose:e})})},Su=()=>{let{app:e}=T(),[t,o]=xu(!1),[r,n]=xu(!1),i=la();hl({onMfaRequired:()=>{o(!0)}}),db(()=>{n(!0)},[]);let a=!e?.mfa.noPromptOnMfaRequired&&t,l=wt(Wa,{onClick:c=>c.stopPropagation(),children:wt(ub,{onClose:()=>o(!1)})}),s=e?.render.inDialog?wt(ca,{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 mb.createPortal(s,c)}return null};var _u={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 ku={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 Ru={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 Au={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 Iu={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 Mu={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 Wu={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 Nu={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 Lu={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 Ou={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 Du={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 Uu={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 Fu={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 Oa={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 Bu={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 Gu={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 Bn=[_u,ku,Ru,Ou,Gu,Oa,Ea,Pa,Ln,On,Mu,Wu,Nu,Lu,Ca,ba,Uu,Fu,Au,Iu,Ta,xa,Du,Bu],HN=new Set(Bn.map(e=>e.id));import er from"tinycolor2";var Hu="#FFFFFF",hb="#000000",yb=Hu,gb="#1E1E1D";function vb(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 ko(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return er({...e.toHsl(),l:o})}function zu({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Hu,blackHex:a=hb}){let l;switch(e){case"light":l=yb;break;case"dark":l=gb;break;default:l=e;break}let s=er(l),c=er(t),f=er(o),h=er(r),y=er(n),m=vb(s.getLuminance()),b=ko(s,m==="light"?-.04:.11),P=ko(s,m==="light"?-.88:.87),S=ko(s,m==="light"?-.77:.75),g=ko(s,m==="light"?-.43:.45).desaturate(m==="light"?60:20),_=ko(s,m==="light"?-.08:.25).desaturate(m==="light"?60:20),x=ko(c,.15),A=ko(c,-.06),O=er(c.getLuminance()>.5?a:i),W=ko(f,-.16);return{colorScheme:m,background:s.toHslString(),background2:b.toHslString(),foreground:P.toHslString(),foreground2:S.toHslString(),foreground3:g.toHslString(),foreground4:_.toHslString(),accent:c.toHslString(),accentLight:x.toHslString(),accentDark:A.toHslString(),foregroundAccent:O.toHslString(),success:f.toHslString(),successDark:W.toHslString(),error:y.toHslString(),warn:h.toHslString()}}var ro={appearance:{theme:"light",accentColor:"#676FFF"},walletConnectCloudProjectId:Zl,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};function Da(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple"],r=t?.loginMethods?.filter(M=>o.includes(M)),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 b=[n,i].filter(Boolean),P=[l,s,c,y,f,h,m].filter(Boolean),S=[a].filter(Boolean);if(b.length+P.length+S.length===0)throw new Error("You must enable at least one login method");let g=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;if(g&&S.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),g=!1):!g&&P.length+b.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),g=!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{chains:_,defaultChain:x}=wb(t?.additionalChains,t?.supportedChains,t?.defaultChain),A=!!t?.defaultChain||!!t?.supportedChains,O=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:zu({backgroundTheme:t?.appearance?.theme??ro.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??ro.appearance.accentColor}),showWalletLoginFirst:g},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??ro.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??ro.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??ro.rpcConfig.rpcTimeouts},chains:_,defaultChain:x,shouldSwitchChainOnConnect:A,captchaEnabled:e.captchaEnabled??ro.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...O?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:O?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??ro.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??ro._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??ro._render.inParentNodeId}}}function Vu(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 wb(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=>Bn.find(s=>s.id===a.id)??a)}else r=Bn.concat(e??[]);let n=t?r[0]:Oa,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 Cb,useEffect as bb}from"react";var Ua=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 $r(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 b=1e3*60*5;setTimeout(()=>{let P=new he("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(P),m(P)},b)});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 _b}from"react/jsx-runtime";var Eb=function(e){return()=>`id-${e++}`}(0);function Pb(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Bt(e){return e.error!==void 0}var Ct=new Ua,wl=new Map,Tb=(e,t)=>typeof t=="bigint"?t.toString():t,xb=(e,t)=>`${e}${JSON.stringify(t,Tb)}`;function Gt(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=xb(e,t);if(e==="privy:wallet:create"){let a=wl.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=Eb();Ct.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 Sb(e){switch(e.event){case"privy:iframe:ready":let t=Ct.dequeue(e.event,e.id);return Bt(e)?t.reject(new he(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ct.dequeue(e.event,e.id);return Bt(e)?o.reject(new he(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ct.dequeue(e.event,e.id);return Bt(e)?r.reject(new he(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ct.dequeue(e.event,e.id);return Bt(e)?n.reject(new he(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ct.dequeue(e.event,e.id);return Bt(e)?i.reject(new he(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ct.dequeue(e.event,e.id);return Bt(e)?a.reject(new he(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ct.dequeue(e.event,e.id);return Bt(e)?l.reject(new he(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ct.dequeue(e.event,e.id);return Bt(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ct.dequeue(e.event,e.id);return Bt(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ct.dequeue(e.event,e.id);return Bt(e)?s.reject(new he(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function $u(e){let t=Cb(null),o=vu();return bb(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&Pb(c.data)&&Sb(c.data)}let i={create(c){return Gt("privy:wallet:create",c,r)},connect(c){return Gt("privy:wallet:connect",c,r)},recover(c){return $r(f=>Gt("privy:wallet:recover",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return $r(f=>Gt("privy:wallet:rpc",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Gt("privy:wallet:set-recovery-password",c,r)},verifyMfa(c){return $r(f=>Gt("privy:mfa:verify",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return $r(f=>Gt("privy:mfa:init-enrollment",{...c,...f},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},submitEnrollMfa(c){return Gt("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return $r(f=>Gt("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(()=>Gt("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),_b("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 Fa=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new C("action required");if(!this.api)throw new C("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new C("phone number must be set when initialzing authentication.");try{let t=jl();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw te(t)}}async authenticate(){if(!this.meta.action)throw new C("action required");if(!this.api)throw new C("Mfa flow has no API instance");if(!this.meta.smsCode)throw new C("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new C("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 mt(o)}catch(t){throw te(t)}}};import{jsx as Ro,jsxs as bl}from"react/jsx-runtime";var Gn;function Ib(e){return typeof e=="string"&&e.length===25}function Se(){if(!Gn){let e=K.get(pr);return Promise.resolve(e||null)}return Gn.getAccessToken()}var qu,vc=(e,t)=>qu(e,t),Ku,wc=(e,t)=>Ku(e,t),ju,Cc=()=>ju(),Mb=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;K.put(Qr,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Wb=({config:e,...t})=>{if(!Ib(t.appId))throw new C("Cannot initialize the Privy provider with an invalid Privy app ID");Gn||(Gn=new nn({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."),Ro(Nb,{...t,config:o,client:Gn})},Nb=e=>{let t=e.client,[o,r]=se(!1),[n,i]=se(!1),[a,l]=se(!1),[s,c]=se(null),[f,h]=se(!1),[y,m]=se([]),b=Ga(y),[P,S]=se(!1),[g,_]=se(null),[x,A]=se(!1),[O,W]=se({status:"disconnected",connectError:null,connector:null,connectRetry:w}),[M,H]=se(null),[X,q]=se(null),[k,Y]=se(null),[ie,Oe]=se({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:""}),[L,ee]=se(()=>{let d=Vu(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",d),Da(ie,e.config)}),[ve,me]=se(!0),[N,Pe]=se({}),[zt,tr]=se(null),[or,qr]=se(null),[Kr,Hn]=se(!1),rr=Ga(null),zn=Ga(null),j=Ga(yu),Q=d=>{_(d),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:d})},nr=d=>{L.embeddedWallets.createOnLogin!=="off"&&me(!0),Q(d)};Ht(()=>{if(!k||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClient==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(k,p,L.defaultChain)}},[k,s]),Ht(()=>{k&&or?.(k)},[k]),Ht(()=>{(async()=>{if(!L.customAuth?.enabled)return;me(!0);let{getCustomAccessToken:p,isLoading:u}=L.customAuth;if(!(!n||u))try{let v=await p();if(!v){await jr.logout();return}if(a)return;t.startAuthFlow(new cr(v));let{user:D,isNewUser:Z}=await t.authenticate();D||await jr.logout(),c(D||null),S(Z||!1),l(!0),Hn(!0)}catch(v){console.warn(v),a&&await jr.logout()}})()},[L.customAuth?.enabled,L.customAuth?.getCustomAccessToken,L.customAuth?.isLoading,n,a]),Ht(()=>{Kr&&k&&s&&so(s,e.config?.embeddedWallets?.createOnLogin)&&(Hn(!1),Pl(s,dr).catch(console.error))},[Kr&&k&&s]),Ht(()=>{async function d(){let p=await t.getServerConfig();Oe(p);let u=Da(p,e.config);ee(u),p.customApiUrl&&t.updateApiUrl(p.customApiUrl);let v=Rb();H(v),t.initializeConnectorManager(u.walletConnectCloudProjectId,u.rpcConfig,u.chains,u.defaultChain,v),t.connectors?.initialize();let D=Ao();Mb();let Z=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!Z),Z&&J(j,"login","onComplete",Z,!1,!0),c(Z)),D||ue.setReadyToTrue(),D&&Z&&h(!0),ar()}n||d()},[t,zt,n]),Ht(()=>{let d=Da(ie,e.config);ee(d)},[e.config]);let Ao=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),u=d.get("privy_oauth_state"),v=d.get("privy_oauth_provider");return p&&u&&v?(t.startAuthFlow(new io(v,p,u)),nr("AWAITING_OAUTH_SCREEN"),!0):!1},ir=async(d,p,u)=>{let v=await t.connectors?.createWalletConnector(d,p)||null;Vn(v,u)};async function Vn(d,p){if(!d)return W({status:"disconnected",connectError:new B("Unable to connect to wallet."),connector:null,connectRetry:w}),p?.(null);W({connector:d,status:"connecting",connectError:null,connectRetry:()=>Vn(d,p)});try{let u=await d.connect({showPrompt:!0});if(L.shouldSwitchChainOnConnect&&!L.chains.find(v=>v.id===Number(u?.chainId))){W(v=>({...v,connector:d,status:"switching_to_supported_chain",connectError:null,connectRetry:w}));try{await u?.switchChain(L.defaultChain.id),u&&(u.chainId=ur(Oo(L.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${L.defaultChain.id}`)}}return W(v=>({...v,status:"connected",connectError:null,connectRetry:w})),u&&!x&&J(j,"connectWallet","onSuccess",u),p?.(u)}catch(u){return u instanceof Ge?(console.warn(u.cause?u.cause:u.message),x||J(j,"connectWallet","onError",u.privyErrorCode||"generic_connect_wallet_error")):(console.warn(u),x||J(j,"connectWallet","onError","unknown_connect_wallet_error")),W(v=>({...v,status:"disconnected",connectError:u})),p?.(null)}}let Io=d=>{d!==null&&t.startAuthFlow(new Wo(d))},ar=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),u=d.get("privy_wallet_client");if(!p||!u)return;if(u==="phantom"&&!nt()&&nr("LOGIN_FAILED_SCREEN"),!t.connectors)throw new C("Connector not initialized");Q("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),ir(p,u,Io)};Ht(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let Te=()=>{h(!0),Q("LINK_WALLET_SCREEN")},ae=d=>{if(!a||!s)return!1;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address)return!0;return!1},tt=async d=>{if(!t.connectors)throw new C("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;W(u=>({...u,connector:p,status:"connected",connectError:null,connectRetry:w})),Io(d),nr("AWAITING_CONNECTION")},Ju=async(d,p)=>{if(!t.connectors)throw new C("Connector not initialized");await ir(d,p,Io)},El=async(d,p)=>{if(!L.fiatOnRamp.enabled)throw new C("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:u,externalTransactionId:v}=await pd(t,d,p?.config??{},L.appearance.palette,L.fiatOnRamp.useSandbox);return{signedUrl:u,externalTransactionId:v}}else throw new C("Unsupported fund provider. Currently supported option is `moonpay`.")},$n=()=>{m(d=>{let p=t.connectors?.wallets.map(u=>({...u,linked:ae(u),loginOrLink:async()=>{if(!await u.isConnected())throw new C("Wallet is not connected");if(u.connectorType==="embedded"&&u.walletClientType==="privy")throw new C("Cannot link or login with embedded wallet");tt(u)},fund:async v=>{let{signedUrl:D,externalTransactionId:Z}=await El(u.address,v);Pe({fiatOnRampPrompt:{signedUrl:D},fiatOnRampStatus:{externalTransactionId:Z}}),Q("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new C("User is not authenticated.");if(u.connectorType==="embedded"&&u.walletClientType==="privy")throw new C("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(u.address);c(v)}}))||[];return ai(d,p)?d:p})};Ht(()=>{$n()},[s?.linkedAccounts,a,n]),Ht(()=>{if(n){if(!t.connectors)throw new C("Connector not initialized");$n(),t.connectors.on("walletsUpdated",$n)}},[n]);let Qu=()=>{Q(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Ht(()=>{if(!y[0])return;let d=y[0],p=b.current.find(v=>v.address===d.address),u=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address);if(!p&&u){let v=Object.assign({},s);v.wallet=u&&{address:u.address,chainType:u.chainType,chainId:u.chainId,walletClient:u.walletClient,walletClientType:u.walletClientType,connectorType:u.connectorType},c(v)}b.current=y},[y]);let Pl=async(d,p)=>{if(re(d))throw J(j,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,D]=await Promise.all([ue.initializeWalletProxy(p),Se()]);if(!v&&e.config?.customAuth?.enabled)throw J(j,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!D||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((Z,we)=>{me(!0),Pe({createWallet:{onSuccess:ot=>{J(j,"createWallet","onSuccess",ot),Z(ot)},onFailure:ot=>{J(j,"createWallet","onError","unknown_embedded_wallet_error"),we(ot)},callAuthOnSuccessOnClose:!1}}),Q("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:D});let Z=await ue.refreshUser(),we=re(Z);if(!we)throw J(j,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return J(j,"createWallet","onSuccess",we),we}},Zu=d=>{if(!L.chains.map(p=>p.id).includes(d))throw new B(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Tl=(d,p,u)=>new Promise(async(v,D)=>{if(!a||!s){D(new Error("User must be authenticated before signing with a Privy wallet"));return}let Z=re(s);if(!Z){D(new Error("Must have a Privy wallet before signing"));return}me(!0);let we=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,sr=d.chainId?Number(d.chainId):we.chainId;Zu(sr);let ot=Object.assign({},d,{chainId:sr}),Yr=async()=>{let no=await Se();if(!no||!k){D(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await ue.recoverEmbeddedWallet()){D(new Error("Unable to connect to wallet"));return}let xl=new kb(ut(ot.chainId,L.chains,L.rpcConfig)),ef=await Gr(Z.address,ot,xl),tf=await _a(no,Z.address,k,ef,xl);v(tf)}catch(qn){D(qn)}};if(L.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Yr();else{let no={transactionRequest:ot,onSuccess:v,onFailure:D,uiOptions:p||{},fundWalletConfig:u},qn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:D};Pe({connectWallet:qn,sendTransaction:no}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),jr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Qu,linkWallet:Te,linkEmail:()=>{if(s?.email)throw new C("User already has an email linked to their account.");h(!0),Q("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(s?.phone)throw new C("User already has a phone number linked to their account.");h(!0),Q("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(s?.google)throw new C("User already has a Google account linked to their account.");await ue.initLoginWithOAuth("google")},linkTwitter:async()=>{if(s?.twitter)throw new C("User already has a Twitter account linked to their account.");await ue.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(s?.discord)throw new C("User already has a Discord account linked to their account.");await ue.initLoginWithOAuth("discord")},linkGithub:async()=>{if(s?.github)throw new C("User already has a Github account linked to their account.");await ue.initLoginWithOAuth("github")},linkTiktok:async()=>{if(s?.tiktok)throw new C("User already has a Tiktok account linked to their account.");await ue.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(s?.linkedin)throw new C("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(d=>{tr(()=>d)}),tr(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}A(!0),nr("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),_(null),J(j,"logout","onSuccess"),h(!1),r(!1),K.del(Zr)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new oe;let d=y.find(u=>s.wallet&&u.address===s.wallet.address),p=t.connectors?.walletConnectors.find(u=>u.wallets.find(v=>v.address===d?.address));return!d||!p?new oe:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Cl(new Pt(new oe));let d=y.find(u=>s.wallet&&u.address===s.wallet.address),p=t.connectors?.walletConnectors.find(u=>u.wallets.find(v=>v.address===d?.address));return!d||!p?new Cl(new Pt(new oe)):new Cl(new Pt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new po(new oe);let d=y.find(u=>s.wallet&&u.address===s.wallet.address),p=t.connectors?.walletConnectors.find(u=>u.wallets.find(v=>v.address===d?.address));return!d||!p?new po(new oe):new po(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},setActiveWallet:async d=>{let p=y.find(v=>Ba(v.address)===Ba(d)),u=s?.linkedAccounts.find(v=>v.type==="wallet"&&Ba(v.address)===Ba(d));if(!p||!await p.isConnected())q(d),Te();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=u&&{address:u.address,chainType:u.chainType,chainId:u.chainId,walletClient:u.walletClient,walletClientType:u.walletClientType,connectorType:u.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw J(j,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Pl(s,15e3)},setWalletPassword:()=>new Promise((d,p)=>{if(!a||!s){p(new Error("User must be authenticated before adding password to Privy wallet"));return}let u=re(s);if(!u||!k){p(new Error("Must have a Privy wallet to add a password"));return}if(u.recoveryMethod==="user-passcode"){p(new Error("Cannot set password. Embedded wallet already has a password."));return}me(!0);let v={onSuccess:d,onFailure:p,callAuthOnSuccessOnClose:!1},D={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:p};Pe({setWalletPassword:v,connectWallet:D}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(d,p)=>new Promise(async(u,v)=>{if(!a||!s){v(new Error("User must be authenticated before signing with a Privy wallet"));return}let D=re(s);if(!D){v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){v(new Error("Message must be a non-empty string"));return}me(!0);let Z=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let we=await Se();if(!k||!we)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:D.address});let{response:ot}=await k.rpc({accessToken:we,address:D.address,request:{method:"personal_sign",params:[d,D.address]}}),Yr=ot.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:D.address}),Yr};if(L.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let we=await Z();u(we)}catch(we){v(we??new xe("Unable to sign message"))}}else{let ot={message:d,confirmAndSignMessage:Z,onSuccess:no=>{u(no)},onFailure:no=>{v(no)},uiOptions:p||{}},Yr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:v};Pe({signMessage:ot,connectWallet:Yr}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,u)=>{let D=await(await Tl(d,p,u)).wait();return Ra(D)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!re(s)){p(new Error("Must have a Privy wallet before exporting"));return}me(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},D=await Se();if(!D||!k)throw new Error("Must have valid access token to enroll in MFA");if(!k){p(new Error("Must have a Privy wallet before exporting"));return}await k.verifyMfa({accessToken:D});let Z={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};Pe({keyExport:Z,connectWallet:v}),Q("EMBEDDED_WALLET_CONNECTING_SCREEN")}),async init(d){let p;switch(d){case"sms":p=new Fa("verify");break;case"totp":return;default:throw J(j,"configureMfa","onError","unknown_mfa_error"),new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p);try{await p.init()}catch(u){throw J(j,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},async submit(d,p){switch(d){case"totp":case"sms":rr.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((u,v)=>{zn.current={resolve:u,reject:v}});break;default:throw rr.current?.reject(new C("Unsupported MFA method")),J(j,"configureMfa","onError","unknown_mfa_error"),new C(`Unsupported MFA method: ${d}`)}},cancel(){rr.current?.reject(new C("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Se();if(!p||!k)throw new Error("Must have valid access token to enroll in MFA");try{await k.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})}catch(u){throw J(j,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},enrollInMfa(d){return new Promise((p,u)=>{if(!d){ue.closePrivyModal(),p();return}Pe({mfaEnrollmentFlow:{mfaMethods:L.mfa.methods,onSuccess:p,onFailure:u}}),Q("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Se();if(!d||!k)throw new Error("Must have valid access token to enroll in MFA");try{let p=await k.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}}catch(p){throw J(j,"configureMfa","onError",p.privyErrorCode||"unknown_mfa_error"),p}},async submitEnrollmentWithSms(d){let p=await Se();if(!p||!k)throw new Error("Must have valid access token to enroll in MFA");try{await k.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let u=await t.getAuthenticatedUser();c(u)}catch(u){throw J(j,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},async submitEnrollmentWithTotp(d){let p=await Se();if(!p||!k)throw new Error("Must have valid access token to enroll in MFA");try{await k.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let u=await t.getAuthenticatedUser();c(u)}catch(u){throw J(j,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},async unenroll(d){let p=await Se();if(!p||!k)throw new Error("Must have valid access token to remove MFA");try{await k.unenrollMfa({method:d,accessToken:p});let u=await t.getAuthenticatedUser();c(u)}catch(u){throw J(j,"configureMfa","onError",u.privyErrorCode||"unknown_mfa_error"),u}},loginWithCode(d){return ue.loginWithCode(d)},initLoginWithEmail(d,p){return ue.initLoginWithEmail(d,p)}};qu=jr.signMessage,Ku=async(...d)=>{let p=await Tl(...d);return L.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let ue=(()=>({isNewUserThisSession:P,isLinking:f,linkingHint:X,pendingTransaction:null,walletConnectionStatus:O,mipdStore:M,rpcConfig:L.rpcConfig,chains:L.chains,showFiatPrices:L.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>L.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(k)return k;let p=new Promise(D=>{qr(()=>Z=>D(Z))}),u=new Promise(D=>setTimeout(()=>D(null),d)),v=await Promise.race([p,u]);return qr(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(J(j,"login","onComplete",s,P,!1),e.onSuccess?.(s,P)):x&&J(j,"login","onError","exited_auth_flow"),q(null),A(!1),h(!1),S(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},connectWallet:ir,initLoginWithWallet:Ju,loginWithWallet:async()=>{if(!n)throw new Jr;if(!(t.authFlow instanceof Wo))throw new C("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(u){throw J(j,"login","onError",u.privyErrorCode||"generic_connect_wallet_error"),u}c(d||s||null),S(p||!1),l(!0)},initLoginWithOAuth:async d=>{t.startAuthFlow(new io(d));let p=await t.authFlow.getAuthorizationUrl();p&&p.url&&window.location.assign(p.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof io))throw new C("Must initialize OAuth flow before calling loginWithOAuth");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(u){throw J(j,"login","onError",u.privyErrorCode||"unknown_auth_error"),u}c(d),S(p||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let u=new Mo(d,p);t.startAuthFlow(u);try{await u.sendCodeEmail()}catch(v){throw J(j,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initLoginWithSms:async(d,p)=>{let u=new No(d,p);t.startAuthFlow(u);try{await u.sendSmsCode()}catch(v){throw J(j,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Jr;if(t.authFlow instanceof Mo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof No)t.authFlow.meta.smsCode=d.trim();else throw new C("Must initialize a passwordless code flow first");let p,u;a?p=await t.link():{user:p,isNewUser:u}=await t.authenticate(),c(p||s||null),S(u||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:k,createAnalyticsEvent:(d,p,u)=>t.createAnalyticsEvent(d,p,u),getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let u=s?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy"),v=await Se();if(!v||!k||!u){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}me(!0);try{await k.connect({accessToken:v,address:u.address}),d(!0)}catch(D){xr(D)&&u.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:u.address}),(await k.recover({address:u.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:u.address}),d(!0)):xr(D)?(Pe({recoverWallet:{privyWallet:u,onFailure:p,onSuccess:()=>d(!0)}}),Q("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(D)}}),getFiatOnRampConfig:El,setReadyToTrue:()=>{i(!0),zt?.()},updateWallets:()=>$n()}))();ju=ue.recoverEmbeddedWallet;let Xu=Ab(()=>({wallets:y}),[y]);return Ro(ke.Provider,{value:jr,children:Ro(fl.Provider,{value:j,children:Ro(cl.Provider,{value:Xu,children:bl(Ed,{...L,children:[e.children,bl(as.Provider,{value:ue,children:[Ro(fu,{theme:{...L.appearance.palette||{}}}),bl(Sc,{appConfig:L,data:N,setModalData:Pe,setInitialScreen:_,initialScreen:g,visible:o,authenticated:a,children:[Ro(hu,{open:o}),Ro(Su,{})]}),ve&&ie.id?Ro($u,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:rr,mfaSubmitPromise:zn,onLoad:Y,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as Lb}from"react";function Ob(e){let{login:t}=Lb(ke);return Dt("login",e),{login:t}}import{useContext as Db}from"react";function Ub(e){let{logout:t}=Db(ke);return Dt("logout",e),{logout:t}}import{useCallback as Yu}from"react";var Fb=()=>{let e=ct(),{initLoginWithEmail:t,loginWithCode:o}=F(),r=Yu(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=Yu(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new bn(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as Bb}from"react";function Gb(e){let{connectWallet:t}=Bb(ke);return Dt("connectWallet",e),{connectWallet:t}}import{useContext as Hb}from"react";function zb(e){let{createWallet:t}=Hb(ke);return Dt("createWallet",e),{createWallet:t}}export{Pt as AsExternalProvider,En as Captcha,on as ConnectorManager,nn as PrivyClient,Wb as PrivyProvider,oe as PrivyProxyProvider,Bn as SUPPORTED_CHAINS,Ha as VERSION,_e as WalletConnector,Zh as errorIndicatesMaxMfaRetries,Jh as errorIndicatesMfaTimeout,Qh as errorIndicatesMfaVerificationFailed,Se as getAccessToken,Gb as useConnectWallet,zb as useCreateWallet,Ob as useLogin,Fb as useLoginWithEmail,Ub as useLogout,gl as useMfa,xn as useMfaEnrollment,F as usePrivy,hl as useRegisterMfaListener,Un as useWallets};
|