@privy-io/react-auth 1.27.0-beta.1 → 1.27.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import{getAddress as hn}from"@ethersproject/address";import{Web3Provider as Mi}from"@ethersproject/providers";import{useEffect as Ft,useMemo as lh,useRef as ch,useState as pe}from"react";var x=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{FetchError as Oc}from"ofetch";var Re=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}]`:""}`}},Vt=class extends Re{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},P=class extends Re{constructor(o,r,n){super(o,r,n);this.type="client_error"}};var $=class extends Re{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},J=e=>{if(e instanceof Re)return e;if(!(e instanceof Oc))return Pe(e);if(!e.response)return new Vt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Vt(t||"ApiError",e.response.status,o||r,e,n)},Pe=e=>e instanceof Re?e:e instanceof Error?new P(e.message,e):new P(`Internal error: ${e}`);var Oi=()=>"/api/v1/sessions",Di=()=>"/api/v1/sessions/logout",Ui=()=>"/api/v1/sessions/fork",Bi=()=>"/api/v1/sessions/fork/recover",Fi=()=>"/api/v1/siwe/init",Gi=()=>"/api/v1/siwe/authenticate",Hi=()=>"/api/v1/siwe/link",Vi=()=>"/api/v1/passwordless/init",zi=()=>"/api/v1/passwordless/authenticate",$i=()=>"/api/v1/passwordless/link",qi=()=>"/api/v1/passwordless_sms/init",ji=()=>"/api/v1/passwordless_sms/authenticate",Ki=()=>"/api/v1/passwordless_sms/link",Yi=()=>"/api/v1/oauth/init",Zi=()=>"/api/v1/oauth/authenticate",Qi=()=>"/api/v1/oauth/link",Ji=()=>"/api/v1/siwe/unlink",Xi=()=>"/api/v1/passwordless/unlink",ea=()=>"/api/v1/passwordless_sms/unlink",ta=()=>"/api/v1/oauth/unlink",oa=()=>"/api/v1/analytics_events";var xt=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new P("Email and email code must be set prior to calling authenticate.");try{let t=zi(),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 J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new P("Email and email code must be set prior to calling authenticate.");try{let t=$i();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw J(t)}}async sendCodeEmail(t){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new P("Email must be set when initialzing authentication.");try{let o=Vi();return await this.api.post(o,{email:this.meta.email})}catch(o){throw J(o)}}};var st=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new P("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new P("User denied confirmation during OAuth flow");try{let t=Zi(),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){throw J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new P("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new P("User denied confirmation during OAuth flow");try{let t=Qi();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw J(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.provider)throw new P("Provider must be set when initialzing OAuth authentication.");try{let o=Yi();return await this.api.post(o,{provider:this.meta.provider,redirect_to:window.location.href},{baseURL:(t=this.api)==null?void 0:t.fallbackApiUrl})}catch(o){throw J(o)}}};var Et=class{constructor(t){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
1
+ import{getAddress as fn}from"@ethersproject/address";import{Web3Provider as Oi}from"@ethersproject/providers";import{useEffect as Gt,useMemo as ch,useRef as dh,useState as pe}from"react";var x=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{FetchError as Dc}from"ofetch";var Re=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}]`:""}`}},zt=class extends Re{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},P=class extends Re{constructor(o,r,n){super(o,r,n);this.type="client_error"}};var H=class extends Re{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},J=e=>{if(e instanceof Re)return e;if(!(e instanceof Dc))return Pe(e);if(!e.response)return new zt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new zt(t||"ApiError",e.response.status,o||r,e,n)},Pe=e=>e instanceof Re?e:e instanceof Error?new P(e.message,e):new P(`Internal error: ${e}`);var Di=()=>"/api/v1/sessions",Ui=()=>"/api/v1/sessions/logout",Bi=()=>"/api/v1/sessions/fork",Fi=()=>"/api/v1/sessions/fork/recover",Gi=()=>"/api/v1/siwe/init",Hi=()=>"/api/v1/siwe/authenticate",Vi=()=>"/api/v1/siwe/link",zi=()=>"/api/v1/passwordless/init",qi=()=>"/api/v1/passwordless/authenticate",$i=()=>"/api/v1/passwordless/link",ji=()=>"/api/v1/passwordless_sms/init",Ki=()=>"/api/v1/passwordless_sms/authenticate",Yi=()=>"/api/v1/passwordless_sms/link",Zi=()=>"/api/v1/oauth/init",Qi=()=>"/api/v1/oauth/authenticate",Ji=()=>"/api/v1/oauth/link",Xi=()=>"/api/v1/siwe/unlink",ea=()=>"/api/v1/passwordless/unlink",ta=()=>"/api/v1/passwordless_sms/unlink",oa=()=>"/api/v1/oauth/unlink",ra=()=>"/api/v1/analytics_events";var wt=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new P("Email and email code must be set prior to calling authenticate.");try{let t=qi(),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 J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new P("Email and email code must be set prior to calling authenticate.");try{let t=$i();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw J(t)}}async sendCodeEmail(t){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new P("Email must be set when initialzing authentication.");try{let o=zi();return await this.api.post(o,{email:this.meta.email})}catch(o){throw J(o)}}};var at=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new P("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new P("User denied confirmation during OAuth flow");try{let t=Qi(),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){throw J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new P("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new P("User denied confirmation during OAuth flow");try{let t=Ji();return await this.api.post(t,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})}catch(t){throw J(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.provider)throw new P("Provider must be set when initialzing OAuth authentication.");try{let o=Zi();return await this.api.post(o,{provider:this.meta.provider,redirect_to:window.location.href},{baseURL:(t=this.api)==null?void 0:t.fallbackApiUrl})}catch(o){throw J(o)}}};var Ct=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.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Gi(),{message:t,signature:o});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Hi(),{message:t,signature:o})}catch(t){throw J(t)}}async sign(){if(!this.api)throw new P("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new P("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(){if(!this.api)throw new P("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Fi(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.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 Tt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=ji(),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 J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Ki();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw J(t)}}async sendSmsCode(t){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new P("phone nNumber must be set when initialzing authentication.");try{let o=qi();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw J(o)}}};function Ze(e){return new Date(e*1e3)}function Dc(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ze(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:Ze(o.verified_at)};t.push(s);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"github_oauth":let f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"apple_oauth":let h={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(h);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function lt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var X=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Qe(e){if(!e)return null;let t=Dc(e.linked_accounts),o=lt(t,"wallet"),r=lt(t,"email"),n=lt(t,"phone"),i=lt(t,"google_oauth"),a=lt(t,"twitter_oauth"),l=lt(t,"discord_oauth"),s=lt(t,"github_oauth"),u=lt(t,"apple_oauth");return{id:e.id,createdAt:Ze(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,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},apple:u&&{subject:u.subject,email:u.email}}}import{getAddress as Da}from"@ethersproject/address";import dd from"eventemitter3";var ra="1.27.0-beta.1";var We="4df5e2316331463a9130964bd6078dfa",ir="https://auth.privy.io",na=1e4,Ue=1400,bn=ra;var zt="privy:token",ar="privy:refresh_token",xo="privy:session_transfer_token",wn="privy:connectors",Cn="privy:connections",ia="walletconnect",aa=3e4,_e=1;var xn=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)}},En=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 Bc(){return typeof window<"u"&&window.localStorage?new En:new xn}var B=Bc();import{isPossiblePhoneNumber as Fc}from"libphonenumber-js/min";var sa=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,}))$/),la=e=>Fc(String(e),"US"),ca=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ct=(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}`},Gc=e=>new Promise(t=>setTimeout(t,e)),da=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;)e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Gc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},sr=(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 Tn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Eo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function pa(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];lr()&&i.push("metamask"),Ie()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function Pn(e){return`eip155:${String(Number(e))}`}import Xc from"@coinbase/wallet-sdk";import{jsx as ua,jsxs as Hc}from"react/jsx-runtime";var Ae=({style:e,...t})=>Hc("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:[ua("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),ua("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 ut}from"@ethersproject/address";import{Web3Provider as Pa}from"@ethersproject/providers";import{default as Jc}from"eventemitter3";import{isHexString as Kc}from"@ethersproject/bytes";import{JsonRpcProvider as xa}from"@ethersproject/providers";import{toUtf8String as Yc}from"@ethersproject/strings";import Zc from"eventemitter3";var Vc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],ma=e=>Vc.includes(e);var ha={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 fa={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Arbitrum Goerli Ether",symbol:"ETH",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 ya={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 ga={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 va={id:10,name:"Optimism",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 ba={id:420,name:"Optimism Goerli",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 wa={id:137,name:"Polygon",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 Ca={id:80001,name:"Polygon 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 cr=[ha,fa,ya,ga,va,ba,wa,Ca];import{ErrorCode as zc}from"@ethersproject/logger";var $t=class extends ${constructor(){super("Wallet timeout");this.type="wallet_error"}},_t=class extends ${constructor(){super("User rejected connection");this.type="wallet_error"}},Se=e=>{if(e instanceof $)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new qt(e);return e.code===zc.ACTION_REJECTED&&(t.details=Pt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new qt(e):new $("Unknown connector error",e)},_n=class extends Re{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},qt=class extends _n{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(Pt).find(s=>s.eipCode===r.code);this.details=n||Pt.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=Pt.E32002_CONNECTION_ALREADY_PENDING:this.details=Pt.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Pt.E32002_WALLET_LOCKED))}},$c={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}},qc={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}},jc={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}},Pt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...jc,...qc},Je={...$c,...Pt};var Qc=12e4,An=(e=new $t,t=Qc)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),j=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,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 $(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),An()]).catch(o=>{throw Se(o)})}},dt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},dr=class extends Zc{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new xa(this.getInfuraEndpoint(n))}getInfuraEndpoint(o){var n;let r=cr.find(i=>i.id===o);if(!r)throw new dt(`Unsupported chainId ${o}`,4901);return((n=r.rpcUrls.infura)==null?void 0:n.http[0])+`/${We}`}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new dt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await To()||!this.address)throw new dt("Disconnected",4900);return(await Ta(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new dt(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),this.provider=new xa(this.getInfuraEndpoint(this.chainId)),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],n=Kc(r)?Yc(r):r;return await Ea(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:Eo(this.chainId)};return delete r.from,this.provider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return Eo(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(ma(o.method)){let r=await To();if(!r||!this.address)throw new dt("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 dt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await To();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}}},Be=class extends j{constructor(o){super(o)}},pt=class extends j{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var be=class extends Jc{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=Pn(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.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>ut(i.address)===ut(o));return{address:ut(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new $("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new $("Wallet is not currently connected.");return new Pa(new Be(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new $("Wallet is not currently connected.");return new pt(this.proxyProvider)},sign:async i=>{if(!await n())throw new $("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let l=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(l)&&(r=l)}if(r===void 0||!Array.isArray(r)||r.length<=0)return;let n=[],i=await this.proxyProvider.request({method:"eth_chainId"}),a=Pn(i);for(let l of r)n.find(s=>ut(s.address)===ut(l))||n.push(this.buildConnectedWallet(ut(l),a));pr(n,this.wallets)||(this.wallets=n,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=>ut(n)===ut(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 Pa(new Be(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 ed=e=>{let t=`https://mainnet.infura.io/v3/${We}`,o=1;return e.makeWeb3Provider(t,o)},ur,mr=class extends be{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new j,this.subscribeListeners(),ur||(ur=new Xc({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(ed(ur)),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(){ur.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ae}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new $("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Se(o)}}};import{jsx as _a}from"react/jsx-runtime";var mt=({style:e,...t})=>_a("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:_a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var hr=class extends be{constructor(o){super("privy");this.connectorType="embedded";this.proxyProvider=o,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Eo((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:mt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as jf}from"@ethersproject/address";import{Web3Provider as Yf}from"@ethersproject/providers";import{isMobile as od}from"react-device-detect";import{jsx as we,jsxs as td}from"react/jsx-runtime";var se=({style:e,...t})=>td("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:[we("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),we("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var fr=class extends be{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new j,this.subscribeListeners();let o=window,r=o.ethereum,n=o.ethereum.providers||[];for(let i of n)if(i.isMetaMask){r=i;break}this.proxyProvider.setWalletProvider(r),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:se}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!od&&lr()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0)throw new $("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Se(o)}}};import{jsx as jt,jsxs as yr}from"react/jsx-runtime";var Fe=({style:e,...t})=>yr("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:[jt("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),jt("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),yr("defs",{children:[yr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[jt("stop",{stopColor:"#534BB1"}),jt("stop",{offset:"1",stopColor:"#551BF9"})]}),yr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[jt("stop",{stopColor:"white"}),jt("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var gr=class extends be{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new j,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:Fe}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});await this.syncAccounts(o)}catch(o){throw Se(o)}}};import cd from"@walletconnect/web3-provider";import{isAndroid as vr}from"react-device-detect";import{createContext as nd,useContext as id,useEffect as Sn,useState as Sa}from"react";import{jsx as rd}from"react/jsx-runtime";function Aa(e){return rd("link",{rel:"prefetch",href:e.src})}import{jsx as ad,jsxs as sd}from"react/jsx-runtime";var Xe="LANDING",ka=nd({ready:!1,app:null,currentScreen:Xe,lastScreen:Xe,navigate:x,navigateBack:x,setModalData:x}),Ra=e=>{var f,h,m;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=Sa(e.initialScreen||Xe),[a,l]=Sa(e.initialScreen||Xe);Sn(()=>{o||i(Xe)},[o]),Sn(()=>{r||(l(Xe),i(Xe))},[r]),Sn(()=>{e.initialScreen&&n===Xe&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Xe?e.initialScreen:n,u={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:v=>{l(n),i(v)},navigateBack:()=>{i(a)}};return sd(ka.Provider,{value:u,children:[(typeof((f=t==null?void 0:t.appearance)==null?void 0:f.logo)=="string"||((m=(h=t==null?void 0:t.appearance)==null?void 0:h.logo)==null?void 0:m.type)==="img")&&ad(Aa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},w=()=>id(ka);import{jsx as Kt,jsxs as ld}from"react/jsx-runtime";var Yt=({style:e,...t})=>{let{app:o}=w();return ld("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:[Kt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),Kt("g",{clipPath:"url(#clip0_1765_9946)",children:Kt("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"})}),Kt("defs",{children:Kt("clipPath",{id:"clip0_1765_9946",children:Kt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as Wa}from"@walletconnect/browser-utils";import{isAndroid as kn}from"react-device-detect";var Po=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Rn))if(r.hostname===t)return{walletClientType:o,entry:r}};var Rn={rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",hostname:"rainbow.me",mobile:{universal:"https://rnbwapp.com"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",image_id:"bff9cf1f-df19-42ce-f62a-87f04df13c00",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",hostname:"metamask.io",mobile:{native:"metamask:"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",hostname:"zerion.io",mobile:{universal:"https://wallet.zerion.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},unstoppable:{id:"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",displayName:"Unstoppable",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",hostname:"unstoppable.money",mobile:{universal:"https://unstoppable.money"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},bitpay:{id:"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",displayName:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",hostname:"bitpay.com",mobile:{universal:"https://link.bitpay.com/wallet"}},"1inch":{id:"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481",displayName:"1inch",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",hostname:"1inch.io",mobile:{universal:"https://wallet.1inch.io"}},eidoo:{id:"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",displayName:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",hostname:"eidoo.io",mobile:{universal:"https://eidoo.io/crypto-wallet"}},coin98:{id:"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",displayName:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",hostname:"coin98.com",mobile:{universal:"https://coin98.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},rwallet:{id:"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",displayName:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",hostname:"rsk.co",mobile:{universal:"https://www.rwallet.app"}},plasmapay:{id:"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",displayName:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",hostname:"plasmapay.com",mobile:{universal:"https://plasmapay.com/"}},o3wallet:{id:"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",displayName:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",hostname:"o3.network",mobile:{universal:"https://o3.network"}},hashkey_me:{id:"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",displayName:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",hostname:"me.hashkey.com",mobile:{universal:"https://me.hashkey.com"}},defiant:{id:"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac",displayName:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",hostname:"www.defiantapp.tech",mobile:{universal:"https://defiantapp.tech/"}},essentials:{id:"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",displayName:"Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",hostname:"elastos.org",mobile:{universal:"https://essentials.elastos.net"}},stasis:{id:"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",displayName:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",hostname:"stasis.net",mobile:{universal:"https://app.stasis.net"}},julwallet:{id:"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",displayName:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",hostname:"justliquidity.org",mobile:{universal:"https://justliquidity.org"}},tangem:{id:"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",displayName:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",hostname:"tangem.com",mobile:{universal:"https://app.tangem.com"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",image_id:"6013a9a1-4a67-45bb-fc24-27c11eb13900",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},linen:{id:"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",displayName:"Linen",image_id:"aff3e4e1-92a9-4066-f48f-3591947cf200",hostname:"linen.app",mobile:{universal:"https://linen.app/"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",image_id:"61abe2ca-b06d-4a8b-de3e-8326f523e900",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},easypocket:{id:"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",displayName:"EasyPocket",image_id:"a9fcf1d1-3b2c-4226-0fb9-a6c8f2647300",hostname:"easypocket.app",mobile:{universal:"https://wallet.easypocket.app"}},rice_wallet:{id:"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1",displayName:"RICE Wallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",hostname:"ricewallet.io",mobile:{universal:"https://ricewallet.io"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",image_id:"ea0140c7-787c-43a4-838f-d5ab6a342000",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},simplehold:{id:"dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e",displayName:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",hostname:"simplehold.io",mobile:{universal:"https://simplehold.io"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},slavi_wallet:{id:"b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232",displayName:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",hostname:"slavi.io",mobile:{universal:"https://www.slaviwallet.io"}},nufinetes:{id:"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673",displayName:"nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",hostname:"www.nufinetes.com",mobile:{universal:"https://apple.vimworld.org"}},now_wallet:{id:"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534",displayName:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",hostname:"walletnow.app",mobile:{universal:"https://walletnow.app.link"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",image_id:"32e89601-0490-42fc-0cc4-8627d62a2000",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},card:{id:"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb",displayName:"Card",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",hostname:"cardstack.com",mobile:{universal:"https://wallet.cardstack.com"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bitski:{id:"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0",displayName:"Bitski",image_id:"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700",hostname:"bitski.com",mobile:{universal:"https://wallet.bitski.com/walletconnect/wc"}},hippowallet:{id:"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d",displayName:"HippoWallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",hostname:"hippowallet.io",mobile:{universal:"https://hippowallet.io"}},edge:{id:"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328",displayName:"Edge",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",hostname:"edge.app",mobile:{universal:"https://deep.edge.app/wc"}},assure:{id:"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b",displayName:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",hostname:"www.assure.pro",mobile:{universal:"https://www.assure.pro/Official"}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",image_id:"add9626b-a5fa-4c12-178c-e5584e6dcd00",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",image_id:"10c75467-6612-48ad-b97b-63985e922200",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},coinstats:{id:"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687",displayName:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",hostname:"coinstats.app",mobile:{universal:"https://coinstats.app"}},bitcoincom_wallet:{id:"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c",displayName:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",hostname:"www.bitcoin.com",mobile:{universal:"https://wallet.bitcoin.com/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",image_id:"ebac7b39-688c-41e3-7912-a4fefba74600",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}}},Ia=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Na(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function La(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function Ma(e,t){return kn?e:La(e,Na(t))}var Wn=(e,t)=>{if(!e)return;if(kn){Wa({name:"Unknown",href:t||"wc:"});return}let o=La(t||"wc:",Na(e));Wa({name:(e==null?void 0:e.displayName)||"",href:o})},Oa=()=>{!kn||window.open("wc:","_self")};var At=class extends be{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new j,this.subscribeListeners(),o&&(this.walletEntry=Rn[o]),this.setWalletProvider(this.createOrRestoreProvider(r)),r&&this.promptConnection(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;return this.walletEntry?{name:this.walletEntry.displayName,icon:this.walletClientType==="metamask"?se:Ia(this.walletEntry.image_id)}:{name:Tn(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||Yt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Se(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new _t);return}r(new $("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new _t)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Se(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),An()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new $("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=Po(this.walletProvider.walletMeta.url);this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}this.connected=!0,await this.syncAccounts(a),o()})().catch(i=>r(Se(i)))})}async sign(o){this.walletEntry&&Wn(this.walletEntry),this.walletProvider.connected||await this.enableProvider();let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(l=>n(l)).catch(l=>i(l)),vr&&Oa()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}replaceProvider(){return this.walletProvider.close().catch(()=>console.warn("Unable to disconnect provider")),B.getKeys().forEach(o=>{o.startsWith("walletconnect")&&B.get(o).key===this.walletProvider.connector.session.key&&B.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${ia}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=At.generateStorageId());let r=this.walletEntry||vr?{qrcode:!1}:{},n={};for(let u of cr){let f=(s=(l=u.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];f&&(n[u.id]=f+"/"+We)}let i=new cd({infuraId:We,storageId:o,pollingInterval:aa,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(u,f)=>{Wn(a);let h=f.params[0],m=Ma(h,a);vr?window.open(m,"_self"):window.open(m,"_self","noopener,noreferrer")}):vr?i.connector.on("display_uri",(u,f)=>{let h=f.params[0];window.open(h,"_self")}):i.connector.on("connect",()=>{var u,f;if((u=i.walletMeta)!=null&&u.url){let h=Po(i.walletMeta.url);i.walletId=(f=h==null?void 0:h.entry)==null?void 0:f.id,this.walletEntry=h==null?void 0:h.entry,this.walletClientType=(h==null?void 0:h.walletClientType)||"unknown"}}),i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var lr=()=>{let e=window;if(!e.ethereum)return!1;if(br(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(br(t,!0))return!0}return!1},wr=()=>{let e=window;if(!e.ethereum)return!1;if(br(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(br(t,!1))return!0}return!1},br=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(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.isTokenPocket||e.isTokenary||e.isZerion):!1,Ie=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},St=()=>{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},In=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Da(t)).length):!1},_o=class extends dd{constructor(){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===(o==null?void 0:o.address)));return!o||!r?new j:r.proxyProvider};this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(B.get(wn)&&(B.getKeys().forEach(o=>{o.startsWith("walletconnect")&&B.del(o)}),B.del(wn)),pa().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}})),(St()||B.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||B.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=B.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=Po(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new At(a,o);this.addWalletConnector(l)}})}findWalletConnector(o,r){return 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){if(!this.findWalletConnector("embedded","privy")){let i=new dr(o,r),a=new hr(i);this.addWalletConnector(a)}}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")}}createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n&&n.walletClientType!=="unknown")return n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return Ie()?new gr:null;case"metamask":default:return wr()?new fr:null}case"coinbase_wallet":return new mr;case"wallet_connect":return new At(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=B.get(Cn);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}));B.put(Cn,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=Da(o),this.emit("walletsUpdated")}};function pr(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==null?void 0:r.address)!==(n==null?void 0:n.address)||(r==null?void 0:r.chainId)!==(n==null?void 0:n.chainId)||(r==null?void 0:r.connectorType)!==(n==null?void 0:n.connectorType)||(r==null?void 0:r.connectedAt)!==(n==null?void 0:n.connectedAt)||(r==null?void 0:r.walletClientType)!==(n==null?void 0:n.walletClientType)||(r==null?void 0:r.isConnected)!==(n==null?void 0:n.isConnected)||(r==null?void 0:r.linked)!==(n==null?void 0:n.linked))return!1}return!0}import{ofetch as Nn}from"ofetch";var Cr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=bn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await Nn(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw J(n)}}async post(t,o,r,n=!0){try{return await Nn(t,{method:"POST",...o?{body:o}:{},...await this.buildConfig(r,n)})}catch(i){throw J(i)}}async delete(t,o,r=!0){try{return await Nn(t,{method:"DELETE",...await this.buildConfig(o,r)})}catch(n){throw J(n)}}async buildConfig(t,o=!0){t=Object.assign({withCredentials:!0},t||{});let{headers:r,...n}=t,i;o&&(i=await this.client.getAccessToken());let a={...r,...i?{authorization:`Bearer ${i}`}:{},"privy-app-id":this.appId,"privy-client":`react-auth:${this.sdkVersion}`};return{...this.defaults,headers:a,...n}}};function Ua(e){return e instanceof xt?"email":e instanceof Tt?"sms":e instanceof Et?"siwe":e instanceof st?e.meta.provider:null}var ht=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}};import*as Ba from"jose";var et=class{static parse(t){try{return new et(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ba.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 pd=30,xr=class{constructor(){this.authenticateOnce=new ht(async t=>this._authenticate(t)),this.linkOnce=new ht(async t=>this._link(t)),this.refreshOnce=new ht(this._refresh.bind(this)),this.destroyOnce=new ht(this._destroy.bind(this)),this.forkSessionOnce=new ht(this._forkSession.bind(this))}get token(){try{let t=B.get(zt);return typeof t=="string"?new et(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=B.get(ar);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=B.get(xo);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=et.parse(this.token);return t!==null&&!t.isExpired(pd)}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=Ua(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:Qe(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Pe(o)}}async _link(t){try{let o=await t.link();return Qe(o)}catch(o){throw console.warn("Error linking account"),Pe(o)}}async _refresh(){if(!this.api)throw new P("Session has no API instance");if(!this.client)throw new P("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(Oi(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(Bi(),{refresh_token:r},{},!1),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Qe(n.user)}catch(n){if(n instanceof Vt&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Pe(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Di(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new P("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Ui(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Pe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?B.put(zt,t):B.del(zt)}storeRefreshToken(t){typeof t=="string"?B.put(ar,t):B.del(ar)}clearForkedToken(){B.del(xo)}};var Ln,Ao=class{constructor(t){this.apiUrl=t.apiUrl||ir,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||na,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new _o,Ln||(Ln=new xr),this.session=Ln,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new Cr(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()}authenticate(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}async unlinkEmail(t){try{let o=await this.api.post(Xi(),{address:t});return Qe(o)}catch(o){throw Pe(o)}}async unlinkPhone(t){try{let o=await this.api.post(ea(),{phoneNumber:t});return Qe(o)}catch(o){throw Pe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Ji(),{address:t});return Qe(o)}catch(o){throw Pe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ta(),{provider:t,subject:o});return Qe(r)}catch(r){throw Pe(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(oa(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=et.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&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,appleOAuth:t.apple_oauth,termsAndConditionsUrl:t.terms_and_conditions_url,privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3)}}catch(t){throw Pe(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async forkSession(){return await this.session.forkSession()}};import"wicg-inert";import{disableBodyScroll as F1,clearAllBodyScrollLocks as G1}from"body-scroll-lock";import{useRef as H1,useCallback as V1}from"react";import{useEffect as _c}from"react";import z1 from"react-dom";import Ii from"styled-components";import{createContext as ud,useContext as md}from"react";var Mn=ud({isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:x,getAuthFlow:x,closePrivyModal:x,connectWallet:x,initLoginWithWallet:x,loginWithWallet:x,loginWithCode:x,initLoginWithEmail:x,initLoginWithSms:x,resendEmailCode:x,resendSmsCode:x,initLoginWithOAuth:x,loginWithOAuth:x,refreshUser:x,walletProxy:null,createAnalyticsEvent:x,getUsdTokenPrice:x,recoverEmbeddedWallet:x}),k=()=>md(Mn);import{createContext as hd,useContext as fd}from"react";var On=hd({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:x,login:x,linkEmail:x,linkPhone:x,linkWallet:x,linkGoogle:x,linkTwitter:x,linkDiscord:x,linkGithub:x,linkApple:x,logout:x,getAccessToken:x,getEthereumProvider:x,getEthersProvider:x,getWeb3jsProvider:x,unlinkEmail:x,unlinkPhone:x,unlinkWallet:x,unlinkGoogle:x,unlinkTwitter:x,unlinkDiscord:x,unlinkGithub:x,unlinkApple:x,setActiveWallet:x,forkSession:x,createWallet:x,signMessage:x,sendTransaction:x,exportWallet:x}),D=()=>fd(On);import Gn from"styled-components";import ko,{css as Fa}from"styled-components";import Un from"styled-components";import{Fragment as vd,jsx as Dn,jsxs as bd}from"react/jsx-runtime";var Zt=({success:e,fail:t})=>bd(vd,{children:[Dn(So,{className:e?"success":t?"fail":""}),Dn(yd,{className:e?"success":t?"fail":""})]}),So=Un.span`
12
+ - https://privy.io`;this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Hi(),{message:t,signature:o});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Vi(),{message:t,signature:o})}catch(t){throw J(t)}}async sign(){if(!this.api)throw new P("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new P("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(){if(!this.api)throw new P("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Gi(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.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 xt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Ki(),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 J(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Yi();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw J(t)}}async sendSmsCode(t){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new P("phone nNumber must be set when initialzing authentication.");try{let o=ji();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw J(o)}}};function Ye(e){return new Date(e*1e3)}function Uc(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:Ye(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ye(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ye(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:Ye(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:Ye(o.verified_at)};t.push(s);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ye(o.verified_at)};t.push(u);break;case"github_oauth":let f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ye(o.verified_at)};t.push(f);break;case"apple_oauth":let h={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ye(o.verified_at)};t.push(h);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function st(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var X=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Ze(e){if(!e)return null;let t=Uc(e.linked_accounts),o=st(t,"wallet"),r=st(t,"email"),n=st(t,"phone"),i=st(t,"google_oauth"),a=st(t,"twitter_oauth"),l=st(t,"discord_oauth"),s=st(t,"github_oauth"),u=st(t,"apple_oauth");return{id:e.id,createdAt:Ye(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,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},apple:u&&{subject:u.subject,email:u.email}}}import{getAddress as Ua}from"@ethersproject/address";import pd from"eventemitter3";var na="1.27.0-beta.2";var Et="4df5e2316331463a9130964bd6078dfa",ar="https://auth.privy.io",ia=1e4,De=1400,wn=na;var qt="privy:token",sr="privy:refresh_token",Eo="privy:session_transfer_token",Cn="privy:connectors",xn="privy:connections",aa="walletconnect",sa=3e4,_e=1;var En=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)}},Tn=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 Fc(){return typeof window<"u"&&window.localStorage?new Tn:new En}var B=Fc();import{isPossiblePhoneNumber as Gc}from"libphonenumber-js/min";var la={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 ca={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Arbitrum Goerli Ether",symbol:"ETH",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 da={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 pa={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 ua={id:10,name:"Optimism",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 ma={id:420,name:"Optimism Goerli",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 ha={id:137,name:"Polygon",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 fa={id:80001,name:"Polygon 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 lr=[la,ca,da,pa,ua,ma,ha,fa];var ya=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,}))$/),ga=e=>Gc(String(e),"US"),va=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},lt=(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}`},Hc=e=>new Promise(t=>setTimeout(t,e)),ba=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;)e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Hc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},cr=(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 Pn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),To=e=>typeof e=="string"?e:"0x"+e.toString(16);async function wa(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];dr()&&i.push("metamask"),We()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function _n(e){return`eip155:${String(Number(e))}`}var Tt=e=>{var o;let t=lr.find(r=>r.id===e);if(!t)throw new H(`Unsupported chainId ${e}`,4901);return((o=t.rpcUrls.infura)==null?void 0:o.http[0])+`/${Et}`};import ed from"@coinbase/wallet-sdk";import{jsx as Ca,jsxs as Vc}from"react/jsx-runtime";var Ae=({style:e,...t})=>Vc("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:[Ca("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Ca("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 dt}from"@ethersproject/address";import{Web3Provider as _a}from"@ethersproject/providers";import{default as Xc}from"eventemitter3";import{isHexString as Yc}from"@ethersproject/bytes";import{JsonRpcProvider as Ea}from"@ethersproject/providers";import{toUtf8String as Zc}from"@ethersproject/strings";import Qc from"eventemitter3";var zc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],xa=e=>zc.includes(e);import{ErrorCode as qc}from"@ethersproject/logger";var $t=class extends H{constructor(){super("Wallet timeout");this.type="wallet_error"}},_t=class extends H{constructor(){super("User rejected connection");this.type="wallet_error"}},Se=e=>{if(e instanceof H)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new jt(e);return e.code===qc.ACTION_REJECTED&&(t.details=Pt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new jt(e):new H("Unknown connector error",e)},An=class extends Re{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},jt=class extends An{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(Pt).find(s=>s.eipCode===r.code);this.details=n||Pt.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=Pt.E32002_CONNECTION_ALREADY_PENDING:this.details=Pt.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Pt.E32002_WALLET_LOCKED))}},$c={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}},jc={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}},Kc={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}},Pt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Kc,...jc},Qe={...$c,...Pt};var Jc=12e4,Sn=(e=new $t,t=Jc)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),j=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,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 H(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),Sn()]).catch(o=>{throw Se(o)})}},At=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},pr=class extends Qc{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new Ea(Tt(n))}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new At(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Po()||!this.address)throw new At("Disconnected",4900);return(await Pa(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new At(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),this.provider=new Ea(Tt(this.chainId)),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],n=Yc(r)?Zc(r):r;return await Ta(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:To(this.chainId)};return this.provider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return To(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(xa(o.method)){let r=await Po();if(!r||!this.address)throw new At("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 At("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Po();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}}},Ue=class extends j{constructor(o){super(o)}},ct=class extends j{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var be=class extends Xc{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=_n(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.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>dt(i.address)===dt(o));return{address:dt(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return new _a(new Ue(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return new ct(this.proxyProvider)},sign:async i=>{if(!await n())throw new H("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let l=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(l)&&(r=l)}if(r===void 0||!Array.isArray(r)||r.length<=0)return;let n=[],i=await this.proxyProvider.request({method:"eth_chainId"}),a=_n(i);for(let l of r)n.find(s=>dt(s.address)===dt(l))||n.push(this.buildConnectedWallet(dt(l),a));ur(n,this.wallets)||(this.wallets=n,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=>dt(n)===dt(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 _a(new Ue(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 td=e=>{let t=`https://mainnet.infura.io/v3/${Et}`,o=1;return e.makeWeb3Provider(t,o)},mr,hr=class extends be{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new j,this.subscribeListeners(),mr||(mr=new ed({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(td(mr)),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(){mr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ae}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new H("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Se(o)}}};import{jsx as Aa}from"react/jsx-runtime";var pt=({style:e,...t})=>Aa("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:Aa("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var fr=class extends be{constructor(o){super("privy");this.connectorType="embedded";this.proxyProvider=o,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[To((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:pt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as Yf}from"@ethersproject/address";import{Web3Provider as Qf}from"@ethersproject/providers";import{isMobile as rd}from"react-device-detect";import{jsx as we,jsxs as od}from"react/jsx-runtime";var se=({style:e,...t})=>od("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:[we("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),we("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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 yr=class extends be{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new j,this.subscribeListeners();let o=window,r=o.ethereum,n=o.ethereum.providers||[];for(let i of n)if(i.isMetaMask){r=i;break}this.proxyProvider.setWalletProvider(r),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:se}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!rd&&dr()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0)throw new H("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Se(o)}}};import{jsx as Kt,jsxs as gr}from"react/jsx-runtime";var Be=({style:e,...t})=>gr("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:[Kt("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),Kt("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),gr("defs",{children:[gr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[Kt("stop",{stopColor:"#534BB1"}),Kt("stop",{offset:"1",stopColor:"#551BF9"})]}),gr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[Kt("stop",{stopColor:"white"}),Kt("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var vr=class extends be{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new j,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:Be}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});await this.syncAccounts(o)}catch(o){throw Se(o)}}};import dd from"@walletconnect/web3-provider";import{isAndroid as br}from"react-device-detect";import{createContext as id,useContext as ad,useEffect as kn,useState as ka}from"react";import{jsx as nd}from"react/jsx-runtime";function Sa(e){return nd("link",{rel:"prefetch",href:e.src})}import{jsx as sd,jsxs as ld}from"react/jsx-runtime";var Je="LANDING",Ra=id({ready:!1,app:null,currentScreen:Je,lastScreen:Je,navigate:x,navigateBack:x,setModalData:x}),Wa=e=>{var f,h,m;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=ka(e.initialScreen||Je),[a,l]=ka(e.initialScreen||Je);kn(()=>{o||i(Je)},[o]),kn(()=>{r||(l(Je),i(Je))},[r]),kn(()=>{e.initialScreen&&n===Je&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Je?e.initialScreen:n,u={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:v=>{l(n),i(v)},navigateBack:()=>{i(a)}};return ld(Ra.Provider,{value:u,children:[(typeof((f=t==null?void 0:t.appearance)==null?void 0:f.logo)=="string"||((m=(h=t==null?void 0:t.appearance)==null?void 0:h.logo)==null?void 0:m.type)==="img")&&sd(Sa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},w=()=>ad(Ra);import{jsx as Yt,jsxs as cd}from"react/jsx-runtime";var Zt=({style:e,...t})=>{let{app:o}=w();return cd("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:[Yt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),Yt("g",{clipPath:"url(#clip0_1765_9946)",children:Yt("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"})}),Yt("defs",{children:Yt("clipPath",{id:"clip0_1765_9946",children:Yt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as Ia}from"@walletconnect/browser-utils";import{isAndroid as Rn}from"react-device-detect";var _o=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Wn))if(r.hostname===t)return{walletClientType:o,entry:r}};var Wn={rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",hostname:"rainbow.me",mobile:{universal:"https://rnbwapp.com"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",image_id:"bff9cf1f-df19-42ce-f62a-87f04df13c00",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",hostname:"metamask.io",mobile:{native:"metamask:"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",hostname:"zerion.io",mobile:{universal:"https://wallet.zerion.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},unstoppable:{id:"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",displayName:"Unstoppable",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",hostname:"unstoppable.money",mobile:{universal:"https://unstoppable.money"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},bitpay:{id:"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",displayName:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",hostname:"bitpay.com",mobile:{universal:"https://link.bitpay.com/wallet"}},"1inch":{id:"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481",displayName:"1inch",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",hostname:"1inch.io",mobile:{universal:"https://wallet.1inch.io"}},eidoo:{id:"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",displayName:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",hostname:"eidoo.io",mobile:{universal:"https://eidoo.io/crypto-wallet"}},coin98:{id:"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",displayName:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",hostname:"coin98.com",mobile:{universal:"https://coin98.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},rwallet:{id:"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",displayName:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",hostname:"rsk.co",mobile:{universal:"https://www.rwallet.app"}},plasmapay:{id:"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",displayName:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",hostname:"plasmapay.com",mobile:{universal:"https://plasmapay.com/"}},o3wallet:{id:"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",displayName:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",hostname:"o3.network",mobile:{universal:"https://o3.network"}},hashkey_me:{id:"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",displayName:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",hostname:"me.hashkey.com",mobile:{universal:"https://me.hashkey.com"}},defiant:{id:"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac",displayName:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",hostname:"www.defiantapp.tech",mobile:{universal:"https://defiantapp.tech/"}},essentials:{id:"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",displayName:"Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",hostname:"elastos.org",mobile:{universal:"https://essentials.elastos.net"}},stasis:{id:"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",displayName:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",hostname:"stasis.net",mobile:{universal:"https://app.stasis.net"}},julwallet:{id:"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",displayName:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",hostname:"justliquidity.org",mobile:{universal:"https://justliquidity.org"}},tangem:{id:"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",displayName:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",hostname:"tangem.com",mobile:{universal:"https://app.tangem.com"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",image_id:"6013a9a1-4a67-45bb-fc24-27c11eb13900",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},linen:{id:"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",displayName:"Linen",image_id:"aff3e4e1-92a9-4066-f48f-3591947cf200",hostname:"linen.app",mobile:{universal:"https://linen.app/"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",image_id:"61abe2ca-b06d-4a8b-de3e-8326f523e900",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},easypocket:{id:"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",displayName:"EasyPocket",image_id:"a9fcf1d1-3b2c-4226-0fb9-a6c8f2647300",hostname:"easypocket.app",mobile:{universal:"https://wallet.easypocket.app"}},rice_wallet:{id:"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1",displayName:"RICE Wallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",hostname:"ricewallet.io",mobile:{universal:"https://ricewallet.io"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",image_id:"ea0140c7-787c-43a4-838f-d5ab6a342000",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},simplehold:{id:"dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e",displayName:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",hostname:"simplehold.io",mobile:{universal:"https://simplehold.io"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},slavi_wallet:{id:"b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232",displayName:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",hostname:"slavi.io",mobile:{universal:"https://www.slaviwallet.io"}},nufinetes:{id:"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673",displayName:"nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",hostname:"www.nufinetes.com",mobile:{universal:"https://apple.vimworld.org"}},now_wallet:{id:"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534",displayName:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",hostname:"walletnow.app",mobile:{universal:"https://walletnow.app.link"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",image_id:"32e89601-0490-42fc-0cc4-8627d62a2000",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},card:{id:"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb",displayName:"Card",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",hostname:"cardstack.com",mobile:{universal:"https://wallet.cardstack.com"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bitski:{id:"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0",displayName:"Bitski",image_id:"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700",hostname:"bitski.com",mobile:{universal:"https://wallet.bitski.com/walletconnect/wc"}},hippowallet:{id:"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d",displayName:"HippoWallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",hostname:"hippowallet.io",mobile:{universal:"https://hippowallet.io"}},edge:{id:"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328",displayName:"Edge",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",hostname:"edge.app",mobile:{universal:"https://deep.edge.app/wc"}},assure:{id:"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b",displayName:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",hostname:"www.assure.pro",mobile:{universal:"https://www.assure.pro/Official"}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",image_id:"add9626b-a5fa-4c12-178c-e5584e6dcd00",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",image_id:"10c75467-6612-48ad-b97b-63985e922200",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},coinstats:{id:"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687",displayName:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",hostname:"coinstats.app",mobile:{universal:"https://coinstats.app"}},bitcoincom_wallet:{id:"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c",displayName:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",hostname:"www.bitcoin.com",mobile:{universal:"https://wallet.bitcoin.com/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",image_id:"ebac7b39-688c-41e3-7912-a4fefba74600",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}}},Na=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function La(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ma(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function Oa(e,t){return Rn?e:Ma(e,La(t))}var In=(e,t)=>{if(!e)return;if(Rn){Ia({name:"Unknown",href:t||"wc:"});return}let o=Ma(t||"wc:",La(e));Ia({name:(e==null?void 0:e.displayName)||"",href:o})},Da=()=>{!Rn||window.open("wc:","_self")};var St=class extends be{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new j,this.subscribeListeners(),o&&(this.walletEntry=Wn[o]),this.setWalletProvider(this.createOrRestoreProvider(r)),r&&this.promptConnection(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;return this.walletEntry?{name:this.walletEntry.displayName,icon:this.walletClientType==="metamask"?se:Na(this.walletEntry.image_id)}:{name:Pn(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||Zt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Se(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new _t);return}r(new H("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new _t)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Se(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),Sn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new H("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=_o(this.walletProvider.walletMeta.url);this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}this.connected=!0,await this.syncAccounts(a),o()})().catch(i=>r(Se(i)))})}async sign(o){this.walletEntry&&In(this.walletEntry),this.walletProvider.connected||await this.enableProvider();let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(l=>n(l)).catch(l=>i(l)),br&&Da()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}replaceProvider(){return this.walletProvider.close().catch(()=>console.warn("Unable to disconnect provider")),B.getKeys().forEach(o=>{o.startsWith("walletconnect")&&B.get(o).key===this.walletProvider.connector.session.key&&B.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${aa}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=St.generateStorageId());let r=this.walletEntry||br?{qrcode:!1}:{},n={};for(let u of lr){let f=(s=(l=u.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];f&&(n[u.id]=f+"/"+Et)}let i=new dd({infuraId:Et,storageId:o,pollingInterval:sa,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(u,f)=>{In(a);let h=f.params[0],m=Oa(h,a);br?window.open(m,"_self"):window.open(m,"_self","noopener,noreferrer")}):br?i.connector.on("display_uri",(u,f)=>{let h=f.params[0];window.open(h,"_self")}):i.connector.on("connect",()=>{var u,f;if((u=i.walletMeta)!=null&&u.url){let h=_o(i.walletMeta.url);i.walletId=(f=h==null?void 0:h.entry)==null?void 0:f.id,this.walletEntry=h==null?void 0:h.entry,this.walletClientType=(h==null?void 0:h.walletClientType)||"unknown"}}),i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var dr=()=>{let e=window;if(!e.ethereum)return!1;if(wr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(wr(t,!0))return!0}return!1},Cr=()=>{let e=window;if(!e.ethereum)return!1;if(wr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(wr(t,!1))return!0}return!1},wr=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(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.isTokenPocket||e.isTokenary||e.isZerion):!1,We=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},kt=()=>{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},Nn=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Ua(t)).length):!1},Ao=class extends pd{constructor(){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===(o==null?void 0:o.address)));return!o||!r?new j:r.proxyProvider};this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(B.get(Cn)&&(B.getKeys().forEach(o=>{o.startsWith("walletconnect")&&B.del(o)}),B.del(Cn)),wa().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}})),(kt()||B.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||B.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=B.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=_o(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new St(a,o);this.addWalletConnector(l)}})}findWalletConnector(o,r){return 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){if(!this.findWalletConnector("embedded","privy")){let i=new pr(o,r),a=new fr(i);this.addWalletConnector(a)}}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")}}createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n&&n.walletClientType!=="unknown")return n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return We()?new vr:null;case"metamask":default:return Cr()?new yr:null}case"coinbase_wallet":return new hr;case"wallet_connect":return new St(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=B.get(xn);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}));B.put(xn,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=Ua(o),this.emit("walletsUpdated")}};function ur(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==null?void 0:r.address)!==(n==null?void 0:n.address)||(r==null?void 0:r.chainId)!==(n==null?void 0:n.chainId)||(r==null?void 0:r.connectorType)!==(n==null?void 0:n.connectorType)||(r==null?void 0:r.connectedAt)!==(n==null?void 0:n.connectedAt)||(r==null?void 0:r.walletClientType)!==(n==null?void 0:n.walletClientType)||(r==null?void 0:r.isConnected)!==(n==null?void 0:n.isConnected)||(r==null?void 0:r.linked)!==(n==null?void 0:n.linked))return!1}return!0}import{ofetch as Ln}from"ofetch";var xr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=wn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await Ln(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw J(n)}}async post(t,o,r,n=!0){try{return await Ln(t,{method:"POST",...o?{body:o}:{},...await this.buildConfig(r,n)})}catch(i){throw J(i)}}async delete(t,o,r=!0){try{return await Ln(t,{method:"DELETE",...await this.buildConfig(o,r)})}catch(n){throw J(n)}}async buildConfig(t,o=!0){t=Object.assign({withCredentials:!0},t||{});let{headers:r,...n}=t,i;o&&(i=await this.client.getAccessToken());let a={...r,...i?{authorization:`Bearer ${i}`}:{},"privy-app-id":this.appId,"privy-client":`react-auth:${this.sdkVersion}`};return{...this.defaults,headers:a,...n}}};function Ba(e){return e instanceof wt?"email":e instanceof xt?"sms":e instanceof Ct?"siwe":e instanceof at?e.meta.provider:null}var ut=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}};import*as Fa from"jose";var Xe=class{static parse(t){try{return new Xe(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Fa.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 ud=30,Er=class{constructor(){this.authenticateOnce=new ut(async t=>this._authenticate(t)),this.linkOnce=new ut(async t=>this._link(t)),this.refreshOnce=new ut(this._refresh.bind(this)),this.destroyOnce=new ut(this._destroy.bind(this)),this.forkSessionOnce=new ut(this._forkSession.bind(this))}get token(){try{let t=B.get(qt);return typeof t=="string"?new Xe(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=B.get(sr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=B.get(Eo);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Xe.parse(this.token);return t!==null&&!t.isExpired(ud)}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=Ba(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:Ze(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Pe(o)}}async _link(t){try{let o=await t.link();return Ze(o)}catch(o){throw console.warn("Error linking account"),Pe(o)}}async _refresh(){if(!this.api)throw new P("Session has no API instance");if(!this.client)throw new P("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(Di(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(Fi(),{refresh_token:r},{},!1),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Ze(n.user)}catch(n){if(n instanceof zt&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Pe(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ui(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new P("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Bi(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Pe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?B.put(qt,t):B.del(qt)}storeRefreshToken(t){typeof t=="string"?B.put(sr,t):B.del(sr)}clearForkedToken(){B.del(Eo)}};var Mn,So=class{constructor(t){this.apiUrl=t.apiUrl||ar,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||ia,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new Ao,Mn||(Mn=new Er),this.session=Mn,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new xr(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()}authenticate(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}async unlinkEmail(t){try{let o=await this.api.post(ea(),{address:t});return Ze(o)}catch(o){throw Pe(o)}}async unlinkPhone(t){try{let o=await this.api.post(ta(),{phoneNumber:t});return Ze(o)}catch(o){throw Pe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Xi(),{address:t});return Ze(o)}catch(o){throw Pe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(oa(),{provider:t,subject:o});return Ze(r)}catch(r){throw Pe(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(ra(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=Xe.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&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,appleOAuth:t.apple_oauth,termsAndConditionsUrl:t.terms_and_conditions_url,privacyPolicyUrl:t.privacy_policy_url,customApiUrl:t.custom_api_url,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3)}}catch(t){throw Pe(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async forkSession(){return await this.session.forkSession()}};import"wicg-inert";import{disableBodyScroll as G1,clearAllBodyScrollLocks as H1}from"body-scroll-lock";import{useRef as V1,useCallback as z1}from"react";import{useEffect as Ac}from"react";import q1 from"react-dom";import Ni from"styled-components";import{createContext as md,useContext as hd}from"react";var On=md({isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:x,getAuthFlow:x,closePrivyModal:x,connectWallet:x,initLoginWithWallet:x,loginWithWallet:x,loginWithCode:x,initLoginWithEmail:x,initLoginWithSms:x,resendEmailCode:x,resendSmsCode:x,initLoginWithOAuth:x,loginWithOAuth:x,refreshUser:x,walletProxy:null,createAnalyticsEvent:x,getUsdTokenPrice:x,recoverEmbeddedWallet:x}),k=()=>hd(On);import{createContext as fd,useContext as yd}from"react";var Dn=fd({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:x,login:x,linkEmail:x,linkPhone:x,linkWallet:x,linkGoogle:x,linkTwitter:x,linkDiscord:x,linkGithub:x,linkApple:x,logout:x,getAccessToken:x,getEthereumProvider:x,getEthersProvider:x,getWeb3jsProvider:x,unlinkEmail:x,unlinkPhone:x,unlinkWallet:x,unlinkGoogle:x,unlinkTwitter:x,unlinkDiscord:x,unlinkGithub:x,unlinkApple:x,setActiveWallet:x,forkSession:x,createWallet:x,signMessage:x,sendTransaction:x,exportWallet:x}),D=()=>yd(Dn);import Hn from"styled-components";import Ro,{css as Ga}from"styled-components";import Bn from"styled-components";import{Fragment as bd,jsx as Un,jsxs as wd}from"react/jsx-runtime";var Qt=({success:e,fail:t})=>wd(bd,{children:[Un(ko,{className:e?"success":t?"fail":""}),Un(gd,{className:e?"success":t?"fail":""})]}),ko=Bn.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
- `,yd=Un(So)`
45
+ `,gd=Bn(ko)`
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
- `,Ne=e=>Dn(gd,{color:e.color||"var(--privy-color-background-2)"}),gd=Un(So)`
51
+ `,Ie=e=>Un(vd,{color:e.color||"var(--privy-color-background-2)"}),vd=Bn(ko)`
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 tt,jsxs as Bn}from"react/jsx-runtime";var Ga=ko.button`
60
+ `;import{jsx as et,jsxs as Fn}from"react/jsx-runtime";var Ha=Ro.button`
61
61
  display: flex;
62
62
  flex-direction: row;
63
63
  align-items: center;
@@ -79,7 +79,7 @@ Resources:
79
79
  color: var(--privy-color-foreground-3);
80
80
  cursor: not-allowed;
81
81
  }
82
- `,K=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>tt(Ha,{disabled:t||o,...n,children:t?Bn("span",{children:[tt(Ne,{}),r?tt("span",{children:r}):null]}):e}),Er=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>tt(Ha,{as:"a",disabled:t||o,...n,children:t?Bn("span",{children:[tt(Ne,{}),r?tt("span",{children:r}):null]}):e}),Ha=ko(Ga)`
82
+ `,K=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>et(Va,{disabled:t||o,...n,children:t?Fn("span",{children:[et(Ie,{}),r?et("span",{children:r}):null]}):e}),Tr=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>et(Va,{as:"a",disabled:t||o,...n,children:t?Fn("span",{children:[et(Ie,{}),r?et("span",{children:r}):null]}):e}),Va=Ro(Ha)`
83
83
  && {
84
84
  background-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-accent)"};
85
85
  color: var(--privy-color-foreground-accent);
@@ -103,7 +103,7 @@ Resources:
103
103
  }
104
104
 
105
105
  /* If an anchor tag, :disabled isn't a thing, so manually set state */
106
- ${e=>e.disabled?Fa`
106
+ ${e=>e.disabled?Ga`
107
107
  &&&,
108
108
  &&&:hover,
109
109
  &&&:active {
@@ -122,7 +122,7 @@ Resources:
122
122
  opacity: 1;
123
123
  animation: fadein 200ms ease;
124
124
  }
125
- `,Va=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>tt(wd,{disabled:t||o,...n,children:t?Bn("span",{children:[tt(Ne,{}),r?tt("span",{children:r}):null]}):e}),wd=ko(Ga)`
125
+ `,za=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>et(Cd,{disabled:t||o,...n,children:t?Fn("span",{children:[et(Ie,{}),r?et("span",{children:r}):null]}):e}),Cd=Ro(Ha)`
126
126
  && {
127
127
  border-width: 1px;
128
128
  border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
@@ -151,7 +151,7 @@ Resources:
151
151
  opacity: 1;
152
152
  animation: fadein 200ms ease;
153
153
  }
154
- `,ee=ko.button`
154
+ `,ee=Ro.button`
155
155
  && {
156
156
  padding: 12px 16px;
157
157
  font-weight: 500;
@@ -164,7 +164,7 @@ Resources:
164
164
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
165
165
  user-select: none;
166
166
 
167
- ${e=>e.invisible&&Fa`
167
+ ${e=>e.invisible&&Ga`
168
168
  pointer-events: none;
169
169
  `}
170
170
 
@@ -182,10 +182,10 @@ Resources:
182
182
  cursor: not-allowed;
183
183
  }
184
184
  }
185
- `,Tr=ko.div`
185
+ `,Pr=Ro.div`
186
186
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
187
187
  height: 44px;
188
- `;import Cd from"styled-components";var za=Cd.span`
188
+ `;import xd from"styled-components";var qa=xd.span`
189
189
  && {
190
190
  width: 82px;
191
191
  height: 82px;
@@ -201,7 +201,7 @@ Resources:
201
201
  border-color: var(--privy-color-accent);
202
202
  border-bottom-color: var(--privy-color-accent);
203
203
  }
204
- `;import{XMarkIcon as xd}from"@heroicons/react/24/outline";import ja from"styled-components";import{jsx as $a}from"react/jsx-runtime";var qa=({style:e,...t})=>$a("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:$a("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{jsx as Ge,jsxs as Sd}from"react/jsx-runtime";var Ed=()=>Ge("div",{}),Td=({backFn:e})=>Ge("div",{children:Ge(qa,{onClick:e})}),Pd=e=>Ge("div",{children:Ge("div",{children:Ge(xd,{height:"1.5rem",width:"1.5rem",onClick:e.onClose})})});var E=({backFn:e,onClose:t,title:o})=>{let{closePrivyModal:r}=k(),{app:n}=w();return Sd(_d,{children:[e?Ge(Td,{backFn:e}):Ge(Ed,{}),o&&Ge(Ad,{children:o}),n!=null&&n.render.inDialog?Ge(Pd,{onClose:t||(()=>r())}):null]})},_d=ja.div`
204
+ `;import{XMarkIcon as Ed}from"@heroicons/react/24/outline";import Ka from"styled-components";import{jsx as $a}from"react/jsx-runtime";var ja=({style:e,...t})=>$a("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:$a("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{jsx as Fe,jsxs as kd}from"react/jsx-runtime";var Td=()=>Fe("div",{}),Pd=({backFn:e})=>Fe("div",{children:Fe(ja,{onClick:e})}),_d=e=>Fe("div",{children:Fe("div",{children:Fe(Ed,{height:"1.5rem",width:"1.5rem",onClick:e.onClose})})});var E=({backFn:e,onClose:t,title:o})=>{let{closePrivyModal:r}=k(),{app:n}=w();return kd(Ad,{children:[e?Fe(Pd,{backFn:e}):Fe(Td,{}),o&&Fe(Sd,{children:o}),n!=null&&n.render.inDialog?Fe(_d,{onClose:t||(()=>r())}):null]})},Ad=Ka.div`
205
205
  height: 30px;
206
206
  display: flex;
207
207
  align-items: center;
@@ -259,12 +259,12 @@ Resources:
259
259
  height: 30px;
260
260
  margin-bottom: 10px;
261
261
  }
262
- `,Ad=ja.div`
262
+ `,Sd=Ka.div`
263
263
  overflow: hidden;
264
264
  white-space: nowrap;
265
265
  max-width: 100%;
266
266
  text-overflow: ellipsis;
267
- `;import{jsx as Ka}from"react/jsx-runtime";var Ya=({style:e,...t})=>Ka("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:Ka("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 Fn,jsx as He,jsxs as Pr}from"react/jsx-runtime";var Za=()=>{let{navigate:e,app:t}=w(),o=(t==null?void 0:t.allowlistConfig.errorTitle)||"You don't have access to this app",r=(t==null?void 0:t.allowlistConfig.errorDetail)||"Have you been invited?",n=(t==null?void 0:t.allowlistConfig.errorCtaText)||"Try another account";return Pr(Fn,{children:[He(E,{}),Pr(kd,{children:[He(Wd,{children:Pr("div",{children:[He(za,{}),He(Ya,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Pr(Rd,{children:[typeof o=="string"?He("h3",{children:o}):He(Fn,{children:o}),typeof r=="string"?He("p",{children:r}):He(Fn,{children:r})]}),t!=null&&t.allowlistConfig.errorCtaLink?He(ee,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):He(ee,{onClick:()=>{e("LANDING")},children:n})]})]})},kd=Gn.div`
267
+ `;import{jsx as Ya}from"react/jsx-runtime";var Za=({style:e,...t})=>Ya("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:Ya("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 Gn,jsx as Ge,jsxs as _r}from"react/jsx-runtime";var Qa=()=>{let{navigate:e,app:t}=w(),o=(t==null?void 0:t.allowlistConfig.errorTitle)||"You don't have access to this app",r=(t==null?void 0:t.allowlistConfig.errorDetail)||"Have you been invited?",n=(t==null?void 0:t.allowlistConfig.errorCtaText)||"Try another account";return _r(Gn,{children:[Ge(E,{}),_r(Rd,{children:[Ge(Id,{children:_r("div",{children:[Ge(qa,{}),Ge(Za,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),_r(Wd,{children:[typeof o=="string"?Ge("h3",{children:o}):Ge(Gn,{children:o}),typeof r=="string"?Ge("p",{children:r}):Ge(Gn,{children:r})]}),t!=null&&t.allowlistConfig.errorCtaLink?Ge(ee,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Ge(ee,{onClick:()=>{e("LANDING")},children:n})]})]})},Rd=Hn.div`
268
268
  display: flex;
269
269
  flex-direction: column;
270
270
  align-items: center;
@@ -272,11 +272,11 @@ Resources:
272
272
  margin-left: 27px;
273
273
  margin-right: 27px;
274
274
  gap: 24px;
275
- `,Rd=Gn.div`
275
+ `,Wd=Hn.div`
276
276
  display: flex;
277
277
  flex-direction: column;
278
278
  gap: 8px;
279
- `,Wd=Gn.div`
279
+ `,Id=Hn.div`
280
280
  display: flex;
281
281
  flex-direction: column;
282
282
  justify-content: center;
@@ -299,7 +299,7 @@ Resources:
299
299
  left: -19px;
300
300
  top: -19px;
301
301
  }
