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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import{getAddress as pn}from"@ethersproject/address";import{Web3Provider as Wi}from"@ethersproject/providers";import{useEffect as Ut,useMemo as nh,useRef as ih,useState as de}from"react";var C=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{FetchError as Lc}from"ofetch";var ke=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}]`:""}`}},Ht=class extends ke{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},T=class extends ke{constructor(o,r,n){super(o,r,n);this.type="client_error"}};var V=class extends ke{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},Z=e=>{if(e instanceof ke)return e;if(!(e instanceof Lc))return Te(e);if(!e.response)return new Ht("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Ht(t||"ApiError",e.response.status,o||r,e,n)},Te=e=>e instanceof ke?e:e instanceof Error?new T(e.message,e):new T(`Internal error: ${e}`);var Ii=()=>"/api/v1/sessions",Ni=()=>"/api/v1/sessions/logout",Li=()=>"/api/v1/sessions/fork",Mi=()=>"/api/v1/sessions/fork/recover",Oi=()=>"/api/v1/siwe/init",Di=()=>"/api/v1/siwe/authenticate",Ui=()=>"/api/v1/siwe/link",Bi=()=>"/api/v1/passwordless/init",Fi=()=>"/api/v1/passwordless/authenticate",Gi=()=>"/api/v1/passwordless/link",Hi=()=>"/api/v1/passwordless_sms/init",Vi=()=>"/api/v1/passwordless_sms/authenticate",zi=()=>"/api/v1/passwordless_sms/link",$i=()=>"/api/v1/oauth/init",qi=()=>"/api/v1/oauth/authenticate",ji=()=>"/api/v1/oauth/link",Ki=()=>"/api/v1/siwe/unlink",Yi=()=>"/api/v1/passwordless/unlink",Zi=()=>"/api/v1/passwordless_sms/unlink",Qi=()=>"/api/v1/oauth/unlink",Ji=()=>"/api/v1/analytics_events";var wt=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new T("Email and email code must be set prior to calling authenticate.");try{let t=Fi(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new T("Email and email code must be set prior to calling authenticate.");try{let t=Gi();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw Z(t)}}async sendCodeEmail(t){if(!this.api)throw new T("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new T("Email must be set when initialzing authentication.");try{let o=Bi();return await this.api.post(o,{email:this.meta.email})}catch(o){throw Z(o)}}};var it=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 T("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new T("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new T("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 Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new T("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new T("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 Z(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.provider)throw new T("Provider must be set when initialzing OAuth authentication.");try{let o=$i();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 Z(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:
1
+ import{getAddress as pn}from"@ethersproject/address";import{Web3Provider as Wi}from"@ethersproject/providers";import{useEffect as Ut,useMemo as nh,useRef as ih,useState as de}from"react";var C=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{FetchError as Lc}from"ofetch";var ke=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}]`:""}`}},Gt=class extends ke{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},T=class extends ke{constructor(o,r,n){super(o,r,n);this.type="client_error"}};var V=class extends ke{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},Z=e=>{if(e instanceof ke)return e;if(!(e instanceof Lc))return Te(e);if(!e.response)return new Gt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Gt(t||"ApiError",e.response.status,o||r,e,n)},Te=e=>e instanceof ke?e:e instanceof Error?new T(e.message,e):new T(`Internal error: ${e}`);var Ii=()=>"/api/v1/sessions",Ni=()=>"/api/v1/sessions/logout",Li=()=>"/api/v1/sessions/fork",Mi=()=>"/api/v1/sessions/fork/recover",Oi=()=>"/api/v1/siwe/init",Di=()=>"/api/v1/siwe/authenticate",Ui=()=>"/api/v1/siwe/link",Bi=()=>"/api/v1/passwordless/init",Fi=()=>"/api/v1/passwordless/authenticate",Gi=()=>"/api/v1/passwordless/link",Hi=()=>"/api/v1/passwordless_sms/init",Vi=()=>"/api/v1/passwordless_sms/authenticate",zi=()=>"/api/v1/passwordless_sms/link",$i=()=>"/api/v1/oauth/init",qi=()=>"/api/v1/oauth/authenticate",ji=()=>"/api/v1/oauth/link",Ki=()=>"/api/v1/siwe/unlink",Yi=()=>"/api/v1/passwordless/unlink",Zi=()=>"/api/v1/passwordless_sms/unlink",Qi=()=>"/api/v1/oauth/unlink",Ji=()=>"/api/v1/analytics_events";var wt=class{constructor(t){this.meta={email:t}}async authenticate(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new T("Email and email code must be set prior to calling authenticate.");try{let t=Fi(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new T("Email and email code must be set prior to calling authenticate.");try{let t=Gi();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw Z(t)}}async sendCodeEmail(t){if(!this.api)throw new T("Auth flow has no API instance");if(t&&(this.meta.email=t),!this.meta.email)throw new T("Email must be set when initialzing authentication.");try{let o=Bi();return await this.api.post(o,{email:this.meta.email})}catch(o){throw Z(o)}}};var it=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 T("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new T("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new T("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 Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new T("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new T("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 Z(t)}}async getAuthorizationUrl(){var t;if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.provider)throw new T("Provider must be set when initialzing OAuth authentication.");try{let o=$i();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 Z(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 T("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Di(),{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 Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Ui(),{message:t,signature:o})}catch(t){throw Z(t)}}async sign(){if(!this.api)throw new T("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new T("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 T("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Oi(),{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 T("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new T("phone number and sms code must be set prior to calling authenticate.");try{let t=Vi(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new T("phone number and sms code must be set prior to calling authenticate.");try{let t=zi();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Z(t)}}async sendSmsCode(t){if(!this.api)throw new T("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new T("phone nNumber must be set when initialzing authentication.");try{let o=Hi();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw Z(o)}}};function Ye(e){return new Date(e*1e3)}function Mc(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};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 p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ye(o.verified_at)};t.push(p);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 at(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var z=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Ze(e){if(!e)return null;let t=Mc(e.linked_accounts),o=at(t,"wallet"),r=at(t,"email"),n=at(t,"phone"),i=at(t,"google_oauth"),a=at(t,"twitter_oauth"),l=at(t,"discord_oauth"),s=at(t,"github_oauth"),p=at(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},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:p&&{subject:p.subject,email:p.email}}}import{getAddress as Na}from"@ethersproject/address";import ld from"eventemitter3";var Xi="1.26.2-beta.2";var Re="4df5e2316331463a9130964bd6078dfa",tr="https://auth.privy.io",ea=1e4,De=1400,yn=Xi;var Vt="privy:token",or="privy:refresh_token",wo="privy:session_transfer_token",gn="privy:connectors",vn="privy:connections",ta="walletconnect",oa=3e4,Pe=1;var bn=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)}},wn=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 Dc(){return typeof window<"u"&&window.localStorage?new wn:new bn}var B=Dc();import{isPossiblePhoneNumber as Uc}from"libphonenumber-js/min";var ra=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,}))$/),na=e=>Uc(String(e),"US"),ia=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},st=(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}`},Bc=e=>new Promise(t=>setTimeout(t,e)),aa=(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 Bc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},rr=(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 Cn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Co=e=>typeof e=="string"?e:"0x"+e.toString(16);async function sa(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=[];nr()&&i.push("metamask"),We()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function xn(e){return`eip155:${String(Number(e))}`}import Qc from"@coinbase/wallet-sdk";import{jsx as la,jsxs as Fc}from"react/jsx-runtime";var _e=({style:e,...t})=>Fc("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:[la("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),la("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 Ca}from"@ethersproject/providers";import{default as Zc}from"eventemitter3";import{isHexString as qc}from"@ethersproject/bytes";import{JsonRpcProvider as va}from"@ethersproject/providers";import{toUtf8String as jc}from"@ethersproject/strings";import Kc from"eventemitter3";var Gc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],ca=e=>Gc.includes(e);var da={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 pa={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 ua={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 ma={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 ha={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 fa={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 ya={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 ga={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 ir=[da,pa,ua,ma,ha,fa,ya,ga];import{ErrorCode as Hc}from"@ethersproject/logger";var zt=class extends V{constructor(){super("Wallet timeout");this.type="wallet_error"}},Tt=class extends V{constructor(){super("User rejected connection");this.type="wallet_error"}},Ae=e=>{if(e instanceof V)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new $t(e);return e.code===Hc.ACTION_REJECTED&&(t.details=Et.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new $t(e):new V("Unknown connector error",e)},En=class extends ke{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},$t=class extends En{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(Et).find(s=>s.eipCode===r.code);this.details=n||Et.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=Et.E32002_CONNECTION_ALREADY_PENDING:this.details=Et.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Et.E32002_WALLET_LOCKED))}},Vc={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}},zc={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}},$c={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}},Et={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...$c,...zc},Qe={...Vc,...Et};var Yc=12e4,Tn=(e=new zt,t=Yc)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),$=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 V(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),Tn()]).catch(o=>{throw Ae(o)})}},lt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ar=class extends Kc{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new va(this.getInfuraEndpoint(n))}getInfuraEndpoint(o){var n;let r=ir.find(i=>i.id===o);if(!r)throw new lt(`Unsupported chainId ${o}`,4901);return((n=r.rpcUrls.infura)==null?void 0:n.http[0])+`/${Re}`}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new lt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await xo()||!this.address)throw new lt("Disconnected",4900);return(await wa(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new lt(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),this.provider=new va(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=qc(r)?jc(r):r;return await ba(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:Co(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 Co(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(ca(o.method)){let r=await xo();if(!r||!this.address)throw new lt("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 lt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await xo();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 ${constructor(o){super(o)}},ct=class extends ${constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ve=class extends Zc{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=xn(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 V("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return new Ca(new Ue(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return new ct(this.proxyProvider)},sign:async i=>{if(!await n())throw new V("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=xn(i);for(let l of r)n.find(s=>dt(s.address)===dt(l))||n.push(this.buildConnectedWallet(dt(l),a));sr(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 Ca(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 Jc=e=>{let t=`https://mainnet.infura.io/v3/${Re}`,o=1;return e.makeWeb3Provider(t,o)},lr,cr=class extends ve{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new $,this.subscribeListeners(),lr||(lr=new Qc({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(Jc(lr)),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(){lr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:_e}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new V("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Ae(o)}}};import{jsx as xa}from"react/jsx-runtime";var pt=({style:e,...t})=>xa("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:xa("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 dr=class extends ve{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:[Co((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 Vf}from"@ethersproject/address";import{Web3Provider as $f}from"@ethersproject/providers";import{isMobile as ed}from"react-device-detect";import{jsx as be,jsxs as Xc}from"react/jsx-runtime";var ae=({style:e,...t})=>Xc("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:[be("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),be("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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 pr=class extends ve{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new $,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:ae}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!ed&&nr()&&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 V("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Ae(o)}}};import{jsx as qt,jsxs as ur}from"react/jsx-runtime";var Be=({style:e,...t})=>ur("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:[qt("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),qt("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)"}),ur("defs",{children:[ur("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[qt("stop",{stopColor:"#534BB1"}),qt("stop",{offset:"1",stopColor:"#551BF9"})]}),ur("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[qt("stop",{stopColor:"white"}),qt("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var mr=class extends ve{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new $,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 Ae(o)}}};import sd from"@walletconnect/web3-provider";import{isAndroid as hr}from"react-device-detect";import{createContext as od,useContext as rd,useEffect as Pn,useState as Ta}from"react";import{jsx as td}from"react/jsx-runtime";function Ea(e){return td("link",{rel:"prefetch",href:e.src})}import{jsx as nd,jsxs as id}from"react/jsx-runtime";var Je="LANDING",Pa=od({ready:!1,app:null,currentScreen:Je,lastScreen:Je,navigate:C,navigateBack:C,setModalData:C}),_a=e=>{var f,h,u;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=Ta(e.initialScreen||Je),[a,l]=Ta(e.initialScreen||Je);Pn(()=>{o||i(Je)},[o]),Pn(()=>{r||(l(Je),i(Je))},[r]),Pn(()=>{e.initialScreen&&n===Je&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Je?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:w=>{l(n),i(w)},navigateBack:()=>{i(a)}};return id(Pa.Provider,{value:p,children:[(typeof((f=t==null?void 0:t.appearance)==null?void 0:f.logo)=="string"||((u=(h=t==null?void 0:t.appearance)==null?void 0:h.logo)==null?void 0:u.type)==="img")&&nd(Ea,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},b=()=>rd(Pa);import{jsx as jt,jsxs as ad}from"react/jsx-runtime";var Kt=({style:e,...t})=>{let{app:o}=b();return ad("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:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),jt("g",{clipPath:"url(#clip0_1765_9946)",children:jt("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"})}),jt("defs",{children:jt("clipPath",{id:"clip0_1765_9946",children:jt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as Aa}from"@walletconnect/browser-utils";import{isAndroid as _n}from"react-device-detect";var Eo=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(An))if(r.hostname===t)return{walletClientType:o,entry:r}};var An={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"}}},Sa=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ka(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ra(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 Wa(e,t){return _n?e:Ra(e,ka(t))}var Sn=(e,t)=>{if(!e)return;if(_n){Aa({name:"Unknown",href:t||"wc:"});return}let o=Ra(t||"wc:",ka(e));Aa({name:(e==null?void 0:e.displayName)||"",href:o})},Ia=()=>{!_n||window.open("wc:","_self")};var Pt=class extends ve{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new $,this.subscribeListeners(),o&&(this.walletEntry=An[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"?ae:Sa(this.walletEntry.image_id)}:{name:Cn(((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])||Kt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ae(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new Tt);return}r(new V("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new Tt)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ae(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),Tn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new V("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=Eo(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(Ae(i)))})}async sign(o){this.walletEntry&&Sn(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)),hr&&Ia()})}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`${ta}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=Pt.generateStorageId());let r=this.walletEntry||hr?{qrcode:!1}:{},n={};for(let p of ir){let f=(s=(l=p.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];f&&(n[p.id]=f+"/"+Re)}let i=new sd({infuraId:Re,storageId:o,pollingInterval:oa,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(p,f)=>{Sn(a);let h=f.params[0],u=Wa(h,a);hr?window.open(u,"_self"):window.open(u,"_self","noopener,noreferrer")}):hr?i.connector.on("display_uri",(p,f)=>{let h=f.params[0];window.open(h,"_self")}):i.connector.on("connect",()=>{var p,f;if((p=i.walletMeta)!=null&&p.url){let h=Eo(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 nr=()=>{let e=window;if(!e.ethereum)return!1;if(fr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(fr(t,!0))return!0}return!1},yr=()=>{let e=window;if(!e.ethereum)return!1;if(fr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(fr(t,!1))return!0}return!1},fr=(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},_t=()=>{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},kn=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===Na(t)).length):!1},To=class extends ld{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 $: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(gn)&&(B.getKeys().forEach(o=>{o.startsWith("walletconnect")&&B.del(o)}),B.del(gn)),sa().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}})),(_t()||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=Eo(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new Pt(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 ar(o,r),a=new dr(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 mr:null;case"metamask":default:return yr()?new pr:null}case"coinbase_wallet":return new cr;case"wallet_connect":return new Pt(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(vn);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(vn,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=Na(o),this.emit("walletsUpdated")}};function sr(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 Rn}from"ofetch";var gr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=yn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await Rn(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw Z(n)}}async post(t,o,r,n=!0){try{return await Rn(t,{method:"POST",...o?{body:o}:{},...await this.buildConfig(r,n)})}catch(i){throw Z(i)}}async delete(t,o,r=!0){try{return await Rn(t,{method:"DELETE",...await this.buildConfig(o,r)})}catch(n){throw Z(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 La(e){return e instanceof wt?"email":e instanceof xt?"sms":e instanceof Ct?"siwe":e instanceof it?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 Ma from"jose";var Xe=class{static parse(t){try{return new Xe(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ma.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 cd=30,vr=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(Vt);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(or);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=B.get(wo);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(cd)}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=La(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"),Te(o)}}async _link(t){try{let o=await t.link();return Ze(o)}catch(o){throw console.warn("Error linking account"),Te(o)}}async _refresh(){if(!this.api)throw new T("Session has no API instance");if(!this.client)throw new T("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(Ii(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(Mi(),{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 Ht&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Te(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ni(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new T("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Li(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Te(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?B.put(Vt,t):B.del(Vt)}storeRefreshToken(t){typeof t=="string"?B.put(or,t):B.del(or)}clearForkedToken(){B.del(wo)}};var Wn,Po=class{constructor(t){this.apiUrl=t.apiUrl||tr,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||ea,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new To,Wn||(Wn=new vr),this.session=Wn,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new gr(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 T("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new T("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(Yi(),{address:t});return Ze(o)}catch(o){throw Te(o)}}async unlinkPhone(t){try{let o=await this.api.post(Zi(),{phoneNumber:t});return Ze(o)}catch(o){throw Te(o)}}async unlinkWallet(t){try{let o=await this.api.post(Ki(),{address:t});return Ze(o)}catch(o){throw Te(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Qi(),{provider:t,subject:o});return Ze(r)}catch(r){throw Te(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(Ji(),{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 Te(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 O1,clearAllBodyScrollLocks as D1}from"body-scroll-lock";import{useRef as U1,useCallback as B1}from"react";import{useEffect as Ec}from"react";import F1 from"react-dom";import Si from"styled-components";import{createContext as dd,useContext as pd}from"react";var In=dd({isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:C,getAuthFlow:C,closePrivyModal:C,connectWallet:C,initLoginWithWallet:C,loginWithWallet:C,loginWithCode:C,initLoginWithEmail:C,initLoginWithSms:C,resendEmailCode:C,resendSmsCode:C,initLoginWithOAuth:C,loginWithOAuth:C,refreshUser:C,walletProxy:null,createAnalyticsEvent:C,getUsdTokenPrice:C,recoverEmbeddedWallet:C}),k=()=>pd(In);import{createContext as ud,useContext as md}from"react";var Nn=ud({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:C,login:C,linkEmail:C,linkPhone:C,linkWallet:C,linkGoogle:C,linkTwitter:C,linkDiscord:C,linkGithub:C,linkApple:C,logout:C,getAccessToken:C,getEthereumProvider:C,getEthersProvider:C,getWeb3jsProvider:C,unlinkEmail:C,unlinkPhone:C,unlinkWallet:C,unlinkGoogle:C,unlinkTwitter:C,unlinkDiscord:C,unlinkGithub:C,unlinkApple:C,setActiveWallet:C,forkSession:C,createWallet:C,signMessage:C,sendTransaction:C,exportWallet:C}),D=()=>md(Nn);import Un from"styled-components";import Ao,{css as Oa}from"styled-components";import Mn from"styled-components";import{Fragment as yd,jsx as Ln,jsxs as gd}from"react/jsx-runtime";var br=({success:e,fail:t})=>gd(yd,{children:[Ln(_o,{className:e?"success":t?"fail":""}),Ln(hd,{className:e?"success":t?"fail":""})]}),_o=Mn.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 T("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Di(),{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 Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Ui(),{message:t,signature:o})}catch(t){throw Z(t)}}async sign(){if(!this.api)throw new T("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new T("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 T("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Oi(),{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 T("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new T("phone number and sms code must be set prior to calling authenticate.");try{let t=Vi(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw Z(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new T("phone number and sms code must be set prior to calling authenticate.");try{let t=zi();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Z(t)}}async sendSmsCode(t){if(!this.api)throw new T("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new T("phone nNumber must be set when initialzing authentication.");try{let o=Hi();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw Z(o)}}};function Ye(e){return new Date(e*1e3)}function Mc(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};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 p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ye(o.verified_at)};t.push(p);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 at(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var z=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Ze(e){if(!e)return null;let t=Mc(e.linked_accounts),o=at(t,"wallet"),r=at(t,"email"),n=at(t,"phone"),i=at(t,"google_oauth"),a=at(t,"twitter_oauth"),l=at(t,"discord_oauth"),s=at(t,"github_oauth"),p=at(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},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:p&&{subject:p.subject,email:p.email}}}import{getAddress as Na}from"@ethersproject/address";import ld from"eventemitter3";var Xi="1.26.3-beta.1";var Re="4df5e2316331463a9130964bd6078dfa",tr="https://auth.privy.io",ea=1e4,De=1400,yn=Xi;var Ht="privy:token",or="privy:refresh_token",wo="privy:session_transfer_token",gn="privy:connectors",vn="privy:connections",ta="walletconnect",oa=3e4,Pe=1;var bn=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)}},wn=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 Dc(){return typeof window<"u"&&window.localStorage?new wn:new bn}var B=Dc();import{isPossiblePhoneNumber as Uc}from"libphonenumber-js/min";var ra=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,}))$/),na=e=>Uc(String(e),"US"),ia=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},st=(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}`},Bc=e=>new Promise(t=>setTimeout(t,e)),aa=(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 Bc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},rr=(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 Cn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Co=e=>typeof e=="string"?e:"0x"+e.toString(16);async function sa(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=[];nr()&&i.push("metamask"),We()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function xn(e){return`eip155:${String(Number(e))}`}import Qc from"@coinbase/wallet-sdk";import{jsx as la,jsxs as Fc}from"react/jsx-runtime";var _e=({style:e,...t})=>Fc("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:[la("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),la("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 Ca}from"@ethersproject/providers";import{default as Zc}from"eventemitter3";import{isHexString as qc}from"@ethersproject/bytes";import{JsonRpcProvider as va}from"@ethersproject/providers";import{toUtf8String as jc}from"@ethersproject/strings";import Kc from"eventemitter3";var Gc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],ca=e=>Gc.includes(e);var da={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 pa={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 ua={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 ma={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 ha={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 fa={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 ya={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 ga={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 ir=[da,pa,ua,ma,ha,fa,ya,ga];import{ErrorCode as Hc}from"@ethersproject/logger";var Vt=class extends V{constructor(){super("Wallet timeout");this.type="wallet_error"}},Tt=class extends V{constructor(){super("User rejected connection");this.type="wallet_error"}},Ae=e=>{if(e instanceof V)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new zt(e);return e.code===Hc.ACTION_REJECTED&&(t.details=Et.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new zt(e):new V("Unknown connector error",e)},En=class extends ke{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},zt=class extends En{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(Et).find(s=>s.eipCode===r.code);this.details=n||Et.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=Et.E32002_CONNECTION_ALREADY_PENDING:this.details=Et.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Et.E32002_WALLET_LOCKED))}},Vc={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}},zc={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}},$c={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}},Et={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...$c,...zc},Qe={...Vc,...Et};var Yc=12e4,Tn=(e=new Vt,t=Yc)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),$=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 V(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),Tn()]).catch(o=>{throw Ae(o)})}},lt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ar=class extends Kc{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new va(this.getInfuraEndpoint(n))}getInfuraEndpoint(o){var n;let r=ir.find(i=>i.id===o);if(!r)throw new lt(`Unsupported chainId ${o}`,4901);return((n=r.rpcUrls.infura)==null?void 0:n.http[0])+`/${Re}`}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new lt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await xo()||!this.address)throw new lt("Disconnected",4900);return(await wa(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new lt(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),this.provider=new va(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=qc(r)?jc(r):r;return await ba(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:Co(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 Co(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(ca(o.method)){let r=await xo();if(!r||!this.address)throw new lt("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 lt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await xo();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 ${constructor(o){super(o)}},ct=class extends ${constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ve=class extends Zc{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=xn(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 V("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return new Ca(new Ue(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new V("Wallet is not currently connected.");return new ct(this.proxyProvider)},sign:async i=>{if(!await n())throw new V("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=xn(i);for(let l of r)n.find(s=>dt(s.address)===dt(l))||n.push(this.buildConnectedWallet(dt(l),a));sr(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 Ca(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 Jc=e=>{let t=`https://mainnet.infura.io/v3/${Re}`,o=1;return e.makeWeb3Provider(t,o)},lr,cr=class extends ve{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new $,this.subscribeListeners(),lr||(lr=new Qc({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(Jc(lr)),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(){lr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:_e}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new V("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Ae(o)}}};import{jsx as xa}from"react/jsx-runtime";var pt=({style:e,...t})=>xa("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:xa("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 dr=class extends ve{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:[Co((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 Vf}from"@ethersproject/address";import{Web3Provider as $f}from"@ethersproject/providers";import{isMobile as ed}from"react-device-detect";import{jsx as be,jsxs as Xc}from"react/jsx-runtime";var ae=({style:e,...t})=>Xc("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:[be("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),be("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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"}),be("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 pr=class extends ve{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new $,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:ae}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!ed&&nr()&&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 V("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Ae(o)}}};import{jsx as $t,jsxs as ur}from"react/jsx-runtime";var Be=({style:e,...t})=>ur("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:[$t("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),$t("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)"}),ur("defs",{children:[ur("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[$t("stop",{stopColor:"#534BB1"}),$t("stop",{offset:"1",stopColor:"#551BF9"})]}),ur("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[$t("stop",{stopColor:"white"}),$t("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var mr=class extends ve{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new $,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 Ae(o)}}};import sd from"@walletconnect/web3-provider";import{isAndroid as hr}from"react-device-detect";import{createContext as od,useContext as rd,useEffect as Pn,useState as Ta}from"react";import{jsx as td}from"react/jsx-runtime";function Ea(e){return td("link",{rel:"prefetch",href:e.src})}import{jsx as nd,jsxs as id}from"react/jsx-runtime";var Je="LANDING",Pa=od({ready:!1,app:null,currentScreen:Je,lastScreen:Je,navigate:C,navigateBack:C,setModalData:C}),_a=e=>{var f,h,u;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=Ta(e.initialScreen||Je),[a,l]=Ta(e.initialScreen||Je);Pn(()=>{o||i(Je)},[o]),Pn(()=>{r||(l(Je),i(Je))},[r]),Pn(()=>{e.initialScreen&&n===Je&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Je?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:w=>{l(n),i(w)},navigateBack:()=>{i(a)}};return id(Pa.Provider,{value:p,children:[(typeof((f=t==null?void 0:t.appearance)==null?void 0:f.logo)=="string"||((u=(h=t==null?void 0:t.appearance)==null?void 0:h.logo)==null?void 0:u.type)==="img")&&nd(Ea,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},b=()=>rd(Pa);import{jsx as qt,jsxs as ad}from"react/jsx-runtime";var jt=({style:e,...t})=>{let{app:o}=b();return ad("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:[qt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),qt("g",{clipPath:"url(#clip0_1765_9946)",children:qt("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"})}),qt("defs",{children:qt("clipPath",{id:"clip0_1765_9946",children:qt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as Aa}from"@walletconnect/browser-utils";import{isAndroid as _n}from"react-device-detect";var Eo=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(An))if(r.hostname===t)return{walletClientType:o,entry:r}};var An={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"}}},Sa=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ka(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ra(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 Wa(e,t){return _n?e:Ra(e,ka(t))}var Sn=(e,t)=>{if(!e)return;if(_n){Aa({name:"Unknown",href:t||"wc:"});return}let o=Ra(t||"wc:",ka(e));Aa({name:(e==null?void 0:e.displayName)||"",href:o})},Ia=()=>{!_n||window.open("wc:","_self")};var Pt=class extends ve{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new $,this.subscribeListeners(),o&&(this.walletEntry=An[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"?ae:Sa(this.walletEntry.image_id)}:{name:Cn(((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])||jt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ae(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new Tt);return}r(new V("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new Tt)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ae(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),Tn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new V("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=Eo(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(Ae(i)))})}async sign(o){this.walletEntry&&Sn(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)),hr&&Ia()})}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`${ta}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=Pt.generateStorageId());let r=this.walletEntry||hr?{qrcode:!1}:{},n={};for(let p of ir){let f=(s=(l=p.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];f&&(n[p.id]=f+"/"+Re)}let i=new sd({infuraId:Re,storageId:o,pollingInterval:oa,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(p,f)=>{Sn(a);let h=f.params[0],u=Wa(h,a);hr?window.open(u,"_self"):window.open(u,"_self","noopener,noreferrer")}):hr?i.connector.on("display_uri",(p,f)=>{let h=f.params[0];window.open(h,"_self")}):i.connector.on("connect",()=>{var p,f;if((p=i.walletMeta)!=null&&p.url){let h=Eo(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 nr=()=>{let e=window;if(!e.ethereum)return!1;if(fr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(fr(t,!0))return!0}return!1},yr=()=>{let e=window;if(!e.ethereum)return!1;if(fr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(fr(t,!1))return!0}return!1},fr=(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},_t=()=>{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},kn=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===Na(t)).length):!1},To=class extends ld{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 $: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(gn)&&(B.getKeys().forEach(o=>{o.startsWith("walletconnect")&&B.del(o)}),B.del(gn)),sa().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}})),(_t()||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=Eo(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new Pt(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 ar(o,r),a=new dr(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 mr:null;case"metamask":default:return yr()?new pr:null}case"coinbase_wallet":return new cr;case"wallet_connect":return new Pt(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(vn);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(vn,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=Na(o),this.emit("walletsUpdated")}};function sr(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 Rn}from"ofetch";var gr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=yn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await Rn(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw Z(n)}}async post(t,o,r,n=!0){try{return await Rn(t,{method:"POST",...o?{body:o}:{},...await this.buildConfig(r,n)})}catch(i){throw Z(i)}}async delete(t,o,r=!0){try{return await Rn(t,{method:"DELETE",...await this.buildConfig(o,r)})}catch(n){throw Z(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 La(e){return e instanceof wt?"email":e instanceof xt?"sms":e instanceof Ct?"siwe":e instanceof it?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 Ma from"jose";var Xe=class{static parse(t){try{return new Xe(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ma.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 cd=30,vr=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(Ht);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(or);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=B.get(wo);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(cd)}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=La(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"),Te(o)}}async _link(t){try{let o=await t.link();return Ze(o)}catch(o){throw console.warn("Error linking account"),Te(o)}}async _refresh(){if(!this.api)throw new T("Session has no API instance");if(!this.client)throw new T("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(Ii(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(Mi(),{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 Gt&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Te(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ni(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new T("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Li(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Te(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?B.put(Ht,t):B.del(Ht)}storeRefreshToken(t){typeof t=="string"?B.put(or,t):B.del(or)}clearForkedToken(){B.del(wo)}};var Wn,Po=class{constructor(t){this.apiUrl=t.apiUrl||tr,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||ea,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new To,Wn||(Wn=new vr),this.session=Wn,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new gr(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 T("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new T("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(Yi(),{address:t});return Ze(o)}catch(o){throw Te(o)}}async unlinkPhone(t){try{let o=await this.api.post(Zi(),{phoneNumber:t});return Ze(o)}catch(o){throw Te(o)}}async unlinkWallet(t){try{let o=await this.api.post(Ki(),{address:t});return Ze(o)}catch(o){throw Te(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Qi(),{provider:t,subject:o});return Ze(r)}catch(r){throw Te(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(Ji(),{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 Te(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 O1,clearAllBodyScrollLocks as D1}from"body-scroll-lock";import{useRef as U1,useCallback as B1}from"react";import{useEffect as Ec}from"react";import F1 from"react-dom";import Si from"styled-components";import{createContext as dd,useContext as pd}from"react";var In=dd({isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:C,getAuthFlow:C,closePrivyModal:C,connectWallet:C,initLoginWithWallet:C,loginWithWallet:C,loginWithCode:C,initLoginWithEmail:C,initLoginWithSms:C,resendEmailCode:C,resendSmsCode:C,initLoginWithOAuth:C,loginWithOAuth:C,refreshUser:C,walletProxy:null,createAnalyticsEvent:C,getUsdTokenPrice:C,recoverEmbeddedWallet:C}),k=()=>pd(In);import{createContext as ud,useContext as md}from"react";var Nn=ud({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:C,login:C,linkEmail:C,linkPhone:C,linkWallet:C,linkGoogle:C,linkTwitter:C,linkDiscord:C,linkGithub:C,linkApple:C,logout:C,getAccessToken:C,getEthereumProvider:C,getEthersProvider:C,getWeb3jsProvider:C,unlinkEmail:C,unlinkPhone:C,unlinkWallet:C,unlinkGoogle:C,unlinkTwitter:C,unlinkDiscord:C,unlinkGithub:C,unlinkApple:C,setActiveWallet:C,forkSession:C,createWallet:C,signMessage:C,sendTransaction:C,exportWallet:C}),D=()=>md(Nn);import Un from"styled-components";import Ao,{css as Oa}from"styled-components";import Mn from"styled-components";import{Fragment as yd,jsx as Ln,jsxs as gd}from"react/jsx-runtime";var br=({success:e,fail:t})=>gd(yd,{children:[Ln(_o,{className:e?"success":t?"fail":""}),Ln(hd,{className:e?"success":t?"fail":""})]}),_o=Mn.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -307,7 +307,7 @@ Resources:
307
307
  margin-top: auto;
308
308
  gap: 16px;
309
309
  flex-grow: 100;
310
- `,Yt=Bn.div`
310
+ `,Kt=Bn.div`
311
311
  display: flex;
312
312
  flex-direction: column;
313
313
  align-items: center;
@@ -318,7 +318,7 @@ Resources:
318
318
  display: flex;
319
319
  flex-direction: column;
320
320
  width: 100%;
321
- `;import Ya from"styled-components";import{Fragment as Rd,jsx as Zt,jsxs as Za}from"react/jsx-runtime";var kd=Ya.div`
321
+ `;import Ya from"styled-components";import{Fragment as Rd,jsx as Yt,jsxs as Za}from"react/jsx-runtime";var kd=Ya.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 Er(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Za(kd,{children:["By logging in I agree to the"," ",n&&Zt("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Zt("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var O=({protectedByPrivy:e})=>Zt(Ne,{hideOnMobile:e,children:e?Za(Rd,{children:[Zt(pt,{}),Zt("span",{children:Zt("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Ne=Ya.div`
330
+ `;function Er(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o}}=e.app,r=!!t,n=!!o,i=r&&n;return!r&&!n?null:Za(kd,{children:["By logging in I agree to the"," ",n&&Yt("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Yt("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var O=({protectedByPrivy:e})=>Yt(Ne,{hideOnMobile:e,children:e?Za(Rd,{children:[Yt(pt,{}),Yt("span",{children:Yt("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),Ne=Ya.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 Tr from"styled-components";import{Fragment as Nd,jsx as Qt,jsxs as Ja}from"react/jsx-runtime";var oe=({title:e,description:t,children:o,...r})=>Qt(Qa,{...r,children:Ja(Nd,{children:[Qt("h3",{children:e}),typeof t=="string"?Qt("p",{children:t}):t,o]})}),He=Tr(oe)`
354
+ `;import Tr from"styled-components";import{Fragment as Nd,jsx as Zt,jsxs as Ja}from"react/jsx-runtime";var oe=({title:e,description:t,children:o,...r})=>Zt(Qa,{...r,children:Ja(Nd,{children:[Zt("h3",{children:e}),typeof t=="string"?Zt("p",{children:t}):t,o]})}),He=Tr(oe)`
355
355
  margin-bottom: 24px;
356
- `,mt=({title:e,description:t,icon:o,children:r,...n})=>Ja(Wd,{...n,children:[o?Qt(Id,{children:o}):null,Qt("h3",{children:e}),typeof t=="string"?Qt("p",{children:t}):null,r]}),Qa=Tr.div`
356
+ `,mt=({title:e,description:t,icon:o,children:r,...n})=>Ja(Wd,{...n,children:[o?Zt(Id,{children:o}):null,Zt("h3",{children:e}),typeof t=="string"?Zt("p",{children:t}):null,r]}),Qa=Tr.div`
357
357
  display: flex;
358
358
  flex-direction: column;
359
359
  justify-content: flex-start;
@@ -388,7 +388,7 @@ Resources:
388
388
  border-color: var(--privy-color-background-2);
389
389
  border-width: 1px;
390
390
  }
391
- `;import{Fragment as Fn,jsx as we,jsxs as At}from"react/jsx-runtime";var Gn=6,es=new Array(Gn).fill(""),Md=1400;var ts=()=>{var ie,X,G;let{app:e,data:t,navigate:o,setModalData:r}=b(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s}=k(),{authenticated:p,user:f}=D(),[h,u]=Pr(es),[w,v]=Pr(!1),[m,y]=Pr(null),[I,_]=Pr(null),A=(ie=l())!=null&&ie.email?0:1,N=e!=null&&e.render.inDialog?De:0,S=e!=null&&e.render.inDialog?N-500:0;Xa(()=>{var U;if(!(p&&w&&f))return;if(((U=t==null?void 0:t.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!f.wallet){let q=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:Ee=>console.error(Ee),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},S);return()=>clearTimeout(q)}else{let q=setTimeout(n,N);return()=>clearTimeout(q)}},[p,w,f]),Xa(()=>{if(m&&I===0){let re=setTimeout(()=>{u(es),y(null);let F=document.querySelector("input[name=code-0]");F==null||F.focus()},Md);return()=>clearTimeout(re)}},[m]);let L=re=>{var Me;let F=re.currentTarget.value.replace(" ","");if(F==="")return;if(isNaN(Number(F))){y("Code should be numeric"),_(1);return}y(null),_(null);let U=Number((Me=re.currentTarget.name)==null?void 0:Me.charAt(5)),q=[...F||[""]].slice(0,Gn-U),Ee=[...h.slice(0,U),...q,...h.slice(U+q.length)];u(Ee);let bt=q.length,ee=Math.min(Math.max(U+bt,0),Gn-1);if(!isNaN(Number(re.currentTarget.value))){let ue=document.querySelector(`input[name=code-${ee}]`);ue==null||ue.focus()}if(Ee.every(ue=>ue&&!isNaN(+ue))){let ue=document.querySelector(`input[name=code-${ee}]`);ue==null||ue.blur(),s(Ee.join("")).then(()=>v(!0)).catch(Oe=>{(Oe==null?void 0:Oe.status)===422?y("Invalid or expired verification code"):y("Issue verifying code"),_(0)})}re.preventDefault()},W=re=>{I===1&&(y(null),_(null));let F=[...h.slice(0,re),"",...h.slice(re+1)];if(u(F),re>0){let U=document.querySelector(`input[name=code-${re-1}]`);U==null||U.focus()}},pe=`Verify your ${A==0?"email":"phone"}`,H=A==0?At("p",{children:["Please check ",we(Fd,{children:(X=l())==null?void 0:X.email})," for an email from privy.io and enter your code below."]}):`Please check ${(G=l())==null?void 0:G.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return At(Fn,{children:[we(E,{},"header"),At(Od,{children:[we(oe,{title:pe,description:H}),At(Yt,{children:[At(Dd,{children:[we(Ud,{fail:!!m,success:w,children:we("span",{children:m||(w?"Success!":"")})}),we("div",{children:h.map((re,F)=>we("input",{name:`code-${F}`,type:"text",value:h[F],onChange:L,onKeyUp:U=>{U.key==="Backspace"&&W(F)},inputMode:"numeric",autoFocus:F===0,pattern:"[0-9]",className:`${w?"success":""} ${m?"fail":""}`,autoComplete:Ld?"one-time-code":"off"},F))})]}),we(Bd,{children:A==0?At(Fn,{children:[we("span",{children:"Didn't get an email?"}),we("button",{onClick:i,children:"Resend Code"})]}):At(Fn,{children:[we("span",{children:"Didn't get a message?"}),we("button",{onClick:a,children:"Resend Code"})]})})]})]}),we(O,{protectedByPrivy:!0})]})},Od=So.div`
391
+ `;import{Fragment as Fn,jsx as we,jsxs as At}from"react/jsx-runtime";var Gn=6,es=new Array(Gn).fill(""),Md=1400;var ts=()=>{var ie,X,G;let{app:e,data:t,navigate:o,setModalData:r}=b(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s}=k(),{authenticated:p,user:f}=D(),[h,u]=Pr(es),[w,v]=Pr(!1),[m,g]=Pr(null),[I,_]=Pr(null),A=(ie=l())!=null&&ie.email?0:1,N=e!=null&&e.render.inDialog?De:0,S=e!=null&&e.render.inDialog?N-500:0;Xa(()=>{var U;if(!(p&&w&&f))return;if(((U=t==null?void 0:t.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!f.wallet){let q=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:Ee=>console.error(Ee),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},S);return()=>clearTimeout(q)}else{let q=setTimeout(n,N);return()=>clearTimeout(q)}},[p,w,f]),Xa(()=>{if(m&&I===0){let re=setTimeout(()=>{u(es),g(null);let F=document.querySelector("input[name=code-0]");F==null||F.focus()},Md);return()=>clearTimeout(re)}},[m]);let L=re=>{var Me;let F=re.currentTarget.value.replace(" ","");if(F==="")return;if(isNaN(Number(F))){g("Code should be numeric"),_(1);return}g(null),_(null);let U=Number((Me=re.currentTarget.name)==null?void 0:Me.charAt(5)),q=[...F||[""]].slice(0,Gn-U),Ee=[...h.slice(0,U),...q,...h.slice(U+q.length)];u(Ee);let bt=q.length,ee=Math.min(Math.max(U+bt,0),Gn-1);if(!isNaN(Number(re.currentTarget.value))){let ue=document.querySelector(`input[name=code-${ee}]`);ue==null||ue.focus()}if(Ee.every(ue=>ue&&!isNaN(+ue))){let ue=document.querySelector(`input[name=code-${ee}]`);ue==null||ue.blur(),s(Ee.join("")).then(()=>v(!0)).catch(Oe=>{(Oe==null?void 0:Oe.status)===422?g("Invalid or expired verification code"):g("Issue verifying code"),_(0)})}re.preventDefault()},W=re=>{I===1&&(g(null),_(null));let F=[...h.slice(0,re),"",...h.slice(re+1)];if(u(F),re>0){let U=document.querySelector(`input[name=code-${re-1}]`);U==null||U.focus()}},pe=`Verify your ${A==0?"email":"phone"}`,H=A==0?At("p",{children:["Please check ",we(Fd,{children:(X=l())==null?void 0:X.email})," for an email from privy.io and enter your code below."]}):`Please check ${(G=l())==null?void 0:G.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return At(Fn,{children:[we(E,{},"header"),At(Od,{children:[we(oe,{title:pe,description:H}),At(Kt,{children:[At(Dd,{children:[we(Ud,{fail:!!m,success:w,children:we("span",{children:m||(w?"Success!":"")})}),we("div",{children:h.map((re,F)=>we("input",{name:`code-${F}`,type:"text",value:h[F],onChange:L,onKeyUp:U=>{U.key==="Backspace"&&W(F)},inputMode:"numeric",autoFocus:F===0,pattern:"[0-9]",className:`${w?"success":""} ${m?"fail":""}`,autoComplete:Ld?"one-time-code":"off"},F))})]}),we(Bd,{children:A==0?At(Fn,{children:[we("span",{children:"Didn't get an email?"}),we("button",{onClick:i,children:"Resend Code"})]}):At(Fn,{children:[we("span",{children:"Didn't get a message?"}),we("button",{onClick:a,children:"Resend Code"})]})})]})]}),we(O,{protectedByPrivy:!0})]})},Od=So.div`
392
392
  display: flex;
393
393
  flex-direction: column;
394
394
  align-items: flex-start;
@@ -404,7 +404,7 @@ Resources:
404
404
  // center just this element.
405
405
  margin-top: 70px;
406
406
 
407
- ${Jt}[data-height='medium'] & {
407
+ ${Qt}[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
  }
@@ -487,13 +487,13 @@ Resources:
487
487
  }
488
488
  `,Fd=So.span`
489
489
  word-break: break-all;
490
- `;import{useEffect as Hd,useState as Vd}from"react";import zd from"styled-components";import{isMobile as Gd}from"react-device-detect";var os=e=>{let t=new URL(window.location.href);if(!_t()&&Gd)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 qd,jsx as St,jsxs as rs}from"react/jsx-runtime";var ns=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),{closePrivyModal:r}=k(),[n,i]=Vd("");Hd(()=>{t&&o&&e().then(s=>i(s))},[o,t]);let a=os(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."),rs(qd,{children:[St(E,{},"header"),St(He,{title:l.title,description:l.description}),rs(le,{children:[St($d,{children:St(_e,{style:{width:"72px",height:"72px"}})}),St(wr,{href:a,onClick:()=>{r()},loading:t&&o&&!n,children:"Continue"}),l.footnote?St("p",{children:l.footnote}):null]}),St(O,{protectedByPrivy:!0})]})},$d=zd(Yt)`
490
+ `;import{useEffect as Hd,useState as Vd}from"react";import zd from"styled-components";import{isMobile as Gd}from"react-device-detect";var os=e=>{let t=new URL(window.location.href);if(!_t()&&Gd)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 qd,jsx as St,jsxs as rs}from"react/jsx-runtime";var ns=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),{closePrivyModal:r}=k(),[n,i]=Vd("");Hd(()=>{t&&o&&e().then(s=>i(s))},[o,t]);let a=os(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."),rs(qd,{children:[St(E,{},"header"),St(He,{title:l.title,description:l.description}),rs(le,{children:[St($d,{children:St(_e,{style:{width:"72px",height:"72px"}})}),St(wr,{href:a,onClick:()=>{r()},loading:t&&o&&!n,children:"Continue"}),l.footnote?St("p",{children:l.footnote}):null]}),St(O,{protectedByPrivy:!0})]})},$d=zd(Kt)`
491
491
  margin: 16px auto;
492
492
  `;import{isMobile as _r}from"react-device-detect";import as from"styled-components";import jd from"styled-components";var is=jd.span`
493
493
  @media (max-width: 440px) {
494
494
  display: none;
495
495
  }
496
- `;import{jsx as Se,jsxs as Xt}from"react/jsx-runtime";var ht=({connectOnly:e})=>{let{navigate:t}=b(),{initLoginWithWallet:o,connectWallet:r}=k();return Xt(Kd,{children:[Xt(Ar,{onClick:()=>{yr()?e?(r("injected","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","metamask"),t("AWAITING_CONNECTION")):_r?e?(r("wallet_connect","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","metamask"),t("AWAITING_CONNECTION")):t("INSTALL_METAMASK_SCREEN")},children:[Se(ae,{}),Se("span",{children:"Metamask"}),Se("span",{children:yr()?"Connect":"Install"})]}),Xt(Ar,{onClick:()=>{_t()?e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION")):_r?t("COINBASE_INTERSTITIAL_SCREEN"):e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[Se(_e,{}),Xt("span",{children:["Coinbase",Se(is,{children:" Wallet"})]}),Se("span",{children:"Connect"})]}),(_r||We())&&Xt(Ar,{id:"privy-phantom-button",onClick:()=>{We()?e?(r("injected","phantom"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","phantom"),t("AWAITING_CONNECTION")):t(_r?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[Se(Be,{}),Se("span",{children:"Phantom"}),Se("span",{children:We()?"Connect":"Install"})]}),Xt(Ar,{onClick:()=>{e?(r("wallet_connect","unknown"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","unknown"),t("AWAITING_CONNECTION"))},children:[Se(Kt,{}),Se("span",{children:"WalletConnect"}),Se("span",{children:"Connect"})]})]})},Kd=as.div`
496
+ `;import{jsx as Se,jsxs as Jt}from"react/jsx-runtime";var ht=({connectOnly:e})=>{let{navigate:t}=b(),{initLoginWithWallet:o,connectWallet:r}=k();return Jt(Kd,{children:[Jt(Ar,{onClick:()=>{yr()?e?(r("injected","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","metamask"),t("AWAITING_CONNECTION")):_r?e?(r("wallet_connect","metamask"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","metamask"),t("AWAITING_CONNECTION")):t("INSTALL_METAMASK_SCREEN")},children:[Se(ae,{}),Se("span",{children:"Metamask"}),Se("span",{children:yr()?"Connect":"Install"})]}),Jt(Ar,{onClick:()=>{_t()?e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION")):_r?t("COINBASE_INTERSTITIAL_SCREEN"):e?(r("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("coinbase_wallet","coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[Se(_e,{}),Jt("span",{children:["Coinbase",Se(is,{children:" Wallet"})]}),Se("span",{children:"Connect"})]}),(_r||We())&&Jt(Ar,{id:"privy-phantom-button",onClick:()=>{We()?e?(r("injected","phantom"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("injected","phantom"),t("AWAITING_CONNECTION")):t(_r?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")},children:[Se(Be,{}),Se("span",{children:"Phantom"}),Se("span",{children:We()?"Connect":"Install"})]}),Jt(Ar,{onClick:()=>{e?(r("wallet_connect","unknown"),t("AWAITING_CONNECT_ONLY_CONNECTION")):(o("wallet_connect","unknown"),t("AWAITING_CONNECTION"))},children:[Se(jt,{}),Se("span",{children:"WalletConnect"}),Se("span",{children:"Connect"})]})]})},Kd=as.div`
497
497
  display: flex;
498
498
  flex-direction: column;
499
499
  align-items: flex-start;
@@ -599,7 +599,7 @@ Resources:
599
599
  @media (max-width: 440px) {
600
600
  padding: 10px 10px 20px;
601
601
  }
602
- `;import{useEffect as ys,useState as gs}from"react";import vs from"styled-components";import{useEffect as Vn,useState as Ro}from"react";import{isMobile as zn}from"react-device-detect";import $n from"styled-components";import{Fragment as fs,jsx as me,jsxs as Rr}from"react/jsx-runtime";var kr=2,Wo={metamask:{name:"MetaMask",component:ae},phantom:{name:"Phantom",component:Be},coinbase_wallet:{name:"Coinbase Wallet",component:_e},wallet_connect:{name:"WalletConnect",component:Kt},embedded:{name:"Privy Wallet",component:pt}},qn=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Qe.ERROR_USER_EXISTS:e instanceof $t&&!e.details.default?e.details:e instanceof zt?Qe.ERROR_TIMED_OUT:e instanceof Tt?Qe.ERROR_USER_REJECTED_CONNECTION:Qe.ERROR_WALLET_CONNECTION,hs=()=>{var bt,ee,Me,ue,Oe,Bt,Ft,Qo,bo,Jo,Xo;let[e,t]=Ro(!1),[o,r]=Ro(!1),[n,i]=Ro(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:p,currentScreen:f}=b(),{getAuthFlow:h,walletConnectionStatus:u,closePrivyModal:w,loginWithWallet:v}=k(),{walletConnectors:m}=D(),[y,I]=Ro(0),{user:_}=D(),[A]=Ro((_==null?void 0:_.linkedAccounts.length)||0),N=h(),S=zn&&((bt=u==null?void 0:u.connector)==null?void 0:bt.connectorType)==="wallet_connect"||zn&&((ee=u==null?void 0:u.connector)==null?void 0:ee.connectorType)==="coinbase_wallet"||zn&&((Me=u==null?void 0:u.connector)==null?void 0:Me.connectorType)==="injected"&&((ue=u==null?void 0:u.connector)==null?void 0:ue.walletClientType)==="phantom",L=(u==null?void 0:u.status)==="connected",W=a!=null&&a.render.inDialog?De:0;Vn(()=>{if(N&&S&&L&&!N.preparedMessage){N.buildSiweMessage();return}!N||S||!L||(r(!0),i(void 0),H().catch(te=>console.warn("Auto-prompted signature failed",te)).finally(()=>r(!1)))},[y,L]),Vn(()=>{if(_&&e){let te=setTimeout(w,W);return()=>clearTimeout(te)}},[_,e]);let pe=te=>{if((te==null?void 0:te.privyErrorCode)==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(qn(te))};async function H(){try{await v(),t(!0)}catch(te){pe(te)}finally{r(!1)}}Vn(()=>{u!=null&&u.connectError&&pe(u==null?void 0:u.connectError)},[u]);let ie=((Oe=u==null?void 0:u.connector)==null?void 0:Oe.connectorType)||"metamask",X=((Bt=u==null?void 0:u.connector)==null?void 0:Bt.walletClientType)||"metamask",G=((Ft=u==null?void 0:u.connector)==null?void 0:Ft.walletBranding.name)||((Qo=Wo[X])==null?void 0:Qo.name)||"Metamask",re=((bo=u==null?void 0:u.connector)==null?void 0:bo.walletBranding.icon)||((Jo=Wo[X])==null?void 0:Jo.component)||(te=>me(ae,{...te})),F=e?`Successfully connected with ${G}`:n?n.message:L?o&&S?"Signing":"Sign to verify":`Waiting for ${G}`,U="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let te=(_==null?void 0:_.linkedAccounts.length)||0;A===te?U="Wallet was already linked.":U="You\u2019re good to go!"}else y>=kr&&n?U="Unable to connect wallet":n?U=n.detail:L&&S?U="Sign the message in your wallet to verify it belongs to you.":X==="metamask"?U="For the best experience, connect only one wallet at a time.":ie==="wallet_connect"?U="Open your mobile wallet app to continue":ie==="coinbase_wallet"&&(_t()||(kn(_)?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 q=(Xo=m==null?void 0:m.walletConnectors)==null?void 0:Xo.find(te=>te.walletClientType==="coinbase_wallet"),Ee=X==="coinbase_wallet"&&(kn(_)||n===Qe.ERROR_USER_EXISTS);return Rr(fs,{children:[me(E,{backFn:f===p?void 0:s}),Rr(np,{children:[me(jn,{walletLogo:re,success:e,fail:!!n}),Rr(ip,{children:[me("h3",{children:F}),me("p",{children:U})]}),me(Cr,{children:Ee?me(ne,{onClick:()=>q&&(q==null?void 0:q.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):n==Qe.ERROR_USER_EXISTS&&f!==p?me(ne,{onClick:s,children:"Use a different wallet"}):L&&!e&&S?me(ne,{onClick:()=>{r(!0),H()},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&(n==null?void 0:n.retryable)&&y<kr?me(ne,{onClick:()=>{I(y+1),i(void 0),L?(r(!0),H()):u==null||u.connectRetry()},invisible:e||!(n!=null&&n.retryable)||y>=kr,disabled:!e&&(!(n!=null&&n.retryable)||y>=kr),children:"Retry"}):null})]})]})},np=$n.div`
602
+ `;import{useEffect as ys,useState as gs}from"react";import vs from"styled-components";import{useEffect as Vn,useState as Ro}from"react";import{isMobile as zn}from"react-device-detect";import $n from"styled-components";import{Fragment as fs,jsx as me,jsxs as Rr}from"react/jsx-runtime";var kr=2,Wo={metamask:{name:"MetaMask",component:ae},phantom:{name:"Phantom",component:Be},coinbase_wallet:{name:"Coinbase Wallet",component:_e},wallet_connect:{name:"WalletConnect",component:jt},embedded:{name:"Privy Wallet",component:pt}},qn=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Qe.ERROR_USER_EXISTS:e instanceof zt&&!e.details.default?e.details:e instanceof Vt?Qe.ERROR_TIMED_OUT:e instanceof Tt?Qe.ERROR_USER_REJECTED_CONNECTION:Qe.ERROR_WALLET_CONNECTION,hs=()=>{var bt,ee,Me,ue,Oe,vo,Bt,Qo,bo,Jo,Xo;let[e,t]=Ro(!1),[o,r]=Ro(!1),[n,i]=Ro(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:p,currentScreen:f}=b(),{getAuthFlow:h,walletConnectionStatus:u,closePrivyModal:w,loginWithWallet:v}=k(),{walletConnectors:m}=D(),[g,I]=Ro(0),{user:_}=D(),[A]=Ro((_==null?void 0:_.linkedAccounts.length)||0),N=h(),S=zn&&((bt=u==null?void 0:u.connector)==null?void 0:bt.connectorType)==="wallet_connect"||zn&&((ee=u==null?void 0:u.connector)==null?void 0:ee.connectorType)==="coinbase_wallet"||zn&&((Me=u==null?void 0:u.connector)==null?void 0:Me.connectorType)==="injected"&&((ue=u==null?void 0:u.connector)==null?void 0:ue.walletClientType)==="phantom",L=(u==null?void 0:u.status)==="connected",W=a!=null&&a.render.inDialog?De:0;Vn(()=>{if(N&&S&&L&&!N.preparedMessage){N.buildSiweMessage();return}!N||S||!L||(r(!0),i(void 0),H().catch(te=>console.warn("Auto-prompted signature failed",te)).finally(()=>r(!1)))},[g,L]),Vn(()=>{if(_&&e){let te=setTimeout(w,W);return()=>clearTimeout(te)}},[_,e]);let pe=te=>{if((te==null?void 0:te.privyErrorCode)==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(qn(te))};async function H(){try{await v(),t(!0)}catch(te){pe(te)}finally{r(!1)}}Vn(()=>{u!=null&&u.connectError&&pe(u==null?void 0:u.connectError)},[u]);let ie=((Oe=u==null?void 0:u.connector)==null?void 0:Oe.connectorType)||"metamask",X=((vo=u==null?void 0:u.connector)==null?void 0:vo.walletClientType)||"metamask",G=((Bt=u==null?void 0:u.connector)==null?void 0:Bt.walletBranding.name)||((Qo=Wo[X])==null?void 0:Qo.name)||"Metamask",re=((bo=u==null?void 0:u.connector)==null?void 0:bo.walletBranding.icon)||((Jo=Wo[X])==null?void 0:Jo.component)||(te=>me(ae,{...te})),F=e?`Successfully connected with ${G}`:n?n.message:L?o&&S?"Signing":"Sign to verify":`Waiting for ${G}`,U="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let te=(_==null?void 0:_.linkedAccounts.length)||0;A===te?U="Wallet was already linked.":U="You\u2019re good to go!"}else g>=kr&&n?U="Unable to connect wallet":n?U=n.detail:L&&S?U="Sign the message in your wallet to verify it belongs to you.":X==="metamask"?U="For the best experience, connect only one wallet at a time.":ie==="wallet_connect"?U="Open your mobile wallet app to continue":ie==="coinbase_wallet"&&(_t()||(kn(_)?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 q=(Xo=m==null?void 0:m.walletConnectors)==null?void 0:Xo.find(te=>te.walletClientType==="coinbase_wallet"),Ee=X==="coinbase_wallet"&&(kn(_)||n===Qe.ERROR_USER_EXISTS);return Rr(fs,{children:[me(E,{backFn:f===p?void 0:s}),Rr(np,{children:[me(jn,{walletLogo:re,success:e,fail:!!n}),Rr(ip,{children:[me("h3",{children:F}),me("p",{children:U})]}),me(Cr,{children:Ee?me(ne,{onClick:()=>q&&(q==null?void 0:q.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):n==Qe.ERROR_USER_EXISTS&&f!==p?me(ne,{onClick:s,children:"Use a different wallet"}):L&&!e&&S?me(ne,{onClick:()=>{r(!0),H()},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&(n==null?void 0:n.retryable)&&g<kr?me(ne,{onClick:()=>{I(g+1),i(void 0),L?(r(!0),H()):u==null||u.connectRetry()},invisible:e||!(n!=null&&n.retryable)||g>=kr,disabled:!e&&(!(n!=null&&n.retryable)||g>=kr),children:"Retry"}):null})]})]})},np=$n.div`
603
603
  display: flex;
604
604
  flex-direction: column;
605
605
  align-items: center;
@@ -637,7 +637,7 @@ Resources:
637
637
  left: -19px;
638
638
  top: -19px;
639
639
  }
640
- `,jn=e=>{let t=e.walletLogo;return me(fs,{children:me(ap,{children:Rr("div",{children:[me(br,{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 cp,jsx as yt,jsxs as Kn}from"react/jsx-runtime";var Wr=2,bs=()=>{var I,_,A,N,S,L;let{navigateBack:e,lastScreen:t,currentScreen:o}=b(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=gs(void 0),[l,s]=gs(0),p=(r==null?void 0:r.status)==="connected";ys(()=>{if(p){let W=setTimeout(n,De);return()=>clearTimeout(W)}},[p]);let f=W=>{a(qn(W))};ys(()=>{r!=null&&r.connectError&&f(r==null?void 0:r.connectError)},[r]);let h=((I=r==null?void 0:r.connector)==null?void 0:I.connectorType)||"metamask",u=((_=r==null?void 0:r.connector)==null?void 0:_.walletClientType)||"metamask",w=((A=r==null?void 0:r.connector)==null?void 0:A.walletBranding.name)||((N=Wo[u])==null?void 0:N.name)||"Metamask",v=((S=r==null?void 0:r.connector)==null?void 0:S.walletBranding.icon)||((L=Wo[u])==null?void 0:L.component)||(W=>yt(ae,{...W})),m=p?`Successfully connected with ${w}`:i?i.message:`Waiting for ${w}`,y="Don\u2019t see your wallet modal? Check your other browser windows.";return p?y="You\u2019re good to go!":l>=Wr&&i?y="Unable to connect wallet":i?y=i.detail:u==="metamask"?y="For the best experience, connect only one wallet at a time.":h==="wallet_connect"?y="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(y="Open the Coinbase app on your phone to continue."),Kn(cp,{children:[yt(E,{backFn:o===t?void 0:e}),Kn(sp,{children:[yt(jn,{walletLogo:v,success:p,fail:!!i}),Kn(lp,{children:[yt("h3",{children:m}),yt("p",{children:y})]}),yt(Cr,{children:i==Qe.ERROR_USER_EXISTS?yt(ne,{onClick:e,children:"Use a different wallet"}):!p&&(i==null?void 0:i.retryable)&&l<Wr?yt(ne,{onClick:()=>{s(l+1),a(void 0),r==null||r.connectRetry()},invisible:p||!(i!=null&&i.retryable)||l>=Wr,disabled:!p&&(!(i!=null&&i.retryable)||l>=Wr),children:"Retry"}):null})]})]})},sp=vs.div`
640
+ `,jn=e=>{let t=e.walletLogo;return me(fs,{children:me(ap,{children:Rr("div",{children:[me(br,{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 cp,jsx as yt,jsxs as Kn}from"react/jsx-runtime";var Wr=2,bs=()=>{var I,_,A,N,S,L;let{navigateBack:e,lastScreen:t,currentScreen:o}=b(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=gs(void 0),[l,s]=gs(0),p=(r==null?void 0:r.status)==="connected";ys(()=>{if(p){let W=setTimeout(n,De);return()=>clearTimeout(W)}},[p]);let f=W=>{a(qn(W))};ys(()=>{r!=null&&r.connectError&&f(r==null?void 0:r.connectError)},[r]);let h=((I=r==null?void 0:r.connector)==null?void 0:I.connectorType)||"metamask",u=((_=r==null?void 0:r.connector)==null?void 0:_.walletClientType)||"metamask",w=((A=r==null?void 0:r.connector)==null?void 0:A.walletBranding.name)||((N=Wo[u])==null?void 0:N.name)||"Metamask",v=((S=r==null?void 0:r.connector)==null?void 0:S.walletBranding.icon)||((L=Wo[u])==null?void 0:L.component)||(W=>yt(ae,{...W})),m=p?`Successfully connected with ${w}`:i?i.message:`Waiting for ${w}`,g="Don\u2019t see your wallet modal? Check your other browser windows.";return p?g="You\u2019re good to go!":l>=Wr&&i?g="Unable to connect wallet":i?g=i.detail:u==="metamask"?g="For the best experience, connect only one wallet at a time.":h==="wallet_connect"?g="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(g="Open the Coinbase app on your phone to continue."),Kn(cp,{children:[yt(E,{backFn:o===t?void 0:e}),Kn(sp,{children:[yt(jn,{walletLogo:v,success:p,fail:!!i}),Kn(lp,{children:[yt("h3",{children:m}),yt("p",{children:g})]}),yt(Cr,{children:i==Qe.ERROR_USER_EXISTS?yt(ne,{onClick:e,children:"Use a different wallet"}):!p&&(i==null?void 0:i.retryable)&&l<Wr?yt(ne,{onClick:()=>{s(l+1),a(void 0),r==null||r.connectRetry()},invisible:p||!(i!=null&&i.retryable)||l>=Wr,disabled:!p&&(!(i!=null&&i.retryable)||l>=Wr),children:"Retry"}):null})]})]})},sp=vs.div`
641
641
  display: flex;
642
642
  flex-direction: column;
643
643
  align-items: center;
@@ -699,12 +699,12 @@ Resources:
699
699
  transform: rotate(360deg);
700
700
  }
701
701
  }
702
- `;var ws=["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 Zn(e){let t=e.type;return typeof t=="string"&&ws.includes(t)}function Cs(e){return Zn(e)&&e.type==="wallet_not_on_device"}function xs(e){return Zn(e)&&e.type==="invalid_recovery_pin"}function Es(e){return Zn(e)&&e.type==="insufficient_funds"}import{jsx as Ts}from"react/jsx-runtime";var Lr=e=>Ts("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Ts("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 bp,jsx as Io,jsxs as _s}from"react/jsx-runtime";var Ps=1,As=()=>{let{authenticated:e,user:t,getAccessToken:o}=D(),{closePrivyModal:r,walletProxy:n}=k(),{navigate:i,data:a,setModalData:l}=b(),s=yp(()=>Date.now(),[]),{onCompleteNavigateTo:p,onFailure:f}=a==null?void 0:a.connectWallet,h=u=>{r({shouldCallAuthOnSuccess:!1}),f(typeof u=="string"?new Error(u):u)};return fp(()=>{let u=z(t),w;return!e||!u?h("User must be authenticated and have a Privy wallet before it can be connected"):n?((async()=>{let m=await o();if(!m)return h("User must be authenticated and have a Privy wallet before it can be connected");try{await n.connect({accessToken:m,address:u.address});let y=(Date.now()-s)/1e3;p==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&y<Ps?w=setTimeout(()=>{i(p)},(Ps-y)*1e3):i(p)}catch(y){Cs(y)?(l({...a,recoverWallet:{onCompleteNavigateTo:p,onFailure:f}}),i("EMBEDDED_WALLET_RECOVERY_SCREEN")):h(y)}})(),()=>clearTimeout(w)):void 0},[e,t,n]),_s(bp,{children:[Io(E,{onClose:()=>h("User exited before wallet could be connected")}),_s(vp,{children:[Io(mt,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),Io(Nr,{children:Io(Lr,{})})]}),Io(O,{protectedByPrivy:!0})]})},vp=gp.div`
702
+ `;var ws=["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 Zn(e){let t=e.type;return typeof t=="string"&&ws.includes(t)}function Cs(e){return Zn(e)&&e.type==="wallet_not_on_device"}function xs(e){return Zn(e)&&e.type==="invalid_recovery_pin"}function Es(e){return Zn(e)&&e.type==="insufficient_funds"}import{jsx as Ts}from"react/jsx-runtime";var Lr=e=>Ts("svg",{width:"160",height:"160",viewBox:"0 0 160 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Ts("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 bp,jsx as Io,jsxs as _s}from"react/jsx-runtime";var Ps=1,As=()=>{let{authenticated:e,user:t,getAccessToken:o}=D(),{closePrivyModal:r,walletProxy:n}=k(),{navigate:i,data:a,setModalData:l}=b(),s=yp(()=>Date.now(),[]),{onCompleteNavigateTo:p,onFailure:f}=a==null?void 0:a.connectWallet,h=u=>{r({shouldCallAuthOnSuccess:!1}),f(typeof u=="string"?new Error(u):u)};return fp(()=>{let u=z(t),w;return!e||!u?h("User must be authenticated and have a Privy wallet before it can be connected"):n?((async()=>{let m=await o();if(!m)return h("User must be authenticated and have a Privy wallet before it can be connected");try{await n.connect({accessToken:m,address:u.address});let g=(Date.now()-s)/1e3;p==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&g<Ps?w=setTimeout(()=>{i(p)},(Ps-g)*1e3):i(p)}catch(g){Cs(g)?(l({...a,recoverWallet:{onCompleteNavigateTo:p,onFailure:f}}),i("EMBEDDED_WALLET_RECOVERY_SCREEN")):h(g)}})(),()=>clearTimeout(w)):void 0},[e,t,n]),_s(bp,{children:[Io(E,{onClose:()=>h("User exited before wallet could be connected")}),_s(vp,{children:[Io(mt,{title:"Loading your account",description:"Please wait one moment while we load your account information"}),Io(Nr,{children:Io(Lr,{})})]}),Io(O,{protectedByPrivy:!0})]})},vp=gp.div`
703
703
  display: flex;
704
704
  height: 100%;
705
705
  flex-direction: column;
706
706
  flex-grow: 1;
707
- `;import oo from"styled-components";import{useState as wp}from"react";import Cp from"styled-components";import{jsx as Ss}from"react/jsx-runtime";var eo=({style:e,color:t,...o})=>Ss("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:Ss("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as Qn}from"react/jsx-runtime";var ks=({color:e,...t})=>Qn("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:Qn("g",{children:Qn("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 Rs,jsxs as Ep}from"react/jsx-runtime";var Mr=e=>{let[t,o]=wp(!1);return Ep(xp,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Rs(eo,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Rs(ks,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},xp=Cp.button`
707
+ `;import to from"styled-components";import{useState as wp}from"react";import Cp from"styled-components";import{jsx as Ss}from"react/jsx-runtime";var Xt=({style:e,color:t,...o})=>Ss("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:Ss("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as Qn}from"react/jsx-runtime";var ks=({color:e,...t})=>Qn("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:Qn("g",{children:Qn("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 Rs,jsxs as Ep}from"react/jsx-runtime";var Mr=e=>{let[t,o]=wp(!1);return Ep(xp,{onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?Rs(Xt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Rs(ks,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},xp=Cp.button`
708
708
  display: flex;
709
709
  align-items: center;
710
710
  gap: 6px;
@@ -761,7 +761,7 @@ Resources:
761
761
  background-position: 0% 50%;
762
762
  }
763
763
  }
764
- `;import{Fragment as Ip,jsx as Ve,jsxs as to}from"react/jsx-runtime";var Is=()=>{var h;let{user:e}=D(),{closePrivyModal:t}=k(),{data:o}=b(),r=z(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",p="You\u2019re all set! This account is tied to a digital wallet. It can only ever be accessed by you.",f=st(r.address);return to(Ip,{children:[Ve(E,{onClose:l}),to(_p,{children:[to("div",{children:[Ve(oe,{title:s,description:p}),to(Ap,{children:[Ve(Ws,{}),to(Sp,{children:[Ve("p",{children:((h=e==null?void 0:e.email)==null?void 0:h.address)||""}),to(kp,{children:[Ve(Rp,{children:f})," ",Ve(pt,{color:"var(--privy-color-foreground)"})]})]})]}),Ve(Wp,{children:Ve(Mr,{text:r.address,itemName:"Address"})})]}),Ve(j,{onClick:l,children:"I\u2019m all set"})]}),Ve(O,{protectedByPrivy:!0})]})},_p=oo.div`
764
+ `;import{Fragment as Ip,jsx as Ve,jsxs as eo}from"react/jsx-runtime";var Is=()=>{var h;let{user:e}=D(),{closePrivyModal:t}=k(),{data:o}=b(),r=z(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",p="You\u2019re all set! This account is tied to a digital wallet. It can only ever be accessed by you.",f=st(r.address);return eo(Ip,{children:[Ve(E,{onClose:l}),eo(_p,{children:[eo("div",{children:[Ve(oe,{title:s,description:p}),eo(Ap,{children:[Ve(Ws,{}),eo(Sp,{children:[Ve("p",{children:((h=e==null?void 0:e.email)==null?void 0:h.address)||""}),eo(kp,{children:[Ve(Rp,{children:f})," ",Ve(pt,{color:"var(--privy-color-foreground)"})]})]})]}),Ve(Wp,{children:Ve(Mr,{text:r.address,itemName:"Address"})})]}),Ve(j,{onClick:l,children:"I\u2019m all set"})]}),Ve(O,{protectedByPrivy:!0})]})},_p=to.div`
765
765
  display: flex;
766
766
  height: 100%;
767
767
  flex-direction: column;
@@ -770,7 +770,7 @@ Resources:
770
770
  @media (max-width: 440px) {
771
771
  gap: 24px;
772
772
  }
773
- `,Ap=oo.div`
773
+ `,Ap=to.div`
774
774
  width: 100%;
775
775
  background-color: var(--privy-color-background-2);
776
776
  border-radius: 8px;
@@ -779,7 +779,7 @@ Resources:
779
779
  width: 100%;
780
780
  height: auto;
781
781
  }
782
- `,Sp=oo.div`
782
+ `,Sp=to.div`
783
783
  display: flex;
784
784
  text-align: left;
785
785
  flex-direction: column;
@@ -790,17 +790,17 @@ Resources:
790
790
  font-size: 14px;
791
791
  opacity: 0.65;
792
792
  }
793
- `,kp=oo.div`
793
+ `,kp=to.div`
794
794
  display: flex;
795
795
  justify-content: space-between;
796
796
  width: 100%;
797
- `,Rp=oo.span`
797
+ `,Rp=to.span`
798
798
  font-size: 17px;
799
799
  color: --var(--privy-color-foreground-1);
800
- `,Wp=oo.div`
800
+ `,Wp=to.div`
801
801
  display: flex;
802
802
  justify-content: center;
803
- `;import{useEffect as Os,useRef as Lp,useState as Jn}from"react";import ot from"styled-components";import{jsx as ye,jsxs as Np}from"react/jsx-runtime";var Ns=({style:e,...t})=>Np("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:[ye("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),ye("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)"}),ye("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"}),ye("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),ye("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),ye("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"}),ye("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)"}),ye("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)"}),ye("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"}),ye("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"}),ye("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"}),ye("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"}),ye("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"}),ye("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 zp,jsx as Q,jsxs as ze}from"react/jsx-runtime";var Ds=()=>{var m;let[e,t]=Jn(null),{authenticated:o,user:r,getAccessToken:n}=D(),{closePrivyModal:i,createAnalyticsEvent:a}=k(),{data:l}=b(),s=(m=z(r))==null?void 0:m.address,{onFailure:p,onSuccess:f,origin:h,appId:u}=l.keyExport,w=y=>{i({shouldCallAuthOnSuccess:!1}),p(typeof y=="string"?new Error(y):y)},v=()=>{i({shouldCallAuthOnSuccess:!1}),f(),a("embedded_wallet_key_export_completed",{walletAddress:s})};return Os(()=>{let y=z(r);if(!o||!y)return w("User must be authenticated before exporting their wallet");n().then(t,w)},[o,r]),ze(zp,{children:[Q(E,{onClose:v}),ze(Dp,{children:[Q(Ns,{}),ze(Up,{children:[Q("h3",{children:"Transfer"}),ze(Hp,{children:[Q(Op,{style:{marginRight:6}}),`${s==null?void 0:s.substring(0,4)}...${s==null?void 0:s.substring(s.length-4,s.length-1)}`]})]}),Q("p",{children:"You can take your account with you to another site using an external wallet!"}),ze(Bp,{children:[ze(Ls,{children:[Q(Ms,{children:"1"}),ze("span",{children:[Q("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(Ls,{children:[Q(Ms,{children:"2"}),Q("span",{children:"Copy this key into your other wallet"})]})]}),Q("div",{style:{width:"100%"},children:e&&Q(Mp,{origin:h,appId:u,accessToken:e,address:s,dimensions:{height:"44px"}})}),ze(Vp,{children:[Q("h4",{children:"WARNING"}),Q("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Q(O,{protectedByPrivy:!0})]})};function Mp(e){let[t,o]=Jn(e.dimensions.width),[r,n]=Jn(void 0),i=Lp(null);return Os(()=>{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")})},[]),Q("div",{ref:i,children:t&&ze(Fp,{children:[Q("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:rr(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...r})}),Q(Gp,{children:"Loading..."})]})})}function Op(e){return Q("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Q("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 Dp=ot.div`
803
+ `;import{useEffect as Os,useRef as Lp,useState as Jn}from"react";import ot from"styled-components";import{jsx as ye,jsxs as Np}from"react/jsx-runtime";var Ns=({style:e,...t})=>Np("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:[ye("rect",{x:"214.681",y:"51.6852",width:"40",height:"40",rx:"20",fill:"var(--privy-color-background-2)"}),ye("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)"}),ye("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"}),ye("rect",{x:"65.6426",y:"52.6852",width:"38",height:"38",rx:"19",stroke:"var(--privy-color-background-2","stroke-width":"2"}),ye("path",{d:"M103.162 71.6852H213.662",stroke:"var(--privy-color-background-2","stroke-width":"2","stroke-dasharray":"4 4"}),ye("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"}),ye("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)"}),ye("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)"}),ye("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"}),ye("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"}),ye("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"}),ye("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"}),ye("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"}),ye("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 zp,jsx as Q,jsxs as ze}from"react/jsx-runtime";var Ds=()=>{var m;let[e,t]=Jn(null),{authenticated:o,user:r,getAccessToken:n}=D(),{closePrivyModal:i,createAnalyticsEvent:a}=k(),{data:l}=b(),s=(m=z(r))==null?void 0:m.address,{onFailure:p,onSuccess:f,origin:h,appId:u}=l.keyExport,w=g=>{i({shouldCallAuthOnSuccess:!1}),p(typeof g=="string"?new Error(g):g)},v=()=>{i({shouldCallAuthOnSuccess:!1}),f(),a("embedded_wallet_key_export_completed",{walletAddress:s})};return Os(()=>{let g=z(r);if(!o||!g)return w("User must be authenticated before exporting their wallet");n().then(t,w)},[o,r]),ze(zp,{children:[Q(E,{onClose:v}),ze(Dp,{children:[Q(Ns,{}),ze(Up,{children:[Q("h3",{children:"Transfer"}),ze(Hp,{children:[Q(Op,{style:{marginRight:6}}),`${s==null?void 0:s.substring(0,4)}...${s==null?void 0:s.substring(s.length-4,s.length-1)}`]})]}),Q("p",{children:"You can take your account with you to another site using an external wallet!"}),ze(Bp,{children:[ze(Ls,{children:[Q(Ms,{children:"1"}),ze("span",{children:[Q("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(Ls,{children:[Q(Ms,{children:"2"}),Q("span",{children:"Copy this key into your other wallet"})]})]}),Q("div",{style:{width:"100%"},children:e&&Q(Mp,{origin:h,appId:u,accessToken:e,address:s,dimensions:{height:"44px"}})}),ze(Vp,{children:[Q("h4",{children:"WARNING"}),Q("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Q(O,{protectedByPrivy:!0})]})};function Mp(e){let[t,o]=Jn(e.dimensions.width),[r,n]=Jn(void 0),i=Lp(null);return Os(()=>{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")})},[]),Q("div",{ref:i,children:t&&ze(Fp,{children:[Q("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:rr(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,...r})}),Q(Gp,{children:"Loading..."})]})})}function Op(e){return Q("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Q("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 Dp=ot.div`
804
804
  display: flex;
805
805
  height: 100%;
806
806
  flex-direction: column;
@@ -880,13 +880,13 @@ Resources:
880
880
  && > h4 {
881
881
  color: var(--privy-color-error);
882
882
  }
883
- `;import{useEffect as nu,useState as oi}from"react";import ri,{css as iu}from"styled-components";import{useEffect as $p,useState as No}from"react";import ti from"styled-components";import{jsx as Us}from"react/jsx-runtime";var Bs=({style:e,...t})=>Us("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:Us("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 ru,jsx as ro,jsxs as ei}from"react/jsx-runtime";var no=6,qp=new Array(no).fill("");function jp(e){return e.replace(/\s+/g,"")}function Xn(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Kp(e){return/^[a-zA-Z]{1}$/.test(e)}function Yp(e){return/^[a-z]{1}$/.test(e)}function Fs(e){return e.length===no&&e.every(Xn)}function Zp(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function Qp(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Jp(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<no;){let o=Qp();o>247||t.push(e.charAt(o%62))}return t.join("")}var Or=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=No(qp),[l,s]=No(null),[p,f]=No(null),h=v=>{var X;let m=jp(v.currentTarget.value);if(m==="")return;let y=Zp(i,Xn),I=m.split(""),_=!I.every(Xn),A=I.length+y>no;if(_){s("Passcode can only be letters and numbers"),f(1);return}if(A){s("Passcode must be exactly 6 letters and numbers"),f(1);return}s(null),f(null);let N=Number((X=v.currentTarget.name)==null?void 0:X.charAt(4)),S=[...m||[""]].slice(0,no-N),L=[...i.slice(0,N),...S,...i.slice(N+S.length)];a(L);let W=S.length,pe=Math.min(Math.max(N+W,0),no-1),H=document.querySelector(`input[name=pin-${pe}]`),ie=S[S.length-1]||"";if(Kp(ie)&&(Yp(ie)?H.autocapitalize="none":H.autocapitalize="on"),H==null||H.focus(),Fs(L)){let G=document.querySelector(`input[name=pin-${pe}]`);G==null||G.blur(),e(L.join(""))}else e(null);v.preventDefault()},u=v=>{p===1&&(s(null),f(null));let m=[...i.slice(0,v),"",...i.slice(v+1)];if(a(m),v>0){let y=document.querySelector(`input[name=pin-${v-1}]`);y==null||y.focus()}Fs(m)?e(m.join("")):e(null)},w=o||r;return ei(ru,{children:[ei(Xp,{children:[ro(eu,{fail:!!n||!!l,children:n||l||"Passcode can be letters and numbers"}),ro("div",{children:i.map((v,m)=>ro("input",{name:`pin-${m}`,type:"text",value:i[m],onChange:h,onKeyUp:y=>{y.key==="Backspace"&&u(m)},inputMode:"text",autoFocus:m===0,pattern:"[a-zA-Z0-9]",className:l?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},m))})]}),!w&&ro(tu,{disabled:t,onClick:()=>{let v=Jp();a([...v]),e(v)}})]})},Xp=ti.div`
883
+ `;import{useEffect as nu,useState as oi}from"react";import ri,{css as iu}from"styled-components";import{useEffect as $p,useState as No}from"react";import ti from"styled-components";import{jsx as Us}from"react/jsx-runtime";var Bs=({style:e,...t})=>Us("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:Us("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 ru,jsx as oo,jsxs as ei}from"react/jsx-runtime";var ro=6,qp=new Array(ro).fill("");function jp(e){return e.replace(/\s+/g,"")}function Xn(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Kp(e){return/^[a-zA-Z]{1}$/.test(e)}function Yp(e){return/^[a-z]{1}$/.test(e)}function Fs(e){return e.length===ro&&e.every(Xn)}function Zp(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function Qp(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Jp(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<ro;){let o=Qp();o>247||t.push(e.charAt(o%62))}return t.join("")}var Or=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=No(qp),[l,s]=No(null),[p,f]=No(null),h=v=>{var X;let m=jp(v.currentTarget.value);if(m==="")return;let g=Zp(i,Xn),I=m.split(""),_=!I.every(Xn),A=I.length+g>ro;if(_){s("Passcode can only be letters and numbers"),f(1);return}if(A){s("Passcode must be exactly 6 letters and numbers"),f(1);return}s(null),f(null);let N=Number((X=v.currentTarget.name)==null?void 0:X.charAt(4)),S=[...m||[""]].slice(0,ro-N),L=[...i.slice(0,N),...S,...i.slice(N+S.length)];a(L);let W=S.length,pe=Math.min(Math.max(N+W,0),ro-1),H=document.querySelector(`input[name=pin-${pe}]`),ie=S[S.length-1]||"";if(Kp(ie)&&(Yp(ie)?H.autocapitalize="none":H.autocapitalize="on"),H==null||H.focus(),Fs(L)){let G=document.querySelector(`input[name=pin-${pe}]`);G==null||G.blur(),e(L.join(""))}else e(null);v.preventDefault()},u=v=>{p===1&&(s(null),f(null));let m=[...i.slice(0,v),"",...i.slice(v+1)];if(a(m),v>0){let g=document.querySelector(`input[name=pin-${v-1}]`);g==null||g.focus()}Fs(m)?e(m.join("")):e(null)},w=o||r;return ei(ru,{children:[ei(Xp,{children:[oo(eu,{fail:!!n||!!l,children:n||l||"Passcode can be letters and numbers"}),oo("div",{children:i.map((v,m)=>oo("input",{name:`pin-${m}`,type:"text",value:i[m],onChange:h,onKeyUp:g=>{g.key==="Backspace"&&u(m)},inputMode:"text",autoFocus:m===0,pattern:"[a-zA-Z0-9]",className:l?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},m))})]}),!w&&oo(tu,{disabled:t,onClick:()=>{let v=Jp();a([...v]),e(v)}})]})},Xp=ti.div`
884
884
  display: flex;
885
885
  flex-direction: column;
886
886
  width: 100%;
887
887
  gap: 8px;
888
888
 
889
- ${Jt}[data-height='medium'] & {
889
+ ${Qt}[data-height='medium'] & {
890
890
  margin-top: 22px;
891
891
  }
892
892
 
@@ -955,7 +955,7 @@ Resources:
955
955
  display: flex;
956
956
  justify-content: flex-end;
957
957
  width: 100%;
958
- `,tu=({onClick:e,disabled:t,...o})=>{let[r,n]=No(!1),[i,a]=No();return $p(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),ei(ou,{onClick:l=>{i&&clearTimeout(i),n(!0),e==null||e(l),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?ro(eo,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):ro(Bs,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," passcode"]})},ou=ti.button`
958
+ `,tu=({onClick:e,disabled:t,...o})=>{let[r,n]=No(!1),[i,a]=No();return $p(()=>{t&&i&&clearTimeout(i),a(void 0)},[t]),ei(ou,{onClick:l=>{i&&clearTimeout(i),n(!0),e==null||e(l),a(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:t,...o,children:[r?oo(Xt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):oo(Bs,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," passcode"]})},ou=ti.button`
959
959
  display: flex;
960
960
  align-items: center;
961
961
  gap: 6px;
@@ -993,7 +993,7 @@ Resources:
993
993
  width: 14px;
994
994
  height: 14px;
995
995
  }
996
- `;import{Fragment as cu,jsx as kt,jsxs as Dr}from"react/jsx-runtime";var Gs=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=b(),[s,p]=oi(null),[f,h]=oi(""),[u,w]=oi(!1),{onCompleteNavigateTo:v,onSuccess:m,onFailure:y}=l.recoverWallet,I=S=>{n({shouldCallAuthOnSuccess:!1}),y(typeof S=="string"?new Error(S):S)};nu(()=>{if(!e||!z(o))return I("User must be authenticated and have a Privy wallet before it can be recovered")},[e,o]);let _=S=>{p(S)},A=z(o);return Dr(cu,{children:[kt(E,{onClose:()=>I("User exited before their wallet could be recovered")}),Dr(au,{children:[Dr("div",{children:[kt(oe,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),kt(Or,{onChange:_,disabled:u,errorReasonOverride:f,disableGeneration:!0})]}),Dr(su,{children:[kt("h4",{children:"Why am I doing this?"}),kt("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),kt(lu,{loading:u||!r,disabled:!s,onClick:async()=>{w(!0);let S=await t();if(S&&A&&s!==null)try{i("embedded_wallet_recovery_started",{walletAddress:A.address}),await(r==null?void 0:r.recover({address:A.address,accessToken:S,recoveryPin:s})),h(""),v?a(v):n({shouldCallAuthOnSuccess:!1}),m==null||m(A),i("embedded_wallet_recovery_completed",{walletAddress:A.address})}catch(L){xs(L)?h("Invalid recovery passcode, please try again."):h("An error has occurred, please try again.")}finally{w(!1)}else return I("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!A&&u,children:"Recover your account"})]}),kt(O,{protectedByPrivy:!0})]})},au=ri.div`
996
+ `;import{Fragment as cu,jsx as kt,jsxs as Dr}from"react/jsx-runtime";var Gs=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=b(),[s,p]=oi(null),[f,h]=oi(""),[u,w]=oi(!1),{onCompleteNavigateTo:v,onSuccess:m,onFailure:g}=l.recoverWallet,I=S=>{n({shouldCallAuthOnSuccess:!1}),g(typeof S=="string"?new Error(S):S)};nu(()=>{if(!e||!z(o))return I("User must be authenticated and have a Privy wallet before it can be recovered")},[e,o]);let _=S=>{p(S)},A=z(o);return Dr(cu,{children:[kt(E,{onClose:()=>I("User exited before their wallet could be recovered")}),Dr(au,{children:[Dr("div",{children:[kt(oe,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),kt(Or,{onChange:_,disabled:u,errorReasonOverride:f,disableGeneration:!0})]}),Dr(su,{children:[kt("h4",{children:"Why am I doing this?"}),kt("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),kt(lu,{loading:u||!r,disabled:!s,onClick:async()=>{w(!0);let S=await t();if(S&&A&&s!==null)try{i("embedded_wallet_recovery_started",{walletAddress:A.address}),await(r==null?void 0:r.recover({address:A.address,accessToken:S,recoveryPin:s})),h(""),v?a(v):n({shouldCallAuthOnSuccess:!1}),m==null||m(A),i("embedded_wallet_recovery_completed",{walletAddress:A.address})}catch(L){xs(L)?h("Invalid recovery passcode, please try again."):h("An error has occurred, please try again.")}finally{w(!1)}else return I("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!A&&u,children:"Recover your account"})]}),kt(O,{protectedByPrivy:!0})]})},au=ri.div`
997
997
  display: flex;
998
998
  height: 100%;
999
999
  flex-direction: column;
@@ -1031,7 +1031,7 @@ Resources:
1031
1031
  transition: none;
1032
1032
  }
1033
1033
  `}
1034
- `;import{useEffect as du,useState as ni}from"react";import ii,{css as pu}from"styled-components";import{Fragment as fu,jsx as rt,jsxs as Ur}from"react/jsx-runtime";var Hs=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s}=b(),[p,f]=ni(null),[h,u]=ni(""),[w,v]=ni(!1),{onFailure:m,callAuthOnSuccessOnClose:y}=s.createWallet;du(()=>{e||(l("LANDING"),m(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let I=()=>{m(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:y})},_=L=>{f(L)},A=z(o),N=A?()=>{v(!0),setTimeout(()=>{v(!1),l("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{v(!0);let L=await t();if(L&&p!==null)try{a("embedded_wallet_creation_started");let W=await(r==null?void 0:r.create({accessToken:L,recoveryPin:p}));a("embedded_wallet_creation_completed",{walletAddress:W==null?void 0:W.address}),u(""),await n()}catch(W){u("An error has occurred, please try again."),console.error(W)}finally{v(!1)}},S=!!A;return Ur(fu,{children:[rt(E,{onClose:I}),Ur(uu,{children:[Ur("div",{children:[rt(oe,{title:S?"Secure your passcode":"Set your passcode",description:S?"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."}),rt(Or,{onChange:_,disabled:w,readOnly:S,errorReasonOverride:h}),S?rt(Mr,{text:p||""}):null]}),Ur(mu,{children:[rt("h4",{children:"Why am I doing this?"}),S?rt("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."}):rt("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),rt(hu,{loading:w||!r,disabled:!p,onClick:N,warn:S,hideAnimations:!A&&w,children:S?"I have saved my passcode":"Set passcode"})]}),rt(O,{protectedByPrivy:!0})]})},uu=ii.div`
1034
+ `;import{useEffect as du,useState as ni}from"react";import ii,{css as pu}from"styled-components";import{Fragment as fu,jsx as rt,jsxs as Ur}from"react/jsx-runtime";var Hs=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s}=b(),[p,f]=ni(null),[h,u]=ni(""),[w,v]=ni(!1),{onFailure:m,callAuthOnSuccessOnClose:g}=s.createWallet;du(()=>{e||(l("LANDING"),m(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let I=()=>{m(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:g})},_=L=>{f(L)},A=z(o),N=A?()=>{v(!0),setTimeout(()=>{v(!1),l("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{v(!0);let L=await t();if(L&&p!==null)try{a("embedded_wallet_creation_started");let W=await(r==null?void 0:r.create({accessToken:L,recoveryPin:p}));a("embedded_wallet_creation_completed",{walletAddress:W==null?void 0:W.address}),u(""),await n()}catch(W){u("An error has occurred, please try again."),console.error(W)}finally{v(!1)}},S=!!A;return Ur(fu,{children:[rt(E,{onClose:I}),Ur(uu,{children:[Ur("div",{children:[rt(oe,{title:S?"Secure your passcode":"Set your passcode",description:S?"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."}),rt(Or,{onChange:_,disabled:w,readOnly:S,errorReasonOverride:h}),S?rt(Mr,{text:p||""}):null]}),Ur(mu,{children:[rt("h4",{children:"Why am I doing this?"}),S?rt("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."}):rt("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),rt(hu,{loading:w||!r,disabled:!p,onClick:N,warn:S,hideAnimations:!A&&w,children:S?"I have saved my passcode":"Set passcode"})]}),rt(O,{protectedByPrivy:!0})]})},uu=ii.div`
1035
1035
  display: flex;
1036
1036
  height: 100%;
1037
1037
  flex-direction: column;
@@ -1098,7 +1098,7 @@ Resources:
1098
1098
  margin-bottom: auto;
1099
1099
  }
1100
1100
  }
1101
- `;import bu from"qrcode";import wu from"styled-components";import{Fragment as io,jsx as fe,jsxs as js}from"react/jsx-runtime";var Ce=7,si=(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},Cu=e=>{let t=bu.create(e,{errorCorrectionLevel:"high"}).modules,o=ia(Array.from(t.data),t.size);return o=si(o,0,0,Ce,Ce),o=si(o,o.length-Ce,0,Ce,Ce),o=si(o,0,o.length-Ce,Ce,Ce),o},xu=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>fe(io,{children:[0,1,2].map(i=>fe("circle",{r:o*(Ce-i*2)/2,cx:e+o*Ce/2,cy:t+o*Ce/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Eu=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-Ce)*e,0],[0,(t-Ce)*e]];return fe(io,{children:n.map(([i,a])=>fe(xu,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},Tu=({matrix:e,cellSize:t,color:o})=>fe(io,{children:e.map((r,n)=>r.map((i,a)=>i?fe("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):fe(io,{})))}),$s=(e,t)=>e-e%t,Pu=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return fe(io,{});let a=r||40,l=n||4,s=o,p=e/2-a/2-l;return js(io,{children:[fe("rect",{x:$s(p,t),y:$s(p,t),width:a+l*2+(p%t?t+.5:.5),height:a+l*2+(p%t?t+.5:.5),fill:i}),fe(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},_u=e=>{var n;let t=e.outputSize,o=Cu(e.url),r=t/o.length;return js("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[fe(Tu,{matrix:o,cellSize:r,color:e.fgColor}),fe(Eu,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),fe(Pu,{outputSize:e.outputSize,cellSize:r,element:(n=e.logo)==null?void 0:n.element,bgColor:e.bgColor})]})},Au=wu.div`
1101
+ `;import bu from"qrcode";import wu from"styled-components";import{Fragment as no,jsx as fe,jsxs as js}from"react/jsx-runtime";var Ce=7,si=(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},Cu=e=>{let t=bu.create(e,{errorCorrectionLevel:"high"}).modules,o=ia(Array.from(t.data),t.size);return o=si(o,0,0,Ce,Ce),o=si(o,o.length-Ce,0,Ce,Ce),o=si(o,0,o.length-Ce,Ce,Ce),o},xu=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>fe(no,{children:[0,1,2].map(i=>fe("circle",{r:o*(Ce-i*2)/2,cx:e+o*Ce/2,cy:t+o*Ce/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Eu=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-Ce)*e,0],[0,(t-Ce)*e]];return fe(no,{children:n.map(([i,a])=>fe(xu,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r}))})},Tu=({matrix:e,cellSize:t,color:o})=>fe(no,{children:e.map((r,n)=>r.map((i,a)=>i?fe("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):fe(no,{})))}),$s=(e,t)=>e-e%t,Pu=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return fe(no,{});let a=r||40,l=n||4,s=o,p=e/2-a/2-l;return js(no,{children:[fe("rect",{x:$s(p,t),y:$s(p,t),width:a+l*2+(p%t?t+.5:.5),height:a+l*2+(p%t?t+.5:.5),fill:i}),fe(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},_u=e=>{var n;let t=e.outputSize,o=Cu(e.url),r=t/o.length;return js("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[fe(Tu,{matrix:o,cellSize:r,color:e.fgColor}),fe(Eu,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),fe(Pu,{outputSize:e.outputSize,cellSize:r,element:(n=e.logo)==null?void 0:n.element,bgColor:e.bgColor})]})},Au=wu.div`
1102
1102
  display: flex;
1103
1103
  justify-content: center;
1104
1104
  align-items: center;
@@ -1208,7 +1208,7 @@ Resources:
1208
1208
  display: flex;
1209
1209
  justify-content: center;
1210
1210
  flex-grow: 1;
1211
- `;import{Fragment as Ou,jsx as Gr,jsxs as Xs}from"react/jsx-runtime";var el=()=>{let{navigateBack:e}=b();return Xs(Ou,{children:[Gr(E,{backFn:e},"header"),Gr(pi,{}),Xs(Ne,{children:[Gr("span",{children:"Still not sure? "}),Gr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Du,jsx as Hr,jsxs as tl}from"react/jsx-runtime";var ol=()=>{let{navigateBack:e}=b();return tl(Du,{children:[Hr(E,{backFn:e},"header"),Hr(ci,{}),tl(Ne,{children:[Hr("span",{children:"Still not sure? "}),Hr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Uu,jsx as Vr,jsxs as rl}from"react/jsx-runtime";var nl=()=>{let{navigateBack:e}=b();return rl(Uu,{children:[Vr(E,{backFn:e},"header"),Vr(di,{}),rl(Ne,{children:[Vr("span",{children:"Still not sure? "}),Vr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{useState as om}from"react";import{isMobile as ul}from"react-device-detect";import lo from"styled-components";import{useEffect as Bu,useState as hi}from"react";import $r from"styled-components";import{jsx as il}from"react/jsx-runtime";var zr=({style:e,...t})=>il("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:il("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 zu,jsx as ao,jsxs as fi}from"react/jsx-runtime";var qr=e=>{let[t,o]=hi(""),[r,n]=hi(!1),[i,a]=hi(null),{isLinking:l,initLoginWithEmail:s}=k(),{app:p,navigate:f}=b(),h=(p==null?void 0:p.loginMethods.wallet)??!1;Bu(()=>{let m=document.querySelector("#email-input");m==null||m.focus()},[]);let u=ra(t),w=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(m=>{(m==null?void 0:m.status)===422?a(m.message):(m==null?void 0:m.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),n(!1)})},v="Get started without a wallet.";return i?v=i:l?v="Easily connect an email":h||(v="Get started quickly with email"),fi(zu,{children:[fi(Fu,{stacked:e.stacked,children:[fi(Hu,{standalone:e.stacked,children:[ao(zr,{}),ao("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:m=>o(m.target.value),onKeyUp:m=>{m.key==="Enter"&&w()},value:t,autoComplete:"email"})]}),e.stacked?null:ao(Gu,{disabled:r||!u,onClick:w,children:r?ao(Ie,{}):"Submit"})]}),ao(Vu,{fail:!!i,children:v}),e.stacked?ao(j,{loading:r,loadingText:null,disabled:r||!u,onClick:w,children:"Submit"}):null]})},Fu=$r.div`
1211
+ `;import{Fragment as Ou,jsx as Gr,jsxs as Xs}from"react/jsx-runtime";var el=()=>{let{navigateBack:e}=b();return Xs(Ou,{children:[Gr(E,{backFn:e},"header"),Gr(pi,{}),Xs(Ne,{children:[Gr("span",{children:"Still not sure? "}),Gr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Du,jsx as Hr,jsxs as tl}from"react/jsx-runtime";var ol=()=>{let{navigateBack:e}=b();return tl(Du,{children:[Hr(E,{backFn:e},"header"),Hr(ci,{}),tl(Ne,{children:[Hr("span",{children:"Still not sure? "}),Hr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Uu,jsx as Vr,jsxs as rl}from"react/jsx-runtime";var nl=()=>{let{navigateBack:e}=b();return rl(Uu,{children:[Vr(E,{backFn:e},"header"),Vr(di,{}),rl(Ne,{children:[Vr("span",{children:"Still not sure? "}),Vr("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{useState as om}from"react";import{isMobile as ul}from"react-device-detect";import so from"styled-components";import{useEffect as Bu,useState as hi}from"react";import $r from"styled-components";import{jsx as il}from"react/jsx-runtime";var zr=({style:e,...t})=>il("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:il("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 zu,jsx as io,jsxs as fi}from"react/jsx-runtime";var qr=e=>{let[t,o]=hi(""),[r,n]=hi(!1),[i,a]=hi(null),{isLinking:l,initLoginWithEmail:s}=k(),{app:p,navigate:f}=b(),h=(p==null?void 0:p.loginMethods.wallet)??!1;Bu(()=>{let m=document.querySelector("#email-input");m==null||m.focus()},[]);let u=ra(t),w=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(m=>{(m==null?void 0:m.status)===422?a(m.message):(m==null?void 0:m.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),n(!1)})},v="Get started without a wallet.";return i?v=i:l?v="Easily connect an email":h||(v="Get started quickly with email"),fi(zu,{children:[fi(Fu,{stacked:e.stacked,children:[fi(Hu,{standalone:e.stacked,children:[io(zr,{}),io("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:m=>o(m.target.value),onKeyUp:m=>{m.key==="Enter"&&w()},value:t,autoComplete:"email"})]}),e.stacked?null:io(Gu,{disabled:r||!u,onClick:w,children:r?io(Ie,{}):"Submit"})]}),io(Vu,{fail:!!i,children:v}),e.stacked?io(j,{loading:r,loadingText:null,disabled:r||!u,onClick:w,children:"Submit"}):null]})},Fu=$r.div`
1212
1212
  width: 100%;
1213
1213
  height: ${e=>e.stacked?"100%":"auto"};
1214
1214
 
@@ -1301,7 +1301,7 @@ Resources:
1301
1301
  > a {
1302
1302
  text-decoration: underline;
1303
1303
  }
1304
- `;import{useEffect as $u,useState as yi}from"react";import Kr from"styled-components";import{jsx as al}from"react/jsx-runtime";var jr=({style:e,...t})=>al("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:al("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 Zu,jsx as so,jsxs as gi}from"react/jsx-runtime";var Yr=e=>{let[t,o]=yi(""),[r,n]=yi(!1),[i,a]=yi(null),{isLinking:l,initLoginWithSms:s}=k(),{app:p,navigate:f}=b(),h=(p==null?void 0:p.loginMethods.wallet)??!1;$u(()=>{let m=document.querySelector("#phone-number-input");m==null||m.focus()},[]);let u=na(t),w=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(m=>{(m==null?void 0:m.status)===422?a(m.message):(m==null?void 0:m.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),n(!1)})},v="Get started without a wallet.";return i?v=i:l?v="Easily connect a phone number":h||(v="Get started quickly with your phone"),gi(Zu,{children:[gi(qu,{stacked:e.stacked,children:[gi(Ku,{standalone:e.stacked,children:[so(jr,{}),so("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:m=>{o(m.target.value)},onKeyUp:m=>{m.key==="Enter"&&w()},value:t,autoComplete:"tel"})]}),e.stacked?null:so(ju,{disabled:r||!u,onClick:w,children:r?so(Ie,{}):"Submit"})]}),so(Yu,{fail:!!i,children:v}),e.stacked?so(j,{loading:r,loadingText:null,disabled:r||!u,onClick:w,children:"Submit"}):null]})},qu=Kr.div`
1304
+ `;import{useEffect as $u,useState as yi}from"react";import Kr from"styled-components";import{jsx as al}from"react/jsx-runtime";var jr=({style:e,...t})=>al("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:al("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 Zu,jsx as ao,jsxs as gi}from"react/jsx-runtime";var Yr=e=>{let[t,o]=yi(""),[r,n]=yi(!1),[i,a]=yi(null),{isLinking:l,initLoginWithSms:s}=k(),{app:p,navigate:f}=b(),h=(p==null?void 0:p.loginMethods.wallet)??!1;$u(()=>{let m=document.querySelector("#phone-number-input");m==null||m.focus()},[]);let u=na(t),w=()=>{n(!0),s(t).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(m=>{(m==null?void 0:m.status)===422?a(m.message):(m==null?void 0:m.privyErrorCode)==="allowlist_rejected"?f("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),n(!1)})},v="Get started without a wallet.";return i?v=i:l?v="Easily connect a phone number":h||(v="Get started quickly with your phone"),gi(Zu,{children:[gi(qu,{stacked:e.stacked,children:[gi(Ku,{standalone:e.stacked,children:[ao(jr,{}),ao("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:m=>{o(m.target.value)},onKeyUp:m=>{m.key==="Enter"&&w()},value:t,autoComplete:"tel"})]}),e.stacked?null:ao(ju,{disabled:r||!u,onClick:w,children:r?ao(Ie,{}):"Submit"})]}),ao(Yu,{fail:!!i,children:v}),e.stacked?ao(j,{loading:r,loadingText:null,disabled:r||!u,onClick:w,children:"Submit"}):null]})},qu=Kr.div`
1305
1305
  display: flex;
1306
1306
  border: 1px solid var(--privy-color-foreground-4);
1307
1307
  width: 100%;
@@ -1415,13 +1415,13 @@ Resources:
1415
1415
  &:hover {
1416
1416
  background-color: var(--privy-color-background-2);
1417
1417
  }
1418
- `;import{Fragment as vi,jsx as Y,jsxs as Wt}from"react/jsx-runtime";var hl=()=>{let{app:e}=b(),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,p=r&&(e==null?void 0:e.appearance.showWalletLoginFirst)?0:1,[f,h]=om(p),u=f==0,w=f==1,v=r,m=t||o,y=v!==m;return Wt(vi,{children:[Y(E,{},"header"),e!=null&&e.appearance.logo?Y(sm,{hasOnlyOneSection:y,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:Y(Sr,{})}):null,Wt(lm,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[v&&Y(rm,{active:u||y,connectOnly:!1,onClick:()=>h(0),isOnlySection:!m}),m&&Y(nm,{active:w||y,onClick:()=>h(1),email:t,sms:o,google:n,twitter:i,discord:a,github:l,apple:s,isOnlySection:!v})]}),e&&Y(Er,{app:e}),Y(O,{protectedByPrivy:!0})]})};function rm(e){return Wt(yl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[Y(fl,{active:e.active,children:Y("h4",{children:"Connect Wallet"})}),e.active&&Wt(vi,{children:[Y(ht,{connectOnly:e.connectOnly}),Y(ft,{})]})]})}function nm(e){let t=e.google||e.discord||e.github||e.twitter&&!ul||e.apple,o=e.email?"Email":"Phone";return Wt(yl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:Y(fl,{active:e.active,children:Y("h4",{children:t?`${o} & Social`:o})}),e.active&&e.email&&Y(qr,{}),e.active&&e.sms&&!e.email&&Y(Yr,{}),e.active&&t&&Y(im,{google:e.google,twitter:e.twitter&&!ul,discord:e.discord,github:e.github,apple:e.apple})]})}function im(e){return Wt(vi,{children:[Wt(am,{children:[Y(ml,{}),Y("p",{children:" Or "}),Y(ml,{})]}),Y(pl,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var fl=lo.div`
1418
+ `;import{Fragment as vi,jsx as Y,jsxs as Wt}from"react/jsx-runtime";var hl=()=>{let{app:e}=b(),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,p=r&&(e==null?void 0:e.appearance.showWalletLoginFirst)?0:1,[f,h]=om(p),u=f==0,w=f==1,v=r,m=t||o,g=v!==m;return Wt(vi,{children:[Y(E,{},"header"),e!=null&&e.appearance.logo?Y(sm,{hasOnlyOneSection:g,hasTerms:!!((e==null?void 0:e.legal.privacyPolicyUrl)||(e==null?void 0:e.legal.termsAndConditionsUrl)),children:Y(Sr,{})}):null,Wt(lm,{reverse:!(e!=null&&e.appearance.showWalletLoginFirst),children:[v&&Y(rm,{active:u||g,connectOnly:!1,onClick:()=>h(0),isOnlySection:!m}),m&&Y(nm,{active:w||g,onClick:()=>h(1),email:t,sms:o,google:n,twitter:i,discord:a,github:l,apple:s,isOnlySection:!v})]}),e&&Y(Er,{app:e}),Y(O,{protectedByPrivy:!0})]})};function rm(e){return Wt(yl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[Y(fl,{active:e.active,children:Y("h4",{children:"Connect Wallet"})}),e.active&&Wt(vi,{children:[Y(ht,{connectOnly:e.connectOnly}),Y(ft,{})]})]})}function nm(e){let t=e.google||e.discord||e.github||e.twitter&&!ul||e.apple,o=e.email?"Email":"Phone";return Wt(yl,{active:e.active,onClick:e.onClick,isOnlySection:e.isOnlySection,children:[e.isOnlySection?null:Y(fl,{active:e.active,children:Y("h4",{children:t?`${o} & Social`:o})}),e.active&&e.email&&Y(qr,{}),e.active&&e.sms&&!e.email&&Y(Yr,{}),e.active&&t&&Y(im,{google:e.google,twitter:e.twitter&&!ul,discord:e.discord,github:e.github,apple:e.apple})]})}function im(e){return Wt(vi,{children:[Wt(am,{children:[Y(ml,{}),Y("p",{children:" Or "}),Y(ml,{})]}),Y(pl,{showGoogle:e.google,showDiscord:e.discord,showGithub:e.github,showTwitter:e.twitter,showApple:e.apple})]})}var fl=so.div`
1419
1419
  font-weight: ${e=>e.active?600:500};
1420
1420
  color: ${e=>e.active?"var(--privy-color-foreground)":"var(--privy-color-foreground-2)"};
1421
1421
  display: flex;
1422
1422
  justify-content: center;
1423
1423
  align-items: center;
1424
- `,yl=lo.div`
1424
+ `,yl=so.div`
1425
1425
  display: flex;
1426
1426
  flex-direction: column;
1427
1427
  align-items: flex-start;
@@ -1446,7 +1446,7 @@ Resources:
1446
1446
  }
1447
1447
 
1448
1448
  cursor: ${e=>e.active?"inherit":"pointer"};
1449
- `,am=lo.div`
1449
+ `,am=so.div`
1450
1450
  display: flex;
1451
1451
  justify-content: center;
1452
1452
  align-items: center;
@@ -1455,13 +1455,13 @@ Resources:
1455
1455
  && > p {
1456
1456
  color: var(--privy-color-foreground-3);
1457
1457
  }
1458
- `,ml=lo.hr`
1458
+ `,ml=so.hr`
1459
1459
  width: 50%;
1460
1460
  && {
1461
1461
  border-top: 1px solid var(--privy-color-background-2);
1462
1462
  margin: 0px 8px;
1463
1463
  }
1464
- `,sm=lo.div`
1464
+ `,sm=so.div`
1465
1465
  display: flex;
1466
1466
  flex-direction: column;
1467
1467
  align-items: center;
@@ -1472,9 +1472,9 @@ Resources:
1472
1472
  @media (max-width: 440px) {
1473
1473
  padding: 10px 10px 20px;
1474
1474
  }
1475
- `,lm=lo(le)`
1475
+ `,lm=so(le)`
1476
1476
  flex-direction: ${e=>e.reverse?"column-reverse":"column"};
1477
- `;import{Fragment as cm,jsx as co,jsxs as dm}from"react/jsx-runtime";var gl=()=>{let{app:e}=b();return dm(cm,{children:[co(E,{},"header"),co(mt,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:co(zr,{})}),co(le,{children:co(qr,{stacked:!0})}),co(O,{protectedByPrivy:!0})]})};import{Fragment as pm,jsx as po,jsxs as um}from"react/jsx-runtime";var vl=()=>{let{app:e}=b();return um(pm,{children:[po(E,{},"header"),po(mt,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:po(jr,{})}),po(le,{children:po(Yr,{stacked:!0})}),po(O,{protectedByPrivy:!0})]})};import{Fragment as mm,jsx as Oo,jsxs as bl}from"react/jsx-runtime";var wl=()=>{let{linkingHint:e}=k(),{app:t}=b(),o=e?`Select the wallet with ${st(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 bl(mm,{children:[Oo(E,{},"header"),Oo(He,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),bl(le,{children:[Oo(ht,{connectOnly:!1}),Oo(ft,{})]}),Oo(O,{protectedByPrivy:!0})]})};import{jsx as Cl,jsxs as hm}from"react/jsx-runtime";var xl=({style:e,...t})=>hm("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:[Cl("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Cl("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 fm,jsx as uo,jsxs as El}from"react/jsx-runtime";var Tl=()=>{let{closePrivyModal:e}=k(),{navigate:t}=b();return El(fm,{children:[uo(E,{},"header"),uo(xl,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),uo(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"}}),El(le,{children:[uo(j,{onClick:()=>t("LANDING"),children:"Try again"}),uo(Ba,{onClick:()=>e(),children:"Cancel"})]}),uo(O,{protectedByPrivy:!0})]})};import{useEffect as Pl,useState as _l}from"react";import wi from"styled-components";import{Fragment as wm,jsx as It,jsxs as on}from"react/jsx-runtime";var Al={google:{name:"Google",component:en},discord:{name:"Discord",component:Qr},github:{name:"Github",component:Jr},twitter:{name:"Twitter",component:tn},apple:{name:"Apple",component:Zr}},ym=e=>e.charAt(0).toUpperCase()+e.slice(1),bi=()=>{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)},Sl=()=>{var S;let{ready:e,user:t,authenticated:o}=D(),{app:r,data:n,setModalData:i,navigate:a}=b(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:p,closePrivyModal:f}=k(),[h,u]=_l(!1),[w,v]=_l(void 0),m=((S=l())==null?void 0:S.provider)||"google",y=Al[m].name,I=Al[m].component,_=r!=null&&r.render.inDialog?De:0;Pl(()=>{!e||p().then(()=>{bi(),u(!0)}).catch(L=>{let W={retryable:!1,message:"Authentication failed."};L.message.includes("Another user has already linked this")?W.detail="This account has already been linked to another user.":L.message==="Invalid code during oauth flow."?(W.retryable=!0,W.detail="Something went wrong. Try again."):L.message==="User denied confirmation during OAuth flow"&&(W.detail=`Retry and check ${ym(m)} to finish connecting your account.`,W.retryable=!0),bi(),v(W)})},[e]),Pl(()=>{var pe;if(!(o&&h&&t))return;if(((pe=n==null?void 0:n.login)==null?void 0:pe.promptCreatePrivyWalletFlow)&&!t.wallet){let H=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:ie=>console.error(ie),callAuthOnSuccessOnClose:!0}}),console.log("Navigating to wallet creation flow"),a("EMBEDDED_WALLET_SCREEN")},_);return()=>clearTimeout(H)}else{let H=setTimeout(f,_);return()=>clearTimeout(H)}},[o,h,t]);let A=h?`Successfully connected with ${y}`:w?w.message:`Verifying connection to ${y}`,N="";return h?N="You\u2019re good to go!":w?N=w.detail:N="Just a few moments more",on(wm,{children:[It(E,{}),on(gm,{children:[It(bm,{children:on("div",{children:[It(br,{success:h,fail:!!w}),It(I,{style:{width:"38px",height:"38px"}})]})}),on(vm,{children:[It("h3",{children:A}),It("p",{children:N})]}),It(ne,{onClick:()=>{bi(),s(m),v(void 0)},invisible:h||!(w!=null&&w.retryable),disabled:!h&&!(w!=null&&w.retryable),children:"Retry"})]})]})},gm=wi.div`
1477
+ `;import{Fragment as cm,jsx as lo,jsxs as dm}from"react/jsx-runtime";var gl=()=>{let{app:e}=b();return dm(cm,{children:[lo(E,{},"header"),lo(mt,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:lo(zr,{})}),lo(le,{children:lo(qr,{stacked:!0})}),lo(O,{protectedByPrivy:!0})]})};import{Fragment as pm,jsx as co,jsxs as um}from"react/jsx-runtime";var vl=()=>{let{app:e}=b();return um(pm,{children:[co(E,{},"header"),co(mt,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:co(jr,{})}),co(le,{children:co(Yr,{stacked:!0})}),co(O,{protectedByPrivy:!0})]})};import{Fragment as mm,jsx as Oo,jsxs as bl}from"react/jsx-runtime";var wl=()=>{let{linkingHint:e}=k(),{app:t}=b(),o=e?`Select the wallet with ${st(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 bl(mm,{children:[Oo(E,{},"header"),Oo(He,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),bl(le,{children:[Oo(ht,{connectOnly:!1}),Oo(ft,{})]}),Oo(O,{protectedByPrivy:!0})]})};import{jsx as Cl,jsxs as hm}from"react/jsx-runtime";var xl=({style:e,...t})=>hm("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:[Cl("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Cl("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 fm,jsx as po,jsxs as El}from"react/jsx-runtime";var Tl=()=>{let{closePrivyModal:e}=k(),{navigate:t}=b();return El(fm,{children:[po(E,{},"header"),po(xl,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),po(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"}}),El(le,{children:[po(j,{onClick:()=>t("LANDING"),children:"Try again"}),po(Ba,{onClick:()=>e(),children:"Cancel"})]}),po(O,{protectedByPrivy:!0})]})};import{useEffect as Pl,useState as _l}from"react";import wi from"styled-components";import{Fragment as wm,jsx as It,jsxs as on}from"react/jsx-runtime";var Al={google:{name:"Google",component:en},discord:{name:"Discord",component:Qr},github:{name:"Github",component:Jr},twitter:{name:"Twitter",component:tn},apple:{name:"Apple",component:Zr}},ym=e=>e.charAt(0).toUpperCase()+e.slice(1),bi=()=>{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)},Sl=()=>{var S;let{ready:e,user:t,authenticated:o}=D(),{app:r,data:n,setModalData:i,navigate:a}=b(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:p,closePrivyModal:f}=k(),[h,u]=_l(!1),[w,v]=_l(void 0),m=((S=l())==null?void 0:S.provider)||"google",g=Al[m].name,I=Al[m].component,_=r!=null&&r.render.inDialog?De:0;Pl(()=>{!e||p().then(()=>{bi(),u(!0)}).catch(L=>{let W={retryable:!1,message:"Authentication failed."};L.message.includes("Another user has already linked this")?W.detail="This account has already been linked to another user.":L.message==="Invalid code during oauth flow."?(W.retryable=!0,W.detail="Something went wrong. Try again."):L.message==="User denied confirmation during OAuth flow"&&(W.detail=`Retry and check ${ym(m)} to finish connecting your account.`,W.retryable=!0),bi(),v(W)})},[e]),Pl(()=>{var pe;if(!(o&&h&&t))return;if(((pe=n==null?void 0:n.login)==null?void 0:pe.promptCreatePrivyWalletFlow)&&!t.wallet){let H=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:ie=>console.error(ie),callAuthOnSuccessOnClose:!0}}),console.log("Navigating to wallet creation flow"),a("EMBEDDED_WALLET_SCREEN")},_);return()=>clearTimeout(H)}else{let H=setTimeout(f,_);return()=>clearTimeout(H)}},[o,h,t]);let A=h?`Successfully connected with ${g}`:w?w.message:`Verifying connection to ${g}`,N="";return h?N="You\u2019re good to go!":w?N=w.detail:N="Just a few moments more",on(wm,{children:[It(E,{}),on(gm,{children:[It(bm,{children:on("div",{children:[It(br,{success:h,fail:!!w}),It(I,{style:{width:"38px",height:"38px"}})]})}),on(vm,{children:[It("h3",{children:A}),It("p",{children:N})]}),It(ne,{onClick:()=>{bi(),s(m),v(void 0)},invisible:h||!(w!=null&&w.retryable),disabled:!h&&!(w!=null&&w.retryable),children:"Retry"})]})]})},gm=wi.div`
1478
1478
  display: flex;
1479
1479
  flex-direction: column;
1480
1480
  align-items: center;
@@ -1509,9 +1509,9 @@ Resources:
1509
1509
  left: -19px;
1510
1510
  top: -19px;
1511
1511
  }
1512
- `;import{useEffect as xm,useState as Rl}from"react";import Em from"styled-components";import{isMobile as Cm}from"react-device-detect";var kl=(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()&&Cm)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Pm,jsx as Nt,jsxs as Wl}from"react/jsx-runtime";var Il=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),[r,n]=Rl(""),[i,a]=Rl(!1);xm(()=>{t&&o&&e().then(n)},[t,o]);let l=kl(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."),Wl(Pm,{children:[Nt(E,{},"header"),Nt(He,{title:s.title,description:s.description}),Wl(le,{children:[Nt(Tm,{children:Nt(Be,{style:{width:"72px",height:"72px"}})}),Nt(wr,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Nt("p",{children:s.footnote}):null]}),Nt(O,{protectedByPrivy:!0})]})},Tm=Em(Yt)`
1512
+ `;import{useEffect as xm,useState as Rl}from"react";import Em from"styled-components";import{isMobile as Cm}from"react-device-detect";var kl=(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()&&Cm)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Pm,jsx as Nt,jsxs as Wl}from"react/jsx-runtime";var Il=()=>{let{forkSession:e,ready:t,authenticated:o}=D(),[r,n]=Rl(""),[i,a]=Rl(!1);xm(()=>{t&&o&&e().then(n)},[t,o]);let l=kl(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."),Wl(Pm,{children:[Nt(E,{},"header"),Nt(He,{title:s.title,description:s.description}),Wl(le,{children:[Nt(Tm,{children:Nt(Be,{style:{width:"72px",height:"72px"}})}),Nt(wr,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Nt("p",{children:s.footnote}):null]}),Nt(O,{protectedByPrivy:!0})]})},Tm=Em(Kt)`
1513
1513
  margin: 16px auto;
1514
- `;import{useEffect as hc,useState as $o}from"react";import fo from"styled-components";import Ql from"styled-components";import Ll from"styled-components";import{jsx as Nl,jsxs as Sm}from"react/jsx-runtime";var Do=({label:e,children:t,valueStyles:o})=>Sm(_m,{children:[Nl("div",{children:e}),Nl(Am,{style:{...o},children:t})]}),_m=Ll.div`
1514
+ `;import{useEffect as hc,useState as $o}from"react";import ho from"styled-components";import Ql from"styled-components";import Ll from"styled-components";import{jsx as Nl,jsxs as Sm}from"react/jsx-runtime";var Do=({label:e,children:t,valueStyles:o})=>Sm(_m,{children:[Nl("div",{children:e}),Nl(Am,{style:{...o},children:t})]}),_m=Ll.div`
1515
1515
  display: flex;
1516
1516
  align-items: center;
1517
1517
  justify-content: space-between;
@@ -1533,20 +1533,20 @@ Resources:
1533
1533
  border-radius: var(--privy-border-radius-md);
1534
1534
  background-color: var(--privy-color-background-2);
1535
1535
  padding: 4px 8px;
1536
- `;import{BigNumber as Im}from"@ethersproject/bignumber";import{BigNumber as km}from"@ethersproject/bignumber";import{isHexString as Rm}from"@ethersproject/bytes";import{getNetwork as Wm}from"@ethersproject/providers";import{formatEther as Ml}from"@ethersproject/units";var rn=(e,t)=>(t*parseFloat(Ml(e))).toFixed(2),Lt=(e,t=8)=>parseFloat(Ml(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,""),Ol=(e,t)=>{Rm(e)&&(e=Number(e));let o=Wm(e);return`https://${o.name==="homestead"?"www":o.name}.etherscan.io/address/${t}`},xe=e=>km.from(e);import{Fragment as Nm,jsx as Lm}from"react/jsx-runtime";var Uo=({weiQuantities:e,tokenPrice:t})=>{let o=e.map(xe).reduce((n,i)=>n.add(i),Im.from(0)),r=rn(o.toHexString(),t);return Lm(Nm,{children:r==="0.00"?"< USD $0.01":`USD $${r}`})};import mo from"styled-components";import{jsx as Le,jsxs as Bo}from"react/jsx-runtime";var Gl=({transactionData:e,displayFee:t=!1,gas:o,tokenPrice:r,isLoading:n=!1})=>Bo(Mm,{children:[Le(Om,{"data-open":t,children:Bo(Dl,{children:[Bo(Ul,{children:[Le(Fl,{children:"Est. Fees"}),Le("div",{children:n?Le(Ie,{color:"var(--privy-color-accent)"}):Le(Uo,{weiQuantities:[o],tokenPrice:r})})]}),Le(Bl,{children:`ETH ${Lt(xe(o).toHexString())}`})]})}),Bo(Dl,{children:[Bo(Ul,{children:[Le(Fl,{children:"Total (including fees)"}),Le("div",{children:n||!e.value?Le(Ie,{color:"var(--privy-color-accent)"}):Le(Uo,{weiQuantities:[e.value,o],tokenPrice:r})})]}),Le(Bl,{children:e.value?`ETH ${Lt(xe(e.value).add(xe(o)).toHexString())}`:null})]})]}),Mm=mo.div`
1536
+ `;import{BigNumber as Im}from"@ethersproject/bignumber";import{BigNumber as km}from"@ethersproject/bignumber";import{isHexString as Rm}from"@ethersproject/bytes";import{getNetwork as Wm}from"@ethersproject/providers";import{formatEther as Ml}from"@ethersproject/units";var rn=(e,t)=>(t*parseFloat(Ml(e))).toFixed(2),Lt=(e,t=8)=>parseFloat(Ml(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,""),Ol=(e,t)=>{Rm(e)&&(e=Number(e));let o=Wm(e);return`https://${o.name==="homestead"?"www":o.name}.etherscan.io/address/${t}`},xe=e=>km.from(e);import{Fragment as Nm,jsx as Lm}from"react/jsx-runtime";var Uo=({weiQuantities:e,tokenPrice:t})=>{let o=e.map(xe).reduce((n,i)=>n.add(i),Im.from(0)),r=rn(o.toHexString(),t);return Lm(Nm,{children:r==="0.00"?"< USD $0.01":`USD $${r}`})};import uo from"styled-components";import{jsx as Le,jsxs as Bo}from"react/jsx-runtime";var Gl=({transactionData:e,displayFee:t=!1,gas:o,tokenPrice:r,isLoading:n=!1})=>Bo(Mm,{children:[Le(Om,{"data-open":t,children:Bo(Dl,{children:[Bo(Ul,{children:[Le(Fl,{children:"Est. Fees"}),Le("div",{children:n?Le(Ie,{color:"var(--privy-color-accent)"}):Le(Uo,{weiQuantities:[o],tokenPrice:r})})]}),Le(Bl,{children:`ETH ${Lt(xe(o).toHexString())}`})]})}),Bo(Dl,{children:[Bo(Ul,{children:[Le(Fl,{children:"Total (including fees)"}),Le("div",{children:n||!e.value?Le(Ie,{color:"var(--privy-color-accent)"}):Le(Uo,{weiQuantities:[e.value,o],tokenPrice:r})})]}),Le(Bl,{children:e.value?`ETH ${Lt(xe(e.value).add(xe(o)).toHexString())}`:null})]})]}),Mm=uo.div`
1537
1537
  display: flex;
1538
1538
  flex-direction: column;
1539
1539
  gap: 4px;
1540
- `,Dl=mo.div`
1540
+ `,Dl=uo.div`
1541
1541
  display: flex;
1542
1542
  flex-direction: column;
1543
1543
  gap: 2px;
1544
- `,Ul=mo.div`
1544
+ `,Ul=uo.div`
1545
1545
  display: flex;
1546
1546
  flex-direction: row;
1547
1547
  justify-content: space-between;
1548
1548
  align-items: center;
1549
- `,Bl=mo.div`
1549
+ `,Bl=uo.div`
1550
1550
  display: flex;
1551
1551
  flex-direction: row-reverse;
1552
1552
  height: 12px;
@@ -1555,11 +1555,11 @@ Resources:
1555
1555
  line-height: 12px;
1556
1556
  color: var(--privy-color-foreground-3);
1557
1557
  font-weight: 400;
1558
- `,Fl=mo.div`
1558
+ `,Fl=uo.div`
1559
1559
  font-size: 14px;
1560
1560
  line-height: 22.4px;
1561
1561
  font-weight: 400;
1562
- `,Om=mo.div`
1562
+ `,Om=uo.div`
1563
1563
  position: relative;
1564
1564
  overflow: hidden;
1565
1565
  transition: max-height 0.35s ease-in-out;
@@ -1571,7 +1571,7 @@ Resources:
1571
1571
  &[data-open='false'] {
1572
1572
  max-height: 0;
1573
1573
  }
1574
- `;import{useContext as Mt,useState as Dm}from"react";import Ot from"styled-components";import{jsx as Hl}from"react/jsx-runtime";var Vl=({style:e,...t})=>Hl("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:Hl("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})});import{createContext as zl,useContext as cb}from"react";var ho=zl(void 0);var Fo=zl(void 0);import{jsx as Ke,jsxs as zm}from"react/jsx-runtime";var $l=({defaultValue:e,children:t})=>{let[o,r]=Dm(e||null),n=i=>{r(o===i?null:i)};return Ke(ho.Provider,{value:{activePanel:o,togglePanel:n},children:Ke(Um,{children:t})})},ql=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Mt(ho),n=o===e;return Ke(Fo.Provider,{value:{onToggle:()=>r(e),value:e},children:Ke(Gm,{isActive:n,"data-open":n,children:t})})},jl=({children:e})=>{let{activePanel:t}=Mt(ho),{onToggle:o,value:r}=Mt(Fo),n=t===r;return zm(Bm,{onClick:o,"data-open":n,children:[Ke(Fm,{children:e}),Ke(Vm,{isactive:n,children:Ke(Vl,{})})]})},Kl=({children:e})=>{let{activePanel:t}=Mt(ho),{value:o}=Mt(Fo);return Ke(Hm,{"data-open":t===o,children:Ke(Zl,{children:e})})},Yl=({children:e})=>{let{activePanel:t}=Mt(ho),{value:o}=Mt(Fo);return Ke(Zl,{children:typeof e=="function"?e({isActive:t===o}):e})},Um=Ot.div`
1574
+ `;import{useContext as Mt,useState as Dm}from"react";import Ot from"styled-components";import{jsx as Hl}from"react/jsx-runtime";var Vl=({style:e,...t})=>Hl("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:Hl("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})});import{createContext as zl,useContext as cb}from"react";var mo=zl(void 0);var Fo=zl(void 0);import{jsx as Ke,jsxs as zm}from"react/jsx-runtime";var $l=({defaultValue:e,children:t})=>{let[o,r]=Dm(e||null),n=i=>{r(o===i?null:i)};return Ke(mo.Provider,{value:{activePanel:o,togglePanel:n},children:Ke(Um,{children:t})})},ql=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Mt(mo),n=o===e;return Ke(Fo.Provider,{value:{onToggle:()=>r(e),value:e},children:Ke(Gm,{isActive:n,"data-open":n,children:t})})},jl=({children:e})=>{let{activePanel:t}=Mt(mo),{onToggle:o,value:r}=Mt(Fo),n=t===r;return zm(Bm,{onClick:o,"data-open":n,children:[Ke(Fm,{children:e}),Ke(Vm,{isactive:n,children:Ke(Vl,{})})]})},Kl=({children:e})=>{let{activePanel:t}=Mt(mo),{value:o}=Mt(Fo);return Ke(Hm,{"data-open":t===o,children:Ke(Zl,{children:e})})},Yl=({children:e})=>{let{activePanel:t}=Mt(mo),{value:o}=Mt(Fo);return Ke(Zl,{children:typeof e=="function"?e({isActive:t===o}):e})},Um=Ot.div`
1575
1575
  display: flex;
1576
1576
  flex-direction: column;
1577
1577
  width: 100%;
@@ -1736,38 +1736,38 @@ Resources:
1736
1736
  flex-grow: 1;
1737
1737
  `,g1=uc(j)`
1738
1738
  transition: color 350ms ease, background-color 350ms ease;
1739
- `;import{Fragment as ln,jsx as ce,jsxs as qo}from"react/jsx-runtime";var b1=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return ce(ln,{children:ce(dc,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return ce(ln,{children:e.uiOptions.senderInfo&&ce(Jl,{partyInfo:e.uiOptions.senderInfo})});default:return ce("div",{children:"Unsupported transaction."})}},yc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:a}=b(),{transactionRequest:l,onSuccess:s,onFailure:p,uiOptions:f}=a.sendTransaction,[h,u]=$o(null),[w,v]=$o(""),[m,y]=$o(!0),[I,_]=$o(!1),[A,N]=$o(l),{tokenPrice:S,estimatedGas:L}=an(A);hc(()=>{e||(i("LANDING"),p(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let W=z(o);hc(()=>{async function X(){let G=await t();return!G||!r||!W?A:Xl(G,W.address,r,A)}X().then(G=>{y(!1),N(G)},G=>{y(!0),Es(G)?v(G.message):(v("There was an error preparing transaction"),console.error(G))})},[r]);let pe=pc(A),H={modalTitle:f.modalTitle||"Review transaction",title:f.title||pe==="SEND_ETH"?"Send ETH":"Submit transaction",description:f.description||"Confirm the details of the transaction",buttonText:f.buttonText||"Submit"},ie=()=>{I||(h?s(h):p(new Error(w||"User exited the modal before submitting the transaction")),n({shouldCallAuthOnSuccess:!1}))};return S===void 0||L===null?qo(ln,{children:[ce(E,{title:H.modalTitle,onClose:ie}),ce(fc,{children:ce(Nr,{})})]}):h!==null?ce(mc,{txn:A,onClose:ie,receipt:h,transactionInfo:f.transactionInfo,tokenPrice:S}):qo(ln,{children:[ce(E,{title:H.modalTitle,onClose:ie}),qo(fc,{children:[qo(E1,{children:[ce(b1,{txn:A,txnFamily:pe,uiOptions:f}),W?ce(nn,{from:W.address,to:A.to,txn:A,transactionInfo:f.transactionInfo,gas:xe(L).toHexString(),tokenPrice:S}):null]}),qo(T1,{children:[ce(w1,{children:w}),W?ce(lc,{txnValue:A.value,wallet:W,chainId:Number(A.chainId)}):null,ce(C1,{children:ce(x1,{disabled:m||I,loading:!r||I,loadingText:I?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{_(!0);let X=await t();if(X&&!I&&W)try{let G=await ec(X,W.address,r,A);u(G),v("")}catch(G){v(G.reason||"An error has occurred, please try again.")}finally{_(!1)}},children:H.buttonText})})]})]})]})},fc=fo.div`
1739
+ `;import{Fragment as ln,jsx as ce,jsxs as qo}from"react/jsx-runtime";var b1=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return ce(ln,{children:ce(dc,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return ce(ln,{children:e.uiOptions.senderInfo&&ce(Jl,{partyInfo:e.uiOptions.senderInfo})});default:return ce("div",{children:"Unsupported transaction."})}},yc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:a}=b(),{transactionRequest:l,onSuccess:s,onFailure:p,uiOptions:f}=a.sendTransaction,[h,u]=$o(null),[w,v]=$o(""),[m,g]=$o(!0),[I,_]=$o(!1),[A,N]=$o(l),{tokenPrice:S,estimatedGas:L}=an(A);hc(()=>{e||(i("LANDING"),p(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let W=z(o);hc(()=>{async function X(){let G=await t();return!G||!r||!W?A:Xl(G,W.address,r,A)}X().then(G=>{g(!1),N(G)},G=>{g(!0),Es(G)?v(G.message):(v("There was an error preparing transaction"),console.error(G))})},[r]);let pe=pc(A),H={modalTitle:f.modalTitle||"Review transaction",title:f.title||pe==="SEND_ETH"?"Send ETH":"Submit transaction",description:f.description||"Confirm the details of the transaction",buttonText:f.buttonText||"Submit"},ie=()=>{I||(h?s(h):p(new Error(w||"User exited the modal before submitting the transaction")),n({shouldCallAuthOnSuccess:!1}))};return S===void 0||L===null?qo(ln,{children:[ce(E,{title:H.modalTitle,onClose:ie}),ce(fc,{children:ce(Nr,{})})]}):h!==null?ce(mc,{txn:A,onClose:ie,receipt:h,transactionInfo:f.transactionInfo,tokenPrice:S}):qo(ln,{children:[ce(E,{title:H.modalTitle,onClose:ie}),qo(fc,{children:[qo(E1,{children:[ce(b1,{txn:A,txnFamily:pe,uiOptions:f}),W?ce(nn,{from:W.address,to:A.to,txn:A,transactionInfo:f.transactionInfo,gas:xe(L).toHexString(),tokenPrice:S}):null]}),qo(T1,{children:[ce(w1,{children:w}),W?ce(lc,{txnValue:A.value,wallet:W,chainId:Number(A.chainId)}):null,ce(C1,{children:ce(x1,{disabled:m||I,loading:!r||I,loadingText:I?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{_(!0);let X=await t();if(X&&!I&&W)try{let G=await ec(X,W.address,r,A);u(G),v("")}catch(G){v(G.reason||"An error has occurred, please try again.")}finally{_(!1)}},children:H.buttonText})})]})]})]})},fc=ho.div`
1740
1740
  display: flex;
1741
1741
  height: 100%;
1742
1742
  flex-direction: column;
1743
1743
  justify-content: space-between;
1744
1744
  flex-grow: 1;
1745
- `,w1=fo.div`
1745
+ `,w1=ho.div`
1746
1746
  line-height: 20px;
1747
1747
  height: 20px;
1748
1748
  font-size: 13px;
1749
1749
  color: var(--privy-color-error);
1750
1750
  width: 100%;
1751
1751
  margin-top: 4px;
1752
- `,C1=fo.div`
1752
+ `,C1=ho.div`
1753
1753
  display: flex;
1754
1754
  direction: row;
1755
1755
  justify-content: space-between;
1756
1756
  align-items: center;
1757
1757
  gap: 8px;
1758
- `,x1=fo(j)`
1758
+ `,x1=ho(j)`
1759
1759
  transition: color 350ms ease, background-color 350ms ease;
1760
- `,E1=fo.div`
1760
+ `,E1=ho.div`
1761
1761
  height: 100%;
1762
1762
  display: flex;
1763
1763
  flex-direction: column;
1764
1764
  justify-content: space-evenly;
1765
1765
  flex-grow: 1;
1766
- `,T1=fo.div`
1766
+ `,T1=ho.div`
1767
1767
  display: flex;
1768
1768
  flex-direction: column;
1769
1769
  gap: 8px;
1770
- `;import{useEffect as P1,useState as gc}from"react";import jo,{css as _1}from"styled-components";import{Fragment as I1,jsx as vt,jsxs as cn}from"react/jsx-runtime";var vc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=b(),[s,p]=gc(!1),[f,h]=gc("");P1(()=>{e||(a("LANDING"),v(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:u,onSuccess:w,onFailure:v,uiOptions:m}=l.signMessage,y=z(o),I=!r,_={title:m.title||"Sign message",description:m.description||"Signing this message will not cost you any fees.",buttonText:m.buttonText||"Sign and continue"};return cn(I1,{children:[vt(E,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),cn(A1,{children:[cn("div",{children:[vt(oe,{title:_.title,description:_.description}),vt(S1,{children:u}),vt(k1,{fail:!0,children:f})]}),vt(W1,{success:s,loading:I,disabled:s,onClick:async()=>{let A=await t();if(A&&!I&&y)try{i("embedded_wallet_sign_message_started",{walletAddress:y.address});let{response:N}=await r.rpc({accessToken:A,address:y==null?void 0:y.address,request:{method:"eth_sign",params:[y.address,u]}}),S=N.data;h(""),w(S),i("embedded_wallet_sign_message_completed",{walletAddress:y.address}),p(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},De)}catch(N){h("An error has occurred, please try again."),v(N)}},children:s?cn(R1,{children:[vt(eo,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",vt("span",{children:"Success"})]}):_.buttonText})]}),vt(O,{protectedByPrivy:!0})]})},A1=jo.div`
1770
+ `;import{useEffect as P1,useState as gc}from"react";import jo,{css as _1}from"styled-components";import{Fragment as I1,jsx as vt,jsxs as cn}from"react/jsx-runtime";var vc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=b(),[s,p]=gc(!1),[f,h]=gc("");P1(()=>{e||(a("LANDING"),v(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:u,onSuccess:w,onFailure:v,uiOptions:m}=l.signMessage,g=z(o),I=!r,_={title:m.title||"Sign message",description:m.description||"Signing this message will not cost you any fees.",buttonText:m.buttonText||"Sign and continue"};return cn(I1,{children:[vt(E,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),cn(A1,{children:[cn("div",{children:[vt(oe,{title:_.title,description:_.description}),vt(S1,{children:u}),vt(k1,{fail:!0,children:f})]}),vt(W1,{success:s,loading:I,disabled:s,onClick:async()=>{let A=await t();if(A&&!I&&g)try{i("embedded_wallet_sign_message_started",{walletAddress:g.address});let{response:N}=await r.rpc({accessToken:A,address:g==null?void 0:g.address,request:{method:"eth_sign",params:[g.address,u]}}),S=N.data;h(""),w(S),i("embedded_wallet_sign_message_completed",{walletAddress:g.address}),p(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},De)}catch(N){h("An error has occurred, please try again."),v(N)}},children:s?cn(R1,{children:[vt(Xt,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",vt("span",{children:"Success"})]}):_.buttonText})]}),vt(O,{protectedByPrivy:!0})]})},A1=jo.div`
1771
1771
  display: flex;
1772
1772
  height: 100%;
1773
1773
  flex-direction: column;
@@ -2128,7 +2128,7 @@ Resources:
2128
2128
  opacity: 1;
2129
2129
  }
2130
2130
  }
2131
- `;import{jsx as M,jsxs as xc}from"react/jsx-runtime";var G1=()=>{let{ready:e}=D(),{isLinking:t}=k(),{ready:o,currentScreen:r,app:n}=b(),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?xc(Jt,{"data-height":s,children:[M(E,{}),M(z1,{children:M(_o,{})}),M(Ne,{})]}):xc(Jt,{"data-height":s,children:[r==="LANDING"&&M(hl,{}),r==="AWAITING_PASSWORDLESS_CODE"&&M(ts,{}),r==="WALLET_EDUCATION"&&M(Js,{}),r==="AWAITING_CONNECTION"&&M(hs,{}),r==="AWAITING_CONNECT_ONLY_CONNECTION"&&M(bs,{}),r==="COINBASE_INTERSTITIAL_SCREEN"&&M(ns,{}),r==="PHANTOM_INTERSTITIAL_SCREEN"&&M(Il,{}),r==="LOGIN_FAILED_SCREEN"&&M(Tl,{}),r==="AWAITING_OAUTH_SCREEN"&&M(Sl,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&M(Ka,{}),r==="INSTALL_METAMASK_SCREEN"&&M(ol,{}),r==="INSTALL_PHANTOM_SCREEN"&&M(nl,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&M(el,{}),r==="LINK_EMAIL_SCREEN"&&M(gl,{}),r==="LINK_PHONE_SCREEN"&&M(vl,{}),r==="LINK_WALLET_SCREEN"&&M(wl,{}),r==="CONNECT_ONLY_LANDING_SCREEN"&&M(us,{}),r==="CONNECT_ONLY_AUTHENTICATED_SCREEN"&&M(cs,{}),r==="EMBEDDED_WALLET_SCREEN"&&M(Hs,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&M(Is,{}),r==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&M(As,{}),r==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&M(Gs,{}),r==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&M(Ds,{}),r==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&M(vc,{}),r==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&M(yc,{})]})},Tc=()=>{let{closePrivyModal:e}=k(),{app:t}=b(),o=B1(i=>{i.key==="Escape"&&(t==null?void 0:t.render.inDialog)&&e()},[t==null?void 0:t.render.inDialog]);Ec(()=>(document.addEventListener("keydown",o,!1),()=>{document.removeEventListener("keydown",o,!1)}),[o]);let r=M(Cc,{onClick:i=>i.stopPropagation(),children:M(G1,{})}),n=t!=null&&t.render.inDialog?M(V1,{id:"privy-dialog",onClick:()=>e(),children:r}):r;return F1.createPortal(n,t!=null&&t.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body)},H1=({children:e,...t})=>{let o=U1(null);return Ec(()=>{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"),O1(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"),D1())}},[t.open,t.onClose]),M("dialog",{open:!0,role:"dialog",...t,ref:o,children:e})},V1=Si(H1)`
2131
+ `;import{jsx as M,jsxs as xc}from"react/jsx-runtime";var G1=()=>{let{ready:e}=D(),{isLinking:t}=k(),{ready:o,currentScreen:r,app:n}=b(),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?xc(Qt,{"data-height":s,children:[M(E,{}),M(z1,{children:M(_o,{})}),M(Ne,{})]}):xc(Qt,{"data-height":s,children:[r==="LANDING"&&M(hl,{}),r==="AWAITING_PASSWORDLESS_CODE"&&M(ts,{}),r==="WALLET_EDUCATION"&&M(Js,{}),r==="AWAITING_CONNECTION"&&M(hs,{}),r==="AWAITING_CONNECT_ONLY_CONNECTION"&&M(bs,{}),r==="COINBASE_INTERSTITIAL_SCREEN"&&M(ns,{}),r==="PHANTOM_INTERSTITIAL_SCREEN"&&M(Il,{}),r==="LOGIN_FAILED_SCREEN"&&M(Tl,{}),r==="AWAITING_OAUTH_SCREEN"&&M(Sl,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&M(Ka,{}),r==="INSTALL_METAMASK_SCREEN"&&M(ol,{}),r==="INSTALL_PHANTOM_SCREEN"&&M(nl,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&M(el,{}),r==="LINK_EMAIL_SCREEN"&&M(gl,{}),r==="LINK_PHONE_SCREEN"&&M(vl,{}),r==="LINK_WALLET_SCREEN"&&M(wl,{}),r==="CONNECT_ONLY_LANDING_SCREEN"&&M(us,{}),r==="CONNECT_ONLY_AUTHENTICATED_SCREEN"&&M(cs,{}),r==="EMBEDDED_WALLET_SCREEN"&&M(Hs,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&M(Is,{}),r==="EMBEDDED_WALLET_CONNECTING_SCREEN"&&M(As,{}),r==="EMBEDDED_WALLET_RECOVERY_SCREEN"&&M(Gs,{}),r==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&M(Ds,{}),r==="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"&&M(vc,{}),r==="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"&&M(yc,{})]})},Tc=()=>{let{closePrivyModal:e}=k(),{app:t}=b(),o=B1(i=>{i.key==="Escape"&&(t==null?void 0:t.render.inDialog)&&e()},[t==null?void 0:t.render.inDialog]);Ec(()=>(document.addEventListener("keydown",o,!1),()=>{document.removeEventListener("keydown",o,!1)}),[o]);let r=M(Cc,{onClick:i=>i.stopPropagation(),children:M(G1,{})}),n=t!=null&&t.render.inDialog?M(V1,{id:"privy-dialog",onClick:()=>e(),children:r}):r;return F1.createPortal(n,t!=null&&t.render.inParentNodeId&&document.getElementById(t.render.inParentNodeId)||document.body)},H1=({children:e,...t})=>{let o=U1(null);return Ec(()=>{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"),O1(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"),D1())}},[t.open,t.onClose]),M("dialog",{open:!0,role:"dialog",...t,ref:o,children:e})},V1=Si(H1)`
2132
2132
  position: fixed;
2133
2133
  top: 0;
2134
2134
  left: 0;
@@ -2143,7 +2143,7 @@ Resources:
2143
2143
  z-index: 999999;
2144
2144
  -webkit-backdrop-filter: blur(3px);
2145
2145
  backdrop-filter: blur(3px);
2146
- `,Jt=Si.div`
2146
+ `,Qt=Si.div`
2147
2147
  display: flex;
2148
2148
  flex-direction: column;
2149
2149
  text-align: center;
@@ -2186,4 +2186,4 @@ Resources:
2186
2186
  align-items: center;
2187
2187
  justify-content: center;
2188
2188
  height: 100%;
2189
- `;import yo from"tinycolor2";var Pc="#FFFFFF",$1="#000000",q1=Pc,j1="#1E1E1D";function K1(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 Dt(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return yo({...e.toHsl(),l:o})}function _c({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Pc,blackHex:i=$1}){let a;switch(e){case"light":a=q1;break;case"dark":a=j1;break;default:a=e;break}let l=yo(a),s=yo(t),p=yo(o),f=yo(r),h=K1(l.getLuminance()),u=Dt(l,h==="light"?-.04:.11),w=Dt(l,h==="light"?-.88:.87),v=Dt(l,h==="light"?-.77:.75),m=Dt(l,h==="light"?-.43:.45).desaturate(h==="light"?60:20),y=Dt(l,h==="light"?-.13:.25).desaturate(h==="light"?60:20),I=Dt(s,.15),_=Dt(s,-.06),A=yo(s.getLuminance()>.5?i:n);return{colorScheme:h,background:l.toHslString(),background2:u.toHslString(),foreground:w.toHslString(),foreground2:v.toHslString(),foreground3:m.toHslString(),foreground4:y.toHslString(),accent:s.toHslString(),accentLight:I.toHslString(),accentDark:_.toHslString(),foregroundAccent:A.toHslString(),success:p.toHslString(),error:f.toHslString()}}var Ac={appearance:{theme:"light",accentColor:"#676FFF"}};function ki(e,t){var h,u,w,v,m,y,I,_;let o,r,n,i,a,l,s,p;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"),p=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,p=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,p].some(A=>A))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,p].some(A=>A))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:_c({backgroundTheme:((u=t==null?void 0:t.appearance)==null?void 0:u.theme)??Ac.appearance.theme,accentHex:((w=t==null?void 0:t.appearance)==null?void 0:w.accentColor)??e.accentColor??Ac.appearance.accentColor}),showWalletLoginFirst:((v=t==null?void 0:t.appearance)==null?void 0:v.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:p},legal:{termsAndConditionsUrl:((m=t==null?void 0:t.legal)==null?void 0:m.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((y=t==null?void 0:t.legal)==null?void 0:y.privacyPolicyUrl)??e.privacyPolicyUrl},render:{inDialog:((I=t==null?void 0:t._render)==null?void 0:I.inDialog)??!0,inParentNodeId:((_=t==null?void 0:t._render)==null?void 0:_.inParentNodeId)??null}}}import{useRef as Y1,useEffect as Z1}from"react";var dn=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 eh}from"react/jsx-runtime";var Q1=function(e){return()=>`id-${e++}`}(0);function J1(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ko(e){return e.error!==void 0}var go=new dn;function Yo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=Q1();go.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function X1(e){switch(e.event){case"privy:iframe:ready":let t=go.dequeue(e.event,e.id);return Ko(e)?t.reject(new gt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=go.dequeue(e.event,e.id);return Ko(e)?o.reject(new gt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=go.dequeue(e.event,e.id);return Ko(e)?r.reject(new gt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=go.dequeue(e.event,e.id);return Ko(e)?n.reject(new gt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=go.dequeue(e.event,e.id);return Ko(e)?i.reject(new gt(e.error.type,e.error.message)):i.resolve(e.data)}}function Sc(e){let t=Y1(null);return Z1(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&J1(l.data)&&X1(l.data)}let n={create(l){return Yo("privy:wallet:create",l,o)},connect(l){return Yo("privy:wallet:connect",l,o)},recover(l){return Yo("privy:wallet:recover",l,o)},rpc(l){return Yo("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 aa(()=>Yo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),eh("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:rr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as th,useContext as oh}from"react";var Ri=th({wallets:[]});function rh(){return oh(Ri)}import{jsx as vo,jsxs as kc}from"react/jsx-runtime";function ah(e){return typeof e=="string"&&e.length===25}var Zo;function xo(){if(!Zo){let e=B.get(Vt);return Promise.resolve(e||null)}return Zo.getAccessToken()}var Rc,ba=(e,t)=>Rc(e,t),Wc,wa=(e,t)=>Wc(e,t),sh=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;B.put(wo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},lh=e=>{if(!ah(e.appId))throw new T("Cannot initialize the Privy provider with an invalid Privy app ID");return Zo||(Zo=new Po({appId:e.appId,apiUrl:e.apiUrl||tr})),vo(ch,{...e,client:Zo})},ch=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,l]=de(!1),[s,p]=de(null),[f,h]=de([]),u=ih(f),[w,v]=de(!1),[m,y]=de(null),[I,_]=de(!1),[A,N]=de({status:"disconnected",connectError:null,connector:null,connectRetry:C}),[S,L]=de(null),[W,pe]=de(null),[H,ie]=de({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[X,G]=de(ki(H,e.config)),[re,F]=de(!0),[U,q]=de({}),[Ee,bt]=de(null),ee=c=>{c&&y(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},Me=c=>{let d=e.createPrivyWalletOnLogin===!0;q({login:{promptCreatePrivyWalletFlow:d}}),d&&F(!0),ee(c)};Ut(()=>{if(!W||!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(W,d)}},[W,s]),Ut(()=>{async function c(){let d=await t.getServerConfig();ie(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let g=ue();sh();let x=await t.getAuthenticatedUser();l(!!x),p(x),i(!0),Ee==null||Ee(),g&&x&&_(!0),Qo()}c()},[t,Ee,n]),Ut(()=>{let c=ki(H,e.config);G(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"),x=c.get("privy_oauth_provider");return d&&g&&x?(t.startAuthFlow(new it(x,d,g)),Me("AWAITING_OAUTH_SCREEN"),!0):!1},Oe=async(c,d,g)=>{let x=t.connectors.createWalletConnector(c,d);Bt(x,g)};async function Bt(c,d){if(!c)return N({status:"disconnected",connectError:new V("Unable to connect to wallet."),connector:null,connectRetry:C}),d==null?void 0:d(null);N({connector:c,status:"connecting",connectError:null,connectRetry:()=>Bt(c,d)});try{let g=await c.connect({showPrompt:!0});return N(x=>({...x,status:"connected",connectError:null,connectRetry:C})),d==null?void 0:d(g)}catch(g){return g instanceof ke?console.error(g.cause?g.cause:g.message):console.error(g),N(x=>({...x,status:"disconnected",connectError:g})),d==null?void 0:d(null)}}let Ft=c=>{if(c===null)throw new T("Error connecting to wallet.");t.startAuthFlow(new Ct(c))},Qo=()=>{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 T("Connector not initialized");ee("AWAITING_CONNECTION");let x=new URL(window.location.href);x.searchParams.delete("privy_connector"),x.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",x),Oe(d,g,Ft)};Ut(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let bo=()=>{_(!0),ee("LINK_WALLET_SCREEN")},Jo=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},Xo=async c=>{if(!t.connectors)throw new T("Connector not initialized");_(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;Bt(d,Ft),Me("AWAITING_CONNECTION")},te=(c,d)=>{if(!t.connectors)throw new T("Connector not initialized");_(!!a),Oe(c,d,Ft)},un=()=>{h(c=>{let d=t.connectors.wallets.map(g=>({...g,linked:Jo(g),loginOrLink:async()=>{if(!await g.isConnected())throw new T("Wallet is not connected");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new T("Cannot link or login with embedded wallet");Xo(g)},unlink:async()=>{if(!a)throw new T("User is not authenticated.");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new T("Cannot unlink an embedded wallet");let x=await t.unlinkWallet(g.address);p(x)}}));return sr(c,d)?c:d})};Ut(()=>{un()},[s==null?void 0:s.linkedAccounts]),Ut(()=>{n&&(un(),t.connectors.on("walletsUpdated",un))},[n]);let Ic=()=>{ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Ut(()=>{if(!f[0])return;let c=f[0],d=u.current.find(x=>x.address===c.address),g=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&x.address===c.address);if(!d&&g){let x=Object.assign({},s);x.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},p(x)}u.current=f},[f]);let mn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:Ic,linkWallet:bo,linkEmail:()=>{_(!0),ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{_(!0),ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Gt.initLoginWithOAuth("google")},linkTwitter:async()=>{await Gt.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Gt.initLoginWithOAuth("discord")},linkGithub:async()=>{await Gt.initLoginWithOAuth("github")},linkApple:async()=>{await Gt.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(),p(null),l(!1),y(null),_(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new $;let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new $:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Wi(new Ue(new $));let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new Wi(new Ue(new $)):new Wi(new Ue(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new ct(new $);let c=f.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new ct(new $):new ct(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return p(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return p(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return p(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return p(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return p(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return p(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return p(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return p(d),d},setActiveWallet:async c=>{let d=f.find(x=>pn(x.address)===pn(c)),g=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&pn(x.address)===pn(c));if(!d||!await d.isConnected())L(c),bo();else if(!d.linked)d.loginOrLink();else{let x=Object.assign({},s);x.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},p(x)}},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(z(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}F(!0),q({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),ee("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((g,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!z(s)){x(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){x(new Error("Message must be a non-empty string"));return}F(!0);let hn={message:c,onSuccess:g,onFailure:x,uiOptions:d||{}},fn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:x};q({signMessage:hn,connectWallet:fn}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(g,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!z(s)){x(new Error("Must have a Privy wallet before signing"));return}F(!0);let hn={transactionRequest:c,onSuccess:g,onFailure:x,uiOptions:d||{}},fn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:x};q({connectWallet:fn,sendTransaction:hn}),ee("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(!z(s)){d(new Error("Must have a Privy wallet before exporting"));return}F(!0);let x={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},er={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};q({keyExport:er,connectWallet:x}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Rc=mn.signMessage,Wc=mn.sendTransaction;let Gt=(()=>({isLinking:I,linkingHint:S,walletConnectionStatus:A,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,w)),t.authFlow=void 0,L(null),y(null),_(!1),v(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:Oe,initLoginWithWallet:te,loginWithWallet:async()=>{if(!(t.authFlow instanceof Ct))throw new T("Must initialize SIWE flow first.");let c,d;I?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),v(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new it(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof it))throw new T("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c),v(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 T("Must initialize a passwordless code flow first");let d,g;I?d=await t.link():{user:d,isNewUser:g}=await t.authenticate(),p(d||s||null),v(g||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:W,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}if(!z(s)){g(new Error("Must have a Privy wallet in order to recover it"));return}F(!0),q({recoverWallet:{onCompleteNavigateTo:c,onFailure:g,onSuccess:d}}),ee("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Nc=nh(()=>({wallets:f}),[f]);return vo(Nn.Provider,{value:mn,children:kc(Ri.Provider,{value:Nc,children:[e.children,kc(In.Provider,{value:Gt,children:[vo(wc,{theme:{...X.appearance.palette||{}}}),vo(_a,{appConfig:X,data:U,setModalData:q,initialScreen:m,visible:o,authenticated:a,children:o&&vo(Tc,{})}),re&&vo(Sc,{appId:e.appId,origin:t.apiUrl,onLoad:pe,onLoadFailed:()=>null})]})]})})};export{Ue as AsExternalProvider,To as ConnectorManager,Po as PrivyClient,lh as PrivyProvider,$ as PrivyProxyProvider,yn as VERSION,ve as WalletConnector,xo as getAccessToken,D as usePrivy,rh as useWallets};
2189
+ `;import fo from"tinycolor2";var Pc="#FFFFFF",$1="#000000",q1=Pc,j1="#1E1E1D";function K1(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 Dt(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return fo({...e.toHsl(),l:o})}function _c({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Pc,blackHex:i=$1}){let a;switch(e){case"light":a=q1;break;case"dark":a=j1;break;default:a=e;break}let l=fo(a),s=fo(t),p=fo(o),f=fo(r),h=K1(l.getLuminance()),u=Dt(l,h==="light"?-.04:.11),w=Dt(l,h==="light"?-.88:.87),v=Dt(l,h==="light"?-.77:.75),m=Dt(l,h==="light"?-.43:.45).desaturate(h==="light"?60:20),g=Dt(l,h==="light"?-.13:.25).desaturate(h==="light"?60:20),I=Dt(s,.15),_=Dt(s,-.06),A=fo(s.getLuminance()>.5?i:n);return{colorScheme:h,background:l.toHslString(),background2:u.toHslString(),foreground:w.toHslString(),foreground2:v.toHslString(),foreground3:m.toHslString(),foreground4:g.toHslString(),accent:s.toHslString(),accentLight:I.toHslString(),accentDark:_.toHslString(),foregroundAccent:A.toHslString(),success:p.toHslString(),error:f.toHslString()}}var Ac={appearance:{theme:"light",accentColor:"#676FFF"}};function ki(e,t){var h,u,w,v,m,g,I,_;let o,r,n,i,a,l,s,p;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"),p=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,p=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,p].some(A=>A))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,p].some(A=>A))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:_c({backgroundTheme:((u=t==null?void 0:t.appearance)==null?void 0:u.theme)??Ac.appearance.theme,accentHex:((w=t==null?void 0:t.appearance)==null?void 0:w.accentColor)??e.accentColor??Ac.appearance.accentColor}),showWalletLoginFirst:((v=t==null?void 0:t.appearance)==null?void 0:v.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:p},legal:{termsAndConditionsUrl:((m=t==null?void 0:t.legal)==null?void 0:m.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((g=t==null?void 0:t.legal)==null?void 0:g.privacyPolicyUrl)??e.privacyPolicyUrl},render:{inDialog:((I=t==null?void 0:t._render)==null?void 0:I.inDialog)??!0,inParentNodeId:((_=t==null?void 0:t._render)==null?void 0:_.inParentNodeId)??null}}}import{useRef as Y1,useEffect as Z1}from"react";var dn=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 eh}from"react/jsx-runtime";var Q1=function(e){return()=>`id-${e++}`}(0);function J1(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Ko(e){return e.error!==void 0}var yo=new dn;function Yo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=Q1();yo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function X1(e){switch(e.event){case"privy:iframe:ready":let t=yo.dequeue(e.event,e.id);return Ko(e)?t.reject(new gt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=yo.dequeue(e.event,e.id);return Ko(e)?o.reject(new gt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=yo.dequeue(e.event,e.id);return Ko(e)?r.reject(new gt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=yo.dequeue(e.event,e.id);return Ko(e)?n.reject(new gt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=yo.dequeue(e.event,e.id);return Ko(e)?i.reject(new gt(e.error.type,e.error.message)):i.resolve(e.data)}}function Sc(e){let t=Y1(null);return Z1(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&J1(l.data)&&X1(l.data)}let n={create(l){return Yo("privy:wallet:create",l,o)},connect(l){return Yo("privy:wallet:connect",l,o)},recover(l){return Yo("privy:wallet:recover",l,o)},rpc(l){return Yo("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 aa(()=>Yo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),eh("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:rr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as th,useContext as oh}from"react";var Ri=th({wallets:[]});function rh(){return oh(Ri)}import{jsx as go,jsxs as kc}from"react/jsx-runtime";function ah(e){return typeof e=="string"&&e.length===25}var Zo;function xo(){if(!Zo){let e=B.get(Ht);return Promise.resolve(e||null)}return Zo.getAccessToken()}var Rc,ba=(e,t)=>Rc(e,t),Wc,wa=(e,t)=>Wc(e,t),sh=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;B.put(wo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},lh=e=>{if(!ah(e.appId))throw new T("Cannot initialize the Privy provider with an invalid Privy app ID");return Zo||(Zo=new Po({appId:e.appId,apiUrl:e.apiUrl||tr})),go(ch,{...e,client:Zo})},ch=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,l]=de(!1),[s,p]=de(null),[f,h]=de([]),u=ih(f),[w,v]=de(!1),[m,g]=de(null),[I,_]=de(!1),[A,N]=de({status:"disconnected",connectError:null,connector:null,connectRetry:C}),[S,L]=de(null),[W,pe]=de(null),[H,ie]=de({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[X,G]=de(ki(H,e.config)),[re,F]=de(!0),[U,q]=de({}),[Ee,bt]=de(null),ee=c=>{c&&g(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},Me=c=>{let d=e.createPrivyWalletOnLogin===!0;q({login:{promptCreatePrivyWalletFlow:d}}),d&&F(!0),ee(c)};Ut(()=>{if(!W||!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(W,d)}},[W,s]),Ut(()=>{async function c(){let d=await t.getServerConfig();ie(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let y=ue();sh();let x=await t.getAuthenticatedUser();l(!!x),p(x),i(!0),Ee==null||Ee(),y&&x&&_(!0),Qo()}c()},[t,Ee,n]),Ut(()=>{let c=ki(H,e.config);G(c)},[e.config,H]);let ue=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),y=c.get("privy_oauth_state"),x=c.get("privy_oauth_provider");return d&&y&&x?(t.startAuthFlow(new it(x,d,y)),Me("AWAITING_OAUTH_SCREEN"),!0):!1},Oe=async(c,d,y)=>{let x=t.connectors.createWalletConnector(c,d);vo(x,y)};async function vo(c,d){if(!c)return N({status:"disconnected",connectError:new V("Unable to connect to wallet."),connector:null,connectRetry:C}),d==null?void 0:d(null);N({connector:c,status:"connecting",connectError:null,connectRetry:()=>vo(c,d)});try{let y=await c.connect({showPrompt:!0});return N(x=>({...x,status:"connected",connectError:null,connectRetry:C})),d==null?void 0:d(y)}catch(y){return y instanceof ke?console.error(y.cause?y.cause:y.message):console.error(y),N(x=>({...x,status:"disconnected",connectError:y})),d==null?void 0:d(null)}}let Bt=c=>{if(c===null)throw new T("Error connecting to wallet.");t.startAuthFlow(new Ct(c))},Qo=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),y=c.get("privy_wallet_client");if(!d||!y)return;if(y==="phantom"&&!We()&&Me("LOGIN_FAILED_SCREEN"),!t.connectors)throw new T("Connector not initialized");ee("AWAITING_CONNECTION");let x=new URL(window.location.href);x.searchParams.delete("privy_connector"),x.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",x),Oe(d,y,Bt)};Ut(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let bo=()=>{_(!0),ee("LINK_WALLET_SCREEN")},Jo=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},Xo=async c=>{if(!t.connectors)throw new T("Connector not initialized");_(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;N(y=>({...y,connector:d,status:"connected",connectError:null,connectRetry:C})),Bt(c),Me("AWAITING_CONNECTION")},te=(c,d)=>{if(!t.connectors)throw new T("Connector not initialized");_(!!a),Oe(c,d,Bt)},un=()=>{h(c=>{let d=t.connectors.wallets.map(y=>({...y,linked:Jo(y),loginOrLink:async()=>{if(!await y.isConnected())throw new T("Wallet is not connected");if(y.connectorType==="embedded"&&y.walletClientType==="privy")throw new T("Cannot link or login with embedded wallet");Xo(y)},unlink:async()=>{if(!a)throw new T("User is not authenticated.");if(y.connectorType==="embedded"&&y.walletClientType==="privy")throw new T("Cannot unlink an embedded wallet");let x=await t.unlinkWallet(y.address);p(x)}}));return sr(c,d)?c:d})};Ut(()=>{un()},[s==null?void 0:s.linkedAccounts]),Ut(()=>{n&&(un(),t.connectors.on("walletsUpdated",un))},[n]);let Ic=()=>{ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Ut(()=>{if(!f[0])return;let c=f[0],d=u.current.find(x=>x.address===c.address),y=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&x.address===c.address);if(!d&&y){let x=Object.assign({},s);x.wallet=y&&{address:y.address,chainType:y.chainType,chainId:y.chainId,walletClient:y.walletClient},p(x)}u.current=f},[f]);let mn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:Ic,linkWallet:bo,linkEmail:()=>{_(!0),ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{_(!0),ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Ft.initLoginWithOAuth("google")},linkTwitter:async()=>{await Ft.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Ft.initLoginWithOAuth("discord")},linkGithub:async()=>{await Ft.initLoginWithOAuth("github")},linkApple:async()=>{await Ft.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(),p(null),l(!1),g(null),_(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new $;let c=f.find(y=>s.wallet&&y.address===s.wallet.address),d=t.connectors.walletConnectors.find(y=>y.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new $:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Wi(new Ue(new $));let c=f.find(y=>s.wallet&&y.address===s.wallet.address),d=t.connectors.walletConnectors.find(y=>y.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new Wi(new Ue(new $)):new Wi(new Ue(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new ct(new $);let c=f.find(y=>s.wallet&&y.address===s.wallet.address),d=t.connectors.walletConnectors.find(y=>y.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new ct(new $):new ct(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return p(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return p(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return p(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return p(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return p(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return p(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return p(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return p(d),d},setActiveWallet:async c=>{let d=f.find(x=>pn(x.address)===pn(c)),y=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&pn(x.address)===pn(c));if(!d||!await d.isConnected())L(c),bo();else if(!d.linked)d.loginOrLink();else{let x=Object.assign({},s);x.wallet=y&&{address:y.address,chainType:y.chainType,chainId:y.chainId,walletClient:y.walletClient},p(x)}},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(z(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}F(!0),q({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),ee("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((y,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!z(s)){x(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){x(new Error("Message must be a non-empty string"));return}F(!0);let hn={message:c,onSuccess:y,onFailure:x,uiOptions:d||{}},fn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:x};q({signMessage:hn,connectWallet:fn}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(y,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!z(s)){x(new Error("Must have a Privy wallet before signing"));return}F(!0);let hn={transactionRequest:c,onSuccess:y,onFailure:x,uiOptions:d||{}},fn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:x};q({connectWallet:fn,sendTransaction:hn}),ee("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(!z(s)){d(new Error("Must have a Privy wallet before exporting"));return}F(!0);let x={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},er={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};q({keyExport:er,connectWallet:x}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Rc=mn.signMessage,Wc=mn.sendTransaction;let Ft=(()=>({isLinking:I,linkingHint:S,walletConnectionStatus:A,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var y;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((y=e.onSuccess)==null||y.call(e,s,w)),t.authFlow=void 0,L(null),g(null),_(!1),v(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:Oe,initLoginWithWallet:te,loginWithWallet:async()=>{if(!(t.authFlow instanceof Ct))throw new T("Must initialize SIWE flow first.");let c,d;I?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),v(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new it(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof it))throw new T("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c),v(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 T("Must initialize a passwordless code flow first");let d,y;I?d=await t.link():{user:d,isNewUser:y}=await t.authenticate(),p(d||s||null),v(y||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:W,createAnalyticsEvent:(c,d,y)=>t.createAnalyticsEvent(c,d,y),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,y)=>{if(!a||!s){y(new Error("User must be authenticated before recovering the Privy wallet"));return}if(!z(s)){y(new Error("Must have a Privy wallet in order to recover it"));return}F(!0),q({recoverWallet:{onCompleteNavigateTo:c,onFailure:y,onSuccess:d}}),ee("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Nc=nh(()=>({wallets:f}),[f]);return go(Nn.Provider,{value:mn,children:kc(Ri.Provider,{value:Nc,children:[e.children,kc(In.Provider,{value:Ft,children:[go(wc,{theme:{...X.appearance.palette||{}}}),go(_a,{appConfig:X,data:U,setModalData:q,initialScreen:m,visible:o,authenticated:a,children:o&&go(Tc,{})}),re&&go(Sc,{appId:e.appId,origin:t.apiUrl,onLoad:pe,onLoadFailed:()=>null})]})]})})};export{Ue as AsExternalProvider,To as ConnectorManager,Po as PrivyClient,lh as PrivyProvider,$ as PrivyProxyProvider,yn as VERSION,ve as WalletConnector,xo as getAccessToken,D as usePrivy,rh as useWallets};