302
- `;import{useEffect as ts,useState as Sr}from"react";import{isMobile as Dd}from"react-device-detect";import Ro from"styled-components";import Hn from"styled-components";var ce=Hn.div`
302
+ `;import{useEffect as os,useState as kr}from"react";import{isMobile as Ud}from"react-device-detect";import Wo from"styled-components";import Vn from"styled-components";var ce=Vn.div`
303
303
  display: flex;
304
304
  flex-direction: column;
305
305
  align-items: flex-start;
@@ -307,18 +307,18 @@ Resources:
307
307
  margin-top: auto;
308
308
  gap: 16px;
309
309
  flex-grow: 100;
310
- `,ft=Hn.div`
310
+ `,mt=Vn.div`
311
311
  display: flex;
312
312
  flex-direction: column;
313
313
  align-items: center;
314
314
  justify-content: center;
315
315
  height: 100%;
316
316
  width: 100%;
317
- `,my=Hn.div`
317
+ `,fy=Vn.div`
318
318
  display: flex;
319
319
  flex-direction: column;
320
320
  width: 100%;
321
- `;import Qa from"styled-components";import{Fragment as Nd,jsx as Qt,jsxs as Ja}from"react/jsx-runtime";var Id=Qa.div`
321
+ `;import Ja from"styled-components";import{Fragment as Ld,jsx as Jt,jsxs as Xa}from"react/jsx-runtime";var Nd=Ja.div`
322
322
  margin-top: 16px;
323
323
  font-size: 12px;
324
324
  text-align: center;
@@ -327,7 +327,7 @@ Resources:
327
327
  && > a {
328
328
  color: var(--privy-color-accent);
329
329
  }
330
- `;function _r(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Ja(Id,{children:["By logging in I agree to the"," ",n&&Qt("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Qt("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var M=({protectedByPrivy:e})=>Qt(Le,{hideOnMobile:e,children:e?Ja(Nd,{children:[Qt(mt,{}),Qt("span",{children:Qt("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Le=Qa.div`
330
+ `;function Ar(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Xa(Nd,{children:["By logging in I agree to the"," ",n&&Jt("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Jt("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var M=({protectedByPrivy:e})=>Jt(Ne,{hideOnMobile:e,children:e?Xa(Ld,{children:[Jt(pt,{}),Jt("span",{children:Jt("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Ne=Ja.div`
331
331
  height: 20px;
332
332
  font-size: 12px;
333
333
  display: flex;
@@ -351,9 +351,9 @@ Resources:
351
351
  @media (max-width: 440px) {
352
352
  display: ${e=>e.hideOnMobile?"none":"inherit"};
353
353
  }
354
- `;import Ar from"styled-components";import{Fragment as Od,jsx as Jt,jsxs as es}from"react/jsx-runtime";var ie=({title:e,description:t,children:o,...r})=>Jt(Xa,{...r,children:es(Od,{children:[Jt("h3",{children:e}),typeof t=="string"?Jt("p",{children:t}):t,o]})}),Ve=Ar(ie)`
354
+ `;import Sr from"styled-components";import{Fragment as Dd,jsx as Xt,jsxs as ts}from"react/jsx-runtime";var ie=({title:e,description:t,children:o,...r})=>Xt(es,{...r,children:ts(Dd,{children:[Xt("h3",{children:e}),typeof t=="string"?Xt("p",{children:t}):t,o]})}),He=Sr(ie)`
355
355
  margin-bottom: 24px;
356
- `,ot=({title:e,description:t,icon:o,children:r,...n})=>es(Ld,{...n,children:[o?Jt(Md,{children:o}):null,Jt("h3",{children:e}),typeof t=="string"?Jt("p",{children:t}):null,r]}),Xa=Ar.div`
356
+ `,tt=({title:e,description:t,icon:o,children:r,...n})=>ts(Md,{...n,children:[o?Xt(Od,{children:o}):null,Xt("h3",{children:e}),typeof t=="string"?Xt("p",{children:t}):null,r]}),es=Sr.div`
357
357
  display: flex;
358
358
  flex-direction: column;
359
359
  justify-content: flex-start;
@@ -373,7 +373,7 @@ Resources:
373
373
  color: var(--privy-color-foreground-2);
374
374
  font-size: 14px;
375
375
  }
376
- `,Ld=Ar(Xa)`
376
+ `,Md=Sr(es)`
377
377
  align-items: center;
378
378
  text-align: center;
379
379
  gap: 16px;
@@ -381,21 +381,21 @@ Resources:
381
381
  h3 {
382
382
  margin-bottom: 24px;
383
383
  }
384
- `,Md=Ar.div`
384
+ `,Od=Sr.div`
385
385
  padding: 14px;
386
386
  border-radius: 50%;
387
387
  && {
388
388
  border-color: var(--privy-color-background-2);
389
389
  border-width: 1px;
390
390
  }
391
- `;import{Fragment as Vn,jsx as Ce,jsxs as kt}from"react/jsx-runtime";var zn=6,os=new Array(zn).fill(""),Ud=1400;var rs=()=>{var q,F,V;let{app:e,data:t,navigate:o,setModalData:r}=w(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s}=k(),{authenticated:u,user:f}=D(),[h,m]=Sr(os),[v,y]=Sr(!1),[p,b]=Sr(null),[W,T]=Sr(null),S=(q=l())!=null&&q.email?0:1,_=e!=null&&e.render.inDialog?Ue:0,I=e!=null&&e.render.inDialog?_-500:0;ts(()=>{var U;if(!(u&&v&&f))return;if(((U=t==null?void 0:t.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!f.wallet){let Y=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:Te=>console.error(Te),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},I);return()=>clearTimeout(Y)}else{let Y=setTimeout(n,_);return()=>clearTimeout(Y)}},[u,v,f]),ts(()=>{if(p&&W===0){let ae=setTimeout(()=>{m(os),b(null);let G=document.querySelector("input[name=code-0]");G==null||G.focus()},Ud);return()=>clearTimeout(ae)}},[p]);let O=ae=>{var Oe;let G=ae.currentTarget.value.replace(" ","");if(G==="")return;if(isNaN(Number(G))){b("Code should be numeric"),T(1);return}b(null),T(null);let U=Number((Oe=ae.currentTarget.name)==null?void 0:Oe.charAt(5)),Y=[...G||[""]].slice(0,zn-U),Te=[...h.slice(0,U),...Y,...h.slice(U+Y.length)];m(Te);let Ct=Y.length,re=Math.min(Math.max(U+Ct,0),zn-1);if(!isNaN(Number(ae.currentTarget.value))){let ue=document.querySelector(`input[name=code-${re}]`);ue==null||ue.focus()}if(Te.every(ue=>ue&&!isNaN(+ue))){let ue=document.querySelector(`input[name=code-${re}]`);ue==null||ue.blur(),s(Te.join("")).then(()=>y(!0)).catch(De=>{(De==null?void 0:De.status)===422?b("Invalid or expired verification code"):b("Issue verifying code"),T(0)})}ae.preventDefault()},N=ae=>{W===1&&(b(null),T(null));let G=[...h.slice(0,ae),"",...h.slice(ae+1)];if(m(G),ae>0){let U=document.querySelector(`input[name=code-${ae-1}]`);U==null||U.focus()}},z=`Verify your ${S==0?"email":"phone"}`,H=S==0?kt("p",{children:["Please check ",Ce(Vd,{children:(F=l())==null?void 0:F.email})," for an email from privy.io and enter your code below."]}):`Please check ${(V=l())==null?void 0:V.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return kt(Vn,{children:[Ce(E,{},"header"),kt(Bd,{children:[Ce(ie,{title:z,description:H}),kt(ft,{children:[kt(Fd,{children:[Ce(Gd,{fail:!!p,success:v,children:Ce("span",{children:p||(v?"Success!":"")})}),Ce("div",{children:h.map((ae,G)=>Ce("input",{name:`code-${G}`,type:"text",value:h[G],onChange:O,onKeyUp:U=>{U.key==="Backspace"&&N(G)},inputMode:"numeric",autoFocus:G===0,pattern:"[0-9]",className:`${v?"success":""} ${p?"fail":""}`,autoComplete:Dd?"one-time-code":"off"},G))})]}),Ce(Hd,{children:S==0?kt(Vn,{children:[Ce("span",{children:"Didn't get an email?"}),Ce("button",{onClick:i,children:"Resend Code"})]}):kt(Vn,{children:[Ce("span",{children:"Didn't get a message?"}),Ce("button",{onClick:a,children:"Resend Code"})]})})]})]}),Ce(M,{protectedByPrivy:!0})]})},Bd=Ro.div`
391
+ `;import{Fragment as zn,jsx as Ce,jsxs as Rt}from"react/jsx-runtime";var qn=6,rs=new Array(qn).fill(""),Bd=1400;var ns=()=>{var $,F,z;let{app:e,data:t,navigate:o,setModalData:r}=w(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s}=k(),{authenticated:u,user:f}=D(),[h,m]=kr(rs),[v,y]=kr(!1),[p,b]=kr(null),[W,T]=kr(null),S=($=l())!=null&&$.email?0:1,_=e!=null&&e.render.inDialog?De:0,I=e!=null&&e.render.inDialog?_-500:0;os(()=>{var U;if(!(u&&v&&f))return;if(((U=t==null?void 0:t.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!f.wallet){let Y=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:Te=>console.error(Te),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},I);return()=>clearTimeout(Y)}else{let Y=setTimeout(n,_);return()=>clearTimeout(Y)}},[u,v,f]),os(()=>{if(p&&W===0){let ae=setTimeout(()=>{m(rs),b(null);let G=document.querySelector("input[name=code-0]");G==null||G.focus()},Bd);return()=>clearTimeout(ae)}},[p]);let O=ae=>{var Me;let G=ae.currentTarget.value.replace(" ","");if(G==="")return;if(isNaN(Number(G))){b("Code should be numeric"),T(1);return}b(null),T(null);let U=Number((Me=ae.currentTarget.name)==null?void 0:Me.charAt(5)),Y=[...G||[""]].slice(0,qn-U),Te=[...h.slice(0,U),...Y,...h.slice(U+Y.length)];m(Te);let bt=Y.length,re=Math.min(Math.max(U+bt,0),qn-1);if(!isNaN(Number(ae.currentTarget.value))){let ue=document.querySelector(`input[name=code-${re}]`);ue==null||ue.focus()}if(Te.every(ue=>ue&&!isNaN(+ue))){let ue=document.querySelector(`input[name=code-${re}]`);ue==null||ue.blur(),s(Te.join("")).then(()=>y(!0)).catch(Oe=>{(Oe==null?void 0:Oe.status)===422?b("Invalid or expired verification code"):b("Issue verifying code"),T(0)})}ae.preventDefault()},N=ae=>{W===1&&(b(null),T(null));let G=[...h.slice(0,ae),"",...h.slice(ae+1)];if(m(G),ae>0){let U=document.querySelector(`input[name=code-${ae-1}]`);U==null||U.focus()}},q=`Verify your ${S==0?"email":"phone"}`,V=S==0?Rt("p",{children:["Please check ",Ce(zd,{children:(F=l())==null?void 0:F.email})," for an email from privy.io and enter your code below."]}):`Please check ${(z=l())==null?void 0:z.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return Rt(zn,{children:[Ce(E,{},"header"),Rt(Fd,{children:[Ce(ie,{title:q,description:V}),Rt(mt,{children:[Rt(Gd,{children:[Ce(Hd,{fail:!!p,success:v,children:Ce("span",{children:p||(v?"Success!":"")})}),Ce("div",{children:h.map((ae,G)=>Ce("input",{name:`code-${G}`,type:"text",value:h[G],onChange:O,onKeyUp:U=>{U.key==="Backspace"&&N(G)},inputMode:"numeric",autoFocus:G===0,pattern:"[0-9]",className:`${v?"success":""} ${p?"fail":""}`,autoComplete:Ud?"one-time-code":"off"},G))})]}),Ce(Vd,{children:S==0?Rt(zn,{children:[Ce("span",{children:"Didn't get an email?"}),Ce("button",{onClick:i,children:"Resend Code"})]}):Rt(zn,{children:[Ce("span",{children:"Didn't get a message?"}),Ce("button",{onClick:a,children:"Resend Code"})]})})]})]}),Ce(M,{protectedByPrivy:!0})]})},Fd=Wo.div`
392
392
  display: flex;
393
393
  flex-direction: column;
394
394
  align-items: flex-start;
395
395
  justify-content: flex-end;
396
396
  margin: auto;
397
397
  gap: 16px;
398
- `,Fd=Ro.div`
398
+ `,Gd=Wo.div`
399
399
  display: flex;
400
400
  flex-direction: column;
401
401
  width: 100%;
@@ -404,7 +404,7 @@ Resources:
404
404
  // center just this element.
405
405
  margin-top: 70px;
406
406
 
407
- ${Xt}[data-height='medium'] & {
407
+ ${eo}[data-height='medium'] & {
408
408
  /* Aligns this with the input field on the page before on shorter modals */
409
409
  margin-top: 22px;
410
410
  }
@@ -463,7 +463,7 @@ Resources:
463
463
  transform: translate(1px, 0px);
464
464
  }
465
465
  }
466
- `,Gd=Ro.div`
466
+ `,Hd=Wo.div`
467
467
  line-height: 20px;
468
468
  height: 20px;
469
469
  font-size: 13px;
@@ -471,7 +471,7 @@ Resources:
471
471
  display: flex;
472
472
  justify-content: flex-end;
473
473
  width: 100%;
474
- `,Hd=Ro.div`
474
+ `,Vd=Wo.div`
475
475
  font-size: 13px;
476
476
  color: var(--privy-color-foreground-3);
477
477
  display: flex;
@@ -485,21 +485,21 @@ Resources:
485
485
  > button {
486
486
  text-decoration: underline;
487
487
  }
488
- `,Vd=Ro.span`
488
+ `,zd=Wo.span`
489
489
  word-break: break-all;
490
- `;import{useEffect as $d,useState as qd}from"react";import jd from"styled-components";import{isMobile as zd}from"react-device-detect";var ns=e=>{let t=new URL(window.location.href);if(!St()&&zd)return`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(`${t.href.replace(/\/$/g,"")}?privy_connector=coinbase_wallet&privy_wallet_client=coinbase_wallet${e?`&privy_token=${e}`:""}`)}`};import{Fragment as Yd,jsx as Rt,jsxs as is}from"react/jsx-runtime";var as=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),{closePrivyModal:r}=k(),[n,i]=qd("");$d(()=>{t&&o&&e().then(s=>i(s))},[o,t]);let a=ns(n),l={title:"Redirecting to Coinbase Wallet",description:"We'll take you to the Coinbase Wallet app to continue your login experience.",footnote:""};return t&&o&&(l.description="For the best experience, we'll automatically log you into the Coinbase Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),is(Yd,{children:[Rt(E,{},"header"),Rt(Ve,{title:l.title,description:l.description}),is(ce,{children:[Rt(Kd,{children:Rt(Ae,{style:{width:"72px",height:"72px"}})}),Rt(Er,{href:a,onClick:()=>{r()},loading:t&&o&&!n,children:"Continue"}),l.footnote?Rt("p",{children:l.footnote}):null]}),Rt(M,{protectedByPrivy:!0})]})},Kd=jd(ft)`
490
+ `;import{useEffect as $d,useState as jd}from"react";import Kd from"styled-components";import{isMobile as qd}from"react-device-detect";var is=e=>{let t=new URL(window.location.href);if(!kt()&&qd)return`https://go.cb-w.com/dapp?cb_url=${encodeURIComponent(`${t.href.replace(/\/$/g,"")}?privy_connector=coinbase_wallet&privy_wallet_client=coinbase_wallet${e?`&privy_token=${e}`:""}`)}`};import{Fragment as Zd,jsx as Wt,jsxs as as}from"react/jsx-runtime";var ss=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),{closePrivyModal:r}=k(),[n,i]=jd("");$d(()=>{t&&o&&e().then(s=>i(s))},[o,t]);let a=is(n),l={title:"Redirecting to Coinbase Wallet",description:"We'll take you to the Coinbase Wallet app to continue your login experience.",footnote:""};return t&&o&&(l.description="For the best experience, we'll automatically log you into the Coinbase Wallet in-app browser.",l.footnote="Once you're done, you can always return here and refresh to view your updated account."),as(Zd,{children:[Wt(E,{},"header"),Wt(He,{title:l.title,description:l.description}),as(ce,{children:[Wt(Yd,{children:Wt(Ae,{style:{width:"72px",height:"72px"}})}),Wt(Tr,{href:a,onClick:()=>{r()},loading:t&&o&&!n,children:"Continue"}),l.footnote?Wt("p",{children:l.footnote}):null]}),Wt(M,{protectedByPrivy:!0})]})},Yd=Kd(mt)`
491
491
  margin: 16px auto;
492
- `;import{isMobile as kr}from"react-device-detect";import ls from"styled-components";import Zd from"styled-components";var ss=Zd.span`
492
+ `;import{isMobile as Rr}from"react-device-detect";import cs from"styled-components";import Qd from"styled-components";var ls=Qd.span`
493
493
  @media (max-width: 440px) {
494
494
  display: none;
495
495
  }
496
- `;import{jsx as ke,jsxs as eo}from"react/jsx-runtime";var yt=({connectOnly:e})=>{let{navigate:t}=w(),{initLoginWithWallet:o,connectWallet:r}=k();return eo(Qd,{children:[eo(Rr,{onClick:()=>{wr()?e?(r("injected","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","metamask"),t("AWAITING_CONNECTION")):kr?e?(r("wallet_connect","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","metamask"),t("AWAITING_CONNECTION")):t("INSTALL_METAMASK_SCREEN")},children:[ke(se,{}),ke("span",{children:"Metamask"}),ke("span",{children:wr()?"Connect":"Install"})]}),eo(Rr,{onClick:()=>{St()?e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION")):kr?t("COINBASE_INTERSTITIAL_SCREEN"):e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[ke(Ae,{}),eo("span",{children:["Coinbase",ke(ss,{children:" Wallet"})]}),ke("span",{children:"Connect"})]}),(kr||Ie())&&eo(Rr,{id:"privy-phantom-button",onClick:()=>{Ie()?e?(r("injected","phantom"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","phantom"),t("AWAITING_CONNECTION")):t(kr?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[ke(Fe,{}),ke("span",{children:"Phantom"}),ke("span",{children:Ie()?"Connect":"Install"})]}),eo(Rr,{onClick:()=>{e?(r("wallet_connect","unknown"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","unknown"),t("AWAITING_CONNECTION"))},children:[ke(Yt,{}),ke("span",{children:"WalletConnect"}),ke("span",{children:"Connect"})]})]})},Qd=ls.div`
496
+ `;import{jsx as ke,jsxs as to}from"react/jsx-runtime";var ht=({connectOnly:e})=>{let{navigate:t}=w(),{initLoginWithWallet:o,connectWallet:r}=k();return to(Jd,{children:[to(Wr,{onClick:()=>{Cr()?e?(r("injected","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","metamask"),t("AWAITING_CONNECTION")):Rr?e?(r("wallet_connect","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","metamask"),t("AWAITING_CONNECTION")):t("INSTALL_METAMASK_SCREEN")},children:[ke(se,{}),ke("span",{children:"Metamask"}),ke("span",{children:Cr()?"Connect":"Install"})]}),to(Wr,{onClick:()=>{kt()?e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION")):Rr?t("COINBASE_INTERSTITIAL_SCREEN"):e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[ke(Ae,{}),to("span",{children:["Coinbase",ke(ls,{children:" Wallet"})]}),ke("span",{children:"Connect"})]}),(Rr||We())&&to(Wr,{id:"privy-phantom-button",onClick:()=>{We()?e?(r("injected","phantom"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","phantom"),t("AWAITING_CONNECTION")):t(Rr?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[ke(Be,{}),ke("span",{children:"Phantom"}),ke("span",{children:We()?"Connect":"Install"})]}),to(Wr,{onClick:()=>{e?(r("wallet_connect","unknown"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","unknown"),t("AWAITING_CONNECTION"))},children:[ke(Zt,{}),ke("span",{children:"WalletConnect"}),ke("span",{children:"Connect"})]})]})},Jd=cs.div`
497
497
  display: flex;
498
498
  flex-direction: column;
499
499
  align-items: flex-start;
500
500
  gap: 8px;
501
501
  width: 100%;
502
- `,Rr=ls.button`
502
+ `,Wr=cs.button`
503
503
  display: flex;
504
504
  flex-direction: row;
505
505
  align-items: center;
@@ -552,7 +552,7 @@ Resources:
552
552
  display: none;
553
553
  }
554
554
  }
555
- `;import Jd from"styled-components";import{jsx as cs,jsxs as ep}from"react/jsx-runtime";var gt=()=>{let{navigate:e}=w();return ep(Xd,{children:[cs("span",{children:"Don\u2019t have a wallet? "}),cs("button",{onClick:()=>{e("WALLET_EDUCATION")},children:"Create one now."})]})},Xd=Jd.div`
555
+ `;import Xd from"styled-components";import{jsx as ds,jsxs as tp}from"react/jsx-runtime";var ft=()=>{let{navigate:e}=w();return tp(ep,{children:[ds("span",{children:"Don\u2019t have a wallet? "}),ds("button",{onClick:()=>{e("WALLET_EDUCATION")},children:"Create one now."})]})},ep=Xd.div`
556
556
  font-size: 13px;
557
557
  color: var(--privy-color-foreground-3);
558
558
 
@@ -563,13 +563,13 @@ Resources:
563
563
  @media (max-width: 440px) {
564
564
  margin-top: 4px;
565
565
  }
566
- `;import{Fragment as tp,jsx as Wo,jsxs as ds}from"react/jsx-runtime";var ps=()=>{let{app:e}=w(),t=`Connect a wallet to ${e==null?void 0:e.name}`;return ds(tp,{children:[Wo(E,{},"header"),Wo(Ve,{title:"Connect your wallet",description:t}),ds(ce,{children:[Wo(yt,{connectOnly:!0}),Wo(gt,{})]}),Wo(M,{protectedByPrivy:!0})]})};import $n from"styled-components";import op from"react";import{jsx as us}from"react/jsx-runtime";var Wr=()=>{var a;let{app:e}=w(),t=(a=e==null?void 0:e.appearance)==null?void 0:a.logo,o=`${e==null?void 0:e.name} logo`,r={maxHeight:"50px"},n="100%",i="auto";return t?typeof t=="string"?us("div",{children:us("img",{height:n,width:i,src:t,alt:o,style:r})}):t.type==="svg"||t.type==="img"?op.cloneElement(t,{height:n,width:i,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{Fragment as ap,jsx as rt,jsxs as ms}from"react/jsx-runtime";var hs=()=>{let{app:e}=w();return ms(ap,{children:[rt(E,{},"header"),rt(ip,{hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:rt(Wr,{})}),ms(np,{children:[rt(rp,{children:rt("h4",{children:"Connect Wallet"})}),rt(yt,{connectOnly:!0}),rt(gt,{})]}),e&&rt(_r,{app:e}),rt(M,{protectedByPrivy:!0})]})},rp=$n.div`
566
+ `;import{Fragment as op,jsx as Io,jsxs as ps}from"react/jsx-runtime";var us=()=>{let{app:e}=w(),t=`Connect a wallet to ${e==null?void 0:e.name}`;return ps(op,{children:[Io(E,{},"header"),Io(He,{title:"Connect your wallet",description:t}),ps(ce,{children:[Io(ht,{connectOnly:!0}),Io(ft,{})]}),Io(M,{protectedByPrivy:!0})]})};import $n from"styled-components";import rp from"react";import{jsx as ms}from"react/jsx-runtime";var Ir=()=>{var a;let{app:e}=w(),t=(a=e==null?void 0:e.appearance)==null?void 0:a.logo,o=`${e==null?void 0:e.name} logo`,r={maxHeight:"50px"},n="100%",i="auto";return t?typeof t=="string"?ms("div",{children:ms("img",{height:n,width:i,src:t,alt:o,style:r})}):t.type==="svg"||t.type==="img"?rp.cloneElement(t,{height:n,width:i,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{Fragment as sp,jsx as ot,jsxs as hs}from"react/jsx-runtime";var fs=()=>{let{app:e}=w();return hs(sp,{children:[ot(E,{},"header"),ot(ap,{hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:ot(Ir,{})}),hs(ip,{children:[ot(np,{children:ot("h4",{children:"Connect Wallet"})}),ot(ht,{connectOnly:!0}),ot(ft,{})]}),e&&ot(Ar,{app:e}),ot(M,{protectedByPrivy:!0})]})},np=$n.div`
567
567
  font-weight: 600;
568
568
  color: 'var(--privy-color-foreground)';
569
569
  display: flex;
570
570
  justify-content: center;
571
571
  align-items: center;
572
- `,np=$n.div`
572
+ `,ip=$n.div`
573
573
  display: flex;
574
574
  flex-direction: column;
575
575
  align-items: flex-start;
@@ -590,7 +590,7 @@ Resources:
590
590
  border-radius: '0';
591
591
  }
592
592
  cursor: 'inherit';
593
- `,ip=$n.div`
593
+ `,ap=$n.div`
594
594
  display: flex;
595
595
  flex-direction: column;
596
596
  align-items: center;
@@ -599,7 +599,7 @@ Resources:
599
599
  @media (max-width: 440px) {
600
600
  padding: 10px 10px 20px;
601
601
  }
602
- `;import{useEffect as vs,useState as bs}from"react";import ws from"styled-components";import{useEffect as qn,useState as Io}from"react";import{isMobile as jn}from"react-device-detect";import Kn from"styled-components";import{Fragment as gs,jsx as me,jsxs as Nr}from"react/jsx-runtime";var Ir=2,No={metamask:{name:"MetaMask",component:se},phantom:{name:"Phantom",component:Fe},coinbase_wallet:{name:"Coinbase Wallet",component:Ae},wallet_connect:{name:"WalletConnect",component:Yt},embedded:{name:"Privy Wallet",component:mt}},Yn=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Je.ERROR_USER_EXISTS:e instanceof qt&&!e.details.default?e.details:e instanceof $t?Je.ERROR_TIMED_OUT:e instanceof _t?Je.ERROR_USER_REJECTED_CONNECTION:Je.ERROR_WALLET_CONNECTION,ys=()=>{var Ct,re,Oe,ue,De,wo,Gt,tr,Co,or,rr;let[e,t]=Io(!1),[o,r]=Io(!1),[n,i]=Io(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:u,currentScreen:f}=w(),{getAuthFlow:h,walletConnectionStatus:m,closePrivyModal:v,loginWithWallet:y}=k(),{walletConnectors:p}=D(),[b,W]=Io(0),{user:T}=D(),[S]=Io((T==null?void 0:T.linkedAccounts.length)||0),_=h(),I=jn&&((Ct=m==null?void 0:m.connector)==null?void 0:Ct.connectorType)==="wallet_connect"||jn&&((re=m==null?void 0:m.connector)==null?void 0:re.connectorType)==="coinbase_wallet"||jn&&((Oe=m==null?void 0:m.connector)==null?void 0:Oe.connectorType)==="injected"&&((ue=m==null?void 0:m.connector)==null?void 0:ue.walletClientType)==="phantom",O=(m==null?void 0:m.status)==="connected",N=a!=null&&a.render.inDialog?Ue:0;qn(()=>{if(_&&I&&O&&!_.preparedMessage){_.buildSiweMessage();return}!_||I||!O||(r(!0),i(void 0),H().catch(ne=>console.warn("Auto-prompted signature failed",ne)).finally(()=>r(!1)))},[b,O]),qn(()=>{if(T&&e){let ne=setTimeout(v,N);return()=>clearTimeout(ne)}},[T,e]);let z=ne=>{if((ne==null?void 0:ne.privyErrorCode)==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(Yn(ne))};async function H(){try{await y(),t(!0)}catch(ne){z(ne)}finally{r(!1)}}qn(()=>{m!=null&&m.connectError&&z(m==null?void 0:m.connectError)},[m]);let q=((De=m==null?void 0:m.connector)==null?void 0:De.connectorType)||"metamask",F=((wo=m==null?void 0:m.connector)==null?void 0:wo.walletClientType)||"metamask",V=((Gt=m==null?void 0:m.connector)==null?void 0:Gt.walletBranding.name)||((tr=No[F])==null?void 0:tr.name)||"Metamask",ae=((Co=m==null?void 0:m.connector)==null?void 0:Co.walletBranding.icon)||((or=No[F])==null?void 0:or.component)||(ne=>me(se,{...ne})),G=e?`Successfully connected with ${V}`:n?n.message:O?o&&I?"Signing":"Sign to verify":`Waiting for ${V}`,U="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let ne=(T==null?void 0:T.linkedAccounts.length)||0;S===ne?U="Wallet was already linked.":U="You\u2019re good to go!"}else b>=Ir&&n?U="Unable to connect wallet":n?U=n.detail:O&&I?U="Sign the message in your wallet to verify it belongs to you.":F==="metamask"?U="For the best experience, connect only one wallet at a time.":q==="wallet_connect"?U="Open your mobile wallet app to continue":q==="coinbase_wallet"&&(St()||(In(T)?U="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":U="Open the Coinbase app on your phone to continue."));let Y=(rr=p==null?void 0:p.walletConnectors)==null?void 0:rr.find(ne=>ne.walletClientType==="coinbase_wallet"),Te=F==="coinbase_wallet"&&(In(T)||n===Je.ERROR_USER_EXISTS);return Nr(gs,{children:[me(E,{backFn:f===u?void 0:s}),Nr(sp,{children:[me(Zn,{walletLogo:ae,success:e,fail:!!n}),Nr(lp,{children:[me("h3",{children:G}),me("p",{children:U})]}),me(Tr,{children:Te?me(ee,{onClick:()=>Y&&(Y==null?void 0:Y.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):n==Je.ERROR_USER_EXISTS&&f!==u?me(ee,{onClick:s,children:"Use a different wallet"}):O&&!e&&I?me(ee,{onClick:()=>{r(!0),H()},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&(n==null?void 0:n.retryable)&&b<Ir?me(ee,{onClick:()=>{W(b+1),i(void 0),O?(r(!0),H()):m==null||m.connectRetry()},invisible:e||!(n!=null&&n.retryable)||b>=Ir,disabled:!e&&(!(n!=null&&n.retryable)||b>=Ir),children:"Retry"}):null})]})]})},sp=Kn.div`
602
+ `;import{useEffect as bs,useState as ws}from"react";import Cs from"styled-components";import{useEffect as jn,useState as No}from"react";import{isMobile as Kn}from"react-device-detect";import Yn from"styled-components";import{Fragment as vs,jsx as me,jsxs as Lr}from"react/jsx-runtime";var Nr=2,Lo={metamask:{name:"MetaMask",component:se},phantom:{name:"Phantom",component:Be},coinbase_wallet:{name:"Coinbase Wallet",component:Ae},wallet_connect:{name:"WalletConnect",component:Zt},embedded:{name:"Privy Wallet",component:pt}},Zn=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Qe.ERROR_USER_EXISTS:e instanceof jt&&!e.details.default?e.details:e instanceof $t?Qe.ERROR_TIMED_OUT:e instanceof _t?Qe.ERROR_USER_REJECTED_CONNECTION:Qe.ERROR_WALLET_CONNECTION,gs=()=>{var bt,re,Me,ue,Oe,Co,Ht,or,xo,rr,nr;let[e,t]=No(!1),[o,r]=No(!1),[n,i]=No(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:u,currentScreen:f}=w(),{getAuthFlow:h,walletConnectionStatus:m,closePrivyModal:v,loginWithWallet:y}=k(),{walletConnectors:p}=D(),[b,W]=No(0),{user:T}=D(),[S]=No((T==null?void 0:T.linkedAccounts.length)||0),_=h(),I=Kn&&((bt=m==null?void 0:m.connector)==null?void 0:bt.connectorType)==="wallet_connect"||Kn&&((re=m==null?void 0:m.connector)==null?void 0:re.connectorType)==="coinbase_wallet"||Kn&&((Me=m==null?void 0:m.connector)==null?void 0:Me.connectorType)==="injected"&&((ue=m==null?void 0:m.connector)==null?void 0:ue.walletClientType)==="phantom",O=(m==null?void 0:m.status)==="connected",N=a!=null&&a.render.inDialog?De:0;jn(()=>{if(_&&I&&O&&!_.preparedMessage){_.buildSiweMessage();return}!_||I||!O||(r(!0),i(void 0),V().catch(ne=>console.warn("Auto-prompted signature failed",ne)).finally(()=>r(!1)))},[b,O]),jn(()=>{if(T&&e){let ne=setTimeout(v,N);return()=>clearTimeout(ne)}},[T,e]);let q=ne=>{if((ne==null?void 0:ne.privyErrorCode)==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(Zn(ne))};async function V(){try{await y(),t(!0)}catch(ne){q(ne)}finally{r(!1)}}jn(()=>{m!=null&&m.connectError&&q(m==null?void 0:m.connectError)},[m]);let $=((Oe=m==null?void 0:m.connector)==null?void 0:Oe.connectorType)||"metamask",F=((Co=m==null?void 0:m.connector)==null?void 0:Co.walletClientType)||"metamask",z=((Ht=m==null?void 0:m.connector)==null?void 0:Ht.walletBranding.name)||((or=Lo[F])==null?void 0:or.name)||"Metamask",ae=((xo=m==null?void 0:m.connector)==null?void 0:xo.walletBranding.icon)||((rr=Lo[F])==null?void 0:rr.component)||(ne=>me(se,{...ne})),G=e?`Successfully connected with ${z}`:n?n.message:O?o&&I?"Signing":"Sign to verify":`Waiting for ${z}`,U="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let ne=(T==null?void 0:T.linkedAccounts.length)||0;S===ne?U="Wallet was already linked.":U="You\u2019re good to go!"}else b>=Nr&&n?U="Unable to connect wallet":n?U=n.detail:O&&I?U="Sign the message in your wallet to verify it belongs to you.":F==="metamask"?U="For the best experience, connect only one wallet at a time.":$==="wallet_connect"?U="Open your mobile wallet app to continue":$==="coinbase_wallet"&&(kt()||(Nn(T)?U="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":U="Open the Coinbase app on your phone to continue."));let Y=(nr=p==null?void 0:p.walletConnectors)==null?void 0:nr.find(ne=>ne.walletClientType==="coinbase_wallet"),Te=F==="coinbase_wallet"&&(Nn(T)||n===Qe.ERROR_USER_EXISTS);return Lr(vs,{children:[me(E,{backFn:f===u?void 0:s}),Lr(lp,{children:[me(Qn,{walletLogo:ae,success:e,fail:!!n}),Lr(cp,{children:[me("h3",{children:G}),me("p",{children:U})]}),me(Pr,{children:Te?me(ee,{onClick:()=>Y&&(Y==null?void 0:Y.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):n==Qe.ERROR_USER_EXISTS&&f!==u?me(ee,{onClick:s,children:"Use a different wallet"}):O&&!e&&I?me(ee,{onClick:()=>{r(!0),V()},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&(n==null?void 0:n.retryable)&&b<Nr?me(ee,{onClick:()=>{W(b+1),i(void 0),O?(r(!0),V()):m==null||m.connectRetry()},invisible:e||!(n!=null&&n.retryable)||b>=Nr,disabled:!e&&(!(n!=null&&n.retryable)||b>=Nr),children:"Retry"}):null})]})]})},lp=Yn.div`
603
603
  display: flex;
604
604
  flex-direction: column;
605
605
  align-items: center;
@@ -607,14 +607,14 @@ Resources:
607
607
  margin-left: 27px;
608
608
  margin-right: 27px;
609
609
  gap: 24px;
610
- `,lp=Kn.div`
610
+ `,cp=Yn.div`
611
611
  display: flex;
612
612
  flex-direction: column;
613
613
  gap: 8px;
614
614
  /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
615
615
  If we then switch to 1 line h3 and 2 lines p, we don't resize. */
616
616
  min-height: 76px;
617
- `,cp=Kn.div`
617
+ `,dp=Yn.div`
618
618
  display: flex;
619
619
  flex-direction: column;
620
620
  justify-content: center;
@@ -637,7 +637,7 @@ Resources:
637
637
  left: -19px;
638
638
  top: -19px;
639
639
  }
640
- `,Zn=e=>{let t=e.walletLogo;return me(gs,{children:me(cp,{children:Nr("div",{children:[me(Zt,{success:e.success,fail:e.fail}),typeof t=="string"?me("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):me(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as up,jsx as vt,jsxs as Qn}from"react/jsx-runtime";var Lr=2,Cs=()=>{var W,T,S,_,I,O;let{navigateBack:e,lastScreen:t,currentScreen:o}=w(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=bs(void 0),[l,s]=bs(0),u=(r==null?void 0:r.status)==="connected";vs(()=>{if(u){let N=setTimeout(n,Ue);return()=>clearTimeout(N)}},[u]);let f=N=>{a(Yn(N))};vs(()=>{r!=null&&r.connectError&&f(r==null?void 0:r.connectError)},[r]);let h=((W=r==null?void 0:r.connector)==null?void 0:W.connectorType)||"metamask",m=((T=r==null?void 0:r.connector)==null?void 0:T.walletClientType)||"metamask",v=((S=r==null?void 0:r.connector)==null?void 0:S.walletBranding.name)||((_=No[m])==null?void 0:_.name)||"Metamask",y=((I=r==null?void 0:r.connector)==null?void 0:I.walletBranding.icon)||((O=No[m])==null?void 0:O.component)||(N=>vt(se,{...N})),p=u?`Successfully connected with ${v}`:i?i.message:`Waiting for ${v}`,b="Don\u2019t see your wallet modal? Check your other browser windows.";return u?b="You\u2019re good to go!":l>=Lr&&i?b="Unable to connect wallet":i?b=i.detail:m==="metamask"?b="For the best experience, connect only one wallet at a time.":h==="wallet_connect"?b="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(b="Open the Coinbase app on your phone to continue."),Qn(up,{children:[vt(E,{backFn:o===t?void 0:e}),Qn(dp,{children:[vt(Zn,{walletLogo:y,success:u,fail:!!i}),Qn(pp,{children:[vt("h3",{children:p}),vt("p",{children:b})]}),vt(Tr,{children:i==Je.ERROR_USER_EXISTS?vt(ee,{onClick:e,children:"Use a different wallet"}):!u&&(i==null?void 0:i.retryable)&&l<Lr?vt(ee,{onClick:()=>{s(l+1),a(void 0),r==null||r.connectRetry()},invisible:u||!(i!=null&&i.retryable)||l>=Lr,disabled:!u&&(!(i!=null&&i.retryable)||l>=Lr),children:"Retry"}):null})]})]})},dp=ws.div`
640
+ `,Qn=e=>{let t=e.walletLogo;return me(vs,{children:me(dp,{children:Lr("div",{children:[me(Qt,{success:e.success,fail:e.fail}),typeof t=="string"?me("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):me(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as mp,jsx as yt,jsxs as Jn}from"react/jsx-runtime";var Mr=2,xs=()=>{var W,T,S,_,I,O;let{navigateBack:e,lastScreen:t,currentScreen:o}=w(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=ws(void 0),[l,s]=ws(0),u=(r==null?void 0:r.status)==="connected";bs(()=>{if(u){let N=setTimeout(n,De);return()=>clearTimeout(N)}},[u]);let f=N=>{a(Zn(N))};bs(()=>{r!=null&&r.connectError&&f(r==null?void 0:r.connectError)},[r]);let h=((W=r==null?void 0:r.connector)==null?void 0:W.connectorType)||"metamask",m=((T=r==null?void 0:r.connector)==null?void 0:T.walletClientType)||"metamask",v=((S=r==null?void 0:r.connector)==null?void 0:S.walletBranding.name)||((_=Lo[m])==null?void 0:_.name)||"Metamask",y=((I=r==null?void 0:r.connector)==null?void 0:I.walletBranding.icon)||((O=Lo[m])==null?void 0:O.component)||(N=>yt(se,{...N})),p=u?`Successfully connected with ${v}`:i?i.message:`Waiting for ${v}`,b="Don\u2019t see your wallet modal? Check your other browser windows.";return u?b="You\u2019re good to go!":l>=Mr&&i?b="Unable to connect wallet":i?b=i.detail:m==="metamask"?b="For the best experience, connect only one wallet at a time.":h==="wallet_connect"?b="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(b="Open the Coinbase app on your phone to continue."),Jn(mp,{children:[yt(E,{backFn:o===t?void 0:e}),Jn(pp,{children:[yt(Qn,{walletLogo:y,success:u,fail:!!i}),Jn(up,{children:[yt("h3",{children:p}),yt("p",{children:b})]}),yt(Pr,{children:i==Qe.ERROR_USER_EXISTS?yt(ee,{onClick:e,children:"Use a different wallet"}):!u&&(i==null?void 0:i.retryable)&&l<Mr?yt(ee,{onClick:()=>{s(l+1),a(void 0),r==null||r.connectRetry()},invisible:u||!(i!=null&&i.retryable)||l>=Mr,disabled:!u&&(!(i!=null&&i.retryable)||l>=Mr),children:"Retry"}):null})]})]})},pp=Cs.div`
641
641
  display: flex;
642
642
  flex-direction: column;
643
643
  align-items: center;
@@ -645,24 +645,24 @@ Resources:
645
645
  margin-left: 27px;
646
646
  margin-right: 27px;
647
647
  gap: 24px;
648
- `,pp=ws.div`
648
+ `,up=Cs.div`
649
649
  display: flex;
650
650
  flex-direction: column;
651
651
  gap: 8px;
652
652
  /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
653
653
  If we then switch to 1 line h3 and 2 lines p, we don't resize. */
654
654
  min-height: 76px;
655
- `;import{XCircleIcon as vp}from"@heroicons/react/24/solid";import{useEffect as bp,useMemo as wp,useState as Cp}from"react";import As from"styled-components";import Mr from"styled-components";import{jsx as Jn,jsxs as gp}from"react/jsx-runtime";var Or=({children:e})=>Jn(mp,{children:gp(hp,{children:[e,Jn(fp,{}),Jn(yp,{})]})}),mp=Mr.div`
655
+ `;import{XCircleIcon as bp}from"@heroicons/react/24/solid";import{useEffect as wp,useMemo as Cp,useState as xp}from"react";import Ss from"styled-components";import Or from"styled-components";import{jsx as Xn,jsxs as vp}from"react/jsx-runtime";var Dr=({children:e})=>Xn(hp,{children:vp(fp,{children:[e,Xn(yp,{}),Xn(gp,{})]})}),hp=Or.div`
656
656
  height: 100%;
657
657
  display: flex;
658
658
  justify-content: center;
659
659
  align-items: center;
660
660
  flex-grow: 1;
661
- `,hp=Mr.div`
661
+ `,fp=Or.div`
662
662
  position: relative;
663
663
  height: 160px;
664
664
  width: 160px;
665
- `,fp=Mr.div`
665
+ `,yp=Or.div`
666
666
  position: absolute;
667
667
  top: 0;
668
668
  right: 0;
@@ -675,7 +675,7 @@ Resources:
675
675
  border: 4px solid var(--privy-color-accent-light);
676
676
  border-radius: 50%;
677
677
  }
678
- `,yp=Mr.div`
678
+ `,gp=Or.div`
679
679
  position: absolute;
680
680
  top: 0;
681
681
  right: 0;
@@ -699,14 +699,14 @@ Resources:
699
699
  transform: rotate(360deg);
700
700
  }
701
701
  }
702
- `;var xs=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds"];var bt=class extends Error{constructor(o,r){super(r);this.type=o}};function Xn(e){let t=e.type;return typeof t=="string"&&xs.includes(t)}function ei(e){return Xn(e)&&e.type==="wallet_not_on_device"}function Es(e){return Xn(e)&&e.type==="invalid_recovery_pin"}function Ts(e){return Xn(e)&&e.type==="insufficient_funds"}import{jsx as Ps}from"react/jsx-runtime";var Dr=e=>Ps("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Ps("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.853 62.127c-5.174.517-8.978 4.95-8.978 10.149v15.336c0 5.248 3.873 9.7 9.098 10.196 3.623.344 7.71.64 11.027.64 5.445 0 12.964-.799 17.098-1.294a3.445 3.445 0 0 0 3.027-3.436v-19.05c0-1.75-1.29-3.228-3.027-3.436-3.657-.438-9.961-1.113-15.136-1.264a66.647 66.647 0 0 0-1.965-.03c-.72 0-1.478.013-2.262.04-3.046.1-6.453.373-9.467.669a1.677 1.677 0 0 1-.174-3.347c3.804-.373 8.282-.717 11.903-.717 4.034 0 9.137.427 13.193.847 1.322.137 2.54.274 3.58.397v-1.582c0-1.734-1.264-3.203-2.983-3.426-3.83-.497-10.563-1.267-15.464-1.267-2.848 0-6.314.26-9.47.575Zm25.399 24.581a2.516 2.516 0 1 0 0-5.031 2.516 2.516 0 0 0 0 5.031Z",fill:"var(--privy-color-accent)"})});import{Fragment as ti,jsx as nt,jsxs as Ur}from"react/jsx-runtime";var _s=1,Ss=()=>{let{authenticated:e,user:t,getAccessToken:o}=D(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s}=w(),u=wp(()=>Date.now(),[]),[f,h]=Cp(!1),{onCompleteNavigateTo:m,onFailure:v}=l==null?void 0:l.connectWallet,y=p=>{f||(h(!0),v(typeof p=="string"?new Error(p):p))};return bp(()=>{let p=X(t),b;return!e||!p?y("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let T=await o();if(!T)return y("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:T,address:p.address});let S=(Date.now()-u)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&S<_s?b=setTimeout(()=>{a(m)},(_s-S)*1e3):a(m)}catch(S){if(ei(S)&&p.recoveryMethod==="privy"){let _=await o();if(!_)return y("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:p.address});let I=await(i==null?void 0:i.recover({address:p.address,accessToken:_}));I!=null&&I.address||y(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:p.address}),a(m)}catch{y("An error has occurred, please try again.")}}else ei(S)?(s({...l,recoverWallet:{privyWallet:p,onCompleteNavigateTo:m,onFailure:v}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):y(S)}})(),()=>clearTimeout(b)):void 0},[e,t,i]),Ur(ti,{children:[nt(E,{onClose:()=>{r({shouldCallAuthOnSuccess:!1}),y("User exited before wallet could be connected")}}),nt(xp,{children:f?Ur(ti,{children:[Ur(Ep,{children:[nt(vp,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),nt(ot,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),nt(K,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Ur(ti,{children:[nt(ot,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),nt(Or,{children:nt(Dr,{})})]})}),nt(M,{protectedByPrivy:!0})]})},xp=As.div`
702
+ `;var Es=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds"];var gt=class extends Error{constructor(o,r){super(r);this.type=o}};function ei(e){let t=e.type;return typeof t=="string"&&Es.includes(t)}function ti(e){return ei(e)&&e.type==="wallet_not_on_device"}function Ts(e){return ei(e)&&e.type==="invalid_recovery_pin"}function Ps(e){return ei(e)&&e.type==="insufficient_funds"}import{jsx as _s}from"react/jsx-runtime";var Ur=e=>_s("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:_s("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.853 62.127c-5.174.517-8.978 4.95-8.978 10.149v15.336c0 5.248 3.873 9.7 9.098 10.196 3.623.344 7.71.64 11.027.64 5.445 0 12.964-.799 17.098-1.294a3.445 3.445 0 0 0 3.027-3.436v-19.05c0-1.75-1.29-3.228-3.027-3.436-3.657-.438-9.961-1.113-15.136-1.264a66.647 66.647 0 0 0-1.965-.03c-.72 0-1.478.013-2.262.04-3.046.1-6.453.373-9.467.669a1.677 1.677 0 0 1-.174-3.347c3.804-.373 8.282-.717 11.903-.717 4.034 0 9.137.427 13.193.847 1.322.137 2.54.274 3.58.397v-1.582c0-1.734-1.264-3.203-2.983-3.426-3.83-.497-10.563-1.267-15.464-1.267-2.848 0-6.314.26-9.47.575Zm25.399 24.581a2.516 2.516 0 1 0 0-5.031 2.516 2.516 0 0 0 0 5.031Z",fill:"var(--privy-color-accent)"})});import{Fragment as oi,jsx as rt,jsxs as Br}from"react/jsx-runtime";var As=1,ks=()=>{let{authenticated:e,user:t,getAccessToken:o}=D(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s}=w(),u=Cp(()=>Date.now(),[]),[f,h]=xp(!1),{onCompleteNavigateTo:m,onFailure:v}=l==null?void 0:l.connectWallet,y=p=>{f||(h(!0),v(typeof p=="string"?new Error(p):p))};return wp(()=>{let p=X(t),b;return!e||!p?y("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let T=await o();if(!T)return y("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:T,address:p.address});let S=(Date.now()-u)/1e3;m==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&S<As?b=setTimeout(()=>{a(m)},(As-S)*1e3):a(m)}catch(S){if(ti(S)&&p.recoveryMethod==="privy"){let _=await o();if(!_)return y("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:p.address});let I=await(i==null?void 0:i.recover({address:p.address,accessToken:_}));I!=null&&I.address||y(new Error("Unable to recover wallet")),m?a(m):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:p.address}),a(m)}catch{y("An error has occurred, please try again.")}}else ti(S)?(s({...l,recoverWallet:{privyWallet:p,onCompleteNavigateTo:m,onFailure:v}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):y(S)}})(),()=>clearTimeout(b)):void 0},[e,t,i]),Br(oi,{children:[rt(E,{onClose:()=>{r({shouldCallAuthOnSuccess:!1}),y("User exited before wallet could be connected")}}),rt(Ep,{children:f?Br(oi,{children:[Br(Tp,{children:[rt(bp,{fill:"var(--privy-color-error)",stroke:"white",strokeWidth:".25px",width:"64px",height:"64px"}),rt(tt,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),rt(K,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Br(oi,{children:[rt(tt,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),rt(Dr,{children:rt(Ur,{})})]})}),rt(M,{protectedByPrivy:!0})]})},Ep=Ss.div`
703
703
  display: flex;
704
704
  height: 100%;
705
705
  flex-direction: column;
706
706
  flex-grow: 1;
707
- `,Ep=As(ft)`
707
+ `,Tp=Ss(mt)`
708
708
  gap: 16px;
709
- `;import ro from"styled-components";import{useState as Tp}from"react";import Pp from"styled-components";import{jsx as ks}from"react/jsx-runtime";var to=({style:e,color:t,...o})=>ks("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:ks("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as oi}from"react/jsx-runtime";var Rs=({color:e,...t})=>oi("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...t,children:oi("g",{children:oi("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as Ws,jsxs as Ap}from"react/jsx-runtime";var Br=e=>{let[t,o]=Tp(!1);return Ap(_p,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Ws(to,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Ws(Rs,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},_p=Pp.button`
709
+ `;import no from"styled-components";import{useState as Pp}from"react";import _p from"styled-components";import{jsx as Rs}from"react/jsx-runtime";var oo=({style:e,color:t,...o})=>Rs("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:Rs("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as ri}from"react/jsx-runtime";var Ws=({color:e,...t})=>ri("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...t,children:ri("g",{children:ri("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as Is,jsxs as Sp}from"react/jsx-runtime";var Fr=e=>{let[t,o]=Pp(!1);return Sp(Ap,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Is(oo,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Is(Ws,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Ap=_p.button`
710
710
  display: flex;
711
711
  align-items: center;
712
712
  gap: 6px;
@@ -744,7 +744,7 @@ Resources:
744
744
  width: 14px;
745
745
  height: 14px;
746
746
  }
747
- `;import Sp from"styled-components";import{jsx as R,jsxs as he}from"react/jsx-runtime";var Is=()=>R(kp,{children:he("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[he("g",{clipPath:"url(#clip0_1269_12970)",children:[R("path",{d:"M183.829 53.8232L203.496 101.003C203.616 101.287 203.706 101.571 203.78 101.87C203.855 102.169 203.9 102.483 203.915 102.797C203.93 103.111 203.915 103.44 203.885 103.769C203.855 104.098 203.78 104.427 203.691 104.756C203.452 105.593 203.033 106.34 202.51 106.983C201.987 107.626 201.314 108.179 200.582 108.583C199.85 108.986 199.043 109.255 198.206 109.375C197.369 109.495 196.532 109.435 195.71 109.196C195.426 109.121 195.157 109.016 194.903 108.897C194.649 108.777 194.41 108.642 194.171 108.493C193.932 108.343 193.722 108.179 193.528 108C193.334 107.82 193.14 107.641 192.975 107.432L159.962 68.3988C160.186 68.6529 160.44 68.8921 160.724 69.1014C161.008 69.3107 161.352 69.4901 161.725 69.6545C162.099 69.819 162.518 69.9386 162.966 70.0283C163.414 70.118 163.907 70.1778 164.445 70.2077C166 70.2824 167.718 70.0283 169.482 69.505C171.245 68.9818 173.098 68.1895 174.832 67.1729C176.566 66.1564 178.195 64.9754 179.599 63.6449C181.004 62.3144 182.14 60.9241 182.947 59.474C183.261 58.9059 183.515 58.3528 183.709 57.8146C183.904 57.2765 184.023 56.7831 184.083 56.3048C184.143 55.8264 184.158 55.3779 184.113 54.9593C184.068 54.5407 183.963 54.152 183.814 53.7933L183.829 53.8232Z",fill:"url(#paint0_linear_1269_12970)"}),R("path",{d:"M161.158 60.267C162.04 59.0561 163.116 57.9199 164.326 56.8734C165.537 55.827 166.852 54.9001 168.227 54.0929C169.602 53.2856 171.066 52.5979 172.531 52.0747C173.995 51.5515 175.505 51.1927 176.94 51.0581C178.374 50.9236 179.689 51.0133 180.736 51.3123C181.782 51.6113 182.678 52.1644 183.261 52.882C183.844 53.5995 184.173 54.5712 184.143 55.6626C184.113 56.7539 183.74 58.0993 182.947 59.5045C182.155 60.9098 180.99 62.3599 179.6 63.6754C178.21 64.9909 176.566 66.2018 174.832 67.2035C173.099 68.2051 171.275 68.9974 169.482 69.5355C167.689 70.0737 166 70.298 164.446 70.2382C162.891 70.1784 161.726 69.8046 160.844 69.2067C159.962 68.6087 159.424 67.8463 159.185 66.9045C158.946 65.9627 158.991 64.9461 159.335 63.8099C159.678 62.6738 160.276 61.5077 161.173 60.2819L161.158 60.267Z",fill:"url(#paint1_linear_1269_12970)"}),R("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_1269_12970)"}),R("path",{d:"M310.771 102.693L235.18 119.003L242.069 98.9261L313.117 73.3328L310.771 102.693Z",fill:"url(#paint3_linear_1269_12970)"}),R("path",{d:"M327.24 91.1522L326.717 118.136L310.771 102.693L313.117 73.3326L327.24 91.1522Z",fill:"url(#paint4_linear_1269_12970)"}),R("path",{d:"M99.4207 23.895L122.451 47.9336L64.1209 132.801L36.0693 110.093L99.4356 23.895H99.4207Z",fill:"url(#paint5_linear_1269_12970)"}),R("path",{d:"M36.069 110.078L64.1205 132.786L27.7895 117.612L6.02979 100.466L36.0839 110.063L36.069 110.078Z",fill:"url(#paint6_linear_1269_12970)"}),R("path",{d:"M55.7664 36.3777L99.4204 23.895L36.0542 110.093L6 100.496L55.7515 36.3777H55.7664Z",fill:"url(#paint7_linear_1269_12970)"}),R("path",{d:"M106.011 124.25C109.045 126.133 127.188 132.741 135.737 135.806C137.859 136.568 139.622 134.983 139.099 132.801C136.992 123.966 132.449 105.204 130.909 101.975C131.672 104.173 127.472 110.182 121.016 115.953C114.545 121.738 108.118 125.251 106.011 124.25Z",fill:"url(#paint8_linear_1269_12970)"}),R("path",{d:"M105.637 123.981C105.637 123.981 105.697 124.041 105.742 124.071C105.787 124.101 105.832 124.146 105.876 124.176C105.921 124.206 105.966 124.236 106.026 124.265C108.133 125.267 114.559 121.769 121.031 115.969C127.487 110.183 131.686 104.188 130.924 101.991C130.909 101.931 130.879 101.871 130.849 101.841C130.819 101.797 130.79 101.737 130.76 101.692C130.73 101.647 130.715 101.617 130.685 101.587C129.116 99.8232 122.226 103.411 115.307 109.6C108.387 115.789 104.068 122.247 105.637 123.996V123.981Z",fill:"url(#paint9_linear_1269_12970)"}),R("path",{d:"M290.058 16.9137C289.714 21.3537 287.891 25.5844 284.887 29.1573C277.818 37.6335 264.188 42.4323 248.167 37.7083C218.696 29.0227 200.314 19.799 183.964 17.138C179.779 16.4653 178.614 10.919 182.141 8.55704C200.239 -3.59678 237.467 -23.9578 268.014 -10.6529C284.528 -3.46224 290.79 7.22655 290.058 16.9137Z",fill:"url(#paint10_linear_1269_12970)"})]}),he("defs",{children:[he("filter",{id:"filter0_b_1269_12970",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[R("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),R("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),R("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_1269_12970"}),R("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_1269_12970",result:"shape"})]}),he("linearGradient",{id:"paint0_linear_1269_12970",x1:"187.752",y1:"56.8368",x2:"173.388",y2:"118.391",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint1_linear_1269_12970",x1:"162.8",y1:"69.9912",x2:"171.997",y2:"54.1168",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint2_linear_1269_12970",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint3_linear_1269_12970",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3394",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint4_linear_1269_12970",x1:"321.183",y1:"75.7832",x2:"300.239",y2:"117.542",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint5_linear_1269_12970",x1:"90.6781",y1:"29.852",x2:"62.6635",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint6_linear_1269_12970",x1:"14.7402",y1:"132.356",x2:"27.4597",y2:"102.105",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint7_linear_1269_12970",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.064",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint8_linear_1269_12970",x1:"126.988",y1:"103.836",x2:"119.743",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint9_linear_1269_12970",x1:"109.169",y1:"124.126",x2:"121.134",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint10_linear_1269_12970",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),R("clipPath",{id:"clip0_1269_12970",children:R("rect",{width:"332",height:"128",fill:"white"})}),R("clipPath",{id:"clip1_1269_12970",children:R("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]})}),kp=Sp.div`
747
+ `;import kp from"styled-components";import{jsx as R,jsxs as he}from"react/jsx-runtime";var Ns=()=>R(Rp,{children:he("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[he("g",{clipPath:"url(#clip0_1269_12970)",children:[R("path",{d:"M183.829 53.8232L203.496 101.003C203.616 101.287 203.706 101.571 203.78 101.87C203.855 102.169 203.9 102.483 203.915 102.797C203.93 103.111 203.915 103.44 203.885 103.769C203.855 104.098 203.78 104.427 203.691 104.756C203.452 105.593 203.033 106.34 202.51 106.983C201.987 107.626 201.314 108.179 200.582 108.583C199.85 108.986 199.043 109.255 198.206 109.375C197.369 109.495 196.532 109.435 195.71 109.196C195.426 109.121 195.157 109.016 194.903 108.897C194.649 108.777 194.41 108.642 194.171 108.493C193.932 108.343 193.722 108.179 193.528 108C193.334 107.82 193.14 107.641 192.975 107.432L159.962 68.3988C160.186 68.6529 160.44 68.8921 160.724 69.1014C161.008 69.3107 161.352 69.4901 161.725 69.6545C162.099 69.819 162.518 69.9386 162.966 70.0283C163.414 70.118 163.907 70.1778 164.445 70.2077C166 70.2824 167.718 70.0283 169.482 69.505C171.245 68.9818 173.098 68.1895 174.832 67.1729C176.566 66.1564 178.195 64.9754 179.599 63.6449C181.004 62.3144 182.14 60.9241 182.947 59.474C183.261 58.9059 183.515 58.3528 183.709 57.8146C183.904 57.2765 184.023 56.7831 184.083 56.3048C184.143 55.8264 184.158 55.3779 184.113 54.9593C184.068 54.5407 183.963 54.152 183.814 53.7933L183.829 53.8232Z",fill:"url(#paint0_linear_1269_12970)"}),R("path",{d:"M161.158 60.267C162.04 59.0561 163.116 57.9199 164.326 56.8734C165.537 55.827 166.852 54.9001 168.227 54.0929C169.602 53.2856 171.066 52.5979 172.531 52.0747C173.995 51.5515 175.505 51.1927 176.94 51.0581C178.374 50.9236 179.689 51.0133 180.736 51.3123C181.782 51.6113 182.678 52.1644 183.261 52.882C183.844 53.5995 184.173 54.5712 184.143 55.6626C184.113 56.7539 183.74 58.0993 182.947 59.5045C182.155 60.9098 180.99 62.3599 179.6 63.6754C178.21 64.9909 176.566 66.2018 174.832 67.2035C173.099 68.2051 171.275 68.9974 169.482 69.5355C167.689 70.0737 166 70.298 164.446 70.2382C162.891 70.1784 161.726 69.8046 160.844 69.2067C159.962 68.6087 159.424 67.8463 159.185 66.9045C158.946 65.9627 158.991 64.9461 159.335 63.8099C159.678 62.6738 160.276 61.5077 161.173 60.2819L161.158 60.267Z",fill:"url(#paint1_linear_1269_12970)"}),R("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_1269_12970)"}),R("path",{d:"M310.771 102.693L235.18 119.003L242.069 98.9261L313.117 73.3328L310.771 102.693Z",fill:"url(#paint3_linear_1269_12970)"}),R("path",{d:"M327.24 91.1522L326.717 118.136L310.771 102.693L313.117 73.3326L327.24 91.1522Z",fill:"url(#paint4_linear_1269_12970)"}),R("path",{d:"M99.4207 23.895L122.451 47.9336L64.1209 132.801L36.0693 110.093L99.4356 23.895H99.4207Z",fill:"url(#paint5_linear_1269_12970)"}),R("path",{d:"M36.069 110.078L64.1205 132.786L27.7895 117.612L6.02979 100.466L36.0839 110.063L36.069 110.078Z",fill:"url(#paint6_linear_1269_12970)"}),R("path",{d:"M55.7664 36.3777L99.4204 23.895L36.0542 110.093L6 100.496L55.7515 36.3777H55.7664Z",fill:"url(#paint7_linear_1269_12970)"}),R("path",{d:"M106.011 124.25C109.045 126.133 127.188 132.741 135.737 135.806C137.859 136.568 139.622 134.983 139.099 132.801C136.992 123.966 132.449 105.204 130.909 101.975C131.672 104.173 127.472 110.182 121.016 115.953C114.545 121.738 108.118 125.251 106.011 124.25Z",fill:"url(#paint8_linear_1269_12970)"}),R("path",{d:"M105.637 123.981C105.637 123.981 105.697 124.041 105.742 124.071C105.787 124.101 105.832 124.146 105.876 124.176C105.921 124.206 105.966 124.236 106.026 124.265C108.133 125.267 114.559 121.769 121.031 115.969C127.487 110.183 131.686 104.188 130.924 101.991C130.909 101.931 130.879 101.871 130.849 101.841C130.819 101.797 130.79 101.737 130.76 101.692C130.73 101.647 130.715 101.617 130.685 101.587C129.116 99.8232 122.226 103.411 115.307 109.6C108.387 115.789 104.068 122.247 105.637 123.996V123.981Z",fill:"url(#paint9_linear_1269_12970)"}),R("path",{d:"M290.058 16.9137C289.714 21.3537 287.891 25.5844 284.887 29.1573C277.818 37.6335 264.188 42.4323 248.167 37.7083C218.696 29.0227 200.314 19.799 183.964 17.138C179.779 16.4653 178.614 10.919 182.141 8.55704C200.239 -3.59678 237.467 -23.9578 268.014 -10.6529C284.528 -3.46224 290.79 7.22655 290.058 16.9137Z",fill:"url(#paint10_linear_1269_12970)"})]}),he("defs",{children:[he("filter",{id:"filter0_b_1269_12970",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[R("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),R("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),R("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_1269_12970"}),R("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_1269_12970",result:"shape"})]}),he("linearGradient",{id:"paint0_linear_1269_12970",x1:"187.752",y1:"56.8368",x2:"173.388",y2:"118.391",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint1_linear_1269_12970",x1:"162.8",y1:"69.9912",x2:"171.997",y2:"54.1168",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint2_linear_1269_12970",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint3_linear_1269_12970",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3394",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint4_linear_1269_12970",x1:"321.183",y1:"75.7832",x2:"300.239",y2:"117.542",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint5_linear_1269_12970",x1:"90.6781",y1:"29.852",x2:"62.6635",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint6_linear_1269_12970",x1:"14.7402",y1:"132.356",x2:"27.4597",y2:"102.105",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint7_linear_1269_12970",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.064",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint8_linear_1269_12970",x1:"126.988",y1:"103.836",x2:"119.743",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#2D2068"}),R("stop",{offset:"1",stopColor:"#4F3D9A"})]}),he("linearGradient",{id:"paint9_linear_1269_12970",x1:"109.169",y1:"124.126",x2:"121.134",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),he("linearGradient",{id:"paint10_linear_1269_12970",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[R("stop",{stopColor:"#4F3D9A"}),R("stop",{offset:"1",stopColor:"#160B45"})]}),R("clipPath",{id:"clip0_1269_12970",children:R("rect",{width:"332",height:"128",fill:"white"})}),R("clipPath",{id:"clip1_1269_12970",children:R("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]})}),Rp=kp.div`
748
748
  background: linear-gradient(-45deg, #fed8f4, #ffe5d0, #ffcdf3, #d0fcf5);
749
749
  background-size: 400% 400%;
750
750
  animation: rotating-gradient 5s ease infinite;
@@ -763,7 +763,7 @@ Resources:
763
763
  background-position: 0% 50%;
764
764
  }
765
765
  }
766
- `;import{Fragment as Op,jsx as ze,jsxs as oo}from"react/jsx-runtime";var Ns=()=>{var h;let{user:e}=D(),{closePrivyModal:t}=k(),{data:o}=w(),r=X(e),{onSuccess:n,onFailure:i,callAuthOnSuccessOnClose:a}=o.createWallet,l=()=>{r?(n(r),t({shouldCallAuthOnSuccess:a})):i(new Error("Failed to create wallet"))},s="Your account",u="You\u2019re all set! This account is tied to a digital wallet. It can only ever be accessed by you.",f=ct(r.address);return oo(Op,{children:[ze(E,{onClose:l}),oo(Rp,{children:[oo("div",{children:[ze(ie,{title:s,description:u}),oo(Wp,{children:[ze(Is,{}),oo(Ip,{children:[ze("p",{children:((h=e==null?void 0:e.email)==null?void 0:h.address)||""}),oo(Np,{children:[ze(Lp,{children:f})," ",ze(mt,{color:"var(--privy-color-foreground)"})]})]})]}),ze(Mp,{children:ze(Br,{text:r.address,itemName:"Address"})})]}),ze(K,{onClick:l,children:"I\u2019m all set"})]}),ze(M,{protectedByPrivy:!0})]})},Rp=ro.div`
766
+ `;import{Fragment as Dp,jsx as Ve,jsxs as ro}from"react/jsx-runtime";var Ls=()=>{var h;let{user:e}=D(),{closePrivyModal:t}=k(),{data:o}=w(),r=X(e),{onSuccess:n,onFailure:i,callAuthOnSuccessOnClose:a}=o.createWallet,l=()=>{r?(n(r),t({shouldCallAuthOnSuccess:a})):i(new Error("Failed to create wallet"))},s="Your account",u="You\u2019re all set! This account is tied to a digital wallet. It can only ever be accessed by you.",f=lt(r.address);return ro(Dp,{children:[Ve(E,{onClose:l}),ro(Wp,{children:[ro("div",{children:[Ve(ie,{title:s,description:u}),ro(Ip,{children:[Ve(Ns,{}),ro(Np,{children:[Ve("p",{children:((h=e==null?void 0:e.email)==null?void 0:h.address)||""}),ro(Lp,{children:[Ve(Mp,{children:f})," ",Ve(pt,{color:"var(--privy-color-foreground)"})]})]})]}),Ve(Op,{children:Ve(Fr,{text:r.address,itemName:"Address"})})]}),Ve(K,{onClick:l,children:"I\u2019m all set"})]}),Ve(M,{protectedByPrivy:!0})]})},Wp=no.div`
767
767
  display: flex;
768
768
  height: 100%;
769
769
  flex-direction: column;
@@ -772,7 +772,7 @@ Resources:
772
772
  @media (max-width: 440px) {
773
773
  gap: 24px;
774
774
  }
775
- `,Wp=ro.div`
775
+ `,Ip=no.div`
776
776
  width: 100%;
777
777
  background-color: var(--privy-color-background-2);
778
778
  border-radius: 8px;
@@ -781,7 +781,7 @@ Resources:
781
781
  width: 100%;
782
782
  height: auto;
783
783
  }
784
- `,Ip=ro.div`
784
+ `,Np=no.div`
785
785
  display: flex;
786
786
  text-align: left;
787
787
  flex-direction: column;
@@ -792,27 +792,27 @@ Resources:
792
792
  font-size: 14px;
793
793
  opacity: 0.65;
794
794
  }
795
- `,Np=ro.div`
795
+ `,Lp=no.div`
796
796
  display: flex;
797
797
  justify-content: space-between;
798
798
  width: 100%;
799
- `,Lp=ro.span`
799
+ `,Mp=no.span`
800
800
  font-size: 17px;
801
801
  color: --var(--privy-color-foreground-1);
802
- `,Mp=ro.div`
802
+ `,Op=no.div`
803
803
  display: flex;
804
804
  justify-content: center;
805
- `;import{useEffect as Ds,useRef as Up,useState as ri}from"react";import it from"styled-components";import{jsx as ge,jsxs as Dp}from"react/jsx-runtime";var Ls=({style:e,...t})=>Dp("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:[ge("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),ge("path",{"fill-rule":"evenodd","clip-rule":"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)"}),ge("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"}),ge("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),ge("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),ge("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"}),ge("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)"}),ge("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)"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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 Kp,jsx as te,jsxs as $e}from"react/jsx-runtime";var Us=()=>{var p;let[e,t]=ri(null),{authenticated:o,user:r,getAccessToken:n}=D(),{closePrivyModal:i,createAnalyticsEvent:a}=k(),{data:l}=w(),s=(p=X(r))==null?void 0:p.address,{onFailure:u,onSuccess:f,origin:h,appId:m}=l.keyExport,v=b=>{i({shouldCallAuthOnSuccess:!1}),u(typeof b=="string"?new Error(b):b)},y=()=>{i({shouldCallAuthOnSuccess:!1}),f(),a("embedded_wallet_key_export_completed",{walletAddress:s})};return Ds(()=>{let b=X(r);if(!o||!b)return v("User must be authenticated before exporting their wallet");n().then(t,v)},[o,r]),$e(Kp,{children:[te(E,{onClose:y}),$e(Gp,{children:[te(Ls,{}),$e(Hp,{children:[te("h3",{children:"Transfer"}),$e(qp,{children:[te(Fp,{style:{marginRight:6}}),`${s==null?void 0:s.substring(0,4)}...${s==null?void 0:s.substring(s.length-4,s.length-1)}`]})]}),te("p",{children:"You can take your account with you to another site using an external wallet!"}),$e(Vp,{children:[$e(Ms,{children:[te(Os,{children:"1"}),$e("span",{children:[te("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."]})]}),$e(Ms,{children:[te(Os,{children:"2"}),te("span",{children:"Copy this key into your other wallet"})]})]}),te("div",{style:{width:"100%"},children:e&&te(Bp,{origin:h,appId:m,accessToken:e,address:s,dimensions:{height:"44px"}})}),$e(jp,{children:[te("h4",{children:"WARNING"}),te("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),te(M,{protectedByPrivy:!0})]})};function Bp(e){let[t,o]=ri(e.dimensions.width),[r,n]=ri(void 0),i=Up(null);return Ds(()=>{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")})},[]),te("div",{ref:i,children:t&&$e(zp,{children:[te("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:sr(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...r})}),te($p,{children:"Loading..."})]})})}function Fp(e){return te("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:te("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 Gp=it.div`
805
+ `;import{useEffect as Us,useRef as Bp,useState as ni}from"react";import nt from"styled-components";import{jsx as ge,jsxs as Up}from"react/jsx-runtime";var Ms=({style:e,...t})=>Up("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:[ge("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),ge("path",{"fill-rule":"evenodd","clip-rule":"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)"}),ge("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"}),ge("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),ge("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),ge("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"}),ge("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)"}),ge("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)"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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"}),ge("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 Yp,jsx as te,jsxs as ze}from"react/jsx-runtime";var Bs=()=>{var p;let[e,t]=ni(null),{authenticated:o,user:r,getAccessToken:n}=D(),{closePrivyModal:i,createAnalyticsEvent:a}=k(),{data:l}=w(),s=(p=X(r))==null?void 0:p.address,{onFailure:u,onSuccess:f,origin:h,appId:m}=l.keyExport,v=b=>{i({shouldCallAuthOnSuccess:!1}),u(typeof b=="string"?new Error(b):b)},y=()=>{i({shouldCallAuthOnSuccess:!1}),f(),a("embedded_wallet_key_export_completed",{walletAddress:s})};return Us(()=>{let b=X(r);if(!o||!b)return v("User must be authenticated before exporting their wallet");n().then(t,v)},[o,r]),ze(Yp,{children:[te(E,{onClose:y}),ze(Hp,{children:[te(Ms,{}),ze(Vp,{children:[te("h3",{children:"Transfer"}),ze(jp,{children:[te(Gp,{style:{marginRight:6}}),`${s==null?void 0:s.substring(0,4)}...${s==null?void 0:s.substring(s.length-4,s.length-1)}`]})]}),te("p",{children:"You can take your account with you to another site using an external wallet!"}),ze(zp,{children:[ze(Os,{children:[te(Ds,{children:"1"}),ze("span",{children:[te("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."]})]}),ze(Os,{children:[te(Ds,{children:"2"}),te("span",{children:"Copy this key into your other wallet"})]})]}),te("div",{style:{width:"100%"},children:e&&te(Fp,{origin:h,appId:m,accessToken:e,address:s,dimensions:{height:"44px"}})}),ze(Kp,{children:[te("h4",{children:"WARNING"}),te("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),te(M,{protectedByPrivy:!0})]})};function Fp(e){let[t,o]=ni(e.dimensions.width),[r,n]=ni(void 0),i=Bp(null);return Us(()=>{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")})},[]),te("div",{ref:i,children:t&&ze(qp,{children:[te("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:cr(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...r})}),te($p,{children:"Loading..."})]})})}function Gp(e){return te("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:te("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 Hp=nt.div`
806
806
  display: flex;
807
807
  height: 100%;
808
808
  flex-direction: column;
809
809
  text-align: left;
810
- `,Hp=it.div`
810
+ `,Vp=nt.div`
811
811
  display: flex;
812
812
  align-items: center;
813
813
  justify-content: space-between;
814
814
  margin-bottom: 8px;
815
- `,Vp=it.div`
815
+ `,zp=nt.div`
816
816
  display: flex;
817
817
  flex-direction: column;
818
818
  gap: 24px;
@@ -820,7 +820,7 @@ Resources:
820
820
  margin-top: 16px;
821
821
  margin-left: 11px;
822
822
  border-left: 1px solid var(--privy-color-foreground-4) !important;
823
- `,Ms=it.div`
823
+ `,Os=nt.div`
824
824
  display: flex;
825
825
  align-items: top;
826
826
  gap: 8px;
@@ -831,7 +831,7 @@ Resources:
831
831
  text-decoration: underline;
832
832
  }
833
833
  }
834
- `,Os=it.div`
834
+ `,Ds=nt.div`
835
835
  display: flex;
836
836
  align-items: center;
837
837
  justify-content: center;
@@ -845,10 +845,10 @@ Resources:
845
845
  border-radius: 100%;
846
846
  background: var(--privy-color-background);
847
847
  color: var(--privy-color-accent);
848
- `,zp=it.div`
848
+ `,qp=nt.div`
849
849
  position: relative;
850
850
  height: 44px;
851
- `,$p=it.div`
851
+ `,$p=nt.div`
852
852
  position: absolute;
853
853
  display: flex;
854
854
  align-items: center;
@@ -860,7 +860,7 @@ Resources:
860
860
  border-radius: var(--privy-border-radius-md);
861
861
  background-color: var(--privy-color-background-2);
862
862
  color: var(--privy-color-foreground-3);
863
- `,qp=it.div`
863
+ `,jp=nt.div`
864
864
  display: flex;
865
865
  align-items: center;
866
866
  padding-top: 1px;
@@ -872,7 +872,7 @@ Resources:
872
872
  border-radius: var(--privy-border-radius-md);
873
873
  font-size: 12px;
874
874
  font-weight: 500;
875
- `,jp=it.div`
875
+ `,Kp=nt.div`
876
876
  border: 2px solid var(--privy-color-background-2) !important;
877
877
  border-radius: var(--privy-border-radius-md);
878
878
  padding: 16px;
@@ -882,13 +882,13 @@ Resources:
882
882
  && > h4 {
883
883
  color: var(--privy-color-error);
884
884
  }
885
- `;import{useEffect as lu,useState as si}from"react";import li,{css as cu}from"styled-components";import{useEffect as Yp,useState as Lo}from"react";import ai from"styled-components";import{jsx as Bs}from"react/jsx-runtime";var Fs=({style:e,...t})=>Bs("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:Bs("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{Fragment as su,jsx as no,jsxs as ii}from"react/jsx-runtime";var io=6,Zp=new Array(io).fill("");function Qp(e){return e.replace(/\s+/g,"")}function ni(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Jp(e){return/^[a-zA-Z]{1}$/.test(e)}function Xp(e){return/^[a-z]{1}$/.test(e)}function Gs(e){return e.length===io&&e.every(ni)}function eu(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function tu(){return crypto.getRandomValues(new Uint8Array(1))[0]}function ou(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<io;){let o=tu();o>247||t.push(e.charAt(o%62))}return t.join("")}var Fr=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=Lo(Zp),[l,s]=Lo(null),[u,f]=Lo(null),h=y=>{var F;let p=Qp(y.currentTarget.value);if(p==="")return;let b=eu(i,ni),W=p.split(""),T=!W.every(ni),S=W.length+b>io;if(T){s("Passcode can only be letters and numbers"),f(1);return}if(S){s("Passcode must be exactly 6 letters and numbers"),f(1);return}s(null),f(null);let _=Number((F=y.currentTarget.name)==null?void 0:F.charAt(4)),I=[...p||[""]].slice(0,io-_),O=[...i.slice(0,_),...I,...i.slice(_+I.length)];a(O);let N=I.length,z=Math.min(Math.max(_+N,0),io-1),H=document.querySelector(`input[name=pin-${z}]`),q=I[I.length-1]||"";if(Jp(q)&&(Xp(q)?H.autocapitalize="none":H.autocapitalize="on"),H==null||H.focus(),Gs(O)){let V=document.querySelector(`input[name=pin-${z}]`);V==null||V.blur(),e(O.join(""))}else e(null);y.preventDefault()},m=y=>{u===1&&(s(null),f(null));let p=[...i.slice(0,y),"",...i.slice(y+1)];if(a(p),y>0){let b=document.querySelector(`input[name=pin-${y-1}]`);b==null||b.focus()}Gs(p)?e(p.join("")):e(null)},v=o||r;return ii(su,{children:[ii(ru,{children:[no(nu,{fail:!!n||!!l,children:n||l||"Passcode can be letters and numbers"}),no("div",{children:i.map((y,p)=>no("input",{name:`pin-${p}`,type:"text",value:i[p],onChange:h,onKeyUp:b=>{b.key==="Backspace"&&m(p)},inputMode:"text",autoFocus:p===0,pattern:"[a-zA-Z0-9]",className:l?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},p))})]}),!v&&no(iu,{disabled:t,onClick:()=>{let y=ou();a([...y]),e(y)}})]})},ru=ai.div`
885
+ `;import{useEffect as cu,useState as li}from"react";import ci,{css as du}from"styled-components";import{useEffect as Zp,useState as Mo}from"react";import si from"styled-components";import{jsx as Fs}from"react/jsx-runtime";var Gs=({style:e,...t})=>Fs("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:Fs("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{Fragment as lu,jsx as io,jsxs as ai}from"react/jsx-runtime";var ao=6,Qp=new Array(ao).fill("");function Jp(e){return e.replace(/\s+/g,"")}function ii(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Xp(e){return/^[a-zA-Z]{1}$/.test(e)}function eu(e){return/^[a-z]{1}$/.test(e)}function Hs(e){return e.length===ao&&e.every(ii)}function tu(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function ou(){return crypto.getRandomValues(new Uint8Array(1))[0]}function ru(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<ao;){let o=ou();o>247||t.push(e.charAt(o%62))}return t.join("")}var Gr=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=Mo(Qp),[l,s]=Mo(null),[u,f]=Mo(null),h=y=>{var F;let p=Jp(y.currentTarget.value);if(p==="")return;let b=tu(i,ii),W=p.split(""),T=!W.every(ii),S=W.length+b>ao;if(T){s("Passcode can only be letters and numbers"),f(1);return}if(S){s("Passcode must be exactly 6 letters and numbers"),f(1);return}s(null),f(null);let _=Number((F=y.currentTarget.name)==null?void 0:F.charAt(4)),I=[...p||[""]].slice(0,ao-_),O=[...i.slice(0,_),...I,...i.slice(_+I.length)];a(O);let N=I.length,q=Math.min(Math.max(_+N,0),ao-1),V=document.querySelector(`input[name=pin-${q}]`),$=I[I.length-1]||"";if(Xp($)&&(eu($)?V.autocapitalize="none":V.autocapitalize="on"),V==null||V.focus(),Hs(O)){let z=document.querySelector(`input[name=pin-${q}]`);z==null||z.blur(),e(O.join(""))}else e(null);y.preventDefault()},m=y=>{u===1&&(s(null),f(null));let p=[...i.slice(0,y),"",...i.slice(y+1)];if(a(p),y>0){let b=document.querySelector(`input[name=pin-${y-1}]`);b==null||b.focus()}Hs(p)?e(p.join("")):e(null)},v=o||r;return ai(lu,{children:[ai(nu,{children:[io(iu,{fail:!!n||!!l,children:n||l||"Passcode can be letters and numbers"}),io("div",{children:i.map((y,p)=>io("input",{name:`pin-${p}`,type:"text",value:i[p],onChange:h,onKeyUp:b=>{b.key==="Backspace"&&m(p)},inputMode:"text",autoFocus:p===0,pattern:"[a-zA-Z0-9]",className:l?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},p))})]}),!v&&io(au,{disabled:t,onClick:()=>{let y=ru();a([...y]),e(y)}})]})},nu=si.div`
886
886
  display: flex;
887
887
  flex-direction: column;
888
888
  width: 100%;
889
889
  gap: 8px;
890
890
 
891
- ${Xt}[data-height='medium'] & {
891
+ ${eo}[data-height='medium'] & {
892
892
  margin-top: 22px;
893
893
  }
894
894
 
@@ -949,7 +949,7 @@ Resources:
949
949
  transform: translate(1px, 0px);
950
950
  }
951
951
  }
952
- `,nu=ai.div`
952
+ `,iu=si.div`
953
953
  line-height: 20px;
954
954
  height: 20px;
955
955
  font-size: 13px;
@@ -957,7 +957,7 @@ Resources:
957
957
  display: flex;
958
958
  justify-content: flex-end;
959
959
  width: 100%;
960
- `,iu=({onClick:e,disabled:t,...o})=>{let[r,n]=Lo(!1),[i,a]=Lo();return Yp(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),ii(au,{onClick:l=>{i&&clearTimeout(i),n(!0),e==null||e(l),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?no(to,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):no(Fs,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," passcode"]})},au=ai.button`
960
+ `,au=({onClick:e,disabled:t,...o})=>{let[r,n]=Mo(!1),[i,a]=Mo();return Zp(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),ai(su,{onClick:l=>{i&&clearTimeout(i),n(!0),e==null||e(l),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?io(oo,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):io(Gs,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," passcode"]})},su=si.button`
961
961
  display: flex;
962
962
  align-items: center;
963
963
  gap: 6px;
@@ -995,12 +995,12 @@ Resources:
995
995
  width: 14px;
996
996
  height: 14px;
997
997
  }
998
- `;import{Fragment as mu,jsx as Wt,jsxs as Gr}from"react/jsx-runtime";var Hs=()=>{let{authenticated:e,getAccessToken:t}=D(),{walletProxy:o,closePrivyModal:r,createAnalyticsEvent:n}=k(),{navigate:i,data:a}=w(),[l,s]=si(void 0),[u,f]=si(""),[h,m]=si(!1),{privyWallet:v,onCompleteNavigateTo:y,onSuccess:p,onFailure:b}=a.recoverWallet,W=_=>{r({shouldCallAuthOnSuccess:!1}),b(typeof _=="string"?new Error(_):_)};return lu(()=>{if(!e||!v)return W("User must be authenticated and have a Privy wallet before it can be recovered")},[e]),Gr(mu,{children:[Wt(E,{onClose:()=>W("User exited before their wallet could be recovered")}),Gr(du,{children:[Gr("div",{children:[Wt(ie,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),Wt(Fr,{onChange:_=>{_&&s(_)},disabled:h,errorReasonOverride:u,disableGeneration:!0})]}),Gr(pu,{children:[Wt("h4",{children:"Why am I doing this?"}),Wt("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),Wt(uu,{loading:h||!o,disabled:!l,onClick:async()=>{m(!0);let _=await t();if(_&&v&&l!==null)try{n("embedded_wallet_recovery_started",{walletAddress:v.address}),await(o==null?void 0:o.recover({address:v.address,accessToken:_,recoveryPin:l})),f(""),y?i(y):r({shouldCallAuthOnSuccess:!1}),p==null||p(v),n("embedded_wallet_recovery_completed",{walletAddress:v.address})}catch(I){Es(I)?f("Invalid recovery passcode, please try again."):f("An error has occurred, please try again.")}finally{m(!1)}else return W("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!v&&h,children:"Recover your account"})]}),Wt(M,{protectedByPrivy:!0})]})},du=li.div`
998
+ `;import{Fragment as hu,jsx as It,jsxs as Hr}from"react/jsx-runtime";var Vs=()=>{let{authenticated:e,getAccessToken:t}=D(),{walletProxy:o,closePrivyModal:r,createAnalyticsEvent:n}=k(),{navigate:i,data:a}=w(),[l,s]=li(void 0),[u,f]=li(""),[h,m]=li(!1),{privyWallet:v,onCompleteNavigateTo:y,onSuccess:p,onFailure:b}=a.recoverWallet,W=_=>{r({shouldCallAuthOnSuccess:!1}),b(typeof _=="string"?new Error(_):_)};return cu(()=>{if(!e||!v)return W("User must be authenticated and have a Privy wallet before it can be recovered")},[e]),Hr(hu,{children:[It(E,{onClose:()=>W("User exited before their wallet could be recovered")}),Hr(pu,{children:[Hr("div",{children:[It(ie,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),It(Gr,{onChange:_=>{_&&s(_)},disabled:h,errorReasonOverride:u,disableGeneration:!0})]}),Hr(uu,{children:[It("h4",{children:"Why am I doing this?"}),It("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),It(mu,{loading:h||!o,disabled:!l,onClick:async()=>{m(!0);let _=await t();if(_&&v&&l!==null)try{n("embedded_wallet_recovery_started",{walletAddress:v.address}),await(o==null?void 0:o.recover({address:v.address,accessToken:_,recoveryPin:l})),f(""),y?i(y):r({shouldCallAuthOnSuccess:!1}),p==null||p(v),n("embedded_wallet_recovery_completed",{walletAddress:v.address})}catch(I){Ts(I)?f("Invalid recovery passcode, please try again."):f("An error has occurred, please try again.")}finally{m(!1)}else return W("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!v&&h,children:"Recover your account"})]}),It(M,{protectedByPrivy:!0})]})},pu=ci.div`
999
999
  display: flex;
1000
1000
  height: 100%;
1001
1001
  flex-direction: column;
1002
1002
  justify-content: space-between;
1003
- `,pu=li.div`
1003
+ `,uu=ci.div`
1004
1004
  display: flex;
1005
1005
  flex-direction: column;
1006
1006
  justify-content: flex-start;
@@ -1025,20 +1025,20 @@ Resources:
1025
1025
  color: var(--privy-color-foreground-3);
1026
1026
  font-size: 14px;
1027
1027
  }
1028
- `,uu=li(K)`
1029
- ${e=>e.hideAnimations&&cu`
1028
+ `,mu=ci(K)`
1029
+ ${e=>e.hideAnimations&&du`
1030
1030
  && {
1031
1031
  // Remove animations because the recoverWallet task on the iframe partially
1032
1032
  // blocks the renderer, so the animation stutters and doesn't look good
1033
1033
  transition: none;
1034
1034
  }
1035
1035
  `}
1036
- `;import{useEffect as Vs,useState as ci}from"react";import Oo,{css as hu}from"styled-components";import{Fragment as zs,jsx as fe,jsxs as Mo}from"react/jsx-runtime";var $s=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{app:l,navigate:s,data:u}=w(),[f,h]=ci(void 0),[m,v]=ci(""),[y,p]=ci(!1),{onFailure:b,callAuthOnSuccessOnClose:W}=u.createWallet,T=(l==null?void 0:l.embeddedWallets.requirePassword)===!1,S=X(o);Vs(()=>{T&&!y&&(p(!0),O().finally(()=>p(!1)))},[]),Vs(()=>{e||(s("LANDING"),b(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let _=()=>{b(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:W})},I=q=>{q&&h(q)},O=async function(){let q=await t();if(q)try{a("embedded_wallet_creation_started");let F=await(r==null?void 0:r.create({accessToken:q,recoveryPin:f}));if(!F)throw new Error("Unable to create wallet");a("embedded_wallet_creation_completed",{walletAddress:F==null?void 0:F.address}),v(""),await n(),T&&s("EMBEDDED_WALLET_CREATED_SCREEN")}catch(F){v("An error has occurred, please try again."),console.error(F)}},N=S?()=>{p(!0),setTimeout(()=>{p(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:()=>O(),z=!!S;return Mo(zs,{children:[fe(E,{onClose:_}),fe(fu,{children:T?Mo(gu,{children:[fe(yu,{children:fe("div",{children:fe(Zt,{success:!!S,fail:!!m})})}),fe("h3",{children:m!==""?m:"Creating your wallet..."}),fe(ee,{onClick:()=>{i({shouldCallAuthOnSuccess:W})},invisible:m==="",disabled:!1,children:"Close"})]}):Mo(zs,{children:[Mo("div",{children:[fe(ie,{title:z?"Secure your passcode":"Set your passcode",description:z?"Don\u2019t lose this passcode. You\u2019ll need it to access your full account on another device.":"You will need it when you sign in on a different device."}),fe(Fr,{onChange:I,disabled:y,readOnly:z,errorReasonOverride:m}),z?fe(Br,{text:f||""}):null]}),Mo(vu,{children:[fe("h4",{children:"Why am I doing this?"}),z?fe("p",{children:"This passcode allows you to access your account on another device. If you lose it, there is no way to recover your full account."}):fe("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),fe(bu,{loading:y||!r,disabled:!f,onClick:N,warn:z,hideAnimations:!S&&y,children:z?"I have saved my passcode":"Set passcode"})]})}),fe(M,{protectedByPrivy:!0})]})},fu=Oo.div`
1036
+ `;import{useEffect as zs,useState as di}from"react";import Do,{css as fu}from"styled-components";import{Fragment as qs,jsx as fe,jsxs as Oo}from"react/jsx-runtime";var $s=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{app:l,navigate:s,data:u}=w(),[f,h]=di(void 0),[m,v]=di(""),[y,p]=di(!1),{onFailure:b,callAuthOnSuccessOnClose:W}=u.createWallet,T=(l==null?void 0:l.embeddedWallets.requirePassword)===!1,S=X(o);zs(()=>{T&&!y&&(p(!0),O().finally(()=>p(!1)))},[]),zs(()=>{e||(s("LANDING"),b(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let _=()=>{b(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:W})},I=$=>{$&&h($)},O=async function(){let $=await t();if($)try{a("embedded_wallet_creation_started");let F=await(r==null?void 0:r.create({accessToken:$,recoveryPin:f}));if(!F)throw new Error("Unable to create wallet");a("embedded_wallet_creation_completed",{walletAddress:F==null?void 0:F.address}),v(""),await n(),T&&s("EMBEDDED_WALLET_CREATED_SCREEN")}catch(F){v("An error has occurred, please try again."),console.error(F)}},N=S?()=>{p(!0),setTimeout(()=>{p(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:()=>O(),q=!!S;return Oo(qs,{children:[fe(E,{onClose:_}),fe(yu,{children:T?Oo(vu,{children:[fe(gu,{children:fe("div",{children:fe(Qt,{success:!!S,fail:!!m})})}),fe("h3",{children:m!==""?m:"Creating your wallet..."}),fe(ee,{onClick:()=>{i({shouldCallAuthOnSuccess:W})},invisible:m==="",disabled:!1,children:"Close"})]}):Oo(qs,{children:[Oo("div",{children:[fe(ie,{title:q?"Secure your passcode":"Set your passcode",description:q?"Don\u2019t lose this passcode. You\u2019ll need it to access your full account on another device.":"You will need it when you sign in on a different device."}),fe(Gr,{onChange:I,disabled:y,readOnly:q,errorReasonOverride:m}),q?fe(Fr,{text:f||""}):null]}),Oo(bu,{children:[fe("h4",{children:"Why am I doing this?"}),q?fe("p",{children:"This passcode allows you to access your account on another device. If you lose it, there is no way to recover your full account."}):fe("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),fe(wu,{loading:y||!r,disabled:!f,onClick:N,warn:q,hideAnimations:!S&&y,children:q?"I have saved my passcode":"Set passcode"})]})}),fe(M,{protectedByPrivy:!0})]})},yu=Do.div`
1037
1037
  display: flex;
1038
1038
  height: 100%;
1039
1039
  flex-direction: column;
1040
1040
  justify-content: space-between;
1041
- `,yu=Oo.div`
1041
+ `,gu=Do.div`
1042
1042
  display: flex;
1043
1043
  flex-direction: column;
1044
1044
  justify-content: center;
@@ -1055,7 +1055,7 @@ Resources:
1055
1055
  left: -41px;
1056
1056
  top: -41px;
1057
1057
  }
1058
- `,gu=Oo.div`
1058
+ `,vu=Do.div`
1059
1059
  display: flex;
1060
1060
  flex-direction: column;
1061
1061
  justify-content: center;
@@ -1063,7 +1063,7 @@ Resources:
1063
1063
  gap: 24px;
1064
1064
  width: 100%;
1065
1065
  height: 100%;
1066
- `,vu=Oo.div`
1066
+ `,bu=Do.div`
1067
1067
  display: flex;
1068
1068
  flex-direction: column;
1069
1069
  justify-content: flex-start;
@@ -1088,26 +1088,26 @@ Resources:
1088
1088
  color: var(--privy-color-foreground-3);
1089
1089
  font-size: 14px;
1090
1090
  }
1091
- `,bu=Oo(K)`
1092
- ${e=>e.hideAnimations&&hu`
1091
+ `,wu=Do(K)`
1092
+ ${e=>e.hideAnimations&&fu`
1093
1093
  && {
1094
1094
  // Remove animations because the createNewWallet task on the iframe partially
1095
1095
  // blocks the renderer, so the animation stutters and doesn't look good
1096
1096
  transition: none;
1097
1097
  }
1098
1098
  `}
1099
- `;import{useState as Nu}from"react";import*as at from"react-device-detect";import je from"styled-components";import di from"styled-components";import{jsx as qs}from"react/jsx-runtime";var js=({style:e,...t})=>qs("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:qs("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 Cu,jsxs as xu}from"react/jsx-runtime";var Hr=di.div`
1099
+ `;import{useState as Lu}from"react";import*as it from"react-device-detect";import $e from"styled-components";import pi from"styled-components";import{jsx as js}from"react/jsx-runtime";var Ks=({style:e,...t})=>js("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:js("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 xu,jsxs as Eu}from"react/jsx-runtime";var Vr=pi.div`
1100
1100
  display: flex;
1101
1101
  flex-direction: column;
1102
1102
  justify-content: flex-start;
1103
1103
  gap: 4px;
1104
- `,It=di.div`
1104
+ `,Nt=pi.div`
1105
1105
  &&& {
1106
1106
  margin-left: 7px; /* TODO: This is a total hack */
1107
1107
  border-left: 2px solid var(--privy-color-foreground-4);
1108
1108
  height: 12px;
1109
1109
  }
1110
- `,qe=({children:e})=>xu(wu,{children:[Cu(js,{style:{width:"16px",height:"16px"}}),e]}),wu=di.div`
1110
+ `,qe=({children:e})=>Eu(Cu,{children:[xu(Ks,{style:{width:"16px",height:"16px"}}),e]}),Cu=pi.div`
1111
1111
  display: flex;
1112
1112
  justify-content: flex-start;
1113
1113
  justify-items: center;
@@ -1125,7 +1125,7 @@ Resources:
1125
1125
  margin-bottom: auto;
1126
1126
  }
1127
1127
  }
1128
- `;import Eu from"qrcode";import Tu from"styled-components";import{Fragment as ao,jsx as ye,jsxs as Zs}from"react/jsx-runtime";var xe=7,pi=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let l=e==null?void 0:e[a];l&&l[i]&&(l[i]=0)}return e},Pu=e=>{let t=Eu.create(e,{errorCorrectionLevel:"high"}).modules,o=ca(Array.from(t.data),t.size);return o=pi(o,0,0,xe,xe),o=pi(o,o.length-xe,0,xe,xe),o=pi(o,0,o.length-xe,xe,xe),o},_u=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>ye(ao,{children:[0,1,2].map(i=>ye("circle",{r:o*(xe-i*2)/2,cx:e+o*xe/2,cy:t+o*xe/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Au=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-xe)*e,0],[0,(t-xe)*e]];return ye(ao,{children:n.map(([i,a])=>ye(_u,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},Su=({matrix:e,cellSize:t,color:o})=>ye(ao,{children:e.map((r,n)=>r.map((i,a)=>i?ye("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):ye(ao,{})))}),Ks=(e,t)=>e-e%t,ku=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return ye(ao,{});let a=r||40,l=n||4,s=o,u=e/2-a/2-l;return Zs(ao,{children:[ye("rect",{x:Ks(u,t),y:Ks(u,t),width:a+l*2+(u%t?t+.5:.5),height:a+l*2+(u%t?t+.5:.5),fill:i}),ye(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Ru=e=>{var n;let t=e.outputSize,o=Pu(e.url),r=t/o.length;return Zs("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[ye(Su,{matrix:o,cellSize:r,color:e.fgColor}),ye(Au,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),ye(ku,{outputSize:e.outputSize,cellSize:r,element:(n=e.logo)==null?void 0:n.element,bgColor:e.bgColor})]})},Wu=Tu.div`
1128
+ `;import Tu from"qrcode";import Pu from"styled-components";import{Fragment as so,jsx as ye,jsxs as Qs}from"react/jsx-runtime";var xe=7,ui=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let l=e==null?void 0:e[a];l&&l[i]&&(l[i]=0)}return e},_u=e=>{let t=Tu.create(e,{errorCorrectionLevel:"high"}).modules,o=va(Array.from(t.data),t.size);return o=ui(o,0,0,xe,xe),o=ui(o,o.length-xe,0,xe,xe),o=ui(o,0,o.length-xe,xe,xe),o},Au=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>ye(so,{children:[0,1,2].map(i=>ye("circle",{r:o*(xe-i*2)/2,cx:e+o*xe/2,cy:t+o*xe/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Su=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-xe)*e,0],[0,(t-xe)*e]];return ye(so,{children:n.map(([i,a])=>ye(Au,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},ku=({matrix:e,cellSize:t,color:o})=>ye(so,{children:e.map((r,n)=>r.map((i,a)=>i?ye("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):ye(so,{})))}),Ys=(e,t)=>e-e%t,Ru=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return ye(so,{});let a=r||40,l=n||4,s=o,u=e/2-a/2-l;return Qs(so,{children:[ye("rect",{x:Ys(u,t),y:Ys(u,t),width:a+l*2+(u%t?t+.5:.5),height:a+l*2+(u%t?t+.5:.5),fill:i}),ye(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Wu=e=>{var n;let t=e.outputSize,o=_u(e.url),r=t/o.length;return Qs("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[ye(ku,{matrix:o,cellSize:r,color:e.fgColor}),ye(Su,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),ye(Ru,{outputSize:e.outputSize,cellSize:r,element:(n=e.logo)==null?void 0:n.element,bgColor:e.bgColor})]})},Iu=Pu.div`
1129
1129
  display: flex;
1130
1130
  justify-content: center;
1131
1131
  align-items: center;
@@ -1140,7 +1140,7 @@ Resources:
1140
1140
  border-color: ${e=>e.fgColor};
1141
1141
  border-radius: 12px;
1142
1142
  }
1143
- `,Ys=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return ye(Wu,{size:r,bgColor:t,fgColor:o,children:ye(Ru,{url:e.url,logo:{element:e.squareLogoElement},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as Iu}from"react/jsx-runtime";var Qs=({size:e})=>Iu(Ys,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Ae,size:e,fgColor:"#1F1F1F"});import{jsx as Z,jsxs as Vr}from"react/jsx-runtime";var Js=({style:e,...t})=>Vr("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:[Z("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),Z(se,{x:"206",y:"140",width:"36",height:"36"}),Z("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),Z("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),Z("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),Z("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),Z("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),Z("g",{clipPath:"url(#clip0_428_81)",children:Z("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),Z("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"var(--privy-color-foreground-accent)"}),Z(Dr,{x:"63",y:"17"}),Z("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),Z("path",{fill:"var(--privy-color-accent)",d:"M269.405 111c8.865 0 16.052-7.163 16.052-16s-7.187-16-16.052-16c-8.865 0-16.051 7.163-16.051 16s7.186 16 16.051 16ZM133.971 24c6.649 0 12.039-5.373 12.039-12s-5.39-12-12.039-12-12.039 5.373-12.039 12 5.39 12 12.039 12ZM15.592 112c4.986 0 9.029-4.029 9.029-9 0-4.97-4.043-9-9.03-9-4.986 0-9.028 4.03-9.028 9 0 4.971 4.042 9 9.029 9Z"}),Z("path",{fill:"var(--privy-color-accent-light)",d:"M152.029 177c5.541 0 10.032-4.477 10.032-10s-4.491-10-10.032-10-10.032 4.477-10.032 10 4.491 10 10.032 10ZM263.386 21c4.432 0 8.026-3.582 8.026-8s-3.594-8-8.026-8c-4.433 0-8.026 3.582-8.026 8s3.593 8 8.026 8ZM7.064 36c3.602 0 6.521-2.91 6.521-6.5s-2.92-6.5-6.52-6.5C3.462 23 .542 25.91.542 29.5S3.463 36 7.064 36Z"}),Vr("defs",{children:[Vr("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[Z("stop",{stopColor:"#534BB1"}),Z("stop",{offset:"1",stopColor:"#551BF9"})]}),Vr("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[Z("stop",{stopColor:"white"}),Z("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),Z("clipPath",{id:"clip0_428_81",children:Z("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import{Fragment as ui,jsx as A,jsxs as oe}from"react/jsx-runtime";var mi=()=>{let{navigate:e}=w(),t="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return at.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),oe(yi,{children:[A(ie,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),A(gi,{children:A(se,{style:{width:"152px",height:"152px"}})}),oe(Hr,{children:[A(qe,{children:oe("div",{children:[A("span",{children:"Install the "}),A("a",{href:t,target:"_blank",children:"MetaMask browser extension"})]})}),A(It,{}),A(qe,{children:"Set up your first wallet"}),A(It,{}),A(qe,{children:"Store your recovery phrase in a safe place!"})]}),A(ee,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},hi=()=>{let{navigate:e}=w(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return at.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),oe(yi,{children:[A(ie,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),A(gi,{children:A(Fe,{style:{width:"152px",height:"152px"}})}),oe(Hr,{children:[A(qe,{children:oe("div",{children:[A("span",{children:"Install the "}),A("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),A(It,{}),A(qe,{children:"Set up your first wallet"}),A(It,{}),A(qe,{children:"Store your recovery phrase in a safe place!"})]}),A(ee,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},fi=()=>{let{navigate:e}=w();return oe(yi,{children:[A(ie,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),A(gi,{style:{marginTop:"-24px"},children:A(Qs,{size:200})}),oe(Hr,{children:[A(qe,{children:"Scan the QR code with your camera"}),A(It,{}),A(qe,{children:"Set up your first wallet"}),A(It,{}),A(qe,{children:"Store your seed phrase in a safe place!"})]}),A(ee,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},tl=()=>{let[e,t]=Nu("WHAT_IS_A_WALLET"),{navigateBack:o}=w();return oe(ui,{children:[A(E,{backFn:e==="WHAT_IS_A_WALLET"?o:e==="PICK_A_NEW_WALLET"?()=>t("WHAT_IS_A_WALLET"):()=>t("PICK_A_NEW_WALLET")},"header"),oe(Lu,{children:[e==="WHAT_IS_A_WALLET"&&oe(ui,{children:[A(Bu,{children:A(Js,{style:{width:"240px",height:"auto",borderRadius:"var(--privy-border-radius-sm)",marginBottom:"32px"}})}),oe(ot,{title:"Get started with a new wallet",children:[A("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),A("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),A(Du,{children:A(Uu,{onClick:()=>{t("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),e==="PICK_A_NEW_WALLET"&&A(ui,{children:oe(Mu,{children:[A(ie,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),oe(Ou,{children:[oe(Xs,{onClick:()=>{at.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":at.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":t("CREATE_METAMASK_WALLET")},children:[A(se,{}),oe(el,{children:[A("h4",{children:"MetaMask"}),A("p",{children:"Get a browser-based wallet"})]})]}),oe(Xs,{onClick:()=>{at.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":at.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":t("CREATE_COINBASE_WALLET")},children:[A(Ae,{}),oe(el,{children:[A("h4",{children:"Coinbase Wallet"}),A("p",{children:"Get a mobile app wallet"})]})]})]})]})}),e==="CREATE_COINBASE_WALLET"&&A(fi,{}),e==="CREATE_METAMASK_WALLET"&&A(mi,{}),e==="CREATE_PHANTOM_WALLET"&&A(hi,{})]}),oe(Le,{children:[A("span",{children:"Still not sure? "}),A("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Lu=je.div`
1143
+ `,Zs=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return ye(Iu,{size:r,bgColor:t,fgColor:o,children:ye(Wu,{url:e.url,logo:{element:e.squareLogoElement},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as Nu}from"react/jsx-runtime";var Js=({size:e})=>Nu(Zs,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Ae,size:e,fgColor:"#1F1F1F"});import{jsx as Z,jsxs as zr}from"react/jsx-runtime";var Xs=({style:e,...t})=>zr("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:[Z("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),Z(se,{x:"206",y:"140",width:"36",height:"36"}),Z("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),Z("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),Z("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),Z("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),Z("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),Z("g",{clipPath:"url(#clip0_428_81)",children:Z("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),Z("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"var(--privy-color-foreground-accent)"}),Z(Ur,{x:"63",y:"17"}),Z("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),Z("path",{fill:"var(--privy-color-accent)",d:"M269.405 111c8.865 0 16.052-7.163 16.052-16s-7.187-16-16.052-16c-8.865 0-16.051 7.163-16.051 16s7.186 16 16.051 16ZM133.971 24c6.649 0 12.039-5.373 12.039-12s-5.39-12-12.039-12-12.039 5.373-12.039 12 5.39 12 12.039 12ZM15.592 112c4.986 0 9.029-4.029 9.029-9 0-4.97-4.043-9-9.03-9-4.986 0-9.028 4.03-9.028 9 0 4.971 4.042 9 9.029 9Z"}),Z("path",{fill:"var(--privy-color-accent-light)",d:"M152.029 177c5.541 0 10.032-4.477 10.032-10s-4.491-10-10.032-10-10.032 4.477-10.032 10 4.491 10 10.032 10ZM263.386 21c4.432 0 8.026-3.582 8.026-8s-3.594-8-8.026-8c-4.433 0-8.026 3.582-8.026 8s3.593 8 8.026 8ZM7.064 36c3.602 0 6.521-2.91 6.521-6.5s-2.92-6.5-6.52-6.5C3.462 23 .542 25.91.542 29.5S3.463 36 7.064 36Z"}),zr("defs",{children:[zr("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[Z("stop",{stopColor:"#534BB1"}),Z("stop",{offset:"1",stopColor:"#551BF9"})]}),zr("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[Z("stop",{stopColor:"white"}),Z("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),Z("clipPath",{id:"clip0_428_81",children:Z("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import{Fragment as mi,jsx as A,jsxs as oe}from"react/jsx-runtime";var hi=()=>{let{navigate:e}=w(),t="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return it.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),oe(gi,{children:[A(ie,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),A(vi,{children:A(se,{style:{width:"152px",height:"152px"}})}),oe(Vr,{children:[A(qe,{children:oe("div",{children:[A("span",{children:"Install the "}),A("a",{href:t,target:"_blank",children:"MetaMask browser extension"})]})}),A(Nt,{}),A(qe,{children:"Set up your first wallet"}),A(Nt,{}),A(qe,{children:"Store your recovery phrase in a safe place!"})]}),A(ee,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},fi=()=>{let{navigate:e}=w(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return it.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),oe(gi,{children:[A(ie,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),A(vi,{children:A(Be,{style:{width:"152px",height:"152px"}})}),oe(Vr,{children:[A(qe,{children:oe("div",{children:[A("span",{children:"Install the "}),A("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),A(Nt,{}),A(qe,{children:"Set up your first wallet"}),A(Nt,{}),A(qe,{children:"Store your recovery phrase in a safe place!"})]}),A(ee,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},yi=()=>{let{navigate:e}=w();return oe(gi,{children:[A(ie,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),A(vi,{style:{marginTop:"-24px"},children:A(Js,{size:200})}),oe(Vr,{children:[A(qe,{children:"Scan the QR code with your camera"}),A(Nt,{}),A(qe,{children:"Set up your first wallet"}),A(Nt,{}),A(qe,{children:"Store your seed phrase in a safe place!"})]}),A(ee,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},ol=()=>{let[e,t]=Lu("WHAT_IS_A_WALLET"),{navigateBack:o}=w();return oe(mi,{children:[A(E,{backFn:e==="WHAT_IS_A_WALLET"?o:e==="PICK_A_NEW_WALLET"?()=>t("WHAT_IS_A_WALLET"):()=>t("PICK_A_NEW_WALLET")},"header"),oe(Mu,{children:[e==="WHAT_IS_A_WALLET"&&oe(mi,{children:[A(Fu,{children:A(Xs,{style:{width:"240px",height:"auto",borderRadius:"var(--privy-border-radius-sm)",marginBottom:"32px"}})}),oe(tt,{title:"Get started with a new wallet",children:[A("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),A("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),A(Uu,{children:A(Bu,{onClick:()=>{t("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),e==="PICK_A_NEW_WALLET"&&A(mi,{children:oe(Ou,{children:[A(ie,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),oe(Du,{children:[oe(el,{onClick:()=>{it.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":it.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":t("CREATE_METAMASK_WALLET")},children:[A(se,{}),oe(tl,{children:[A("h4",{children:"MetaMask"}),A("p",{children:"Get a browser-based wallet"})]})]}),oe(el,{onClick:()=>{it.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":it.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":t("CREATE_COINBASE_WALLET")},children:[A(Ae,{}),oe(tl,{children:[A("h4",{children:"Coinbase Wallet"}),A("p",{children:"Get a mobile app wallet"})]})]})]})]})}),e==="CREATE_COINBASE_WALLET"&&A(yi,{}),e==="CREATE_METAMASK_WALLET"&&A(hi,{}),e==="CREATE_PHANTOM_WALLET"&&A(fi,{})]}),oe(Ne,{children:[A("span",{children:"Still not sure? "}),A("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Mu=$e.div`
1144
1144
  display: flex;
1145
1145
  flex-direction: column;
1146
1146
  height: 100%;
@@ -1151,19 +1151,19 @@ Resources:
1151
1151
  display: none;
1152
1152
  }
1153
1153
  }
1154
- `,Mu=je.div`
1154
+ `,Ou=$e.div`
1155
1155
  display: flex;
1156
1156
  flex-direction: column;
1157
1157
  align-items: flex-start;
1158
1158
  justify-content: flex-start;
1159
1159
  text-align: left;
1160
1160
  gap: 20px;
1161
- `,Ou=je.div`
1161
+ `,Du=$e.div`
1162
1162
  display: flex;
1163
1163
  flex-direction: column;
1164
1164
  width: 100%;
1165
1165
  gap: 8px;
1166
- `,Xs=je.button`
1166
+ `,el=$e.button`
1167
1167
  display: flex;
1168
1168
  flex-direction: row;
1169
1169
  align-items: center;
@@ -1196,24 +1196,24 @@ Resources:
1196
1196
  :hover {
1197
1197
  border: 1px solid var(--privy-color-accent-light);
1198
1198
  }
1199
- `,el=je.div`
1199
+ `,tl=$e.div`
1200
1200
  text-align: left;
1201
1201
 
1202
1202
  p {
1203
1203
  font-style: italic;
1204
1204
  font-size: 12px;
1205
1205
  }
1206
- `,Du=je.div`
1206
+ `,Uu=$e.div`
1207
1207
  margin-top: auto;
1208
1208
  display: flex;
1209
1209
  align-items: flex-end;
1210
1210
  flex-grow: 1;
1211
1211
  width: 100%;
1212
- `,Uu=je(K)`
1212
+ `,Bu=$e(K)`
1213
1213
  && {
1214
1214
  margin-top: 14px;
1215
1215
  }
1216
- `,yi=je.div`
1216
+ `,gi=$e.div`
1217
1217
  display: flex;
1218
1218
  flex-direction: column;
1219
1219
  align-items: center;
@@ -1225,17 +1225,17 @@ Resources:
1225
1225
  > :first-child > svg {
1226
1226
  margin-top: 20px;
1227
1227
  }
1228
- `,gi=je.div`
1228
+ `,vi=$e.div`
1229
1229
  display: flex;
1230
1230
  flex-direction: column;
1231
1231
  align-items: center;
1232
1232
  justify-content: center;
1233
1233
  width: 100%;
1234
- `,Bu=je.div`
1234
+ `,Fu=$e.div`
1235
1235
  display: flex;
1236
1236
  justify-content: center;
1237
1237
  flex-grow: 1;
1238
- `;import{Fragment as Fu,jsx as zr,jsxs as ol}from"react/jsx-runtime";var rl=()=>{let{navigateBack:e}=w();return ol(Fu,{children:[zr(E,{backFn:e},"header"),zr(fi,{}),ol(Le,{children:[zr("span",{children:"Still not sure? "}),zr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Gu,jsx as $r,jsxs as nl}from"react/jsx-runtime";var il=()=>{let{navigateBack:e}=w();return nl(Gu,{children:[$r(E,{backFn:e},"header"),$r(mi,{}),nl(Le,{children:[$r("span",{children:"Still not sure? "}),$r("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Hu,jsx as qr,jsxs as al}from"react/jsx-runtime";var sl=()=>{let{navigateBack:e}=w();return al(Hu,{children:[qr(E,{backFn:e},"header"),qr(hi,{}),al(Le,{children:[qr("span",{children:"Still not sure? "}),qr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{useState as am}from"react";import{isMobile as fl}from"react-device-detect";import co from"styled-components";import{useEffect as Vu,useState as vi}from"react";import Kr from"styled-components";import{jsx as ll}from"react/jsx-runtime";var jr=({style:e,...t})=>ll("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:ll("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import{Fragment as Ku,jsx as so,jsxs as bi}from"react/jsx-runtime";var Yr=e=>{let[t,o]=vi(""),[r,n]=vi(!1),[i,a]=vi(null),{isLinking:l,initLoginWithEmail:s}=k(),{app:u,navigate:f}=w(),h=(u==null?void 0:u.loginMethods.wallet)??!1;Vu(()=>{let p=document.querySelector("#email-input");p==null||p.focus()},[]);let m=sa(t),v=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(p=>{(p==null?void 0:p.status)===422?a(p.message):(p==null?void 0:p.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),n(!1)})},y="Get started without a wallet.";return i?y=i:l?y="Easily connect an email":h||(y="Get started quickly with email"),bi(Ku,{children:[bi(zu,{stacked:e.stacked,children:[bi(qu,{standalone:e.stacked,children:[so(jr,{}),so("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:p=>o(p.target.value),onKeyUp:p=>{p.key==="Enter"&&v()},value:t,autoComplete:"email"})]}),e.stacked?null:so($u,{disabled:r||!m,onClick:v,children:r?so(Ne,{}):"Submit"})]}),so(ju,{fail:!!i,children:y}),e.stacked?so(K,{loading:r,loadingText:null,disabled:r||!m,onClick:v,children:"Submit"}):null]})},zu=Kr.div`
1238
+ `;import{Fragment as Gu,jsx as qr,jsxs as rl}from"react/jsx-runtime";var nl=()=>{let{navigateBack:e}=w();return rl(Gu,{children:[qr(E,{backFn:e},"header"),qr(yi,{}),rl(Ne,{children:[qr("span",{children:"Still not sure? "}),qr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Hu,jsx as $r,jsxs as il}from"react/jsx-runtime";var al=()=>{let{navigateBack:e}=w();return il(Hu,{children:[$r(E,{backFn:e},"header"),$r(hi,{}),il(Ne,{children:[$r("span",{children:"Still not sure? "}),$r("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Vu,jsx as jr,jsxs as sl}from"react/jsx-runtime";var ll=()=>{let{navigateBack:e}=w();return sl(Vu,{children:[jr(E,{backFn:e},"header"),jr(fi,{}),sl(Ne,{children:[jr("span",{children:"Still not sure? "}),jr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{useState as sm}from"react";import{isMobile as yl}from"react-device-detect";import po from"styled-components";import{useEffect as zu,useState as bi}from"react";import Yr from"styled-components";import{jsx as cl}from"react/jsx-runtime";var Kr=({style:e,...t})=>cl("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:cl("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import{Fragment as Yu,jsx as lo,jsxs as wi}from"react/jsx-runtime";var Zr=e=>{let[t,o]=bi(""),[r,n]=bi(!1),[i,a]=bi(null),{isLinking:l,initLoginWithEmail:s}=k(),{app:u,navigate:f}=w(),h=(u==null?void 0:u.loginMethods.wallet)??!1;zu(()=>{let p=document.querySelector("#email-input");p==null||p.focus()},[]);let m=ya(t),v=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(p=>{(p==null?void 0:p.status)===422?a(p.message):(p==null?void 0:p.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),n(!1)})},y="Get started without a wallet.";return i?y=i:l?y="Easily connect an email":h||(y="Get started quickly with email"),wi(Yu,{children:[wi(qu,{stacked:e.stacked,children:[wi(ju,{standalone:e.stacked,children:[lo(Kr,{}),lo("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:p=>o(p.target.value),onKeyUp:p=>{p.key==="Enter"&&v()},value:t,autoComplete:"email"})]}),e.stacked?null:lo($u,{disabled:r||!m,onClick:v,children:r?lo(Ie,{}):"Submit"})]}),lo(Ku,{fail:!!i,children:y}),e.stacked?lo(K,{loading:r,loadingText:null,disabled:r||!m,onClick:v,children:"Submit"}):null]})},qu=Yr.div`
1239
1239
  width: 100%;
1240
1240
  height: ${e=>e.stacked?"100%":"auto"};
1241
1241
 
@@ -1247,7 +1247,7 @@ Resources:
1247
1247
  @media (max-width: 440px) {
1248
1248
  margin-top: 20px;
1249
1249
  }
1250
- `,$u=Kr.button`
1250
+ `,$u=Yr.button`
1251
1251
  display: flex;
1252
1252
  flex-direction: row;
1253
1253
  align-items: center;
@@ -1278,7 +1278,7 @@ Resources:
1278
1278
  color: var(--privy-color-foreground-3);
1279
1279
  cursor: not-allowed;
1280
1280
  }
1281
- `,qu=Kr.label`
1281
+ `,ju=Yr.label`
1282
1282
  display: flex;
1283
1283
  flex-direction: row;
1284
1284
  align-items: center;
@@ -1315,7 +1315,7 @@ Resources:
1315
1315
  line-height: 24px;
1316
1316
  }
1317
1317
  }
1318
- `,ju=Kr.div`
1318
+ `,Ku=Yr.div`
1319
1319
  line-height: 20px;
1320
1320
  height: 20px;
1321
1321
  font-size: 13px;
@@ -1328,7 +1328,7 @@ Resources:
1328
1328
  > a {
1329
1329
  text-decoration: underline;
1330
1330
  }
1331
- `;import{useEffect as Yu,useState as wi}from"react";import Qr from"styled-components";import{jsx as cl}from"react/jsx-runtime";var Zr=({style:e,...t})=>cl("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:cl("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as em,jsx as lo,jsxs as Ci}from"react/jsx-runtime";var Jr=e=>{let[t,o]=wi(""),[r,n]=wi(!1),[i,a]=wi(null),{isLinking:l,initLoginWithSms:s}=k(),{app:u,navigate:f}=w(),h=(u==null?void 0:u.loginMethods.wallet)??!1;Yu(()=>{let p=document.querySelector("#phone-number-input");p==null||p.focus()},[]);let m=la(t),v=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(p=>{(p==null?void 0:p.status)===422?a(p.message):(p==null?void 0:p.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),n(!1)})},y="Get started without a wallet.";return i?y=i:l?y="Easily connect a phone number":h||(y="Get started quickly with your phone"),Ci(em,{children:[Ci(Zu,{stacked:e.stacked,children:[Ci(Ju,{standalone:e.stacked,children:[lo(Zr,{}),lo("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:p=>{o(p.target.value)},onKeyUp:p=>{p.key==="Enter"&&v()},value:t,autoComplete:"tel"})]}),e.stacked?null:lo(Qu,{disabled:r||!m,onClick:v,children:r?lo(Ne,{}):"Submit"})]}),lo(Xu,{fail:!!i,children:y}),e.stacked?lo(K,{loading:r,loadingText:null,disabled:r||!m,onClick:v,children:"Submit"}):null]})},Zu=Qr.div`
1331
+ `;import{useEffect as Zu,useState as Ci}from"react";import Jr from"styled-components";import{jsx as dl}from"react/jsx-runtime";var Qr=({style:e,...t})=>dl("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:dl("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as tm,jsx as co,jsxs as xi}from"react/jsx-runtime";var Xr=e=>{let[t,o]=Ci(""),[r,n]=Ci(!1),[i,a]=Ci(null),{isLinking:l,initLoginWithSms:s}=k(),{app:u,navigate:f}=w(),h=(u==null?void 0:u.loginMethods.wallet)??!1;Zu(()=>{let p=document.querySelector("#phone-number-input");p==null||p.focus()},[]);let m=ga(t),v=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(p=>{(p==null?void 0:p.status)===422?a(p.message):(p==null?void 0:p.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),n(!1)})},y="Get started without a wallet.";return i?y=i:l?y="Easily connect a phone number":h||(y="Get started quickly with your phone"),xi(tm,{children:[xi(Qu,{stacked:e.stacked,children:[xi(Xu,{standalone:e.stacked,children:[co(Qr,{}),co("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:p=>{o(p.target.value)},onKeyUp:p=>{p.key==="Enter"&&v()},value:t,autoComplete:"tel"})]}),e.stacked?null:co(Ju,{disabled:r||!m,onClick:v,children:r?co(Ie,{}):"Submit"})]}),co(em,{fail:!!i,children:y}),e.stacked?co(K,{loading:r,loadingText:null,disabled:r||!m,onClick:v,children:"Submit"}):null]})},Qu=Jr.div`
1332
1332
  display: flex;
1333
1333
  border: 1px solid var(--privy-color-foreground-4);
1334
1334
  width: 100%;
@@ -1342,7 +1342,7 @@ Resources:
1342
1342
  @media (max-width: 440px) {
1343
1343
  margin-top: 20px;
1344
1344
  }
1345
- `,Qu=Qr.button`
1345
+ `,Ju=Jr.button`
1346
1346
  display: flex;
1347
1347
  flex-direction: row;
1348
1348
  align-items: center;
@@ -1373,7 +1373,7 @@ Resources:
1373
1373
  color: var(--privy-color-foreground-3);
1374
1374
  cursor: not-allowed;
1375
1375
  }
1376
- `,Ju=Qr.label`
1376
+ `,Xu=Jr.label`
1377
1377
  display: flex;
1378
1378
  flex-direction: row;
1379
1379
  align-items: center;
@@ -1410,7 +1410,7 @@ Resources:
1410
1410
  line-height: 24px;
1411
1411
  }
1412
1412
  }
1413
- `,Xu=Qr.div`
1413
+ `,em=Jr.div`
1414
1414
  line-height: 20px;
1415
1415
  height: 20px;
1416
1416
  font-size: 13px;
@@ -1423,12 +1423,12 @@ Resources:
1423
1423
  > a {
1424
1424
  text-decoration: underline;
1425
1425
  }
1426
- `;import ml from"styled-components";import{jsx as dl,jsxs as tm}from"react/jsx-runtime";var Xr=({style:e,...t})=>tm("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:[dl("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"}),dl("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 Do,jsxs as om}from"react/jsx-runtime";var en=({style:e,...t})=>om("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:[Do("g",{clipPath:"url(#clip0)",children:Do("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"})}),Do("defs",{children:Do("clipPath",{id:"clip0",children:Do("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as pl}from"react/jsx-runtime";var tn=({style:e,...t})=>pl("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:pl("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 on,jsxs as rm}from"react/jsx-runtime";var rn=({style:e,...t})=>rm("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:[on("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"}),on("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"}),on("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"}),on("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 ul}from"react/jsx-runtime";var nn=({style:e,...t})=>ul("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:ul("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:"#1da1f2"})});import{jsx as Ke,jsxs as im}from"react/jsx-runtime";var hl=({showGoogle:e,showTwitter:t,showDiscord:o,showGithub:r,showApple:n})=>{let{initLoginWithOAuth:i}=k(),{app:a}=w(),l=a==null?void 0:a.appearance.palette.colorScheme;return im(nm,{children:[e&&Ke(Uo,{onClick:()=>{i("google")},children:Ke(rn,{})}),t&&Ke(Uo,{onClick:()=>{i("twitter")},children:Ke(nn,{})}),o&&Ke(Uo,{onClick:()=>{i("discord")},children:Ke(en,{})}),r&&Ke(Uo,{onClick:()=>{i("github")},children:Ke(tn,{style:{color:l==="light"?"#000":"#fff"}})}),n&&Ke(Uo,{onClick:()=>{i("apple")},children:Ke(Xr,{style:{color:l==="light"?"#000":"#fff"}})})]})},nm=ml.div`
1426
+ `;import hl from"styled-components";import{jsx as pl,jsxs as om}from"react/jsx-runtime";var en=({style:e,...t})=>om("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:[pl("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"}),pl("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 Uo,jsxs as rm}from"react/jsx-runtime";var tn=({style:e,...t})=>rm("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:[Uo("g",{clipPath:"url(#clip0)",children:Uo("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"})}),Uo("defs",{children:Uo("clipPath",{id:"clip0",children:Uo("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as ul}from"react/jsx-runtime";var on=({style:e,...t})=>ul("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:ul("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 rn,jsxs as nm}from"react/jsx-runtime";var nn=({style:e,...t})=>nm("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:[rn("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"}),rn("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"}),rn("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"}),rn("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 ml}from"react/jsx-runtime";var an=({style:e,...t})=>ml("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:ml("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:"#1da1f2"})});import{jsx as je,jsxs as am}from"react/jsx-runtime";var fl=({showGoogle:e,showTwitter:t,showDiscord:o,showGithub:r,showApple:n})=>{let{initLoginWithOAuth:i}=k(),{app:a}=w(),l=a==null?void 0:a.appearance.palette.colorScheme;return am(im,{children:[e&&je(Bo,{onClick:()=>{i("google")},children:je(nn,{})}),t&&je(Bo,{onClick:()=>{i("twitter")},children:je(an,{})}),o&&je(Bo,{onClick:()=>{i("discord")},children:je(tn,{})}),r&&je(Bo,{onClick:()=>{i("github")},children:je(on,{style:{color:l==="light"?"#000":"#fff"}})}),n&&je(Bo,{onClick:()=>{i("apple")},children:je(en,{style:{color:l==="light"?"#000":"#fff"}})})]})},im=hl.div`
1427
1427
  display: flex;
1428
1428
  justify-content: space-between;
1429
1429
  width: 100%;
1430
1430
  gap: 4px;
1431
- `,Uo=ml.div`
1431
+ `,Bo=hl.div`
1432
1432
  border-radius: var(--privy-border-radius-sm);
1433
1433
  cursor: pointer;
1434
1434
  height: 44px;
@@ -1442,13 +1442,13 @@ Resources:
1442
1442
  &:hover {
1443
1443
  background-color: var(--privy-color-background-2);
1444
1444
  }
1445
- `;import{Fragment as xi,jsx as Q,jsxs as Nt}from"react/jsx-runtime";var gl=()=>{let{app:e}=w(),t=(e==null?void 0:e.loginMethods.email)??!1,o=(e==null?void 0:e.loginMethods.sms)??!1,r=(e==null?void 0:e.loginMethods.wallet)??!1,n=(e==null?void 0:e.loginMethods.google)??!1,i=(e==null?void 0:e.loginMethods.twitter)??!1,a=(e==null?void 0:e.loginMethods.discord)??!1,l=(e==null?void 0:e.loginMethods.github)??!1,s=(e==null?void 0:e.loginMethods.apple)??!1,u=r&&(e==null?void 0:e.appearance.showWalletLoginFirst)?0:1,[f,h]=am(u),m=f==0,v=f==1,y=r,p=t||o,b=y!==p;return Nt(xi,{children:[Q(E,{},"header"),e!=null&&e.appearance.logo?Q(pm,{hasOnlyOneSection:b,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:Q(Wr,{})}):null,Nt(um,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[y&&Q(sm,{active:m||b,connectOnly:!1,onClick:()=>h(0),isOnlySection:!p}),p&&Q(lm,{active:v||b,onClick:()=>h(1),email:t,sms:o,google:n,twitter:i,discord:a,github:l,apple:s,isOnlySection:!y})]}),e&&Q(_r,{app:e}),Q(M,{protectedByPrivy:!0})]})};function sm(e){return Nt(bl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[Q(vl,{active:e.active,children:Q("h4",{children:"Connect Wallet"})}),e.active&&Nt(xi,{children:[Q(yt,{connectOnly:e.connectOnly}),Q(gt,{})]})]})}function lm(e){let t=e.google||e.discord||e.github||e.twitter&&!fl||e.apple,o=e.email?"Email":"Phone";return Nt(bl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:Q(vl,{active:e.active,children:Q("h4",{children:t?`${o} & Social`:o})}),e.active&&e.email&&Q(Yr,{}),e.active&&e.sms&&!e.email&&Q(Jr,{}),e.active&&t&&Q(cm,{google:e.google,twitter:e.twitter&&!fl,discord:e.discord,github:e.github,apple:e.apple})]})}function cm(e){return Nt(xi,{children:[Nt(dm,{children:[Q(yl,{}),Q("p",{children:" Or "}),Q(yl,{})]}),Q(hl,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var vl=co.div`
1445
+ `;import{Fragment as Ei,jsx as Q,jsxs as Lt}from"react/jsx-runtime";var vl=()=>{let{app:e}=w(),t=(e==null?void 0:e.loginMethods.email)??!1,o=(e==null?void 0:e.loginMethods.sms)??!1,r=(e==null?void 0:e.loginMethods.wallet)??!1,n=(e==null?void 0:e.loginMethods.google)??!1,i=(e==null?void 0:e.loginMethods.twitter)??!1,a=(e==null?void 0:e.loginMethods.discord)??!1,l=(e==null?void 0:e.loginMethods.github)??!1,s=(e==null?void 0:e.loginMethods.apple)??!1,u=r&&(e==null?void 0:e.appearance.showWalletLoginFirst)?0:1,[f,h]=sm(u),m=f==0,v=f==1,y=r,p=t||o,b=y!==p;return Lt(Ei,{children:[Q(E,{},"header"),e!=null&&e.appearance.logo?Q(um,{hasOnlyOneSection:b,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:Q(Ir,{})}):null,Lt(mm,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[y&&Q(lm,{active:m||b,connectOnly:!1,onClick:()=>h(0),isOnlySection:!p}),p&&Q(cm,{active:v||b,onClick:()=>h(1),email:t,sms:o,google:n,twitter:i,discord:a,github:l,apple:s,isOnlySection:!y})]}),e&&Q(Ar,{app:e}),Q(M,{protectedByPrivy:!0})]})};function lm(e){return Lt(wl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[Q(bl,{active:e.active,children:Q("h4",{children:"Connect Wallet"})}),e.active&&Lt(Ei,{children:[Q(ht,{connectOnly:e.connectOnly}),Q(ft,{})]})]})}function cm(e){let t=e.google||e.discord||e.github||e.twitter&&!yl||e.apple,o=e.email?"Email":"Phone";return Lt(wl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:Q(bl,{active:e.active,children:Q("h4",{children:t?`${o} & Social`:o})}),e.active&&e.email&&Q(Zr,{}),e.active&&e.sms&&!e.email&&Q(Xr,{}),e.active&&t&&Q(dm,{google:e.google,twitter:e.twitter&&!yl,discord:e.discord,github:e.github,apple:e.apple})]})}function dm(e){return Lt(Ei,{children:[Lt(pm,{children:[Q(gl,{}),Q("p",{children:" Or "}),Q(gl,{})]}),Q(fl,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var bl=po.div`
1446
1446
  font-weight: ${e=>e.active?600:500};
1447
1447
  color: ${e=>e.active?"var(--privy-color-foreground)":"var(--privy-color-foreground-2)"};
1448
1448
  display: flex;
1449
1449
  justify-content: center;
1450
1450
  align-items: center;
1451
- `,bl=co.div`
1451
+ `,wl=po.div`
1452
1452
  display: flex;
1453
1453
  flex-direction: column;
1454
1454
  align-items: flex-start;
@@ -1473,7 +1473,7 @@ Resources:
1473
1473
  }
1474
1474
 
1475
1475
  cursor: ${e=>e.active?"inherit":"pointer"};
1476
- `,dm=co.div`
1476
+ `,pm=po.div`
1477
1477
  display: flex;
1478
1478
  justify-content: center;
1479
1479
  align-items: center;
@@ -1482,13 +1482,13 @@ Resources:
1482
1482
  && > p {
1483
1483
  color: var(--privy-color-foreground-3);
1484
1484
  }
1485
- `,yl=co.hr`
1485
+ `,gl=po.hr`
1486
1486
  width: 50%;
1487
1487
  && {
1488
1488
  border-top: 1px solid var(--privy-color-background-2);
1489
1489
  margin: 0px 8px;
1490
1490
  }
1491
- `,pm=co.div`
1491
+ `,um=po.div`
1492
1492
  display: flex;
1493
1493
  flex-direction: column;
1494
1494
  align-items: center;
@@ -1499,9 +1499,9 @@ Resources:
1499
1499
  @media (max-width: 440px) {
1500
1500
  padding: 10px 10px 20px;
1501
1501
  }
1502
- `,um=co(ce)`
1502
+ `,mm=po(ce)`
1503
1503
  flex-direction: ${e=>e.reverse?"column-reverse":"column"};
1504
- `;import{Fragment as mm,jsx as po,jsxs as hm}from"react/jsx-runtime";var wl=()=>{let{app:e}=w();return hm(mm,{children:[po(E,{},"header"),po(ot,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:po(jr,{})}),po(ce,{children:po(Yr,{stacked:!0})}),po(M,{protectedByPrivy:!0})]})};import{Fragment as fm,jsx as uo,jsxs as ym}from"react/jsx-runtime";var Cl=()=>{let{app:e}=w();return ym(fm,{children:[uo(E,{},"header"),uo(ot,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:uo(Zr,{})}),uo(ce,{children:uo(Jr,{stacked:!0})}),uo(M,{protectedByPrivy:!0})]})};import{Fragment as gm,jsx as Bo,jsxs as xl}from"react/jsx-runtime";var El=()=>{let{linkingHint:e}=k(),{app:t}=w(),o=e?`Select the wallet with ${ct(e)} and follow the instructions to reconnect your wallet${t!=null&&t.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t==null?void 0:t.name} account`;return xl(gm,{children:[Bo(E,{},"header"),Bo(Ve,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),xl(ce,{children:[Bo(yt,{connectOnly:!1}),Bo(gt,{})]}),Bo(M,{protectedByPrivy:!0})]})};import{jsx as Tl,jsxs as vm}from"react/jsx-runtime";var Pl=({style:e,...t})=>vm("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:[Tl("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Tl("path",{"fill-rule":"evenodd","clip-rule":"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 bm,jsx as mo,jsxs as _l}from"react/jsx-runtime";var Al=()=>{let{closePrivyModal:e}=k(),{navigate:t}=w();return _l(bm,{children:[mo(E,{},"header"),mo(Pl,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),mo(Ve,{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"}}),_l(ce,{children:[mo(K,{onClick:()=>t("LANDING"),children:"Try again"}),mo(Va,{onClick:()=>e(),children:"Cancel"})]}),mo(M,{protectedByPrivy:!0})]})};import{useEffect as Sl,useState as kl}from"react";import Ti from"styled-components";import{Fragment as Tm,jsx as Lt,jsxs as an}from"react/jsx-runtime";var Rl={google:{name:"Google",component:rn},discord:{name:"Discord",component:en},github:{name:"Github",component:tn},twitter:{name:"Twitter",component:nn},apple:{name:"Apple",component:Xr}},wm=e=>e.charAt(0).toUpperCase()+e.slice(1),Ei=()=>{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)},Wl=()=>{var I;let{ready:e,user:t,authenticated:o}=D(),{app:r,data:n,setModalData:i,navigate:a}=w(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:u,closePrivyModal:f}=k(),[h,m]=kl(!1),[v,y]=kl(void 0),p=((I=l())==null?void 0:I.provider)||"google",b=Rl[p].name,W=Rl[p].component,T=r!=null&&r.render.inDialog?Ue:0;Sl(()=>{!e||u().then(()=>{Ei(),m(!0)}).catch(O=>{let N={retryable:!1,message:"Authentication failed."};O.message.includes("Another user has already linked this")?N.detail="This account has already been linked to another user.":O.message==="Invalid code during oauth flow."?(N.retryable=!0,N.detail="Something went wrong. Try again."):O.message==="User denied confirmation during OAuth flow"&&(N.detail=`Retry and check ${wm(p)} to finish connecting your account.`,N.retryable=!0),Ei(),y(N)})},[e]),Sl(()=>{var z;if(!(o&&h&&t))return;if(((z=n==null?void 0:n.login)==null?void 0:z.promptCreatePrivyWalletFlow)&&!t.wallet){let H=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:q=>console.error(q),callAuthOnSuccessOnClose:!0}}),console.log("Navigating to wallet creation flow"),a("EMBEDDED_WALLET_SCREEN")},T);return()=>clearTimeout(H)}else{let H=setTimeout(f,T);return()=>clearTimeout(H)}},[o,h,t]);let S=h?`Successfully connected with ${b}`:v?v.message:`Verifying connection to ${b}`,_="";return h?_="You\u2019re good to go!":v?_=v.detail:_="Just a few moments more",an(Tm,{children:[Lt(E,{}),an(Cm,{children:[Lt(Em,{children:an("div",{children:[Lt(Zt,{success:h,fail:!!v}),Lt(W,{style:{width:"38px",height:"38px"}})]})}),an(xm,{children:[Lt("h3",{children:S}),Lt("p",{children:_})]}),Lt(ee,{onClick:()=>{Ei(),s(p),y(void 0)},invisible:h||!(v!=null&&v.retryable),disabled:!h&&!(v!=null&&v.retryable),children:"Retry"})]})]})},Cm=Ti.div`
1504
+ `;import{Fragment as hm,jsx as uo,jsxs as fm}from"react/jsx-runtime";var Cl=()=>{let{app:e}=w();return fm(hm,{children:[uo(E,{},"header"),uo(tt,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:uo(Kr,{})}),uo(ce,{children:uo(Zr,{stacked:!0})}),uo(M,{protectedByPrivy:!0})]})};import{Fragment as ym,jsx as mo,jsxs as gm}from"react/jsx-runtime";var xl=()=>{let{app:e}=w();return gm(ym,{children:[mo(E,{},"header"),mo(tt,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:mo(Qr,{})}),mo(ce,{children:mo(Xr,{stacked:!0})}),mo(M,{protectedByPrivy:!0})]})};import{Fragment as vm,jsx as Fo,jsxs as El}from"react/jsx-runtime";var Tl=()=>{let{linkingHint:e}=k(),{app:t}=w(),o=e?`Select the wallet with ${lt(e)} and follow the instructions to reconnect your wallet${t!=null&&t.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t==null?void 0:t.name} account`;return El(vm,{children:[Fo(E,{},"header"),Fo(He,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),El(ce,{children:[Fo(ht,{connectOnly:!1}),Fo(ft,{})]}),Fo(M,{protectedByPrivy:!0})]})};import{jsx as Pl,jsxs as bm}from"react/jsx-runtime";var _l=({style:e,...t})=>bm("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:[Pl("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Pl("path",{"fill-rule":"evenodd","clip-rule":"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 wm,jsx as ho,jsxs as Al}from"react/jsx-runtime";var Sl=()=>{let{closePrivyModal:e}=k(),{navigate:t}=w();return Al(wm,{children:[ho(E,{},"header"),ho(_l,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),ho(He,{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"}}),Al(ce,{children:[ho(K,{onClick:()=>t("LANDING"),children:"Try again"}),ho(za,{onClick:()=>e(),children:"Cancel"})]}),ho(M,{protectedByPrivy:!0})]})};import{useEffect as kl,useState as Rl}from"react";import Pi from"styled-components";import{Fragment as Pm,jsx as Mt,jsxs as sn}from"react/jsx-runtime";var Wl={google:{name:"Google",component:nn},discord:{name:"Discord",component:tn},github:{name:"Github",component:on},twitter:{name:"Twitter",component:an},apple:{name:"Apple",component:en}},Cm=e=>e.charAt(0).toUpperCase()+e.slice(1),Ti=()=>{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)},Il=()=>{var I;let{ready:e,user:t,authenticated:o}=D(),{app:r,data:n,setModalData:i,navigate:a}=w(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:u,closePrivyModal:f}=k(),[h,m]=Rl(!1),[v,y]=Rl(void 0),p=((I=l())==null?void 0:I.provider)||"google",b=Wl[p].name,W=Wl[p].component,T=r!=null&&r.render.inDialog?De:0;kl(()=>{!e||u().then(()=>{Ti(),m(!0)}).catch(O=>{let N={retryable:!1,message:"Authentication failed."};O.message.includes("Another user has already linked this")?N.detail="This account has already been linked to another user.":O.message==="Invalid code during oauth flow."?(N.retryable=!0,N.detail="Something went wrong. Try again."):O.message==="User denied confirmation during OAuth flow"&&(N.detail=`Retry and check ${Cm(p)} to finish connecting your account.`,N.retryable=!0),Ti(),y(N)})},[e]),kl(()=>{var q;if(!(o&&h&&t))return;if(((q=n==null?void 0:n.login)==null?void 0:q.promptCreatePrivyWalletFlow)&&!t.wallet){let V=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:$=>console.error($),callAuthOnSuccessOnClose:!0}}),console.log("Navigating to wallet creation flow"),a("EMBEDDED_WALLET_SCREEN")},T);return()=>clearTimeout(V)}else{let V=setTimeout(f,T);return()=>clearTimeout(V)}},[o,h,t]);let S=h?`Successfully connected with ${b}`:v?v.message:`Verifying connection to ${b}`,_="";return h?_="You\u2019re good to go!":v?_=v.detail:_="Just a few moments more",sn(Pm,{children:[Mt(E,{}),sn(xm,{children:[Mt(Tm,{children:sn("div",{children:[Mt(Qt,{success:h,fail:!!v}),Mt(W,{style:{width:"38px",height:"38px"}})]})}),sn(Em,{children:[Mt("h3",{children:S}),Mt("p",{children:_})]}),Mt(ee,{onClick:()=>{Ti(),s(p),y(void 0)},invisible:h||!(v!=null&&v.retryable),disabled:!h&&!(v!=null&&v.retryable),children:"Retry"})]})]})},xm=Pi.div`
1505
1505
  display: flex;
1506
1506
  flex-direction: column;
1507
1507
  align-items: center;
@@ -1509,11 +1509,11 @@ Resources:
1509
1509
  margin-left: 27px;
1510
1510
  margin-right: 27px;
1511
1511
  gap: 24px;
1512
- `,xm=Ti.div`
1512
+ `,Em=Pi.div`
1513
1513
  display: flex;
1514
1514
  flex-direction: column;
1515
1515
  gap: 8px;
1516
- `,Em=Ti.div`
1516
+ `,Tm=Pi.div`
1517
1517
  display: flex;
1518
1518
  flex-direction: column;
1519
1519
  justify-content: center;
@@ -1536,9 +1536,9 @@ Resources:
1536
1536
  left: -19px;
1537
1537
  top: -19px;
1538
1538
  }
1539
- `;import{useEffect as _m,useState as Nl}from"react";import Am from"styled-components";import{isMobile as Pm}from"react-device-detect";var Il=(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(!Ie()&&Pm)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as km,jsx as Mt,jsxs as Ll}from"react/jsx-runtime";var Ml=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),[r,n]=Nl(""),[i,a]=Nl(!1);_m(()=>{t&&o&&e().then(n)},[t,o]);let l=Il(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."),Ll(km,{children:[Mt(E,{},"header"),Mt(Ve,{title:s.title,description:s.description}),Ll(ce,{children:[Mt(Sm,{children:Mt(Fe,{style:{width:"72px",height:"72px"}})}),Mt(Er,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Mt("p",{children:s.footnote}):null]}),Mt(M,{protectedByPrivy:!0})]})},Sm=Am(ft)`
1539
+ `;import{useEffect as Am,useState as Ll}from"react";import Sm from"styled-components";import{isMobile as _m}from"react-device-detect";var Nl=(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(!We()&&_m)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Rm,jsx as Ot,jsxs as Ml}from"react/jsx-runtime";var Ol=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),[r,n]=Ll(""),[i,a]=Ll(!1);Am(()=>{t&&o&&e().then(n)},[t,o]);let l=Nl(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."),Ml(Rm,{children:[Ot(E,{},"header"),Ot(He,{title:s.title,description:s.description}),Ml(ce,{children:[Ot(km,{children:Ot(Be,{style:{width:"72px",height:"72px"}})}),Ot(Tr,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Ot("p",{children:s.footnote}):null]}),Ot(M,{protectedByPrivy:!0})]})},km=Sm(mt)`
1540
1540
  margin: 16px auto;
1541
- `;import{useEffect as gc,useState as Ko}from"react";import yo from"styled-components";import ec from"styled-components";import Dl from"styled-components";import{jsx as Ol,jsxs as Im}from"react/jsx-runtime";var Fo=({label:e,children:t,valueStyles:o})=>Im(Rm,{children:[Ol("div",{children:e}),Ol(Wm,{style:{...o},children:t})]}),Rm=Dl.div`
1541
+ `;import{useEffect as vc,useState as Yo}from"react";import go from"styled-components";import tc from"styled-components";import Ul from"styled-components";import{jsx as Dl,jsxs as Nm}from"react/jsx-runtime";var Go=({label:e,children:t,valueStyles:o})=>Nm(Wm,{children:[Dl("div",{children:e}),Dl(Im,{style:{...o},children:t})]}),Wm=Ul.div`
1542
1542
  display: flex;
1543
1543
  align-items: center;
1544
1544
  justify-content: space-between;
@@ -1553,27 +1553,27 @@ Resources:
1553
1553
  color: var(--privy-color-foreground-2);
1554
1554
  text-align: right;
1555
1555
  }
1556
- `,Wm=Dl.div`
1556
+ `,Im=Ul.div`
1557
1557
  display: flex;
1558
1558
  align-items: center;
1559
1559
  justify-content: center;
1560
1560
  border-radius: var(--privy-border-radius-md);
1561
1561
  background-color: var(--privy-color-background-2);
1562
1562
  padding: 4px 8px;
1563
- `;import{BigNumber as Om}from"@ethersproject/bignumber";import{BigNumber as Nm}from"@ethersproject/bignumber";import{isHexString as Lm}from"@ethersproject/bytes";import{getNetwork as Mm}from"@ethersproject/providers";import{formatEther as Ul}from"@ethersproject/units";var sn=(e,t)=>(t*parseFloat(Ul(e))).toFixed(2),Ot=(e,t=8)=>parseFloat(Ul(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,""),Bl=(e,t)=>{Lm(e)&&(e=Number(e));let o=Mm(e);return`https://${o.name==="homestead"?"www":o.name}.etherscan.io/address/${t}`},Ee=e=>Nm.from(e);import{Fragment as Dm,jsx as Um}from"react/jsx-runtime";var Go=({weiQuantities:e,tokenPrice:t})=>{let o=e.map(Ee).reduce((n,i)=>n.add(i),Om.from(0)),r=sn(o.toHexString(),t);return Um(Dm,{children:r==="0.00"?"< USD $0.01":`USD $${r}`})};import ho from"styled-components";import{jsx as Me,jsxs as Ho}from"react/jsx-runtime";var zl=({transactionData:e,displayFee:t=!1,gas:o,tokenPrice:r,isLoading:n=!1})=>Ho(Bm,{children:[Me(Fm,{"data-open":t,children:Ho(Fl,{children:[Ho(Gl,{children:[Me(Vl,{children:"Est. Fees"}),Me("div",{children:n?Me(Ne,{color:"var(--privy-color-accent)"}):Me(Go,{weiQuantities:[o],tokenPrice:r})})]}),Me(Hl,{children:`ETH ${Ot(Ee(o).toHexString())}`})]})}),Ho(Fl,{children:[Ho(Gl,{children:[Me(Vl,{children:"Total (including fees)"}),Me("div",{children:n||!e.value?Me(Ne,{color:"var(--privy-color-accent)"}):Me(Go,{weiQuantities:[e.value,o],tokenPrice:r})})]}),Me(Hl,{children:e.value?`ETH ${Ot(Ee(e.value).add(Ee(o)).toHexString())}`:null})]})]}),Bm=ho.div`
1563
+ `;import{BigNumber as Dm}from"@ethersproject/bignumber";import{BigNumber as Lm}from"@ethersproject/bignumber";import{isHexString as Mm}from"@ethersproject/bytes";import{getNetwork as Om}from"@ethersproject/providers";import{formatEther as Bl}from"@ethersproject/units";var ln=(e,t)=>(t*parseFloat(Bl(e))).toFixed(2),Dt=(e,t=8)=>parseFloat(Bl(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,""),Fl=(e,t)=>{Mm(e)&&(e=Number(e));let o=Om(e);return`https://${o.name==="homestead"?"www":o.name}.etherscan.io/address/${t}`},Ee=e=>Lm.from(e);import{Fragment as Um,jsx as Bm}from"react/jsx-runtime";var Ho=({weiQuantities:e,tokenPrice:t})=>{let o=e.map(Ee).reduce((n,i)=>n.add(i),Dm.from(0)),r=ln(o.toHexString(),t);return Bm(Um,{children:r==="0.00"?"< USD $0.01":`USD $${r}`})};import fo from"styled-components";import{jsx as Le,jsxs as Vo}from"react/jsx-runtime";var ql=({transactionData:e,displayFee:t=!1,gas:o,tokenPrice:r,isLoading:n=!1})=>Vo(Fm,{children:[Le(Gm,{"data-open":t,children:Vo(Gl,{children:[Vo(Hl,{children:[Le(zl,{children:"Est. Fees"}),Le("div",{children:n?Le(Ie,{color:"var(--privy-color-accent)"}):Le(Ho,{weiQuantities:[o],tokenPrice:r})})]}),Le(Vl,{children:`ETH ${Dt(Ee(o).toHexString())}`})]})}),Vo(Gl,{children:[Vo(Hl,{children:[Le(zl,{children:"Total (including fees)"}),Le("div",{children:n||!e.value?Le(Ie,{color:"var(--privy-color-accent)"}):Le(Ho,{weiQuantities:[e.value,o],tokenPrice:r})})]}),Le(Vl,{children:e.value?`ETH ${Dt(Ee(e.value).add(Ee(o)).toHexString())}`:null})]})]}),Fm=fo.div`
1564
1564
  display: flex;
1565
1565
  flex-direction: column;
1566
1566
  gap: 4px;
1567
- `,Fl=ho.div`
1567
+ `,Gl=fo.div`
1568
1568
  display: flex;
1569
1569
  flex-direction: column;
1570
1570
  gap: 2px;
1571
- `,Gl=ho.div`
1571
+ `,Hl=fo.div`
1572
1572
  display: flex;
1573
1573
  flex-direction: row;
1574
1574
  justify-content: space-between;
1575
1575
  align-items: center;
1576
- `,Hl=ho.div`
1576
+ `,Vl=fo.div`
1577
1577
  display: flex;
1578
1578
  flex-direction: row-reverse;
1579
1579
  height: 12px;
@@ -1582,11 +1582,11 @@ Resources:
1582
1582
  line-height: 12px;
1583
1583
  color: var(--privy-color-foreground-3);
1584
1584
  font-weight: 400;
1585
- `,Vl=ho.div`
1585
+ `,zl=fo.div`
1586
1586
  font-size: 14px;
1587
1587
  line-height: 22.4px;
1588
1588
  font-weight: 400;
1589
- `,Fm=ho.div`
1589
+ `,Gm=fo.div`
1590
1590
  position: relative;
1591
1591
  overflow: hidden;
1592
1592
  transition: max-height 0.35s ease-in-out;
@@ -1598,12 +1598,12 @@ Resources:
1598
1598
  &[data-open='false'] {
1599
1599
  max-height: 0;
1600
1600
  }
1601
- `;import{useContext as Dt,useState as Gm}from"react";import Ut from"styled-components";import{jsx as $l}from"react/jsx-runtime";var ql=({style:e,...t})=>$l("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:$l("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})});import{createContext as jl,useContext as hb}from"react";var fo=jl(void 0);var Vo=jl(void 0);import{jsx as Ye,jsxs as Km}from"react/jsx-runtime";var Kl=({defaultValue:e,children:t})=>{let[o,r]=Gm(e||null),n=i=>{r(o===i?null:i)};return Ye(fo.Provider,{value:{activePanel:o,togglePanel:n},children:Ye(Hm,{children:t})})},Yl=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Dt(fo),n=o===e;return Ye(Vo.Provider,{value:{onToggle:()=>r(e),value:e},children:Ye($m,{isActive:n,"data-open":n,children:t})})},Zl=({children:e})=>{let{activePanel:t}=Dt(fo),{onToggle:o,value:r}=Dt(Vo),n=t===r;return Km(Vm,{onClick:o,"data-open":n,children:[Ye(zm,{children:e}),Ye(jm,{isactive:n,children:Ye(ql,{})})]})},Ql=({children:e})=>{let{activePanel:t}=Dt(fo),{value:o}=Dt(Vo);return Ye(qm,{"data-open":t===o,children:Ye(Xl,{children:e})})},Jl=({children:e})=>{let{activePanel:t}=Dt(fo),{value:o}=Dt(Vo);return Ye(Xl,{children:typeof e=="function"?e({isActive:t===o}):e})},Hm=Ut.div`
1601
+ `;import{useContext as Ut,useState as Hm}from"react";import Bt from"styled-components";import{jsx as $l}from"react/jsx-runtime";var jl=({style:e,...t})=>$l("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:$l("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})});import{createContext as Kl,useContext as yb}from"react";var yo=Kl(void 0);var zo=Kl(void 0);import{jsx as Ke,jsxs as Ym}from"react/jsx-runtime";var Yl=({defaultValue:e,children:t})=>{let[o,r]=Hm(e||null),n=i=>{r(o===i?null:i)};return Ke(yo.Provider,{value:{activePanel:o,togglePanel:n},children:Ke(Vm,{children:t})})},Zl=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Ut(yo),n=o===e;return Ke(zo.Provider,{value:{onToggle:()=>r(e),value:e},children:Ke($m,{isActive:n,"data-open":n,children:t})})},Ql=({children:e})=>{let{activePanel:t}=Ut(yo),{onToggle:o,value:r}=Ut(zo),n=t===r;return Ym(zm,{onClick:o,"data-open":n,children:[Ke(qm,{children:e}),Ke(Km,{isactive:n,children:Ke(jl,{})})]})},Jl=({children:e})=>{let{activePanel:t}=Ut(yo),{value:o}=Ut(zo);return Ke(jm,{"data-open":t===o,children:Ke(ec,{children:e})})},Xl=({children:e})=>{let{activePanel:t}=Ut(yo),{value:o}=Ut(zo);return Ke(ec,{children:typeof e=="function"?e({isActive:t===o}):e})},Vm=Bt.div`
1602
1602
  display: flex;
1603
1603
  flex-direction: column;
1604
1604
  width: 100%;
1605
1605
  gap: 8px;
1606
- `,Vm=Ut.div`
1606
+ `,zm=Bt.div`
1607
1607
  display: flex;
1608
1608
  justify-content: space-between;
1609
1609
  align-items: center;
@@ -1615,13 +1615,13 @@ Resources:
1615
1615
  border-bottom: 1px solid;
1616
1616
  border-color: var(--privy-color-foreground-4);
1617
1617
  }
1618
- `,zm=Ut.div`
1618
+ `,qm=Bt.div`
1619
1619
  font-size: 14px;
1620
1620
  font-weight: 500;
1621
1621
  line-height: 19.6px;
1622
1622
  width: 100%;
1623
1623
  padding-right: 8px;
1624
- `,$m=Ut.div`
1624
+ `,$m=Bt.div`
1625
1625
  display: flex;
1626
1626
  flex-direction: column;
1627
1627
  width: 100%;
@@ -1633,7 +1633,7 @@ Resources:
1633
1633
  border-color: var(--privy-color-foreground-4);
1634
1634
  border-radius: var(--privy-border-radius-md);
1635
1635
  }
1636
- `,qm=Ut.div`
1636
+ `,jm=Bt.div`
1637
1637
  position: relative;
1638
1638
  overflow: hidden;
1639
1639
  transition: max-height 0.35s ease-in-out;
@@ -1645,37 +1645,37 @@ Resources:
1645
1645
  &[data-open='false'] {
1646
1646
  max-height: 0;
1647
1647
  }
1648
- `,Xl=Ut.div`
1648
+ `,ec=Bt.div`
1649
1649
  display: flex;
1650
1650
  flex-direction: column;
1651
1651
  gap: 12px;
1652
1652
  flex: 1 1 auto;
1653
1653
  min-height: 1px;
1654
1654
  padding-top: 8px;
1655
- `,jm=Ut.div`
1655
+ `,Km=Bt.div`
1656
1656
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
1657
- `;import Ym from"styled-components";import{jsx as Qm}from"react/jsx-runtime";var Pi=({walletAddress:e,chainId:t=_e})=>Qm(Zm,{href:Bl(t,e),target:"_blank",children:ct(e)}),Zm=Ym.a`
1657
+ `;import Zm from"styled-components";import{jsx as Jm}from"react/jsx-runtime";var _i=({walletAddress:e,chainId:t=_e})=>Jm(Qm,{href:Fl(t,e),target:"_blank",children:lt(e)}),Qm=Zm.a`
1658
1658
  &:hover {
1659
1659
  text-decoration: underline;
1660
1660
  }
1661
- `;import{Fragment as e1,jsx as ve,jsxs as _i}from"react/jsx-runtime";var ln=e=>{var o,r,n;let t=!!((o=e.txn)!=null&&o.value);return ve(Kl,{children:_i(Yl,{value:"details",children:[ve(Zl,{children:_i(Jm,{children:[ve("div",{children:((r=e.transactionInfo)==null?void 0:r.actionDescription)||"Details"}),((n=e.txn)==null?void 0:n.value)&&e.tokenPrice?ve(Xm,{children:ve(Go,{weiQuantities:[e.txn.value],tokenPrice:e.tokenPrice})}):null]})}),_i(Ql,{children:[ve(Fo,{label:"From",children:ve(Pi,{walletAddress:e.from,chainId:e.txn.chainId||_e})}),ve(Fo,{label:"To",children:ve(Pi,{walletAddress:e.to,chainId:e.txn.chainId||_e})}),t&&e.transactionInfo&&e.transactionInfo.action&&ve(Fo,{label:"Action",children:e.transactionInfo.action})]}),ve(Jl,{children:({isActive:i})=>t?ve(zl,{transactionData:e.txn,displayFee:i,gas:e.gas,tokenPrice:e.tokenPrice}):ve(e1,{children:e.transactionInfo&&e.transactionInfo.action&&ve(Fo,{label:"Action",children:e.transactionInfo.action})})})]})})},Jm=ec.div`
1661
+ `;import{Fragment as t1,jsx as ve,jsxs as Ai}from"react/jsx-runtime";var cn=e=>{var o,r,n;let t=!!((o=e.txn)!=null&&o.value);return ve(Yl,{children:Ai(Zl,{value:"details",children:[ve(Ql,{children:Ai(Xm,{children:[ve("div",{children:((r=e.transactionInfo)==null?void 0:r.actionDescription)||"Details"}),((n=e.txn)==null?void 0:n.value)&&e.tokenPrice?ve(e1,{children:ve(Ho,{weiQuantities:[e.txn.value],tokenPrice:e.tokenPrice})}):null]})}),Ai(Jl,{children:[ve(Go,{label:"From",children:ve(_i,{walletAddress:e.from,chainId:e.txn.chainId||_e})}),ve(Go,{label:"To",children:ve(_i,{walletAddress:e.to,chainId:e.txn.chainId||_e})}),t&&e.transactionInfo&&e.transactionInfo.action&&ve(Go,{label:"Action",children:e.transactionInfo.action})]}),ve(Xl,{children:({isActive:i})=>t?ve(ql,{transactionData:e.txn,displayFee:i,gas:e.gas,tokenPrice:e.tokenPrice}):ve(t1,{children:e.transactionInfo&&e.transactionInfo.action&&ve(Go,{label:"Action",children:e.transactionInfo.action})})})]})})},Xm=tc.div`
1662
1662
  display: flex;
1663
1663
  flex-direction: row;
1664
1664
  justify-content: space-between;
1665
- `,Xm=ec.div`
1665
+ `,e1=tc.div`
1666
1666
  flex-shrink: 0;
1667
1667
  padding-left: 8px;
1668
- `;import $o from"styled-components";import{jsx as zo,jsxs as a1}from"react/jsx-runtime";var tc=({partyInfo:e})=>a1(t1,{children:[e.imgUrl&&zo(o1,{size:e.imgSize||"sm",src:e.imgUrl,alt:e.imgAltText||`${e.name} image`}),zo(r1,{children:zo("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",children:e.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),zo(n1,{children:e.name}),zo(i1,{children:e.actionText})]}),t1=$o.div`
1668
+ `;import $o from"styled-components";import{jsx as qo,jsxs as s1}from"react/jsx-runtime";var oc=({partyInfo:e})=>s1(o1,{children:[e.imgUrl&&qo(r1,{size:e.imgSize||"sm",src:e.imgUrl,alt:e.imgAltText||`${e.name} image`}),qo(n1,{children:qo("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",children:e.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),qo(i1,{children:e.name}),qo(a1,{children:e.actionText})]}),o1=$o.div`
1669
1669
  display: flex;
1670
1670
  flex-direction: column;
1671
1671
  align-items: center;
1672
1672
  margin-bottom: 20px;
1673
- `,o1=$o.img`
1673
+ `,r1=$o.img`
1674
1674
  height: ${e=>e.size==="sm"?"65px":"140px"};
1675
1675
  width: ${e=>e.size==="sm"?"65px":"140px"};
1676
1676
  border-radius: 16px;
1677
1677
  margin-bottom: 20px;
1678
- `,r1=$o.div`
1678
+ `,n1=$o.div`
1679
1679
  margin-bottom: 8px;
1680
1680
  > a {
1681
1681
  font-size: 12px;
@@ -1687,7 +1687,7 @@ Resources:
1687
1687
  text-decoration: underline;
1688
1688
  }
1689
1689
  }
1690
- `,n1=$o.div`
1690
+ `,i1=$o.div`
1691
1691
  font-size: 18px;
1692
1692
  line-height: 18px;
1693
1693
  font-weight: 500;
@@ -1695,7 +1695,7 @@ Resources:
1695
1695
  white-space: nowrap;
1696
1696
  max-width: 275px;
1697
1697
  text-overflow: ellipsis;
1698
- `,i1=$o.div`
1698
+ `,a1=$o.div`
1699
1699
  font-size: 16px;
1700
1700
  line-height: 22.4px;
1701
1701
  font-weight: 500;
@@ -1704,7 +1704,7 @@ Resources:
1704
1704
  white-space: nowrap;
1705
1705
  max-width: 275px;
1706
1706
  text-overflow: ellipsis;
1707
- `;import{useState as cc,useEffect as p1}from"react";import ki from"styled-components";import{EtherscanProvider as Hb,InfuraProvider as Ai}from"@ethersproject/providers";async function oc(e,t,o,r){return r=Object.assign({chainId:_e},r),r.chainId=Number(r.chainId),ac(r),(await o.rpc({address:t,accessToken:e,request:{method:"eth_populateTransactionRequest",params:[r]}})).response.data}async function rc(e,t,o,r){r=Object.assign({chainId:_e},r),ac(r);let i=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data,l=await(await s1(r.chainId,i)).wait();return d1(l)}function s1(e,t){return new Ai(e,We).sendTransaction(t)}async function nc(e,t=_e){return await new Ai(t,We).getBalance(e)}async function ic(e){return delete e.from,await new Ai(Number(e.chainId)||_e,We).estimateGas(e)}function ac(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!l1(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 l1(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&c1(e);return t||o||r}function c1(e){return/^-?0x[a-f0-9]+$/i.test(e)}function d1(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.toHexString()}}import{jsx as sc}from"react/jsx-runtime";var lc=({style:e,...t})=>sc("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:sc("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 00-2.25-2.25H15a3 3 0 11-6 0H5.25A2.25 2.25 0 003 12m18 0v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 9m18 0V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v3"})});import{jsx as dc,jsxs as Si}from"react/jsx-runtime";var pc=({wallet:e,txnValue:t,chainId:o})=>{let[r,n]=cc(),[i,a]=cc(!1);return p1(()=>{(async s=>{try{let u=await nc(s,o);t&&u.sub(Ee(t)).isNegative()&&a(!0),n(u.toHexString())}catch(u){console.log(u)}})(e.address)},[e,t]),Si(u1,{children:[Si(m1,{children:[dc(lc,{style:{height:"12px",width:"12px"}}),dc("div",{children:ct(e==null?void 0:e.address)})]}),Si(h1,{displayBalanceColor:!!t,hasFunds:!i,children:[r?Ot(r):0," ETH"]})]})},u1=ki.div`
1707
+ `;import{useState as dc,useEffect as u1}from"react";import Ri from"styled-components";import{EtherscanProvider as zb,JsonRpcProvider as Si}from"@ethersproject/providers";async function rc(e,t,o,r){return r=Object.assign({chainId:_e},r),r.chainId=Number(r.chainId),sc(r),(await o.rpc({address:t,accessToken:e,request:{method:"eth_populateTransactionRequest",params:[r]}})).response.data}async function nc(e,t,o,r){r=Object.assign({chainId:_e},r),sc(r);let i=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data,l=await(await l1(r.chainId,i)).wait();return p1(l)}function l1(e,t){return new Si(Tt(e)).sendTransaction(t)}async function ic(e,t=_e){return await new Si(Tt(t)).getBalance(e)}async function ac(e){return await new Si(Tt(Number(e.chainId)||_e)).estimateGas(e)}function sc(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!c1(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 c1(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&d1(e);return t||o||r}function d1(e){return/^-?0x[a-f0-9]+$/i.test(e)}function p1(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.toHexString()}}import{jsx as lc}from"react/jsx-runtime";var cc=({style:e,...t})=>lc("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:lc("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 00-2.25-2.25H15a3 3 0 11-6 0H5.25A2.25 2.25 0 003 12m18 0v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 9m18 0V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v3"})});import{jsx as pc,jsxs as ki}from"react/jsx-runtime";var uc=({wallet:e,txnValue:t,chainId:o})=>{let[r,n]=dc(),[i,a]=dc(!1);return u1(()=>{(async s=>{try{let u=await ic(s,o);t&&u.sub(Ee(t)).isNegative()&&a(!0),n(u.toHexString())}catch(u){console.log(u)}})(e.address)},[e,t]),ki(m1,{children:[ki(h1,{children:[pc(cc,{style:{height:"12px",width:"12px"}}),pc("div",{children:lt(e==null?void 0:e.address)})]}),ki(f1,{displayBalanceColor:!!t,hasFunds:!i,children:[r?Dt(r):0," ETH"]})]})},m1=Ri.div`
1708
1708
  display: flex;
1709
1709
  flex-direction: row;
1710
1710
  justify-content: space-between;
@@ -1716,12 +1716,12 @@ Resources:
1716
1716
  border: 1px solid var(--privy-color-foreground-4);
1717
1717
  border-radius: var(--privy-border-radius-sm);
1718
1718
  }
1719
- `,m1=ki.div`
1719
+ `,h1=Ri.div`
1720
1720
  display: flex;
1721
1721
  flex-direction: row;
1722
1722
  align-items: center;
1723
1723
  gap: 8px;
1724
- `,h1=ki.div`
1724
+ `,f1=Ri.div`
1725
1725
  display: flex;
1726
1726
  align-items: center;
1727
1727
  justify-content: center;
@@ -1729,25 +1729,25 @@ Resources:
1729
1729
  background-color: var(--privy-color-background-2);
1730
1730
  padding: 4px 12px;
1731
1731
  color: ${e=>e.displayBalanceColor?e.hasFunds?"green":"red":"inherit"};
1732
- `;import dn from"styled-components";import{useState as qo,useEffect as uc}from"react";var cn=e=>{let{getUsdTokenPrice:t}=k(),[o,r]=qo(!1),[n,i]=qo(!1),[a,l]=qo(void 0),[s,u]=qo(void 0),[f,h]=qo(null);return uc(()=>{let m=e.chainId||_e;(async()=>{try{r(!0);let y=await t(m);u(y)}catch(y){l(y)}finally{r(!1)}})()},[]),uc(()=>{(async()=>{try{i(!0);let v=await ic(e);h(v.toBigInt())}catch(v){l(v)}finally{i(!1)}})()},[e]),{tokenPrice:s,estimatedGas:f,isLoading:o||n,error:a}};import{jsx as b1,jsxs as Ri}from"react/jsx-runtime";var mc=e=>{var o,r;let{tokenPrice:t}=cn(e.txn);return Ri(f1,{children:[Ri(y1,{children:["$",((o=e.txn)==null?void 0:o.value)&&t?sn(Ee(e.txn.value).toHexString(),t):"--"]}),Ri(g1,{children:[(r=e.txn)!=null&&r.value?Ot(Ee(e.txn.value).toHexString()):"--"," ","ETH"]}),b1(v1,{children:e.description})]})},f1=dn.div`
1732
+ `;import pn from"styled-components";import{useState as jo,useEffect as mc}from"react";var dn=e=>{let{getUsdTokenPrice:t}=k(),[o,r]=jo(!1),[n,i]=jo(!1),[a,l]=jo(void 0),[s,u]=jo(void 0),[f,h]=jo(null);return mc(()=>{let m=e.chainId||_e;(async()=>{try{r(!0);let y=await t(m);u(y)}catch(y){l(y)}finally{r(!1)}})()},[]),mc(()=>{(async()=>{try{i(!0);let v=await ac(e);h(v.toBigInt())}catch(v){l(v)}finally{i(!1)}})()},[e]),{tokenPrice:s,estimatedGas:f,isLoading:o||n,error:a}};import{jsx as w1,jsxs as Wi}from"react/jsx-runtime";var hc=e=>{var o,r;let{tokenPrice:t}=dn(e.txn);return Wi(y1,{children:[Wi(g1,{children:["$",((o=e.txn)==null?void 0:o.value)&&t?ln(Ee(e.txn.value).toHexString(),t):"--"]}),Wi(v1,{children:[(r=e.txn)!=null&&r.value?Dt(Ee(e.txn.value).toHexString()):"--"," ","ETH"]}),w1(b1,{children:e.description})]})},y1=pn.div`
1733
1733
  display: flex;
1734
1734
  flex-direction: column;
1735
1735
  align-items: center;
1736
1736
  margin-bottom: 20px;
1737
- `,y1=dn.h2`
1737
+ `,g1=pn.h2`
1738
1738
  && {
1739
1739
  font-size: 48px;
1740
1740
  line-height: 48px;
1741
1741
  margin: 8px auto;
1742
1742
  }
1743
- `,g1=dn.p`
1743
+ `,v1=pn.p`
1744
1744
  margin-bottom: 12px;
1745
1745
  && {
1746
1746
  font-size: 17px;
1747
1747
  line-height: 17px;
1748
1748
  color: var(--privy-color-foreground-3);
1749
1749
  }
1750
- `,v1=dn.div`
1750
+ `,b1=pn.div`
1751
1751
  font-size: 16px;
1752
1752
  line-height: 22.4px;
1753
1753
  font-weight: 400;
@@ -1755,52 +1755,52 @@ Resources:
1755
1755
  white-space: nowrap;
1756
1756
  max-width: 275px;
1757
1757
  text-overflow: ellipsis;
1758
- `;function hc(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND_ETH":"UNKNOWN"}import fc from"styled-components";import{Fragment as x1,jsx as jo,jsxs as Wi}from"react/jsx-runtime";var yc=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n})=>Wi(x1,{children:[jo(E,{onClose:r}),Wi(w1,{children:[Wi("div",{children:[jo(ie,{title:"Transaction complete!",description:"You're all set."}),jo(ln,{tokenPrice:n,from:t.from,to:t.to,gas:t.gasUsed,txn:e,transactionInfo:o})]}),jo("div",{children:jo(C1,{loading:!1,onClick:r,children:"All Done"})})]})]}),w1=fc.div`
1758
+ `;function fc(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND_ETH":"UNKNOWN"}import yc from"styled-components";import{Fragment as E1,jsx as Ko,jsxs as Ii}from"react/jsx-runtime";var gc=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n})=>Ii(E1,{children:[Ko(E,{onClose:r}),Ii(C1,{children:[Ii("div",{children:[Ko(ie,{title:"Transaction complete!",description:"You're all set."}),Ko(cn,{tokenPrice:n,from:t.from,to:t.to,gas:t.gasUsed,txn:e,transactionInfo:o})]}),Ko("div",{children:Ko(x1,{loading:!1,onClick:r,children:"All Done"})})]})]}),C1=yc.div`
1759
1759
  display: flex;
1760
1760
  height: 100%;
1761
1761
  flex-direction: column;
1762
1762
  justify-content: space-between;
1763
1763
  flex-grow: 1;
1764
- `,C1=fc(K)`
1764
+ `,x1=yc(K)`
1765
1765
  transition: color 350ms ease, background-color 350ms ease;
1766
- `;import{Fragment as pn,jsx as de,jsxs as Yo}from"react/jsx-runtime";var E1=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return de(pn,{children:de(mc,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return de(pn,{children:e.uiOptions.senderInfo&&de(tc,{partyInfo:e.uiOptions.senderInfo})});default:return de("div",{children:"Unsupported transaction."})}},bc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:a}=w(),{transactionRequest:l,onSuccess:s,onFailure:u,uiOptions:f}=a.sendTransaction,[h,m]=Ko(null),[v,y]=Ko(""),[p,b]=Ko(!0),[W,T]=Ko(!1),[S,_]=Ko(l),{tokenPrice:I,estimatedGas:O}=cn(S);gc(()=>{e||(i("LANDING"),u(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let N=X(o);gc(()=>{async function F(){let V=await t();return!V||!r||!N?S:oc(V,N.address,r,S)}F().then(V=>{b(!1),_(V)},V=>{b(!0),Ts(V)?y(V.message):(y("There was an error preparing transaction"),console.error(V))})},[r]);let z=hc(S),H={modalTitle:f.modalTitle||"Review transaction",title:f.title||z==="SEND_ETH"?"Send ETH":"Submit transaction",description:f.description||"Confirm the details of the transaction",buttonText:f.buttonText||"Submit"},q=()=>{W||(h?s(h):u(new Error(v||"User exited the modal before submitting the transaction")),n({shouldCallAuthOnSuccess:!1}))};return I===void 0||O===null?Yo(pn,{children:[de(E,{title:H.modalTitle,onClose:q}),de(vc,{children:de(Or,{})})]}):h!==null?de(yc,{txn:S,onClose:q,receipt:h,transactionInfo:f.transactionInfo,tokenPrice:I}):Yo(pn,{children:[de(E,{title:H.modalTitle,onClose:q}),Yo(vc,{children:[Yo(A1,{children:[de(E1,{txn:S,txnFamily:z,uiOptions:f}),N?de(ln,{from:N.address,to:S.to,txn:S,transactionInfo:f.transactionInfo,gas:Ee(O).toHexString(),tokenPrice:I}):null]}),Yo(S1,{children:[de(T1,{children:v}),N?de(pc,{txnValue:S.value,wallet:N,chainId:Number(S.chainId)}):null,de(P1,{children:de(_1,{disabled:p||W,loading:!r||W,loadingText:W?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{T(!0);let F=await t();if(F&&!W&&N)try{let V=await rc(F,N.address,r,S);m(V),y("")}catch(V){y(V.reason||"An error has occurred, please try again.")}finally{T(!1)}},children:H.buttonText})})]})]})]})},vc=yo.div`
1766
+ `;import{Fragment as un,jsx as de,jsxs as Zo}from"react/jsx-runtime";var T1=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return de(un,{children:de(hc,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return de(un,{children:e.uiOptions.senderInfo&&de(oc,{partyInfo:e.uiOptions.senderInfo})});default:return de("div",{children:"Unsupported transaction."})}},wc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:a}=w(),{transactionRequest:l,onSuccess:s,onFailure:u,uiOptions:f}=a.sendTransaction,[h,m]=Yo(null),[v,y]=Yo(""),[p,b]=Yo(!0),[W,T]=Yo(!1),[S,_]=Yo(l),{tokenPrice:I,estimatedGas:O}=dn(S);vc(()=>{e||(i("LANDING"),u(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let N=X(o);vc(()=>{async function F(){let z=await t();return!z||!r||!N?S:rc(z,N.address,r,S)}F().then(z=>{b(!1),_(z)},z=>{b(!0),Ps(z)?y(z.message):(y("There was an error preparing transaction"),console.error(z))})},[r]);let q=fc(S),V={modalTitle:f.modalTitle||"Review transaction",title:f.title||q==="SEND_ETH"?"Send ETH":"Submit transaction",description:f.description||"Confirm the details of the transaction",buttonText:f.buttonText||"Submit"},$=()=>{W||(h?s(h):u(new Error(v||"User exited the modal before submitting the transaction")),n({shouldCallAuthOnSuccess:!1}))};return I===void 0||O===null?Zo(un,{children:[de(E,{title:V.modalTitle,onClose:$}),de(bc,{children:de(Dr,{})})]}):h!==null?de(gc,{txn:S,onClose:$,receipt:h,transactionInfo:f.transactionInfo,tokenPrice:I}):Zo(un,{children:[de(E,{title:V.modalTitle,onClose:$}),Zo(bc,{children:[Zo(S1,{children:[de(T1,{txn:S,txnFamily:q,uiOptions:f}),N?de(cn,{from:N.address,to:S.to,txn:S,transactionInfo:f.transactionInfo,gas:Ee(O).toHexString(),tokenPrice:I}):null]}),Zo(k1,{children:[de(P1,{children:v}),N?de(uc,{txnValue:S.value,wallet:N,chainId:Number(S.chainId)}):null,de(_1,{children:de(A1,{disabled:p||W,loading:!r||W,loadingText:W?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{T(!0);let F=await t();if(F&&!W&&N)try{let z=await nc(F,N.address,r,S);m(z),y("")}catch(z){y(z.reason||"An error has occurred, please try again.")}finally{T(!1)}},children:V.buttonText})})]})]})]})},bc=go.div`
1767
1767
  display: flex;
1768
1768
  height: 100%;
1769
1769
  flex-direction: column;
1770
1770
  justify-content: space-between;
1771
1771
  flex-grow: 1;
1772
- `,T1=yo.div`
1772
+ `,P1=go.div`
1773
1773
  line-height: 20px;
1774
1774
  height: 20px;
1775
1775
  font-size: 13px;
1776
1776
  color: var(--privy-color-error);
1777
1777
  width: 100%;
1778
1778
  margin-top: 4px;
1779
- `,P1=yo.div`
1779
+ `,_1=go.div`
1780
1780
  display: flex;
1781
1781
  direction: row;
1782
1782
  justify-content: space-between;
1783
1783
  align-items: center;
1784
1784
  gap: 8px;
1785
- `,_1=yo(K)`
1785
+ `,A1=go(K)`
1786
1786
  transition: color 350ms ease, background-color 350ms ease;
1787
- `,A1=yo.div`
1787
+ `,S1=go.div`
1788
1788
  height: 100%;
1789
1789
  display: flex;
1790
1790
  flex-direction: column;
1791
1791
  justify-content: space-evenly;
1792
1792
  flex-grow: 1;
1793
- `,S1=yo.div`
1793
+ `,k1=go.div`
1794
1794
  display: flex;
1795
1795
  flex-direction: column;
1796
1796
  gap: 8px;
1797
- `;import{useEffect as k1,useState as wc}from"react";import Zo,{css as R1}from"styled-components";import{Fragment as O1,jsx as wt,jsxs as un}from"react/jsx-runtime";var Cc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=w(),[s,u]=wc(!1),[f,h]=wc("");k1(()=>{e||(a("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:m,onSuccess:v,onFailure:y,uiOptions:p}=l.signMessage,b=X(o),W=!r,T={title:p.title||"Sign message",description:p.description||"Signing this message will not cost you any fees.",buttonText:p.buttonText||"Sign and continue"};return un(O1,{children:[wt(E,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),un(W1,{children:[un("div",{children:[wt(ie,{title:T.title,description:T.description}),wt(I1,{children:m}),wt(N1,{fail:!0,children:f})]}),wt(M1,{success:s,loading:W,disabled:s,onClick:async()=>{let S=await t();if(S&&!W&&b)try{i("embedded_wallet_sign_message_started",{walletAddress:b.address});let{response:_}=await r.rpc({accessToken:S,address:b==null?void 0:b.address,request:{method:"eth_sign",params:[b.address,m]}}),I=_.data;h(""),v(I),i("embedded_wallet_sign_message_completed",{walletAddress:b.address}),u(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},Ue)}catch(_){h("An error has occurred, please try again."),y(_)}},children:s?un(L1,{children:[wt(to,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",wt("span",{children:"Success"})]}):T.buttonText})]}),wt(M,{protectedByPrivy:!0})]})},W1=Zo.div`
1797
+ `;import{useEffect as R1,useState as Cc}from"react";import Qo,{css as W1}from"styled-components";import{Fragment as D1,jsx as vt,jsxs as mn}from"react/jsx-runtime";var xc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=w(),[s,u]=Cc(!1),[f,h]=Cc("");R1(()=>{e||(a("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:m,onSuccess:v,onFailure:y,uiOptions:p}=l.signMessage,b=X(o),W=!r,T={title:p.title||"Sign message",description:p.description||"Signing this message will not cost you any fees.",buttonText:p.buttonText||"Sign and continue"};return mn(D1,{children:[vt(E,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),mn(I1,{children:[mn("div",{children:[vt(ie,{title:T.title,description:T.description}),vt(N1,{children:m}),vt(L1,{fail:!0,children:f})]}),vt(O1,{success:s,loading:W,disabled:s,onClick:async()=>{let S=await t();if(S&&!W&&b)try{i("embedded_wallet_sign_message_started",{walletAddress:b.address});let{response:_}=await r.rpc({accessToken:S,address:b==null?void 0:b.address,request:{method:"eth_sign",params:[b.address,m]}}),I=_.data;h(""),v(I),i("embedded_wallet_sign_message_completed",{walletAddress:b.address}),u(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},De)}catch(_){h("An error has occurred, please try again."),y(_)}},children:s?mn(M1,{children:[vt(oo,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",vt("span",{children:"Success"})]}):T.buttonText})]}),vt(M,{protectedByPrivy:!0})]})},I1=Qo.div`
1798
1798
  display: flex;
1799
1799
  height: 100%;
1800
1800
  flex-direction: column;
1801
1801
  justify-content: space-between;
1802
1802
  flex-grow: 1;
1803
- `,I1=Zo.div`
1803
+ `,N1=Qo.div`
1804
1804
  background-color: var(--privy-color-background-2);
1805
1805
  border-radius: 8px;
1806
1806
  padding: 12px;
@@ -1816,7 +1816,7 @@ Resources:
1816
1816
  &::-webkit-scrollbar {
1817
1817
  display: none; /* Safari and Chrome */
1818
1818
  }
1819
- `,N1=Zo.div`
1819
+ `,L1=Qo.div`
1820
1820
  line-height: 20px;
1821
1821
  height: 20px;
1822
1822
  font-size: 13px;
@@ -1825,20 +1825,20 @@ Resources:
1825
1825
  justify-content: flex-start;
1826
1826
  width: 100%;
1827
1827
  margin-top: 4px;
1828
- `,L1=Zo.span`
1828
+ `,M1=Qo.span`
1829
1829
  display: flex;
1830
1830
  align-items: center;
1831
1831
  gap: 8px;
1832
- `,M1=Zo(K)`
1832
+ `,O1=Qo(K)`
1833
1833
  transition: color 350ms ease, background-color 350ms ease;
1834
1834
 
1835
- ${e=>e.success&&R1`
1835
+ ${e=>e.success&&W1`
1836
1836
  &&&& {
1837
1837
  background-color: var(--privy-color-success);
1838
1838
  color: #ffffff;
1839
1839
  }
1840
1840
  `}
1841
- `;import U1,{createGlobalStyle as B1}from"styled-components";var D1=`
1841
+ `;import B1,{createGlobalStyle as F1}from"styled-components";var U1=`
1842
1842
  *,
1843
1843
  ::before,
1844
1844
  ::after {
@@ -2068,7 +2068,7 @@ Resources:
2068
2068
  [hidden] {
2069
2069
  display: none;
2070
2070
  }
2071
- `,xc=D1;var Ec=B1`
2071
+ `,Ec=U1;var Tc=F1`
2072
2072
  :root {
2073
2073
  // Borders
2074
2074
  --privy-border-radius-sm: 6px;
@@ -2093,10 +2093,10 @@ Resources:
2093
2093
  --privy-color-success: ${e=>e.theme.success};
2094
2094
  --privy-color-error: ${e=>e.theme.error};
2095
2095
  };
2096
- `,Tc=U1.div`
2096
+ `,Pc=B1.div`
2097
2097
  // css normalize only the privy application to avoid conflicts
2098
2098
  // with consuming application
2099
- ${xc}
2099
+ ${Ec}
2100
2100
 
2101
2101
  // Privy styles
2102
2102
  color: var(--privy-color-foreground-2);
@@ -2155,7 +2155,7 @@ Resources:
2155
2155
  opacity: 1;
2156
2156
  }
2157
2157
  }
2158
- `;import{jsx as L,jsxs as Pc}from"react/jsx-runtime";var $1=()=>{let{ready:e}=D(),{isLinking:t}=k(),{ready:o,currentScreen:r,app:n}=w(),i=!!(n!=null&&n.loginMethods.wallet),a=!!((n==null?void 0:n.loginMethods.email)||(n==null?void 0:n.loginMethods.sms)),l=i!==a,s;return["AWAITING_CONNECTION","AWAITING_CONNECT_ONLY_CONNECTION","CONNECT_ONLY_LANDING_SCREEN","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN"].includes(r)||l&&r==="LANDING"?s="compact":"WALLET_EDUCATION"===r?s="full":t&&r!=="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"?s="medium":s="full",!e||!o?Pc(Xt,{"data-height":s,children:[L(E,{}),L(K1,{children:L(So,{})}),L(Le,{})]}):Pc(Xt,{"data-height":s,children:[r==="LANDING"&&L(gl,{}),r==="AWAITING_PASSWORDLESS_CODE"&&L(rs,{}),r==="WALLET_EDUCATION"&&L(tl,{}),r==="AWAITING_CONNECTION"&&L(ys,{}),r==="AWAITING_CONNECT_ONLY_CONNECTION"&&L(Cs,{}),r==="COINBASE_INTERSTITIAL_SCREEN"&&L(as,{}),r==="PHANTOM_INTERSTITIAL_SCREEN"&&L(Ml,{}),r==="LOGIN_FAILED_SCREEN"&&L(Al,{}),r==="AWAITING_OAUTH_SCREEN"&&L(Wl,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&L(Za,{}),r==="INSTALL_METAMASK_SCREEN"&&L(il,{}),r==="INSTALL_PHANTOM_SCREEN"&&L(sl,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&L(rl,{}),r==="LINK_EMAIL_SCREEN"&&L(wl,{}),r==="LINK_PHONE_SCREEN"&&L(Cl,{}),r==="LINK_WALLET_SCREEN"&&L(El,{}),r==="CONNECT_ONLY_LANDING_SCREEN"&&L(hs,{}),r==="CONNECT_ONLY_AUTHENTICATED_SCREEN"&&L(ps,{}),r==="EMBEDDED_WALLET_SCREEN"&&L($s,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&L(Ns,{}),r==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&L(Ss,{}),r==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&L(Hs,{}),r==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&L(Us,{}),r==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&L(Cc,{}),r==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&L(bc,{})]})},Ac=()=>{let{closePrivyModal:e}=k(),{app:t}=w(),o=V1(i=>{i.key==="Escape"&&(t==null?void 0:t.render.inDialog)&&e()},[t==null?void 0:t.render.inDialog]);_c(()=>(document.addEventListener("keydown",o,!1),()=>{document.removeEventListener("keydown",o,!1)}),[o]);let r=L(Tc,{onClick:i=>i.stopPropagation(),children:L($1,{})}),n=t!=null&&t.render.inDialog?L(j1,{id:"privy-dialog",onClick:()=>e(),children:r}):r;return z1.createPortal(n,t!=null&&t.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body)},q1=({children:e,...t})=>{let o=H1(null);return _c(()=>{var n;(n=document==null?void 0:document.activeElement)==null||n.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),F1(o==null?void 0:o.current),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||(i.removeAttribute("inert"),G1())}},[t.open,t.onClose]),L("dialog",{open:!0,role:"dialog",...t,ref:o,children:e})},j1=Ii(q1)`
2158
+ `;import{jsx as L,jsxs as _c}from"react/jsx-runtime";var $1=()=>{let{ready:e}=D(),{isLinking:t}=k(),{ready:o,currentScreen:r,app:n}=w(),i=!!(n!=null&&n.loginMethods.wallet),a=!!((n==null?void 0:n.loginMethods.email)||(n==null?void 0:n.loginMethods.sms)),l=i!==a,s;return["AWAITING_CONNECTION","AWAITING_CONNECT_ONLY_CONNECTION","CONNECT_ONLY_LANDING_SCREEN","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN"].includes(r)||l&&r==="LANDING"?s="compact":"WALLET_EDUCATION"===r?s="full":t&&r!=="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"?s="medium":s="full",!e||!o?_c(eo,{"data-height":s,children:[L(E,{}),L(Y1,{children:L(ko,{})}),L(Ne,{})]}):_c(eo,{"data-height":s,children:[r==="LANDING"&&L(vl,{}),r==="AWAITING_PASSWORDLESS_CODE"&&L(ns,{}),r==="WALLET_EDUCATION"&&L(ol,{}),r==="AWAITING_CONNECTION"&&L(gs,{}),r==="AWAITING_CONNECT_ONLY_CONNECTION"&&L(xs,{}),r==="COINBASE_INTERSTITIAL_SCREEN"&&L(ss,{}),r==="PHANTOM_INTERSTITIAL_SCREEN"&&L(Ol,{}),r==="LOGIN_FAILED_SCREEN"&&L(Sl,{}),r==="AWAITING_OAUTH_SCREEN"&&L(Il,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&L(Qa,{}),r==="INSTALL_METAMASK_SCREEN"&&L(al,{}),r==="INSTALL_PHANTOM_SCREEN"&&L(ll,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&L(nl,{}),r==="LINK_EMAIL_SCREEN"&&L(Cl,{}),r==="LINK_PHONE_SCREEN"&&L(xl,{}),r==="LINK_WALLET_SCREEN"&&L(Tl,{}),r==="CONNECT_ONLY_LANDING_SCREEN"&&L(fs,{}),r==="CONNECT_ONLY_AUTHENTICATED_SCREEN"&&L(us,{}),r==="EMBEDDED_WALLET_SCREEN"&&L($s,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&L(Ls,{}),r==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&L(ks,{}),r==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&L(Vs,{}),r==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&L(Bs,{}),r==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&L(xc,{}),r==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&L(wc,{})]})},Sc=()=>{let{closePrivyModal:e}=k(),{app:t}=w(),o=z1(i=>{i.key==="Escape"&&(t==null?void 0:t.render.inDialog)&&e()},[t==null?void 0:t.render.inDialog]);Ac(()=>(document.addEventListener("keydown",o,!1),()=>{document.removeEventListener("keydown",o,!1)}),[o]);let r=L(Pc,{onClick:i=>i.stopPropagation(),children:L($1,{})}),n=t!=null&&t.render.inDialog?L(K1,{id:"privy-dialog",onClick:()=>e(),children:r}):r;return q1.createPortal(n,t!=null&&t.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body)},j1=({children:e,...t})=>{let o=V1(null);return Ac(()=>{var n;(n=document==null?void 0:document.activeElement)==null||n.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),G1(o==null?void 0:o.current),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||(i.removeAttribute("inert"),H1())}},[t.open,t.onClose]),L("dialog",{open:!0,role:"dialog",...t,ref:o,children:e})},K1=Ni(j1)`
2159
2159
  position: fixed;
2160
2160
  top: 0;
2161
2161
  left: 0;
@@ -2170,7 +2170,7 @@ Resources:
2170
2170
  z-index: 999999;
2171
2171
  -webkit-backdrop-filter: blur(3px);
2172
2172
  backdrop-filter: blur(3px);
2173
- `,Xt=Ii.div`
2173
+ `,eo=Ni.div`
2174
2174
  display: flex;
2175
2175
  flex-direction: column;
2176
2176
  text-align: center;
@@ -2207,10 +2207,10 @@ Resources:
2207
2207
  min-height: 0;
2208
2208
  }
2209
2209
  }
2210
- `,K1=Ii.div`
2210
+ `,Y1=Ni.div`
2211
2211
  display: flex;
2212
2212
  flex-direction: column;
2213
2213
  align-items: center;
2214
2214
  justify-content: center;
2215
2215
  height: 100%;
2216
- `;import go from"tinycolor2";var Sc="#FFFFFF",Y1="#000000",Z1=Sc,Q1="#1E1E1D";function J1(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 Bt(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return go({...e.toHsl(),l:o})}function kc({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Sc,blackHex:i=Y1}){let a;switch(e){case"light":a=Z1;break;case"dark":a=Q1;break;default:a=e;break}let l=go(a),s=go(t),u=go(o),f=go(r),h=J1(l.getLuminance()),m=Bt(l,h==="light"?-.04:.11),v=Bt(l,h==="light"?-.88:.87),y=Bt(l,h==="light"?-.77:.75),p=Bt(l,h==="light"?-.43:.45).desaturate(h==="light"?60:20),b=Bt(l,h==="light"?-.13:.25).desaturate(h==="light"?60:20),W=Bt(s,.15),T=Bt(s,-.06),S=go(s.getLuminance()>.5?i:n);return{colorScheme:h,background:l.toHslString(),background2:m.toHslString(),foreground:v.toHslString(),foreground2:y.toHslString(),foreground3:p.toHslString(),foreground4:b.toHslString(),accent:s.toHslString(),accentLight:W.toHslString(),accentDark:T.toHslString(),foregroundAccent:S.toHslString(),success:u.toHslString(),error:f.toHslString()}}var Qo={appearance:{theme:"light",accentColor:"#676FFF"},embeddedWallets:{requirePassword:!0},_render:{inDialog:!0,inParentNodeId:null}};function Ni(e,t){var h,m,v,y,p,b,W,T,S;let o,r,n,i,a,l,s,u;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),l=t.loginMethods.includes("discord"),s=t.loginMethods.includes("github"),u=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,l=e.discordOAuth,s=e.githubOAuth,u=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,l,s,u].some(_=>_))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,u].some(_=>_))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((h=t==null?void 0:t.appearance)==null?void 0:h.logo)??e.logoUrl,palette:kc({backgroundTheme:((m=t==null?void 0:t.appearance)==null?void 0:m.theme)??Qo.appearance.theme,accentHex:((v=t==null?void 0:t.appearance)==null?void 0:v.accentColor)??e.accentColor??Qo.appearance.accentColor}),showWalletLoginFirst:((y=t==null?void 0:t.appearance)==null?void 0:y.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:u},legal:{termsAndConditionsUrl:((p=t==null?void 0:t.legal)==null?void 0:p.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((b=t==null?void 0:t.legal)==null?void 0:b.privacyPolicyUrl)??e.privacyPolicyUrl},embeddedWallets:{requirePassword:((W=t==null?void 0:t.embeddedWallets)==null?void 0:W.requirePassword)??Qo.embeddedWallets.requirePassword},render:{inDialog:((T=t==null?void 0:t._render)==null?void 0:T.inDialog)??Qo._render.inDialog,inParentNodeId:((S=t==null?void 0:t._render)==null?void 0:S.inParentNodeId)??Qo._render.inParentNodeId}}}import{useRef as X1,useEffect as eh}from"react";var mn=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;default:throw new Error(`invalid wallet event type ${t}`)}}};import{jsx as nh}from"react/jsx-runtime";var th=function(e){return()=>`id-${e++}`}(0);function oh(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Jo(e){return e.error!==void 0}var vo=new mn;function Xo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=th();vo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function rh(e){switch(e.event){case"privy:iframe:ready":let t=vo.dequeue(e.event,e.id);return Jo(e)?t.reject(new bt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=vo.dequeue(e.event,e.id);return Jo(e)?o.reject(new bt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=vo.dequeue(e.event,e.id);return Jo(e)?r.reject(new bt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=vo.dequeue(e.event,e.id);return Jo(e)?n.reject(new bt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=vo.dequeue(e.event,e.id);return Jo(e)?i.reject(new bt(e.error.type,e.error.message)):i.resolve(e.data)}}function Rc(e){let t=X1(null);return eh(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&oh(l.data)&&rh(l.data)}let n={create(l){return Xo("privy:wallet:create",l,o)},connect(l){return Xo("privy:wallet:connect",l,o)},recover(l){return Xo("privy:wallet:recover",l,o)},rpc(l){return Xo("privy:wallet:rpc",l,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...l)=>{console.error("privy iframe failed to load: ",...l),e.onLoadFailed()};return da(()=>Xo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),nh("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:sr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as ih,useContext as ah}from"react";var Li=ih({wallets:[]});function sh(){return ah(Li)}import{jsx as bo,jsxs as Wc}from"react/jsx-runtime";function dh(e){return typeof e=="string"&&e.length===25}var er;function To(){if(!er){let e=B.get(zt);return Promise.resolve(e||null)}return er.getAccessToken()}var Ic,Ea=(e,t)=>Ic(e,t),Nc,Ta=(e,t)=>Nc(e,t),ph=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;B.put(xo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},uh=e=>{if(!dh(e.appId))throw new P("Cannot initialize the Privy provider with an invalid Privy app ID");return er||(er=new Ao({appId:e.appId,apiUrl:e.apiUrl||ir})),bo(mh,{...e,client:er})},mh=e=>{let t=e.client,[o,r]=pe(!1),[n,i]=pe(!1),[a,l]=pe(!1),[s,u]=pe(null),[f,h]=pe([]),m=ch(f),[v,y]=pe(!1),[p,b]=pe(null),[W,T]=pe(!1),[S,_]=pe({status:"disconnected",connectError:null,connector:null,connectRetry:x}),[I,O]=pe(null),[N,z]=pe(null),[H,q]=pe({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,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[F,V]=pe(Ni(H,e.config)),[ae,G]=pe(!0),[U,Y]=pe({}),[Te,Ct]=pe(null),re=c=>{c&&b(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},Oe=c=>{let d=e.createPrivyWalletOnLogin===!0;Y({login:{promptCreatePrivyWalletFlow:d}}),d&&G(!0),re(c)};Ft(()=>{if(!N||!s){t.connectors.removeEmbeddedWalletConnector();return}let c=s==null?void 0:s.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(c&&c.length>0){let d=c[0].address;t.connectors.addEmbeddedWalletConnector(N,d)}},[N,s]),Ft(()=>{async function c(){let d=await t.getServerConfig();q(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let g=ue();ph();let C=await t.getAuthenticatedUser();l(!!C),u(C),i(!0),Te==null||Te(),g&&C&&T(!0),tr()}c()},[t,Te,n]),Ft(()=>{let c=Ni(H,e.config);V(c)},[e.config,H]);let ue=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),g=c.get("privy_oauth_state"),C=c.get("privy_oauth_provider");return d&&g&&C?(t.startAuthFlow(new st(C,d,g)),Oe("AWAITING_OAUTH_SCREEN"),!0):!1},De=async(c,d,g)=>{let C=t.connectors.createWalletConnector(c,d);wo(C,g)};async function wo(c,d){if(!c)return _({status:"disconnected",connectError:new $("Unable to connect to wallet."),connector:null,connectRetry:x}),d==null?void 0:d(null);_({connector:c,status:"connecting",connectError:null,connectRetry:()=>wo(c,d)});try{let g=await c.connect({showPrompt:!0});return _(C=>({...C,status:"connected",connectError:null,connectRetry:x})),d==null?void 0:d(g)}catch(g){return g instanceof Re?console.error(g.cause?g.cause:g.message):console.error(g),_(C=>({...C,status:"disconnected",connectError:g})),d==null?void 0:d(null)}}let Gt=c=>{if(c===null)throw new P("Error connecting to wallet.");t.startAuthFlow(new Et(c))},tr=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),g=c.get("privy_wallet_client");if(!d||!g)return;if(g==="phantom"&&!Ie()&&Oe("LOGIN_FAILED_SCREEN"),!t.connectors)throw new P("Connector not initialized");re("AWAITING_CONNECTION");let C=new URL(window.location.href);C.searchParams.delete("privy_connector"),C.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",C),De(d,g,Gt)};Ft(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(u)},[n,a,s,t]);let Co=()=>{T(!0),re("LINK_WALLET_SCREEN")},or=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},rr=async c=>{if(!t.connectors)throw new P("Connector not initialized");T(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;_(g=>({...g,connector:d,status:"connected",connectError:null,connectRetry:x})),Gt(c),Oe("AWAITING_CONNECTION")},ne=(c,d)=>{if(!t.connectors)throw new P("Connector not initialized");T(!!a),De(c,d,Gt)},fn=()=>{h(c=>{let d=t.connectors.wallets.map(g=>({...g,linked:or(g),loginOrLink:async()=>{if(!await g.isConnected())throw new P("Wallet is not connected");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot link or login with embedded wallet");rr(g)},unlink:async()=>{if(!a)throw new P("User is not authenticated.");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot unlink an embedded wallet");let C=await t.unlinkWallet(g.address);u(C)}}));return pr(c,d)?c:d})};Ft(()=>{fn()},[s==null?void 0:s.linkedAccounts]),Ft(()=>{n&&(fn(),t.connectors.on("walletsUpdated",fn))},[n]);let Lc=()=>{re(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Ft(()=>{if(!f[0])return;let c=f[0],d=m.current.find(C=>C.address===c.address),g=s==null?void 0:s.linkedAccounts.find(C=>C.type==="wallet"&&C.address===c.address);if(!d&&g){let C=Object.assign({},s);C.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},u(C)}m.current=f},[f]);let yn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:Lc,linkWallet:Co,linkEmail:()=>{T(!0),re("LINK_EMAIL_SCREEN")},linkPhone:()=>{T(!0),re("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Ht.initLoginWithOAuth("google")},linkTwitter:async()=>{await Ht.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Ht.initLoginWithOAuth("discord")},linkGithub:async()=>{await Ht.initLoginWithOAuth("github")},linkApple:async()=>{await Ht.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{Ct(()=>c)}),Ct(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Oe()},logout:async()=>{await t.logout(),u(null),l(!1),b(null),T(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new j;let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(C=>C.address===(c==null?void 0:c.address)));return!c||!d?new j:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Mi(new Be(new j));let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(C=>C.address===(c==null?void 0:c.address)));return!c||!d?new Mi(new Be(new j)):new Mi(new Be(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new pt(new j);let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(C=>C.address===(c==null?void 0:c.address)));return!c||!d?new pt(new j):new pt(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return u(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return u(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return u(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return u(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return u(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return u(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return u(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return u(d),d},setActiveWallet:async c=>{let d=f.find(C=>hn(C.address)===hn(c)),g=s==null?void 0:s.linkedAccounts.find(C=>C.type==="wallet"&&hn(C.address)===hn(c));if(!d||!await d.isConnected())O(c),Co();else if(!d.linked)d.loginOrLink();else{let C=Object.assign({},s);C.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},u(C)}},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before creating a Privy wallet"));return}if(X(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}G(!0),Y({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),re("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((g,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!X(s)){C(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){C(new Error("Message must be a non-empty string"));return}G(!0);let gn={message:c,onSuccess:g,onFailure:C,uiOptions:d||{}},vn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:C};Y({signMessage:gn,connectWallet:vn}),re("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(g,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!X(s)){C(new Error("Must have a Privy wallet before signing"));return}G(!0);let gn={transactionRequest:c,onSuccess:g,onFailure:C,uiOptions:d||{}},vn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:C};Y({connectWallet:vn,sendTransaction:gn}),re("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!X(s)){d(new Error("Must have a Privy wallet before exporting"));return}G(!0);let C={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},nr={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};Y({keyExport:nr,connectWallet:C}),re("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Ic=yn.signMessage,Nc=yn.sendTransaction;let Ht=(()=>({isLinking:W,linkingHint:I,walletConnectionStatus:S,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var g;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((g=e.onSuccess)==null||g.call(e,s,v)),t.authFlow=void 0,O(null),b(null),T(!1),y(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:De,initLoginWithWallet:ne,loginWithWallet:async()=>{if(!(t.authFlow instanceof Et))throw new P("Must initialize SIWE flow first.");let c,d;W?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),u(c||s||null),y(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new st(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof st))throw new P("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),u(c),y(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new xt(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new Tt(c);t.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendCodeEmail())},resendSmsCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendSmsCode())},loginWithCode:async c=>{if(t.authFlow instanceof xt)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof Tt)t.authFlow.meta.smsCode=c.trim();else throw new P("Must initialize a passwordless code flow first");let d,g;W?d=await t.link():{user:d,isNewUser:g}=await t.authenticate(),u(d||s||null),y(g||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return u(c),c},walletProxy:N,createAnalyticsEvent:(c,d,g)=>t.createAnalyticsEvent(c,d,g),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,g)=>{if(!a||!s){g(new Error("User must be authenticated before recovering the Privy wallet"));return}let C=X(s);if(!C){g(new Error("Must have a Privy wallet in order to recover it"));return}G(!0),Y({recoverWallet:{privyWallet:C,onCompleteNavigateTo:c,onFailure:g,onSuccess:d}}),re("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Mc=lh(()=>({wallets:f}),[f]);return bo(On.Provider,{value:yn,children:Wc(Li.Provider,{value:Mc,children:[e.children,Wc(Mn.Provider,{value:Ht,children:[bo(Ec,{theme:{...F.appearance.palette||{}}}),bo(Ra,{appConfig:F,data:U,setModalData:Y,initialScreen:p,visible:o,authenticated:a,children:o&&bo(Ac,{})}),ae&&bo(Rc,{appId:e.appId,origin:t.apiUrl,onLoad:z,onLoadFailed:()=>null})]})]})})};export{Be as AsExternalProvider,_o as ConnectorManager,Ao as PrivyClient,uh as PrivyProvider,j as PrivyProxyProvider,bn as VERSION,be as WalletConnector,To as getAccessToken,D as usePrivy,sh as useWallets};
2216
+ `;import vo from"tinycolor2";var kc="#FFFFFF",Z1="#000000",Q1=kc,J1="#1E1E1D";function X1(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 Ft(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return vo({...e.toHsl(),l:o})}function Rc({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=kc,blackHex:i=Z1}){let a;switch(e){case"light":a=Q1;break;case"dark":a=J1;break;default:a=e;break}let l=vo(a),s=vo(t),u=vo(o),f=vo(r),h=X1(l.getLuminance()),m=Ft(l,h==="light"?-.04:.11),v=Ft(l,h==="light"?-.88:.87),y=Ft(l,h==="light"?-.77:.75),p=Ft(l,h==="light"?-.43:.45).desaturate(h==="light"?60:20),b=Ft(l,h==="light"?-.13:.25).desaturate(h==="light"?60:20),W=Ft(s,.15),T=Ft(s,-.06),S=vo(s.getLuminance()>.5?i:n);return{colorScheme:h,background:l.toHslString(),background2:m.toHslString(),foreground:v.toHslString(),foreground2:y.toHslString(),foreground3:p.toHslString(),foreground4:b.toHslString(),accent:s.toHslString(),accentLight:W.toHslString(),accentDark:T.toHslString(),foregroundAccent:S.toHslString(),success:u.toHslString(),error:f.toHslString()}}var Jo={appearance:{theme:"light",accentColor:"#676FFF"},embeddedWallets:{requirePassword:!0},_render:{inDialog:!0,inParentNodeId:null}};function Li(e,t){var h,m,v,y,p,b,W,T,S;let o,r,n,i,a,l,s,u;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),l=t.loginMethods.includes("discord"),s=t.loginMethods.includes("github"),u=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,l=e.discordOAuth,s=e.githubOAuth,u=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,l,s,u].some(_=>_))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,u].some(_=>_))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((h=t==null?void 0:t.appearance)==null?void 0:h.logo)??e.logoUrl,palette:Rc({backgroundTheme:((m=t==null?void 0:t.appearance)==null?void 0:m.theme)??Jo.appearance.theme,accentHex:((v=t==null?void 0:t.appearance)==null?void 0:v.accentColor)??e.accentColor??Jo.appearance.accentColor}),showWalletLoginFirst:((y=t==null?void 0:t.appearance)==null?void 0:y.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:u},legal:{termsAndConditionsUrl:((p=t==null?void 0:t.legal)==null?void 0:p.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((b=t==null?void 0:t.legal)==null?void 0:b.privacyPolicyUrl)??e.privacyPolicyUrl},embeddedWallets:{requirePassword:((W=t==null?void 0:t.embeddedWallets)==null?void 0:W.requirePassword)??Jo.embeddedWallets.requirePassword},render:{inDialog:((T=t==null?void 0:t._render)==null?void 0:T.inDialog)??Jo._render.inDialog,inParentNodeId:((S=t==null?void 0:t._render)==null?void 0:S.inParentNodeId)??Jo._render.inParentNodeId}}}import{useRef as eh,useEffect as th}from"react";var hn=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;default:throw new Error(`invalid wallet event type ${t}`)}}};import{jsx as ih}from"react/jsx-runtime";var oh=function(e){return()=>`id-${e++}`}(0);function rh(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Xo(e){return e.error!==void 0}var bo=new hn;function er(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=oh();bo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function nh(e){switch(e.event){case"privy:iframe:ready":let t=bo.dequeue(e.event,e.id);return Xo(e)?t.reject(new gt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=bo.dequeue(e.event,e.id);return Xo(e)?o.reject(new gt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=bo.dequeue(e.event,e.id);return Xo(e)?r.reject(new gt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=bo.dequeue(e.event,e.id);return Xo(e)?n.reject(new gt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=bo.dequeue(e.event,e.id);return Xo(e)?i.reject(new gt(e.error.type,e.error.message)):i.resolve(e.data)}}function Wc(e){let t=eh(null);return th(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&rh(l.data)&&nh(l.data)}let n={create(l){return er("privy:wallet:create",l,o)},connect(l){return er("privy:wallet:connect",l,o)},recover(l){return er("privy:wallet:recover",l,o)},rpc(l){return er("privy:wallet:rpc",l,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...l)=>{console.error("privy iframe failed to load: ",...l),e.onLoadFailed()};return ba(()=>er("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),ih("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:cr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as ah,useContext as sh}from"react";var Mi=ah({wallets:[]});function lh(){return sh(Mi)}import{jsx as wo,jsxs as Ic}from"react/jsx-runtime";function ph(e){return typeof e=="string"&&e.length===25}var tr;function Po(){if(!tr){let e=B.get(qt);return Promise.resolve(e||null)}return tr.getAccessToken()}var Nc,Ta=(e,t)=>Nc(e,t),Lc,Pa=(e,t)=>Lc(e,t),uh=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;B.put(Eo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},mh=e=>{if(!ph(e.appId))throw new P("Cannot initialize the Privy provider with an invalid Privy app ID");return tr||(tr=new So({appId:e.appId,apiUrl:e.apiUrl||ar})),wo(hh,{...e,client:tr})},hh=e=>{let t=e.client,[o,r]=pe(!1),[n,i]=pe(!1),[a,l]=pe(!1),[s,u]=pe(null),[f,h]=pe([]),m=dh(f),[v,y]=pe(!1),[p,b]=pe(null),[W,T]=pe(!1),[S,_]=pe({status:"disconnected",connectError:null,connector:null,connectRetry:x}),[I,O]=pe(null),[N,q]=pe(null),[V,$]=pe({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,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[F,z]=pe(Li(V,e.config)),[ae,G]=pe(!0),[U,Y]=pe({}),[Te,bt]=pe(null),re=c=>{c&&b(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},Me=c=>{let d=e.createPrivyWalletOnLogin===!0;Y({login:{promptCreatePrivyWalletFlow:d}}),d&&G(!0),re(c)};Gt(()=>{if(!N||!s){t.connectors.removeEmbeddedWalletConnector();return}let c=s==null?void 0:s.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(c&&c.length>0){let d=c[0].address;t.connectors.addEmbeddedWalletConnector(N,d)}},[N,s]),Gt(()=>{async function c(){let d=await t.getServerConfig();$(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let g=ue();uh();let C=await t.getAuthenticatedUser();l(!!C),u(C),i(!0),Te==null||Te(),g&&C&&T(!0),or()}c()},[t,Te,n]),Gt(()=>{let c=Li(V,e.config);z(c)},[e.config,V]);let ue=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),g=c.get("privy_oauth_state"),C=c.get("privy_oauth_provider");return d&&g&&C?(t.startAuthFlow(new at(C,d,g)),Me("AWAITING_OAUTH_SCREEN"),!0):!1},Oe=async(c,d,g)=>{let C=t.connectors.createWalletConnector(c,d);Co(C,g)};async function Co(c,d){if(!c)return _({status:"disconnected",connectError:new H("Unable to connect to wallet."),connector:null,connectRetry:x}),d==null?void 0:d(null);_({connector:c,status:"connecting",connectError:null,connectRetry:()=>Co(c,d)});try{let g=await c.connect({showPrompt:!0});return _(C=>({...C,status:"connected",connectError:null,connectRetry:x})),d==null?void 0:d(g)}catch(g){return g instanceof Re?console.error(g.cause?g.cause:g.message):console.error(g),_(C=>({...C,status:"disconnected",connectError:g})),d==null?void 0:d(null)}}let Ht=c=>{if(c===null)throw new P("Error connecting to wallet.");t.startAuthFlow(new Ct(c))},or=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),g=c.get("privy_wallet_client");if(!d||!g)return;if(g==="phantom"&&!We()&&Me("LOGIN_FAILED_SCREEN"),!t.connectors)throw new P("Connector not initialized");re("AWAITING_CONNECTION");let C=new URL(window.location.href);C.searchParams.delete("privy_connector"),C.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",C),Oe(d,g,Ht)};Gt(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(u)},[n,a,s,t]);let xo=()=>{T(!0),re("LINK_WALLET_SCREEN")},rr=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},nr=async c=>{if(!t.connectors)throw new P("Connector not initialized");T(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;_(g=>({...g,connector:d,status:"connected",connectError:null,connectRetry:x})),Ht(c),Me("AWAITING_CONNECTION")},ne=(c,d)=>{if(!t.connectors)throw new P("Connector not initialized");T(!!a),Oe(c,d,Ht)},yn=()=>{h(c=>{let d=t.connectors.wallets.map(g=>({...g,linked:rr(g),loginOrLink:async()=>{if(!await g.isConnected())throw new P("Wallet is not connected");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot link or login with embedded wallet");nr(g)},unlink:async()=>{if(!a)throw new P("User is not authenticated.");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot unlink an embedded wallet");let C=await t.unlinkWallet(g.address);u(C)}}));return ur(c,d)?c:d})};Gt(()=>{yn()},[s==null?void 0:s.linkedAccounts]),Gt(()=>{n&&(yn(),t.connectors.on("walletsUpdated",yn))},[n]);let Mc=()=>{re(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Gt(()=>{if(!f[0])return;let c=f[0],d=m.current.find(C=>C.address===c.address),g=s==null?void 0:s.linkedAccounts.find(C=>C.type==="wallet"&&C.address===c.address);if(!d&&g){let C=Object.assign({},s);C.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},u(C)}m.current=f},[f]);let gn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:Mc,linkWallet:xo,linkEmail:()=>{T(!0),re("LINK_EMAIL_SCREEN")},linkPhone:()=>{T(!0),re("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Vt.initLoginWithOAuth("google")},linkTwitter:async()=>{await Vt.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Vt.initLoginWithOAuth("discord")},linkGithub:async()=>{await Vt.initLoginWithOAuth("github")},linkApple:async()=>{await Vt.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{bt(()=>c)}),bt(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Me()},logout:async()=>{await t.logout(),u(null),l(!1),b(null),T(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new j;let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(C=>C.address===(c==null?void 0:c.address)));return!c||!d?new j:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Oi(new Ue(new j));let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(C=>C.address===(c==null?void 0:c.address)));return!c||!d?new Oi(new Ue(new j)):new Oi(new Ue(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new ct(new j);let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(C=>C.address===(c==null?void 0:c.address)));return!c||!d?new ct(new j):new ct(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return u(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return u(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return u(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return u(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return u(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return u(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return u(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return u(d),d},setActiveWallet:async c=>{let d=f.find(C=>fn(C.address)===fn(c)),g=s==null?void 0:s.linkedAccounts.find(C=>C.type==="wallet"&&fn(C.address)===fn(c));if(!d||!await d.isConnected())O(c),xo();else if(!d.linked)d.loginOrLink();else{let C=Object.assign({},s);C.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},u(C)}},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before creating a Privy wallet"));return}if(X(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}G(!0),Y({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),re("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((g,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!X(s)){C(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){C(new Error("Message must be a non-empty string"));return}G(!0);let vn={message:c,onSuccess:g,onFailure:C,uiOptions:d||{}},bn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:C};Y({signMessage:vn,connectWallet:bn}),re("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(g,C)=>{if(!a||!s){C(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!X(s)){C(new Error("Must have a Privy wallet before signing"));return}G(!0);let vn={transactionRequest:c,onSuccess:g,onFailure:C,uiOptions:d||{}},bn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:C};Y({connectWallet:bn,sendTransaction:vn}),re("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!X(s)){d(new Error("Must have a Privy wallet before exporting"));return}G(!0);let C={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},ir={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};Y({keyExport:ir,connectWallet:C}),re("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Nc=gn.signMessage,Lc=gn.sendTransaction;let Vt=(()=>({isLinking:W,linkingHint:I,walletConnectionStatus:S,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var g;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((g=e.onSuccess)==null||g.call(e,s,v)),t.authFlow=void 0,O(null),b(null),T(!1),y(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:Oe,initLoginWithWallet:ne,loginWithWallet:async()=>{if(!(t.authFlow instanceof Ct))throw new P("Must initialize SIWE flow first.");let c,d;W?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),u(c||s||null),y(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new at(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof at))throw new P("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),u(c),y(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new wt(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new xt(c);t.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendCodeEmail())},resendSmsCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendSmsCode())},loginWithCode:async c=>{if(t.authFlow instanceof wt)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof xt)t.authFlow.meta.smsCode=c.trim();else throw new P("Must initialize a passwordless code flow first");let d,g;W?d=await t.link():{user:d,isNewUser:g}=await t.authenticate(),u(d||s||null),y(g||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return u(c),c},walletProxy:N,createAnalyticsEvent:(c,d,g)=>t.createAnalyticsEvent(c,d,g),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,g)=>{if(!a||!s){g(new Error("User must be authenticated before recovering the Privy wallet"));return}let C=X(s);if(!C){g(new Error("Must have a Privy wallet in order to recover it"));return}G(!0),Y({recoverWallet:{privyWallet:C,onCompleteNavigateTo:c,onFailure:g,onSuccess:d}}),re("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Oc=ch(()=>({wallets:f}),[f]);return wo(Dn.Provider,{value:gn,children:Ic(Mi.Provider,{value:Oc,children:[e.children,Ic(On.Provider,{value:Vt,children:[wo(Tc,{theme:{...F.appearance.palette||{}}}),wo(Wa,{appConfig:F,data:U,setModalData:Y,initialScreen:p,visible:o,authenticated:a,children:o&&wo(Sc,{})}),ae&&wo(Wc,{appId:e.appId,origin:t.apiUrl,onLoad:q,onLoadFailed:()=>null})]})]})})};export{Ue as AsExternalProvider,Ao as ConnectorManager,So as PrivyClient,mh as PrivyProvider,j as PrivyProxyProvider,wn as VERSION,be as WalletConnector,Po as getAccessToken,D as usePrivy,lh as useWallets};