@privy-io/react-auth 1.63.0 → 1.64.0-beta-20240503221045

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
- var oc=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var ap=(e,t,r)=>(oc(e,t,"read from private field"),r?r.call(e):t.get(e)),_a=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},nc=(e,t,r,o)=>(oc(e,t,"write to private field"),o?o.call(e,r):t.set(e,r),r);var sp=(e,t,r)=>(oc(e,t,"access private method"),r);import{getAddress as tc}from"@ethersproject/address";import{Web3Provider as op}from"@ethersproject/providers";import{createStore as tE}from"mipd";import{useEffect as _r,useMemo as rE,useRef as vi,useState as Ve}from"react";import{FetchError as B1}from"ofetch";var Ue=class extends Error{constructor(r,o,n){super(r);o instanceof Error&&(this.cause=o),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},fr=class extends Ue{constructor(r,o,n,i,a){super(n,i,a);this.type=r;this.status=o}},E=class extends Ue{constructor(r,o,n){super(r,o,n);this.type="client_error"}},Aa=class extends E{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var ee=class extends Ue{constructor(r,o,n){super(r,o,n);this.type="connector_error"}},de=e=>{if(e instanceof Ue)return e;if(!(e instanceof B1))return pt(e);if(!e.response)return new fr("api_error",null,e.message,e);let{type:t,message:r,error:o,code:n}=e.data;return new fr(t||"ApiError",e.response.status,r||o,e,n)},pt=e=>e instanceof Ue?e:e instanceof Error?new E(e.message,e):new E(`Internal error: ${e}`);var uo=class extends E{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Et=class extends E{constructor(t="Embedded wallet error",r){super(t,r,"unknown_embedded_wallet_error")}},Ra=class extends E{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Ar=class extends E{constructor(t){super("This application is in development mode and must be upgraded to production to log in new users.",t,"max_accounts_reached")}};var Ia="/api/v1/sessions",Ma="/api/v1/sessions/logout",lp="/api/v1/sessions/fork",Wa="/api/v1/sessions/fork/recover",cp="/api/v1/siwe/init",dp="/api/v1/siwe/authenticate",pp="/api/v1/siwe/link",up="/api/v1/siwe/unlink",mp="/api/v1/farcaster/init",fp="/api/v1/farcaster/authenticate",hp="/api/v1/farcaster/link",yp="/api/v1/farcaster/status",gp="/api/v1/farcaster/unlink",vp="/api/v1/passwordless/init",Cp="/api/v1/passwordless/authenticate",wp="/api/v1/passwordless/link",bp="/api/v1/passwordless/unlink",Ep="/api/v1/passwordless/update",Tp="/api/v1/passwordless_sms/init",Pp="/api/v1/passwordless_sms/link",Sp="/api/v1/passwordless_sms/unlink",xp="/api/v1/passwordless_sms/authenticate",kp="/api/v1/oauth/init",_p="/api/v1/oauth/authenticate",Ap="/api/v1/oauth/link",Rp="/api/v1/oauth/unlink",Ip="/api/v1/recovery/oauth/init",Mp="/api/v1/recovery/oauth/authenticate",Wp="/api/v1/passkeys/link/init",Lp="/api/v1/passkeys/authenticate/init",Op="/api/v1/passkeys/link",Np="/api/v1/passkeys/authenticate",Dp="/api/v1/passkeys/unlink";var Fp="/api/v1/mfa/passwordless_sms/init",Up="/api/v1/mfa/passkeys/init",Bp="/api/v1/users/me/accept_terms",La="/api/v1/analytics_events",Hp="/api/v1/plugins/moonpay_on_ramp/sign",Gp="/api/v1/custom_jwt_account/authenticate";var gn=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");try{let t=await this.api.post(Gp,{token:this.meta.token});return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){throw new Error("Unimplemented")}};var mo=class{constructor(t,r){this.meta={email:t,captchaToken:r}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new E("Email and email code must be set prior to calling authenticate.");try{let t=await this.api.post(Cp,{email:this.meta.email,code:this.meta.emailCode});return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new E("Email and email code must be set prior to calling authenticate.");try{return await this.api.post(wp,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw de(t)}}async sendCodeEmail(t,r){if(!this.api)throw new E("Auth flow has no API instance");if(t&&(this.meta.email=t),r&&(this.meta.captchaToken=r),!this.meta.email)throw new E("Email must be set when initialzing authentication.");try{return await this.api.post(vp,{email:this.meta.email,token:this.meta.captchaToken})}catch(o){throw de(o)}}},Oa=class extends mo{constructor(r,o,n){super(o,n);this.meta={email:o,captchaToken:n,oldAddress:r}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new E("Email, email code, and an old email address must be set prior to calling update.");try{return await this.api.post(Ep,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(r){throw de(r)}}};import{isMobile as q1,isIOS as $1}from"react-device-detect";var ic=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,r){r!==void 0?this._cache[t]=r:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Na=class{get(t){let r=localStorage.getItem(t);return r===null?void 0:JSON.parse(r)}put(t,r){r!==void 0?localStorage.setItem(t,JSON.stringify(r)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function ac(){try{let e="privy:__session_storage__test",t="blobby",r=new Na;return r.put(e,t),r.del(e),!0}catch{return!1}}function H1(){return typeof window<"u"&&window.localStorage?new Na:new ic}var Y=H1();import{StaticJsonRpcProvider as Cn}from"@ethersproject/providers";function Vp(){let e=window,t=e.ethereum;if(!t)return[];let r=[];if(t.providers?.length)for(let o of t.providers)o&&r.push(o);return r.push(e.ethereum),r}var Da=e=>{if(e.isApexWallet)return"Apex Wallet";if(e.isAvalanche)return"Core Wallet";if(e.isBackpack)return"Backpack";if(e.isBifrost)return"Bifrost Wallet";if(e.isBitKeep)return"BitKeep";if(e.isBitski)return"Bitski";if(e.isBlockWallet)return"BlockWallet";if(e.isBraveWallet)return"Brave Wallet";if(e.isClover)return"Clover";if(e.isCoin98)return"Coin98 Wallet";if(e.isCoinbaseWallet)return"Coinbase Wallet";if(e.isDawn)return"Dawn Wallet";if(e.isDefiant)return"Defiant";if(e.isDesig)return"Desig Wallet";if(e.isEnkrypt)return"Enkrypt";if(e.isExodus)return"Exodus";if(e.isFordefi)return"Fordefi";if(e.isFrame)return"Frame";if(e.isFrontier)return"Frontier Wallet";if(e.isGamestop)return"GameStop Wallet";if(e.isHaqqWallet)return"HAQQ Wallet";if(e.isHyperPay)return"HyperPay Wallet";if(e.isImToken)return"ImToken";if(e.isHaloWallet)return"Halo Wallet";if(e.isKuCoinWallet)return"KuCoin Wallet";if(e.isMathWallet)return"MathWallet";if(e.isNovaWallet)return"Nova Wallet";if(e.isOkxWallet||e.isOKExWallet)return"OKX Wallet";if(e.isOneInchIOSWallet||e.isOneInchAndroidWallet)return"1inch Wallet";if(e.isOneKey)return"OneKey Wallet";if(e.isOpera)return"Opera";if(e.isPhantom)return"Phantom";if(e.isPortal)return"Ripio Portal";if(e.isRabby)return"Rabby Wallet";if(e.isRainbow)return"Rainbow";if(e.isSafePal)return"SafePal Wallet";if(e.isStatus)return"Status";if(e.isSubWallet)return"SubWallet";if(e.isTalisman)return"Talisman";if(e.isTally||e.isTaho)return"Taho";if(e.isTokenPocket)return"TokenPocket";if(e.isTokenary)return"Tokenary";if(e.isTrust||e.isTrustWallet)return"Trust Wallet";if(e.isTTWallet)return"TTWallet";if(e.isXDEFI)return"XDEFI Wallet";if(e.isZeal)return"Zeal";if(e.isZerion)return"Zerion";if(e.isMetaMask)return"MetaMask"};var sc=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Da(e)!=="MetaMask")return!1;if(e.providers){for(let r of e.providers)if(!sc(r))return!1}return!0},fo=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),zp=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var qp="1.63.0";var lc="4df5e2316331463a9130964bd6078dfa",cc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",$p="34357d3c125c2bcf2ce2bc3309d98715",Fa="https://auth.privy.io",Kp=2e4,Be=1400,jp=2500,dc=qp;var Uo="privy:token",pc="privy-token",Ua="privy:refresh_token",uc="privy-refresh-token",Ba="privy-session",Ei="privy:session_transfer_token",V1="privy:wallet",Ti="privy:caid",Bo="privy:state_code",Ho="privy:code_verifier",Go="privy:headless_oauth",Ha=e=>`${V1}:${e}`,mc="privy:connectors",fc="privy:connections";var Vo=12e4,Jr=1,hc="0x1",vn=3e4,Yp="https://api.moonpay.com/v1",Zp="https://api.moonpay.com/v1",Jp="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Qp="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Xp="0x420000000000000000000000000000000000000F",eu=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var tu=(e,t)=>{let r=[],o=[];for(let[n,i]of e.entries())n<t?r.push(i):o.push(i);return[r,o]},Ga=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,}))$/),ru=(e,t)=>{let r=e.slice(0),o=[];for(;r.length;)o.push(r.splice(0,t));return o},ho=(e,t=3,r=4)=>{if(!e)return"";let o=2,n=3;if(t+r+o+n>=e.length)return e;let i=e.slice(0,o+t),a=e.slice(e.length-r,e.length);return`${i}...${a}`},yc=e=>new Promise(t=>setTimeout(t,e));function ou(e,{interval:t=100,timeout:r=5e3}={}){return new Promise((o,n)=>{let i=0,a,l=()=>{if(i>=r){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){o(a);return}setTimeout(l,t)};l()})}var nu=(e,t={})=>{let r=t.delayMs||150,o=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<o;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await yc(r)}a||i(new Error("Exceeded max attempts before resolving function"))})},Va=(e,t,r={})=>{let o=new URL(t,e);for(let[n,i]of Object.entries(r))o.searchParams.set(n,i);return o.href};var iu=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),zo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function au(e,t,r=3e3){let o=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},r));function a(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Vp()){let u=Da(c);if(!l.some(f=>f.info.name===u)){if(sc(c,!0)&&!s.find(f=>f.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(f=>f.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}if(u==="Coinbase Wallet"&&!s.find(f=>f.type==="coinbase_wallet")){s.push({type:"coinbase_wallet",legacyInjectedProvider:c});continue}s.find(f=>f.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function wn(e){return`eip155:${String(Number(e))}`}var za=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ee(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0])a=i.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[n])a=r.rpcUrls[n];else if(i.rpcUrls.privy?.http[0]){let l=new URL(i.rpcUrls.privy.http[0]);l.searchParams.append("privyAppId",o),a=l.toString()}else i.rpcUrls.infura?.http[0]?a=i.rpcUrls.infura.http[0]+"/"+lc:i.rpcUrls.blast?.http[0]?a=i.rpcUrls.blast.http[0]+"/"+cc:a=i.rpcUrls.default?.http[0];if(!a)throw new ee(`No RPC url found for ${e}`);return a},su=(e,t)=>{let r=Number(e),o=t.find(n=>n.id===r);if(!o)throw new ee(`Unsupported chainId ${e}`,4901);return o.blockExplorers?.default.url},Qr=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ee(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0]?a=new Cn(i.rpcUrls.privyWalletOverride.http[0]):r.rpcUrls&&r.rpcUrls[n]?a=new Cn(r.rpcUrls[n]):i.rpcUrls.privy?.http[0]?a=new Cn({url:i.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}):i.rpcUrls.infura?.http[0]?a=new Cn(i.rpcUrls.infura.http[0]+"/"+lc):i.rpcUrls.blast?.http[0]?a=new Cn(i.rpcUrls.blast.http[0]+"/"+cc):a=new Cn(i.rpcUrls.default?.http[0]),!a)throw new ee(`No RPC url found for ${e}`);return a},qa=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},r=e.types.EIP712Domain??Object.entries(e.domain).map(([o,n])=>{if(n!=null&&typeof o=="string"&&o in t)return{name:o,type:t[o]}}).filter(o=>o!==void 0);return{...e,types:{...e.types,EIP712Domain:r}}};var $a=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[r,o]of Object.entries(Ka))if(t.includes(o.hostname))return{walletClientType:r,entry:o}};var Ka={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask://",universal:"https://metamask.app.link"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},safe:{id:"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f",displayName:"Safe",hostname:"safe.global",mobile:{universal:"https://app.safe.global/"}},rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",hostname:"rainbow.me",mobile:{native:"rainbow://",universal:"https://rnbwapp.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app",native:"uniswap://"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",hostname:"zerion.io",mobile:{native:"zerion://",universal:"https://wallet.zerion.io"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},cryptocom:{id:"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",displayName:"Crypto.com",hostname:"crypto.com",mobile:{universal:"https://wallet.crypto.com",native:"dfw://"}},blockchain:{id:"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04",displayName:"Blockchain",hostname:"www.blockchain.com",mobile:{universal:"https://www.blockchain.com"}},safepal:{id:"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",displayName:"SafePal",hostname:"safepal.com",mobile:{universal:"https://link.safepal.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},zengo:{id:"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0",displayName:"ZenGo",hostname:"zengo.com",mobile:{universal:"https://get.zengo.com/"}},"1inch":{id:"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576",displayName:"1inch",hostname:"wallet.1inch.io",mobile:{universal:"https://wallet.1inch.io/wc/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}},exodus:{id:"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4",displayName:"Exodus",hostname:"exodus.com",mobile:{universal:"https://exodus.com/m"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},keyring_pro:{id:"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83",displayName:"KEYRING PRO",hostname:"keyring.app",mobile:{universal:"https://keyring.app/"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},unstoppable:{id:"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3",displayName:"Unstoppable",hostname:"unstoppabledomains.com",mobile:{universal:"https://unstoppabledomains.com/mobile"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},internet_money_wallet:{id:"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd",displayName:"Internet Money Wallet",hostname:"internetmoney.io",mobile:{universal:"https://internetmoney.io"}},coin98:{id:"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01",displayName:"Coin98",hostname:"coin98.com",mobile:{universal:"https://coin98.services"}},abc_wallet:{id:"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f",displayName:"ABC Wallet",hostname:"myabcwallet.io",mobile:{universal:"https://abcwalletconnect.page.link"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},haha:{id:"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3",displayName:"HaHa",hostname:"www.haha.me",mobile:{universal:"https://haha.me"}},cling_wallet:{id:"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef",displayName:"Cling Wallet",hostname:"clingon.io",mobile:{universal:"https://cling.carrieverse.com/apple-app-site-association"}},broearn:{id:"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2",displayName:"Broearn",hostname:"www.broearn.com",mobile:{universal:"https://www.broearn.com/link/wallet/"}},copiosa:{id:"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80",displayName:"Copiosa",hostname:"copiosa.io",mobile:{universal:"https://copiosa.io/action/"}},burrito_wallet:{id:"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819",displayName:"Burrito Wallet",hostname:"burritowallet.com",mobile:{universal:"https://burritowallet.com/wc?uri="}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},plasma_wallet:{id:"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e",displayName:"Plasma Wallet",hostname:"plasma-wallet.com",mobile:{universal:"https://plasma-wallet.com"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bee:{id:"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715",displayName:"Bee",hostname:"www.beewallet.app",mobile:{universal:"https://beewallet.app/wc"}},pitaka:{id:"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc",displayName:"Pitaka",hostname:"pitaka.io",mobile:{universal:"https://app.pitaka.io"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},minerva:{id:"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd",displayName:"Minerva",hostname:"minerva.digital",mobile:{universal:"https://minerva.digital"}},kryptogo:{id:"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b",displayName:"KryptoGO",hostname:"kryptogo.com",mobile:{universal:"https://kryptogo.page.link"}},prema:{id:"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b",displayName:"PREMA",hostname:"premanft.com",mobile:{universal:"https://premanft.com"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},kriptonio:{id:"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b",displayName:"Kriptonio",hostname:"kriptonio.com",mobile:{universal:"https://app.kriptonio.com/mobile"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},okx_wallet:{id:"971e689d0a5be527bac79629b4ee9b925e82208e5168b733496a09c0faed0709",displayName:"OKX Wallet",hostname:"okx.com",mobile:{native:"okex://main"}}};function z1(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}function lu(e,t){let r=z1(t);if(r.deepLink)return mu(r.deepLink,e);if(r.universalLink)return fu(r.universalLink,e);throw new E(`Unsupported wallet ${t.id}`)}var cu="WALLETCONNECT_DEEPLINK_CHOICE";function du(){try{localStorage.removeItem(cu)}catch{}}function pu({href:e,name:t}){try{localStorage.setItem(cu,JSON.stringify({href:e,name:t}))}catch{}}function uu(e){return e.startsWith("http://")||e.startsWith("https://")}function mu(e,t){if(uu(e))return fu(e,t);let r=e;r.includes("://")||(r=e.replaceAll("/","").replaceAll(":",""),r=`${r}://`),r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function fu(e,t){if(!uu(e))return mu(e,t);let r=e;r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function ja(e,t){window.open(e,t,"noreferrer noopener")}var Oe=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var Pi=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Oe(this._startChannelOnce.bind(this)),this.pollForReady=new Oe(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.channelToken)throw new E("Auth flow must be initialized first");try{let t=await this.api.post(fp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new E("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");try{return await this.api.post(hp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw de(t)}}async _startChannelOnce(){if(!this.api)throw new E("Auth flow has no API instance");let t=await this.api.post(mp,{token:this.captchaToken});q1&&!$1&&t.connect_uri&&ja(t.connect_uri,"_blank"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new E("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.channelToken)throw new E("Auth flow must be initialized first");let t=await this.api.get(yp,{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as gu}from"jose";async function hu(e){let t=new TextEncoder().encode(e),r=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(r)}function yu(e){return crypto.getRandomValues(new Uint8Array(e))}var K1="S256",j1="S256";function Si(){return gu.encode(yu(36))}function Ya(){return Si()}async function Za(e,t=K1){if(t==j1){let r=await hu(e);return gu.encode(r)}else return e}function vu(){let e=Y.get(Ho);if(!e)throw new E("Authentication error.");return e}function Ja(){return!!Y.get(Go)}var Rr=class{constructor(t){let r=typeof t.headless=="boolean"?t.headless:Ja();this.meta={...t,headless:r}}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new E("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new E("User denied confirmation during OAuth flow");let t=vu();try{let r=await this.api.post(_p,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Y.del(Ho),this.meta.headless&&Y.del(Go),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user,oauth_provider_tokens:r.oauth_provider_tokens}}catch(r){let o=de(r);throw o.privyErrorCode?new E(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new E("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new E("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new E("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new E("User denied confirmation during OAuth flow");let t=Y.get(Ho);if(!t)throw new E("Authentication error.");try{let r=await this.api.post(Ap,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Y.del(Ho),r}catch(r){throw de(r)}}async getAuthorizationUrl(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.provider)throw new E("Provider must be set when initializing OAuth authentication.");let t=Si();Y.put(Ho,t);let r=Ya();Y.put(Bo,r);let o=await Za(t);this.meta.headless&&Y.put(Go,!0);try{return await this.api.post(kp,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:o,state_code:r})}catch(n){throw de(n)}}};function gc(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{jsx as Cu,jsxs as Y1}from"react/jsx-runtime";var Qa=({style:e,...t})=>Y1("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[Cu("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),Cu("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as xi,jsxs as Z1}from"react/jsx-runtime";var Xa=({style:e,...t})=>Z1("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[xi("g",{clipPath:"url(#clip0)",children:xi("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),xi("defs",{children:xi("clipPath",{id:"clip0",children:xi("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as wu}from"react/jsx-runtime";var es=({style:e,...t})=>wu("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:wu("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as ts,jsxs as J1}from"react/jsx-runtime";var rs=({style:e,...t})=>J1("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[ts("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),ts("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),ts("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),ts("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as os}from"react/jsx-runtime";function ns({style:e,...t}){return os("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0,0,256,256",style:{height:"26px",width:"26px",...e},...t,children:os("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:os("g",{transform:"scale(5.12,5.12)",children:os("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as bu,jsxs as Q1}from"react/jsx-runtime";function is(e){return Q1("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[bu("path",{fill:"#1ed760",d:"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8Z"}),bu("path",{d:"M406.6 231.1c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3zm-31 76.2c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm-26.9 65.6c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4z"})]})}import{jsx as vc,jsxs as X1}from"react/jsx-runtime";function as(e){return X1("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[vc("path",{fill:"#26f4ee",d:"M204958 0c5369 45832 32829 78170 77253 81022v43471l-287 27V87593c-44424-2850-69965-30183-75333-76015l-47060-1v192819c6791 86790-60835 89368-86703 56462 30342 18977 79608 6642 73766-68039V0h58365zM78515 319644c-26591-5471-50770-21358-64969-44588-34496-56437-3401-148418 96651-157884v54345l-164 27v-40773C17274 145544 7961 245185 33650 286633c9906 15984 26169 27227 44864 33011z"}),vc("path",{fill:"#fb2c53",d:"M218434 11587c3505 29920 15609 55386 35948 70259-27522-10602-43651-34934-47791-70262l11843 3zm63489 82463c3786 804 7734 1348 11844 1611v51530c-25770 2537-48321-5946-74600-21749l4034 88251c0 28460 106 41467-15166 67648-34260 58734-95927 63376-137628 35401 54529 22502 137077-4810 136916-103049v-96320c26279 15803 48830 24286 74600 21748V94050zm-171890 37247c5390-1122 11048-1985 16998-2548v54345c-21666 3569-35427 10222-41862 22528-20267 38754 5827 69491 35017 74111-33931 5638-73721-28750-49999-74111 6434-12304 18180-18959 39846-22528v-51797zm64479-119719h1808-1808z"}),vc("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as Eu}from"react/jsx-runtime";var ss=({style:e,...t})=>Eu("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",width:"24px",...e},...t,children:Eu("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});var e2={google:{name:"Google",component:rs},discord:{name:"Discord",component:Xa},github:{name:"Github",component:es},linkedin:{name:"LinkedIn",component:ns},twitter:{name:"Twitter",component:ss},spotify:{name:"Spotify",component:is},tiktok:{name:"Tiktok",component:as},apple:{name:"Apple",component:Qa}},ki=e=>e2[e];function Tu(e,t){let r={detail:"",retryable:!1},o=gc(t);if(e?.privyErrorCode==="linked_to_another_user"&&(r.detail="This account has already been linked to another user."),e?.privyErrorCode==="invalid_credentials"&&(r.retryable=!0,r.detail="Something went wrong. Try again."),e.privyErrorCode==="oauth_user_denied"&&(r.detail=`Retry and check ${o} to finish connecting your account.`,r.retryable=!0),e?.privyErrorCode==="too_many_requests"&&(r.detail="Too many requests. Please wait before trying again."),e?.privyErrorCode==="too_many_requests"&&e.message.includes("provider rate limit")){let n=ki(t).name;r.detail=`Request limit reached for ${n}. Please wait a moment and try again.`}if(e?.privyErrorCode==="oauth_account_suspended"){let n=ki(t).name;r.detail=`Your ${n} account is suspended. Please try another login method.`}return r}function _i(){let e=new URLSearchParams(window.location.search),t=e.get("privy_oauth_code"),r=e.get("privy_oauth_state"),o=e.get("privy_oauth_provider");return!t||!r||!o?{inProgress:!1}:{inProgress:!0,authorizationCode:t,stateCode:r,provider:o,headless:Ja(),popupFlow:window.opener!==null}}function qo(){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"),Y.del(Bo),window.history.replaceState({},"",e)}var $o=class{constructor(t){this.initAuthenticateOnce=new Oe(this._initAuthenticateOnce.bind(this)),this.initLinkOnce=new Oe(this._initLinkOnce.bind(this)),this.meta={captchaToken:t}}async initAuthenticationFlow(){if(!this.api)throw new E("Auth flow has no API instance");this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute()}async initLinkFlow(){if(!this.api)throw new E("Auth flow has no API instance");this.meta.initLinkResponse=await this.initLinkOnce.execute()}async authenticate(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new E("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new E("WebAuthn is not supported in this browser");this.meta.initAuthenticateResponse||(this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute());try{let r=await t.startAuthentication(this._transformInitAuthenticateOptionsToCamelCase(this.meta.initAuthenticateResponse.options)),o=await this.api.post(Np,{relying_party:this.meta.initAuthenticateResponse.relying_party,challenge:this.meta.initAuthenticateResponse.options.challenge,authenticator_response:this._transformAuthenticationResponseToSnakeCase(r)});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(r){throw r.name==="NotAllowedError"?new E("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):de(r)}}async link(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new E("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new E("WebAuthn is not supported in this browser");this.meta.initLinkResponse||(this.meta.initLinkResponse=await this.initLinkOnce.execute());try{let r=this.meta.initLinkResponse.options,o=await t.startRegistration(this._transformInitLinkOptionsToCamelCase(r));return await this.api.post(Op,{relying_party:this.meta.initLinkResponse.relying_party,authenticator_response:this._transformRegistrationResponseToSnakeCase(o)})}catch(r){throw r.name==="NotAllowedError"?new E("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):de(r)}}async _initAuthenticateOnce(){if(!this.api)throw new E("Auth flow has no API instance");return await this.api.post(Lp,{token:this.meta.captchaToken})}async _initLinkOnce(){if(!this.api)throw new E("Auth flow has no API instance");return await this.api.post(Wp,{})}_transformInitLinkOptionsToCamelCase(t){return{rp:t.rp,user:{id:t.user.id,name:t.user.name,displayName:t.user.display_name},challenge:t.challenge,pubKeyCredParams:t.pub_key_cred_params.map(r=>({type:r.type,alg:r.alg})),timeout:t.timeout,excludeCredentials:t.exclude_credentials?.map(r=>({id:r.id,type:r.type,transports:r.transports})),authenticatorSelection:{authenticatorAttachment:t.authenticator_selection?.authenticator_attachment,requireResidentKey:t.authenticator_selection?.require_resident_key,residentKey:t.authenticator_selection?.resident_key,userVerification:t.authenticator_selection?.user_verification},attestation:t.attestation,extensions:{appid:t.extensions?.app_id,credProps:t.extensions?.cred_props?.rk,hmacCreateSecret:t.extensions?.hmac_create_secret}}}_transformRegistrationResponseToSnakeCase(t){return{id:t.id,raw_id:t.rawId,response:{client_data_json:t.response.clientDataJSON,attestation_object:t.response.attestationObject,authenticator_data:t.response.authenticatorData},authenticator_attachment:t.authenticatorAttachment,client_extension_results:{app_id:t.clientExtensionResults.appid,cred_props:t.clientExtensionResults.credProps,hmac_create_secret:t.clientExtensionResults.hmacCreateSecret},type:t.type}}_transformInitAuthenticateOptionsToCamelCase(t){return{challenge:t.challenge,allowCredentials:t.allow_credentials?.map(r=>({id:r.id,type:r.type,transports:r.transports}))||[],timeout:t.timeout,extensions:{appid:t.extensions?.app_id,credProps:t.extensions?.cred_props,hmacCreateSecret:t.extensions?.hmac_create_secret},userVerification:t.user_verification}}_transformAuthenticationResponseToSnakeCase(t){return{id:t.id,raw_id:t.rawId,response:{client_data_json:t.response.clientDataJSON,authenticator_data:t.response.authenticatorData,signature:t.response.signature,user_handle:t.response.userHandle},authenticator_attachment:t.authenticatorAttachment,client_extension_results:{app_id:t.clientExtensionResults.appid,cred_props:t.clientExtensionResults.credProps,hmac_create_secret:t.clientExtensionResults.hmacCreateSecret},type:t.type}}};var Ko=class{constructor(t,r){this.createSiweMessage=(t,r,o,n,i,a,l)=>`${o} wants you to sign in with your Ethereum account:
1
+ var oc=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var ap=(e,t,r)=>(oc(e,t,"read from private field"),r?r.call(e):t.get(e)),ka=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},nc=(e,t,r,o)=>(oc(e,t,"write to private field"),o?o.call(e,r):t.set(e,r),r);var sp=(e,t,r)=>(oc(e,t,"access private method"),r);import{getAddress as tc}from"@ethersproject/address";import{Web3Provider as op}from"@ethersproject/providers";import{createStore as tE}from"mipd";import{useEffect as kr,useMemo as rE,useRef as vi,useState as Ve}from"react";import{FetchError as B1}from"ofetch";var Fe=class extends Error{constructor(r,o,n){super(r);o instanceof Error&&(this.cause=o),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},fr=class extends Fe{constructor(r,o,n,i,a){super(n,i,a);this.type=r;this.status=o}},b=class extends Fe{constructor(r,o,n){super(r,o,n);this.type="client_error"}},Aa=class extends b{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var ee=class extends Fe{constructor(r,o,n){super(r,o,n);this.type="connector_error"}},de=e=>{if(e instanceof Fe)return e;if(!(e instanceof B1))return lt(e);if(!e.response)return new fr("api_error",null,e.message,e);let{type:t,message:r,error:o,code:n}=e.data;return new fr(t||"ApiError",e.response.status,r||o,e,n)},lt=e=>e instanceof Fe?e:e instanceof Error?new b(e.message,e):new b(`Internal error: ${e}`);var uo=class extends b{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},Ct=class extends b{constructor(t="Embedded wallet error",r){super(t,r,"unknown_embedded_wallet_error")}},Ra=class extends b{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Ar=class extends b{constructor(t){super("This application is in development mode and must be upgraded to production to log in new users.",t,"max_accounts_reached")}};var Ia="/api/v1/sessions",Ma="/api/v1/sessions/logout",lp="/api/v1/sessions/fork",Wa="/api/v1/sessions/fork/recover",cp="/api/v1/siwe/init",dp="/api/v1/siwe/authenticate",pp="/api/v1/siwe/link",up="/api/v1/siwe/unlink",mp="/api/v1/farcaster/init",fp="/api/v1/farcaster/authenticate",hp="/api/v1/farcaster/link",yp="/api/v1/farcaster/status",gp="/api/v1/farcaster/unlink",vp="/api/v1/passwordless/init",Cp="/api/v1/passwordless/authenticate",wp="/api/v1/passwordless/link",bp="/api/v1/passwordless/unlink",Ep="/api/v1/passwordless/update",Pp="/api/v1/passwordless_sms/init",Tp="/api/v1/passwordless_sms/link",Sp="/api/v1/passwordless_sms/unlink",xp="/api/v1/passwordless_sms/authenticate",_p="/api/v1/oauth/init",kp="/api/v1/oauth/authenticate",Ap="/api/v1/oauth/link",Rp="/api/v1/oauth/unlink",Ip="/api/v1/recovery/oauth/init",Mp="/api/v1/recovery/oauth/authenticate",Wp="/api/v1/passkeys/link/init",Lp="/api/v1/passkeys/authenticate/init",Op="/api/v1/passkeys/link",Np="/api/v1/passkeys/authenticate",Dp="/api/v1/passkeys/unlink";var Up="/api/v1/mfa/passwordless_sms/init",Fp="/api/v1/mfa/passkeys/init",Bp="/api/v1/users/me/accept_terms",La="/api/v1/analytics_events",Hp="/api/v1/plugins/moonpay_on_ramp/sign",Gp="/api/v1/custom_jwt_account/authenticate";var gn=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");try{let t=await this.api.post(Gp,{token:this.meta.token});return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){throw new Error("Unimplemented")}};var mo=class{constructor(t,r){this.meta={email:t,captchaToken:r}}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new b("Email and email code must be set prior to calling authenticate.");try{let t=await this.api.post(Cp,{email:this.meta.email,code:this.meta.emailCode});return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new b("Email and email code must be set prior to calling authenticate.");try{return await this.api.post(wp,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw de(t)}}async sendCodeEmail(t,r){if(!this.api)throw new b("Auth flow has no API instance");if(t&&(this.meta.email=t),r&&(this.meta.captchaToken=r),!this.meta.email)throw new b("Email must be set when initialzing authentication.");try{return await this.api.post(vp,{email:this.meta.email,token:this.meta.captchaToken})}catch(o){throw de(o)}}},Oa=class extends mo{constructor(r,o,n){super(o,n);this.meta={email:o,captchaToken:n,oldAddress:r}}async link(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new b("Email, email code, and an old email address must be set prior to calling update.");try{return await this.api.post(Ep,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(r){throw de(r)}}};import{isMobile as q1,isIOS as $1}from"react-device-detect";var ic=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,r){r!==void 0?this._cache[t]=r:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Na=class{get(t){let r=localStorage.getItem(t);return r===null?void 0:JSON.parse(r)}put(t,r){r!==void 0?localStorage.setItem(t,JSON.stringify(r)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function ac(){try{let e="privy:__session_storage__test",t="blobby",r=new Na;return r.put(e,t),r.del(e),!0}catch{return!1}}function H1(){return typeof window<"u"&&window.localStorage?new Na:new ic}var j=H1();import{StaticJsonRpcProvider as Cn}from"@ethersproject/providers";function Vp(){let e=window,t=e.ethereum;if(!t)return[];let r=[];if(t.providers?.length)for(let o of t.providers)o&&r.push(o);return r.push(e.ethereum),r}var Da=e=>{if(e.isApexWallet)return"Apex Wallet";if(e.isAvalanche)return"Core Wallet";if(e.isBackpack)return"Backpack";if(e.isBifrost)return"Bifrost Wallet";if(e.isBitKeep)return"BitKeep";if(e.isBitski)return"Bitski";if(e.isBlockWallet)return"BlockWallet";if(e.isBraveWallet)return"Brave Wallet";if(e.isClover)return"Clover";if(e.isCoin98)return"Coin98 Wallet";if(e.isCoinbaseWallet)return"Coinbase Wallet";if(e.isDawn)return"Dawn Wallet";if(e.isDefiant)return"Defiant";if(e.isDesig)return"Desig Wallet";if(e.isEnkrypt)return"Enkrypt";if(e.isExodus)return"Exodus";if(e.isFordefi)return"Fordefi";if(e.isFrame)return"Frame";if(e.isFrontier)return"Frontier Wallet";if(e.isGamestop)return"GameStop Wallet";if(e.isHaqqWallet)return"HAQQ Wallet";if(e.isHyperPay)return"HyperPay Wallet";if(e.isImToken)return"ImToken";if(e.isHaloWallet)return"Halo Wallet";if(e.isKuCoinWallet)return"KuCoin Wallet";if(e.isMathWallet)return"MathWallet";if(e.isNovaWallet)return"Nova Wallet";if(e.isOkxWallet||e.isOKExWallet)return"OKX Wallet";if(e.isOneInchIOSWallet||e.isOneInchAndroidWallet)return"1inch Wallet";if(e.isOneKey)return"OneKey Wallet";if(e.isOpera)return"Opera";if(e.isPhantom)return"Phantom";if(e.isPortal)return"Ripio Portal";if(e.isRabby)return"Rabby Wallet";if(e.isRainbow)return"Rainbow";if(e.isSafePal)return"SafePal Wallet";if(e.isStatus)return"Status";if(e.isSubWallet)return"SubWallet";if(e.isTalisman)return"Talisman";if(e.isTally||e.isTaho)return"Taho";if(e.isTokenPocket)return"TokenPocket";if(e.isTokenary)return"Tokenary";if(e.isTrust||e.isTrustWallet)return"Trust Wallet";if(e.isTTWallet)return"TTWallet";if(e.isXDEFI)return"XDEFI Wallet";if(e.isZeal)return"Zeal";if(e.isZerion)return"Zerion";if(e.isMetaMask)return"MetaMask"};var sc=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Da(e)!=="MetaMask")return!1;if(e.providers){for(let r of e.providers)if(!sc(r))return!1}return!0},fo=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),zp=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var qp="1.64.0-beta-20240503221045";var lc="4df5e2316331463a9130964bd6078dfa",cc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",$p="34357d3c125c2bcf2ce2bc3309d98715",Ua="https://auth.privy.io",Kp=2e4,Be=1400,jp=2500,dc=qp;var Fo="privy:token",pc="privy-token",Fa="privy:refresh_token",uc="privy-refresh-token",Ba="privy-session",Ei="privy:session_transfer_token",V1="privy:wallet",Pi="privy:caid",Bo="privy:state_code",Ho="privy:code_verifier",Go="privy:headless_oauth",Ha=e=>`${V1}:${e}`,mc="privy:connectors",fc="privy:connections";var Vo=12e4,Jr=1,hc="0x1",vn=3e4,Yp="https://api.moonpay.com/v1",Zp="https://api.moonpay.com/v1",Jp="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Qp="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Xp="0x420000000000000000000000000000000000000F",eu=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var tu=(e,t)=>{let r=[],o=[];for(let[n,i]of e.entries())n<t?r.push(i):o.push(i);return[r,o]},Ga=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,}))$/),ru=(e,t)=>{let r=e.slice(0),o=[];for(;r.length;)o.push(r.splice(0,t));return o},ho=(e,t=3,r=4)=>{if(!e)return"";let o=2,n=3;if(t+r+o+n>=e.length)return e;let i=e.slice(0,o+t),a=e.slice(e.length-r,e.length);return`${i}...${a}`},yc=e=>new Promise(t=>setTimeout(t,e));function ou(e,{interval:t=100,timeout:r=5e3}={}){return new Promise((o,n)=>{let i=0,a,l=()=>{if(i>=r){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){o(a);return}setTimeout(l,t)};l()})}var nu=(e,t={})=>{let r=t.delayMs||150,o=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<o;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await yc(r)}a||i(new Error("Exceeded max attempts before resolving function"))})},Va=(e,t,r={})=>{let o=new URL(t,e);for(let[n,i]of Object.entries(r))o.searchParams.set(n,i);return o.href};var iu=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),zo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function au(e,t,r=3e3){let o=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},r));function a(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Vp()){let u=Da(c);if(!l.some(m=>m.info.name===u)){if(sc(c,!0)&&!s.find(m=>m.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(m=>m.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}if(u==="Coinbase Wallet"&&!s.find(m=>m.type==="coinbase_wallet")){s.push({type:"coinbase_wallet",legacyInjectedProvider:c});continue}s.find(m=>m.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function wn(e){return`eip155:${String(Number(e))}`}var za=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ee(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0])a=i.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[n])a=r.rpcUrls[n];else if(i.rpcUrls.privy?.http[0]){let l=new URL(i.rpcUrls.privy.http[0]);l.searchParams.append("privyAppId",o),a=l.toString()}else i.rpcUrls.infura?.http[0]?a=i.rpcUrls.infura.http[0]+"/"+lc:i.rpcUrls.blast?.http[0]?a=i.rpcUrls.blast.http[0]+"/"+cc:a=i.rpcUrls.default?.http[0];if(!a)throw new ee(`No RPC url found for ${e}`);return a},su=(e,t)=>{let r=Number(e),o=t.find(n=>n.id===r);if(!o)throw new ee(`Unsupported chainId ${e}`,4901);return o.blockExplorers?.default.url},Qr=(e,t,r,o)=>{let n=Number(e),i=t.find(l=>l.id===n);if(!i)throw new ee(`Unsupported chainId ${e}`,4901);let a;if(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0]?a=new Cn(i.rpcUrls.privyWalletOverride.http[0]):r.rpcUrls&&r.rpcUrls[n]?a=new Cn(r.rpcUrls[n]):i.rpcUrls.privy?.http[0]?a=new Cn({url:i.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}):i.rpcUrls.infura?.http[0]?a=new Cn(i.rpcUrls.infura.http[0]+"/"+lc):i.rpcUrls.blast?.http[0]?a=new Cn(i.rpcUrls.blast.http[0]+"/"+cc):a=new Cn(i.rpcUrls.default?.http[0]),!a)throw new ee(`No RPC url found for ${e}`);return a},qa=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},r=e.types.EIP712Domain??Object.entries(e.domain).map(([o,n])=>{if(n!=null&&typeof o=="string"&&o in t)return{name:o,type:t[o]}}).filter(o=>o!==void 0);return{...e,types:{...e.types,EIP712Domain:r}}};var $a=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[r,o]of Object.entries(Ka))if(t.includes(o.hostname))return{walletClientType:r,entry:o}};var Ka={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask://",universal:"https://metamask.app.link"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},safe:{id:"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f",displayName:"Safe",hostname:"safe.global",mobile:{universal:"https://app.safe.global/"}},rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",hostname:"rainbow.me",mobile:{native:"rainbow://",universal:"https://rnbwapp.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app",native:"uniswap://"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",hostname:"zerion.io",mobile:{native:"zerion://",universal:"https://wallet.zerion.io"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},cryptocom:{id:"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",displayName:"Crypto.com",hostname:"crypto.com",mobile:{universal:"https://wallet.crypto.com",native:"dfw://"}},blockchain:{id:"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04",displayName:"Blockchain",hostname:"www.blockchain.com",mobile:{universal:"https://www.blockchain.com"}},safepal:{id:"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",displayName:"SafePal",hostname:"safepal.com",mobile:{universal:"https://link.safepal.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},zengo:{id:"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0",displayName:"ZenGo",hostname:"zengo.com",mobile:{universal:"https://get.zengo.com/"}},"1inch":{id:"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576",displayName:"1inch",hostname:"wallet.1inch.io",mobile:{universal:"https://wallet.1inch.io/wc/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}},exodus:{id:"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4",displayName:"Exodus",hostname:"exodus.com",mobile:{universal:"https://exodus.com/m"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},keyring_pro:{id:"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83",displayName:"KEYRING PRO",hostname:"keyring.app",mobile:{universal:"https://keyring.app/"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},unstoppable:{id:"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3",displayName:"Unstoppable",hostname:"unstoppabledomains.com",mobile:{universal:"https://unstoppabledomains.com/mobile"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},internet_money_wallet:{id:"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd",displayName:"Internet Money Wallet",hostname:"internetmoney.io",mobile:{universal:"https://internetmoney.io"}},coin98:{id:"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01",displayName:"Coin98",hostname:"coin98.com",mobile:{universal:"https://coin98.services"}},abc_wallet:{id:"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f",displayName:"ABC Wallet",hostname:"myabcwallet.io",mobile:{universal:"https://abcwalletconnect.page.link"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},haha:{id:"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3",displayName:"HaHa",hostname:"www.haha.me",mobile:{universal:"https://haha.me"}},cling_wallet:{id:"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef",displayName:"Cling Wallet",hostname:"clingon.io",mobile:{universal:"https://cling.carrieverse.com/apple-app-site-association"}},broearn:{id:"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2",displayName:"Broearn",hostname:"www.broearn.com",mobile:{universal:"https://www.broearn.com/link/wallet/"}},copiosa:{id:"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80",displayName:"Copiosa",hostname:"copiosa.io",mobile:{universal:"https://copiosa.io/action/"}},burrito_wallet:{id:"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819",displayName:"Burrito Wallet",hostname:"burritowallet.com",mobile:{universal:"https://burritowallet.com/wc?uri="}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},plasma_wallet:{id:"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e",displayName:"Plasma Wallet",hostname:"plasma-wallet.com",mobile:{universal:"https://plasma-wallet.com"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bee:{id:"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715",displayName:"Bee",hostname:"www.beewallet.app",mobile:{universal:"https://beewallet.app/wc"}},pitaka:{id:"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc",displayName:"Pitaka",hostname:"pitaka.io",mobile:{universal:"https://app.pitaka.io"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},minerva:{id:"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd",displayName:"Minerva",hostname:"minerva.digital",mobile:{universal:"https://minerva.digital"}},kryptogo:{id:"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b",displayName:"KryptoGO",hostname:"kryptogo.com",mobile:{universal:"https://kryptogo.page.link"}},prema:{id:"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b",displayName:"PREMA",hostname:"premanft.com",mobile:{universal:"https://premanft.com"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},kriptonio:{id:"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b",displayName:"Kriptonio",hostname:"kriptonio.com",mobile:{universal:"https://app.kriptonio.com/mobile"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},okx_wallet:{id:"971e689d0a5be527bac79629b4ee9b925e82208e5168b733496a09c0faed0709",displayName:"OKX Wallet",hostname:"okx.com",mobile:{native:"okex://main"}}};function z1(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}function lu(e,t){let r=z1(t);if(r.deepLink)return mu(r.deepLink,e);if(r.universalLink)return fu(r.universalLink,e);throw new b(`Unsupported wallet ${t.id}`)}var cu="WALLETCONNECT_DEEPLINK_CHOICE";function du(){try{localStorage.removeItem(cu)}catch{}}function pu({href:e,name:t}){try{localStorage.setItem(cu,JSON.stringify({href:e,name:t}))}catch{}}function uu(e){return e.startsWith("http://")||e.startsWith("https://")}function mu(e,t){if(uu(e))return fu(e,t);let r=e;r.includes("://")||(r=e.replaceAll("/","").replaceAll(":",""),r=`${r}://`),r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function fu(e,t){if(!uu(e))return mu(e,t);let r=e;r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function ja(e,t){window.open(e,t,"noreferrer noopener")}var Le=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var Ti=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Le(this._startChannelOnce.bind(this)),this.pollForReady=new Le(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.channelToken)throw new b("Auth flow must be initialized first");try{let t=await this.api.post(fp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new b("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");try{return await this.api.post(hp,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw de(t)}}async _startChannelOnce(){if(!this.api)throw new b("Auth flow has no API instance");let t=await this.api.post(mp,{token:this.captchaToken});q1&&!$1&&t.connect_uri&&ja(t.connect_uri,"_blank"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new b("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.channelToken)throw new b("Auth flow must be initialized first");let t=await this.api.get(yp,{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as gu}from"jose";async function hu(e){let t=new TextEncoder().encode(e),r=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(r)}function yu(e){return crypto.getRandomValues(new Uint8Array(e))}var K1="S256",j1="S256";function Si(){return gu.encode(yu(36))}function Ya(){return Si()}async function Za(e,t=K1){if(t==j1){let r=await hu(e);return gu.encode(r)}else return e}function vu(){let e=j.get(Ho);if(!e)throw new b("Authentication error.");return e}function Ja(){return!!j.get(Go)}var Rr=class{constructor(t){let r=typeof t.headless=="boolean"?t.headless:Ja();this.meta={...t,headless:r}}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new b("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new b("User denied confirmation during OAuth flow");let t=vu();try{let r=await this.api.post(kp,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return j.del(Ho),this.meta.headless&&j.del(Go),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user,oauth_provider_tokens:r.oauth_provider_tokens}}catch(r){let o=de(r);throw o.privyErrorCode?new b(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new b("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new b("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new b("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new b("User denied confirmation during OAuth flow");let t=j.get(Ho);if(!t)throw new b("Authentication error.");try{let r=await this.api.post(Ap,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return j.del(Ho),r}catch(r){throw de(r)}}async getAuthorizationUrl(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.provider)throw new b("Provider must be set when initializing OAuth authentication.");let t=Si();j.put(Ho,t);let r=Ya();j.put(Bo,r);let o=await Za(t);this.meta.headless&&j.put(Go,!0);try{return await this.api.post(_p,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:o,state_code:r})}catch(n){throw de(n)}}};function gc(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{jsx as Cu,jsxs as Y1}from"react/jsx-runtime";var Qa=({style:e,...t})=>Y1("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[Cu("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),Cu("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as xi,jsxs as Z1}from"react/jsx-runtime";var Xa=({style:e,...t})=>Z1("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[xi("g",{clipPath:"url(#clip0)",children:xi("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:"#5865F2"})}),xi("defs",{children:xi("clipPath",{id:"clip0",children:xi("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as wu}from"react/jsx-runtime";var es=({style:e,...t})=>wu("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:wu("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as ts,jsxs as J1}from"react/jsx-runtime";var rs=({style:e,...t})=>J1("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[ts("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),ts("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),ts("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),ts("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as os}from"react/jsx-runtime";function ns({style:e,...t}){return os("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0,0,256,256",style:{height:"26px",width:"26px",...e},...t,children:os("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:os("g",{transform:"scale(5.12,5.12)",children:os("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as bu,jsxs as Q1}from"react/jsx-runtime";function is(e){return Q1("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[bu("path",{fill:"#1ed760",d:"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8Z"}),bu("path",{d:"M406.6 231.1c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3zm-31 76.2c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm-26.9 65.6c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4z"})]})}import{jsx as vc,jsxs as X1}from"react/jsx-runtime";function as(e){return X1("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[vc("path",{fill:"#26f4ee",d:"M204958 0c5369 45832 32829 78170 77253 81022v43471l-287 27V87593c-44424-2850-69965-30183-75333-76015l-47060-1v192819c6791 86790-60835 89368-86703 56462 30342 18977 79608 6642 73766-68039V0h58365zM78515 319644c-26591-5471-50770-21358-64969-44588-34496-56437-3401-148418 96651-157884v54345l-164 27v-40773C17274 145544 7961 245185 33650 286633c9906 15984 26169 27227 44864 33011z"}),vc("path",{fill:"#fb2c53",d:"M218434 11587c3505 29920 15609 55386 35948 70259-27522-10602-43651-34934-47791-70262l11843 3zm63489 82463c3786 804 7734 1348 11844 1611v51530c-25770 2537-48321-5946-74600-21749l4034 88251c0 28460 106 41467-15166 67648-34260 58734-95927 63376-137628 35401 54529 22502 137077-4810 136916-103049v-96320c26279 15803 48830 24286 74600 21748V94050zm-171890 37247c5390-1122 11048-1985 16998-2548v54345c-21666 3569-35427 10222-41862 22528-20267 38754 5827 69491 35017 74111-33931 5638-73721-28750-49999-74111 6434-12304 18180-18959 39846-22528v-51797zm64479-119719h1808-1808z"}),vc("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as Eu}from"react/jsx-runtime";var ss=({style:e,...t})=>Eu("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",width:"24px",...e},...t,children:Eu("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});var e2={google:{name:"Google",component:rs},discord:{name:"Discord",component:Xa},github:{name:"Github",component:es},linkedin:{name:"LinkedIn",component:ns},twitter:{name:"Twitter",component:ss},spotify:{name:"Spotify",component:is},tiktok:{name:"Tiktok",component:as},apple:{name:"Apple",component:Qa}},_i=e=>e2[e];function Pu(e,t){let r={detail:"",retryable:!1},o=gc(t);if(e?.privyErrorCode==="linked_to_another_user"&&(r.detail="This account has already been linked to another user."),e?.privyErrorCode==="invalid_credentials"&&(r.retryable=!0,r.detail="Something went wrong. Try again."),e.privyErrorCode==="oauth_user_denied"&&(r.detail=`Retry and check ${o} to finish connecting your account.`,r.retryable=!0),e?.privyErrorCode==="too_many_requests"&&(r.detail="Too many requests. Please wait before trying again."),e?.privyErrorCode==="too_many_requests"&&e.message.includes("provider rate limit")){let n=_i(t).name;r.detail=`Request limit reached for ${n}. Please wait a moment and try again.`}if(e?.privyErrorCode==="oauth_account_suspended"){let n=_i(t).name;r.detail=`Your ${n} account is suspended. Please try another login method.`}return r}function ki(){let e=new URLSearchParams(window.location.search),t=e.get("privy_oauth_code"),r=e.get("privy_oauth_state"),o=e.get("privy_oauth_provider");return!t||!r||!o?{inProgress:!1}:{inProgress:!0,authorizationCode:t,stateCode:r,provider:o,headless:Ja(),popupFlow:window.opener!==null}}function qo(){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"),j.del(Bo),window.history.replaceState({},"",e)}var $o=class{constructor(t){this.initAuthenticateOnce=new Le(this._initAuthenticateOnce.bind(this)),this.initLinkOnce=new Le(this._initLinkOnce.bind(this)),this.meta={captchaToken:t}}async initAuthenticationFlow(){if(!this.api)throw new b("Auth flow has no API instance");this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute()}async initLinkFlow(){if(!this.api)throw new b("Auth flow has no API instance");this.meta.initLinkResponse=await this.initLinkOnce.execute()}async authenticate(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new b("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new b("WebAuthn is not supported in this browser");this.meta.initAuthenticateResponse||(this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute());try{let r=await t.startAuthentication(this._transformInitAuthenticateOptionsToCamelCase(this.meta.initAuthenticateResponse.options)),o=await this.api.post(Np,{relying_party:this.meta.initAuthenticateResponse.relying_party,challenge:this.meta.initAuthenticateResponse.options.challenge,authenticator_response:this._transformAuthenticationResponseToSnakeCase(r)});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(r){throw r.name==="NotAllowedError"?new b("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):de(r)}}async link(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new b("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new b("WebAuthn is not supported in this browser");this.meta.initLinkResponse||(this.meta.initLinkResponse=await this.initLinkOnce.execute());try{let r=this.meta.initLinkResponse.options,o=await t.startRegistration(this._transformInitLinkOptionsToCamelCase(r));return await this.api.post(Op,{relying_party:this.meta.initLinkResponse.relying_party,authenticator_response:this._transformRegistrationResponseToSnakeCase(o)})}catch(r){throw r.name==="NotAllowedError"?new b("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):de(r)}}async _initAuthenticateOnce(){if(!this.api)throw new b("Auth flow has no API instance");return await this.api.post(Lp,{token:this.meta.captchaToken})}async _initLinkOnce(){if(!this.api)throw new b("Auth flow has no API instance");return await this.api.post(Wp,{})}_transformInitLinkOptionsToCamelCase(t){return{rp:t.rp,user:{id:t.user.id,name:t.user.name,displayName:t.user.display_name},challenge:t.challenge,pubKeyCredParams:t.pub_key_cred_params.map(r=>({type:r.type,alg:r.alg})),timeout:t.timeout,excludeCredentials:t.exclude_credentials?.map(r=>({id:r.id,type:r.type,transports:r.transports})),authenticatorSelection:{authenticatorAttachment:t.authenticator_selection?.authenticator_attachment,requireResidentKey:t.authenticator_selection?.require_resident_key,residentKey:t.authenticator_selection?.resident_key,userVerification:t.authenticator_selection?.user_verification},attestation:t.attestation,extensions:{appid:t.extensions?.app_id,credProps:t.extensions?.cred_props?.rk,hmacCreateSecret:t.extensions?.hmac_create_secret}}}_transformRegistrationResponseToSnakeCase(t){return{id:t.id,raw_id:t.rawId,response:{client_data_json:t.response.clientDataJSON,attestation_object:t.response.attestationObject,authenticator_data:t.response.authenticatorData},authenticator_attachment:t.authenticatorAttachment,client_extension_results:{app_id:t.clientExtensionResults.appid,cred_props:t.clientExtensionResults.credProps,hmac_create_secret:t.clientExtensionResults.hmacCreateSecret},type:t.type}}_transformInitAuthenticateOptionsToCamelCase(t){return{challenge:t.challenge,allowCredentials:t.allow_credentials?.map(r=>({id:r.id,type:r.type,transports:r.transports}))||[],timeout:t.timeout,extensions:{appid:t.extensions?.app_id,credProps:t.extensions?.cred_props,hmacCreateSecret:t.extensions?.hmac_create_secret},userVerification:t.user_verification}}_transformAuthenticationResponseToSnakeCase(t){return{id:t.id,raw_id:t.rawId,response:{client_data_json:t.response.clientDataJSON,authenticator_data:t.response.authenticatorData,signature:t.response.signature,user_handle:t.response.userHandle},authenticator_attachment:t.authenticatorAttachment,client_extension_results:{app_id:t.clientExtensionResults.appid,cred_props:t.clientExtensionResults.credProps,hmac_create_secret:t.clientExtensionResults.hmacCreateSecret},type:t.type}}};var Ko=class{constructor(t,r){this.createSiweMessage=(t,r,o,n,i,a,l)=>`${o} wants you to sign in with your Ethereum account:
2
2
  ${r}
3
3
 
4
4
  ${l}
@@ -9,7 +9,7 @@ Chain ID: ${t}
9
9
  Nonce: ${a}
10
10
  Issued At: ${i}
11
11
  Resources:
12
- - https://privy.io`;this.getNonceOnce=new Oe(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=r}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),o=await this.api.post(dp,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign();return await this.api.post(pp,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw de(t)}}async sign(){if(!this.api)throw new E("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new E("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new E("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(cp,{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new E("Auth flow has no API instance");let t=this.wallet.address,r=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(r,t,this.nonce),this.preparedMessage}prepareMessage(t,r,o){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,r,n,i,l,o,a)}};var jo=class{constructor(t,r){this.meta={phoneNumber:t,captchaToken:r}}async authenticate(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new E("phone number and sms code must be set prior to calling authenticate.");try{let t=await this.api.post(xp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new E("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new E("phone number and sms code must be set prior to calling authenticate.");try{return await this.api.post(Pp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw de(t)}}async sendSmsCode(t,r){if(!this.api)throw new E("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),r&&(this.meta.captchaToken=r),!this.meta.phoneNumber)throw new E("phone nNumber must be set when initialzing authentication.");try{return await this.api.post(Tp,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(o){throw de(o)}}};import{v4 as z2}from"uuid";function Z(e){return e?new Date(e*1e3):null}function t2(e){let t=[];for(let r of e){let o=r.type;switch(r.type){case"wallet":let n={address:r.address,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at),chainType:"ethereum",chainId:r.chain_id,walletClient:r.wallet_client_type==="privy"?"privy":"unknown",walletClientType:r.wallet_client_type,connectorType:r.connector_type,recoveryMethod:r.recovery_method};t.push(n);break;case"email":let i={address:r.address,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(i);break;case"phone":let a={number:r.phoneNumber,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(a);break;case"google_oauth":let l={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:r.subject,username:r.username,name:r.name,type:r.type,profilePictureUrl:r.profile_picture_url,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(c);break;case"discord_oauth":let u={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(u);break;case"github_oauth":let f={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(f);break;case"tiktok_oauth":let h={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:r.subject,name:r.name,email:r.email,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(y);break;case"apple_oauth":let w={subject:r.subject,email:r.email,type:r.type,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(w);break;case"custom_auth":t.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)});break;case"farcaster":let v={type:r.type,fid:r.fid,ownerAddress:r.owner_address,displayName:r.display_name,username:r.username,bio:r.bio,pfp:r.profile_picture_url,url:r.homepage_url,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at),signerPublicKey:r.signer_public_key};t.push(v);break;case"passkey":let k={type:r.type,enrolledInMfa:r.enrolled_in_mfa,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:Z(r.verified_at),firstVerifiedAt:Z(r.first_verified_at),latestVerifiedAt:Z(r.latest_verified_at)};t.push(k);break;default:console.warn(`Unrecognized account type: ${o}. Please consider upgrading the Privy SDK.`)}}return t}function or(e,t){return e.slice().sort((r,o)=>(o.firstVerifiedAt??o.verifiedAt).getTime()-(r.firstVerifiedAt??r.verifiedAt).getTime()).find(r=>r.type===t)}var Se=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,r2=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),nr=(e,t)=>t==="all-users"&&!Se(e)||t==="users-without-wallets"&&!r2(e)?.length;function ir(e){if(!e)return null;let t=t2(e.linked_accounts),r=or(t,"wallet"),o=or(t,"email"),n=or(t,"phone"),i=or(t,"google_oauth"),a=or(t,"twitter_oauth"),l=or(t,"discord_oauth"),s=or(t,"github_oauth"),c=or(t,"spotify_oauth"),u=or(t,"tiktok_oauth"),f=or(t,"linkedin_oauth"),h=or(t,"apple_oauth"),y=or(t,"farcaster"),w=e.mfa_methods.map(({type:k,verified_at:S})=>({type:k,verifiedAt:Z(S)}));return{id:e.id,createdAt:Z(e.created_at),linkedAccounts:t,email:o&&{address:o?.address},phone:n&&{number:n?.number},wallet:r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletClient:r.walletClient,walletClientType:r.walletClientType,connectorType:r.connectorType,recoveryMethod:r.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},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},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:f&&{subject:f.subject,name:f.name,email:f.email},apple:h&&{subject:h.subject,email:h.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url,signerPublicKey:y.signerPublicKey},mfaMethods:w.map(k=>k.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as cm}from"@ethersproject/address";import{isHexString as U2}from"@ethersproject/bytes";import B2 from"eventemitter3";import{jsx as Pu,jsxs as o2}from"react/jsx-runtime";var ls=({style:e,...t})=>o2("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:[Pu("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Pu("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 Mr}from"@ethersproject/address";import{Web3Provider as Ru}from"@ethersproject/providers";import{default as d2}from"eventemitter3";import c2 from"eventemitter3";var n2=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Su=e=>n2.includes(e);import{ErrorCode as i2}from"@ethersproject/logger";var bn=class extends ee{constructor(){super("Wallet timeout");this.type="wallet_error"}},En=class extends ee{constructor(){super("User rejected connection");this.type="wallet_error"}},hr=e=>{if(e instanceof ee)return e;if(e?.code&&e?.reason){let t=new Ne(e);return e.code===i2.ACTION_REJECTED&&(t.details=tt.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ne(e):new ee("Unknown connector error",e)},Ut=class extends Ue{constructor(r,o,n){super(r);this.type="provider_error";this.code=o,this.data=n}},Ne=class extends Ut{constructor(r){let o=r;super(o.message,o.code,o.data);let n=Object.values(tt).find(i=>i.eipCode===o.code);this.details=n||tt.UNKNOWN_ERROR,o.code===-32002&&(o.message?.includes("already pending for origin")?o.message?.includes("wallet_requestPermissions")?this.details=tt.E32002_CONNECTION_ALREADY_PENDING:this.details=tt.E32002_REQUEST_ALREADY_PENDING:o.message?.includes("Already processing")&&o.message.includes("eth_requestAccounts")&&(this.details=tt.E32002_WALLET_LOCKED))}},a2={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}},s2={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},l2={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}},tt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...l2,...s2},Xr={...a2,...tt};var Me=class{constructor(t,r){this.removeListener=(t,r)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,r)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new bn,r=this.rpcTimeoutDuration)=>new Promise((o,n)=>setTimeout(()=>{n(t)},r));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(r=>{this.removeListener(r.eventName,r.listener)}),this.walletProvider=t,this._subscriptions.forEach(r=>{this.walletProvider?.on(r.eventName,r.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=r||Vo,this._subscriptions=[]}on(t,r){if(this.walletProvider)return this.walletProvider.on(t,r);this._subscriptions.push({eventName:t,listener:r})}async request(t){if(!this.walletProvider)throw new ee(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(r=>{throw hr(r)})}},yo=class extends Error{constructor(r,o,n){super(r);this.code=o,this.data=n}},cs=class extends c2{constructor(r,o,n,i,a,l=1){super();this.walletProxy=r,this.address=o,this.chainId=l,this.rpcConfig=n,this.chains=i,this.provider=Qr(l,this.chains,n,{appId:a}),this.rpcTimeoutDuration=Tn(n,"privy"),this.appId=a}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new yo(`Invalid params for ${r.method}`,4200);let o=r.params[0];if(!await he()||!this.address)throw new yo("Disconnected",4900);return(await _u(o)).hash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new yo(`Invalid params for ${r.method}`,4200);let o;if(typeof r.params[0]=="string")o=r.params[0];else if("chainId"in r.params[0]&&typeof r.params[0].chainId=="string")o=r.params[0].chainId;else throw new yo(`Invalid params for ${r.method}`,4200);this.chainId=Number(o),this.provider=Qr(this.chainId,this.chains,this.rpcConfig,{appId:this.appId}),this.emit("chainChanged",o)}async handlePersonalSign(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for personal_sign");let o=r.params[0];return await xu(o)}async handleSignedTypedData(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for eth_signTypedData_v4");let o=typeof r.params[1]=="string"?JSON.parse(r.params[1]):r.params[1];return await ku(qa(o))}async handleEstimateGas(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for eth_estimateGas");delete r.params[0].gasPrice,delete r.params[0].maxFeePerGas,delete r.params[0].maxPriorityFeePerGas;let o={...r.params[0],chainId:zo(this.chainId)};try{return await this.provider.send("eth_estimateGas",[o])}catch{return delete o.from,await this.provider.send("eth_estimateGas",[o])}}async request(r){switch(console.debug("Embedded1193Provider.request() called with args",r),r.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return zo(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(r);case"eth_sendTransaction":return this.handleSendTransaction(r);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(r);case"personal_sign":return this.handlePersonalSign(r);case"eth_signTypedData_v4":return this.handleSignedTypedData(r);default:break}if(Su(r.method)){let o=await he();if(await Au(),!o||!this.address)throw new yo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:o,request:{method:r.method,params:r.params}})).response.data}catch(n){throw console.error(n),new yo("Disconnected",4900)}}else return this.provider.send(r.method,r.params)}async connect(){let r=await he();if(!r||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:r})).address}catch(o){return console.error(o),null}}},Ir=class extends Me{constructor(r){super(r,r.rpcTimeoutDuration)}},go=class extends Me{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,r){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var p2=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},It=class extends d2{constructor(r,o,n,i){super();this.onAccountsChanged=r=>{r.length===0?this.onDisconnect():this.syncAccounts(r)};this.onChainChanged=r=>{this.wallets.forEach(o=>{o.chainId=wn(r),this.walletClientType==="privy"&&Y.put(Ha(o.address),r)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=r,this.chains=o,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Tn(i,r),this.connected=!1,this.initialized=!1}buildConnectedWallet(r,o,n){let i=async()=>!!this.wallets.find(a=>Mr(a.address)===Mr(r));return{address:Mr(r),chainId:o,meta:n,switchChain:async a=>{if(!i)throw new ee("Wallet is not currently connected.");let l=this.wallets.find(h=>Mr(h.address)===Mr(r))?.chainId;if(!l)throw new ee("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===wn(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new ee(`Unsupported chainId: ${a}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await f()}catch(h){if(p2(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),f();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new ee(`Rainbow does not support the chainId ${o}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new ee("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new ee("Wallet is not currently connected.");return new Ru(new Ir(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new ee("Wallet is not currently connected.");return new go(this.proxyProvider)},sign:async a=>{if(!await i())throw new ee("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(r){let o=r;try{if(o===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(o=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!o||!Array.isArray(o)||o.length<=0||!o[0])return;let n=o[0],i=Mr(n),a=[],l;if(this.walletClientType==="privy"){let c=Y.get(Ha(i));this.chains.find(u=>u.id===Number(c))||(Y.del(Ha(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${hc}`,c),l=hc}let s=wn(l);if(!a.find(c=>Mr(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(Mr(n),s,c))}ds(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let r=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((o,n)=>n.connectedAt-o.connectedAt).find(o=>r.find(n=>Mr(n)===Mr(o.address)))||null}async isConnected(){let r=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(r)&&r.length>0}async sign(r){return await this.connect({showPrompt:!1}),new Ru(new Ir(this.proxyProvider)).getSigner().signMessage(r)}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 Pn={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 u2=(e,t)=>{let o=za(1,[Pn],{},t);return e.makeWeb3Provider(o,1)},ps,us=class extends It{constructor(r,o,n,i,a){super("coinbase_wallet",r,o,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Me(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let l=window.matchMedia("(display-mode: standalone)").matches;ps||import("@coinbase/wallet-sdk").then(s=>{ps=new s.default({appName:a,darkMode:!1,headlessMode:!1,enableMobileWalletLink:l}),this.proxyProvider.setWalletProvider(u2(ps,i))})}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){ps.disconnect(),this.onDisconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:ls,id:"com.coinbase.wallet"}}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ee("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([r[0]])}catch(r){throw hr(r)}}};import{jsx as Iu}from"react/jsx-runtime";var ms=({...e})=>Iu("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Iu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var fs=class extends It{constructor(r,o,n,i){super("privy",o,n,i);this.connectorType="embedded";this.proxyProvider=r,this.subscribeListeners()}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[zo(r?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ms,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Mu}from"react/jsx-runtime";var Sn=({style:e,...t})=>Mu("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Mu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as Bt,jsxs as m2}from"react/jsx-runtime";var xn=({style:e,...t})=>m2("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:[Bt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),Bt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"}),Bt("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"})]});import{jsx as Wu,jsxs as f2}from"react/jsx-runtime";var Wr=({style:e,...t})=>f2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[Wu("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Wu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.5267 69.9229C42.0054 76.8509 34.4292 85.6182 24.348 85.6182C19.5824 85.6182 15 83.6563 15 75.1342C15 53.4305 44.6326 19.8327 72.1268 19.8327C87.768 19.8327 94 30.6846 94 43.0079C94 58.8258 83.7355 76.9122 73.5321 76.9122C70.2939 76.9122 68.7053 75.1342 68.7053 72.314C68.7053 71.5783 68.8275 70.7812 69.0719 69.9229C65.5893 75.8699 58.8685 81.3878 52.5754 81.3878C47.993 81.3878 45.6713 78.5063 45.6713 74.4598C45.6713 72.9884 45.9768 71.4556 46.5267 69.9229ZM83.6761 42.5794C83.6761 46.1704 81.5575 47.9658 79.1875 47.9658C76.7816 47.9658 74.6989 46.1704 74.6989 42.5794C74.6989 38.9885 76.7816 37.1931 79.1875 37.1931C81.5575 37.1931 83.6761 38.9885 83.6761 42.5794ZM70.2103 42.5795C70.2103 46.1704 68.0916 47.9658 65.7216 47.9658C63.3157 47.9658 61.233 46.1704 61.233 42.5795C61.233 38.9885 63.3157 37.1931 65.7216 37.1931C68.0916 37.1931 70.2103 38.9885 70.2103 42.5795Z",fill:"#FFFDF8"})]});var _n=class extends It{constructor(r,o,n,i,a){super(a||"unknown",r,o,n);this.connectorType="injected";this.proxyProvider=new Me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l)}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ee("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw hr(r)}}},kn,An=class extends It{constructor(r,o,n,i,a){super(a??"unknown",r,o,n);this.connectorType="injected";_a(this,kn,void 0);this.proxyProvider=new Me(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),a==="metamask"?nc(this,kn,{name:"MetaMask",icon:xn,id:"io.metamask"}):a==="phantom"&&nc(this,kn,{name:"Phantom",icon:Wr,id:"phantom"})}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return ap(this,kn)??{name:"Browser Extension",icon:Sn,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ee("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw hr(r)}}};kn=new WeakMap;import{getAddress as kT}from"@ethersproject/address";import{Web3Provider as AT}from"@ethersproject/providers";import{isMobile as h2}from"react-device-detect";var hs=class extends _n{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{h2||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new ee("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw hr(t)}}};var ys=class extends It{constructor(r,o){super(r,[],o,{});this.connectorType="null";this.proxyProvider=new Me(void 0,Vo);this.connectorType=r}get walletBranding(){return{name:"Wallet",id:""}}async initialize(){this.emit("initialized"),this.initialized=!0}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(r){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${r}`)}};var gs=class extends ys{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Wr,id:"phantom"}}};import{EthereumProvider as O2,OPTIONAL_EVENTS as N2,OPTIONAL_METHODS as D2}from"@walletconnect/ethereum-provider";import{isMobile as F2}from"react-device-detect";import{createContext as k2,useContext as _2,useEffect as Ec,useRef as A2,useState as R2}from"react";import{jsx as y2}from"react/jsx-runtime";function vs({src:e,...t}){return y2("img",{src:e,...t,style:{display:"none"}})}import{useContext as nm,useEffect as om,useMemo as T2,useState as P2}from"react";import{createContext as S2}from"react";var Ht={appearance:{landingHeader:"Log in or sign up",theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:$p,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var Lu=({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],r=[];e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `loginMethodsAndOrder.primary`");for(let o of e.primary.slice(1))t.includes(o)?console.warn(`Duplicated login method: ${o}`):t.push(o);for(let o of e.overflow??[])!t.includes(o)&&!r.includes(o)?r.push(o):console.warn(`Duplicated login method: ${o}`);return{primary:t,overflow:r}};var g2=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","wallet_connect","detected_wallets"]),Ou=e=>g2.has(e),Nu=(e,t,r)=>r.indexOf(e)===t,Du=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(Ou).filter(Nu):e?e.filter(Ou).filter(Nu):Ht.appearance.walletList;var Cs={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 ws={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"AGOR",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var bs={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://arbitrum-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var Fu={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}};var Uu={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0};var Es={id:8453,network:"base",name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-mainnet.blastapi.io"],webSocket:["wss://base-mainnet.blastapi.io"]},default:{http:["https://mainnet.base.org"]},public:{http:["https://mainnet.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://basescan.org"},default:{name:"Basescan",url:"https://basescan.org"}},testnet:!0};var Ts={id:84531,network:"base-goerli",name:"Base Goerli Testnet",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-goerli.blastapi.io"],webSocket:["wss://base-goerli.blastapi.io"]},default:{http:["https://goerli.base.org"]},public:{http:["https://goerli.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://goerli.basescan.org"},default:{name:"Basescan",url:"https://goerli.basescan.org"}},testnet:!0};var Ps={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://base-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0};var Bu={id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://berachain-artio.rpc.privy.systems"]},public:{http:["https://berachain-artio.rpc.privy.systems"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0};var Hu={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1};var Gu={id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0};var Vu={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var zu={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var qu={id:17069,name:"Garnet Holesky",network:"garnet-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.garnetchain.com"]},public:{http:["https://rpc.garnetchain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.garnetchain.com"}}};var $u={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://goerli.rpc.privy.systems"]},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 Ku={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var ju={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var Yu={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var Ss={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var xs={id:420,name:"Optimism Goerli Testnet",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var ks={id:11155420,name:"Optimism Sepolia",network:"optimism-sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://optimism-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia.optimism.io"]},public:{http:["https://sepolia.optimism.io"]},infura:{http:["https://optimism-sepolia.infura.io/v3"]}},blockExplorers:{default:{name:"Blockscout",url:"https://optimism-sepolia.blockscout.com"}},testnet:!0};var Ai={id:137,name:"Polygon Mainnet",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Ri={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{privy:{http:["https://polygon-mumbai.rpc.privy.systems"]},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 Zu={id:690,name:"Redstone",network:"redstone",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.redstonechain.com"]},public:{http:["https://rpc.redstonechain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.redstone.xyz/"}}};var Ju={id:17001,name:"Redstone Holesky",network:"redstone-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.holesky.redstone.xyz"]},public:{http:["https://rpc.holesky.redstone.xyz"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"},default:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"}}};var Qu={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{privy:{http:["https://sepolia.rpc.privy.systems"]},alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0};var _s={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var As={id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0};var Rs={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Ii=[Cs,ws,bs,$u,Qu,Pn,Ss,xs,ks,Ai,Ri,Hu,Gu,Vu,zu,Es,Ts,Ps,Bu,ju,Yu,Fu,Uu,_s,Rs,As,Ku,Zu,qu,Ju],eS=new Set(Ii.map(e=>e.id));import Yo from"tinycolor2";var Xu="#FFFFFF",v2="#000000",C2=Xu,w2="#1E1E1D";function b2(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 eo(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return Yo({...e.toHsl(),l:r})}function em({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",warnHex:o="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Xu,blackHex:a=v2}){let l;switch(e){case"light":l=C2;break;case"dark":l=w2;break;default:l=e;break}let s=Yo(l),c=Yo(t),u=Yo(r),f=Yo(o),h=Yo(n),y=b2(s.getLuminance()),w=eo(s,y==="light"?-.04:.11),v=eo(s,y==="light"?-.88:.87),k=eo(s,y==="light"?-.77:.75),S=eo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),C=eo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),R=eo(c,.15),_=eo(c,-.06),L=eo(h,.3),P=Yo(c.getLuminance()>.5?a:i),N=eo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:w.toHslString(),foreground:v.toHslString(),foreground2:k.toHslString(),foreground3:S.toHslString(),foreground4:C.toHslString(),accent:c.toHslString(),accentLight:R.toHslString(),accentDark:_.toHslString(),foregroundAccent:P.toHslString(),success:u.toHslString(),successDark:N.toHslString(),error:h.toHslString(),errorLight:L.toHslString(),warn:f.toHslString()}}function Cc(e,t,r){let o=r?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(_t=>n.includes(_t)),a,l,s,c,u,f,h,y,w,v,k,S,C;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),c=t.loginMethods.includes("wallet"),u=i?.includes("google"),f=i?.includes("twitter"),h=i?.includes("discord"),w=i?.includes("spotify"),y=i?.includes("tiktok"),k=i?.includes("github"),v=i?.includes("linkedin"),S=i?.includes("apple"),C=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,c=e.walletAuth,u=e.googleOAuth,f=e.twitterOAuth,h=e.discordOAuth,k=e.githubOAuth,w=e.spotifyOAuth,y=e.tiktokOAuth,v=e.linkedinOAuth,S=e.appleOAuth,C=e.farcasterAuth),typeof window<"u"&&typeof window.PublicKeyCredential!="function"?s=!1:e.passkeyAuth&&(s=!0);let R=[a,l].filter(Boolean),_=[u,f,h,k,w,y,v,S,C].filter(Boolean),L=[c].filter(Boolean);if(R.length+_.length+L.length===0)throw new Error("You must enable at least one login method");let P=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;P&&L.length===0?(o("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),P=!1):!P&&_.length+R.length===0&&(o("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),P=!0),t?.loginMethods&&t.loginMethodsAndOrder&&o("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let N=Du({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),K=Lu({input:t?.loginMethodsAndOrder}),G=t?.intl?.defaultCountry??"US",{chains:V,defaultChain:I}=E2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),Q=!!t?.defaultChain,F=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,ue,ce=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?F?ue=t?.embeddedWallets?.noPromptOnSignature??!0:ue=t?.embeddedWallets?.noPromptOnSignature??ce:ue=ce,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&ue!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");let{requireUserPasswordOnCreate:ae,...ge}=t?.embeddedWallets??{};return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,landingHeader:t?.appearance?.landingHeader??Ht.appearance.landingHeader,palette:em({backgroundTheme:t?.appearance?.theme??Ht.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Ht.appearance.accentColor}),loginGroupPriority:P?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:N},loginMethods:{wallet:c,email:a,sms:l,passkey:s,google:u,twitter:f,discord:h,github:k,spotify:w,tiktok:y,linkedin:v,apple:S,farcaster:C},loginMethodsAndOrder:K,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Ht.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Ht.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Ht.rpcConfig.rpcTimeouts},chains:V,defaultChain:I,intl:{defaultCountry:G},shouldEnforceDefaultChainOnConnect:Q,captchaEnabled:e.captchaEnabled??Ht.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...typeof ae=="boolean"?{requireUserOwnedRecoveryOnCreate:ae}:{},...F?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...ge,noPromptOnSignature:ue},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:F?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Ht.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},headless:!!t?.headless,render:{inDialog:t?._render?.inDialog??Ht._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Ht._render.inParentNodeId}}}function tm(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:o,supportedChains:n,defaultChain:i,...a}=e;return{...a,...o?{additionalChains:o.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...r?{...r,...r.logo&&typeof r.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function E2({additionalChains:e,supportedChains:t,defaultChainFromConfig:r,hasRpcConfigDefined:o}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&o&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:Ii.find(u=>u.id===s.id)??s)}else n=Ii.concat(e??[]);let i=t?n[0]:Pn,a=r??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}var rm=function(e,t=0){let r=3735928559^t,o=1103547991^t;for(let n=0,i;n<e.length;n++)i=e.charCodeAt(n),r=Math.imul(r^i,2654435761),o=Math.imul(o^i,1597334677);return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507),o^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&o)+(r>>>0)};import{jsx as x2}from"react/jsx-runtime";var im={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""},wc=Cc(im,void 0,!1),bc=S2({appConfig:wc,isServerConfigLoaded:!1}),am=({children:e,legacyCreateEmbeddedWalletFlag:t,client:r,clientConfig:o})=>{let[n,i]=P2(null),a=T2(()=>Cc(n??im,o,!!n),[n,o]);return om(()=>{if(!n)return;let l=tm(o,t),s=rm(JSON.stringify(l)).toString(),c=`privy:sent:${n.id}:${s}`;localStorage.getItem(c)||(r.createAnalyticsEvent({eventName:"sdk_initialize",payload:l}),localStorage.setItem(c,"t"))},[o,t,n]),om(()=>{n||(async()=>{try{let s=await r.getServerConfig();s.customApiUrl&&r.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),x2(bc.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},Lr=()=>{let{appConfig:e}=nm(bc);return e},Is=()=>{let{isServerConfigLoaded:e}=nm(bc);return e};var b=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as M2,jsxs as W2}from"react/jsx-runtime";var sm=k2({ready:!1,app:wc,currentScreen:null,lastScreen:null,navigate:b,navigateBack:b,resetNavigation:b,setModalData:b,onUserCloseViaDialogOrKeybindRef:void 0}),I2=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],lm=e=>{let t=Lr(),r=e.authenticated,[o,n]=R2(e.initialScreen);Ec(()=>{!r&&!I2.includes(e.initialScreen)&&e.setInitialScreen(null)},[r]);let i=A2(null);Ec(()=>{e.open||(i.current=null)},[e.open]),Ec(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:o,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(o)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return W2(sm.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&M2(vs,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},x=()=>_2(sm);import{jsx as Rn,jsxs as L2}from"react/jsx-runtime";var Mi=({style:e,...t})=>{let{app:r}=x();return L2("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:[Rn("rect",{width:"28",height:"28",rx:"3",fill:r?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Rn("g",{clipPath:"url(#clip0_1765_9946)",children:Rn("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"})}),Rn("defs",{children:Rn("clipPath",{id:"clip0_1765_9946",children:Rn("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Or=class extends It{constructor(r,o,n,i,a,l,s){super(s||"unknown",n,i,o);this.connectorType="wallet_connect_v2";this.privyAppId=l,this.walletConnectCloudProjectId=r,this.rpcConfig=o,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new Me(void 0,this.rpcTimeoutDuration),s&&(this.walletEntry=Ka[s],this.walletClientType=s)}async initialize(){let r=await this.createProvider();if(this.provider=r,this.proxyProvider.setWalletProvider(r),this.subscribeListeners(),r.session){if(this.walletProvider?.session?.peer.metadata.url){let n=$a(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}this.connected=!0,await this.syncAccounts()}this.emit("initialized"),this.initialized=!0;let{WalletConnectModal:o}=await import("@walletconnect/modal");this.modal=new o({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(n=>{!n.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})}async connect(r){return r.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"MetaMask",icon:xn,id:"io.metamask"}:{name:iu(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||Mi,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(r){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=Ka[r],this.walletClientType=r,this.redirectUri=void 0,du(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((r,o)=>{let n=()=>{o(new En)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new ee("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=$a(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Tn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),r()})().catch(a=>{if(a){o(hr(a));return}o(new ee("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}async createProvider(){let r={};for(let a of this.chains){let l=za(a.id,this.chains,this.rpcConfig,this.privyAppId);l&&(r[a.id]=l)}let o=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await O2.init({projectId:this.walletConnectCloudProjectId,chains:o,optionalChains:n,optionalEvents:N2,optionalMethods:D2,rpcMap:r,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),F2&&this.walletEntry){let{redirect:l,href:s}=lu(a,this.walletEntry);pu({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,ja(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=$a(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Tc=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses")?.split(" ").filter(o=>U2(o)).map(o=>cm(o));return t?.length?!!e?.linkedAccounts.filter(o=>o.type=="wallet"&&t.includes(o.address)).length:!1},Tn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Vo:Vo,Wi=class extends B2{constructor(r,o,n,i,a,l,s,c,u){super();this.getEthereumProvider=()=>{let r=this.wallets[0],o=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===r?.address));return!r||!o?new Me:o.proxyProvider};this.privyAppId=r,this.walletConnectCloudProjectId=o,this.rpcConfig=n,this.chains=i,this.defaultChain=a,this.walletConnectors=[],this.initialized=!1,this.store=l,this.walletList=s,this.shouldEnforceDefaultChainOnConnect=c,this.privyAppName=u,this.storedConnections=this.loadConnectionHistory()}get wallets(){let r=new Set,o=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 r.has(a)?!1:(r.add(a),!0)}),n=o.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&o.unshift(o.splice(n,1)[0]),o}async initialize(){if(this.initialized)return;Y.get(mc)&&(Y.getKeys().forEach(o=>{o.startsWith("walletconnect")&&Y.del(o)}),Y.del(mc));let r=au(this.store,this.walletList).then(o=>{o.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!fo()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await r,this.initialized=!0}findWalletConnector(r,o){return r==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===r)||null:this.walletConnectors.find(n=>n.connectorType===r&&n.walletClientType===o)||null}onInitialized(r){r.wallets.forEach(o=>{let n=this.storedConnections.find(i=>i.address===o.address&&i.connectorType===o.connectorType&&i.walletClientType===o.walletClientType);n&&(o.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(r){r.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(r,o,n,i){let a=this.findWalletConnector("embedded","privy");if(a)a.proxyProvider.walletProxy=r;else{let l=new cs(r,o,this.rpcConfig,this.chains,i,n.id),s=new fs(l,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let r=this.findWalletConnector("embedded","privy");if(r){let o=this.walletConnectors.indexOf(r);this.walletConnectors.splice(o,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(r,o,n){let i=this.findWalletConnector(r,o);if(i)return i instanceof Or&&i.resetConnection(o),i;let l=(()=>{if(r==="injected"){if(o==="metamask"&&n?.eip6963InjectedProvider)return new hs(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(o==="metamask"&&n?.legacyInjectedProvider)return new An(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(o==="phantom"&&n?.legacyInjectedProvider)return new An(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&o==="unknown_browser_extension")return new An(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new _n(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,o)}else return r==="coinbase_wallet"?new us(this.chains,this.defaultChain,this.rpcConfig,this.privyAppId,this.privyAppName):r==="phantom"?new gs(this.defaultChain):new Or(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,this.privyAppId,o)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(r){this.walletConnectors.push(r),r.on("initialized",()=>this.onInitialized(r)),r.on("walletsUpdated",()=>this.onWalletsUpdated(r)),r.initialize()}loadConnectionHistory(){let r=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",o=Y.get(fc);return o&&Array.isArray(o)&&o.map(a=>r(a)).every(Boolean)?o:[]}saveConnectionHistory(){let r=this.wallets.map(o=>({address:o.address,connectorType:o.connectorType,walletClientType:o.walletClientType,connectedAt:o.connectedAt}));Y.put(fc,r)}async activeWalletSign(r){let o=this.wallets,n=o.length>0?o[0]:null;return n?n.sign(r):null}setActiveWallet(r){this.activeWallet=cm(r),this.emit("walletsUpdated")}};function ds(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let o=e[r],n=t[r];if(o?.address!==n?.address||o?.chainId!==n?.chainId||o?.connectorType!==n?.connectorType||o?.connectedAt!==n?.connectedAt||o?.walletClientType!==n?.walletClientType||o?.isConnected!==n?.isConnected||o?.linked!==n?.linked)return!1}return!0}import{ofetch as H2}from"ofetch";var G2=[Ia,Wa,Ma,La],Ms=class{constructor(t,r,o){this.appId=t,this.clientAnalyticsId=r.clientAnalyticsId,this.sdkVersion=dc,this.client=r,this.defaults=o,this.fallbackApiUrl=r.fallbackApiUrl,this.baseFetch=H2.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=G2.includes(n.toString());if(!a.has("authorization")){let s=await this.client.getAccessToken({disableAutoRefresh:l});s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.retryDelay&&(i.retryDelay=i.retryDelay*3)},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Aa}})}async get(t,r){try{return await this.baseFetch(t,r)}catch(o){throw de(o)}}async post(t,r,o){try{return await this.baseFetch(t,{method:"POST",...r?{body:r}:{},...o})}catch(n){throw de(n)}}async delete(t,r){try{return await this.baseFetch(t,{method:"DELETE",...r})}catch(o){throw de(o)}}};var dm=e=>({challenge:e.challenge,allowCredentials:e.allow_credentials?.map(t=>({id:t.id,type:t.type,transports:t.transports}))||[],timeout:e.timeout,extensions:{appid:e.extensions?.app_id,credProps:e.extensions?.cred_props,hmacCreateSecret:e.extensions?.hmac_create_secret},userVerification:e.user_verification});import Zo from"js-cookie";function pm(e){return e instanceof mo?"email":e instanceof jo?"sms":e instanceof Ko?"siwe":e instanceof gn?"custom_auth":e instanceof Rr?e.meta.provider:null}import*as um from"jose";var Nr=class{static parse(t){try{return new Nr(t)}catch{return null}}constructor(t){this.value=t,this._decoded=um.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 r=Date.now(),o=(this.expiration-t)*1e3;return r>=o}};var V2=30,Ws=class{constructor(){this.authenticateOnce=new Oe(async t=>this._authenticate(t)),this.linkOnce=new Oe(async t=>this._link(t)),this.refreshOnce=new Oe(this._refresh.bind(this)),this.destroyOnce=new Oe(this._destroy.bind(this)),this.forkSessionOnce=new Oe(this._forkSession.bind(this))}get token(){try{let t=Y.get(Uo);return typeof t=="string"?new Nr(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=Y.get(Ua);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=Y.get(Ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=Zo.get(Ba);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Nr.parse(this.token);return t!==null&&!t.isExpired(V2)}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 r=await t.authenticate(),{user:o,is_new_user:n,oauth_provider_tokens:i}=r;this.handleTokenResponse(r);let a=i?{provider:i.provider,accessToken:i.access_token,accessTokenExpiresInSeconds:i.access_token_expires_in_seconds,refreshToken:i.refresh_token,scopes:i.scopes}:void 0,l=pm(t);return l&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate",payload:{method:l,isNewUser:n}}),l==="siwe"&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate_siwe",payload:{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}}),{user:ir(o),isNewUser:n,oAuthProviderTokens:a}}catch(r){throw console.warn("Error authenticating session"),pt(r)}}async _link(t){try{let r=await t.link();return ir(r)}catch(r){throw console.warn("Error linking account"),pt(r)}}async _refresh(){if(!this.api)throw new E("Session has no API instance");if(!this.client)throw new E("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,r=this.refreshToken,o=this.forkedToken;try{let n;if(t&&r||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=r?{refresh_token:r}:{};n=await this.api.post(Ia,a,{headers:i}),o&&this.clearForkedToken()}else if(o)n=await this.api.post(Wa,{refresh_token:o}),this.clearForkedToken();else return null;return this.handleTokenResponse(n),ir(n.user)}catch(n){if(n instanceof fr&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw pt(n)}}handleTokenResponse(t){t.session_update_action?t.session_update_action==="set"?(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token)):t.session_update_action==="clear"?this.destroyLocalState():t.session_update_action==="ignore"&&t.token&&this.storeToken(t.token):(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token))}async _destroy(){try{await this.api?.post(Ma,{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new E("Session has no API instance");let t=this.refreshToken;try{let r=await this.api.post(lp,{refresh_token:t});return this.storeRefreshToken(r.refresh_token),this.storeToken(r.token),r.new_session_refresh_token}catch(r){throw pt(r)}}destroyLocalState(){this.storeRefreshToken(null),this.storeToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){let r=Y.get(Uo);if(Y.put(Uo,t),!this.client?.useServerCookies){let o=Nr.parse(t)?.expiration;Zo.set(pc,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}r!==t&&this.client?.onStoreToken?.(t)}else Y.del(Uo),Zo.remove(pc),this.client?.onDeleteToken?.()}storeRefreshToken(t){typeof t=="string"?(Y.put(Ua,t),this.client?.useServerCookies||(Zo.set(Ba,"t",{sameSite:"Strict",secure:!0,expires:30}),Zo.set(uc,t,{sameSite:"Strict",secure:!0,expires:30}))):(Y.del(Ua),Zo.remove(uc),Zo.remove(Ba))}clearForkedToken(){Y.del(Ei)}};var Pc,Ls,mm,Li=class{constructor(t){_a(this,Ls);this.apiUrl=t.apiUrl||Fa,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Kp,this.appId=t.appId,this.clientAnalyticsId=sp(this,Ls,mm).call(this),Pc||(Pc=new Ws),this.session=Pc,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager({walletConnectCloudProjectId:t,rpcConfig:r,chains:o,defaultChain:n,store:i,walletList:a,shouldEnforceDefaultChainOnConnect:l,appName:s}){this.connectors||(this.connectors=new Wi(this.appId,t,r,o,n,i,a,l,s))}sessionHasActiveToken(){return this.session.hasActiveToken()}generateApi(){let t=new Ms(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new E("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new E("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){return t.api=this.api,this.authFlow=t,this.authFlow}async initMfaSmsVerification(){try{await this.api.post(Fp,{action:"verify"})}catch(t){throw de(t)}}async initMfaPasskeyVerification(){try{let t=await this.api.post(Up,{});return dm(t.options)}catch(t){throw de(t)}}async unlinkEmail(t){try{let r=await this.api.post(bp,{address:t});return ir(r)}catch(r){throw pt(r)}}async acceptTerms(){try{let t=await this.api.post(Bp,{});return ir(t)}catch(t){throw pt(t)}}async unlinkPhone(t){try{let r=await this.api.post(Sp,{phoneNumber:t});return ir(r)}catch(r){throw pt(r)}}async unlinkWallet(t){try{let r=await this.api.post(up,{address:t});return ir(r)}catch(r){throw pt(r)}}async unlinkOAuth(t,r){try{let o=await this.api.post(Rp,{provider:t,subject:r});return ir(o)}catch(o){throw pt(o)}}async unlinkFarcaster(t){try{let r=await this.api.post(gp,{fid:t});return ir(r)}catch(r){throw pt(r)}}async unlinkPasskey(t){try{let r=await this.api.post(Dp,{credential_id:t});return ir(r)}catch(r){throw pt(r)}}async createAnalyticsEvent({eventName:t,payload:r,timestamp:o,options:n}){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(La,{event_name:t,client_id:this.clientAnalyticsId,payload:{...r||{},clientTimestamp:o?o.toISOString():new Date().toISOString()}},{retry:-1,keepalive:n?.keepAlive??!1})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(Hp,t)}catch(r){throw pt(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Nr.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t={},r=this.session.token;r&&(t.authorization=`Bearer ${r}`);let o=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl,headers:t});return{id:o.id,name:o.name,verificationKey:o.verification_key,logoUrl:o.logo_url||void 0,accentColor:o.accent_color||void 0,showWalletLoginFirst:o.show_wallet_login_first,allowlistConfig:{errorTitle:o.allowlist_config.error_title,errorDetail:o.allowlist_config.error_detail,errorCtaText:o.allowlist_config.cta_text,errorCtaLink:o.allowlist_config.cta_link},walletAuth:o.wallet_auth,emailAuth:o.email_auth,smsAuth:o.sms_auth,googleOAuth:o.google_oauth,twitterOAuth:o.twitter_oauth,discordOAuth:o.discord_oauth,githubOAuth:o.github_oauth,spotifyOAuth:o.spotify_oauth,tiktokOAuth:o.tiktok_oauth,linkedinOAuth:o.linkedin_oauth,appleOAuth:o.apple_oauth,farcasterAuth:o.farcaster_auth,passkeyAuth:o.passkey_auth,termsAndConditionsUrl:o.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:o.embedded_wallet_config?.create_on_login,userOwnedRecoveryOptions:o.embedded_wallet_config.user_owned_recovery_options,requireUserOwnedRecoveryOnCreate:o.embedded_wallet_config.require_user_owned_recovery_on_create},privacyPolicyUrl:o.privacy_policy_url,requireUsersAcceptTerms:o.require_users_accept_terms,customApiUrl:o.custom_api_url,walletConnectCloudProjectId:o.wallet_connect_cloud_project_id,fiatOnRampEnabled:o.fiat_on_ramp_enabled,captchaEnabled:o.captcha_enabled,captchaSiteKey:o.captcha_site_key,twitterOAuthOnMobileEnabled:o.twitter_oauth_on_mobile_enabled,createdAt:new Date(o.created_at*1e3),updatedAt:new Date(o.updated_at*1e3),mfaMethods:o.mfa_methods,enforceWalletUis:o.enforce_wallet_uis,legacyWalletUiConfig:o.legacy_wallet_ui_config}}catch(t){throw pt(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async requestFarcasterSignerStatus(t){try{return await this.api.post("/api/v1/farcaster/signer/status",{ed25519_public_key:t})}catch(r){throw console.error("Unable to fetch Farcaster signer status"),r}}async forkSession(){return await this.session.forkSession()}};Ls=new WeakSet,mm=function(){if(typeof window>"u")return null;try{let r=Y.get(Ti);if(typeof r=="string"&&r.length>0)return r}catch{}let t=z2();try{return Y.put(Ti,t),t}catch{return t}};import{Turnstile as Z2}from"@marsidev/react-turnstile";import{useEffect as J2,useMemo as Q2}from"react";import{useMemo as q2,useRef as $2,useContext as K2,useState as Sc,createContext as j2}from"react";import{jsx as Y2}from"react/jsx-runtime";var fm=j2({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:b,setError:b,setExecuting:b,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:b,reset:b,execute:b}),yr=class extends Ue{constructor(r,o,n){super(r||"Captcha failed");this.type="Captcha";o instanceof Error&&(this.cause=o),this.privyErrorCode=n}},hm=({children:e,id:t,captchaSiteKey:r,captchaEnabled:o})=>{let n=$2(null),[i,a]=Sc(),[l,s]=Sc(),[c,u]=Sc(!1),f=q2(()=>o?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[o,i,l,c]);return Y2(fm.Provider,{value:{...f,ref:n,enabled:o,siteKey:r,appId:t,setToken:a,setError:s,setExecuting:u,remove(){o&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){o&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){o&&(u(!0),n.current?.execute())},async waitForResult(){if(!o)return"";try{return await ou(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new yr("Captcha failed",null,"captcha_timeout")}}},children:e})},we=()=>K2(fm);import{jsx as ym}from"react/jsx-runtime";var xc=e=>{let{enabled:t,siteKey:r,appId:o,setError:n,setToken:i,setExecuting:a,ref:l}=we(),[,s]=Q2(()=>r?.split("t:")||[],[r]);if(J2(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return ym("div",{className:"hidden h-0 w-0",children:ym(Z2,{...e,ref:l,siteKey:s,options:{action:o,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as B7,useEffect as b1,useRef as H7,useState as G7}from"react";import V7 from"react-dom";import{createContext as X2,useContext as ev}from"react";var kc=X2({isNewUserThisSession:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,appId:"notAdded",nativeTokenSymbolForChainId:b,initializeWalletProxy:b,getAuthMeta:b,getAuthFlow:b,closePrivyModal:b,openPrivyModal:b,connectWallet:b,initLoginWithWallet:b,loginWithWallet:b,initLoginWithFarcaster:b,loginWithFarcaster:b,loginWithCode:b,initLoginWithEmail:b,initLoginWithSms:b,initUpdateEmail:b,resendEmailCode:b,resendSmsCode:b,initLoginWithHeadlessOAuth:b,loginWithHeadlessOAuth:b,initLoginWithOAuth:b,recoveryOAuthFlow:b,loginWithOAuth:b,initLoginWithPasskey:b,loginWithPasskey:b,initLinkWithPasskey:b,linkWithPasskey:b,refreshUser:b,walletProxy:null,createAnalyticsEvent:b,acceptTerms:b,getUsdTokenPrice:b,recoverEmbeddedWallet:b,getFiatOnRampConfig:b,updateWallets:b,fundWallet:b,setReadyToTrue:b,requestFarcasterSignerStatus:b}),M=()=>ev(kc);import{createContext as tv,useContext as rv}from"react";var ve=tv({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:b,login:b,connectOrCreateWallet:b,linkEmail:b,linkPhone:b,linkFarcaster:b,linkWallet:b,linkGoogle:b,linkTwitter:b,linkDiscord:b,linkGithub:b,linkSpotify:b,linkTiktok:b,linkLinkedIn:b,linkApple:b,linkPasskey:b,updateEmail:b,logout:b,getAccessToken:b,getEthereumProvider:b,getEthersProvider:b,getWeb3jsProvider:b,unlinkEmail:b,unlinkPhone:b,unlinkWallet:b,unlinkGoogle:b,unlinkTwitter:b,unlinkDiscord:b,unlinkGithub:b,unlinkSpotify:b,unlinkTiktok:b,unlinkLinkedIn:b,unlinkApple:b,unlinkFarcaster:b,unlinkPasskey:b,setActiveWallet:b,forkSession:b,createWallet:b,signMessage:b,signTypedData:b,enrollInMfa:b,initEnrollmentWithSms:b,initEnrollmentWithTotp:b,initEnrollmentWithPasskey:b,promptMfa:b,init:b,submitEnrollmentWithSms:b,submitEnrollmentWithTotp:b,submitEnrollmentWithPasskey:b,unenroll:b,submit:b,cancel:b,sendTransaction:b,exportWallet:b,setWalletPassword:b,requestFarcasterSigner:b,submitCast:b,removeCast:b,likeCast:b,recastCast:b,followUser:b,unfollowUser:b,initLoginWithEmail:b,initLoginWithSms:b,otpState:{status:"initial"},loginWithCode:b,fundWallet:b,initLoginWithHeadlessOAuth:b,loginWithHeadlessOAuth:b,isHeadlessOAuthLoading:!1,isModalOpen:!1}),B=()=>rv(ve);import{useEffect as ov,useState as nv}from"react";var gm=e=>{let[t,r]=nv("auto");return ov(()=>{let o=new ResizeObserver(n=>{r(n[0]?.contentRect.height??"auto")});return e.current&&o.observe(e.current),()=>{e.current&&o.unobserve(e.current)}},[e.current]),t};import{createContext as iv,useContext as av,useEffect as sv}from"react";var vm={login:{onComplete:[],onError:[],onOAuthLoginComplete:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},linkAccount:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},_c=iv(void 0),Cm=()=>av(_c);function De(e,t){if(!t)return;let o=Cm().current[e];return sv(()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]=o[n]?.filter(a=>a!==i)}},[t])}function D(e,t,r,...o){for(let n of e.current[t][r])n(...o)}function Os(){let e=Cm();return(t,r,...o)=>D(e,t,r,...o)}function Ac(e){De("configureMfa",e)}import xm from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import xv from"@heroicons/react/24/solid/DocumentCheckIcon";import kv from"styled-components";import Jo,{css as Wc}from"styled-components";import Ic from"styled-components";import{Fragment as cv,jsx as Rc,jsxs as dv}from"react/jsx-runtime";var ut=({success:e,fail:t})=>dv(cv,{children:[Rc(Ke,{className:e?"success":t?"fail":""}),Rc(Mc,{className:e?"success":t?"fail":""})]}),Ke=Ic.span`
12
+ - https://privy.io`;this.getNonceOnce=new Le(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=r}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),o=await this.api.post(dp,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign();return await this.api.post(pp,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw de(t)}}async sign(){if(!this.api)throw new b("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new b("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new b("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(cp,{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new b("Auth flow has no API instance");let t=this.wallet.address,r=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(r,t,this.nonce),this.preparedMessage}prepareMessage(t,r,o){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,r,n,i,l,o,a)}};var jo=class{constructor(t,r){this.meta={phoneNumber:t,captchaToken:r}}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new b("phone number and sms code must be set prior to calling authenticate.");try{let t=await this.api.post(xp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw de(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new b("phone number and sms code must be set prior to calling authenticate.");try{return await this.api.post(Tp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw de(t)}}async sendSmsCode(t,r){if(!this.api)throw new b("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),r&&(this.meta.captchaToken=r),!this.meta.phoneNumber)throw new b("phone nNumber must be set when initialzing authentication.");try{return await this.api.post(Pp,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(o){throw de(o)}}};import{v4 as z2}from"uuid";function Y(e){return e?new Date(e*1e3):null}function t2(e){let t=[];for(let r of e){let o=r.type;switch(r.type){case"wallet":let n={address:r.address,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at),chainType:"ethereum",chainId:r.chain_id,walletClient:r.wallet_client_type==="privy"?"privy":"unknown",walletClientType:r.wallet_client_type,connectorType:r.connector_type,recoveryMethod:r.recovery_method};t.push(n);break;case"email":let i={address:r.address,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(i);break;case"phone":let a={number:r.phoneNumber,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(a);break;case"google_oauth":let l={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:r.subject,username:r.username,name:r.name,type:r.type,profilePictureUrl:r.profile_picture_url,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(c);break;case"discord_oauth":let u={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(u);break;case"github_oauth":let m={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(m);break;case"tiktok_oauth":let h={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:r.subject,name:r.name,email:r.email,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(y);break;case"apple_oauth":let w={subject:r.subject,email:r.email,type:r.type,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(w);break;case"custom_auth":t.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)});break;case"farcaster":let g={type:r.type,fid:r.fid,ownerAddress:r.owner_address,displayName:r.display_name,username:r.username,bio:r.bio,pfp:r.profile_picture_url,url:r.homepage_url,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at),signerPublicKey:r.signer_public_key};t.push(g);break;case"passkey":let _={type:r.type,enrolledInMfa:r.enrolled_in_mfa,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:Y(r.verified_at),firstVerifiedAt:Y(r.first_verified_at),latestVerifiedAt:Y(r.latest_verified_at)};t.push(_);break;default:console.warn(`Unrecognized account type: ${o}. Please consider upgrading the Privy SDK.`)}}return t}function or(e,t){return e.slice().sort((r,o)=>(o.firstVerifiedAt??o.verifiedAt).getTime()-(r.firstVerifiedAt??r.verifiedAt).getTime()).find(r=>r.type===t)}var Te=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,r2=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),nr=(e,t)=>t==="all-users"&&!Te(e)||t==="users-without-wallets"&&!r2(e)?.length;function ir(e){if(!e)return null;let t=t2(e.linked_accounts),r=or(t,"wallet"),o=or(t,"email"),n=or(t,"phone"),i=or(t,"google_oauth"),a=or(t,"twitter_oauth"),l=or(t,"discord_oauth"),s=or(t,"github_oauth"),c=or(t,"spotify_oauth"),u=or(t,"tiktok_oauth"),m=or(t,"linkedin_oauth"),h=or(t,"apple_oauth"),y=or(t,"farcaster"),w=e.mfa_methods.map(({type:_,verified_at:S})=>({type:_,verifiedAt:Y(S)}));return{id:e.id,createdAt:Y(e.created_at),linkedAccounts:t,email:o&&{address:o?.address},phone:n&&{number:n?.number},wallet:r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletClient:r.walletClient,walletClientType:r.walletClientType,connectorType:r.connectorType,recoveryMethod:r.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},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},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:m&&{subject:m.subject,name:m.name,email:m.email},apple:h&&{subject:h.subject,email:h.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url,signerPublicKey:y.signerPublicKey},mfaMethods:w.map(_=>_.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as cm}from"@ethersproject/address";import{isHexString as F2}from"@ethersproject/bytes";import B2 from"eventemitter3";import{jsx as Tu,jsxs as o2}from"react/jsx-runtime";var ls=({style:e,...t})=>o2("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:[Tu("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Tu("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 Mr}from"@ethersproject/address";import{Web3Provider as Ru}from"@ethersproject/providers";import{default as d2}from"eventemitter3";import c2 from"eventemitter3";var n2=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Su=e=>n2.includes(e);import{ErrorCode as i2}from"@ethersproject/logger";var bn=class extends ee{constructor(){super("Wallet timeout");this.type="wallet_error"}},En=class extends ee{constructor(){super("User rejected connection");this.type="wallet_error"}},hr=e=>{if(e instanceof ee)return e;if(e?.code&&e?.reason){let t=new Oe(e);return e.code===i2.ACTION_REJECTED&&(t.details=et.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Oe(e):new ee("Unknown connector error",e)},Dt=class extends Fe{constructor(r,o,n){super(r);this.type="provider_error";this.code=o,this.data=n}},Oe=class extends Dt{constructor(r){let o=r;super(o.message,o.code,o.data);let n=Object.values(et).find(i=>i.eipCode===o.code);this.details=n||et.UNKNOWN_ERROR,o.code===-32002&&(o.message?.includes("already pending for origin")?o.message?.includes("wallet_requestPermissions")?this.details=et.E32002_CONNECTION_ALREADY_PENDING:this.details=et.E32002_REQUEST_ALREADY_PENDING:o.message?.includes("Already processing")&&o.message.includes("eth_requestAccounts")&&(this.details=et.E32002_WALLET_LOCKED))}},a2={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}},s2={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},l2={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},...l2,...s2},Xr={...a2,...et};var Ie=class{constructor(t,r){this.removeListener=(t,r)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,r)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new bn,r=this.rpcTimeoutDuration)=>new Promise((o,n)=>setTimeout(()=>{n(t)},r));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(r=>{this.removeListener(r.eventName,r.listener)}),this.walletProvider=t,this._subscriptions.forEach(r=>{this.walletProvider?.on(r.eventName,r.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=r||Vo,this._subscriptions=[]}on(t,r){if(this.walletProvider)return this.walletProvider.on(t,r);this._subscriptions.push({eventName:t,listener:r})}async request(t){if(!this.walletProvider)throw new ee(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(r=>{throw hr(r)})}},yo=class extends Error{constructor(r,o,n){super(r);this.code=o,this.data=n}},cs=class extends c2{constructor(r,o,n,i,a,l=1){super();this.walletProxy=r,this.address=o,this.chainId=l,this.rpcConfig=n,this.chains=i,this.provider=Qr(l,this.chains,n,{appId:a}),this.rpcTimeoutDuration=Pn(n,"privy"),this.appId=a}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new yo(`Invalid params for ${r.method}`,4200);let o=r.params[0];if(!await Se()||!this.address)throw new yo("Disconnected",4900);return(await ku(o)).hash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new yo(`Invalid params for ${r.method}`,4200);let o;if(typeof r.params[0]=="string")o=r.params[0];else if("chainId"in r.params[0]&&typeof r.params[0].chainId=="string")o=r.params[0].chainId;else throw new yo(`Invalid params for ${r.method}`,4200);this.chainId=Number(o),this.provider=Qr(this.chainId,this.chains,this.rpcConfig,{appId:this.appId}),this.emit("chainChanged",o)}async handlePersonalSign(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for personal_sign");let o=r.params[0];return await xu(o)}async handleSignedTypedData(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for eth_signTypedData_v4");let o=typeof r.params[1]=="string"?JSON.parse(r.params[1]):r.params[1];return await _u(qa(o))}async handleEstimateGas(r){if(!r.params||!Array.isArray(r.params))throw new Error("Invalid params for eth_estimateGas");delete r.params[0].gasPrice,delete r.params[0].maxFeePerGas,delete r.params[0].maxPriorityFeePerGas;let o={...r.params[0],chainId:zo(this.chainId)};try{return await this.provider.send("eth_estimateGas",[o])}catch{return delete o.from,await this.provider.send("eth_estimateGas",[o])}}async request(r){switch(console.debug("Embedded1193Provider.request() called with args",r),r.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return zo(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(r);case"eth_sendTransaction":return this.handleSendTransaction(r);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(r);case"personal_sign":return this.handlePersonalSign(r);case"eth_signTypedData_v4":return this.handleSignedTypedData(r);default:break}if(Su(r.method)){let o=await Se();if(await Au(),!o||!this.address)throw new yo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:o,request:{method:r.method,params:r.params}})).response.data}catch(n){throw console.error(n),new yo("Disconnected",4900)}}else return this.provider.send(r.method,r.params)}async connect(){let r=await Se();if(!r||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:r})).address}catch(o){return console.error(o),null}}},Ir=class extends Ie{constructor(r){super(r,r.rpcTimeoutDuration)}},go=class extends Ie{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,r){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var p2=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},kt=class extends d2{constructor(r,o,n,i){super();this.onAccountsChanged=r=>{r.length===0?this.onDisconnect():this.syncAccounts(r)};this.onChainChanged=r=>{this.wallets.forEach(o=>{o.chainId=wn(r),this.walletClientType==="privy"&&j.put(Ha(o.address),r)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=r,this.chains=o,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Pn(i,r),this.connected=!1,this.initialized=!1}buildConnectedWallet(r,o,n){let i=async()=>!!this.wallets.find(a=>Mr(a.address)===Mr(r));return{address:Mr(r),chainId:o,meta:n,switchChain:async a=>{if(!i)throw new ee("Wallet is not currently connected.");let l=this.wallets.find(h=>Mr(h.address)===Mr(r))?.chainId;if(!l)throw new ee("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===wn(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new ee(`Unsupported chainId: ${a}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await m()}catch(h){if(p2(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new ee(`Rainbow does not support the chainId ${o}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new ee("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new ee("Wallet is not currently connected.");return new Ru(new Ir(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new ee("Wallet is not currently connected.");return new go(this.proxyProvider)},sign:async a=>{if(!await i())throw new ee("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(r){let o=r;try{if(o===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(o=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!o||!Array.isArray(o)||o.length<=0||!o[0])return;let n=o[0],i=Mr(n),a=[],l;if(this.walletClientType==="privy"){let c=j.get(Ha(i));this.chains.find(u=>u.id===Number(c))||(j.del(Ha(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${hc}`,c),l=hc}let s=wn(l);if(!a.find(c=>Mr(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(Mr(n),s,c))}ds(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let r=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((o,n)=>n.connectedAt-o.connectedAt).find(o=>r.find(n=>Mr(n)===Mr(o.address)))||null}async isConnected(){let r=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(r)&&r.length>0}async sign(r){return await this.connect({showPrompt:!1}),new Ru(new Ir(this.proxyProvider)).getSigner().signMessage(r)}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 Tn={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 u2=(e,t)=>{let o=za(1,[Tn],{},t);return e.makeWeb3Provider(o,1)},ps,us=class extends kt{constructor(r,o,n,i,a){super("coinbase_wallet",r,o,n);this.connectorType="coinbase_wallet";this.proxyProvider=new Ie(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let l=window.matchMedia("(display-mode: standalone)").matches;ps||import("@coinbase/wallet-sdk").then(s=>{ps=new s.default({appName:a,darkMode:!1,headlessMode:!1,enableMobileWalletLink:l}),this.proxyProvider.setWalletProvider(u2(ps,i))})}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){ps.disconnect(),this.onDisconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:ls,id:"com.coinbase.wallet"}}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ee("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([r[0]])}catch(r){throw hr(r)}}};import{jsx as Iu}from"react/jsx-runtime";var ms=({...e})=>Iu("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Iu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var fs=class extends kt{constructor(r,o,n,i){super("privy",o,n,i);this.connectorType="embedded";this.proxyProvider=r,this.subscribeListeners()}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[zo(r?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:ms,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Mu}from"react/jsx-runtime";var Sn=({style:e,...t})=>Mu("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Mu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as Ut,jsxs as m2}from"react/jsx-runtime";var xn=({style:e,...t})=>m2("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:[Ut("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),Ut("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"}),Ut("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"})]});import{jsx as Wu,jsxs as f2}from"react/jsx-runtime";var Wr=({style:e,...t})=>f2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[Wu("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Wu("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.5267 69.9229C42.0054 76.8509 34.4292 85.6182 24.348 85.6182C19.5824 85.6182 15 83.6563 15 75.1342C15 53.4305 44.6326 19.8327 72.1268 19.8327C87.768 19.8327 94 30.6846 94 43.0079C94 58.8258 83.7355 76.9122 73.5321 76.9122C70.2939 76.9122 68.7053 75.1342 68.7053 72.314C68.7053 71.5783 68.8275 70.7812 69.0719 69.9229C65.5893 75.8699 58.8685 81.3878 52.5754 81.3878C47.993 81.3878 45.6713 78.5063 45.6713 74.4598C45.6713 72.9884 45.9768 71.4556 46.5267 69.9229ZM83.6761 42.5794C83.6761 46.1704 81.5575 47.9658 79.1875 47.9658C76.7816 47.9658 74.6989 46.1704 74.6989 42.5794C74.6989 38.9885 76.7816 37.1931 79.1875 37.1931C81.5575 37.1931 83.6761 38.9885 83.6761 42.5794ZM70.2103 42.5795C70.2103 46.1704 68.0916 47.9658 65.7216 47.9658C63.3157 47.9658 61.233 46.1704 61.233 42.5795C61.233 38.9885 63.3157 37.1931 65.7216 37.1931C68.0916 37.1931 70.2103 38.9885 70.2103 42.5795Z",fill:"#FFFDF8"})]});var kn=class extends kt{constructor(r,o,n,i,a){super(a||"unknown",r,o,n);this.connectorType="injected";this.proxyProvider=new Ie(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l)}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ee("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw hr(r)}}},_n,An=class extends kt{constructor(r,o,n,i,a){super(a??"unknown",r,o,n);this.connectorType="injected";ka(this,_n,void 0);this.proxyProvider=new Ie(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),a==="metamask"?nc(this,_n,{name:"MetaMask",icon:xn,id:"io.metamask"}):a==="phantom"&&nc(this,_n,{name:"Phantom",icon:Wr,id:"phantom"})}async initialize(){await this.syncAccounts(),this.emit("initialized"),this.initialized=!0}async connect(r){return r.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return ap(this,_n)??{name:"Browser Extension",icon:Sn,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let r=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!r||r.length===0||!r[0])throw new ee("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw hr(r)}}};_n=new WeakMap;import{getAddress as _P}from"@ethersproject/address";import{Web3Provider as AP}from"@ethersproject/providers";import{isMobile as h2}from"react-device-detect";var hs=class extends kn{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{h2||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new ee("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw hr(t)}}};var ys=class extends kt{constructor(r,o){super(r,[],o,{});this.connectorType="null";this.proxyProvider=new Ie(void 0,Vo);this.connectorType=r}get walletBranding(){return{name:"Wallet",id:""}}async initialize(){this.emit("initialized"),this.initialized=!0}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(r){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${r}`)}};var gs=class extends ys{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Wr,id:"phantom"}}};import{EthereumProvider as O2,OPTIONAL_EVENTS as N2,OPTIONAL_METHODS as D2}from"@walletconnect/ethereum-provider";import{isMobile as U2}from"react-device-detect";import{createContext as _2,useContext as k2,useEffect as Ec,useRef as A2,useState as R2}from"react";import{jsx as y2}from"react/jsx-runtime";function vs({src:e,...t}){return y2("img",{src:e,...t,style:{display:"none"}})}import{useContext as nm,useEffect as om,useMemo as P2,useState as T2}from"react";import{createContext as S2}from"react";var Ft={appearance:{landingHeader:"Log in or sign up",theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:$p,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var Lu=({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],r=[];e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `loginMethodsAndOrder.primary`");for(let o of e.primary.slice(1))t.includes(o)?console.warn(`Duplicated login method: ${o}`):t.push(o);for(let o of e.overflow??[])!t.includes(o)&&!r.includes(o)?r.push(o):console.warn(`Duplicated login method: ${o}`);return{primary:t,overflow:r}};var g2=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","wallet_connect","detected_wallets"]),Ou=e=>g2.has(e),Nu=(e,t,r)=>r.indexOf(e)===t,Du=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(Ou).filter(Nu):e?e.filter(Ou).filter(Nu):Ft.appearance.walletList;var Cs={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 ws={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"AGOR",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var bs={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://arbitrum-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var Uu={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}};var Fu={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0};var Es={id:8453,network:"base",name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-mainnet.blastapi.io"],webSocket:["wss://base-mainnet.blastapi.io"]},default:{http:["https://mainnet.base.org"]},public:{http:["https://mainnet.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://basescan.org"},default:{name:"Basescan",url:"https://basescan.org"}},testnet:!0};var Ps={id:84531,network:"base-goerli",name:"Base Goerli Testnet",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-goerli.blastapi.io"],webSocket:["wss://base-goerli.blastapi.io"]},default:{http:["https://goerli.base.org"]},public:{http:["https://goerli.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://goerli.basescan.org"},default:{name:"Basescan",url:"https://goerli.basescan.org"}},testnet:!0};var Ts={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://base-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0};var Bu={id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://berachain-artio.rpc.privy.systems"]},public:{http:["https://berachain-artio.rpc.privy.systems"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0};var Hu={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1};var Gu={id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0};var Vu={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var zu={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var qu={id:17069,name:"Garnet Holesky",network:"garnet-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.garnetchain.com"]},public:{http:["https://rpc.garnetchain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.garnetchain.com"}}};var $u={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://goerli.rpc.privy.systems"]},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 Ku={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var ju={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var Yu={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var Ss={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var xs={id:420,name:"Optimism Goerli Testnet",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var _s={id:11155420,name:"Optimism Sepolia",network:"optimism-sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://optimism-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia.optimism.io"]},public:{http:["https://sepolia.optimism.io"]},infura:{http:["https://optimism-sepolia.infura.io/v3"]}},blockExplorers:{default:{name:"Blockscout",url:"https://optimism-sepolia.blockscout.com"}},testnet:!0};var Ai={id:137,name:"Polygon Mainnet",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Ri={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{privy:{http:["https://polygon-mumbai.rpc.privy.systems"]},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 Zu={id:690,name:"Redstone",network:"redstone",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.redstonechain.com"]},public:{http:["https://rpc.redstonechain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.redstone.xyz/"}}};var Ju={id:17001,name:"Redstone Holesky",network:"redstone-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.holesky.redstone.xyz"]},public:{http:["https://rpc.holesky.redstone.xyz"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"},default:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"}}};var Qu={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{privy:{http:["https://sepolia.rpc.privy.systems"]},alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0};var ks={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var As={id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0};var Rs={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Ii=[Cs,ws,bs,$u,Qu,Tn,Ss,xs,_s,Ai,Ri,Hu,Gu,Vu,zu,Es,Ps,Ts,Bu,ju,Yu,Uu,Fu,ks,Rs,As,Ku,Zu,qu,Ju],eS=new Set(Ii.map(e=>e.id));import Yo from"tinycolor2";var Xu="#FFFFFF",v2="#000000",C2=Xu,w2="#1E1E1D";function b2(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 eo(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return Yo({...e.toHsl(),l:r})}function em({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",warnHex:o="#FFB74D",errorHex:n="#EC6351",whiteHex:i=Xu,blackHex:a=v2}){let l;switch(e){case"light":l=C2;break;case"dark":l=w2;break;default:l=e;break}let s=Yo(l),c=Yo(t),u=Yo(r),m=Yo(o),h=Yo(n),y=b2(s.getLuminance()),w=eo(s,y==="light"?-.04:.11),g=eo(s,y==="light"?-.88:.87),_=eo(s,y==="light"?-.77:.75),S=eo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),C=eo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),R=eo(c,.15),k=eo(c,-.06),L=eo(h,.3),T=Yo(c.getLuminance()>.5?a:i),N=eo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:w.toHslString(),foreground:g.toHslString(),foreground2:_.toHslString(),foreground3:S.toHslString(),foreground4:C.toHslString(),accent:c.toHslString(),accentLight:R.toHslString(),accentDark:k.toHslString(),foregroundAccent:T.toHslString(),success:u.toHslString(),successDark:N.toHslString(),error:h.toHslString(),errorLight:L.toHslString(),warn:m.toHslString()}}function Cc(e,t,r){let o=r?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(St=>n.includes(St)),a,l,s,c,u,m,h,y,w,g,_,S,C;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),c=t.loginMethods.includes("wallet"),u=i?.includes("google"),m=i?.includes("twitter"),h=i?.includes("discord"),w=i?.includes("spotify"),y=i?.includes("tiktok"),_=i?.includes("github"),g=i?.includes("linkedin"),S=i?.includes("apple"),C=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,c=e.walletAuth,u=e.googleOAuth,m=e.twitterOAuth,h=e.discordOAuth,_=e.githubOAuth,w=e.spotifyOAuth,y=e.tiktokOAuth,g=e.linkedinOAuth,S=e.appleOAuth,C=e.farcasterAuth),typeof window<"u"&&typeof window.PublicKeyCredential!="function"?s=!1:e.passkeyAuth&&(s=!0);let R=[a,l].filter(Boolean),k=[u,m,h,_,w,y,g,S,C].filter(Boolean),L=[c].filter(Boolean);if(R.length+k.length+L.length===0)throw new Error("You must enable at least one login method");let T=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;T&&L.length===0?(o("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),T=!1):!T&&k.length+R.length===0&&(o("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),T=!0),t?.loginMethods&&t.loginMethodsAndOrder&&o("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let N=Du({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),K=Lu({input:t?.loginMethodsAndOrder}),G=t?.intl?.defaultCountry??"US",{chains:V,defaultChain:M}=E2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),Q=!!t?.defaultChain,U=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,ue,ce=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?U?ue=t?.embeddedWallets?.noPromptOnSignature??!0:ue=t?.embeddedWallets?.noPromptOnSignature??ce:ue=ce,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&ue!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");let{requireUserPasswordOnCreate:ae,...he}=t?.embeddedWallets??{};return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,landingHeader:t?.appearance?.landingHeader??Ft.appearance.landingHeader,palette:em({backgroundTheme:t?.appearance?.theme??Ft.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Ft.appearance.accentColor}),loginGroupPriority:T?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:N},loginMethods:{wallet:c,email:a,sms:l,passkey:s,google:u,twitter:m,discord:h,github:_,spotify:w,tiktok:y,linkedin:g,apple:S,farcaster:C},loginMethodsAndOrder:K,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Ft.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Ft.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Ft.rpcConfig.rpcTimeouts},chains:V,defaultChain:M,intl:{defaultCountry:G},shouldEnforceDefaultChainOnConnect:Q,captchaEnabled:e.captchaEnabled??Ft.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...typeof ae=="boolean"?{requireUserOwnedRecoveryOnCreate:ae}:{},...U?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...he,noPromptOnSignature:ue},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:U?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Ft.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},headless:!!t?.headless,render:{inDialog:t?._render?.inDialog??Ft._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Ft._render.inParentNodeId}}}function tm(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:o,supportedChains:n,defaultChain:i,...a}=e;return{...a,...o?{additionalChains:o.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...r?{...r,...r.logo&&typeof r.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function E2({additionalChains:e,supportedChains:t,defaultChainFromConfig:r,hasRpcConfigDefined:o}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&o&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:Ii.find(u=>u.id===s.id)??s)}else n=Ii.concat(e??[]);let i=t?n[0]:Tn,a=r??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}var rm=function(e,t=0){let r=3735928559^t,o=1103547991^t;for(let n=0,i;n<e.length;n++)i=e.charCodeAt(n),r=Math.imul(r^i,2654435761),o=Math.imul(o^i,1597334677);return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(o^o>>>13,3266489909),o=Math.imul(o^o>>>16,2246822507),o^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&o)+(r>>>0)};import{jsx as x2}from"react/jsx-runtime";var im={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""},wc=Cc(im,void 0,!1),bc=S2({appConfig:wc,isServerConfigLoaded:!1}),am=({children:e,legacyCreateEmbeddedWalletFlag:t,client:r,clientConfig:o})=>{let[n,i]=T2(null),a=P2(()=>Cc(n??im,o,!!n),[n,o]);return om(()=>{if(!n)return;let l=tm(o,t),s=rm(JSON.stringify(l)).toString(),c=`privy:sent:${n.id}:${s}`;localStorage.getItem(c)||(r.createAnalyticsEvent({eventName:"sdk_initialize",payload:l}),localStorage.setItem(c,"t"))},[o,t,n]),om(()=>{n||(async()=>{try{let s=await r.getServerConfig();s.customApiUrl&&r.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),x2(bc.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},Lr=()=>{let{appConfig:e}=nm(bc);return e},Is=()=>{let{isServerConfigLoaded:e}=nm(bc);return e};var P=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as M2,jsxs as W2}from"react/jsx-runtime";var sm=_2({ready:!1,app:wc,currentScreen:null,lastScreen:null,navigate:P,navigateBack:P,resetNavigation:P,setModalData:P,onUserCloseViaDialogOrKeybindRef:void 0}),I2=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],lm=e=>{let t=Lr(),r=e.authenticated,[o,n]=R2(e.initialScreen);Ec(()=>{!r&&!I2.includes(e.initialScreen)&&e.setInitialScreen(null)},[r]);let i=A2(null);Ec(()=>{e.open||(i.current=null)},[e.open]),Ec(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:o,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(o)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return W2(sm.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&M2(vs,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},x=()=>k2(sm);import{jsx as Rn,jsxs as L2}from"react/jsx-runtime";var Mi=({style:e,...t})=>{let{app:r}=x();return L2("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:[Rn("rect",{width:"28",height:"28",rx:"3",fill:r?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Rn("g",{clipPath:"url(#clip0_1765_9946)",children:Rn("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"})}),Rn("defs",{children:Rn("clipPath",{id:"clip0_1765_9946",children:Rn("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Or=class extends kt{constructor(r,o,n,i,a,l,s){super(s||"unknown",n,i,o);this.connectorType="wallet_connect_v2";this.privyAppId=l,this.walletConnectCloudProjectId=r,this.rpcConfig=o,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new Ie(void 0,this.rpcTimeoutDuration),s&&(this.walletEntry=Ka[s],this.walletClientType=s)}async initialize(){let r=await this.createProvider();if(this.provider=r,this.proxyProvider.setWalletProvider(r),this.subscribeListeners(),r.session){if(this.walletProvider?.session?.peer.metadata.url){let n=$a(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}this.connected=!0,await this.syncAccounts()}this.emit("initialized"),this.initialized=!0;let{WalletConnectModal:o}=await import("@walletconnect/modal");this.modal=new o({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(n=>{!n.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})}async connect(r){return r.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"MetaMask",icon:xn,id:"io.metamask"}:{name:iu(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||Mi,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(r){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=Ka[r],this.walletClientType=r,this.redirectUri=void 0,du(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((r,o)=>{let n=()=>{o(new En)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new ee("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=$a(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Pn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),r()})().catch(a=>{if(a){o(hr(a));return}o(new ee("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(r){this.proxyProvider.setWalletProvider(r)}async createProvider(){let r={};for(let a of this.chains){let l=za(a.id,this.chains,this.rpcConfig,this.privyAppId);l&&(r[a.id]=l)}let o=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await O2.init({projectId:this.walletConnectCloudProjectId,chains:o,optionalChains:n,optionalEvents:N2,optionalMethods:D2,rpcMap:r,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),U2&&this.walletEntry){let{redirect:l,href:s}=lu(a,this.walletEntry);pu({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,ja(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=$a(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Pc=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses")?.split(" ").filter(o=>F2(o)).map(o=>cm(o));return t?.length?!!e?.linkedAccounts.filter(o=>o.type=="wallet"&&t.includes(o.address)).length:!1},Pn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Vo:Vo,Wi=class extends B2{constructor(r,o,n,i,a,l,s,c,u){super();this.getEthereumProvider=()=>{let r=this.wallets[0],o=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===r?.address));return!r||!o?new Ie:o.proxyProvider};this.privyAppId=r,this.walletConnectCloudProjectId=o,this.rpcConfig=n,this.chains=i,this.defaultChain=a,this.walletConnectors=[],this.initialized=!1,this.store=l,this.walletList=s,this.shouldEnforceDefaultChainOnConnect=c,this.privyAppName=u,this.storedConnections=this.loadConnectionHistory()}get wallets(){let r=new Set,o=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 r.has(a)?!1:(r.add(a),!0)}),n=o.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&o.unshift(o.splice(n,1)[0]),o}async initialize(){if(this.initialized)return;j.get(mc)&&(j.getKeys().forEach(o=>{o.startsWith("walletconnect")&&j.del(o)}),j.del(mc));let r=au(this.store,this.walletList).then(o=>{o.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!fo()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await r,this.initialized=!0}findWalletConnector(r,o){return r==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===r)||null:this.walletConnectors.find(n=>n.connectorType===r&&n.walletClientType===o)||null}onInitialized(r){r.wallets.forEach(o=>{let n=this.storedConnections.find(i=>i.address===o.address&&i.connectorType===o.connectorType&&i.walletClientType===o.walletClientType);n&&(o.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(r){r.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(r,o,n,i){let a=this.findWalletConnector("embedded","privy");if(a)a.proxyProvider.walletProxy=r;else{let l=new cs(r,o,this.rpcConfig,this.chains,i,n.id),s=new fs(l,this.chains,n,this.rpcConfig);this.addWalletConnector(s)}}removeEmbeddedWalletConnector(){let r=this.findWalletConnector("embedded","privy");if(r){let o=this.walletConnectors.indexOf(r);this.walletConnectors.splice(o,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(r,o,n){let i=this.findWalletConnector(r,o);if(i)return i instanceof Or&&i.resetConnection(o),i;let l=(()=>{if(r==="injected"){if(o==="metamask"&&n?.eip6963InjectedProvider)return new hs(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(o==="metamask"&&n?.legacyInjectedProvider)return new An(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(o==="phantom"&&n?.legacyInjectedProvider)return new An(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&o==="unknown_browser_extension")return new An(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new kn(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,o)}else return r==="coinbase_wallet"?new us(this.chains,this.defaultChain,this.rpcConfig,this.privyAppId,this.privyAppName):r==="phantom"?new gs(this.defaultChain):new Or(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,this.privyAppId,o)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(r){this.walletConnectors.push(r),r.on("initialized",()=>this.onInitialized(r)),r.on("walletsUpdated",()=>this.onWalletsUpdated(r)),r.initialize()}loadConnectionHistory(){let r=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",o=j.get(fc);return o&&Array.isArray(o)&&o.map(a=>r(a)).every(Boolean)?o:[]}saveConnectionHistory(){let r=this.wallets.map(o=>({address:o.address,connectorType:o.connectorType,walletClientType:o.walletClientType,connectedAt:o.connectedAt}));j.put(fc,r)}async activeWalletSign(r){let o=this.wallets,n=o.length>0?o[0]:null;return n?n.sign(r):null}setActiveWallet(r){this.activeWallet=cm(r),this.emit("walletsUpdated")}};function ds(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let o=e[r],n=t[r];if(o?.address!==n?.address||o?.chainId!==n?.chainId||o?.connectorType!==n?.connectorType||o?.connectedAt!==n?.connectedAt||o?.walletClientType!==n?.walletClientType||o?.isConnected!==n?.isConnected||o?.linked!==n?.linked)return!1}return!0}import{ofetch as H2}from"ofetch";var G2=[Ia,Wa,Ma,La],Ms=class{constructor(t,r,o){this.appId=t,this.clientAnalyticsId=r.clientAnalyticsId,this.sdkVersion=dc,this.client=r,this.defaults=o,this.fallbackApiUrl=r.fallbackApiUrl,this.baseFetch=H2.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=G2.includes(n.toString());if(!a.has("authorization")){let s=await this.client.getAccessToken({disableAutoRefresh:l});s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.retryDelay&&(i.retryDelay=i.retryDelay*3)},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Aa}})}async get(t,r){try{return await this.baseFetch(t,r)}catch(o){throw de(o)}}async post(t,r,o){try{return await this.baseFetch(t,{method:"POST",...r?{body:r}:{},...o})}catch(n){throw de(n)}}async delete(t,r){try{return await this.baseFetch(t,{method:"DELETE",...r})}catch(o){throw de(o)}}};var dm=e=>({challenge:e.challenge,allowCredentials:e.allow_credentials?.map(t=>({id:t.id,type:t.type,transports:t.transports}))||[],timeout:e.timeout,extensions:{appid:e.extensions?.app_id,credProps:e.extensions?.cred_props,hmacCreateSecret:e.extensions?.hmac_create_secret},userVerification:e.user_verification});import Zo from"js-cookie";function pm(e){return e instanceof mo?"email":e instanceof jo?"sms":e instanceof Ko?"siwe":e instanceof gn?"custom_auth":e instanceof Rr?e.meta.provider:null}import*as um from"jose";var Nr=class{static parse(t){try{return new Nr(t)}catch{return null}}constructor(t){this.value=t,this._decoded=um.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 r=Date.now(),o=(this.expiration-t)*1e3;return r>=o}};var V2=30,Ws=class{constructor(){this.authenticateOnce=new Le(async t=>this._authenticate(t)),this.linkOnce=new Le(async t=>this._link(t)),this.refreshOnce=new Le(this._refresh.bind(this)),this.destroyOnce=new Le(this._destroy.bind(this)),this.forkSessionOnce=new Le(this._forkSession.bind(this))}get token(){try{let t=j.get(Fo);return typeof t=="string"?new Nr(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=j.get(Fa);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=j.get(Ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=Zo.get(Ba);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Nr.parse(this.token);return t!==null&&!t.isExpired(V2)}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 r=await t.authenticate(),{user:o,is_new_user:n,oauth_provider_tokens:i}=r;this.handleTokenResponse(r);let a=i?{provider:i.provider,accessToken:i.access_token,accessTokenExpiresInSeconds:i.access_token_expires_in_seconds,refreshToken:i.refresh_token,scopes:i.scopes}:void 0,l=pm(t);return l&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate",payload:{method:l,isNewUser:n}}),l==="siwe"&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate_siwe",payload:{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}}),{user:ir(o),isNewUser:n,oAuthProviderTokens:a}}catch(r){throw console.warn("Error authenticating session"),lt(r)}}async _link(t){try{let r=await t.link();return ir(r)}catch(r){throw console.warn("Error linking account"),lt(r)}}async _refresh(){if(!this.api)throw new b("Session has no API instance");if(!this.client)throw new b("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,r=this.refreshToken,o=this.forkedToken;try{let n;if(t&&r||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=r?{refresh_token:r}:{};n=await this.api.post(Ia,a,{headers:i}),o&&this.clearForkedToken()}else if(o)n=await this.api.post(Wa,{refresh_token:o}),this.clearForkedToken();else return null;return this.handleTokenResponse(n),ir(n.user)}catch(n){if(n instanceof fr&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw lt(n)}}handleTokenResponse(t){t.session_update_action?t.session_update_action==="set"?(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token)):t.session_update_action==="clear"?this.destroyLocalState():t.session_update_action==="ignore"&&t.token&&this.storeToken(t.token):(this.storeRefreshToken(t.refresh_token),this.storeToken(t.token))}async _destroy(){try{await this.api?.post(Ma,{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new b("Session has no API instance");let t=this.refreshToken;try{let r=await this.api.post(lp,{refresh_token:t});return this.storeRefreshToken(r.refresh_token),this.storeToken(r.token),r.new_session_refresh_token}catch(r){throw lt(r)}}destroyLocalState(){this.storeRefreshToken(null),this.storeToken(null),this.clearForkedToken()}storeToken(t){if(typeof t=="string"){let r=j.get(Fo);if(j.put(Fo,t),!this.client?.useServerCookies){let o=Nr.parse(t)?.expiration;Zo.set(pc,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}r!==t&&this.client?.onStoreToken?.(t)}else j.del(Fo),Zo.remove(pc),this.client?.onDeleteToken?.()}storeRefreshToken(t){typeof t=="string"?(j.put(Fa,t),this.client?.useServerCookies||(Zo.set(Ba,"t",{sameSite:"Strict",secure:!0,expires:30}),Zo.set(uc,t,{sameSite:"Strict",secure:!0,expires:30}))):(j.del(Fa),Zo.remove(uc),Zo.remove(Ba))}clearForkedToken(){j.del(Ei)}};var Tc,Ls,mm,Li=class{constructor(t){ka(this,Ls);this.apiUrl=t.apiUrl||Ua,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Kp,this.appId=t.appId,this.clientAnalyticsId=sp(this,Ls,mm).call(this),Tc||(Tc=new Ws),this.session=Tc,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager({walletConnectCloudProjectId:t,rpcConfig:r,chains:o,defaultChain:n,store:i,walletList:a,shouldEnforceDefaultChainOnConnect:l,appName:s}){this.connectors||(this.connectors=new Wi(this.appId,t,r,o,n,i,a,l,s))}sessionHasActiveToken(){return this.session.hasActiveToken()}generateApi(){let t=new Ms(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new b("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new b("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){return t.api=this.api,this.authFlow=t,this.authFlow}async initMfaSmsVerification(){try{await this.api.post(Up,{action:"verify"})}catch(t){throw de(t)}}async initMfaPasskeyVerification(){try{let t=await this.api.post(Fp,{});return dm(t.options)}catch(t){throw de(t)}}async unlinkEmail(t){try{let r=await this.api.post(bp,{address:t});return ir(r)}catch(r){throw lt(r)}}async acceptTerms(){try{let t=await this.api.post(Bp,{});return ir(t)}catch(t){throw lt(t)}}async unlinkPhone(t){try{let r=await this.api.post(Sp,{phoneNumber:t});return ir(r)}catch(r){throw lt(r)}}async unlinkWallet(t){try{let r=await this.api.post(up,{address:t});return ir(r)}catch(r){throw lt(r)}}async unlinkOAuth(t,r){try{let o=await this.api.post(Rp,{provider:t,subject:r});return ir(o)}catch(o){throw lt(o)}}async unlinkFarcaster(t){try{let r=await this.api.post(gp,{fid:t});return ir(r)}catch(r){throw lt(r)}}async unlinkPasskey(t){try{let r=await this.api.post(Dp,{credential_id:t});return ir(r)}catch(r){throw lt(r)}}async createAnalyticsEvent({eventName:t,payload:r,timestamp:o,options:n}){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(La,{event_name:t,client_id:this.clientAnalyticsId,payload:{...r||{},clientTimestamp:o?o.toISOString():new Date().toISOString()}},{retry:-1,keepalive:n?.keepAlive??!1})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(Hp,t)}catch(r){throw lt(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Nr.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t={},r=this.session.token;r&&(t.authorization=`Bearer ${r}`);let o=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl,headers:t});return{id:o.id,name:o.name,verificationKey:o.verification_key,logoUrl:o.logo_url||void 0,accentColor:o.accent_color||void 0,showWalletLoginFirst:o.show_wallet_login_first,allowlistConfig:{errorTitle:o.allowlist_config.error_title,errorDetail:o.allowlist_config.error_detail,errorCtaText:o.allowlist_config.cta_text,errorCtaLink:o.allowlist_config.cta_link},walletAuth:o.wallet_auth,emailAuth:o.email_auth,smsAuth:o.sms_auth,googleOAuth:o.google_oauth,twitterOAuth:o.twitter_oauth,discordOAuth:o.discord_oauth,githubOAuth:o.github_oauth,spotifyOAuth:o.spotify_oauth,tiktokOAuth:o.tiktok_oauth,linkedinOAuth:o.linkedin_oauth,appleOAuth:o.apple_oauth,farcasterAuth:o.farcaster_auth,passkeyAuth:o.passkey_auth,termsAndConditionsUrl:o.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:o.embedded_wallet_config?.create_on_login,userOwnedRecoveryOptions:o.embedded_wallet_config.user_owned_recovery_options,requireUserOwnedRecoveryOnCreate:o.embedded_wallet_config.require_user_owned_recovery_on_create},privacyPolicyUrl:o.privacy_policy_url,requireUsersAcceptTerms:o.require_users_accept_terms,customApiUrl:o.custom_api_url,walletConnectCloudProjectId:o.wallet_connect_cloud_project_id,fiatOnRampEnabled:o.fiat_on_ramp_enabled,captchaEnabled:o.captcha_enabled,captchaSiteKey:o.captcha_site_key,twitterOAuthOnMobileEnabled:o.twitter_oauth_on_mobile_enabled,createdAt:new Date(o.created_at*1e3),updatedAt:new Date(o.updated_at*1e3),mfaMethods:o.mfa_methods,enforceWalletUis:o.enforce_wallet_uis,legacyWalletUiConfig:o.legacy_wallet_ui_config}}catch(t){throw lt(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async requestFarcasterSignerStatus(t){try{return await this.api.post("/api/v1/farcaster/signer/status",{ed25519_public_key:t})}catch(r){throw console.error("Unable to fetch Farcaster signer status"),r}}async forkSession(){return await this.session.forkSession()}};Ls=new WeakSet,mm=function(){if(typeof window>"u")return null;try{let r=j.get(Pi);if(typeof r=="string"&&r.length>0)return r}catch{}let t=z2();try{return j.put(Pi,t),t}catch{return t}};import{Turnstile as Z2}from"@marsidev/react-turnstile";import{useEffect as J2,useMemo as Q2}from"react";import{useMemo as q2,useRef as $2,useContext as K2,useState as Sc,createContext as j2}from"react";import{jsx as Y2}from"react/jsx-runtime";var fm=j2({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:P,setError:P,setExecuting:P,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:P,reset:P,execute:P}),yr=class extends Fe{constructor(r,o,n){super(r||"Captcha failed");this.type="Captcha";o instanceof Error&&(this.cause=o),this.privyErrorCode=n}},hm=({children:e,id:t,captchaSiteKey:r,captchaEnabled:o})=>{let n=$2(null),[i,a]=Sc(),[l,s]=Sc(),[c,u]=Sc(!1),m=q2(()=>o?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[o,i,l,c]);return Y2(fm.Provider,{value:{...m,ref:n,enabled:o,siteKey:r,appId:t,setToken:a,setError:s,setExecuting:u,remove(){o&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){o&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){o&&(u(!0),n.current?.execute())},async waitForResult(){if(!o)return"";try{return await ou(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new yr("Captcha failed",null,"captcha_timeout")}}},children:e})},Ce=()=>K2(fm);import{jsx as ym}from"react/jsx-runtime";var xc=e=>{let{enabled:t,siteKey:r,appId:o,setError:n,setToken:i,setExecuting:a,ref:l}=Ce(),[,s]=Q2(()=>r?.split("t:")||[],[r]);if(J2(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return ym("div",{className:"hidden h-0 w-0",children:ym(Z2,{...e,ref:l,siteKey:s,options:{action:o,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as B7,useEffect as b1,useRef as H7,useState as G7}from"react";import V7 from"react-dom";import{createContext as X2,useContext as e3}from"react";var _c=X2({isNewUserThisSession:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,appId:"notAdded",nativeTokenSymbolForChainId:P,initializeWalletProxy:P,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,openPrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,initLoginWithFarcaster:P,loginWithFarcaster:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,initUpdateEmail:P,resendEmailCode:P,resendSmsCode:P,initLoginWithHeadlessOAuth:P,loginWithHeadlessOAuth:P,initLoginWithOAuth:P,recoveryOAuthFlow:P,loginWithOAuth:P,initLoginWithPasskey:P,loginWithPasskey:P,initLinkWithPasskey:P,linkWithPasskey:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,acceptTerms:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P,getFiatOnRampConfig:P,updateWallets:P,fundWallet:P,setReadyToTrue:P,requestFarcasterSignerStatus:P}),I=()=>e3(_c);import{createContext as t3,useContext as r3}from"react";var ge=t3({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,connectOrCreateWallet:P,linkEmail:P,linkPhone:P,linkFarcaster:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkSpotify:P,linkTiktok:P,linkLinkedIn:P,linkApple:P,linkPasskey:P,updateEmail:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkSpotify:P,unlinkTiktok:P,unlinkLinkedIn:P,unlinkApple:P,unlinkFarcaster:P,unlinkPasskey:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,signTypedData:P,enrollInMfa:P,initEnrollmentWithSms:P,initEnrollmentWithTotp:P,initEnrollmentWithPasskey:P,promptMfa:P,init:P,submitEnrollmentWithSms:P,submitEnrollmentWithTotp:P,submitEnrollmentWithPasskey:P,unenroll:P,submit:P,cancel:P,sendTransaction:P,exportWallet:P,setWalletPassword:P,requestFarcasterSignerFromWarpcast:P,getFarcasterSignerPublicKey:P,signFarcasterMessage:P,initLoginWithEmail:P,initLoginWithSms:P,otpState:{status:"initial"},loginWithCode:P,fundWallet:P,initLoginWithHeadlessOAuth:P,loginWithHeadlessOAuth:P,isHeadlessOAuthLoading:!1,isModalOpen:!1}),F=()=>r3(ge);import{useEffect as o3,useState as n3}from"react";var gm=e=>{let[t,r]=n3("auto");return o3(()=>{let o=new ResizeObserver(n=>{r(n[0]?.contentRect.height??"auto")});return e.current&&o.observe(e.current),()=>{e.current&&o.unobserve(e.current)}},[e.current]),t};import{createContext as i3,useContext as a3,useEffect as s3}from"react";var vm={login:{onComplete:[],onError:[],onOAuthLoginComplete:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},linkAccount:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},kc=i3(void 0),Cm=()=>a3(kc);function Ne(e,t){if(!t)return;let o=Cm().current[e];return s3(()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]=o[n]?.filter(a=>a!==i)}},[t])}function D(e,t,r,...o){for(let n of e.current[t][r])n(...o)}function Os(){let e=Cm();return(t,r,...o)=>D(e,t,r,...o)}function Ac(e){Ne("configureMfa",e)}import xm from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import x3 from"@heroicons/react/24/solid/DocumentCheckIcon";import _3 from"styled-components";import Jo,{css as Wc}from"styled-components";import Ic from"styled-components";import{Fragment as c3,jsx as Rc,jsxs as d3}from"react/jsx-runtime";var ct=({success:e,fail:t})=>d3(c3,{children:[Rc(Ke,{className:e?"success":t?"fail":""}),Rc(Mc,{className:e?"success":t?"fail":""})]}),Ke=Ic.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -48,7 +48,7 @@ Resources:
48
48
  animation: none;
49
49
  opacity: 0.5;
50
50
  }
51
- `,to=e=>Rc(lv,{color:e.color||"var(--privy-color-foreground-3)"}),lv=Ic(Ke)`
51
+ `,to=e=>Rc(l3,{color:e.color||"var(--privy-color-foreground-3)"}),l3=Ic(Ke)`
52
52
  && {
53
53
  height: 0.9rem;
54
54
  width: 0.9rem;
@@ -57,7 +57,7 @@ Resources:
57
57
  /* Override default Loader to match button transitions */
58
58
  transition: border-color 200ms ease;
59
59
  }
60
- `;import{jsx as ar,jsxs as Us}from"react/jsx-runtime";var Ns=Jo.button`
60
+ `;import{jsx as ar,jsxs as Fs}from"react/jsx-runtime";var Ns=Jo.button`
61
61
  display: flex;
62
62
  flex-direction: row;
63
63
  align-items: center;
@@ -85,13 +85,13 @@ Resources:
85
85
  color: var(--privy-color-foreground-3);
86
86
  cursor: not-allowed;
87
87
  }
88
- `,W=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>ar(wm,{disabled:t||r,...n,children:t?Us("span",{children:[ar(to,{}),o?ar("span",{children:o}):null]}):e}),fk=Jo(W)`
88
+ `,W=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>ar(wm,{disabled:t||r,...n,children:t?Fs("span",{children:[ar(to,{}),o?ar("span",{children:o}):null]}):e}),f_=Jo(W)`
89
89
  ${e=>e.hideAnimations&&Wc`
90
90
  && {
91
91
  transition: none;
92
92
  }
93
93
  `}
94
- `,Ds=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>ar(wm,{as:"a",disabled:t||r,...n,children:t?Us("span",{children:[ar(to,{}),o?ar("span",{children:o}):null]}):e}),wm=Jo(Ns)`
94
+ `,Ds=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>ar(wm,{as:"a",disabled:t||r,...n,children:t?Fs("span",{children:[ar(to,{}),o?ar("span",{children:o}):null]}):e}),wm=Jo(Ns)`
95
95
  position: relative;
96
96
 
97
97
  && {
@@ -136,7 +136,7 @@ Resources:
136
136
  opacity: 1;
137
137
  animation: fadein 200ms ease;
138
138
  }
139
- `,gr=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>ar(pv,{disabled:t||r,...n,children:t?Us("span",{children:[ar(to,{}),o?ar("span",{children:o}):null]}):e}),pv=Jo(Ns)`
139
+ `,gr=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>ar(p3,{disabled:t||r,...n,children:t?Fs("span",{children:[ar(to,{}),o?ar("span",{children:o}):null]}):e}),p3=Jo(Ns)`
140
140
  && {
141
141
  border-width: 1px;
142
142
  border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
@@ -165,7 +165,7 @@ Resources:
165
165
  opacity: 1;
166
166
  animation: fadein 200ms ease;
167
167
  }
168
- `,Fs=Jo.button`
168
+ `,Us=Jo.button`
169
169
  && {
170
170
  padding: 12px 16px;
171
171
  font-weight: 500;
@@ -196,10 +196,10 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,hk=Jo.div`
199
+ `,h_=Jo.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
- `,In=({children:e,onClick:t,disabled:r,isSubmitting:o,...n})=>Us(uv,{isSubmitting:o,onClick:t,disabled:r,...n,children:[ar("span",{children:e}),ar("span",{children:ar(to,{})})]}),uv=Jo.button`
202
+ `,In=({children:e,onClick:t,disabled:r,isSubmitting:o,...n})=>Fs(u3,{isSubmitting:o,onClick:t,disabled:r,...n,children:[ar("span",{children:e}),ar("span",{children:ar(to,{})})]}),u3=Jo.button`
203
203
  && {
204
204
  color: var(--privy-color-accent);
205
205
  font-size: 16px;
@@ -241,7 +241,7 @@ Resources:
241
241
  cursor: not-allowed;
242
242
  }
243
243
  }
244
- `;import bm from"styled-components";import{Fragment as mv,jsx as vo,jsxs as Em}from"react/jsx-runtime";var Lc=bm.div`
244
+ `;import bm from"styled-components";import{Fragment as m3,jsx as vo,jsxs as Em}from"react/jsx-runtime";var Lc=bm.div`
245
245
  margin-top: 16px;
246
246
  font-size: 13px;
247
247
  text-align: center;
@@ -250,7 +250,7 @@ Resources:
250
250
  && > a {
251
251
  color: var(--privy-color-accent);
252
252
  }
253
- `;function Mn(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:r,requireUsersAcceptTerms:o}}=e.app;if(o&&!e.alwaysShowImplicitConsent)return vo(Lc,{});if(!r&&!t)return vo(Lc,{});let n=!!(t&&r);return Em(Lc,{children:["By logging in I agree to the"," ",r&&vo("a",{href:r,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&vo("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var z=({protectedByPrivy:e})=>vo(q,{children:e?Em(mv,{children:[vo(ms,{className:"hide-on-mobile"}),vo("span",{className:"hide-on-mobile",children:vo("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),q=bm.div`
253
+ `;function Mn(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:r,requireUsersAcceptTerms:o}}=e.app;if(o&&!e.alwaysShowImplicitConsent)return vo(Lc,{});if(!r&&!t)return vo(Lc,{});let n=!!(t&&r);return Em(Lc,{children:["By logging in I agree to the"," ",r&&vo("a",{href:r,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&vo("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var z=({protectedByPrivy:e})=>vo(q,{children:e?Em(m3,{children:[vo(ms,{className:"hide-on-mobile"}),vo("span",{className:"hide-on-mobile",children:vo("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),q=bm.div`
254
254
  display: flex;
255
255
  align-items: center;
256
256
  justify-content: center;
@@ -277,7 +277,7 @@ Resources:
277
277
  @media all and (display-mode: standalone) {
278
278
  padding-bottom: 30px;
279
279
  }
280
- `;import fv from"@heroicons/react/24/outline/ArrowLeftIcon";import hv from"@heroicons/react/24/outline/QuestionMarkCircleIcon";import yv from"@heroicons/react/24/outline/XMarkIcon";import Wn from"styled-components";import{jsx as Mt,jsxs as Tm}from"react/jsx-runtime";var gv=({backFn:e})=>Mt("div",{children:Mt(Oc,{onClick:e,children:Mt(fv,{height:"16px",width:"16px",strokeWidth:2})})}),vv=({infoFn:e})=>Mt("div",{children:Mt(wv,{"aria-label":"info",onClick:e,children:Mt(hv,{height:"22px",width:"22px",strokeWidth:2})})}),Cv=e=>Mt("div",{children:Mt(Oc,{"aria-label":"close modal",onClick:e.onClose,children:Mt(yv,{height:"16px",width:"16px",strokeWidth:2})})});var T=({backFn:e,infoFn:t,onClose:r,title:o,closeable:n=!0})=>{let{closePrivyModal:i}=M(),{app:a}=x();return Tm(bv,{children:[Tm(Ev,{children:[e&&Mt(gv,{backFn:e}),t&&Mt(vv,{infoFn:t})]}),o&&Mt(Pv,{id:"privy-dialog-title",children:o}),Mt(Tv,{children:a?.render.inDialog&&n&&Mt(Cv,{onClose:r||(()=>i())})})]})},Oc=Wn.button`
280
+ `;import f3 from"@heroicons/react/24/outline/ArrowLeftIcon";import h3 from"@heroicons/react/24/outline/QuestionMarkCircleIcon";import y3 from"@heroicons/react/24/outline/XMarkIcon";import Wn from"styled-components";import{jsx as At,jsxs as Pm}from"react/jsx-runtime";var g3=({backFn:e})=>At("div",{children:At(Oc,{onClick:e,children:At(f3,{height:"16px",width:"16px",strokeWidth:2})})}),v3=({infoFn:e})=>At("div",{children:At(w3,{"aria-label":"info",onClick:e,children:At(h3,{height:"22px",width:"22px",strokeWidth:2})})}),C3=e=>At("div",{children:At(Oc,{"aria-label":"close modal",onClick:e.onClose,children:At(y3,{height:"16px",width:"16px",strokeWidth:2})})});var E=({backFn:e,infoFn:t,onClose:r,title:o,closeable:n=!0})=>{let{closePrivyModal:i}=I(),{app:a}=x();return Pm(b3,{children:[Pm(E3,{children:[e&&At(g3,{backFn:e}),t&&At(v3,{infoFn:t})]}),o&&At(T3,{id:"privy-dialog-title",children:o}),At(P3,{children:a?.render.inDialog&&n&&At(C3,{onClose:r||(()=>i())})})]})},Oc=Wn.button`
281
281
  && {
282
282
  cursor: pointer;
283
283
  display: flex;
@@ -296,11 +296,11 @@ Resources:
296
296
  opacity: 1;
297
297
  }
298
298
  }
299
- `,wv=Wn(Oc)`
299
+ `,w3=Wn(Oc)`
300
300
  && {
301
301
  background-color: transparent;
302
302
  }
303
- `,bv=Wn.div`
303
+ `,b3=Wn.div`
304
304
  padding: 16px 0;
305
305
  display: flex;
306
306
  align-items: center;
@@ -312,23 +312,23 @@ Resources:
312
312
  font-weight: 600;
313
313
  color: var(--privy-color-foreground);
314
314
  }
315
- `,Ev=Wn.div`
315
+ `,E3=Wn.div`
316
316
  flex: 1;
317
317
  align-items: center;
318
318
  display: flex;
319
319
  gap: 8px;
320
- `,Tv=Wn.div`
320
+ `,P3=Wn.div`
321
321
  flex: 1;
322
322
  display: flex;
323
323
  justify-content: flex-end;
324
- `,Pv=Wn.div`
324
+ `,T3=Wn.div`
325
325
  overflow: hidden;
326
326
  white-space: nowrap;
327
327
  max-width: 100%;
328
328
  text-overflow: ellipsis;
329
329
  text-align: center;
330
330
  color: var(--privy-color-foreground-2);
331
- `;import Ln,{css as Sv}from"styled-components";var Bs=Ln.div`
331
+ `;import Ln,{css as S3}from"styled-components";var Bs=Ln.div`
332
332
  text-align: left;
333
333
  flex-grow: 1;
334
334
  `,Hs=Ln.div`
@@ -351,7 +351,7 @@ Resources:
351
351
  &::-webkit-scrollbar {
352
352
  display: none;
353
353
  }
354
- `,Pm=Sv`
354
+ `,Tm=S3`
355
355
  && {
356
356
  width: 100%;
357
357
  font-size: 16px;
@@ -389,14 +389,14 @@ Resources:
389
389
  max-width: 24px;
390
390
  }
391
391
  }
392
- `,Re=Ln.button`
393
- ${Pm}
392
+ `,Ae=Ln.button`
393
+ ${Tm}
394
394
  `,Nc=Ln.a`
395
- ${Pm}
395
+ ${Tm}
396
396
  `,ro=Ln.div`
397
397
  width: 100%;
398
398
  ${e=>e.if?"display: none;":""}
399
- `;import je from"styled-components";var Ee=je.div`
399
+ `;import je from"styled-components";var be=je.div`
400
400
  display: flex;
401
401
  flex-direction: column;
402
402
  align-items: center;
@@ -432,7 +432,7 @@ Resources:
432
432
  padding: 1rem 0rem 0rem;
433
433
  flex-grow: 1;
434
434
  width: 100%;
435
- `,Wt=je.div`
435
+ `,Rt=je.div`
436
436
  width: 25px;
437
437
  display: flex;
438
438
  align-items: center;
@@ -444,14 +444,14 @@ Resources:
444
444
  width: 25px !important;
445
445
  color: var(--privy-color-accent);
446
446
  }
447
- `,Lt=je.div`
447
+ `,It=je.div`
448
448
  display: flex;
449
449
  align-items: center;
450
450
  gap: 10px;
451
451
  font-size: 0.875rem;
452
452
  line-height: 1rem;
453
453
  text-align: left;
454
- `,mt=je.div`
454
+ `,dt=je.div`
455
455
  display: flex;
456
456
  flex-direction: column;
457
457
  gap: 10px;
@@ -548,7 +548,7 @@ Resources:
548
548
  &:hover {
549
549
  text-decoration: underline;
550
550
  }
551
- `,We=je.div`
551
+ `,Me=je.div`
552
552
  display: flex;
553
553
  align-items: center;
554
554
  justify-content: center;
@@ -565,10 +565,10 @@ Resources:
565
565
  }
566
566
  `,Ks=je.div`
567
567
  color: var(--privy-color-error);
568
- `;import{Fragment as Rv,jsx as Dr,jsxs as Ni}from"react/jsx-runtime";var km=()=>{let{user:e,logout:t}=B(),{app:r,onUserCloseViaDialogOrKeybindRef:o,setModalData:n,navigate:i}=x(),{acceptTerms:a,closePrivyModal:l,createAnalyticsEvent:s}=M(),c=f=>{f?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};o.current=c;let u=async f=>{f.preventDefault(),await a(),e&&nr(e,r?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:h=>{console.error(h),s({eventName:"embedded_wallet_creation_failure_logout",payload:{error:h,screen:"AffirmativeConsentScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return Dr(_v,{termsAndConditionsUrl:r?.legal.termsAndConditionsUrl,privacyPolicyUrl:r?.legal.privacyPolicyUrl,onAccept:u,onDecline:c})},_v=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:r,onDecline:o})=>Ni(Rv,{children:[Dr(T,{closeable:!1}),Dr(xv,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),Dr(ne,{style:{marginTop:24},children:"One last step"}),Dr(se,{children:"By signing up, you agree to our terms and privacy policy."}),Ni(sr,{style:{marginTop:24},children:[e&&Ni(Nc,{target:"_blank",href:e,children:["View Terms ",Dr(xm,{style:{marginLeft:"auto"}})]}),t&&Ni(Nc,{target:"_blank",href:t,children:["View Privacy Policy ",Dr(xm,{style:{marginLeft:"auto"}})]})]}),Ni(Av,{style:{marginTop:24},children:[Dr(gr,{onClick:o,children:"No thanks"}),Dr(W,{onClick:r,children:"Accept"})]}),Dr(z,{protectedByPrivy:!0})]}),Av=kv.div`
568
+ `;import{Fragment as R3,jsx as Dr,jsxs as Ni}from"react/jsx-runtime";var _m=()=>{let{user:e,logout:t}=F(),{app:r,onUserCloseViaDialogOrKeybindRef:o,setModalData:n,navigate:i}=x(),{acceptTerms:a,closePrivyModal:l,createAnalyticsEvent:s}=I(),c=m=>{m?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};o.current=c;let u=async m=>{m.preventDefault(),await a(),e&&nr(e,r?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:h=>{console.error(h),s({eventName:"embedded_wallet_creation_failure_logout",payload:{error:h,screen:"AffirmativeConsentScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return Dr(k3,{termsAndConditionsUrl:r?.legal.termsAndConditionsUrl,privacyPolicyUrl:r?.legal.privacyPolicyUrl,onAccept:u,onDecline:c})},k3=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:r,onDecline:o})=>Ni(R3,{children:[Dr(E,{closeable:!1}),Dr(x3,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),Dr(ne,{style:{marginTop:24},children:"One last step"}),Dr(se,{children:"By signing up, you agree to our terms and privacy policy."}),Ni(sr,{style:{marginTop:24},children:[e&&Ni(Nc,{target:"_blank",href:e,children:["View Terms ",Dr(xm,{style:{marginLeft:"auto"}})]}),t&&Ni(Nc,{target:"_blank",href:t,children:["View Privacy Policy ",Dr(xm,{style:{marginLeft:"auto"}})]})]}),Ni(A3,{style:{marginTop:24},children:[Dr(gr,{onClick:o,children:"No thanks"}),Dr(W,{onClick:r,children:"Accept"})]}),Dr(z,{protectedByPrivy:!0})]}),A3=_3.div`
569
569
  display: flex;
570
570
  gap: 10px;
571
- `;import Am from"styled-components";import Iv from"styled-components";var js=Iv.span`
571
+ `;import Am from"styled-components";import I3 from"styled-components";var js=I3.span`
572
572
  && {
573
573
  width: 82px;
574
574
  height: 82px;
@@ -583,7 +583,7 @@ Resources:
583
583
  transition: border-color 800ms;
584
584
  border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
585
585
  }
586
- `;import Mv from"styled-components";var Wv=Mv.div`
586
+ `;import M3 from"styled-components";var W3=M3.div`
587
587
  display: flex;
588
588
  flex-direction: column;
589
589
  justify-content: center;
@@ -606,7 +606,7 @@ Resources:
606
606
  left: -19px;
607
607
  top: -19px;
608
608
  }
609
- `,ft=Wv;import{jsx as _m}from"react/jsx-runtime";var Ys=({style:e,...t})=>_m("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:_m("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as Dc,jsx as Fr,jsxs as Zs}from"react/jsx-runtime";var Rm=()=>{let{navigate:e,app:t}=x(),r=t?.allowlistConfig.errorTitle||"You don't have access to this app",o=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return Zs(Dc,{children:[Fr(T,{}),Zs(Lv,{children:[Fr(ft,{children:Zs("div",{children:[Fr(js,{}),Fr(Ys,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Zs(Ov,{children:[typeof r=="string"?Fr("h3",{children:r}):Fr(Dc,{children:r}),typeof o=="string"?Fr("p",{children:o}):Fr(Dc,{children:o})]}),t?.allowlistConfig.errorCtaLink?Fr(W,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Fr(W,{onClick:()=>{e("LANDING")},children:n})]})]})},Lv=Am.div`
609
+ `,pt=W3;import{jsx as km}from"react/jsx-runtime";var Ys=({style:e,...t})=>km("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:km("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as Dc,jsx as Ur,jsxs as Zs}from"react/jsx-runtime";var Rm=()=>{let{navigate:e,app:t}=x(),r=t?.allowlistConfig.errorTitle||"You don't have access to this app",o=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return Zs(Dc,{children:[Ur(E,{}),Zs(L3,{children:[Ur(pt,{children:Zs("div",{children:[Ur(js,{}),Ur(Ys,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Zs(O3,{children:[typeof r=="string"?Ur("h3",{children:r}):Ur(Dc,{children:r}),typeof o=="string"?Ur("p",{children:o}):Ur(Dc,{children:o})]}),t?.allowlistConfig.errorCtaLink?Ur(W,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Ur(W,{onClick:()=>{e("LANDING")},children:n})]})]})},L3=Am.div`
610
610
  display: flex;
611
611
  flex-direction: column;
612
612
  align-items: center;
@@ -614,11 +614,11 @@ Resources:
614
614
  gap: 24px;
615
615
  width: 100%;
616
616
  padding-bottom: 16px;
617
- `,Ov=Am.div`
617
+ `,O3=Am.div`
618
618
  display: flex;
619
619
  flex-direction: column;
620
620
  gap: 8px;
621
- `;import Fv from"@heroicons/react/24/outline/EnvelopeIcon";import Uv from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as Dm,useState as Js}from"react";import{isMobile as Bv}from"react-device-detect";import Ui from"styled-components";import Gt from"styled-components";var cr=Gt.div`
621
+ `;import U3 from"@heroicons/react/24/outline/EnvelopeIcon";import F3 from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as Dm,useState as Js}from"react";import{isMobile as B3}from"react-device-detect";import Fi from"styled-components";import Bt from"styled-components";var cr=Bt.div`
622
622
  display: flex;
623
623
  flex-direction: column;
624
624
  align-items: flex-start;
@@ -626,36 +626,36 @@ Resources:
626
626
  margin-top: auto;
627
627
  gap: 16px;
628
628
  flex-grow: 100;
629
- `,Tt=Gt.div`
629
+ `,wt=Bt.div`
630
630
  display: flex;
631
631
  flex-direction: column;
632
632
  align-items: center;
633
633
  justify-content: center;
634
634
  flex-grow: 1;
635
635
  width: 100%;
636
- `,Im=Gt.div`
636
+ `,Im=Bt.div`
637
637
  display: flex;
638
638
  flex-direction: column;
639
639
  align-items: center;
640
640
  width: 100%;
641
- `,On=Gt(Tt)`
641
+ `,On=Bt(wt)`
642
642
  padding: 20px 0;
643
- `,vr=Gt(Tt)`
643
+ `,vr=Bt(wt)`
644
644
  gap: 16px;
645
- `,Fc=Gt.div`
645
+ `,Uc=Bt.div`
646
646
  display: flex;
647
647
  flex-direction: column;
648
648
  width: 100%;
649
- `,Ye=Gt.div`
649
+ `,Ye=Bt.div`
650
650
  display: flex;
651
651
  flex-direction: column;
652
652
  gap: 8px;
653
- `,d_=Gt.div`
653
+ `,dk=Bt.div`
654
654
  display: flex;
655
655
  flex-direction: column;
656
656
  justify-content: space-between;
657
657
  height: 100%;
658
- `,Mm=Gt.div`
658
+ `,Mm=Bt.div`
659
659
  display: flex;
660
660
  flex-direction: column;
661
661
  justify-content: flex-start;
@@ -678,13 +678,13 @@ Resources:
678
678
  color: var(--privy-color-foreground-3);
679
679
  font-size: 14px;
680
680
  }
681
- `,X=Gt.div`
681
+ `,X=Bt.div`
682
682
  height: 16px;
683
- `,ie=Gt.div`
683
+ `,ie=Bt.div`
684
684
  height: 12px;
685
- `,Wm=Gt.div`
685
+ `,Wm=Bt.div`
686
686
  position: relative;
687
- `,Lm=Gt.div`
687
+ `,Lm=Bt.div`
688
688
  background-color: var(--privy-color-accent);
689
689
  display: flex;
690
690
  justify-content: center;
@@ -692,9 +692,9 @@ Resources:
692
692
  border-radius: 50%;
693
693
  border-color: white;
694
694
  border-width: 2px !important;
695
- `;import Uc from"styled-components";import{Fragment as Dv,jsx as Di,jsxs as Nm}from"react/jsx-runtime";var Fi=({title:e,description:t,children:r,...o})=>Di(Om,{...o,children:Nm(Dv,{children:[Di("h3",{children:e}),typeof t=="string"?Di("p",{children:t}):t,r]})}),Ur=Uc(Fi)`
695
+ `;import Fc from"styled-components";import{Fragment as D3,jsx as Di,jsxs as Nm}from"react/jsx-runtime";var Ui=({title:e,description:t,children:r,...o})=>Di(Om,{...o,children:Nm(D3,{children:[Di("h3",{children:e}),typeof t=="string"?Di("p",{children:t}):t,r]})}),Fr=Fc(Ui)`
696
696
  margin-bottom: 24px;
697
- `,Te=({title:e,description:t,icon:r,children:o,...n})=>Nm(Nv,{...n,children:[r||null,Di("h3",{children:e}),typeof t=="string"?Di("p",{children:t}):t,o]}),Om=Uc.div`
697
+ `,Ee=({title:e,description:t,icon:r,children:o,...n})=>Nm(N3,{...n,children:[r||null,Di("h3",{children:e}),typeof t=="string"?Di("p",{children:t}):t,o]}),Om=Fc.div`
698
698
  display: flex;
699
699
  flex-direction: column;
700
700
  justify-content: flex-start;
@@ -714,7 +714,7 @@ Resources:
714
714
  color: var(--privy-color-foreground-2);
715
715
  font-size: 14px;
716
716
  }
717
- `,Nv=Uc(Om)`
717
+ `,N3=Fc(Om)`
718
718
  align-items: center;
719
719
  text-align: center;
720
720
  gap: 16px;
@@ -722,7 +722,7 @@ Resources:
722
722
  h3 {
723
723
  margin-bottom: 24px;
724
724
  }
725
- `;import{Fragment as Bc,jsx as ht,jsxs as Co}from"react/jsx-runtime";var Hc=6,Fm=new Array(Hc).fill(""),Hv=1400;var Bm=()=>{let{app:e,navigate:t,navigateBack:r,setModalData:o,onUserCloseViaDialogOrKeybindRef:n}=x(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u,createAnalyticsEvent:f}=M(),{authenticated:h,logout:y,user:w}=B(),[v,k]=Js(Fm),[S,C]=Js(!1),[R,_]=Js(null),[L,P]=Js(null);n.current=()=>null;let N=s()?.email?0:1,K=e?.render.inDialog?Be:0,G=e?.render.inDialog?K-500:0;Dm(()=>{if(h&&S&&w){if(e?.legal.requireUsersAcceptTerms&&!w.hasAcceptedTerms){let ce=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},G);return()=>clearTimeout(ce)}if(nr(w,e?.embeddedWallets?.createOnLogin)){let ce=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:ae=>{console.error(ae),f({eventName:"embedded_wallet_creation_failure_logout",payload:{error:ae,screen:"AwaitingPasswordlessCodeScreen"}}),y()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},G);return()=>clearTimeout(ce)}else{u();let ce=setTimeout(()=>i({shouldCallAuthOnSuccess:!0,isSuccess:!0}),K);return()=>clearTimeout(ce)}}},[h,S,w]),Dm(()=>{if(R&&L===0){let ue=setTimeout(()=>{k(Fm),_(null),document.querySelector("input[name=code-0]")?.focus()},Hv);return()=>clearTimeout(ue)}},[R]);let V=ue=>{ue.preventDefault();let ce=ue.currentTarget.value.replace(" ","");if(ce==="")return;if(isNaN(Number(ce))){_("Code should be numeric"),P(1);return}_(null),P(null);let ae=Number(ue.currentTarget.name?.charAt(5)),ge=[...ce||[""]].slice(0,Hc-ae),J=[...v.slice(0,ae),...ge,...v.slice(ae+ge.length)];k(J);let _t=ge.length,Ct=Math.min(Math.max(ae+_t,0),Hc-1);isNaN(Number(ue.currentTarget.value))||document.querySelector(`input[name=code-${Ct}]`)?.focus(),J.every(At=>At&&!isNaN(+At))&&(document.querySelector(`input[name=code-${Ct}]`)?.blur(),c(J.join("")).then(()=>C(!0)).catch(ze=>{if(ze?.status===422)_("Invalid or expired verification code");else if(ze instanceof fr&&ze.privyErrorCode==="cannot_link_more_of_type")_(ze.message);else if(ze instanceof fr&&ze.privyErrorCode==="max_accounts_reached"){console.error(new Ar(ze).toString()),t("USER_LIMIT_REACHED_SCREEN");return}else _("Issue verifying code");P(0)}))},I=ue=>{L===1&&(_(null),P(null));let ce=[...v.slice(0,ue),"",...v.slice(ue+1)];k(ce),ue>0&&document.querySelector(`input[name=code-${ue-1}]`)?.focus()},Q=N==0?ht(Fv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):ht(Uv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),F=N==0?Co("p",{children:["Please check ",ht(Um,{children:s()?.email})," for an email from privy.io and enter your code below."]}):Co("p",{children:["Please check ",ht(Um,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return Co(Bc,{children:[ht(T,{backFn:()=>r()},"header"),Co(Gv,{children:[ht(Te,{title:"Enter confirmation code",description:F,icon:Q}),Co(Im,{children:[Co(Vv,{children:[ht(zv,{fail:!!R,success:S,children:ht("span",{children:R||(S?"Success!":"")})}),ht("div",{children:v.map((ue,ce)=>ht("input",{name:`code-${ce}`,type:"text",value:v[ce],onChange:V,onKeyUp:ae=>{ae.key==="Backspace"&&I(ce)},inputMode:"numeric",autoFocus:ce===0,pattern:"[0-9]",className:`${S?"success":""} ${R?"fail":""}`,autoComplete:Bv?"one-time-code":"off"},ce))})]}),ht(qv,{children:N==0?Co(Bc,{children:[ht("span",{children:"Didn't get an email?"}),ht("button",{onClick:a,children:"Resend code"})]}):Co(Bc,{children:[ht("span",{children:"Didn't get a message?"}),ht("button",{onClick:l,children:"Resend code"})]})})]})]}),ht(z,{protectedByPrivy:!0})]})},Gv=Ui.div`
725
+ `;import{Fragment as Bc,jsx as ut,jsxs as Co}from"react/jsx-runtime";var Hc=6,Um=new Array(Hc).fill(""),H3=1400;var Bm=()=>{let{app:e,navigate:t,navigateBack:r,setModalData:o,onUserCloseViaDialogOrKeybindRef:n}=x(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u,createAnalyticsEvent:m}=I(),{authenticated:h,logout:y,user:w}=F(),[g,_]=Js(Um),[S,C]=Js(!1),[R,k]=Js(null),[L,T]=Js(null);n.current=()=>null;let N=s()?.email?0:1,K=e?.render.inDialog?Be:0,G=e?.render.inDialog?K-500:0;Dm(()=>{if(h&&S&&w){if(e?.legal.requireUsersAcceptTerms&&!w.hasAcceptedTerms){let ce=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},G);return()=>clearTimeout(ce)}if(nr(w,e?.embeddedWallets?.createOnLogin)){let ce=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:ae=>{console.error(ae),m({eventName:"embedded_wallet_creation_failure_logout",payload:{error:ae,screen:"AwaitingPasswordlessCodeScreen"}}),y()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},G);return()=>clearTimeout(ce)}else{u();let ce=setTimeout(()=>i({shouldCallAuthOnSuccess:!0,isSuccess:!0}),K);return()=>clearTimeout(ce)}}},[h,S,w]),Dm(()=>{if(R&&L===0){let ue=setTimeout(()=>{_(Um),k(null),document.querySelector("input[name=code-0]")?.focus()},H3);return()=>clearTimeout(ue)}},[R]);let V=ue=>{ue.preventDefault();let ce=ue.currentTarget.value.replace(" ","");if(ce==="")return;if(isNaN(Number(ce))){k("Code should be numeric"),T(1);return}k(null),T(null);let ae=Number(ue.currentTarget.name?.charAt(5)),he=[...ce||[""]].slice(0,Hc-ae),J=[...g.slice(0,ae),...he,...g.slice(ae+he.length)];_(J);let St=he.length,yt=Math.min(Math.max(ae+St,0),Hc-1);isNaN(Number(ue.currentTarget.value))||document.querySelector(`input[name=code-${yt}]`)?.focus(),J.every(xt=>xt&&!isNaN(+xt))&&(document.querySelector(`input[name=code-${yt}]`)?.blur(),c(J.join("")).then(()=>C(!0)).catch(ze=>{if(ze?.status===422)k("Invalid or expired verification code");else if(ze instanceof fr&&ze.privyErrorCode==="cannot_link_more_of_type")k(ze.message);else if(ze instanceof fr&&ze.privyErrorCode==="max_accounts_reached"){console.error(new Ar(ze).toString()),t("USER_LIMIT_REACHED_SCREEN");return}else k("Issue verifying code");T(0)}))},M=ue=>{L===1&&(k(null),T(null));let ce=[...g.slice(0,ue),"",...g.slice(ue+1)];_(ce),ue>0&&document.querySelector(`input[name=code-${ue-1}]`)?.focus()},Q=N==0?ut(U3,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):ut(F3,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),U=N==0?Co("p",{children:["Please check ",ut(Fm,{children:s()?.email})," for an email from privy.io and enter your code below."]}):Co("p",{children:["Please check ",ut(Fm,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return Co(Bc,{children:[ut(E,{backFn:()=>r()},"header"),Co(G3,{children:[ut(Ee,{title:"Enter confirmation code",description:U,icon:Q}),Co(Im,{children:[Co(V3,{children:[ut(z3,{fail:!!R,success:S,children:ut("span",{children:R||(S?"Success!":"")})}),ut("div",{children:g.map((ue,ce)=>ut("input",{name:`code-${ce}`,type:"text",value:g[ce],onChange:V,onKeyUp:ae=>{ae.key==="Backspace"&&M(ce)},inputMode:"numeric",autoFocus:ce===0,pattern:"[0-9]",className:`${S?"success":""} ${R?"fail":""}`,autoComplete:B3?"one-time-code":"off"},ce))})]}),ut(q3,{children:N==0?Co(Bc,{children:[ut("span",{children:"Didn't get an email?"}),ut("button",{onClick:a,children:"Resend code"})]}):Co(Bc,{children:[ut("span",{children:"Didn't get a message?"}),ut("button",{onClick:l,children:"Resend code"})]})})]})]}),ut(z,{protectedByPrivy:!0})]})},G3=Fi.div`
726
726
  display: flex;
727
727
  flex-direction: column;
728
728
  align-items: flex-start;
@@ -730,7 +730,7 @@ Resources:
730
730
  margin: auto;
731
731
  gap: 16px;
732
732
  flex-grow: 1;
733
- `,Vv=Ui.div`
733
+ `,V3=Fi.div`
734
734
  display: flex;
735
735
  flex-direction: column;
736
736
  width: 100%;
@@ -786,7 +786,7 @@ Resources:
786
786
  transform: translate(1px, 0px);
787
787
  }
788
788
  }
789
- `,zv=Ui.div`
789
+ `,z3=Fi.div`
790
790
  line-height: 20px;
791
791
  height: 20px;
792
792
  font-size: 13px;
@@ -794,7 +794,7 @@ Resources:
794
794
  display: flex;
795
795
  justify-content: flex-end;
796
796
  width: 100%;
797
- `,qv=Ui.div`
797
+ `,q3=Fi.div`
798
798
  font-size: 13px;
799
799
  color: var(--privy-color-foreground-3);
800
800
  display: flex;
@@ -808,10 +808,10 @@ Resources:
808
808
  > button {
809
809
  text-decoration: underline;
810
810
  }
811
- `,Um=Ui.span`
811
+ `,Fm=Fi.span`
812
812
  font-weight: 500;
813
813
  word-break: break-all;
814
- `;import Zv from"@heroicons/react/24/solid/CheckCircleIcon";import Jv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Gc,useRef as Qv,useState as Dn}from"react";import Xv from"styled-components";import $v from"styled-components";import{Fragment as Yv,jsx as Nn,jsxs as jv}from"react/jsx-runtime";var Hm=({icon:e})=>{let t=e;return Nn(Yv,{children:Nn(Kv,{children:jv("div",{children:[Nn(ut,{}),typeof t=="string"?Nn("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Nn(t,{style:{width:"38px",height:"38px"}}):Nn("span",{})]})})})},Kv=$v.div`
814
+ `;import Z3 from"@heroicons/react/24/solid/CheckCircleIcon";import J3 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Gc,useRef as Q3,useState as Dn}from"react";import X3 from"styled-components";import $3 from"styled-components";import{Fragment as Y3,jsx as Nn,jsxs as j3}from"react/jsx-runtime";var Hm=({icon:e})=>{let t=e;return Nn(Y3,{children:Nn(K3,{children:j3("div",{children:[Nn(ct,{}),typeof t=="string"?Nn("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Nn(t,{style:{width:"38px",height:"38px"}}):Nn("span",{})]})})})},K3=$3.div`
815
815
  display: flex;
816
816
  flex-direction: column;
817
817
  justify-content: center;
@@ -834,14 +834,14 @@ Resources:
834
834
  left: -19px;
835
835
  top: -19px;
836
836
  }
837
- `;import{Fragment as t3,jsx as Cr,jsxs as Vc}from"react/jsx-runtime";var Vm=500,Gm=Vm*2,zm=()=>{let{lastScreen:e,currentScreen:t,data:r,navigateBack:o,navigate:n,setModalData:i}=x(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=we(),f=Qv([]),h=Q=>{f.current=[Q,...f.current]},[y,w]=Dn(!0);Gc(()=>{let Q=setTimeout(w,Gm,!1);return h(Q),()=>{f.current.forEach(F=>clearTimeout(F)),f.current=[]}},[]);let[v,k]=Dn(""),[S,C]=Dn("Checking that you are a human..."),[R,_]=Dn(Cr(W,{onClick:()=>{},disabled:!0,children:"Continue"})),[L,P]=Dn(!1),[N,K]=Dn(3),G=r?.captchaModalData,V=async Q=>{try{await G?.callback(Q),G?.onSuccessNavigateTo&&n(G?.onSuccessNavigateTo,!1)}catch(F){if(F instanceof yr)return;{let ue={error:F,previousScreen:e||"LANDING"};i({errorModalData:ue}),n(G?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};Gc(()=>{if(a==="success"){let Q=setTimeout(async()=>{let F=await s();!F||G?.userIntentRequired||V(F)},Gm);h(Q)}else if(a==="ready"){let Q=setTimeout(()=>{a==="ready"&&u()},Vm);h(Q)}},[a]),Gc(()=>{if(!y)switch(a){case"success":k("Success!"),C("CAPTCHA passed successfully."),_(Cr(W,{onClick:()=>{P(!0),V(l)},disabled:!G?.userIntentRequired,loading:L,children:G?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":k(""),C("Checking that you are a human..."),_(Cr(W,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":k("Something went wrong"),N<=0?(C("If you use an adblocker or VPN, try disabling and re-attempting."),_(null)):(C("You did not pass CAPTCHA. Please try again."),_(Cr(W,{onClick:I,children:"Retry"})));break;case"ready":default:break}},[a,y,L]);let I=async()=>{if(N<=0)return;K(F=>F-1),c(),u();let Q=await s();!Q||G?.userIntentRequired||V(Q)};return Vc(t3,{children:[Cr(T,{backFn:!e||t===e?void 0:o}),Vc(e3,{children:[a==="success"?Cr(Zv,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?Cr(Jv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):Cr(Hm,{}),Vc(Ye,{children:[v?Cr("h3",{children:v}):null,Cr("p",{children:S})]}),R]}),Cr(q,{})]})},e3=Xv.div`
837
+ `;import{Fragment as tv,jsx as Cr,jsxs as Vc}from"react/jsx-runtime";var Vm=500,Gm=Vm*2,zm=()=>{let{lastScreen:e,currentScreen:t,data:r,navigateBack:o,navigate:n,setModalData:i}=x(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=Ce(),m=Q3([]),h=Q=>{m.current=[Q,...m.current]},[y,w]=Dn(!0);Gc(()=>{let Q=setTimeout(w,Gm,!1);return h(Q),()=>{m.current.forEach(U=>clearTimeout(U)),m.current=[]}},[]);let[g,_]=Dn(""),[S,C]=Dn("Checking that you are a human..."),[R,k]=Dn(Cr(W,{onClick:()=>{},disabled:!0,children:"Continue"})),[L,T]=Dn(!1),[N,K]=Dn(3),G=r?.captchaModalData,V=async Q=>{try{await G?.callback(Q),G?.onSuccessNavigateTo&&n(G?.onSuccessNavigateTo,!1)}catch(U){if(U instanceof yr)return;{let ue={error:U,previousScreen:e||"LANDING"};i({errorModalData:ue}),n(G?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};Gc(()=>{if(a==="success"){let Q=setTimeout(async()=>{let U=await s();!U||G?.userIntentRequired||V(U)},Gm);h(Q)}else if(a==="ready"){let Q=setTimeout(()=>{a==="ready"&&u()},Vm);h(Q)}},[a]),Gc(()=>{if(!y)switch(a){case"success":_("Success!"),C("CAPTCHA passed successfully."),k(Cr(W,{onClick:()=>{T(!0),V(l)},disabled:!G?.userIntentRequired,loading:L,children:G?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":_(""),C("Checking that you are a human..."),k(Cr(W,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":_("Something went wrong"),N<=0?(C("If you use an adblocker or VPN, try disabling and re-attempting."),k(null)):(C("You did not pass CAPTCHA. Please try again."),k(Cr(W,{onClick:M,children:"Retry"})));break;case"ready":default:break}},[a,y,L]);let M=async()=>{if(N<=0)return;K(U=>U-1),c(),u();let Q=await s();!Q||G?.userIntentRequired||V(Q)};return Vc(tv,{children:[Cr(E,{backFn:!e||t===e?void 0:o}),Vc(ev,{children:[a==="success"?Cr(Z3,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?Cr(J3,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):Cr(Hm,{}),Vc(Ye,{children:[g?Cr("h3",{children:g}):null,Cr("p",{children:S})]}),R]}),Cr(q,{})]})},ev=X3.div`
838
838
  display: flex;
839
839
  flex-direction: column;
840
840
  align-items: center;
841
841
  justify-content: center;
842
842
  gap: 24px;
843
843
  width: 100%;
844
- `;import r3 from"@heroicons/react/24/outline/WalletIcon";import{isMobile as o3}from"react-device-detect";import n3 from"styled-components";import{jsx as wr,jsxs as qm}from"react/jsx-runtime";var $m=({...e})=>qm("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[wr("defs",{children:qm("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[wr("stop",{offset:"0",stopColor:"#f1562b"}),wr("stop",{offset:"0.3",stopColor:"#f1542b"}),wr("stop",{offset:"0.41",stopColor:"#f04d2a"}),wr("stop",{offset:"0.49",stopColor:"#ef4229"}),wr("stop",{offset:"0.5",stopColor:"#ef4029"}),wr("stop",{offset:"0.56",stopColor:"#e83e28"}),wr("stop",{offset:"0.67",stopColor:"#e13c26"}),wr("stop",{offset:"1",stopColor:"#df3c26"})]})}),wr("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),wr("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as br,jsxs as Bi}from"react/jsx-runtime";var Km=({style:e,...t})=>Bi("svg",{width:"400",height:"400",viewBox:"0 0 400 400",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M260.543 0C300.7 0 320.773 0 342.39 6.83333C365.99 15.4233 384.577 34.01 393.167 57.61C400 79.2233 400 99.3033 400 139.457V260.543C400 300.7 400 320.773 393.167 342.39C384.577 365.99 365.99 384.577 342.39 393.163C320.773 400 300.7 400 260.543 400H139.457C99.3 400 79.2233 400 57.61 393.163C34.01 384.577 15.4233 365.99 6.83333 342.39C0 320.773 0 300.7 0 260.543V139.457C0 99.3033 0 79.2233 6.83333 57.61C15.4233 34.01 34.01 15.4233 57.61 6.83333C79.2233 0 99.3 0 139.457 0H260.543Z",fill:"white"}),br("mask",{id:"mask0_16909_31415",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"400",height:"400",children:br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M260.543 0C300.7 0 320.773 0 342.39 6.83333C365.99 15.4233 384.577 34.01 393.167 57.61C400 79.2233 400 99.3033 400 139.457V260.543C400 300.7 400 320.773 393.167 342.39C384.577 365.99 365.99 384.577 342.39 393.163C320.773 400 300.7 400 260.543 400H139.457C99.3 400 79.2233 400 57.61 393.163C34.01 384.577 15.4233 365.99 6.83333 342.39C0 320.773 0 300.7 0 260.543V139.457C0 99.3033 0 79.2233 6.83333 57.61C15.4233 34.01 34.01 15.4233 57.61 6.83333C79.2233 0 99.3 0 139.457 0H260.543Z",fill:"white"})}),Bi("g",{mask:"url(#mask0_16909_31415)",children:[br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M199.804 39.8501L59.3756 119.957V280.18L199.804 360.297L340.23 280.18V119.957L199.804 39.8501Z",fill:"#FEFEFE"}),br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M199.804 39.8501L59.3756 119.957V280.18L199.804 360.297L340.23 280.18V119.957L199.804 39.8501ZM144.359 109.116H254.873L268.197 164.788H131.538L144.359 109.116ZM176.201 204.291L164.148 173.197H235.711L223.913 204.291L227.339 239.028L199.804 239.154H172.522L176.201 204.291ZM211.354 275.892V264.862L236.093 241.414V204.417L268.451 183.607L305.376 211.066L255.119 297.589H235.203L211.354 275.892ZM94.2395 211.066L131.282 183.857L164.021 204.417V241.414L188.76 264.862V275.892L164.913 297.84H144.734L94.2395 211.066Z",fill:"#002D72"}),br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M255.12 297.589H235.202L211.355 275.892V264.862L236.094 241.414V204.417L268.45 183.607L305.377 211.066L255.12 297.589ZM199.803 39.8498V109.117H254.872L268.198 164.789H199.803V173.199H235.712L223.914 204.291L227.338 239.028L199.803 239.153V360.296L340.231 280.181V119.957L199.803 39.8498Z",fill:"url(#paint0_linear_16909_31415)",style:{mixBlendMode:"multiply"}}),br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M188.761 275.892L164.912 297.84H144.734L94.2389 211.066L131.283 183.858L164.022 204.417V241.414L188.761 264.862V275.892ZM172.522 239.153L176.2 204.291L164.149 173.199H199.803V164.789H131.537L144.36 109.117H199.803V39.8498L59.375 119.957V280.181L199.803 360.296V239.153H172.522Z",fill:"url(#paint1_linear_16909_31415)",style:{mixBlendMode:"multiply"}})]}),Bi("defs",{children:[Bi("linearGradient",{id:"paint0_linear_16909_31415",x1:"325.255",y1:"325.727",x2:"325.255",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[br("stop",{"stop-color":"#002D72"}),br("stop",{offset:"1","stop-color":"#002D72","stop-opacity":"0.01"})]}),Bi("linearGradient",{id:"paint1_linear_16909_31415",x1:"184.827",y1:"325.727",x2:"184.827",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[br("stop",{"stop-color":"#002D72","stop-opacity":"0.01"}),br("stop",{offset:"1","stop-color":"#002D72"})]})]})]});import{jsx as te,jsxs as Vt}from"react/jsx-runtime";var jm=({style:e,...t})=>Vt("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[te("g",{clipPath:"url(#clip0_5_32)",children:Vt("g",{clipPath:"url(#clip1_5_32)",children:[te("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:te("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),te("g",{mask:"url(#mask0_5_32)",children:te("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),te("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),te("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),te("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),te("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),te("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),te("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),te("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),te("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),te("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),Vt("defs",{children:[Vt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#174299"}),te("stop",{offset:"1",stopColor:"#001E59"})]}),Vt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[te("stop",{offset:"0.770277",stopColor:"#FF4000"}),te("stop",{offset:"1",stopColor:"#8754C9"})]}),Vt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#FF4000"}),te("stop",{offset:"1",stopColor:"#8754C9"})]}),Vt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#8754C9"}),te("stop",{offset:"1",stopColor:"#FF4000"})]}),Vt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[te("stop",{offset:"0.723929",stopColor:"#FFF700"}),te("stop",{offset:"1",stopColor:"#FF9901"})]}),Vt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#FFF700"}),te("stop",{offset:"1",stopColor:"#FF9901"})]}),Vt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#FFF700"}),te("stop",{offset:"1",stopColor:"#FF9901"})]}),Vt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[te("stop",{offset:"0.59513",stopColor:"#00AAFF"}),te("stop",{offset:"1",stopColor:"#01DA40"})]}),Vt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[te("stop",{stopColor:"#00AAFF"}),te("stop",{offset:"1",stopColor:"#01DA40"})]}),Vt("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[te("stop",{stopColor:"#00AAFF"}),te("stop",{offset:"1",stopColor:"#01DA40"})]}),te("clipPath",{id:"clip0_5_32",children:te("rect",{width:"120",height:"120",fill:"white"})}),te("clipPath",{id:"clip1_5_32",children:te("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Br,jsxs as Ym}from"react/jsx-runtime";var Zm=({style:e,...t})=>Ym("svg",{width:"96",height:"96",viewBox:"0 0 96 96",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[Br("rect",{width:"96",height:"96",rx:"18",fill:"#FEF4FF"}),Ym("g",{filter:"url(#filter0_d_12393_20043)",children:[Br("path",{d:"M71.9367 18.39C72.0482 16.4526 72.3145 15.1746 72.8497 14.0075C73.0616 13.5456 73.2601 13.1675 73.2907 13.1675C73.3214 13.1675 73.2293 13.5085 73.086 13.9252C72.6969 15.0578 72.633 16.607 72.901 18.4094C73.2413 20.6963 73.4348 21.0263 75.8841 23.4967C77.0329 24.6554 78.3692 26.1168 78.8536 26.7443L79.7343 27.8851L78.8536 27.0698C77.7764 26.0728 75.2992 24.1283 74.7521 23.8503C74.3852 23.6639 74.3306 23.6671 74.1043 23.8894C73.8958 24.0943 73.8519 24.4021 73.8229 25.8572C73.7778 28.125 73.4646 29.5807 72.7087 31.0362C72.2998 31.8234 72.2354 31.6554 72.6053 30.7668C72.8816 30.1034 72.9096 29.8117 72.9076 27.6163C72.9033 23.2052 72.3727 22.1447 69.2607 20.3281C68.4724 19.8678 67.1734 19.2041 66.3742 18.8531C65.575 18.502 64.9401 18.1962 64.9633 18.1734C65.0514 18.0868 68.0863 18.961 69.3077 19.4247C71.1247 20.1145 71.4247 20.2039 71.6454 20.1207C71.7933 20.0649 71.8648 19.6398 71.9367 18.39Z",fill:"#F50DB4"}),Br("path",{d:"M33.5466 11.9727C32.4688 11.808 32.4233 11.7887 32.9306 11.7119C33.9026 11.5647 36.1979 11.7653 37.7796 12.1358C41.4722 13.0004 44.8322 15.2153 48.4188 19.1488L49.3717 20.1938L50.7348 19.978C56.4773 19.0689 62.3192 19.7914 67.2054 22.0148C68.5495 22.6265 70.6689 23.8441 70.9337 24.157C71.018 24.2568 71.173 24.8987 71.2779 25.5837C71.6408 27.9534 71.4591 29.7699 70.7234 31.1265C70.3229 31.8648 70.3006 32.0988 70.5698 32.7306C70.7847 33.2348 71.3838 33.608 71.9771 33.6072C73.1913 33.6056 74.4983 31.6721 75.1038 28.9818L75.3443 27.9131L75.8209 28.4448C78.4346 31.3619 80.4876 35.34 80.8403 38.1716L80.9321 38.9099L80.4928 38.2387C79.7366 37.0838 78.9769 36.2976 78.0041 35.6635C76.2504 34.5205 74.3961 34.1315 69.4853 33.8766C65.0501 33.6464 62.5399 33.2732 60.0509 32.4737C55.816 31.1137 53.6812 29.3023 48.6508 22.8012C46.4164 19.9135 45.0354 18.3159 43.6616 17.0293C40.5401 14.1058 37.4729 12.5726 33.5466 11.9727Z",fill:"#F50DB4"}),Br("path",{d:"M35.6404 25.9564C33.4522 22.9889 32.0983 18.4391 32.3914 15.0379L32.482 13.9854L32.9801 14.0749C33.9155 14.243 35.5283 14.8343 36.2835 15.2861C38.3559 16.5259 39.253 18.1582 40.1658 22.3496C40.4332 23.5773 40.7839 24.9666 40.9454 25.437C41.2052 26.194 42.1871 27.9624 42.9854 29.1109C43.5605 29.938 43.1785 30.33 41.9074 30.217C39.9662 30.0444 37.3367 28.2568 35.6404 25.9564Z",fill:"#F50DB4"}),Br("path",{d:"M69.2799 48.0419C59.0538 43.9862 55.4521 40.4658 55.4521 34.5259C55.4521 33.6517 55.4827 32.9365 55.5199 32.9365C55.5572 32.9365 55.9528 33.225 56.3991 33.5776C58.4728 35.216 60.7949 35.9157 67.2233 36.8395C71.0061 37.3831 73.1349 37.8222 75.0986 38.4637C81.3402 40.5027 85.2018 44.6406 86.1227 50.2766C86.3903 51.9143 86.2334 54.9854 85.7995 56.6039C85.457 57.8824 84.4118 60.1868 84.1346 60.2751C84.0578 60.2996 83.9824 60.0094 83.9626 59.6147C83.8575 57.4983 82.7718 55.438 80.9485 53.8946C78.8754 52.1399 76.0901 50.7428 69.2799 48.0419Z",fill:"#F50DB4"}),Br("path",{d:"M62.1008 49.7268C61.9727 48.9758 61.7505 48.0167 61.607 47.5954L61.3461 46.8296L61.8307 47.3655C62.5014 48.107 63.0314 49.0559 63.4806 50.3197C63.8234 51.2843 63.862 51.5711 63.8594 53.1386C63.8568 54.6774 63.814 55 63.4974 55.8682C62.9983 57.2373 62.3788 58.208 61.3392 59.2501C59.4712 61.1228 57.0696 62.1596 53.6039 62.5896C53.0015 62.6643 51.2456 62.7902 49.7019 62.8693C45.8118 63.0686 43.2515 63.4803 40.9508 64.276C40.6201 64.3905 40.3247 64.4601 40.2948 64.4305C40.2017 64.3393 41.768 63.4195 43.0618 62.8056C44.8862 61.94 46.7021 61.4676 50.7709 60.8002C52.7809 60.4704 54.8566 60.0704 55.3837 59.9112C60.3612 58.4079 62.9197 54.5286 62.1008 49.7268Z",fill:"#F50DB4"}),Br("path",{d:"M66.7886 57.9275C65.4299 55.0505 65.1179 52.2726 65.8623 49.6821C65.942 49.4053 66.07 49.1787 66.1471 49.1787C66.224 49.1787 66.5447 49.3495 66.8594 49.5581C67.4855 49.9732 68.7412 50.6725 72.0866 52.4692C76.2612 54.7111 78.6414 56.4472 80.2599 58.4306C81.6775 60.1677 82.5547 62.1459 82.9769 64.5583C83.2159 65.9248 83.0759 69.2128 82.7199 70.5889C81.5975 74.9275 78.9889 78.3356 75.2682 80.3242C74.7231 80.6155 74.2337 80.8547 74.1807 80.8558C74.1278 80.8569 74.3264 80.3594 74.6222 79.7503C75.8738 77.173 76.0163 74.6661 75.07 71.8756C74.4906 70.1671 73.3092 68.0823 70.924 64.5588C68.1507 60.4623 67.4708 59.3721 66.7886 57.9275Z",fill:"#F50DB4"}),Br("path",{d:"M28.3782 73.4506C32.173 70.2943 36.8948 68.0521 41.1958 67.3639C43.0494 67.0672 46.1372 67.185 47.8537 67.6178C50.605 68.3113 53.0662 69.8648 54.3462 71.7156C55.5971 73.5245 56.1338 75.1008 56.6925 78.6081C56.913 79.9916 57.1527 81.3809 57.2252 81.6954C57.6449 83.5131 58.4614 84.966 59.4733 85.6957C61.0805 86.8544 63.8479 86.9265 66.5704 85.8804C67.0325 85.7028 67.4336 85.5801 67.4618 85.6078C67.5605 85.7044 66.1896 86.6083 65.2225 87.0842C63.9212 87.7245 62.8864 87.972 61.5115 87.972C59.0181 87.972 56.948 86.7226 55.2206 84.175C54.8807 83.6736 54.1167 82.1718 53.5228 80.8378C51.699 76.7403 50.7984 75.4921 48.6809 74.126C46.8381 72.9374 44.4615 72.7245 42.6736 73.588C40.325 74.7223 39.6698 77.6786 41.3518 79.5521C42.0204 80.2967 43.2671 80.939 44.2865 81.0638C46.1936 81.2975 47.8326 79.8684 47.8326 77.9717C47.8326 76.7402 47.352 76.0374 46.1423 75.4996C44.4901 74.7652 42.7141 75.6237 42.7226 77.1526C42.7263 77.8045 43.0145 78.214 43.6779 78.5097C44.1036 78.6994 44.1134 78.7144 43.7664 78.6434C42.2504 78.3337 41.8952 76.5335 43.1141 75.3383C44.5776 73.9036 47.6037 74.5367 48.6428 76.4951C49.0794 77.3177 49.1301 78.956 48.7495 79.9452C47.8976 82.1593 45.4138 83.3237 42.8941 82.6901C41.1787 82.2587 40.4801 81.7915 38.4119 79.6931C34.8179 76.0462 33.4226 75.3396 28.2413 74.5428L27.2484 74.3902L28.3782 73.4506Z",fill:"#F50DB4"}),Br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5147 8.18128C23.517 22.5305 31.7835 28.4507 32.7022 29.7015C33.4607 30.7343 33.1752 31.6628 31.8758 32.3905C31.1532 32.7951 29.6676 33.205 28.9238 33.205C28.0825 33.205 27.7936 32.8853 27.7936 32.8853C27.3058 32.4296 27.0311 32.5093 24.5261 28.1293C21.0483 22.8137 18.1379 18.4041 18.0585 18.3303C17.8749 18.1596 17.878 18.1653 24.1715 29.2574C25.1883 31.5693 24.3737 32.4179 24.3737 32.7471C24.3737 33.417 24.1882 33.7691 23.3494 34.6907C21.951 36.2274 21.3259 37.954 20.8746 41.5274C20.3687 45.5332 18.9462 48.3629 15.0041 53.2057C12.6965 56.0406 12.3189 56.5602 11.7366 57.7028C11.0032 59.1416 10.8015 59.9475 10.7198 61.7645C10.6334 63.6855 10.8016 64.9265 11.3975 66.7632C11.9191 68.3712 12.4636 69.433 13.8555 71.5567C15.0568 73.3894 15.7484 74.7513 15.7484 75.2841C15.7484 75.708 15.8306 75.7085 17.692 75.2945C22.1466 74.3036 25.7638 72.5609 27.7981 70.4252C29.0571 69.1033 29.3527 68.3733 29.3623 66.5619C29.3686 65.377 29.3263 65.1289 29.0011 64.4473C28.4718 63.3379 27.5083 62.4154 25.3845 60.9853C22.6019 59.1115 21.4133 57.603 21.085 55.5285C20.8157 53.8263 21.1282 52.6253 22.6676 49.4472C24.2609 46.1575 24.6558 44.7557 24.9229 41.4399C25.0954 39.2977 25.3343 38.4528 25.9591 37.7747C26.6108 37.0676 27.1975 36.8281 28.8103 36.611C31.4396 36.2572 33.1139 35.5871 34.4901 34.3379C35.6839 33.2543 36.1835 32.2101 36.2602 30.6382L36.3184 29.4468L35.6512 28.6806C33.2352 25.9057 9.89667 6 9.74799 6C9.71623 6 10.5113 6.98164 11.5147 8.18128ZM17.1047 63.9381C17.6509 62.9852 17.3607 61.7601 16.447 61.1617C15.5836 60.5962 14.2424 60.8625 14.2424 61.5994C14.2424 61.8243 14.3687 61.9879 14.6532 62.1322C15.1322 62.375 15.167 62.648 14.7901 63.2061C14.4084 63.7712 14.4392 64.2681 14.877 64.6057C15.5826 65.15 16.5815 64.8507 17.1047 63.9381Z",fill:"#F50DB4"}),Br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M37.9777 37.236C36.7433 37.6095 35.5435 38.8981 35.172 40.2493C34.9454 41.0736 35.074 42.5196 35.4134 42.9662C35.9617 43.6874 36.492 43.8774 37.9277 43.8675C40.7388 43.8482 43.1825 42.6606 43.4666 41.176C43.6994 39.9591 42.6262 38.2726 41.1478 37.5321C40.385 37.1502 38.7626 36.9987 37.9777 37.236ZM41.2638 39.7671C41.6973 39.1604 41.5076 38.5047 40.7704 38.0611C39.3664 37.2167 37.2432 37.9155 37.2432 39.222C37.2432 39.8724 38.3504 40.5819 39.3653 40.5819C40.0408 40.5819 40.9652 40.1851 41.2638 39.7671Z",fill:"#F50DB4"})]})]});import{jsx as Hi,jsxs as Jm}from"react/jsx-runtime";var Qm=({style:e,...t})=>Jm("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[Jm("g",{clipPath:"url(#clip0_1704_1423)",children:[Hi("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),Hi("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),Hi("defs",{children:Hi("clipPath",{id:"clip0_1704_1423",children:Hi("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Fn,jsxs as c3}from"react/jsx-runtime";var Hr={coinbase_wallet:{logo:ls,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:xn,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Wr,displayName:"Phantom"},rainbow:{logo:jm,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:Mi,displayName:"WalletConnect"},zerion:{logo:Qm,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:$m,displayName:"Brave Wallet",rdns:"com.brave.wallet"},cryptocom:{logo:Km,displayName:"Crypto.com DeFi Wallet"},uniswap:{logo:Zm,displayName:"Uniswap Wallet",rdns:"org.uniswap.app"},okx_wallet:{displayName:"OKX Wallet",rdns:"com.okex.wallet",logo:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJDSURBVHgB7Zq9jtpAEMfHlhEgQLiioXEkoAGECwoKxMcTRHmC5E3IoyRPkPAEkI7unJYmTgEFTYwA8a3NTKScLnCHN6c9r1e3P2llWQy7M/s1Gv1twCP0ej37dDq9x+Zut1t3t9vZjDEHIiSRSPg4ZpDL5fxkMvn1cDh8m0wmfugfO53OoFQq/crn8wxfY9EymQyrVCqMfHvScZx1p9ls3pFxXBy/bKlUipGPrVbLuQqAfsCliq3zl0H84zwtjQrOw4Mt1W63P5LvBm2d+Xz+YzqdgkqUy+WgWCy+Mc/nc282m4FqLBYL+3g8fjDxenq72WxANZbLJeA13zDX67UDioL5ybXwafMYu64Ltn3bdDweQ5R97fd7GyhBQMipx4POeEDHIu2LfDdBIGGz+hJ9CQ1ABjoA2egAZPM6AgiCAEQhsi/C4jHyPA/6/f5NG3Ks2+3CYDC4aTccDrn6ojG54MnEvG00GoVmWLIRNZ7wTCwDHYBsdACy0QHIhiuRETxlICWpMMhGZHmqS8qH6JLyGegAZKMDkI0uKf8X4SWlaZo+Pp1bRrwlJU8ZKLIvUjKh0WiQ3sRUbNVq9c5Ebew7KEo2m/1p4jJ4qAmDaqDQBzj5XyiAT4VCQezJigAU+IDU+z8vJFnGWeC+bKQV/5VZ71FV6L7PA3gg3tXrdQ+DgLhC+75Wq3no69P3MC0NFQpx2lL04Ql9gHK1bRDjsSBIvScBnDTk1WrlGIZBorIDEYJj+rhdgnQ67VmWRe0zlplXl81vcyEt0rSoYDUAAAAASUVORK5CYII="}},en=({provider:e,displayName:t,logo:r,connectOnly:o,connector:n})=>{let{navigate:i}=x(),{connectWallet:a}=M(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{fo()?(a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(o3?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},c3(l3,{onClick:s,children:[Fn(s3,{icon:a3(e,n.connectorType)??r,name:n.walletClientType}),Fn("span",{children:i3(e,n.connectorType)||t||n.walletClientType}),Fn("span",{id:"connect-text",children:"Connect"})]})},i3=(e,t)=>{if(Hr[e]?.displayName)return Hr[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},a3=(e,t)=>{if(Hr[e]?.logo)return Hr[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return Mi},s3=({icon:e,name:t})=>typeof e=="string"?Fn("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Fn(r3,{}):e?Fn(e,{}):null,l3=n3(Re)`
844
+ `;import rv from"@heroicons/react/24/outline/WalletIcon";import{isMobile as ov}from"react-device-detect";import nv from"styled-components";import{jsx as wr,jsxs as qm}from"react/jsx-runtime";var $m=({...e})=>qm("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[wr("defs",{children:qm("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[wr("stop",{offset:"0",stopColor:"#f1562b"}),wr("stop",{offset:"0.3",stopColor:"#f1542b"}),wr("stop",{offset:"0.41",stopColor:"#f04d2a"}),wr("stop",{offset:"0.49",stopColor:"#ef4229"}),wr("stop",{offset:"0.5",stopColor:"#ef4029"}),wr("stop",{offset:"0.56",stopColor:"#e83e28"}),wr("stop",{offset:"0.67",stopColor:"#e13c26"}),wr("stop",{offset:"1",stopColor:"#df3c26"})]})}),wr("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),wr("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as br,jsxs as Bi}from"react/jsx-runtime";var Km=({style:e,...t})=>Bi("svg",{width:"400",height:"400",viewBox:"0 0 400 400",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M260.543 0C300.7 0 320.773 0 342.39 6.83333C365.99 15.4233 384.577 34.01 393.167 57.61C400 79.2233 400 99.3033 400 139.457V260.543C400 300.7 400 320.773 393.167 342.39C384.577 365.99 365.99 384.577 342.39 393.163C320.773 400 300.7 400 260.543 400H139.457C99.3 400 79.2233 400 57.61 393.163C34.01 384.577 15.4233 365.99 6.83333 342.39C0 320.773 0 300.7 0 260.543V139.457C0 99.3033 0 79.2233 6.83333 57.61C15.4233 34.01 34.01 15.4233 57.61 6.83333C79.2233 0 99.3 0 139.457 0H260.543Z",fill:"white"}),br("mask",{id:"mask0_16909_31415",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"400",height:"400",children:br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M260.543 0C300.7 0 320.773 0 342.39 6.83333C365.99 15.4233 384.577 34.01 393.167 57.61C400 79.2233 400 99.3033 400 139.457V260.543C400 300.7 400 320.773 393.167 342.39C384.577 365.99 365.99 384.577 342.39 393.163C320.773 400 300.7 400 260.543 400H139.457C99.3 400 79.2233 400 57.61 393.163C34.01 384.577 15.4233 365.99 6.83333 342.39C0 320.773 0 300.7 0 260.543V139.457C0 99.3033 0 79.2233 6.83333 57.61C15.4233 34.01 34.01 15.4233 57.61 6.83333C79.2233 0 99.3 0 139.457 0H260.543Z",fill:"white"})}),Bi("g",{mask:"url(#mask0_16909_31415)",children:[br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M199.804 39.8501L59.3756 119.957V280.18L199.804 360.297L340.23 280.18V119.957L199.804 39.8501Z",fill:"#FEFEFE"}),br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M199.804 39.8501L59.3756 119.957V280.18L199.804 360.297L340.23 280.18V119.957L199.804 39.8501ZM144.359 109.116H254.873L268.197 164.788H131.538L144.359 109.116ZM176.201 204.291L164.148 173.197H235.711L223.913 204.291L227.339 239.028L199.804 239.154H172.522L176.201 204.291ZM211.354 275.892V264.862L236.093 241.414V204.417L268.451 183.607L305.376 211.066L255.119 297.589H235.203L211.354 275.892ZM94.2395 211.066L131.282 183.857L164.021 204.417V241.414L188.76 264.862V275.892L164.913 297.84H144.734L94.2395 211.066Z",fill:"#002D72"}),br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M255.12 297.589H235.202L211.355 275.892V264.862L236.094 241.414V204.417L268.45 183.607L305.377 211.066L255.12 297.589ZM199.803 39.8498V109.117H254.872L268.198 164.789H199.803V173.199H235.712L223.914 204.291L227.338 239.028L199.803 239.153V360.296L340.231 280.181V119.957L199.803 39.8498Z",fill:"url(#paint0_linear_16909_31415)",style:{mixBlendMode:"multiply"}}),br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M188.761 275.892L164.912 297.84H144.734L94.2389 211.066L131.283 183.858L164.022 204.417V241.414L188.761 264.862V275.892ZM172.522 239.153L176.2 204.291L164.149 173.199H199.803V164.789H131.537L144.36 109.117H199.803V39.8498L59.375 119.957V280.181L199.803 360.296V239.153H172.522Z",fill:"url(#paint1_linear_16909_31415)",style:{mixBlendMode:"multiply"}})]}),Bi("defs",{children:[Bi("linearGradient",{id:"paint0_linear_16909_31415",x1:"325.255",y1:"325.727",x2:"325.255",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[br("stop",{"stop-color":"#002D72"}),br("stop",{offset:"1","stop-color":"#002D72","stop-opacity":"0.01"})]}),Bi("linearGradient",{id:"paint1_linear_16909_31415",x1:"184.827",y1:"325.727",x2:"184.827",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[br("stop",{"stop-color":"#002D72","stop-opacity":"0.01"}),br("stop",{offset:"1","stop-color":"#002D72"})]})]})]});import{jsx as te,jsxs as Ht}from"react/jsx-runtime";var jm=({style:e,...t})=>Ht("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[te("g",{clipPath:"url(#clip0_5_32)",children:Ht("g",{clipPath:"url(#clip1_5_32)",children:[te("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:te("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),te("g",{mask:"url(#mask0_5_32)",children:te("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),te("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),te("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),te("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),te("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),te("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),te("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),te("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),te("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),te("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),Ht("defs",{children:[Ht("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#174299"}),te("stop",{offset:"1",stopColor:"#001E59"})]}),Ht("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[te("stop",{offset:"0.770277",stopColor:"#FF4000"}),te("stop",{offset:"1",stopColor:"#8754C9"})]}),Ht("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#FF4000"}),te("stop",{offset:"1",stopColor:"#8754C9"})]}),Ht("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#8754C9"}),te("stop",{offset:"1",stopColor:"#FF4000"})]}),Ht("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[te("stop",{offset:"0.723929",stopColor:"#FFF700"}),te("stop",{offset:"1",stopColor:"#FF9901"})]}),Ht("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#FFF700"}),te("stop",{offset:"1",stopColor:"#FF9901"})]}),Ht("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[te("stop",{stopColor:"#FFF700"}),te("stop",{offset:"1",stopColor:"#FF9901"})]}),Ht("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[te("stop",{offset:"0.59513",stopColor:"#00AAFF"}),te("stop",{offset:"1",stopColor:"#01DA40"})]}),Ht("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[te("stop",{stopColor:"#00AAFF"}),te("stop",{offset:"1",stopColor:"#01DA40"})]}),Ht("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[te("stop",{stopColor:"#00AAFF"}),te("stop",{offset:"1",stopColor:"#01DA40"})]}),te("clipPath",{id:"clip0_5_32",children:te("rect",{width:"120",height:"120",fill:"white"})}),te("clipPath",{id:"clip1_5_32",children:te("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Br,jsxs as Ym}from"react/jsx-runtime";var Zm=({style:e,...t})=>Ym("svg",{width:"96",height:"96",viewBox:"0 0 96 96",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[Br("rect",{width:"96",height:"96",rx:"18",fill:"#FEF4FF"}),Ym("g",{filter:"url(#filter0_d_12393_20043)",children:[Br("path",{d:"M71.9367 18.39C72.0482 16.4526 72.3145 15.1746 72.8497 14.0075C73.0616 13.5456 73.2601 13.1675 73.2907 13.1675C73.3214 13.1675 73.2293 13.5085 73.086 13.9252C72.6969 15.0578 72.633 16.607 72.901 18.4094C73.2413 20.6963 73.4348 21.0263 75.8841 23.4967C77.0329 24.6554 78.3692 26.1168 78.8536 26.7443L79.7343 27.8851L78.8536 27.0698C77.7764 26.0728 75.2992 24.1283 74.7521 23.8503C74.3852 23.6639 74.3306 23.6671 74.1043 23.8894C73.8958 24.0943 73.8519 24.4021 73.8229 25.8572C73.7778 28.125 73.4646 29.5807 72.7087 31.0362C72.2998 31.8234 72.2354 31.6554 72.6053 30.7668C72.8816 30.1034 72.9096 29.8117 72.9076 27.6163C72.9033 23.2052 72.3727 22.1447 69.2607 20.3281C68.4724 19.8678 67.1734 19.2041 66.3742 18.8531C65.575 18.502 64.9401 18.1962 64.9633 18.1734C65.0514 18.0868 68.0863 18.961 69.3077 19.4247C71.1247 20.1145 71.4247 20.2039 71.6454 20.1207C71.7933 20.0649 71.8648 19.6398 71.9367 18.39Z",fill:"#F50DB4"}),Br("path",{d:"M33.5466 11.9727C32.4688 11.808 32.4233 11.7887 32.9306 11.7119C33.9026 11.5647 36.1979 11.7653 37.7796 12.1358C41.4722 13.0004 44.8322 15.2153 48.4188 19.1488L49.3717 20.1938L50.7348 19.978C56.4773 19.0689 62.3192 19.7914 67.2054 22.0148C68.5495 22.6265 70.6689 23.8441 70.9337 24.157C71.018 24.2568 71.173 24.8987 71.2779 25.5837C71.6408 27.9534 71.4591 29.7699 70.7234 31.1265C70.3229 31.8648 70.3006 32.0988 70.5698 32.7306C70.7847 33.2348 71.3838 33.608 71.9771 33.6072C73.1913 33.6056 74.4983 31.6721 75.1038 28.9818L75.3443 27.9131L75.8209 28.4448C78.4346 31.3619 80.4876 35.34 80.8403 38.1716L80.9321 38.9099L80.4928 38.2387C79.7366 37.0838 78.9769 36.2976 78.0041 35.6635C76.2504 34.5205 74.3961 34.1315 69.4853 33.8766C65.0501 33.6464 62.5399 33.2732 60.0509 32.4737C55.816 31.1137 53.6812 29.3023 48.6508 22.8012C46.4164 19.9135 45.0354 18.3159 43.6616 17.0293C40.5401 14.1058 37.4729 12.5726 33.5466 11.9727Z",fill:"#F50DB4"}),Br("path",{d:"M35.6404 25.9564C33.4522 22.9889 32.0983 18.4391 32.3914 15.0379L32.482 13.9854L32.9801 14.0749C33.9155 14.243 35.5283 14.8343 36.2835 15.2861C38.3559 16.5259 39.253 18.1582 40.1658 22.3496C40.4332 23.5773 40.7839 24.9666 40.9454 25.437C41.2052 26.194 42.1871 27.9624 42.9854 29.1109C43.5605 29.938 43.1785 30.33 41.9074 30.217C39.9662 30.0444 37.3367 28.2568 35.6404 25.9564Z",fill:"#F50DB4"}),Br("path",{d:"M69.2799 48.0419C59.0538 43.9862 55.4521 40.4658 55.4521 34.5259C55.4521 33.6517 55.4827 32.9365 55.5199 32.9365C55.5572 32.9365 55.9528 33.225 56.3991 33.5776C58.4728 35.216 60.7949 35.9157 67.2233 36.8395C71.0061 37.3831 73.1349 37.8222 75.0986 38.4637C81.3402 40.5027 85.2018 44.6406 86.1227 50.2766C86.3903 51.9143 86.2334 54.9854 85.7995 56.6039C85.457 57.8824 84.4118 60.1868 84.1346 60.2751C84.0578 60.2996 83.9824 60.0094 83.9626 59.6147C83.8575 57.4983 82.7718 55.438 80.9485 53.8946C78.8754 52.1399 76.0901 50.7428 69.2799 48.0419Z",fill:"#F50DB4"}),Br("path",{d:"M62.1008 49.7268C61.9727 48.9758 61.7505 48.0167 61.607 47.5954L61.3461 46.8296L61.8307 47.3655C62.5014 48.107 63.0314 49.0559 63.4806 50.3197C63.8234 51.2843 63.862 51.5711 63.8594 53.1386C63.8568 54.6774 63.814 55 63.4974 55.8682C62.9983 57.2373 62.3788 58.208 61.3392 59.2501C59.4712 61.1228 57.0696 62.1596 53.6039 62.5896C53.0015 62.6643 51.2456 62.7902 49.7019 62.8693C45.8118 63.0686 43.2515 63.4803 40.9508 64.276C40.6201 64.3905 40.3247 64.4601 40.2948 64.4305C40.2017 64.3393 41.768 63.4195 43.0618 62.8056C44.8862 61.94 46.7021 61.4676 50.7709 60.8002C52.7809 60.4704 54.8566 60.0704 55.3837 59.9112C60.3612 58.4079 62.9197 54.5286 62.1008 49.7268Z",fill:"#F50DB4"}),Br("path",{d:"M66.7886 57.9275C65.4299 55.0505 65.1179 52.2726 65.8623 49.6821C65.942 49.4053 66.07 49.1787 66.1471 49.1787C66.224 49.1787 66.5447 49.3495 66.8594 49.5581C67.4855 49.9732 68.7412 50.6725 72.0866 52.4692C76.2612 54.7111 78.6414 56.4472 80.2599 58.4306C81.6775 60.1677 82.5547 62.1459 82.9769 64.5583C83.2159 65.9248 83.0759 69.2128 82.7199 70.5889C81.5975 74.9275 78.9889 78.3356 75.2682 80.3242C74.7231 80.6155 74.2337 80.8547 74.1807 80.8558C74.1278 80.8569 74.3264 80.3594 74.6222 79.7503C75.8738 77.173 76.0163 74.6661 75.07 71.8756C74.4906 70.1671 73.3092 68.0823 70.924 64.5588C68.1507 60.4623 67.4708 59.3721 66.7886 57.9275Z",fill:"#F50DB4"}),Br("path",{d:"M28.3782 73.4506C32.173 70.2943 36.8948 68.0521 41.1958 67.3639C43.0494 67.0672 46.1372 67.185 47.8537 67.6178C50.605 68.3113 53.0662 69.8648 54.3462 71.7156C55.5971 73.5245 56.1338 75.1008 56.6925 78.6081C56.913 79.9916 57.1527 81.3809 57.2252 81.6954C57.6449 83.5131 58.4614 84.966 59.4733 85.6957C61.0805 86.8544 63.8479 86.9265 66.5704 85.8804C67.0325 85.7028 67.4336 85.5801 67.4618 85.6078C67.5605 85.7044 66.1896 86.6083 65.2225 87.0842C63.9212 87.7245 62.8864 87.972 61.5115 87.972C59.0181 87.972 56.948 86.7226 55.2206 84.175C54.8807 83.6736 54.1167 82.1718 53.5228 80.8378C51.699 76.7403 50.7984 75.4921 48.6809 74.126C46.8381 72.9374 44.4615 72.7245 42.6736 73.588C40.325 74.7223 39.6698 77.6786 41.3518 79.5521C42.0204 80.2967 43.2671 80.939 44.2865 81.0638C46.1936 81.2975 47.8326 79.8684 47.8326 77.9717C47.8326 76.7402 47.352 76.0374 46.1423 75.4996C44.4901 74.7652 42.7141 75.6237 42.7226 77.1526C42.7263 77.8045 43.0145 78.214 43.6779 78.5097C44.1036 78.6994 44.1134 78.7144 43.7664 78.6434C42.2504 78.3337 41.8952 76.5335 43.1141 75.3383C44.5776 73.9036 47.6037 74.5367 48.6428 76.4951C49.0794 77.3177 49.1301 78.956 48.7495 79.9452C47.8976 82.1593 45.4138 83.3237 42.8941 82.6901C41.1787 82.2587 40.4801 81.7915 38.4119 79.6931C34.8179 76.0462 33.4226 75.3396 28.2413 74.5428L27.2484 74.3902L28.3782 73.4506Z",fill:"#F50DB4"}),Br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5147 8.18128C23.517 22.5305 31.7835 28.4507 32.7022 29.7015C33.4607 30.7343 33.1752 31.6628 31.8758 32.3905C31.1532 32.7951 29.6676 33.205 28.9238 33.205C28.0825 33.205 27.7936 32.8853 27.7936 32.8853C27.3058 32.4296 27.0311 32.5093 24.5261 28.1293C21.0483 22.8137 18.1379 18.4041 18.0585 18.3303C17.8749 18.1596 17.878 18.1653 24.1715 29.2574C25.1883 31.5693 24.3737 32.4179 24.3737 32.7471C24.3737 33.417 24.1882 33.7691 23.3494 34.6907C21.951 36.2274 21.3259 37.954 20.8746 41.5274C20.3687 45.5332 18.9462 48.3629 15.0041 53.2057C12.6965 56.0406 12.3189 56.5602 11.7366 57.7028C11.0032 59.1416 10.8015 59.9475 10.7198 61.7645C10.6334 63.6855 10.8016 64.9265 11.3975 66.7632C11.9191 68.3712 12.4636 69.433 13.8555 71.5567C15.0568 73.3894 15.7484 74.7513 15.7484 75.2841C15.7484 75.708 15.8306 75.7085 17.692 75.2945C22.1466 74.3036 25.7638 72.5609 27.7981 70.4252C29.0571 69.1033 29.3527 68.3733 29.3623 66.5619C29.3686 65.377 29.3263 65.1289 29.0011 64.4473C28.4718 63.3379 27.5083 62.4154 25.3845 60.9853C22.6019 59.1115 21.4133 57.603 21.085 55.5285C20.8157 53.8263 21.1282 52.6253 22.6676 49.4472C24.2609 46.1575 24.6558 44.7557 24.9229 41.4399C25.0954 39.2977 25.3343 38.4528 25.9591 37.7747C26.6108 37.0676 27.1975 36.8281 28.8103 36.611C31.4396 36.2572 33.1139 35.5871 34.4901 34.3379C35.6839 33.2543 36.1835 32.2101 36.2602 30.6382L36.3184 29.4468L35.6512 28.6806C33.2352 25.9057 9.89667 6 9.74799 6C9.71623 6 10.5113 6.98164 11.5147 8.18128ZM17.1047 63.9381C17.6509 62.9852 17.3607 61.7601 16.447 61.1617C15.5836 60.5962 14.2424 60.8625 14.2424 61.5994C14.2424 61.8243 14.3687 61.9879 14.6532 62.1322C15.1322 62.375 15.167 62.648 14.7901 63.2061C14.4084 63.7712 14.4392 64.2681 14.877 64.6057C15.5826 65.15 16.5815 64.8507 17.1047 63.9381Z",fill:"#F50DB4"}),Br("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M37.9777 37.236C36.7433 37.6095 35.5435 38.8981 35.172 40.2493C34.9454 41.0736 35.074 42.5196 35.4134 42.9662C35.9617 43.6874 36.492 43.8774 37.9277 43.8675C40.7388 43.8482 43.1825 42.6606 43.4666 41.176C43.6994 39.9591 42.6262 38.2726 41.1478 37.5321C40.385 37.1502 38.7626 36.9987 37.9777 37.236ZM41.2638 39.7671C41.6973 39.1604 41.5076 38.5047 40.7704 38.0611C39.3664 37.2167 37.2432 37.9155 37.2432 39.222C37.2432 39.8724 38.3504 40.5819 39.3653 40.5819C40.0408 40.5819 40.9652 40.1851 41.2638 39.7671Z",fill:"#F50DB4"})]})]});import{jsx as Hi,jsxs as Jm}from"react/jsx-runtime";var Qm=({style:e,...t})=>Jm("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[Jm("g",{clipPath:"url(#clip0_1704_1423)",children:[Hi("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),Hi("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),Hi("defs",{children:Hi("clipPath",{id:"clip0_1704_1423",children:Hi("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Un,jsxs as cv}from"react/jsx-runtime";var Hr={coinbase_wallet:{logo:ls,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:xn,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Wr,displayName:"Phantom"},rainbow:{logo:jm,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:Mi,displayName:"WalletConnect"},zerion:{logo:Qm,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:$m,displayName:"Brave Wallet",rdns:"com.brave.wallet"},cryptocom:{logo:Km,displayName:"Crypto.com DeFi Wallet"},uniswap:{logo:Zm,displayName:"Uniswap Wallet",rdns:"org.uniswap.app"},okx_wallet:{displayName:"OKX Wallet",rdns:"com.okex.wallet",logo:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJDSURBVHgB7Zq9jtpAEMfHlhEgQLiioXEkoAGECwoKxMcTRHmC5E3IoyRPkPAEkI7unJYmTgEFTYwA8a3NTKScLnCHN6c9r1e3P2llWQy7M/s1Gv1twCP0ej37dDq9x+Zut1t3t9vZjDEHIiSRSPg4ZpDL5fxkMvn1cDh8m0wmfugfO53OoFQq/crn8wxfY9EymQyrVCqMfHvScZx1p9ls3pFxXBy/bKlUipGPrVbLuQqAfsCliq3zl0H84zwtjQrOw4Mt1W63P5LvBm2d+Xz+YzqdgkqUy+WgWCy+Mc/nc282m4FqLBYL+3g8fjDxenq72WxANZbLJeA13zDX67UDioL5ybXwafMYu64Ltn3bdDweQ5R97fd7GyhBQMipx4POeEDHIu2LfDdBIGGz+hJ9CQ1ABjoA2egAZPM6AgiCAEQhsi/C4jHyPA/6/f5NG3Ks2+3CYDC4aTccDrn6ojG54MnEvG00GoVmWLIRNZ7wTCwDHYBsdACy0QHIhiuRETxlICWpMMhGZHmqS8qH6JLyGegAZKMDkI0uKf8X4SWlaZo+Pp1bRrwlJU8ZKLIvUjKh0WiQ3sRUbNVq9c5Ebew7KEo2m/1p4jJ4qAmDaqDQBzj5XyiAT4VCQezJigAU+IDU+z8vJFnGWeC+bKQV/5VZ71FV6L7PA3gg3tXrdQ+DgLhC+75Wq3no69P3MC0NFQpx2lL04Ql9gHK1bRDjsSBIvScBnDTk1WrlGIZBorIDEYJj+rhdgnQ67VmWRe0zlplXl81vcyEt0rSoYDUAAAAASUVORK5CYII="}},en=({provider:e,displayName:t,logo:r,connectOnly:o,connector:n})=>{let{navigate:i}=x(),{connectWallet:a}=I(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{fo()?(a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(ov?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},cv(lv,{onClick:s,children:[Un(sv,{icon:av(e,n.connectorType)??r,name:n.walletClientType}),Un("span",{children:iv(e,n.connectorType)||t||n.walletClientType}),Un("span",{id:"connect-text",children:"Connect"})]})},iv=(e,t)=>{if(Hr[e]?.displayName)return Hr[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},av=(e,t)=>{if(Hr[e]?.logo)return Hr[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return Mi},sv=({icon:e,name:t})=>typeof e=="string"?Un("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Un(rv,{}):e?Un(e,{}):null,lv=nv(Ae)`
845
845
  /* Show "Connect" on hover */
846
846
  > #connect-text {
847
847
  font-weight: 500;
@@ -863,23 +863,23 @@ Resources:
863
863
  display: none;
864
864
  }
865
865
  }
866
- `;import{Fragment as f3,jsx as Un,jsxs as h3}from"react/jsx-runtime";var d3=["coinbase_wallet"],p3=["metamask","okx_wallet","rainbow","uniswap","zerion"],u3=["cryptocom"],m3=["phantom"],Bn=({connectOnly:e})=>{let{connectors:t}=M(),{app:r}=x(),o=Gi(r.appearance.walletList,t,e,r.appearance.walletList);return h3(f3,{children:[...o]})},Gi=(e,t,r,o)=>{let n=[],i=[],a=[],l=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let c=t.filter(({connectorType:u,walletClientType:f})=>f==="uniswap_wallet_extension"?!o.includes("uniswap"):u==="injected"&&!o.includes(f));for(let u of c){let{walletClientType:f,walletBranding:h}=u;(f==="unknown"?i:n).push(Un(en,{connectOnly:r,provider:f,logo:h.icon,displayName:h.name,connector:u},`${s}-${f}`))}}else if(m3.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push(Un(en,{connectOnly:r,provider:s,connector:c},s))}else if(p3.includes(s)){let c=t.find(u=>s==="uniswap"?u.walletClientType==="uniswap_wallet_extension":u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push(Un(en,{connectOnly:r,provider:s,connector:c},s))}else if(d3.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push(Un(en,{connectOnly:r,provider:s,connector:c},s))}else u3.includes(s)?l&&a.push(Un(en,{connectOnly:r,provider:s,connector:l},s)):s==="wallet_connect"&&l&&a.push(Un(en,{connectOnly:r,provider:s,connector:l},s));return[...i,...n,...a]};import{Fragment as y3,jsx as Vi,jsxs as g3}from"react/jsx-runtime";var Xm=()=>{let{app:e}=x(),t=`Connect a wallet to ${e?.name}`;return g3(y3,{children:[Vi(T,{},"header"),Vi(Ur,{title:"Connect your wallet",description:t}),Vi(sr,{children:Vi(Bn,{connectOnly:!0})}),Vi(z,{protectedByPrivy:!0})]})};import E3 from"styled-components";import w3 from"styled-components";import v3 from"react";import{jsx as C3}from"react/jsx-runtime";var ef=()=>{let{app:e}=x(),t=e?.appearance?.logo,r=`${e?.name} logo`,o={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?C3("img",{src:t,alt:r,style:o}):t.type==="svg"||t.type==="img"?v3.cloneElement(t,{alt:r,style:o}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as tf}from"react/jsx-runtime";var Hn=e=>{let{app:t}=x();return t?.appearance.logo?tf(b3,{...e,children:tf(ef,{})}):null},b3=w3.div`
866
+ `;import{Fragment as fv,jsx as Fn,jsxs as hv}from"react/jsx-runtime";var dv=["coinbase_wallet"],pv=["metamask","okx_wallet","rainbow","uniswap","zerion"],uv=["cryptocom"],mv=["phantom"],Bn=({connectOnly:e})=>{let{connectors:t}=I(),{app:r}=x(),o=Gi(r.appearance.walletList,t,e,r.appearance.walletList);return hv(fv,{children:[...o]})},Gi=(e,t,r,o)=>{let n=[],i=[],a=[],l=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let c=t.filter(({connectorType:u,walletClientType:m})=>m==="uniswap_wallet_extension"?!o.includes("uniswap"):u==="injected"&&!o.includes(m));for(let u of c){let{walletClientType:m,walletBranding:h}=u;(m==="unknown"?i:n).push(Fn(en,{connectOnly:r,provider:m,logo:h.icon,displayName:h.name,connector:u},`${s}-${m}`))}}else if(mv.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push(Fn(en,{connectOnly:r,provider:s,connector:c},s))}else if(pv.includes(s)){let c=t.find(u=>s==="uniswap"?u.walletClientType==="uniswap_wallet_extension":u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push(Fn(en,{connectOnly:r,provider:s,connector:c},s))}else if(dv.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push(Fn(en,{connectOnly:r,provider:s,connector:c},s))}else uv.includes(s)?l&&a.push(Fn(en,{connectOnly:r,provider:s,connector:l},s)):s==="wallet_connect"&&l&&a.push(Fn(en,{connectOnly:r,provider:s,connector:l},s));return[...i,...n,...a]};import{Fragment as yv,jsx as Vi,jsxs as gv}from"react/jsx-runtime";var Xm=()=>{let{app:e}=x(),t=`Connect a wallet to ${e?.name}`;return gv(yv,{children:[Vi(E,{},"header"),Vi(Fr,{title:"Connect your wallet",description:t}),Vi(sr,{children:Vi(Bn,{connectOnly:!0})}),Vi(z,{protectedByPrivy:!0})]})};import Ev from"styled-components";import wv from"styled-components";import vv from"react";import{jsx as Cv}from"react/jsx-runtime";var ef=()=>{let{app:e}=x(),t=e?.appearance?.logo,r=`${e?.name} logo`,o={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Cv("img",{src:t,alt:r,style:o}):t.type==="svg"||t.type==="img"?vv.cloneElement(t,{alt:r,style:o}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as tf}from"react/jsx-runtime";var Hn=e=>{let{app:t}=x();return t?.appearance.logo?tf(bv,{...e,children:tf(ef,{})}):null},bv=wv.div`
867
867
  display: flex;
868
868
  flex-direction: column;
869
869
  align-items: center;
870
870
  padding: 24px 0;
871
871
  flex-grow: 1;
872
872
  justify-content: center;
873
- `;import{Fragment as P3,jsx as Gn,jsxs as S3}from"react/jsx-runtime";var rf=()=>{let{app:e}=x();return S3(P3,{children:[Gn(T,{},"header"),Gn(T3,{}),Gn(sr,{children:Gn(Bn,{connectOnly:!0})}),e&&Gn(Mn,{app:e,alwaysShowImplicitConsent:!0}),Gn(z,{protectedByPrivy:!0})]})},T3=E3(Hn)`
873
+ `;import{Fragment as Tv,jsx as Gn,jsxs as Sv}from"react/jsx-runtime";var rf=()=>{let{app:e}=x();return Sv(Tv,{children:[Gn(E,{},"header"),Gn(Pv,{}),Gn(sr,{children:Gn(Bn,{connectOnly:!0})}),e&&Gn(Mn,{app:e,alwaysShowImplicitConsent:!0}),Gn(z,{protectedByPrivy:!0})]})},Pv=Ev(Hn)`
874
874
  margin-bottom: 16px;
875
- `;import{useEffect as df,useState as pf}from"react";import{isMobile as W3}from"react-device-detect";import L3 from"styled-components";import{useEffect as zc,useState as tn}from"react";import{isMobile as Qs}from"react-device-detect";import sf from"styled-components";import{useEffect as of,useRef as x3}from"react";var k3=(e,t)=>{let r=x3(()=>{});of(()=>{r.current=e}),of(()=>{if(t!==null){let o=setInterval(()=>r.current(),t||0);return()=>clearInterval(o)}},[t])},nf=k3;import{useState as _3,useEffect as A3,useCallback as R3}from"react";function af(){let[e,t]=_3(!1),r=R3(()=>{document.hidden&&t(!0)},[]);return A3(()=>(document.addEventListener("visibilitychange",r),()=>document.removeEventListener("visibilitychange",r)),[r]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as cf,jsx as rt,jsxs as zi}from"react/jsx-runtime";var qc=2,$c=e=>e?.privyErrorCode==="linked_to_another_user"?Xr.ERROR_USER_EXISTS:e instanceof Ne&&!e.details.default?e.details:e instanceof bn?Xr.ERROR_TIMED_OUT:e instanceof En?Xr.ERROR_USER_REJECTED_CONNECTION:Xr.ERROR_WALLET_CONNECTION,lf=()=>{let[e,t]=tn(!1),[r,o]=tn(!1),[n,i]=tn(void 0),{authenticated:a,logout:l}=B(),{app:s,navigate:c,navigateBack:u,lastScreen:f,currentScreen:h,setModalData:y}=x(),{getAuthFlow:w,walletConnectionStatus:v,closePrivyModal:k,initLoginWithWallet:S,loginWithWallet:C,updateWallets:R,createAnalyticsEvent:_}=M(),{walletConnectors:L}=B(),[P,N]=tn(0),{user:K}=B(),[G]=tn(K?.linkedAccounts.length||0),[V,I]=tn(""),[Q,F]=tn(!1),{hasTabbedAway:ue}=af(),{enabled:ce,token:ae}=we(),ge=Qs&&v?.connector?.connectorType==="wallet_connect_v2"||Qs&&v?.connector?.connectorType==="coinbase_wallet"||Qs&&v?.connector?.connectorType==="injected"&&v?.connector?.walletClientType==="phantom",J=v?.status==="connected",_t=v?.status==="switching_to_supported_chain";zc(()=>{let H=w();if(J&&!H&&(ce&&!ae&&!a?(y({captchaModalData:{callback:fe=>S(v.connectedWallet,fe).then(()=>{F(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN",!1)):S(v.connectedWallet,ae).then(()=>{F(!0)})),H&&ge&&J&&!H.preparedMessage){H.buildSiweMessage();return}!H||ge||!J||r||(async()=>{o(!0),i(void 0);try{v?.connector?.connectorType==="wallet_connect_v2"&&v?.connector?.walletClientType==="metamask"&&await yc(2500),await At()}catch(fe){console.warn("Auto-prompted signature failed",fe)}finally{o(!1)}})()},[P,J,Q]),zc(()=>{if(K&&e){let H=s?.render.inDialog?Be:0,fe=s?.render.inDialog?H-500:0;if(s?.legal.requireUsersAcceptTerms&&!K.hasAcceptedTerms){let Do=setTimeout(()=>{c("AFFIRMATIVE_CONSENT_SCREEN")},fe);return()=>clearTimeout(Do)}if(nr(K,s?.embeddedWallets?.createOnLogin)){let Do=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:wt=>{console.error(wt),_({eventName:"embedded_wallet_creation_failure_logout",payload:{error:wt,screen:"ConnectionStatusScreen"}}),l()},callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},fe);return()=>clearTimeout(Do)}R();let Xt=setTimeout(()=>k({shouldCallAuthOnSuccess:!0,isSuccess:!0}),Be);return()=>clearTimeout(Xt)}},[K,e]);let Ct=H=>{if(H?.privyErrorCode==="allowlist_rejected"){c("ALLOWLIST_REJECTION_SCREEN");return}else if(H?.privyErrorCode==="max_accounts_reached"){console.error(new Ar(H).toString()),c("USER_LIMIT_REACHED_SCREEN");return}i($c(H))};async function At(){try{if(await C(),!s?.render.inDialog)return k({shouldCallAuthOnSuccess:!0,isSuccess:!0});t(!0)}catch(H){Ct(H)}finally{o(!1)}}zc(()=>{v?.connectError&&Ct(v?.connectError)},[v]),nf(()=>{let H=ze==="wallet_connect_v2"&&v?.connector instanceof Or?v.connector.redirectUri:void 0;H&&I(H)},v?.connector instanceof Or&&!V?500:null);let ze=v?.connector?.connectorType||"injected",Jt=v?.connector?.walletClientType||"unknown",_e=Hr[Jt]?.displayName||v?.connector?.walletBranding.name||"Browser Extension",He=Hr[Jt]?.logo||v?.connector?.walletBranding.icon||(H=>rt(Sn,{...H})),Qt=_e==="Browser Extension"?_e.toLowerCase():_e,Rt;e?Rt=`Successfully connected with ${Qt}`:n?Rt=n.message:_t?Rt="Switching networks":J?Rt=r&&ge?"Signing":"Sign to verify":Rt=`Waiting for ${Qt}`;let Fe="Don\u2019t see your wallet? Check your other browser windows.";if(e){let H=K?.linkedAccounts.length||0;G===H?Fe="Wallet was already linked.":Fe="You\u2019re good to go!"}else P>=qc&&n?Fe="Unable to connect wallet":n?Fe=n.detail:_t?Fe="Switch your wallet to the requested network.":J&&ge?Fe="Sign the message in your wallet to verify it belongs to you.":Jt==="metamask"&&Qs?Fe="Click continue to open and connect MetaMask.":Jt==="metamask"?Fe="For the best experience, connect only one wallet at a time.":ze==="wallet_connect"?Fe="Open your mobile wallet app to continue":ze==="coinbase_wallet"&&(zp()||(Tc(K)?Fe="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Fe="Open the Coinbase app on your phone to continue."));let O=L?.walletConnectors?.find(H=>H.walletClientType==="coinbase_wallet"),oe=Jt==="coinbase_wallet"&&(Tc(K)||n===Xr.ERROR_USER_EXISTS);return zi(cf,{children:[rt(T,{backFn:!f||h===f?void 0:u}),zi(I3,{children:[rt(Kc,{walletLogo:He,success:e,fail:!!n}),zi(Ye,{children:[rt("h3",{children:Rt}),rt("p",{children:Fe}),!J&&V&&!ue?zi("p",{children:["Still here?"," ",rt("a",{href:V,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),oe?rt(W,{onClick:()=>O&&O?.disconnect(),disabled:e,children:"Use a different wallet"}):n==Xr.ERROR_USER_EXISTS&&h!==f?rt(W,{onClick:u,children:"Use a different wallet"}):J&&!e&&ge?rt(W,{onClick:()=>{o(!0),At()},disabled:r,children:r?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&P<qc?rt(W,{onClick:()=>{N(P+1),i(void 0),J?(o(!0),At()):v?.connectRetry()},disabled:!e&&(!n?.retryable||P>=qc),children:"Retry"}):!e&&!n?rt(W,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),rt(q,{})]})},I3=sf.div`
875
+ `;import{useEffect as df,useState as pf}from"react";import{isMobile as Wv}from"react-device-detect";import Lv from"styled-components";import{useEffect as zc,useState as tn}from"react";import{isMobile as Qs}from"react-device-detect";import sf from"styled-components";import{useEffect as of,useRef as xv}from"react";var _v=(e,t)=>{let r=xv(()=>{});of(()=>{r.current=e}),of(()=>{if(t!==null){let o=setInterval(()=>r.current(),t||0);return()=>clearInterval(o)}},[t])},nf=_v;import{useState as kv,useEffect as Av,useCallback as Rv}from"react";function af(){let[e,t]=kv(!1),r=Rv(()=>{document.hidden&&t(!0)},[]);return Av(()=>(document.addEventListener("visibilitychange",r),()=>document.removeEventListener("visibilitychange",r)),[r]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as cf,jsx as tt,jsxs as zi}from"react/jsx-runtime";var qc=2,$c=e=>e?.privyErrorCode==="linked_to_another_user"?Xr.ERROR_USER_EXISTS:e instanceof Oe&&!e.details.default?e.details:e instanceof bn?Xr.ERROR_TIMED_OUT:e instanceof En?Xr.ERROR_USER_REJECTED_CONNECTION:Xr.ERROR_WALLET_CONNECTION,lf=()=>{let[e,t]=tn(!1),[r,o]=tn(!1),[n,i]=tn(void 0),{authenticated:a,logout:l}=F(),{app:s,navigate:c,navigateBack:u,lastScreen:m,currentScreen:h,setModalData:y}=x(),{getAuthFlow:w,walletConnectionStatus:g,closePrivyModal:_,initLoginWithWallet:S,loginWithWallet:C,updateWallets:R,createAnalyticsEvent:k}=I(),{walletConnectors:L}=F(),[T,N]=tn(0),{user:K}=F(),[G]=tn(K?.linkedAccounts.length||0),[V,M]=tn(""),[Q,U]=tn(!1),{hasTabbedAway:ue}=af(),{enabled:ce,token:ae}=Ce(),he=Qs&&g?.connector?.connectorType==="wallet_connect_v2"||Qs&&g?.connector?.connectorType==="coinbase_wallet"||Qs&&g?.connector?.connectorType==="injected"&&g?.connector?.walletClientType==="phantom",J=g?.status==="connected",St=g?.status==="switching_to_supported_chain";zc(()=>{let H=w();if(J&&!H&&(ce&&!ae&&!a?(y({captchaModalData:{callback:me=>S(g.connectedWallet,me).then(()=>{U(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN",!1)):S(g.connectedWallet,ae).then(()=>{U(!0)})),H&&he&&J&&!H.preparedMessage){H.buildSiweMessage();return}!H||he||!J||r||(async()=>{o(!0),i(void 0);try{g?.connector?.connectorType==="wallet_connect_v2"&&g?.connector?.walletClientType==="metamask"&&await yc(2500),await xt()}catch(me){console.warn("Auto-prompted signature failed",me)}finally{o(!1)}})()},[T,J,Q]),zc(()=>{if(K&&e){let H=s?.render.inDialog?Be:0,me=s?.render.inDialog?H-500:0;if(s?.legal.requireUsersAcceptTerms&&!K.hasAcceptedTerms){let Do=setTimeout(()=>{c("AFFIRMATIVE_CONSENT_SCREEN")},me);return()=>clearTimeout(Do)}if(nr(K,s?.embeddedWallets?.createOnLogin)){let Do=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:gt=>{console.error(gt),k({eventName:"embedded_wallet_creation_failure_logout",payload:{error:gt,screen:"ConnectionStatusScreen"}}),l()},callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},me);return()=>clearTimeout(Do)}R();let Xt=setTimeout(()=>_({shouldCallAuthOnSuccess:!0,isSuccess:!0}),Be);return()=>clearTimeout(Xt)}},[K,e]);let yt=H=>{if(H?.privyErrorCode==="allowlist_rejected"){c("ALLOWLIST_REJECTION_SCREEN");return}else if(H?.privyErrorCode==="max_accounts_reached"){console.error(new Ar(H).toString()),c("USER_LIMIT_REACHED_SCREEN");return}i($c(H))};async function xt(){try{if(await C(),!s?.render.inDialog)return _({shouldCallAuthOnSuccess:!0,isSuccess:!0});t(!0)}catch(H){yt(H)}finally{o(!1)}}zc(()=>{g?.connectError&&yt(g?.connectError)},[g]),nf(()=>{let H=ze==="wallet_connect_v2"&&g?.connector instanceof Or?g.connector.redirectUri:void 0;H&&M(H)},g?.connector instanceof Or&&!V?500:null);let ze=g?.connector?.connectorType||"injected",Jt=g?.connector?.walletClientType||"unknown",_e=Hr[Jt]?.displayName||g?.connector?.walletBranding.name||"Browser Extension",He=Hr[Jt]?.logo||g?.connector?.walletBranding.icon||(H=>tt(Sn,{...H})),Qt=_e==="Browser Extension"?_e.toLowerCase():_e,_t;e?_t=`Successfully connected with ${Qt}`:n?_t=n.message:St?_t="Switching networks":J?_t=r&&he?"Signing":"Sign to verify":_t=`Waiting for ${Qt}`;let Ue="Don\u2019t see your wallet? Check your other browser windows.";if(e){let H=K?.linkedAccounts.length||0;G===H?Ue="Wallet was already linked.":Ue="You\u2019re good to go!"}else T>=qc&&n?Ue="Unable to connect wallet":n?Ue=n.detail:St?Ue="Switch your wallet to the requested network.":J&&he?Ue="Sign the message in your wallet to verify it belongs to you.":Jt==="metamask"&&Qs?Ue="Click continue to open and connect MetaMask.":Jt==="metamask"?Ue="For the best experience, connect only one wallet at a time.":ze==="wallet_connect"?Ue="Open your mobile wallet app to continue":ze==="coinbase_wallet"&&(zp()||(Pc(K)?Ue="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Ue="Open the Coinbase app on your phone to continue."));let O=L?.walletConnectors?.find(H=>H.walletClientType==="coinbase_wallet"),oe=Jt==="coinbase_wallet"&&(Pc(K)||n===Xr.ERROR_USER_EXISTS);return zi(cf,{children:[tt(E,{backFn:!m||h===m?void 0:u}),zi(Iv,{children:[tt(Kc,{walletLogo:He,success:e,fail:!!n}),zi(Ye,{children:[tt("h3",{children:_t}),tt("p",{children:Ue}),!J&&V&&!ue?zi("p",{children:["Still here?"," ",tt("a",{href:V,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),oe?tt(W,{onClick:()=>O&&O?.disconnect(),disabled:e,children:"Use a different wallet"}):n==Xr.ERROR_USER_EXISTS&&h!==m?tt(W,{onClick:u,children:"Use a different wallet"}):J&&!e&&he?tt(W,{onClick:()=>{o(!0),xt()},disabled:r,children:r?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&T<qc?tt(W,{onClick:()=>{N(T+1),i(void 0),J?(o(!0),xt()):g?.connectRetry()},disabled:!e&&(!n?.retryable||T>=qc),children:"Retry"}):!e&&!n?tt(W,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),tt(q,{})]})},Iv=sf.div`
876
876
  display: flex;
877
877
  flex-direction: column;
878
878
  align-items: center;
879
879
  justify-content: center;
880
880
  gap: 24px;
881
881
  width: 100%;
882
- `,M3=sf.div`
882
+ `,Mv=sf.div`
883
883
  display: flex;
884
884
  flex-direction: column;
885
885
  justify-content: center;
@@ -902,14 +902,14 @@ Resources:
902
902
  left: -19px;
903
903
  top: -19px;
904
904
  }
905
- `,Kc=e=>{let t=e.walletLogo;return rt(cf,{children:rt(M3,{children:zi("div",{children:[rt(ut,{success:e.success,fail:e.fail}),typeof t=="string"?rt("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):rt(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as N3,jsx as oo,jsxs as jc}from"react/jsx-runtime";var Xs=2,uf=()=>{let{navigateBack:e,lastScreen:t,currentScreen:r}=x(),{walletConnectionStatus:o,closePrivyModal:n}=M(),[i,a]=pf(void 0),[l,s]=pf(0),c=o?.status==="connected",u=o?.status==="switching_to_supported_chain";df(()=>{if(c){let R=setTimeout(n,Be);return()=>clearTimeout(R)}},[c]);let f=R=>{a($c(R))};df(()=>{o?.connectError&&f(o?.connectError)},[o]);let h=o?.connector?.connectorType||"injected",y=o?.connector?.walletClientType||"unknown",w=Hr[y]?.displayName||o?.connector?.walletBranding.name||"Browser Extension",v=Hr[y]?.logo||o?.connector?.walletBranding.icon||(R=>oo(Sn,{...R})),k=w==="Browser Extension"?w.toLowerCase():w,S;c?S=`Successfully connected with ${k}`:i?S=i.message:u?S="Switching networks":S=`Waiting for ${k}`;let C="Don\u2019t see your wallet? Check your other browser windows.";return c?C="You\u2019re good to go!":l>=Xs&&i?C="Unable to connect wallet":i?C=i.detail:u?C="Switch your wallet to the requested network.":y==="metamask"&&W3?C="Click to continue to open and connect MetaMask.":y==="metamask"?C="For the best experience, connect only one wallet at a time.":h==="wallet_connect_v2"?C="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(C="Open the Coinbase app on your phone to continue."),jc(N3,{children:[oo(T,{backFn:r===t?void 0:e}),jc(O3,{children:[oo(Kc,{walletLogo:v,success:c,fail:!!i}),jc(Ye,{children:[oo("h3",{children:S}),oo("p",{children:C})]}),i==Xr.ERROR_USER_EXISTS?oo(W,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Xs?oo(W,{onClick:()=>{s(l+1),a(void 0),o?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Xs),children:"Retry"}):!c&&i&&l>=Xs?oo(W,{onClick:e,children:"Use a different wallet"}):null]}),oo(q,{})]})},O3=L3.div`
905
+ `,Kc=e=>{let t=e.walletLogo;return tt(cf,{children:tt(Mv,{children:zi("div",{children:[tt(ct,{success:e.success,fail:e.fail}),typeof t=="string"?tt("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):tt(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as Nv,jsx as oo,jsxs as jc}from"react/jsx-runtime";var Xs=2,uf=()=>{let{navigateBack:e,lastScreen:t,currentScreen:r}=x(),{walletConnectionStatus:o,closePrivyModal:n}=I(),[i,a]=pf(void 0),[l,s]=pf(0),c=o?.status==="connected",u=o?.status==="switching_to_supported_chain";df(()=>{if(c){let R=setTimeout(n,Be);return()=>clearTimeout(R)}},[c]);let m=R=>{a($c(R))};df(()=>{o?.connectError&&m(o?.connectError)},[o]);let h=o?.connector?.connectorType||"injected",y=o?.connector?.walletClientType||"unknown",w=Hr[y]?.displayName||o?.connector?.walletBranding.name||"Browser Extension",g=Hr[y]?.logo||o?.connector?.walletBranding.icon||(R=>oo(Sn,{...R})),_=w==="Browser Extension"?w.toLowerCase():w,S;c?S=`Successfully connected with ${_}`:i?S=i.message:u?S="Switching networks":S=`Waiting for ${_}`;let C="Don\u2019t see your wallet? Check your other browser windows.";return c?C="You\u2019re good to go!":l>=Xs&&i?C="Unable to connect wallet":i?C=i.detail:u?C="Switch your wallet to the requested network.":y==="metamask"&&Wv?C="Click to continue to open and connect MetaMask.":y==="metamask"?C="For the best experience, connect only one wallet at a time.":h==="wallet_connect_v2"?C="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(C="Open the Coinbase app on your phone to continue."),jc(Nv,{children:[oo(E,{backFn:r===t?void 0:e}),jc(Ov,{children:[oo(Kc,{walletLogo:g,success:c,fail:!!i}),jc(Ye,{children:[oo("h3",{children:S}),oo("p",{children:C})]}),i==Xr.ERROR_USER_EXISTS?oo(W,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Xs?oo(W,{onClick:()=>{s(l+1),a(void 0),o?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Xs),children:"Retry"}):!c&&i&&l>=Xs?oo(W,{onClick:e,children:"Use a different wallet"}):null]}),oo(q,{})]})},Ov=Lv.div`
906
906
  display: flex;
907
907
  flex-direction: column;
908
908
  align-items: center;
909
909
  justify-content: center;
910
910
  gap: 24px;
911
911
  width: 100%;
912
- `;import V3 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as z3,useMemo as q3,useState as $3}from"react";import K3 from"styled-components";import el from"styled-components";import{jsx as Yc,jsxs as H3}from"react/jsx-runtime";var Vn=()=>Yc(D3,{children:H3(F3,{children:[Yc(U3,{}),Yc(B3,{})]})}),D3=el.div`
912
+ `;import Vv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as zv,useMemo as qv,useState as $v}from"react";import Kv from"styled-components";import el from"styled-components";import{jsx as Yc,jsxs as Hv}from"react/jsx-runtime";var Vn=()=>Yc(Dv,{children:Hv(Uv,{children:[Yc(Fv,{}),Yc(Bv,{})]})}),Dv=el.div`
913
913
  display: flex;
914
914
  justify-content: center;
915
915
  align-items: center;
@@ -921,14 +921,14 @@ Resources:
921
921
  @media all and (display-mode: standalone) {
922
922
  margin-bottom: 30px;
923
923
  }
924
- `,F3=el.div`
924
+ `,Uv=el.div`
925
925
  position: relative;
926
926
  height: 140px;
927
927
  width: 140px;
928
928
 
929
929
  opacity: 1;
930
930
  animation: fadein 200ms ease;
931
- `,U3=el.div`
931
+ `,Fv=el.div`
932
932
  position: absolute;
933
933
  top: 0;
934
934
  right: 0;
@@ -941,7 +941,7 @@ Resources:
941
941
  border: 4px solid var(--privy-color-accent-light);
942
942
  border-radius: 50%;
943
943
  }
944
- `,B3=el.div`
944
+ `,Bv=el.div`
945
945
  position: absolute;
946
946
  top: 0;
947
947
  right: 0;
@@ -965,9 +965,9 @@ Resources:
965
965
  transform: rotate(360deg);
966
966
  }
967
967
  }
968
- `;var mf=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout","twilio_verification_failed"];var xe=class extends Error{constructor(r,o){super(o);this.type=r}};function zn(e){let t=e.type;return typeof t=="string"&&mf.includes(t)}function G3(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function qn(e){return zn(e)&&e.type==="wallet_not_on_device"}function ff(e){return zn(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function rn(e){return!!(zn(e)&&e.type==="mfa_timeout")}function on(e){return!!(zn(e)&&e.type==="missing_or_invalid_mfa")}function Zc(e){return!!(zn(e)&&e.type==="mfa_verification_max_attempts_reached")}function tl(e){return!!(zn(e)&&e.message.includes("code 429"))}function rl(e){return!!(G3(e)&&e.message==="MFA canceled")}function hf(e,t){return t.length>1?"EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN":e==="create"?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"}function ol(e){switch(e){case"user-passcode":return"EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN";case"google-drive":return"EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN";default:throw new Error("Recovery method not supported")}}async function yf({api:e,provider:t}){let r=Si(),o=Ya(),n=await Za(r);try{return{url:(await e.post(Ip,{redirect_to:window.location.href,code_challenge:n,state_code:o,provider:t})).url,codeVerifier:r,stateCode:o}}catch(i){throw de(i)}}async function gf({api:e,provider:t,stateCode:r,codeVerifier:o,authorizationCode:n}){if(!n||!r)throw new E("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenicate.");if(n==="undefined")throw new E("User denied confirmation during OAuth flow");try{return(await e.post(Mp,{authorization_code:n,state_code:r,code_verifier:o,provider:t})).access_token}catch(i){let a=de(i);throw a.privyErrorCode?new E(a.message||"Invalid code during OAuth flow.",void 0,a.privyErrorCode):a.message==="User denied confirmation during OAuth flow"?new E("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new E("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}import{Fragment as Cf,jsx as $n,jsxs as Jc}from"react/jsx-runtime";var vf=1,wf=()=>{let{authenticated:e,user:t,getAccessToken:r}=B(),{closePrivyModal:o,createAnalyticsEvent:n,walletProxy:i}=M(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=q3(()=>Date.now(),[]),[f,h]=$3(!1),{onCompleteNavigateTo:y,onFailure:w,shouldForceMFA:v}=l?.connectWallet,k=C=>{f||(h(!0),w(typeof C=="string"?new Error(C):C))};z3(()=>{let C=Se(t),R;return!e||!C?k("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let L=await r();if(!L)return k("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:L,address:C.address}),v&&await i.verifyMfa({accessToken:L});let P=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&P<vf?R=setTimeout(()=>{a(y)},(vf-P)*1e3):a(y)}catch(P){if(qn(P)&&C.recoveryMethod==="privy"){let N=await r();if(!N)return k("User must be authenticated and have a Privy wallet before it can be recovered");try{n({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:C.address}}),(await i?.recover({address:C.address,accessToken:N}))?.address||k(new Error("Unable to recover wallet")),y?a(y):o({shouldCallAuthOnSuccess:!1}),n({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:C.address}}),a(y)}catch{k("An error has occurred, please try again.")}}else if(qn(P)){s({...l,recoverWallet:{privyWallet:C,onCompleteNavigateTo:y,onFailure:w},recoveryOAuthStatus:{provider:"google-drive",action:"recover",isInAccountCreateFlow:!1}});let N=ol(C.recoveryMethod);a(N)}else k(P)}})(),()=>clearTimeout(R)):void 0},[e,t,i]);let S=()=>{k("User exited before wallet could be connected"),o({shouldCallAuthOnSuccess:!1})};return c.current=S,Jc(Cf,{children:[$n(T,{onClose:S}),f?Jc(Cf,{children:[Jc(vr,{children:[$n(V3,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),$n(Te,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),$n(W,{onClick:()=>o({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):$n(Vn,{}),$n(j3,{})]})},j3=K3.div`
968
+ `;var mf=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout","twilio_verification_failed"];var De=class extends Error{constructor(r,o){super(o);this.type=r}};function zn(e){let t=e.type;return typeof t=="string"&&mf.includes(t)}function Gv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function qn(e){return zn(e)&&e.type==="wallet_not_on_device"}function ff(e){return zn(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function rn(e){return!!(zn(e)&&e.type==="mfa_timeout")}function on(e){return!!(zn(e)&&e.type==="missing_or_invalid_mfa")}function Zc(e){return!!(zn(e)&&e.type==="mfa_verification_max_attempts_reached")}function tl(e){return!!(zn(e)&&e.message.includes("code 429"))}function rl(e){return!!(Gv(e)&&e.message==="MFA canceled")}function hf(e,t){return t.length>1?"EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN":e==="create"?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"}function ol(e){switch(e){case"user-passcode":return"EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN";case"google-drive":return"EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN";default:throw new Error("Recovery method not supported")}}async function yf({api:e,provider:t}){let r=Si(),o=Ya(),n=await Za(r);try{return{url:(await e.post(Ip,{redirect_to:window.location.href,code_challenge:n,state_code:o,provider:t})).url,codeVerifier:r,stateCode:o}}catch(i){throw de(i)}}async function gf({api:e,provider:t,stateCode:r,codeVerifier:o,authorizationCode:n}){if(!n||!r)throw new b("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenicate.");if(n==="undefined")throw new b("User denied confirmation during OAuth flow");try{return(await e.post(Mp,{authorization_code:n,state_code:r,code_verifier:o,provider:t})).access_token}catch(i){let a=de(i);throw a.privyErrorCode?new b(a.message||"Invalid code during OAuth flow.",void 0,a.privyErrorCode):a.message==="User denied confirmation during OAuth flow"?new b("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new b("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}import{Fragment as Cf,jsx as $n,jsxs as Jc}from"react/jsx-runtime";var vf=1,wf=()=>{let{authenticated:e,user:t,getAccessToken:r}=F(),{closePrivyModal:o,createAnalyticsEvent:n,walletProxy:i}=I(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=qv(()=>Date.now(),[]),[m,h]=$v(!1),{onCompleteNavigateTo:y,onFailure:w,shouldForceMFA:g}=l?.connectWallet,_=C=>{m||(h(!0),w(typeof C=="string"?new Error(C):C))};zv(()=>{let C=Te(t),R;return!e||!C?_("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let L=await r();if(!L)return _("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:L,address:C.address}),g&&await i.verifyMfa({accessToken:L});let T=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&T<vf?R=setTimeout(()=>{a(y)},(vf-T)*1e3):a(y)}catch(T){if(qn(T)&&C.recoveryMethod==="privy"){let N=await r();if(!N)return _("User must be authenticated and have a Privy wallet before it can be recovered");try{n({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:C.address}}),(await i?.recover({address:C.address,accessToken:N}))?.address||_(new Error("Unable to recover wallet")),y?a(y):o({shouldCallAuthOnSuccess:!1}),n({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:C.address}}),a(y)}catch{_("An error has occurred, please try again.")}}else if(qn(T)){s({...l,recoverWallet:{privyWallet:C,onCompleteNavigateTo:y,onFailure:w},recoveryOAuthStatus:{provider:"google-drive",action:"recover",isInAccountCreateFlow:!1}});let N=ol(C.recoveryMethod);a(N)}else _(T)}})(),()=>clearTimeout(R)):void 0},[e,t,i]);let S=()=>{_("User exited before wallet could be connected"),o({shouldCallAuthOnSuccess:!1})};return c.current=S,Jc(Cf,{children:[$n(E,{onClose:S}),m?Jc(Cf,{children:[Jc(vr,{children:[$n(Vv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),$n(Ee,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),$n(W,{onClick:()=>o({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):$n(Vn,{}),$n(jv,{})]})},jv=Kv.div`
969
969
  height: 44px;
970
- `;import Y3 from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as Z3}from"react";import{Fragment as J3,jsx as Kn,jsxs as bf}from"react/jsx-runtime";var Ef=()=>{let{user:e}=B(),{closePrivyModal:t,isNewUserThisSession:r,updateWallets:o}=M(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=x(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=Se(e);f?(o(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return Z3(()=>{let f=setTimeout(u,jp);return()=>clearTimeout(f)},[]),a.current=u,bf(J3,{children:[Kn(T,{onClose:u}),Kn(X,{}),bf(vr,{children:[Kn(Y3,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Kn(Te,{title:r?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:r?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Kn(ie,{}),Kn(z,{protectedByPrivy:!0})]})};import Q3 from"@heroicons/react/20/solid/ExclamationTriangleIcon";import X3 from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Sf,useRef as e0,useState as Qc}from"react";import wo from"styled-components";import{Fragment as c0,jsx as Ge,jsxs as Er}from"react/jsx-runtime";var xf=()=>{let[e,t]=Qc(null),{authenticated:r,user:o,getAccessToken:n}=B(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=M(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=Se(o)?.address,{onFailure:f,onSuccess:h,origin:y,appId:w}=s.keyExport,v=S=>{i({shouldCallAuthOnSuccess:!1}),f(typeof S=="string"?new Error(S):S)},k=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a({eventName:"embedded_wallet_key_export_completed",payload:{walletAddress:u}})};return Sf(()=>{let S=Se(o);if(!r||!S)return v("User must be authenticated before exporting their wallet");n().then(t,v)},[r,o]),c.current=k,Er(c0,{children:[Ge(T,{onClose:k}),Er(o0,{children:[Er(Te,{icon:Ge(X3,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Er(s0,{children:[Ge(r0,{style:{marginRight:6}}),ho(u)]}),Ge("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Er(n0,{children:[Er(Tf,{children:[Ge(Pf,{children:"1"}),Er("span",{children:[Ge("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."]})]}),Er(Tf,{children:[Ge(Pf,{children:"2"}),Ge("span",{children:"Copy this key into your other wallet"})]})]}),Ge("div",{style:{width:"100%"},children:e&&Ge(t0,{origin:y,appId:w,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Er(l0,{children:[Er("div",{children:[Ge(Q3,{viewBox:"0 0 20 18"}),Ge("h4",{children:"Warning"})]}),Ge("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Ge(z,{protectedByPrivy:!0})]})};function t0(e){let[t,r]=Qc(e.dimensions.width),[o,n]=Qc(void 0),i=e0(null);return Sf(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();r(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")})},[]),Ge("div",{ref:i,children:t&&Er(i0,{children:[Ge("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Va(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...o})}),Ge(a0,{children:"Loading..."})]})})}function r0(e){return Ge("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Ge("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 o0=wo.div`
970
+ `;import Yv from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as Zv}from"react";import{Fragment as Jv,jsx as Kn,jsxs as bf}from"react/jsx-runtime";var Ef=()=>{let{user:e}=F(),{closePrivyModal:t,isNewUserThisSession:r,updateWallets:o}=I(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=x(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let m=Te(e);m?(o(),l(m)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return Zv(()=>{let m=setTimeout(u,jp);return()=>clearTimeout(m)},[]),a.current=u,bf(Jv,{children:[Kn(E,{onClose:u}),Kn(X,{}),bf(vr,{children:[Kn(Yv,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Kn(Ee,{title:r?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:r?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Kn(ie,{}),Kn(z,{protectedByPrivy:!0})]})};import Qv from"@heroicons/react/20/solid/ExclamationTriangleIcon";import Xv from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Sf,useRef as e0,useState as Qc}from"react";import wo from"styled-components";import{Fragment as c0,jsx as Ge,jsxs as Er}from"react/jsx-runtime";var xf=()=>{let[e,t]=Qc(null),{authenticated:r,user:o,getAccessToken:n}=F(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=I(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=Te(o)?.address,{onFailure:m,onSuccess:h,origin:y,appId:w}=s.keyExport,g=S=>{i({shouldCallAuthOnSuccess:!1}),m(typeof S=="string"?new Error(S):S)},_=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a({eventName:"embedded_wallet_key_export_completed",payload:{walletAddress:u}})};return Sf(()=>{let S=Te(o);if(!r||!S)return g("User must be authenticated before exporting their wallet");n().then(t,g)},[r,o]),c.current=_,Er(c0,{children:[Ge(E,{onClose:_}),Er(o0,{children:[Er(Ee,{icon:Ge(Xv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Er(s0,{children:[Ge(r0,{style:{marginRight:6}}),ho(u)]}),Ge("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Er(n0,{children:[Er(Pf,{children:[Ge(Tf,{children:"1"}),Er("span",{children:[Ge("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."]})]}),Er(Pf,{children:[Ge(Tf,{children:"2"}),Ge("span",{children:"Copy this key into your other wallet"})]})]}),Ge("div",{style:{width:"100%"},children:e&&Ge(t0,{origin:y,appId:w,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Er(l0,{children:[Er("div",{children:[Ge(Qv,{viewBox:"0 0 20 18"}),Ge("h4",{children:"Warning"})]}),Ge("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Ge(z,{protectedByPrivy:!0})]})};function t0(e){let[t,r]=Qc(e.dimensions.width),[o,n]=Qc(void 0),i=e0(null);return Sf(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();r(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")})},[]),Ge("div",{ref:i,children:t&&Er(i0,{children:[Ge("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Va(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...o})}),Ge(a0,{children:"Loading..."})]})})}function r0(e){return Ge("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Ge("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 o0=wo.div`
971
971
  display: flex;
972
972
  flex-direction: column;
973
973
  text-align: left;
@@ -978,7 +978,7 @@ Resources:
978
978
  padding-bottom: 16px;
979
979
  margin-left: 11px;
980
980
  border-left: 1px solid var(--privy-color-foreground-4) !important;
981
- `,Tf=wo.div`
981
+ `,Pf=wo.div`
982
982
  display: flex;
983
983
  align-items: top;
984
984
  gap: 8px;
@@ -987,7 +987,7 @@ Resources:
987
987
  color: var(--privy-color-accent);
988
988
  text-decoration: underline;
989
989
  }
990
- `,Pf=wo.div`
990
+ `,Tf=wo.div`
991
991
  display: flex;
992
992
  align-items: center;
993
993
  justify-content: center;
@@ -1052,9 +1052,9 @@ Resources:
1052
1052
  color: var(--privy-color-error);
1053
1053
  }
1054
1054
  }
1055
- `;import u0 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as m0,useState as kf}from"react";import f0 from"styled-components";import{useCallback as d0,useRef as p0}from"react";function nl(){let{refreshUser:e,createAnalyticsEvent:t,initializeWalletProxy:r}=M(),o=p0(!1);return{createWallet:d0(async i=>{let a=await he();if(!a)throw t({eventName:"embedded_wallet_creation_failed",payload:{error:"Missing access token for user."}}),new Error("An error has occured, please login again.");try{t({eventName:"embedded_wallet_creation_started"});let l=await r(vn);if(!l)throw new Error("walletProxy does not exist.");let s=1e4,c=new Promise((y,w)=>{setTimeout(()=>{w(new Error("walletProxy.create timed out."))},s)});if(!await Promise.race([l.create({accessToken:a,recoveryPassword:i}),c]))throw new Error("walletProxy.create did not send a response.");let f=await e();if(!f)throw new Error("Failed to refresh user.");let h=Se(f);if(!h)throw new Error("Updated user is missing embedded wallet.");return t({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:h.address}}),o.current=!0,h}catch(l){if(o.current)return;throw t({eventName:"embedded_wallet_creation_failed",payload:{error:l.toString()}}),console.warn(l),l}},[])}}import{Fragment as y0,jsx as jn,jsxs as _f}from"react/jsx-runtime";var Af=()=>{let{app:e,setModalData:t,navigate:r,data:o,onUserCloseViaDialogOrKeybindRef:n}=x(),[i,a]=kf(""),{embeddedWallets:l}=Lr(),{authenticated:s}=B(),{closePrivyModal:c}=M(),{onSuccess:u,onFailure:f,callAuthOnSuccessOnClose:h}=o.createWallet,y=e?.embeddedWallets.requireUserOwnedRecoveryOnCreate===!0,{createWallet:w}=nl(),[v,k]=kf(null),S=new Oe(async()=>{try{let R=await w();if(!R)return;k(R),r("EMBEDDED_WALLET_CREATED_SCREEN")}catch(R){a(R.message)}});m0(()=>{if(!s){r("LANDING"),f(new Error("User must be authenticated before creating a Privy wallet"));return}if(y){t({...o,recoverySelection:{...o?.recoverySelection,isInAccountCreateFlow:!0}});let R=hf("create",l.userOwnedRecoveryOptions);return r(R)}S.execute()},[y,s]);let C=()=>{v?(u(v),c({shouldCallAuthOnSuccess:h})):(f(new Et("User wallet creation failed")),c({shouldCallAuthOnSuccess:!1}))};return n.current=()=>null,i?_f(y0,{children:[jn(T,{closeable:!1}),_f(vr,{children:[jn(u0,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),jn(Te,{title:"Something went wrong",description:i})]}),jn(W,{onClick:C,children:"Close"}),jn(h0,{})]}):jn(Vn,{})},h0=f0.div`
1055
+ `;import u0 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as m0,useState as _f}from"react";import f0 from"styled-components";import{useCallback as d0,useRef as p0}from"react";function nl(){let{refreshUser:e,createAnalyticsEvent:t,initializeWalletProxy:r}=I(),o=p0(!1);return{createWallet:d0(async i=>{let a=await Se();if(!a)throw t({eventName:"embedded_wallet_creation_failed",payload:{error:"Missing access token for user."}}),new Error("An error has occured, please login again.");try{t({eventName:"embedded_wallet_creation_started"});let l=await r(vn);if(!l)throw new Error("walletProxy does not exist.");let s=1e4,c=new Promise((y,w)=>{setTimeout(()=>{w(new Error("walletProxy.create timed out."))},s)});if(!await Promise.race([l.create({accessToken:a,recoveryPassword:i}),c]))throw new Error("walletProxy.create did not send a response.");let m=await e();if(!m)throw new Error("Failed to refresh user.");let h=Te(m);if(!h)throw new Error("Updated user is missing embedded wallet.");return t({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:h.address}}),o.current=!0,h}catch(l){if(o.current)return;throw t({eventName:"embedded_wallet_creation_failed",payload:{error:l.toString()}}),console.warn(l),l}},[])}}import{Fragment as y0,jsx as jn,jsxs as kf}from"react/jsx-runtime";var Af=()=>{let{app:e,setModalData:t,navigate:r,data:o,onUserCloseViaDialogOrKeybindRef:n}=x(),[i,a]=_f(""),{embeddedWallets:l}=Lr(),{authenticated:s}=F(),{closePrivyModal:c}=I(),{onSuccess:u,onFailure:m,callAuthOnSuccessOnClose:h}=o.createWallet,y=e?.embeddedWallets.requireUserOwnedRecoveryOnCreate===!0,{createWallet:w}=nl(),[g,_]=_f(null),S=new Le(async()=>{try{let R=await w();if(!R)return;_(R),r("EMBEDDED_WALLET_CREATED_SCREEN")}catch(R){a(R.message)}});m0(()=>{if(!s){r("LANDING"),m(new Error("User must be authenticated before creating a Privy wallet"));return}if(y){t({...o,recoverySelection:{...o?.recoverySelection,isInAccountCreateFlow:!0}});let R=hf("create",l.userOwnedRecoveryOptions);return r(R)}S.execute()},[y,s]);let C=()=>{g?(u(g),c({shouldCallAuthOnSuccess:h})):(m(new Ct("User wallet creation failed")),c({shouldCallAuthOnSuccess:!1}))};return n.current=()=>null,i?kf(y0,{children:[jn(E,{closeable:!1}),kf(vr,{children:[jn(u0,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),jn(Ee,{title:"Something went wrong",description:i})]}),jn(W,{onClick:C,children:"Close"}),jn(h0,{})]}):jn(Vn,{})},h0=f0.div`
1056
1056
  height: 44px;
1057
- `;import{useEffect as cC,useState as cl}from"react";import{useCallback as id,useEffect as lC}from"react";import b0 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as E0,useState as td}from"react";import g0 from"@heroicons/react/24/outline/ArrowPathIcon";import v0 from"@heroicons/react/24/outline/EyeIcon";import C0 from"@heroicons/react/24/outline/EyeSlashIcon";import yt,{css as Xc}from"styled-components";var w0=Xc`
1057
+ `;import{useEffect as cC,useState as cl}from"react";import{useCallback as id,useEffect as lC}from"react";import b0 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as E0,useState as td}from"react";import g0 from"@heroicons/react/24/outline/ArrowPathIcon";import v0 from"@heroicons/react/24/outline/EyeIcon";import C0 from"@heroicons/react/24/outline/EyeSlashIcon";import mt,{css as Xc}from"styled-components";var w0=Xc`
1058
1058
  font-size: 14px;
1059
1059
  font-style: normal;
1060
1060
  font-weight: 400;
@@ -1062,7 +1062,7 @@ Resources:
1062
1062
  letter-spacing: -0.008px;
1063
1063
  text-align: left;
1064
1064
  transition: color 0.1s ease-in;
1065
- `,il=yt.span`
1065
+ `,il=mt.span`
1066
1066
  ${w0}
1067
1067
  transition: color 0.1s ease-in;
1068
1068
  color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
@@ -1071,12 +1071,12 @@ Resources:
1071
1071
  &[aria-hidden='true'] {
1072
1072
  visibility: hidden;
1073
1073
  }
1074
- `,bo=yt.div`
1074
+ `,bo=mt.div`
1075
1075
  display: flex;
1076
1076
  flex-direction: column;
1077
1077
  justify-content: center;
1078
1078
  flex-grow: 1;
1079
- `,Eo=yt(W)`
1079
+ `,Eo=mt(W)`
1080
1080
  ${e=>e.hideAnimations&&Xc`
1081
1081
  && {
1082
1082
  transition: none;
@@ -1097,7 +1097,7 @@ Resources:
1097
1097
  font-weight: 300;
1098
1098
  line-height: 22px; /* 137.5% */
1099
1099
  }
1100
- `,Yn=yt.input`
1100
+ `,Yn=mt.input`
1101
1101
  ${Rf}
1102
1102
 
1103
1103
  &::placeholder {
@@ -1109,15 +1109,15 @@ Resources:
1109
1109
  overflow: hidden;
1110
1110
  text-overflow: ellipsis;
1111
1111
  white-space: nowrap;
1112
- `,If=yt.div`
1112
+ `,If=mt.div`
1113
1113
  ${Rf}
1114
- `,To=yt.div`
1114
+ `,Po=mt.div`
1115
1115
  position: relative;
1116
1116
  width: 100%;
1117
1117
  display: flex;
1118
1118
  align-items: center;
1119
1119
  justify-content: ${({centered:e})=>e?"center":"space-between"};
1120
- `,Po=yt.div`
1120
+ `,To=mt.div`
1121
1121
  display: flex;
1122
1122
  flex-direction: column;
1123
1123
  align-items: center;
@@ -1139,12 +1139,12 @@ Resources:
1139
1139
  font-weight: 400;
1140
1140
  line-height: 20px;
1141
1141
  }
1142
- `,qi=yt.div`
1142
+ `,qi=mt.div`
1143
1143
  display: flex;
1144
1144
  flex-direction: column;
1145
1145
  gap: 10px;
1146
1146
  padding-bottom: 1rem;
1147
- `,$i=yt.div`
1147
+ `,$i=mt.div`
1148
1148
  display: flex;
1149
1149
  text-align: left;
1150
1150
  align-items: center;
@@ -1164,13 +1164,13 @@ Resources:
1164
1164
  > :first-child {
1165
1165
  min-width: 24px;
1166
1166
  }
1167
- `,bM=yt.div`
1167
+ `,bM=mt.div`
1168
1168
  height: var(--privy-height-modal-full);
1169
1169
 
1170
1170
  @media (max-width: 440px) {
1171
1171
  height: var(--privy-height-modal-compact);
1172
1172
  }
1173
- `,ed=yt(Ns)`
1173
+ `,ed=mt(Ns)`
1174
1174
  display: flex;
1175
1175
  flex: 1;
1176
1176
  gap: 4px;
@@ -1182,7 +1182,7 @@ Resources:
1182
1182
  border-color: var(--privy-color-foreground-3);
1183
1183
  border-width: 1px;
1184
1184
  }
1185
- `,Zn=yt.div`
1185
+ `,Zn=mt.div`
1186
1186
  position: absolute;
1187
1187
  right: 0.5rem;
1188
1188
 
@@ -1190,7 +1190,7 @@ Resources:
1190
1190
  flex-direction: row;
1191
1191
  justify-content: space-around;
1192
1192
  align-items: center;
1193
- `,Mf=yt(g0)`
1193
+ `,Mf=mt(g0)`
1194
1194
  height: 1.25rem;
1195
1195
  width: 1.25rem;
1196
1196
  stroke: var(--privy-color-accent);
@@ -1199,7 +1199,7 @@ Resources:
1199
1199
  :active {
1200
1200
  stroke: var(--privy-color-accent-light);
1201
1201
  }
1202
- `,Jn=yt(C0)`
1202
+ `,Jn=mt(C0)`
1203
1203
  height: 1.25rem;
1204
1204
  width: 1.25rem;
1205
1205
  stroke: var(--privy-color-accent);
@@ -1208,7 +1208,7 @@ Resources:
1208
1208
  :active {
1209
1209
  stroke: var(--privy-color-accent-light);
1210
1210
  }
1211
- `,Qn=yt(v0)`
1211
+ `,Qn=mt(v0)`
1212
1212
  height: 1.25rem;
1213
1213
  width: 1.25rem;
1214
1214
  stroke: var(--privy-color-accent);
@@ -1217,7 +1217,7 @@ Resources:
1217
1217
  :active {
1218
1218
  stroke: var(--privy-color-accent-light);
1219
1219
  }
1220
- `,Wf=yt.progress`
1220
+ `,Wf=mt.progress`
1221
1221
  height: 4px;
1222
1222
  width: 100%;
1223
1223
  margin: 8px 0;
@@ -1233,7 +1233,7 @@ Resources:
1233
1233
  transition: all 0.1s ease-out;
1234
1234
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1235
1235
  }
1236
- `;import{Fragment as T0,jsx as zt,jsxs as al}from"react/jsx-runtime";var Lf=({buttonHideAnimations:e,buttonLoading:t,password:r,onSubmit:o,onBack:n})=>{let[i,a]=td(!0),[l,s]=td(!1),[c,u]=td(""),f=r===c;return E0(()=>{c&&!l&&s(!0)},[c]),al(T0,{children:[zt(T,{title:"Confirm Password",closeable:!1,backFn:n}),zt(X,{}),al(bo,{children:[al(Po,{children:[zt(b0,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),zt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),zt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),al(To,{children:[zt(Yn,{value:c,onChange:h=>u(h.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text",style:{paddingRight:"2.3rem"}}),zt(Zn,{style:{right:"0.75rem"},children:i?zt(Jn,{onClick:()=>a(!1)}):zt(Qn,{onClick:()=>a(!0)})})]}),zt(il,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),zt(Eo,{onClick:o,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),zt(ie,{}),zt(z,{protectedByPrivy:!0})]})};import k0 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as _0}from"react";import A0 from"styled-components";import ji from"styled-components";import{jsx as Ki,jsxs as x0}from"react/jsx-runtime";var Of=({className:e,checked:t,color:r="var(--privy-color-accent)",...o})=>Ki("label",{children:x0(P0,{className:e,children:[Ki(Df,{checked:t,...o}),Ki(S0,{color:r,checked:t,children:Ki(Nf,{viewBox:"0 0 24 24",children:Ki("polyline",{points:"20 6 9 17 4 12"})})})]})});var WM=ji.label`
1236
+ `;import{Fragment as P0,jsx as Gt,jsxs as al}from"react/jsx-runtime";var Lf=({buttonHideAnimations:e,buttonLoading:t,password:r,onSubmit:o,onBack:n})=>{let[i,a]=td(!0),[l,s]=td(!1),[c,u]=td(""),m=r===c;return E0(()=>{c&&!l&&s(!0)},[c]),al(P0,{children:[Gt(E,{title:"Confirm Password",closeable:!1,backFn:n}),Gt(X,{}),al(bo,{children:[al(To,{children:[Gt(b0,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Gt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),Gt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),al(Po,{children:[Gt(Yn,{value:c,onChange:h=>u(h.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text",style:{paddingRight:"2.3rem"}}),Gt(Zn,{style:{right:"0.75rem"},children:i?Gt(Jn,{onClick:()=>a(!1)}):Gt(Qn,{onClick:()=>a(!0)})})]}),Gt(il,{"aria-hidden":!l||m,error:!0,children:"Passwords do not match"})]}),Gt(Eo,{onClick:o,loading:t,disabled:!m,hideAnimations:e,children:"Continue"}),Gt(ie,{}),Gt(z,{protectedByPrivy:!0})]})};import _0 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as k0}from"react";import A0 from"styled-components";import ji from"styled-components";import{jsx as Ki,jsxs as x0}from"react/jsx-runtime";var Of=({className:e,checked:t,color:r="var(--privy-color-accent)",...o})=>Ki("label",{children:x0(T0,{className:e,children:[Ki(Df,{checked:t,...o}),Ki(S0,{color:r,checked:t,children:Ki(Nf,{viewBox:"0 0 24 24",children:Ki("polyline",{points:"20 6 9 17 4 12"})})})]})});var WM=ji.label`
1237
1237
  && {
1238
1238
  cursor: pointer;
1239
1239
  display: flex;
@@ -1245,7 +1245,7 @@ Resources:
1245
1245
  border: 1px solid var(--privy-color-foreground-4);
1246
1246
  width: 100%;
1247
1247
  }
1248
- `,P0=ji.div`
1248
+ `,T0=ji.div`
1249
1249
  display: inline-block;
1250
1250
  vertical-align: middle;
1251
1251
  `,Nf=ji.svg`
@@ -1285,21 +1285,21 @@ Resources:
1285
1285
  ${Nf} {
1286
1286
  visibility: ${e=>e.checked?"visible":"hidden"};
1287
1287
  }
1288
- `;import{Fragment as Ff,jsx as dr,jsxs as Yi}from"react/jsx-runtime";var Uf=({buttonHideAnimations:e,buttonLoading:t,onSubmit:r,onBack:o,config:n})=>{let[i,a]=_0(!1);return Yi(Ff,{children:[dr(T,{title:"Confirm Password",closeable:!1,backFn:o}),dr(X,{}),Yi(bo,{children:[Yi(Po,{children:[dr(k0,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),dr("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),dr("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),dr(qi,{children:Yi($i,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[dr(Of,{color:"var(--privy-color-error)",checked:i}),dr(Ff,{children:"I understand that if I lose my password and device, I will lose access to my account and my assets."})]})})]}),Yi(R0,{children:[n.initiatedBy==="user"&&dr(gr,{onClick:n.onCancel,disabled:t,children:"Cancel"}),dr(Eo,{onClick:r,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),dr(ie,{}),dr(z,{protectedByPrivy:!0})]})},R0=A0.div`
1288
+ `;import{Fragment as Uf,jsx as dr,jsxs as Yi}from"react/jsx-runtime";var Ff=({buttonHideAnimations:e,buttonLoading:t,onSubmit:r,onBack:o,config:n})=>{let[i,a]=k0(!1);return Yi(Uf,{children:[dr(E,{title:"Confirm Password",closeable:!1,backFn:o}),dr(X,{}),Yi(bo,{children:[Yi(To,{children:[dr(_0,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),dr("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),dr("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),dr(qi,{children:Yi($i,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[dr(Of,{color:"var(--privy-color-error)",checked:i}),dr(Uf,{children:"I understand that if I lose my password and device, I will lose access to my account and my assets."})]})})]}),Yi(R0,{children:[n.initiatedBy==="user"&&dr(gr,{onClick:n.onCancel,disabled:t,children:"Cancel"}),dr(Eo,{onClick:r,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),dr(ie,{}),dr(z,{protectedByPrivy:!0})]})},R0=A0.div`
1289
1289
  display: flex;
1290
1290
  gap: 10px;
1291
- `;import $0 from"@heroicons/react/24/outline/KeyIcon";import $f from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as Kf,useMemo as rd,useEffect as K0}from"react";import jf from"styled-components";import I0 from"fast-password-entropy";import*as Bf from"secure-password-utilities";import{DEFAULT_WORDLIST as M0}from"secure-password-utilities/wordlists";var W0=95,L0=8,O0=3,N0=.3,D0=/[a-z]/,F0=/[A-Z]/,U0=/[0-9]/,B0="a-zA-Z0-9",Hf="!@#$%^&*()\\-_+.",Gf=`${B0}${Hf}`,H0=new RegExp(`[${Hf}]`),G0=new RegExp(`[${Gf}]`),Vf=new RegExp(`^[${Gf}]{6,}$`),zf=(e="")=>{let t=e.split("").filter(r=>!G0.test(r)).map(r=>r.replace(" ","SPACE"));return[...new Set(t)]},sl=()=>Bf.generatePassphrase(4,M0);function V0(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function z0(e){if(e.length<L0)return 0;let t=0;D0.test(e)&&(t+=1),F0.test(e)&&(t+=1),U0.test(e)&&(t+=1),H0.test(e)&&(t+=1);let r=t/O0;return Math.max(0,Math.min(1,r))}function q0(e=""){let t=z0(e),r=I0(e)/W0;return(t*N0+r)/2}function qf(e=""){let t=q0(e);return{value:t,label:V0(t)}}import{Fragment as Z0,jsx as ot,jsxs as no}from"react/jsx-runtime";var Yf=({buttonHideAnimations:e,buttonLoading:t,password:r="",config:o,onSubmit:n,onClose:i,onBack:a,onPasswordChange:l,onPasswordGenerate:s})=>{let[c,u]=Kf(!1),[f,h]=Kf(!1);K0(()=>{r&&!f&&h(!0)},[r]);let y=rd(()=>f?(r?.length||0)<6?"Password must be at least 6 characters":Vf.test(r||"")?null:`Invalid characters used ( ${zf(r).join(" ")} )`:null,[r,f]),w=rd(()=>y?{value:0,label:"Weak"}:qf(r),[r,y]),v=rd(()=>!!(!r?.length||y),[y,r]);return no(Z0,{children:[ot(T,{onClose:i,title:"Secure your account",closeable:o.initiatedBy==="user",backFn:a}),ot(X,{}),no(bo,{children:[no(Po,{children:[ot($0,{height:48,width:48,stroke:"var(--privy-color-accent)"}),ot("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),ot("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),no(To,{children:[ot(Yn,{value:r,onChange:k=>l(k.target.value),placeholder:"enter or generate a strong password",type:c?"password":"text",style:{paddingRight:"3.8rem"}}),no(Zn,{style:{width:"3.5rem"},children:[c?ot(Jn,{onClick:()=>u(!1)}):ot(Qn,{onClick:()=>u(!0)}),ot(Mf,{onClick:s})]})]}),ot(Wf,{value:w.value===0?.01:w.value,label:w.label}),ot(il,{error:!!y,children:y||`Password Strength: ${f?w.label:"--"}`}),no(Y0,{children:[ot(j0,{children:no(qi,{children:[no($i,{children:[ot($f,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),no($i,{children:[ot($f,{width:24,height:24,fill:"var(--privy-color-accent)"}),"Use it to log in on a new environment, like another browser or device."]})]})}),ot(Eo,{onClick:n,loading:t,disabled:v,hideAnimations:e,children:"Continue"})]})]}),ot(ie,{}),ot(z,{protectedByPrivy:!0})]})},j0=jf(qi)`
1291
+ `;import $0 from"@heroicons/react/24/outline/KeyIcon";import $f from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as Kf,useMemo as rd,useEffect as K0}from"react";import jf from"styled-components";import I0 from"fast-password-entropy";import*as Bf from"secure-password-utilities";import{DEFAULT_WORDLIST as M0}from"secure-password-utilities/wordlists";var W0=95,L0=8,O0=3,N0=.3,D0=/[a-z]/,U0=/[A-Z]/,F0=/[0-9]/,B0="a-zA-Z0-9",Hf="!@#$%^&*()\\-_+.",Gf=`${B0}${Hf}`,H0=new RegExp(`[${Hf}]`),G0=new RegExp(`[${Gf}]`),Vf=new RegExp(`^[${Gf}]{6,}$`),zf=(e="")=>{let t=e.split("").filter(r=>!G0.test(r)).map(r=>r.replace(" ","SPACE"));return[...new Set(t)]},sl=()=>Bf.generatePassphrase(4,M0);function V0(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function z0(e){if(e.length<L0)return 0;let t=0;D0.test(e)&&(t+=1),U0.test(e)&&(t+=1),F0.test(e)&&(t+=1),H0.test(e)&&(t+=1);let r=t/O0;return Math.max(0,Math.min(1,r))}function q0(e=""){let t=z0(e),r=I0(e)/W0;return(t*N0+r)/2}function qf(e=""){let t=q0(e);return{value:t,label:V0(t)}}import{Fragment as Z0,jsx as rt,jsxs as no}from"react/jsx-runtime";var Yf=({buttonHideAnimations:e,buttonLoading:t,password:r="",config:o,onSubmit:n,onClose:i,onBack:a,onPasswordChange:l,onPasswordGenerate:s})=>{let[c,u]=Kf(!1),[m,h]=Kf(!1);K0(()=>{r&&!m&&h(!0)},[r]);let y=rd(()=>m?(r?.length||0)<6?"Password must be at least 6 characters":Vf.test(r||"")?null:`Invalid characters used ( ${zf(r).join(" ")} )`:null,[r,m]),w=rd(()=>y?{value:0,label:"Weak"}:qf(r),[r,y]),g=rd(()=>!!(!r?.length||y),[y,r]);return no(Z0,{children:[rt(E,{onClose:i,title:"Secure your account",closeable:o.initiatedBy==="user",backFn:a}),rt(X,{}),no(bo,{children:[no(To,{children:[rt($0,{height:48,width:48,stroke:"var(--privy-color-accent)"}),rt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),rt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),no(Po,{children:[rt(Yn,{value:r,onChange:_=>l(_.target.value),placeholder:"enter or generate a strong password",type:c?"password":"text",style:{paddingRight:"3.8rem"}}),no(Zn,{style:{width:"3.5rem"},children:[c?rt(Jn,{onClick:()=>u(!1)}):rt(Qn,{onClick:()=>u(!0)}),rt(Mf,{onClick:s})]})]}),rt(Wf,{value:w.value===0?.01:w.value,label:w.label}),rt(il,{error:!!y,children:y||`Password Strength: ${m?w.label:"--"}`}),no(Y0,{children:[rt(j0,{children:no(qi,{children:[no($i,{children:[rt($f,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),no($i,{children:[rt($f,{width:24,height:24,fill:"var(--privy-color-accent)"}),"Use it to log in on a new environment, like another browser or device."]})]})}),rt(Eo,{onClick:n,loading:t,disabled:g,hideAnimations:e,children:"Continue"})]})]}),rt(ie,{}),rt(z,{protectedByPrivy:!0})]})},j0=jf(qi)`
1292
1292
  flex: 1;
1293
1293
  padding-top: 1rem;
1294
1294
  `,Y0=jf.div`
1295
1295
  display: flex;
1296
1296
  flex-direction: column;
1297
1297
  height: 100%;
1298
- `;import J0 from"@heroicons/react/24/outline/ArrowDownTrayIcon";import Q0 from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import X0 from"@heroicons/react/24/outline/DocumentDuplicateIcon";import eC from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as tC,useCallback as Zf}from"react";import{Fragment as od,jsx as Ot,jsxs as nn}from"react/jsx-runtime";var Jf=({buttonHideAnimations:e,buttonLoading:t,appName:r,password:o,onSubmit:n,onBack:i})=>{let[a,l]=tC(!1),s=Zf(()=>{l(!0),o&&navigator.clipboard.writeText(o)},[o]),c=Zf(()=>{let u=document.createElement("a"),f=r.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),h=new Blob([rC(r,o)],{type:"text/plain"}),y=URL.createObjectURL(h);u.href=y,u.target="_blank",u.download=`${f}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[o]);return nn(od,{children:[Ot(T,{backFn:i,title:"Save Password",closeable:!1}),Ot(X,{}),nn(bo,{children:[nn(Po,{children:[Ot(eC,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Ot("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),Ot("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset, so keep it somewhere safe."})]}),Ot(To,{centered:!0,children:Ot(If,{children:o})}),nn("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Ot(ed,{onClick:s,children:a?nn(od,{children:[Ot(Q0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):nn(od,{children:[Ot(X0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),nn(ed,{onClick:c,children:[Ot(J0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Ot(Eo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Ot(ie,{}),Ot(z,{protectedByPrivy:!0})]})},rC=(e,t)=>`Your wallet recovery password for ${e} is
1298
+ `;import J0 from"@heroicons/react/24/outline/ArrowDownTrayIcon";import Q0 from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import X0 from"@heroicons/react/24/outline/DocumentDuplicateIcon";import eC from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as tC,useCallback as Zf}from"react";import{Fragment as od,jsx as Mt,jsxs as nn}from"react/jsx-runtime";var Jf=({buttonHideAnimations:e,buttonLoading:t,appName:r,password:o,onSubmit:n,onBack:i})=>{let[a,l]=tC(!1),s=Zf(()=>{l(!0),o&&navigator.clipboard.writeText(o)},[o]),c=Zf(()=>{let u=document.createElement("a"),m=r.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),h=new Blob([rC(r,o)],{type:"text/plain"}),y=URL.createObjectURL(h);u.href=y,u.target="_blank",u.download=`${m}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[o]);return nn(od,{children:[Mt(E,{backFn:i,title:"Save Password",closeable:!1}),Mt(X,{}),nn(bo,{children:[nn(To,{children:[Mt(eC,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Mt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),Mt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset, so keep it somewhere safe."})]}),Mt(Po,{centered:!0,children:Mt(If,{children:o})}),nn("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Mt(ed,{onClick:s,children:a?nn(od,{children:[Mt(Q0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):nn(od,{children:[Mt(X0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),nn(ed,{onClick:c,children:[Mt(J0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Mt(Eo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Mt(ie,{}),Mt(z,{protectedByPrivy:!0})]})},rC=(e,t)=>`Your wallet recovery password for ${e} is
1299
1299
 
1300
1300
  ${t}
1301
1301
 
1302
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import oC from"@heroicons/react/24/solid/CheckCircleIcon";import nC from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as iC,jsx as io,jsxs as nd}from"react/jsx-runtime";var Qf=({error:e,onClose:t})=>nd(iC,{children:[io(T,{closeable:!1}),io(X,{}),e?nd(vr,{children:[io(nC,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),io(Te,{title:"Something went wrong",description:e})]}):nd(vr,{children:[io(oC,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}),io(Te,{title:"Success"})]}),io(W,{onClick:t,children:"Close"}),io(ie,{}),io(z,{protectedByPrivy:!0})]});import{useReducer as aC}from"react";var sC=(e,t)=>{switch(e){case"creating":return t==="back"?e:"saving";case"saving":return t==="back"?"creating":"confirming";case"confirming":return t==="back"?"saving":"finalizing";case"finalizing":return t==="back"?"confirming":"done";default:return e}},Xf=()=>{let[e,t]=aC(sC,"creating");return{send:t,state:e}};import{jsx as Zi}from"react/jsx-runtime";var ll=({onSubmit:e,...t})=>{let{lastScreen:r,navigate:o}=x(),{send:n,state:i}=Xf(),a=id(async()=>{i==="finalizing"&&await e(),n("next")},[i,n,e]);lC(()=>{let c;return i==="done"&&t.config.initiatedBy==="automatic"&&(c=setTimeout(()=>t.onClose?.(),Be)),()=>{c&&clearTimeout(c)}},[i,t.config.initiatedBy,t.onClose]);let l=id(()=>{n("back")},[n]),s=id(()=>{o("EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN")},[r,o]);return i==="creating"?Zi(Yf,{...t,onSubmit:a,onBack:r==="EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"?s:void 0}):i==="saving"?Zi(Jf,{...t,onSubmit:a,onBack:l}):i==="confirming"?Zi(Lf,{...t,onSubmit:a,onBack:l}):i==="finalizing"?Zi(Uf,{...t,onSubmit:a,onBack:l}):i==="done"?Zi(Qf,{...t,onSubmit:a}):null};import{jsx as dC}from"react/jsx-runtime";var eh=()=>{let[e,t]=cl(null),[r,o]=cl(!1),[n,i]=cl(null),[a,l]=cl(""),{authenticated:s,getAccessToken:c,user:u}=B(),{walletProxy:f,refreshUser:h,closePrivyModal:y,createAnalyticsEvent:w}=M(),{app:v,navigate:k,data:S,onUserCloseViaDialogOrKeybindRef:C}=x(),{onSuccess:R,onFailure:_}=S.createWallet,L=Se(u),P=e?.recoveryMethod==="user-passcode";cC(()=>{s||(k("LANDING"),_(new Ra("User must be authenticated before setting a password on a Privy wallet")))},[s]);let N=()=>{if(n){_(n),y({shouldCallAuthOnSuccess:!1});return}if(!P){_(new Et("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}R(e),y({shouldCallAuthOnSuccess:!1})};C.current=N;let K=async()=>{let V=await c();if(V&&L?.address&&a&&f)try{if(w({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:L.address}}),!(await f.setRecoveryPassword({accessToken:V,address:L.address,recoveryPassword:a})).address){i(new Et("Error setting password on privy wallet")),w({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:L.address,reason:"error setting password"}});return}let Q=await h(),F=Se(Q);if(!F){i(new Et("Error setting password on privy wallet")),w({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:L.address,reason:"wallet disconnected"}});return}t(F),w({eventName:"embedded_wallet_set_password_completed",payload:{walletAddress:L.address}})}catch(I){console.warn(I),i(I instanceof Error?I:new Error("Error setting password on privy wallet")),w({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:L.address,reason:I}})}},G=async()=>{P?(R(e),y({shouldCallAuthOnSuccess:!1})):(o(!0),i(null),await K(),o(!1))};return dC(ll,{appName:v?.name||"privy",config:{initiatedBy:"user",onCancel:N},error:n?"An error has occurred, please try again.":void 0,buttonLoading:r,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(sl()),onPasswordChange:l,onSubmit:G,onClose:N})};import pC from"@heroicons/react/24/outline/UserCircleIcon";import uC from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as mC,jsx as ao,jsxs as dl}from"react/jsx-runtime";var th=()=>{let{user:e}=B(),{closePrivyModal:t,createAnalyticsEvent:r}=M(),{data:o,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=x(),{onSuccess:l,onFailure:s}=o.setWalletPassword,c=()=>{s(new Et("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,dl(mC,{children:[ao(T,{onClose:c}),ao(X,{}),dl(vr,{children:[dl(Wm,{children:[ao(pC,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),ao(Lm,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:ao(uC,{width:"12px",height:"12px",fill:"white"})})]}),dl(Te,{title:"Secure Your Account",children:["Please set a password to secure your account.",ao("p",{children:"Losing access to this password and this device will make your account inaccessible."})]})]}),ao(W,{onClick:()=>{let f=Se(e);r({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:f?.address}}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),ao(ie,{}),ao(z,{protectedByPrivy:!0})]})};import fC from"@heroicons/react/24/outline/ExclamationTriangleIcon";import hC from"@heroicons/react/24/outline/PhoneIcon";import rh from"styled-components";import{Fragment as CC,jsx as pr,jsxs as pl}from"react/jsx-runtime";var yC=e=>{let t=pr(fC,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof E)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof xe&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:pr(hC,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Ue)switch(e.privyErrorCode){case"invalid_captcha":return{title:"Something went wrong",detail:"Please try again.",ctaText:"Try again",icon:t};case"disallowed_login_method":return{title:"Not allowed",detail:e.message,ctaText:"Try another method",icon:t};case"allowlist_rejected":return{title:"You don't have access to this app",detail:"Have you been invited?",ctaText:"Try another account",icon:pr(Ys,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:pr("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:pr("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof fr&&e.status===422?{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:t}:{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}},oh=()=>{let{navigate:e,navigateBack:t,data:r,lastScreen:o,currentScreen:n}=x();return pr(Ji,{error:r?.errorModalData?.error||new Error,backFn:!o||n===o?void 0:t,onClick:()=>e(o||"LANDING",!1)})},Ji=({error:e,backFn:t,onClick:r})=>{let{reset:o}=we(),n=yC(e),i=()=>{e instanceof Ue&&e.privyErrorCode==="invalid_captcha"&&o(),r?.()};return pl(CC,{children:[pr(T,{backFn:t}),pl(gC,{children:[pr(ft,{children:pl("div",{children:[pr(js,{color:"var(--privy-color-error)"}),n.icon]})}),pl(vC,{children:[pr("h3",{children:n.title}),pr("p",{children:n.detail})]}),pr(W,{color:"var(--privy-color-error)",onClick:i,children:n.ctaText})]})]})},gC=rh.div`
1302
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import oC from"@heroicons/react/24/solid/CheckCircleIcon";import nC from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as iC,jsx as io,jsxs as nd}from"react/jsx-runtime";var Qf=({error:e,onClose:t})=>nd(iC,{children:[io(E,{closeable:!1}),io(X,{}),e?nd(vr,{children:[io(nC,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),io(Ee,{title:"Something went wrong",description:e})]}):nd(vr,{children:[io(oC,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}),io(Ee,{title:"Success"})]}),io(W,{onClick:t,children:"Close"}),io(ie,{}),io(z,{protectedByPrivy:!0})]});import{useReducer as aC}from"react";var sC=(e,t)=>{switch(e){case"creating":return t==="back"?e:"saving";case"saving":return t==="back"?"creating":"confirming";case"confirming":return t==="back"?"saving":"finalizing";case"finalizing":return t==="back"?"confirming":"done";default:return e}},Xf=()=>{let[e,t]=aC(sC,"creating");return{send:t,state:e}};import{jsx as Zi}from"react/jsx-runtime";var ll=({onSubmit:e,...t})=>{let{lastScreen:r,navigate:o}=x(),{send:n,state:i}=Xf(),a=id(async()=>{i==="finalizing"&&await e(),n("next")},[i,n,e]);lC(()=>{let c;return i==="done"&&t.config.initiatedBy==="automatic"&&(c=setTimeout(()=>t.onClose?.(),Be)),()=>{c&&clearTimeout(c)}},[i,t.config.initiatedBy,t.onClose]);let l=id(()=>{n("back")},[n]),s=id(()=>{o("EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN")},[r,o]);return i==="creating"?Zi(Yf,{...t,onSubmit:a,onBack:r==="EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"?s:void 0}):i==="saving"?Zi(Jf,{...t,onSubmit:a,onBack:l}):i==="confirming"?Zi(Lf,{...t,onSubmit:a,onBack:l}):i==="finalizing"?Zi(Ff,{...t,onSubmit:a,onBack:l}):i==="done"?Zi(Qf,{...t,onSubmit:a}):null};import{jsx as dC}from"react/jsx-runtime";var eh=()=>{let[e,t]=cl(null),[r,o]=cl(!1),[n,i]=cl(null),[a,l]=cl(""),{authenticated:s,getAccessToken:c,user:u}=F(),{walletProxy:m,refreshUser:h,closePrivyModal:y,createAnalyticsEvent:w}=I(),{app:g,navigate:_,data:S,onUserCloseViaDialogOrKeybindRef:C}=x(),{onSuccess:R,onFailure:k}=S.createWallet,L=Te(u),T=e?.recoveryMethod==="user-passcode";cC(()=>{s||(_("LANDING"),k(new Ra("User must be authenticated before setting a password on a Privy wallet")))},[s]);let N=()=>{if(n){k(n),y({shouldCallAuthOnSuccess:!1});return}if(!T){k(new Ct("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}R(e),y({shouldCallAuthOnSuccess:!1})};C.current=N;let K=async()=>{let V=await c();if(V&&L?.address&&a&&m)try{if(w({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:L.address}}),!(await m.setRecoveryPassword({accessToken:V,address:L.address,recoveryPassword:a})).address){i(new Ct("Error setting password on privy wallet")),w({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:L.address,reason:"error setting password"}});return}let Q=await h(),U=Te(Q);if(!U){i(new Ct("Error setting password on privy wallet")),w({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:L.address,reason:"wallet disconnected"}});return}t(U),w({eventName:"embedded_wallet_set_password_completed",payload:{walletAddress:L.address}})}catch(M){console.warn(M),i(M instanceof Error?M:new Error("Error setting password on privy wallet")),w({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:L.address,reason:M}})}},G=async()=>{T?(R(e),y({shouldCallAuthOnSuccess:!1})):(o(!0),i(null),await K(),o(!1))};return dC(ll,{appName:g?.name||"privy",config:{initiatedBy:"user",onCancel:N},error:n?"An error has occurred, please try again.":void 0,buttonLoading:r,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(sl()),onPasswordChange:l,onSubmit:G,onClose:N})};import pC from"@heroicons/react/24/outline/UserCircleIcon";import uC from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as mC,jsx as ao,jsxs as dl}from"react/jsx-runtime";var th=()=>{let{user:e}=F(),{closePrivyModal:t,createAnalyticsEvent:r}=I(),{data:o,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=x(),{onSuccess:l,onFailure:s}=o.setWalletPassword,c=()=>{s(new Ct("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,dl(mC,{children:[ao(E,{onClose:c}),ao(X,{}),dl(vr,{children:[dl(Wm,{children:[ao(pC,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),ao(Lm,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:ao(uC,{width:"12px",height:"12px",fill:"white"})})]}),dl(Ee,{title:"Secure Your Account",children:["Please set a password to secure your account.",ao("p",{children:"Losing access to this password and this device will make your account inaccessible."})]})]}),ao(W,{onClick:()=>{let m=Te(e);r({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:m?.address}}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),ao(ie,{}),ao(z,{protectedByPrivy:!0})]})};import fC from"@heroicons/react/24/outline/ExclamationTriangleIcon";import hC from"@heroicons/react/24/outline/PhoneIcon";import rh from"styled-components";import{Fragment as CC,jsx as pr,jsxs as pl}from"react/jsx-runtime";var yC=e=>{let t=pr(fC,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof b)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof De&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:pr(hC,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Fe)switch(e.privyErrorCode){case"invalid_captcha":return{title:"Something went wrong",detail:"Please try again.",ctaText:"Try again",icon:t};case"disallowed_login_method":return{title:"Not allowed",detail:e.message,ctaText:"Try another method",icon:t};case"allowlist_rejected":return{title:"You don't have access to this app",detail:"Have you been invited?",ctaText:"Try another account",icon:pr(Ys,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:pr("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:pr("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof fr&&e.status===422?{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:t}:{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}},oh=()=>{let{navigate:e,navigateBack:t,data:r,lastScreen:o,currentScreen:n}=x();return pr(Ji,{error:r?.errorModalData?.error||new Error,backFn:!o||n===o?void 0:t,onClick:()=>e(o||"LANDING",!1)})},Ji=({error:e,backFn:t,onClick:r})=>{let{reset:o}=Ce(),n=yC(e),i=()=>{e instanceof Fe&&e.privyErrorCode==="invalid_captcha"&&o(),r?.()};return pl(CC,{children:[pr(E,{backFn:t}),pl(gC,{children:[pr(pt,{children:pl("div",{children:[pr(js,{color:"var(--privy-color-error)"}),n.icon]})}),pl(vC,{children:[pr("h3",{children:n.title}),pr("p",{children:n.detail})]}),pr(W,{color:"var(--privy-color-error)",onClick:i,children:n.ctaText})]})]})},gC=rh.div`
1303
1303
  display: flex;
1304
1304
  flex-direction: column;
1305
1305
  align-items: center;
@@ -1311,7 +1311,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1311
1311
  display: flex;
1312
1312
  flex-direction: column;
1313
1313
  gap: 8px;
1314
- `;import{useEffect as ph,useRef as UC,useState as ld}from"react";import{isIOS as BC,isMobile as uh}from"react-device-detect";import hh from"styled-components";import{useState as wC}from"react";import bC from"styled-components";import{jsx as nh}from"react/jsx-runtime";var ul=({style:e,color:t,...r})=>nh("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},...r,children:nh("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as ad}from"react/jsx-runtime";var ih=({color:e,...t})=>ad("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:ad("g",{children:ad("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 ah,jsxs as TC}from"react/jsx-runtime";var So=e=>{let[t,r]=wC(!1);return TC(EC,{color:e.color,onClick:()=>{r(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>r(!1),1500)},justCopied:t,children:[t?ah(ul,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):ah(ih,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},EC=bC.button`
1314
+ `;import{useEffect as ph,useRef as FC,useState as ld}from"react";import{isIOS as BC,isMobile as uh}from"react-device-detect";import hh from"styled-components";import{useState as wC}from"react";import bC from"styled-components";import{jsx as nh}from"react/jsx-runtime";var ul=({style:e,color:t,...r})=>nh("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},...r,children:nh("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as ad}from"react/jsx-runtime";var ih=({color:e,...t})=>ad("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:ad("g",{children:ad("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 ah,jsxs as PC}from"react/jsx-runtime";var So=e=>{let[t,r]=wC(!1);return PC(EC,{color:e.color,onClick:()=>{r(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>r(!1),1500)},justCopied:t,children:[t?ah(ul,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):ah(ih,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},EC=bC.button`
1315
1315
  display: flex;
1316
1316
  align-items: center;
1317
1317
  gap: 6px;
@@ -1349,7 +1349,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1349
1349
  width: 14px;
1350
1350
  height: 14px;
1351
1351
  }
1352
- `;import{useState as PC}from"react";import SC from"styled-components";import{jsx as kC}from"react/jsx-runtime";var ml=e=>{let[t,r]=PC(!1);return kC(xC,{color:e.color,href:e.url,target:"_blank",rel:"noreferrer noopener",onClick:()=>{r(!0),setTimeout(()=>r(!1),1500)},justOpened:t,children:e.text})},xC=SC.a`
1352
+ `;import{useState as TC}from"react";import SC from"styled-components";import{jsx as _C}from"react/jsx-runtime";var ml=e=>{let[t,r]=TC(!1);return _C(xC,{color:e.color,href:e.url,target:"_blank",rel:"noreferrer noopener",onClick:()=>{r(!0),setTimeout(()=>r(!1),1500)},justOpened:t,children:e.text})},xC=SC.a`
1353
1353
  display: flex;
1354
1354
  align-items: center;
1355
1355
  gap: 6px;
@@ -1387,7 +1387,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1387
1387
  width: 14px;
1388
1388
  height: 14px;
1389
1389
  }
1390
- `;import _C from"qrcode";import AC from"react";import RC from"styled-components";import{jsx as sh}from"react/jsx-runtime";var lh=()=>sh("svg",{width:"200",height:"200",viewBox:"-77 -77 200 200",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px"},children:sh("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Qi,jsx as Pt,jsxs as dh}from"react/jsx-runtime";var qt=7,sd=(e,t,r,o,n)=>{for(let i=t;i<t+o;i++)for(let a=r;a<r+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},IC=e=>{let t=_C.create(e,{errorCorrectionLevel:"high"}).modules,r=ru(Array.from(t.data),t.size);return r=sd(r,0,0,qt,qt),r=sd(r,r.length-qt,0,qt,qt),r=sd(r,0,r.length-qt,qt,qt),r},MC=({x:e,y:t,cellSize:r,bgColor:o,fgColor:n})=>Pt(Qi,{children:[0,1,2].map(i=>Pt("circle",{r:r*(qt-i*2)/2,cx:e+r*qt/2,cy:t+r*qt/2,fill:i%2!==0?o:n},`finder-${e}-${t}-${i}`))}),WC=({cellSize:e,matrixSize:t,bgColor:r,fgColor:o})=>{let n=[[0,0],[(t-qt)*e,0],[0,(t-qt)*e]];return Pt(Qi,{children:n.map(([i,a])=>Pt(MC,{x:i,y:a,cellSize:e,bgColor:r,fgColor:o},`finder-${i}-${a}`))})},LC=({matrix:e,cellSize:t,color:r})=>Pt(Qi,{children:e.map((o,n)=>o.map((i,a)=>i?Pt("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:r},`circle-${n}-${a}`):Pt(AC.Fragment,{},`circle-${n}-${a}`)))}),ch=(e,t)=>e-e%t,OC=({outputSize:e,cellSize:t,element:r,size:o,padding:n,bgColor:i})=>{if(!r)return Pt(Qi,{});let a=o||40,l=n||4,s=r,c=e/2-a/2-l;return dh(Qi,{children:[Pt("rect",{x:ch(c,t),y:ch(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),Pt(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},NC=e=>{let t=e.outputSize,r=IC(e.url),o=t/r.length;return dh("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[Pt(LC,{matrix:r,cellSize:o,color:e.fgColor}),Pt(WC,{cellSize:o,matrixSize:r.length,fgColor:e.fgColor,bgColor:e.bgColor}),Pt(OC,{outputSize:e.outputSize,cellSize:o,element:e.logo?.element,bgColor:e.bgColor})]})},DC=RC.div`
1390
+ `;import kC from"qrcode";import AC from"react";import RC from"styled-components";import{jsx as sh}from"react/jsx-runtime";var lh=()=>sh("svg",{width:"200",height:"200",viewBox:"-77 -77 200 200",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px"},children:sh("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Qi,jsx as bt,jsxs as dh}from"react/jsx-runtime";var Vt=7,sd=(e,t,r,o,n)=>{for(let i=t;i<t+o;i++)for(let a=r;a<r+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},IC=e=>{let t=kC.create(e,{errorCorrectionLevel:"high"}).modules,r=ru(Array.from(t.data),t.size);return r=sd(r,0,0,Vt,Vt),r=sd(r,r.length-Vt,0,Vt,Vt),r=sd(r,0,r.length-Vt,Vt,Vt),r},MC=({x:e,y:t,cellSize:r,bgColor:o,fgColor:n})=>bt(Qi,{children:[0,1,2].map(i=>bt("circle",{r:r*(Vt-i*2)/2,cx:e+r*Vt/2,cy:t+r*Vt/2,fill:i%2!==0?o:n},`finder-${e}-${t}-${i}`))}),WC=({cellSize:e,matrixSize:t,bgColor:r,fgColor:o})=>{let n=[[0,0],[(t-Vt)*e,0],[0,(t-Vt)*e]];return bt(Qi,{children:n.map(([i,a])=>bt(MC,{x:i,y:a,cellSize:e,bgColor:r,fgColor:o},`finder-${i}-${a}`))})},LC=({matrix:e,cellSize:t,color:r})=>bt(Qi,{children:e.map((o,n)=>o.map((i,a)=>i?bt("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:r},`circle-${n}-${a}`):bt(AC.Fragment,{},`circle-${n}-${a}`)))}),ch=(e,t)=>e-e%t,OC=({outputSize:e,cellSize:t,element:r,size:o,padding:n,bgColor:i})=>{if(!r)return bt(Qi,{});let a=o||40,l=n||4,s=r,c=e/2-a/2-l;return dh(Qi,{children:[bt("rect",{x:ch(c,t),y:ch(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),bt(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},NC=e=>{let t=e.outputSize,r=IC(e.url),o=t/r.length;return dh("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[bt(LC,{matrix:r,cellSize:o,color:e.fgColor}),bt(WC,{cellSize:o,matrixSize:r.length,fgColor:e.fgColor,bgColor:e.bgColor}),bt(OC,{outputSize:e.outputSize,cellSize:o,element:e.logo?.element,bgColor:e.bgColor})]})},DC=RC.div`
1391
1391
  display: flex;
1392
1392
  justify-content: center;
1393
1393
  align-items: center;
@@ -1402,7 +1402,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1402
1402
  border-color: ${e=>e.fgColor};
1403
1403
  border-radius: var(--privy-border-radius-md);
1404
1404
  }
1405
- `,Xn=e=>{let t=e.bgColor||"#FFFFFF",r=e.fgColor||"#000000",o=e.size||160;return Pt(DC,{size:o,bgColor:t,fgColor:r,children:Pt(NC,{url:e.url,logo:{element:e.squareLogoElement??lh},outputSize:o,bgColor:t,fgColor:r})})};import{jsx as fl,jsxs as FC}from"react/jsx-runtime";var Gr=({style:e,...t})=>FC("svg",{width:"1000",height:"1000",viewBox:"0 0 1000 1000",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",...e},...t,children:[fl("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),fl("path",{d:"M257.778 155.556H742.222V844.444H671.111V528.889H670.414C662.554 441.677 589.258 373.333 500 373.333C410.742 373.333 337.446 441.677 329.586 528.889H328.889V844.444H257.778V155.556Z",fill:"white"}),fl("path",{d:"M128.889 253.333L157.778 351.111H182.222V746.667C169.949 746.667 160 756.616 160 768.889V795.556H155.556C143.283 795.556 133.333 805.505 133.333 817.778V844.444H382.222V817.778C382.222 805.505 372.273 795.556 360 795.556H355.556V768.889C355.556 756.616 345.606 746.667 333.333 746.667H306.667V253.333H128.889Z",fill:"white"}),fl("path",{d:"M675.556 746.667C663.283 746.667 653.333 756.616 653.333 768.889V795.556H648.889C636.616 795.556 626.667 805.505 626.667 817.778V844.444H875.556V817.778C875.556 805.505 865.606 795.556 853.333 795.556H848.889V768.889C848.889 756.616 838.94 746.667 826.667 746.667V351.111H851.111L880 253.333H702.222V746.667H675.556Z",fill:"white"})]});import{Fragment as hl,jsx as Ce,jsxs as Vr}from"react/jsx-runtime";var mh="#8a63d2",yh=1e3,HC=yh*2,GC=yh*120,gh=()=>{let{authenticated:e,logout:t,ready:r,user:o}=B(),{lastScreen:n,navigate:i,navigateBack:a,setModalData:l,app:s}=x(),{getAuthFlow:c,loginWithFarcaster:u,closePrivyModal:f,createAnalyticsEvent:h}=M(),[y,w]=ld(void 0),[v,k]=ld(!1),[S,C]=ld(!1),R=UC([]),_=s?.render.inDialog?Be:0,L=c(),P=L?.meta.connectUri;return ph(()=>{let N=Date.now(),K=setInterval(async()=>{let G=await L.pollForReady.execute(),V=Date.now()-N;if(G){clearInterval(K),k(!0);try{await u(),C(!0)}catch(I){let Q={retryable:!1,message:"Authentication failed"};if(I?.privyErrorCode==="allowlist_rejected"){i("ALLOWLIST_REJECTION_SCREEN");return}else if(I?.privyErrorCode==="max_accounts_reached"){console.error(new Ar(I).toString()),i("USER_LIMIT_REACHED_SCREEN");return}else I?.privyErrorCode==="linked_to_another_user"?Q.detail="This account has already been linked to another user.":I?.privyErrorCode==="invalid_credentials"?(Q.retryable=!0,Q.detail="Something went wrong. Try again."):I?.privyErrorCode==="too_many_requests"&&(Q.detail="Too many requests. Please wait before trying again.");w(Q)}}else V>GC&&(clearInterval(K),w({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},HC);return()=>{clearInterval(K),R.current.forEach(G=>clearTimeout(G))}},[]),ph(()=>{if(r&&e&&S&&o){if(s?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let K=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},_);return()=>clearTimeout(K)}S&&(nr(o,s?.embeddedWallets.createOnLogin)?R.current.push(setTimeout(()=>{l({createWallet:{onSuccess:()=>{},onFailure:K=>{console.error(K),h({eventName:"embedded_wallet_creation_failure_logout",payload:{error:K,screen:"FarcasterConnectStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},_)):R.current.push(setTimeout(()=>f({shouldCallAuthOnSuccess:!0,isSuccess:!0}),_)))}},[S,r,e,o]),uh||v?Vr(hl,{children:[Ce(T,{backFn:n?a:void 0,onClose:f},"header"),Ce(X,{}),BC?Ce(hl,{children:Vr(VC,{children:[Ce(ft,{children:Vr("div",{children:[Ce(ut,{success:S,fail:!!y}),Ce(Gr,{style:{width:"38px",height:"38px"}})]})}),Vr(Ye,{children:[Ce(ne,{children:y?y.message:"Sign in with Farcaster"}),Ce(se,{children:y?y.detail:"To sign in with Farcaster, please open the Warpcast app."})]}),P&&Ce(W,{onClick:N=>{N.preventDefault(),window.location.href=P},children:"Open Warpcast app"})]})}):Ce(hl,{children:Vr(fh,{children:[Ce(ft,{children:Vr("div",{children:[Ce(ut,{success:S,fail:!!y}),Ce(Gr,{style:{width:"38px",height:"38px"}})]})}),Vr(Ye,{children:[Ce(ne,{children:y?y.message:"Signing in with Farcaster"}),Ce(se,{children:y?y.detail:"This should only take a moment"}),Ce(Tt,{children:P&&uh&&Ce(ml,{text:"Take me to Warpcast",url:P,color:mh})})]})]})}),Ce(q,{})]}):Vr(hl,{children:[Ce(T,{backFn:n?a:void 0,onClose:f},"header"),Ce(X,{}),Ce(fh,{children:Vr("div",{children:[Ce(ne,{children:"Sign in with Farcaster"}),Ce(se,{children:"Scan with your phone's camera to continue."}),Ce(On,{children:P?Ce(Xn,{url:P,size:275,squareLogoElement:Gr}):Ce(Ke,{})}),Vr(Tt,{children:[Ce(se,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),P&&Ce(So,{text:P,itemName:"link",color:mh})]})]})}),Ce(q,{})]})},fh=hh.div`
1405
+ `,Xn=e=>{let t=e.bgColor||"#FFFFFF",r=e.fgColor||"#000000",o=e.size||160;return bt(DC,{size:o,bgColor:t,fgColor:r,children:bt(NC,{url:e.url,logo:{element:e.squareLogoElement??lh},outputSize:o,bgColor:t,fgColor:r})})};import{jsx as fl,jsxs as UC}from"react/jsx-runtime";var Gr=({style:e,...t})=>UC("svg",{width:"1000",height:"1000",viewBox:"0 0 1000 1000",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",...e},...t,children:[fl("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),fl("path",{d:"M257.778 155.556H742.222V844.444H671.111V528.889H670.414C662.554 441.677 589.258 373.333 500 373.333C410.742 373.333 337.446 441.677 329.586 528.889H328.889V844.444H257.778V155.556Z",fill:"white"}),fl("path",{d:"M128.889 253.333L157.778 351.111H182.222V746.667C169.949 746.667 160 756.616 160 768.889V795.556H155.556C143.283 795.556 133.333 805.505 133.333 817.778V844.444H382.222V817.778C382.222 805.505 372.273 795.556 360 795.556H355.556V768.889C355.556 756.616 345.606 746.667 333.333 746.667H306.667V253.333H128.889Z",fill:"white"}),fl("path",{d:"M675.556 746.667C663.283 746.667 653.333 756.616 653.333 768.889V795.556H648.889C636.616 795.556 626.667 805.505 626.667 817.778V844.444H875.556V817.778C875.556 805.505 865.606 795.556 853.333 795.556H848.889V768.889C848.889 756.616 838.94 746.667 826.667 746.667V351.111H851.111L880 253.333H702.222V746.667H675.556Z",fill:"white"})]});import{Fragment as hl,jsx as ve,jsxs as Vr}from"react/jsx-runtime";var mh="#8a63d2",yh=1e3,HC=yh*2,GC=yh*120,gh=()=>{let{authenticated:e,logout:t,ready:r,user:o}=F(),{lastScreen:n,navigate:i,navigateBack:a,setModalData:l,app:s}=x(),{getAuthFlow:c,loginWithFarcaster:u,closePrivyModal:m,createAnalyticsEvent:h}=I(),[y,w]=ld(void 0),[g,_]=ld(!1),[S,C]=ld(!1),R=FC([]),k=s?.render.inDialog?Be:0,L=c(),T=L?.meta.connectUri;return ph(()=>{let N=Date.now(),K=setInterval(async()=>{let G=await L.pollForReady.execute(),V=Date.now()-N;if(G){clearInterval(K),_(!0);try{await u(),C(!0)}catch(M){let Q={retryable:!1,message:"Authentication failed"};if(M?.privyErrorCode==="allowlist_rejected"){i("ALLOWLIST_REJECTION_SCREEN");return}else if(M?.privyErrorCode==="max_accounts_reached"){console.error(new Ar(M).toString()),i("USER_LIMIT_REACHED_SCREEN");return}else M?.privyErrorCode==="linked_to_another_user"?Q.detail="This account has already been linked to another user.":M?.privyErrorCode==="invalid_credentials"?(Q.retryable=!0,Q.detail="Something went wrong. Try again."):M?.privyErrorCode==="too_many_requests"&&(Q.detail="Too many requests. Please wait before trying again.");w(Q)}}else V>GC&&(clearInterval(K),w({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},HC);return()=>{clearInterval(K),R.current.forEach(G=>clearTimeout(G))}},[]),ph(()=>{if(r&&e&&S&&o){if(s?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let K=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},k);return()=>clearTimeout(K)}S&&(nr(o,s?.embeddedWallets.createOnLogin)?R.current.push(setTimeout(()=>{l({createWallet:{onSuccess:()=>{},onFailure:K=>{console.error(K),h({eventName:"embedded_wallet_creation_failure_logout",payload:{error:K,screen:"FarcasterConnectStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},k)):R.current.push(setTimeout(()=>m({shouldCallAuthOnSuccess:!0,isSuccess:!0}),k)))}},[S,r,e,o]),uh||g?Vr(hl,{children:[ve(E,{backFn:n?a:void 0,onClose:m},"header"),ve(X,{}),BC?ve(hl,{children:Vr(VC,{children:[ve(pt,{children:Vr("div",{children:[ve(ct,{success:S,fail:!!y}),ve(Gr,{style:{width:"38px",height:"38px"}})]})}),Vr(Ye,{children:[ve(ne,{children:y?y.message:"Sign in with Farcaster"}),ve(se,{children:y?y.detail:"To sign in with Farcaster, please open the Warpcast app."})]}),T&&ve(W,{onClick:N=>{N.preventDefault(),window.location.href=T},children:"Open Warpcast app"})]})}):ve(hl,{children:Vr(fh,{children:[ve(pt,{children:Vr("div",{children:[ve(ct,{success:S,fail:!!y}),ve(Gr,{style:{width:"38px",height:"38px"}})]})}),Vr(Ye,{children:[ve(ne,{children:y?y.message:"Signing in with Farcaster"}),ve(se,{children:y?y.detail:"This should only take a moment"}),ve(wt,{children:T&&uh&&ve(ml,{text:"Take me to Warpcast",url:T,color:mh})})]})]})}),ve(q,{})]}):Vr(hl,{children:[ve(E,{backFn:n?a:void 0,onClose:m},"header"),ve(X,{}),ve(fh,{children:Vr("div",{children:[ve(ne,{children:"Sign in with Farcaster"}),ve(se,{children:"Scan with your phone's camera to continue."}),ve(On,{children:T?ve(Xn,{url:T,size:275,squareLogoElement:Gr}):ve(Ke,{})}),Vr(wt,{children:[ve(se,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),T&&ve(So,{text:T,itemName:"link",color:mh})]})]})}),ve(q,{})]})},fh=hh.div`
1406
1406
  display: flex;
1407
1407
  flex-direction: column;
1408
1408
  align-items: center;
@@ -1417,7 +1417,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1417
1417
  justify-content: center;
1418
1418
  gap: 24px;
1419
1419
  width: 100%;
1420
- `;import{useEffect as zC,useRef as qC,useState as cd}from"react";import{isIOS as $C,isMobile as vh}from"react-device-detect";import bh from"styled-components";import{Fragment as yl,jsx as be,jsxs as Tr}from"react/jsx-runtime";var Ch="#8a63d2",Eh=1e3,KC=Eh*2,jC=Eh*300,Th=()=>{let{lastScreen:e,navigateBack:t,data:r,app:o}=x(),{requestFarcasterSignerStatus:n,closePrivyModal:i}=M(),[a,l]=cd(void 0),[s,c]=cd(!1),[u,f]=cd(!1),h=qC([]),y=o?.render.inDialog?Be:0,w=r?.farcasterSigner;zC(()=>{let k=Date.now(),S=setInterval(async()=>{if(!w?.public_key){clearInterval(S),l({retryable:!0,message:"Connect failed",detail:"Something went wrong. Please try again."});return}w.status==="approved"&&(clearInterval(S),c(!1),f(!0),h.current.push(setTimeout(()=>i({shouldCallAuthOnSuccess:!1,isSuccess:!0}),y)));let C=await n(w?.public_key),R=Date.now()-k;C.status==="approved"?(clearInterval(S),c(!1),f(!0),h.current.push(setTimeout(()=>i({shouldCallAuthOnSuccess:!1,isSuccess:!0}),y))):R>jC?(clearInterval(S),l({retryable:!0,message:"Connect failed",detail:"The request timed out. Try again."})):C.status==="revoked"&&(clearInterval(S),l({retryable:!0,message:"Request rejected",detail:"The request was rejected. Please try again."}))},KC);return()=>{clearInterval(S),h.current.forEach(C=>clearTimeout(C))}},[]);let v=w?.status==="pending_approval"?w.signer_approval_url:void 0;return vh||s?Tr(yl,{children:[be(T,{backFn:e?t:void 0,onClose:i},"header"),be(X,{}),$C?be(yl,{children:Tr(YC,{children:[be(ft,{children:Tr("div",{children:[be(ut,{success:u,fail:!!a}),be(Gr,{style:{width:"38px",height:"38px"}})]})}),Tr(Ye,{children:[be(ne,{children:a?a.message:"Add a signer to Farcaster"}),be(se,{children:a?a.detail:"This will allow "+o.name+" to add casts, likes, follows, and more on your behalf."})]}),v&&be(W,{onClick:k=>{k.preventDefault(),window.location.href=v},children:"Open Warpcast app"})]})}):be(yl,{children:Tr(wh,{children:[be(ft,{children:Tr("div",{children:[be(ut,{success:u,fail:!!a}),be(Gr,{style:{width:"38px",height:"38px"}})]})}),Tr(Ye,{children:[be(ne,{children:a?a.message:"Requesting signer from Farcaster"}),be(se,{children:a?a.detail:"This should only take a moment"}),be(Tt,{children:v&&vh&&be(ml,{text:"Take me to Warpcast",url:v,color:Ch})})]})]})}),be(q,{})]}):Tr(yl,{children:[be(T,{backFn:e?t:void 0,onClose:i},"header"),be(X,{}),be(wh,{children:Tr("div",{children:[be(ne,{children:"Add a signer to Farcaster"}),Tr(se,{children:["This will allow ",o.name," to add casts, likes, follows, and more on your behalf."]}),be(On,{children:w?.status==="pending_approval"?be(Xn,{url:w.signer_approval_url,size:275,squareLogoElement:Gr}):be(Ke,{})}),Tr(Tt,{children:[be(se,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),w?.status==="pending_approval"&&be(So,{text:w.signer_approval_url,itemName:"link",color:Ch})]})]})}),be(q,{})]})},wh=bh.div`
1420
+ `;import{useEffect as zC,useRef as qC,useState as cd}from"react";import{isIOS as $C,isMobile as vh}from"react-device-detect";import bh from"styled-components";import{Fragment as yl,jsx as we,jsxs as Pr}from"react/jsx-runtime";var Ch="#8a63d2",Eh=1e3,KC=Eh*2,jC=Eh*300,Ph=()=>{let{lastScreen:e,navigateBack:t,data:r,app:o}=x(),{requestFarcasterSignerStatus:n,closePrivyModal:i}=I(),[a,l]=cd(void 0),[s,c]=cd(!1),[u,m]=cd(!1),h=qC([]),y=o?.render.inDialog?Be:0,w=r?.farcasterSigner;zC(()=>{let _=Date.now(),S=setInterval(async()=>{if(!w?.public_key){clearInterval(S),l({retryable:!0,message:"Connect failed",detail:"Something went wrong. Please try again."});return}w.status==="approved"&&(clearInterval(S),c(!1),m(!0),h.current.push(setTimeout(()=>i({shouldCallAuthOnSuccess:!1,isSuccess:!0}),y)));let C=await n(w?.public_key),R=Date.now()-_;C.status==="approved"?(clearInterval(S),c(!1),m(!0),h.current.push(setTimeout(()=>i({shouldCallAuthOnSuccess:!1,isSuccess:!0}),y))):R>jC?(clearInterval(S),l({retryable:!0,message:"Connect failed",detail:"The request timed out. Try again."})):C.status==="revoked"&&(clearInterval(S),l({retryable:!0,message:"Request rejected",detail:"The request was rejected. Please try again."}))},KC);return()=>{clearInterval(S),h.current.forEach(C=>clearTimeout(C))}},[]);let g=w?.status==="pending_approval"?w.signer_approval_url:void 0;return vh||s?Pr(yl,{children:[we(E,{backFn:e?t:void 0,onClose:i},"header"),we(X,{}),$C?we(yl,{children:Pr(YC,{children:[we(pt,{children:Pr("div",{children:[we(ct,{success:u,fail:!!a}),we(Gr,{style:{width:"38px",height:"38px"}})]})}),Pr(Ye,{children:[we(ne,{children:a?a.message:"Add a signer to Farcaster"}),we(se,{children:a?a.detail:"This will allow "+o.name+" to add casts, likes, follows, and more on your behalf."})]}),g&&we(W,{onClick:_=>{_.preventDefault(),window.location.href=g},children:"Open Warpcast app"})]})}):we(yl,{children:Pr(wh,{children:[we(pt,{children:Pr("div",{children:[we(ct,{success:u,fail:!!a}),we(Gr,{style:{width:"38px",height:"38px"}})]})}),Pr(Ye,{children:[we(ne,{children:a?a.message:"Requesting signer from Farcaster"}),we(se,{children:a?a.detail:"This should only take a moment"}),we(wt,{children:g&&vh&&we(ml,{text:"Take me to Warpcast",url:g,color:Ch})})]})]})}),we(q,{})]}):Pr(yl,{children:[we(E,{backFn:e?t:void 0,onClose:i},"header"),we(X,{}),we(wh,{children:Pr("div",{children:[we(ne,{children:"Add a signer to Farcaster"}),Pr(se,{children:["This will allow ",o.name," to add casts, likes, follows, and more on your behalf."]}),we(On,{children:w?.status==="pending_approval"?we(Xn,{url:w.signer_approval_url,size:275,squareLogoElement:Gr}):we(Ke,{})}),Pr(wt,{children:[we(se,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),w?.status==="pending_approval"&&we(So,{text:w.signer_approval_url,itemName:"link",color:Ch})]})]})}),we(q,{})]})},wh=bh.div`
1421
1421
  display: flex;
1422
1422
  flex-direction: column;
1423
1423
  align-items: center;
@@ -1432,7 +1432,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1432
1432
  justify-content: center;
1433
1433
  gap: 24px;
1434
1434
  width: 100%;
1435
- `;import JC from"@heroicons/react/24/outline/ClockIcon";import QC from"@heroicons/react/24/outline/EyeSlashIcon";import XC from"@heroicons/react/24/outline/LinkIcon";import zr from"styled-components";import{jsx as dd,jsxs as ZC}from"react/jsx-runtime";var gl=({size:e=61,...t})=>dd("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:ZC("g",{id:"moonpay_symbol_wht 2",children:[dd("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),dd("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as Ph,jsx as St,jsxs as an}from"react/jsx-runtime";var pd=({title:e,desc:t,icon:r})=>an(iw,{children:[St(sw,{children:r}),an(aw,{children:[St(ow,{children:e}),St(nw,{children:t})]})]}),Sh=({app:e,signedUrl:t,onContinue:r})=>an(Ph,{children:[an(tw,{children:[St(gl,{size:"3.75rem"}),an(rw,{children:[e?.name," uses ",St("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),an(lw,{children:[St(pd,{icon:St(XC,{width:"1rem"}),title:"Purchase assets to fund your account",desc:an(Ph,{children:["Connect a payment method (",St("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),St(pd,{icon:St(JC,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),St(pd,{icon:St(QC,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),St(cw,{className:"mobile-only"})]}),St(ew,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),St(Ds,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:r,children:"Continue to Moonpay"})]}),ew=zr.span`
1435
+ `;import JC from"@heroicons/react/24/outline/ClockIcon";import QC from"@heroicons/react/24/outline/EyeSlashIcon";import XC from"@heroicons/react/24/outline/LinkIcon";import zr from"styled-components";import{jsx as dd,jsxs as ZC}from"react/jsx-runtime";var gl=({size:e=61,...t})=>dd("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:ZC("g",{id:"moonpay_symbol_wht 2",children:[dd("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),dd("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as Th,jsx as Et,jsxs as an}from"react/jsx-runtime";var pd=({title:e,desc:t,icon:r})=>an(iw,{children:[Et(sw,{children:r}),an(aw,{children:[Et(ow,{children:e}),Et(nw,{children:t})]})]}),Sh=({app:e,signedUrl:t,onContinue:r})=>an(Th,{children:[an(tw,{children:[Et(gl,{size:"3.75rem"}),an(rw,{children:[e?.name," uses ",Et("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),an(lw,{children:[Et(pd,{icon:Et(XC,{width:"1rem"}),title:"Purchase assets to fund your account",desc:an(Th,{children:["Connect a payment method (",Et("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Et(pd,{icon:Et(JC,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Et(pd,{icon:Et(QC,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Et(cw,{className:"mobile-only"})]}),Et(ew,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Et(Ds,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:r,children:"Continue to Moonpay"})]}),ew=zr.span`
1436
1436
  display: inline-block;
1437
1437
  color: var(--privy-color-foreground-3);
1438
1438
  text-align: center;
@@ -1488,14 +1488,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
1488
1488
  margin: 0 0.5rem;
1489
1489
  `,cw=zr.div`
1490
1490
  margin: 30px 0;
1491
- `;import{ofetch as dw}from"ofetch";import{useEffect as pw,useRef as uw,useState as mw}from"react";var vl="moonpay",xh="sdk_fiat_on_ramp_completed_with_status";async function kh(e,t,r,o,n=!1){let i=r.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=r.uiConfig||{accentColor:o.accent,theme:o.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...r,...i,...a}})}async function fw(e,t){let r=t?Zp:Yp,o=t?Qp:Jp;return dw(`${r}/transactions/ext/${e}`,{query:{apiKey:o}})}function _h(e,t=!1){let[r,o]=mw(null),{createAnalyticsEvent:n}=M(),i=uw(0);return pw(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await fw(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;o(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n({eventName:xh,payload:{status:s,provider:vl,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(o("serviceFailure"),n({eventName:xh,payload:{status:"serviceFailure",provider:vl}}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),r}import{Fragment as hw,jsx as ud,jsxs as yw}from"react/jsx-runtime";var Ah=()=>{let{app:e,data:t,navigate:r}=x(),{createAnalyticsEvent:o}=M(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:yw(hw,{children:[ud(T,{title:"Fund account"},"header"),ud(Sh,{app:e,signedUrl:n,onContinue:()=>{o({eventName:"sdk_fiat_on_ramp_started",payload:{provider:vl}}),r("FIAT_ON_RAMP_STATUS_SCREEN")}}),ud(z,{protectedByPrivy:!0})]})};import gw from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import vw from"@heroicons/react/24/solid/CheckCircleIcon";import Cw from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as ww}from"react";import Rh from"styled-components";import{Fragment as md,jsx as xt,jsxs as sn}from"react/jsx-runtime";var Ih=()=>{let{app:e,data:t}=x(),{closePrivyModal:r}=M(),{externalTransactionId:o}=t?.fiatOnRampStatus,n=_h(o||null,e.fiatOnRamp.useSandbox);return sn(md,{children:[xt(T,{title:"Fund account"},"header"),xt(Ew,{status:n,onClickCta:r}),xt(z,{protectedByPrivy:!0})]})},bw=e=>{switch(e){case"completed":return{title:"You've funded your account!",body:"It may take a few minutes for the assets to appear.",cta:"Continue"};case"failed":return{title:"Something went wrong!",body:sn(md,{children:[sn("p",{children:["It looks like there was an issue with your payment. Please contact"," ",xt("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),xt("p",{style:{fontStyle:"italic"},children:"Note that debit cards typically work better than credit cards here."})]}),cta:"Done"};case"serviceFailure":return{title:"Something went wrong!",body:"MoonPay ran into an error when processing your transaction. Try again?",cta:"Done"};case"waitingAuthorization":return{title:"Processing payment",body:"This may take up to a few hours. You will receive an email when the purchase is complete.",cta:"Continue"};default:return{title:"In Progress",body:"Go back to MoonPay to finish funding your account.",cta:""}}},Ew=({status:e,onClickCta:t})=>{let{title:r,body:o,cta:n}=ww(()=>bw(e),[e]);return sn(md,{children:[sn(kw,{children:[xt(Sw,{status:e}),sn(Ye,{children:[xt("h3",{children:r}),xt(xw,{children:o})]})]}),n&&xt(W,{onClick:t,children:n})]})},Tw=e=>e?{completed:"var(--privy-color-success)",failed:"var(--privy-color-error)",serviceFailure:"var(--privy-color-error)",waitingAuthorization:"var(--privy-color-accent)",pending:"var(--privy-color-foreground-4)"}[e]:"var(--privy-color-foreground-4)",Pw=e=>{switch(e){case"serviceFailure":case"failed":return Cw;case"completed":return vw;case"waitingAuthorization":return()=>xt(gw,{width:"3rem",height:"3rem",style:{backgroundColor:"var(--privy-color-foreground-4)",color:"var(--privy-color-background)",borderRadius:"100%",padding:"0.5rem",margin:"0.5rem"}});default:return}},Sw=({status:e})=>{if(!e||e==="pending"){let o="var(--privy-color-foreground-4)";return sn("div",{style:{position:"relative"},children:[xt(Ke,{color:o,style:{position:"absolute"}}),xt(Mc,{color:o}),xt(gl,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Pw(e),r=Tw(e);return xt("div",{style:{borderColor:r,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&xt(t,{width:"4rem",height:"4rem",color:r})})},xw=Rh.p`
1491
+ `;import{ofetch as dw}from"ofetch";import{useEffect as pw,useRef as uw,useState as mw}from"react";var vl="moonpay",xh="sdk_fiat_on_ramp_completed_with_status";async function _h(e,t,r,o,n=!1){let i=r.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=r.uiConfig||{accentColor:o.accent,theme:o.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...r,...i,...a}})}async function fw(e,t){let r=t?Zp:Yp,o=t?Qp:Jp;return dw(`${r}/transactions/ext/${e}`,{query:{apiKey:o}})}function kh(e,t=!1){let[r,o]=mw(null),{createAnalyticsEvent:n}=I(),i=uw(0);return pw(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await fw(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;o(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n({eventName:xh,payload:{status:s,provider:vl,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(o("serviceFailure"),n({eventName:xh,payload:{status:"serviceFailure",provider:vl}}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),r}import{Fragment as hw,jsx as ud,jsxs as yw}from"react/jsx-runtime";var Ah=()=>{let{app:e,data:t,navigate:r}=x(),{createAnalyticsEvent:o}=I(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:yw(hw,{children:[ud(E,{title:"Fund account"},"header"),ud(Sh,{app:e,signedUrl:n,onContinue:()=>{o({eventName:"sdk_fiat_on_ramp_started",payload:{provider:vl}}),r("FIAT_ON_RAMP_STATUS_SCREEN")}}),ud(z,{protectedByPrivy:!0})]})};import gw from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import vw from"@heroicons/react/24/solid/CheckCircleIcon";import Cw from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as ww}from"react";import Rh from"styled-components";import{Fragment as md,jsx as Pt,jsxs as sn}from"react/jsx-runtime";var Ih=()=>{let{app:e,data:t}=x(),{closePrivyModal:r}=I(),{externalTransactionId:o}=t?.fiatOnRampStatus,n=kh(o||null,e.fiatOnRamp.useSandbox);return sn(md,{children:[Pt(E,{title:"Fund account"},"header"),Pt(Ew,{status:n,onClickCta:r}),Pt(z,{protectedByPrivy:!0})]})},bw=e=>{switch(e){case"completed":return{title:"You've funded your account!",body:"It may take a few minutes for the assets to appear.",cta:"Continue"};case"failed":return{title:"Something went wrong!",body:sn(md,{children:[sn("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Pt("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Pt("p",{style:{fontStyle:"italic"},children:"Note that debit cards typically work better than credit cards here."})]}),cta:"Done"};case"serviceFailure":return{title:"Something went wrong!",body:"MoonPay ran into an error when processing your transaction. Try again?",cta:"Done"};case"waitingAuthorization":return{title:"Processing payment",body:"This may take up to a few hours. You will receive an email when the purchase is complete.",cta:"Continue"};default:return{title:"In Progress",body:"Go back to MoonPay to finish funding your account.",cta:""}}},Ew=({status:e,onClickCta:t})=>{let{title:r,body:o,cta:n}=ww(()=>bw(e),[e]);return sn(md,{children:[sn(_w,{children:[Pt(Sw,{status:e}),sn(Ye,{children:[Pt("h3",{children:r}),Pt(xw,{children:o})]})]}),n&&Pt(W,{onClick:t,children:n})]})},Pw=e=>e?{completed:"var(--privy-color-success)",failed:"var(--privy-color-error)",serviceFailure:"var(--privy-color-error)",waitingAuthorization:"var(--privy-color-accent)",pending:"var(--privy-color-foreground-4)"}[e]:"var(--privy-color-foreground-4)",Tw=e=>{switch(e){case"serviceFailure":case"failed":return Cw;case"completed":return vw;case"waitingAuthorization":return()=>Pt(gw,{width:"3rem",height:"3rem",style:{backgroundColor:"var(--privy-color-foreground-4)",color:"var(--privy-color-background)",borderRadius:"100%",padding:"0.5rem",margin:"0.5rem"}});default:return}},Sw=({status:e})=>{if(!e||e==="pending"){let o="var(--privy-color-foreground-4)";return sn("div",{style:{position:"relative"},children:[Pt(Ke,{color:o,style:{position:"absolute"}}),Pt(Mc,{color:o}),Pt(gl,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Tw(e),r=Pw(e);return Pt("div",{style:{borderColor:r,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Pt(t,{width:"4rem",height:"4rem",color:r})})},xw=Rh.p`
1492
1492
  font-size: 1rem;
1493
1493
  color: var(--privy-color-foreground-3);
1494
1494
  margin-bottom: 1rem;
1495
1495
  display: flex;
1496
1496
  flex-direction: column;
1497
1497
  gap: 1rem;
1498
- `,kw=Rh.div`
1498
+ `,_w=Rh.div`
1499
1499
  display: flex;
1500
1500
  flex-direction: column;
1501
1501
  align-items: center;
@@ -1503,7 +1503,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1503
1503
  margin-left: 1.75rem;
1504
1504
  margin-right: 1.75rem;
1505
1505
  padding: 2rem 0;
1506
- `;import _w from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Aw from"styled-components";import{Fragment as Iw,jsx as xo,jsxs as Mw}from"react/jsx-runtime";var Mh=()=>{let{closePrivyModal:e}=M();return Mw(Iw,{children:[xo(T,{},"header"),xo(Rw,{children:xo(_w,{style:{width:32,height:32}})}),xo(Ur,{title:"Could not log in with provider",description:"It looks like you're using an in-app browser. To log in, please try again using an external browser.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),xo(cr,{children:xo(W,{onClick:()=>e(),children:"Close"})}),xo(ie,{}),xo(z,{protectedByPrivy:!0})]})},Rw=Aw.div`
1506
+ `;import kw from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Aw from"styled-components";import{Fragment as Iw,jsx as xo,jsxs as Mw}from"react/jsx-runtime";var Mh=()=>{let{closePrivyModal:e}=I();return Mw(Iw,{children:[xo(E,{},"header"),xo(Rw,{children:xo(kw,{style:{width:32,height:32}})}),xo(Fr,{title:"Could not log in with provider",description:"It looks like you're using an in-app browser. To log in, please try again using an external browser.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),xo(cr,{children:xo(W,{onClick:()=>e(),children:"Close"})}),xo(ie,{}),xo(z,{protectedByPrivy:!0})]})},Rw=Aw.div`
1507
1507
  border-radius: 50%;
1508
1508
  height: 68px;
1509
1509
  width: 68px;
@@ -1542,13 +1542,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1542
1542
  margin-bottom: auto;
1543
1543
  }
1544
1544
  }
1545
- `;import{Fragment as Uw,jsx as nt,jsxs as Xi}from"react/jsx-runtime";var Dw=()=>Xi(Fw,{children:[nt(Fi,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),nt(Tt,{children:nt(Wr,{style:{width:"152px",height:"152px"}})}),Xi(Oh,{children:[nt(Cl,{children:Xi("div",{children:[nt("span",{children:"Install the "}),nt("a",{href:Nh.isFirefox?"https://addons.mozilla.org/en-US/firefox/addon/phantom-app/":"https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en",target:"_blank",children:"Phantom browser extension"})]})}),nt(hd,{}),nt(Cl,{children:"Set up your first wallet"}),nt(hd,{}),nt(Cl,{children:"Store your recovery phrase in a safe place!"})]}),nt(Fs,{onClick:()=>window.location.reload(),children:"Reload the page to use your wallet"})]}),Dh=()=>{let{navigateBack:e}=x();return Xi(Uw,{children:[nt(T,{backFn:e},"header"),nt(X,{}),nt(Dw,{}),nt(ie,{}),Xi(q,{children:[nt("span",{children:"Still not sure? "}),nt("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},Fw=Nw(Tt)`
1545
+ `;import{Fragment as Fw,jsx as ot,jsxs as Xi}from"react/jsx-runtime";var Dw=()=>Xi(Uw,{children:[ot(Ui,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),ot(wt,{children:ot(Wr,{style:{width:"152px",height:"152px"}})}),Xi(Oh,{children:[ot(Cl,{children:Xi("div",{children:[ot("span",{children:"Install the "}),ot("a",{href:Nh.isFirefox?"https://addons.mozilla.org/en-US/firefox/addon/phantom-app/":"https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en",target:"_blank",children:"Phantom browser extension"})]})}),ot(hd,{}),ot(Cl,{children:"Set up your first wallet"}),ot(hd,{}),ot(Cl,{children:"Store your recovery phrase in a safe place!"})]}),ot(Us,{onClick:()=>window.location.reload(),children:"Reload the page to use your wallet"})]}),Dh=()=>{let{navigateBack:e}=x();return Xi(Fw,{children:[ot(E,{backFn:e},"header"),ot(X,{}),ot(Dw,{}),ot(ie,{}),Xi(q,{children:[ot("span",{children:"Still not sure? "}),ot("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},Uw=Nw(wt)`
1546
1546
  gap: 30px;
1547
1547
 
1548
1548
  > :first-child > svg {
1549
1549
  margin-top: 20px;
1550
1550
  }
1551
- `;import b4 from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as E4,useState as Zh}from"react";import{isMobile as T4}from"react-device-detect";import P4 from"styled-components";import qw from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as $w}from"react";import Bw from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as Hw,useState as Fh}from"react";import Bh from"styled-components";import{Fragment as zw,jsx as ea,jsxs as Uh}from"react/jsx-runtime";var wl=Hw((e,t)=>{let[r,o]=Fh(""),[n,i]=Fh(!1),{authenticated:a}=B(),{initLoginWithEmail:l}=M(),{navigate:s,setModalData:c,currentScreen:u}=x(),{enabled:f,token:h}=we(),y=Ga(r),w=n,v=n||!y,k=C=>{i(!0),l(r,C).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(R=>{c({errorModalData:{error:R,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},S=()=>{f&&!h&&!a?(c({captchaModalData:{callback:C=>l(r,C),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):k(h)};return Uh(zw,{children:[ea(Gw,{children:Uh(Vw,{stacked:e.stacked,children:[ea(Bw,{}),ea("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:C=>o(C.target.value),onKeyUp:C=>{C.key==="Enter"&&S()},value:r,autoComplete:"email"}),e.stacked?null:ea(In,{isSubmitting:w,onClick:S,disabled:v,children:"Submit"})]})}),e.stacked?ea(W,{loadingText:null,loading:w,disabled:v,onClick:S,children:"Submit"}):null]})}),Gw=Bh.div`
1551
+ `;import b4 from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as E4,useState as Zh}from"react";import{isMobile as P4}from"react-device-detect";import T4 from"styled-components";import qw from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as $w}from"react";import Bw from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as Hw,useState as Uh}from"react";import Bh from"styled-components";import{Fragment as zw,jsx as ea,jsxs as Fh}from"react/jsx-runtime";var wl=Hw((e,t)=>{let[r,o]=Uh(""),[n,i]=Uh(!1),{authenticated:a}=F(),{initLoginWithEmail:l}=I(),{navigate:s,setModalData:c,currentScreen:u}=x(),{enabled:m,token:h}=Ce(),y=Ga(r),w=n,g=n||!y,_=C=>{i(!0),l(r,C).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(R=>{c({errorModalData:{error:R,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},S=()=>{m&&!h&&!a?(c({captchaModalData:{callback:C=>l(r,C),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):_(h)};return Fh(zw,{children:[ea(Gw,{children:Fh(Vw,{stacked:e.stacked,children:[ea(Bw,{}),ea("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:C=>o(C.target.value),onKeyUp:C=>{C.key==="Enter"&&S()},value:r,autoComplete:"email"}),e.stacked?null:ea(In,{isSubmitting:w,onClick:S,disabled:g,children:"Submit"})]})}),e.stacked?ea(W,{loadingText:null,loading:w,disabled:g,onClick:S,children:"Submit"}):null]})}),Gw=Bh.div`
1552
1552
  width: 100%;
1553
1553
  `,Vw=Bh.label`
1554
1554
  display: block;
@@ -1611,7 +1611,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1611
1611
  && > input::placeholder {
1612
1612
  color: var(--privy-color-foreground-3);
1613
1613
  }
1614
- `;import{Fragment as Kw,jsx as bl,jsxs as Hh}from"react/jsx-runtime";var El=({isEditable:e,setIsEditable:t})=>{let r=$w(null);return Hh(Kw,{children:[bl(ro,{if:!e,children:bl(wl,{ref:r})}),bl(ro,{if:e,children:Hh(Re,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[bl(qw,{})," Continue with Email"]})})]})};import{useState as jw}from"react";import{jsx as yd,jsxs as Yw}from"react/jsx-runtime";var Tl=()=>{let[e,t]=jw(!1),{currentScreen:r,navigate:o,setModalData:n}=x(),{enabled:i,token:a}=we(),{initLoginWithFarcaster:l}=M();return Yw(Re,{onClick:async()=>{t(!0);try{i&&!a?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):(await l(a),o("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:r||"LANDING"}}),o("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[yd(Gr,{})," Farcaster",e&&yd("span",{children:yd(to,{})})]})};import Zw,{css as Jw}from"styled-components";import{jsx as e4}from"react/jsx-runtime";var Pl=()=>{let{enabled:e,token:t}=we(),{navigate:r,setModalData:o}=x(),{initLoginWithPasskey:n}=M();return e4(Xw,{onClick:async()=>{e&&!t?(o({captchaModalData:{callback:a=>n(a),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSKEY_SYSTEM_DIALOGUE",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):(await n(),r("AWAITING_PASSKEY_SYSTEM_DIALOGUE"))},children:"I have a passkey"})},Qw=Jw`
1614
+ `;import{Fragment as Kw,jsx as bl,jsxs as Hh}from"react/jsx-runtime";var El=({isEditable:e,setIsEditable:t})=>{let r=$w(null);return Hh(Kw,{children:[bl(ro,{if:!e,children:bl(wl,{ref:r})}),bl(ro,{if:e,children:Hh(Ae,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[bl(qw,{})," Continue with Email"]})})]})};import{useState as jw}from"react";import{jsx as yd,jsxs as Yw}from"react/jsx-runtime";var Pl=()=>{let[e,t]=jw(!1),{currentScreen:r,navigate:o,setModalData:n}=x(),{enabled:i,token:a}=Ce(),{initLoginWithFarcaster:l}=I();return Yw(Ae,{onClick:async()=>{t(!0);try{i&&!a?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):(await l(a),o("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:r||"LANDING"}}),o("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[yd(Gr,{})," Farcaster",e&&yd("span",{children:yd(to,{})})]})};import Zw,{css as Jw}from"styled-components";import{jsx as e4}from"react/jsx-runtime";var Tl=()=>{let{enabled:e,token:t}=Ce(),{navigate:r,setModalData:o}=x(),{initLoginWithPasskey:n}=I();return e4(Xw,{onClick:async()=>{e&&!t?(o({captchaModalData:{callback:a=>n(a),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSKEY_SYSTEM_DIALOGUE",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):(await n(),r("AWAITING_PASSKEY_SYSTEM_DIALOGUE"))},children:"I have a passkey"})},Qw=Jw`
1615
1615
  && {
1616
1616
  width: 100%;
1617
1617
  font-size: 0.875rem;
@@ -1638,7 +1638,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1638
1638
  }
1639
1639
  `,Xw=Zw.button`
1640
1640
  ${Qw}
1641
- `;import m4 from"@heroicons/react/24/outline/PhoneIcon";import{useRef as f4}from"react";import{forwardRef as c4,useState as gd}from"react";import Kh from"styled-components";import t4 from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as r4,AsYouType as o4,getCountries as n4,getCountryCallingCode as Sl,getExampleNumber as i4}from"libphonenumber-js/min";import{jsx as l4,jsxs as s4}from"react/jsx-runtime";var ta=(e,t)=>r4(String(e),t),xl=(e,t)=>`+${Sl(t)} ${e}`,Gh=e=>`*${e.replaceAll("-","").slice(-4)}`,Vh=e=>new o4(e),a4=n4().map(e=>({code:e,callCode:Sl(e)})),zh=e=>{let t=i4(e,t4)?.formatInternational();return t?.substring(t.indexOf(" ")+1)},qh=({value:e,onChange:t})=>l4("select",{value:e,onChange:t,children:a4.map(r=>s4("option",{value:r.code,children:[r.code," +",r.callCode]},r.code))});import{Fragment as u4,jsx as ra,jsxs as $h}from"react/jsx-runtime";var ei=c4((e,t)=>{let{app:r}=x(),[o,n]=gd(""),[i,a]=gd(r?.intl.defaultCountry??"US"),l=ta(o,i),s=Vh(i),c=zh(i),u=Sl(i),f=!l,[h,y]=gd(!1),w=u.length,v=C=>{let R=C.target.value;a(R),n(""),e.onChange&&e.onChange({rawPhoneNumber:o,qualifiedPhoneNumber:xl(o,R),countryCode:R,isValid:ta(o,i)})},k=C=>{try{let R=C.replace(/\D/g,""),_=o.replace(/\D/g,""),L=R===_?C:s.input(C);n(L),e.onChange&&e.onChange({rawPhoneNumber:L,qualifiedPhoneNumber:xl(C,i),countryCode:i,isValid:ta(C,i)})}catch(R){console.error("Error processing phone number:",R)}},S=()=>{y(!0);let C=xl(o,i);e.onSubmit({rawPhoneNumber:o,qualifiedPhoneNumber:C,countryCode:i,isValid:ta(o,i)}).finally(()=>y(!1))};return $h(u4,{children:[ra(d4,{children:$h(p4,{callingCodeLength:w,stacked:e.stacked,children:[ra(qh,{value:i,onChange:v}),ra("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:C=>{k(C.target.value)},onKeyUp:C=>{C.key==="Enter"&&S()},value:o,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?ra(In,{isSubmitting:h,onClick:S,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?ra(W,{loading:h,loadingText:null,onClick:S,disabled:f,children:"Submit"}):null]})}),d4=Kh.div`
1641
+ `;import m4 from"@heroicons/react/24/outline/PhoneIcon";import{useRef as f4}from"react";import{forwardRef as c4,useState as gd}from"react";import Kh from"styled-components";import t4 from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as r4,AsYouType as o4,getCountries as n4,getCountryCallingCode as Sl,getExampleNumber as i4}from"libphonenumber-js/min";import{jsx as l4,jsxs as s4}from"react/jsx-runtime";var ta=(e,t)=>r4(String(e),t),xl=(e,t)=>`+${Sl(t)} ${e}`,Gh=e=>`*${e.replaceAll("-","").slice(-4)}`,Vh=e=>new o4(e),a4=n4().map(e=>({code:e,callCode:Sl(e)})),zh=e=>{let t=i4(e,t4)?.formatInternational();return t?.substring(t.indexOf(" ")+1)},qh=({value:e,onChange:t})=>l4("select",{value:e,onChange:t,children:a4.map(r=>s4("option",{value:r.code,children:[r.code," +",r.callCode]},r.code))});import{Fragment as u4,jsx as ra,jsxs as $h}from"react/jsx-runtime";var ei=c4((e,t)=>{let{app:r}=x(),[o,n]=gd(""),[i,a]=gd(r?.intl.defaultCountry??"US"),l=ta(o,i),s=Vh(i),c=zh(i),u=Sl(i),m=!l,[h,y]=gd(!1),w=u.length,g=C=>{let R=C.target.value;a(R),n(""),e.onChange&&e.onChange({rawPhoneNumber:o,qualifiedPhoneNumber:xl(o,R),countryCode:R,isValid:ta(o,i)})},_=C=>{try{let R=C.replace(/\D/g,""),k=o.replace(/\D/g,""),L=R===k?C:s.input(C);n(L),e.onChange&&e.onChange({rawPhoneNumber:L,qualifiedPhoneNumber:xl(C,i),countryCode:i,isValid:ta(C,i)})}catch(R){console.error("Error processing phone number:",R)}},S=()=>{y(!0);let C=xl(o,i);e.onSubmit({rawPhoneNumber:o,qualifiedPhoneNumber:C,countryCode:i,isValid:ta(o,i)}).finally(()=>y(!1))};return $h(u4,{children:[ra(d4,{children:$h(p4,{callingCodeLength:w,stacked:e.stacked,children:[ra(qh,{value:i,onChange:g}),ra("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:C=>{_(C.target.value)},onKeyUp:C=>{C.key==="Enter"&&S()},value:o,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?ra(In,{isSubmitting:h,onClick:S,disabled:m,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?ra(W,{loading:h,loadingText:null,onClick:S,disabled:m,children:"Submit"}):null]})}),d4=Kh.div`
1642
1642
  width: 100%;
1643
1643
  `,p4=Kh.label`
1644
1644
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
@@ -1727,11 +1727,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
1727
1727
  && > input::placeholder {
1728
1728
  color: var(--privy-color-foreground-3);
1729
1729
  }
1730
- `;import{Fragment as h4,jsx as kl,jsxs as jh}from"react/jsx-runtime";var _l=({isEditable:e,setIsEditable:t})=>{let r=f4(null),{authenticated:o}=B(),{navigate:n,setModalData:i,currentScreen:a}=x(),{initLoginWithSms:l}=M(),{enabled:s,token:c}=we();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!o)i({captchaModalData:{callback:h=>l(f,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return jh(h4,{children:[kl(ro,{if:!e,children:kl(ei,{ref:r,onSubmit:u})}),kl(ro,{if:e,children:jh(Re,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[kl(m4,{})," Continue with SMS"]})})]})};import{useState as y4}from"react";import{jsx as ko,jsxs as v4}from"react/jsx-runtime";var g4={apple:{logo:ko(Qa,{}),displayName:"Apple"},discord:{logo:ko(Xa,{}),displayName:"Discord"},github:{logo:ko(es,{}),displayName:"GitHub"},google:{logo:ko(rs,{}),displayName:"Google"},linkedin:{logo:ko(ns,{}),displayName:"LinkedIn"},spotify:{logo:ko(is,{}),displayName:"Spotify"},twitter:{logo:ko(ss,{}),displayName:"Twitter"},tiktok:{logo:ko(as,{}),displayName:"TikTok"}},it=({provider:e})=>{let{enabled:t,token:r}=we(),{navigate:o,setModalData:n}=x(),[i,a]=y4(!1),{initLoginWithOAuth:l}=M(),{displayName:s,logo:c}=g4[e];return v4(Re,{onClick:()=>{a(!0),t&&!r?(n({captchaModalData:{callback:f=>l(e,f),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):l(e)},disabled:i,children:[c," ",s]})};import C4 from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Yh,jsxs as w4}from"react/jsx-runtime";var Al=({onClick:e,text:t,icon:r})=>w4(Re,{onClick:e,children:[r,Yh(Bs,{children:t}),Yh(C4,{})]});import{Fragment as vd,jsx as Ze,jsxs as Il}from"react/jsx-runtime";var Ml=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=M(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=x(),i=o.loginMethodsAndOrder?.primary??[],a=o.loginMethodsAndOrder?.overflow??[],l=[...i,...a],s=o.loginMethods.passkey,[c,u]=Zh("default"),[f,h]=Zh("email");E4(()=>{let P=l.indexOf("sms"),N=l.indexOf("email");P>-1&&P<N&&h("sms")},[i,a]);let y=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{u("default")},150)};n.current=y;let w=P=>P==="email"?Ze(El,{isEditable:f==="email",setIsEditable:()=>{h("email")}},P):P==="sms"?Ze(_l,{isEditable:f==="sms",setIsEditable:()=>{h("sms")}},P):P==="apple"?Ze(it,{provider:"apple"},P):P==="discord"?Ze(it,{provider:"discord"},P):P==="farcaster"?Ze(Tl,{},P):P==="github"?Ze(it,{provider:"github"},P):P==="google"?Ze(it,{provider:"google"},P):P==="linkedin"?Ze(it,{provider:"linkedin"},P):P==="tiktok"?Ze(it,{provider:"tiktok"},P):P==="twitter"&&(!T4||o?.loginConfig.twitterOAuthOnMobileEnabled)?Ze(it,{provider:"twitter"},P):Gi([P],r,e,l),v=i.map(w).flat(),k=a.map(w).flat(),S=[...v,...k],C=S4({primary:v.length,overflow:k.length}),[R,_]=tu(S,C),L=c==="default"?void 0:()=>{u("default")};return Il(vd,{children:[Ze(T,{title:o.appearance.landingHeader,onClose:y,backFn:L}),c==="default"&&Ze(x4,{}),Ze(Hs,{style:{overflow:"hidden",padding:2},children:Il(sr,{children:[c==="default"&&Il(vd,{children:[...R,_.length>0&&Ze(Al,{text:"More options",icon:Ze(b4,{}),onClick:()=>u("overflow")})]}),c==="overflow"&&Il(vd,{children:[..._]}),s&&c==="default"&&Ze(Pl,{})]})}),o&&Ze(Mn,{app:o}),Ze(z,{protectedByPrivy:!0})]})},Rl=5,S4=({primary:e,overflow:t})=>e<Rl?e:e===Rl&&t===0?Rl:Rl-1,x4=P4(Hn)`
1730
+ `;import{Fragment as h4,jsx as _l,jsxs as jh}from"react/jsx-runtime";var kl=({isEditable:e,setIsEditable:t})=>{let r=f4(null),{authenticated:o}=F(),{navigate:n,setModalData:i,currentScreen:a}=x(),{initLoginWithSms:l}=I(),{enabled:s,token:c}=Ce();async function u({qualifiedPhoneNumber:m}){if(s&&!c&&!o)i({captchaModalData:{callback:h=>l(m,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(m,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return jh(h4,{children:[_l(ro,{if:!e,children:_l(ei,{ref:r,onSubmit:u})}),_l(ro,{if:e,children:jh(Ae,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[_l(m4,{})," Continue with SMS"]})})]})};import{useState as y4}from"react";import{jsx as _o,jsxs as v4}from"react/jsx-runtime";var g4={apple:{logo:_o(Qa,{}),displayName:"Apple"},discord:{logo:_o(Xa,{}),displayName:"Discord"},github:{logo:_o(es,{}),displayName:"GitHub"},google:{logo:_o(rs,{}),displayName:"Google"},linkedin:{logo:_o(ns,{}),displayName:"LinkedIn"},spotify:{logo:_o(is,{}),displayName:"Spotify"},twitter:{logo:_o(ss,{}),displayName:"Twitter"},tiktok:{logo:_o(as,{}),displayName:"TikTok"}},nt=({provider:e})=>{let{enabled:t,token:r}=Ce(),{navigate:o,setModalData:n}=x(),[i,a]=y4(!1),{initLoginWithOAuth:l}=I(),{displayName:s,logo:c}=g4[e];return v4(Ae,{onClick:()=>{a(!0),t&&!r?(n({captchaModalData:{callback:m=>l(e,m),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):l(e)},disabled:i,children:[c," ",s]})};import C4 from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Yh,jsxs as w4}from"react/jsx-runtime";var Al=({onClick:e,text:t,icon:r})=>w4(Ae,{onClick:e,children:[r,Yh(Bs,{children:t}),Yh(C4,{})]});import{Fragment as vd,jsx as Ze,jsxs as Il}from"react/jsx-runtime";var Ml=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=I(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=x(),i=o.loginMethodsAndOrder?.primary??[],a=o.loginMethodsAndOrder?.overflow??[],l=[...i,...a],s=o.loginMethods.passkey,[c,u]=Zh("default"),[m,h]=Zh("email");E4(()=>{let T=l.indexOf("sms"),N=l.indexOf("email");T>-1&&T<N&&h("sms")},[i,a]);let y=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{u("default")},150)};n.current=y;let w=T=>T==="email"?Ze(El,{isEditable:m==="email",setIsEditable:()=>{h("email")}},T):T==="sms"?Ze(kl,{isEditable:m==="sms",setIsEditable:()=>{h("sms")}},T):T==="apple"?Ze(nt,{provider:"apple"},T):T==="discord"?Ze(nt,{provider:"discord"},T):T==="farcaster"?Ze(Pl,{},T):T==="github"?Ze(nt,{provider:"github"},T):T==="google"?Ze(nt,{provider:"google"},T):T==="linkedin"?Ze(nt,{provider:"linkedin"},T):T==="tiktok"?Ze(nt,{provider:"tiktok"},T):T==="twitter"&&(!P4||o?.loginConfig.twitterOAuthOnMobileEnabled)?Ze(nt,{provider:"twitter"},T):Gi([T],r,e,l),g=i.map(w).flat(),_=a.map(w).flat(),S=[...g,..._],C=S4({primary:g.length,overflow:_.length}),[R,k]=tu(S,C),L=c==="default"?void 0:()=>{u("default")};return Il(vd,{children:[Ze(E,{title:o.appearance.landingHeader,onClose:y,backFn:L}),c==="default"&&Ze(x4,{}),Ze(Hs,{style:{overflow:"hidden",padding:2},children:Il(sr,{children:[c==="default"&&Il(vd,{children:[...R,k.length>0&&Ze(Al,{text:"More options",icon:Ze(b4,{}),onClick:()=>u("overflow")})]}),c==="overflow"&&Il(vd,{children:[...k]}),s&&c==="default"&&Ze(Tl,{})]})}),o&&Ze(Mn,{app:o}),Ze(z,{protectedByPrivy:!0})]})},Rl=5,S4=({primary:e,overflow:t})=>e<Rl?e:e===Rl&&t===0?Rl:Rl-1,x4=T4(Hn)`
1731
1731
  margin-bottom: 16px;
1732
- `;import R4 from"@heroicons/react/24/outline/EnvelopeIcon";import I4 from"@heroicons/react/24/outline/PhoneIcon";import M4 from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as W4,useState as ey}from"react";import{isMobile as L4}from"react-device-detect";import O4 from"styled-components";import{jsx as oa,jsxs as Jh}from"react/jsx-runtime";var Qh=({...e})=>Jh("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Jh("g",{clipPath:"url(#clip0_2856_1743)",children:[oa("path",{d:"M22.1673 8.24075V16.3642C22.1673 17.3256 21.3421 18.105 20.3241 18.105H17.0028M22.1673 8.24075C22.1673 7.27936 21.3421 6.5 20.3241 6.5H11.5302M22.1673 8.24075V8.42852C22.1673 9.03302 21.8352 9.59423 21.2901 9.91105L15.1463 13.4818C14.5539 13.8261 13.8067 13.8261 13.2143 13.4818L10.1621 11.5401",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),oa("path",{d:"M3.12913 6.64816C0.508085 12.9507 3.49251 20.1847 9.79504 22.8057L11.5068 23.5176C12.4522 23.9108 13.7783 23.2222 14.1714 22.2768L14.6054 21.2333C14.7687 20.8406 14.6438 20.3871 14.3024 20.1334L11.2872 17.8927C10.9878 17.6702 10.5843 17.6488 10.2632 17.8384L9.11575 18.5156C8.78274 18.7121 8.3597 18.6844 8.07552 18.4221C5.94293 16.4542 4.77629 13.6264 4.90096 10.7273C4.91757 10.3409 5.19796 10.023 5.57269 9.92753L6.86381 9.59869C7.22522 9.50664 7.49627 9.20696 7.55169 8.83815L8.10986 5.12321C8.17306 4.70259 7.94188 4.29293 7.54915 4.1296L6.50564 3.69564C5.56026 3.30248 4.23416 3.99103 3.84101 4.9364L3.12913 6.64816Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),oa("defs",{children:oa("clipPath",{id:"clip0_2856_1743",children:oa("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import k4 from"@heroicons/react/24/outline/ChevronRightIcon";import _4 from"@heroicons/react/24/outline/WalletIcon";import{jsx as Cd,jsxs as A4}from"react/jsx-runtime";var Xh=({onClick:e,text:t})=>A4(Re,{onClick:e,children:[Cd(_4,{}),Cd(Bs,{children:t}),Cd(k4,{})]});import{Fragment as na,jsx as Le,jsxs as ti}from"react/jsx-runtime";var Wl=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=M(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=x(),{email:i,sms:a,google:l,twitter:s,discord:c,github:u,spotify:f,tiktok:h,linkedin:y,apple:w,wallet:v,farcaster:k,passkey:S}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",R=o?.appearance.hideDirectWeb2Inputs,[_,L]=ey("default"),[P,N]=ey(i?"email":"sms");W4(()=>{N(i?"email":"sms")},[i]);let K=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{L("default")},150)};n.current=K;let G=[i&&Le(El,{isEditable:P==="email",setIsEditable:()=>{N("email")}}),a&&Le(_l,{isEditable:P==="sms",setIsEditable:()=>{N("sms")}})].filter(Boolean),V=[l&&Le(it,{provider:"google"}),s&&(!L4||o?.loginConfig.twitterOAuthOnMobileEnabled)&&Le(it,{provider:"twitter"}),c&&Le(it,{provider:"discord"}),u&&Le(it,{provider:"github"}),f&&Le(it,{provider:"spotify"}),h&&Le(it,{provider:"tiktok"}),y&&Le(it,{provider:"linkedin"}),w&&Le(it,{provider:"apple"}),k&&Le(Tl,{})].filter(Boolean),I=Gi(o.appearance.walletList,r,e,o.appearance.walletList),Q=_==="default"?void 0:()=>{L("default")},F=D4({priority:C,email:i,sms:a,social:V}),ue=F4({priority:C,email:i,sms:a,social:V}),ce=U4({priority:C,email:i,sms:a,social:V}),ae=Le(Xh,{text:ce,onClick:()=>L("web3-overflow")}),ge=Le(Al,{text:F,icon:ue,onClick:()=>L("web2-overflow")}),J=R?0:1;return ti(na,{children:[Le(T,{title:o.appearance.landingHeader,onClose:K,backFn:Q}),_==="default"&&Le(N4,{}),Le(Hs,{style:{overflow:"hidden",padding:2},children:ti(sr,{children:[_==="default"&&C==="web2-first"&&ti(na,{children:[...G,...V.length+G.length>4?V.slice(0,3-G.length):V,G.length+V.length>4&&ge,v&&ae]}),_==="default"&&C==="web3-first"&&ti(na,{children:[v&&ti(na,{children:[...I.length>4?I.slice(0,3):I,I.length>4&&ae]}),G.length+V.length>J&&ge,G.length+V.length===J&&G.length?G[0]:null,G.length+V.length===J&&V.length?V[0]:null]}),_==="web2-overflow"&&ti(na,{children:[...C==="web3-first"?G:[],...V]}),..._==="web3-overflow"?I:[],S&&_==="default"&&Le(Pl,{})]})}),o&&Le(Mn,{app:o}),Le(z,{protectedByPrivy:!0})]})},N4=O4(Hn)`
1732
+ `;import R4 from"@heroicons/react/24/outline/EnvelopeIcon";import I4 from"@heroicons/react/24/outline/PhoneIcon";import M4 from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as W4,useState as ey}from"react";import{isMobile as L4}from"react-device-detect";import O4 from"styled-components";import{jsx as oa,jsxs as Jh}from"react/jsx-runtime";var Qh=({...e})=>Jh("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Jh("g",{clipPath:"url(#clip0_2856_1743)",children:[oa("path",{d:"M22.1673 8.24075V16.3642C22.1673 17.3256 21.3421 18.105 20.3241 18.105H17.0028M22.1673 8.24075C22.1673 7.27936 21.3421 6.5 20.3241 6.5H11.5302M22.1673 8.24075V8.42852C22.1673 9.03302 21.8352 9.59423 21.2901 9.91105L15.1463 13.4818C14.5539 13.8261 13.8067 13.8261 13.2143 13.4818L10.1621 11.5401",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),oa("path",{d:"M3.12913 6.64816C0.508085 12.9507 3.49251 20.1847 9.79504 22.8057L11.5068 23.5176C12.4522 23.9108 13.7783 23.2222 14.1714 22.2768L14.6054 21.2333C14.7687 20.8406 14.6438 20.3871 14.3024 20.1334L11.2872 17.8927C10.9878 17.6702 10.5843 17.6488 10.2632 17.8384L9.11575 18.5156C8.78274 18.7121 8.3597 18.6844 8.07552 18.4221C5.94293 16.4542 4.77629 13.6264 4.90096 10.7273C4.91757 10.3409 5.19796 10.023 5.57269 9.92753L6.86381 9.59869C7.22522 9.50664 7.49627 9.20696 7.55169 8.83815L8.10986 5.12321C8.17306 4.70259 7.94188 4.29293 7.54915 4.1296L6.50564 3.69564C5.56026 3.30248 4.23416 3.99103 3.84101 4.9364L3.12913 6.64816Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),oa("defs",{children:oa("clipPath",{id:"clip0_2856_1743",children:oa("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import _4 from"@heroicons/react/24/outline/ChevronRightIcon";import k4 from"@heroicons/react/24/outline/WalletIcon";import{jsx as Cd,jsxs as A4}from"react/jsx-runtime";var Xh=({onClick:e,text:t})=>A4(Ae,{onClick:e,children:[Cd(k4,{}),Cd(Bs,{children:t}),Cd(_4,{})]});import{Fragment as na,jsx as We,jsxs as ti}from"react/jsx-runtime";var Wl=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=I(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=x(),{email:i,sms:a,google:l,twitter:s,discord:c,github:u,spotify:m,tiktok:h,linkedin:y,apple:w,wallet:g,farcaster:_,passkey:S}=o?.loginMethods??{},C=o?.appearance.loginGroupPriority||"web2-first",R=o?.appearance.hideDirectWeb2Inputs,[k,L]=ey("default"),[T,N]=ey(i?"email":"sms");W4(()=>{N(i?"email":"sms")},[i]);let K=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{L("default")},150)};n.current=K;let G=[i&&We(El,{isEditable:T==="email",setIsEditable:()=>{N("email")}}),a&&We(kl,{isEditable:T==="sms",setIsEditable:()=>{N("sms")}})].filter(Boolean),V=[l&&We(nt,{provider:"google"}),s&&(!L4||o?.loginConfig.twitterOAuthOnMobileEnabled)&&We(nt,{provider:"twitter"}),c&&We(nt,{provider:"discord"}),u&&We(nt,{provider:"github"}),m&&We(nt,{provider:"spotify"}),h&&We(nt,{provider:"tiktok"}),y&&We(nt,{provider:"linkedin"}),w&&We(nt,{provider:"apple"}),_&&We(Pl,{})].filter(Boolean),M=Gi(o.appearance.walletList,r,e,o.appearance.walletList),Q=k==="default"?void 0:()=>{L("default")},U=D4({priority:C,email:i,sms:a,social:V}),ue=U4({priority:C,email:i,sms:a,social:V}),ce=F4({priority:C,email:i,sms:a,social:V}),ae=We(Xh,{text:ce,onClick:()=>L("web3-overflow")}),he=We(Al,{text:U,icon:ue,onClick:()=>L("web2-overflow")}),J=R?0:1;return ti(na,{children:[We(E,{title:o.appearance.landingHeader,onClose:K,backFn:Q}),k==="default"&&We(N4,{}),We(Hs,{style:{overflow:"hidden",padding:2},children:ti(sr,{children:[k==="default"&&C==="web2-first"&&ti(na,{children:[...G,...V.length+G.length>4?V.slice(0,3-G.length):V,G.length+V.length>4&&he,g&&ae]}),k==="default"&&C==="web3-first"&&ti(na,{children:[g&&ti(na,{children:[...M.length>4?M.slice(0,3):M,M.length>4&&ae]}),G.length+V.length>J&&he,G.length+V.length===J&&G.length?G[0]:null,G.length+V.length===J&&V.length?V[0]:null]}),k==="web2-overflow"&&ti(na,{children:[...C==="web3-first"?G:[],...V]}),...k==="web3-overflow"?M:[],S&&k==="default"&&We(Tl,{})]})}),o&&We(Mn,{app:o}),We(z,{protectedByPrivy:!0})]})},N4=O4(Hn)`
1733
1733
  margin-bottom: 16px;
1734
- `,D4=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"?"Other socials":t&&r&&o.length>0||t&&o.length>0?"Log in with email or socials":r&&o.length>0?"Log in with sms or socials":t&&r?"Continue with email or sms":t?"Continue with email":r?"Continue with sms":"Log in with a social account",F4=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"||o.length>0?Le(M4,{}):t&&r?Le(Qh,{}):t?Le(R4,{}):r?Le(I4,{}):null,U4=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as ty}from"react/jsx-runtime";var ry=()=>{let{app:e}=x();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?ty(Ml,{connectOnly:!0}):ty(Wl,{connectOnly:!0})};import{jsx as oy}from"react/jsx-runtime";var ny=()=>{let{app:e}=x();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?oy(Ml,{connectOnly:!1}):oy(Wl,{connectOnly:!1})};import B4 from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as H4,jsx as _o,jsxs as G4}from"react/jsx-runtime";var iy=()=>{let{app:e}=x();return G4(H4,{children:[_o(T,{},"header"),_o(X,{}),_o(Te,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:_o(B4,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),_o(cr,{children:_o(wl,{stacked:!0})}),_o(ie,{}),_o(z,{protectedByPrivy:!0})]})};import V4 from"@heroicons/react/24/outline/ClockIcon";import z4 from"@heroicons/react/24/outline/TrashIcon";import q4 from"@heroicons/react/24/solid/CheckBadgeIcon";import $4 from"@heroicons/react/24/solid/CheckCircleIcon";import K4 from"@heroicons/react/24/solid/LockClosedIcon";import{useEffect as j4,useState as ia}from"react";import ur,{css as dy}from"styled-components";import{jsx as ay}from"react/jsx-runtime";var ln=({style:e,...t})=>ay("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:ay("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.71369 17.5625V10.375C3.71369 6.44625 6.85845 3.25 10.7238 3.25H17.7953C18.6783 3.25 19.3941 2.52244 19.3941 1.625C19.3941 0.727562 18.6783 0 17.7953 0H10.7238C5.09529 0 0.516113 4.65419 0.516113 10.375V17.5625C0.516113 18.4599 1.23194 19.1875 2.1149 19.1875C2.99787 19.1875 3.71369 18.4599 3.71369 17.5625ZM17.7953 60.7501C18.6783 60.7501 19.3941 61.4777 19.3941 62.3751C19.3941 63.2726 18.6783 64.0001 17.7953 64.0001H10.7238C5.09529 64.0001 0.516113 59.3459 0.516113 53.6251V46.4376C0.516113 45.5402 1.23194 44.8126 2.1149 44.8126C2.99787 44.8126 3.71369 45.5402 3.71369 46.4376V53.6251C3.71369 57.5538 6.85845 60.7501 10.7238 60.7501H17.7953ZM63.4839 46.4376V53.6251C63.4839 59.3459 58.9048 64.0001 53.2763 64.0001H46.2047C45.3217 64.0001 44.6059 63.2726 44.6059 62.3751C44.6059 61.4777 45.3217 60.7501 46.2047 60.7501H53.2763C57.1416 60.7501 60.2864 57.5538 60.2864 53.6251V46.4376C60.2864 45.5402 61.0022 44.8126 61.8851 44.8126C62.7681 44.8126 63.4839 45.5402 63.4839 46.4376ZM63.4839 10.375V17.5625C63.4839 18.4599 62.7681 19.1875 61.8851 19.1875C61.0022 19.1875 60.2864 18.4599 60.2864 17.5625V10.375C60.2864 6.44625 57.1416 3.25 53.2763 3.25H46.2047C45.3217 3.25 44.6059 2.52244 44.6059 1.625C44.6059 0.727562 45.3217 0 46.2047 0H53.2763C58.9048 0 63.4839 4.65419 63.4839 10.375ZM43.0331 47.3022C43.7067 46.6698 43.7483 45.6022 43.1262 44.9176C42.5039 44.233 41.4536 44.1906 40.78 44.823C38.3832 47.0732 35.265 48.3125 31.9997 48.3125C28.7344 48.3125 25.6162 47.0732 23.2194 44.823C22.5457 44.1906 21.4955 44.233 20.8732 44.9176C20.251 45.6022 20.2927 46.6698 20.9663 47.3022C23.9784 50.1301 27.8968 51.6875 31.9997 51.6875C36.1026 51.6875 40.021 50.1301 43.0331 47.3022ZM35.3207 24.1249V36.1249C35.3207 38.5029 33.4173 40.4374 31.0777 40.4374H29.7249C28.8079 40.4374 28.0646 39.6819 28.0646 38.7499C28.0646 37.8179 28.8079 37.0624 29.7249 37.0624H31.0777C31.5863 37.0624 32.0001 36.6419 32.0001 36.1249V24.1249C32.0001 23.1929 32.7434 22.4374 33.6604 22.4374C34.5774 22.4374 35.3207 23.1929 35.3207 24.1249ZM46.7581 28.8437V24.0312C46.7581 23.151 46.056 22.4374 45.19 22.4374C44.324 22.4374 43.622 23.151 43.622 24.0312V28.8437C43.622 29.7239 44.324 30.4374 45.19 30.4374C46.056 30.4374 46.7581 29.7239 46.7581 28.8437ZM17.6109 28.8437C17.6109 29.7239 18.313 30.4374 19.1789 30.4374C20.0449 30.4374 20.747 29.7239 20.747 28.8437V24.0312C20.747 23.151 20.0449 22.4374 19.1789 22.4374C18.313 22.4374 17.6109 23.151 17.6109 24.0312V28.8437Z"})});import{jsx as Ie,jsxs as sy}from"react/jsx-runtime";var cn=({style:e,...t})=>sy("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},xmlns:"http://www.w3.org/2000/svg",...t,children:[sy("g",{clipPath:"url(#clip0_113_33841)",children:[Ie("path",{d:"M39.1193 0.943398C34.636 -0.174912 29.9185 -0.334713 25.328 0.656273C24.9732 0.732859 24.7477 1.08253 24.8243 1.43729C24.9009 1.79205 25.2506 2.01756 25.6053 1.94097C30.0015 0.991934 34.53 1.14842 38.8375 2.22802C49.1385 4.80983 57.7129 12.5548 60.9786 22.6718C62.2416 26.5843 62.7781 30.7505 62.8855 35.1167C62.8945 35.4795 63.1958 35.7664 63.5586 35.7575C63.9215 35.7485 64.2083 35.4472 64.1994 35.0843C64.0905 30.6582 63.5477 26.3849 62.2536 22.3432C58.8621 11.7515 49.9005 3.63265 39.1193 0.943398Z"}),Ie("path",{d:"M21.9931 2.93163C22.343 2.83511 22.5484 2.47325 22.4518 2.12339C22.3553 1.77352 21.9935 1.56815 21.6436 1.66466C16.8429 2.98903 10.0898 7.56519 5.91628 13.6786C5.91465 13.681 5.91304 13.6834 5.91145 13.6858C2.24684 19.2083 -0.0503572 26.1484 0.591012 32.8828C0.591623 32.8892 0.592328 32.8956 0.593127 32.902C0.746837 34.1317 1.00488 35.3591 1.26323 36.5879C1.80735 39.1761 2.35282 41.7706 1.92765 44.4064C1.86986 44.7647 2.11347 45.102 2.47177 45.1598C2.83007 45.2176 3.16738 44.974 3.22518 44.6157C3.66961 41.8605 3.11776 39.173 2.56581 36.4851C2.31054 35.2419 2.05525 33.9987 1.89847 32.7486C1.29525 26.3851 3.46802 19.7466 7.00418 14.416C11.0189 8.5373 17.5201 4.16562 21.9931 2.93163Z"}),Ie("path",{d:"M30.6166 4.39985C38.8671 3.89603 47.1159 7.26314 52.6556 13.7139C52.8921 13.9893 52.8605 14.4042 52.5852 14.6406C52.3099 14.8771 51.895 14.8455 51.6585 14.5702C46.3904 8.43576 38.541 5.23144 30.6927 5.71195C30.6899 5.71212 30.6871 5.71227 30.6843 5.71241C20.7592 6.19265 11.4643 12.9257 8.04547 22.3603C7.92183 22.7016 7.54498 22.8779 7.20375 22.7543C6.86253 22.6306 6.68616 22.2538 6.80981 21.9126C10.4114 11.9735 20.1717 4.90702 30.6166 4.39985Z"}),Ie("path",{d:"M54.6576 16.5848C54.4553 16.2836 54.047 16.2033 53.7457 16.4057C53.4444 16.608 53.3642 17.0163 53.5665 17.3176C56.6376 21.8904 57.9074 26.8665 58.4094 32.7717C58.4401 33.1333 58.7582 33.4016 59.1199 33.3708C59.4815 33.3401 59.7497 33.022 59.719 32.6604C59.206 26.6261 57.8965 21.4076 54.6576 16.5848Z"}),Ie("path",{d:"M59.2796 35.4504C59.6419 35.4277 59.9539 35.703 59.9765 36.0653C60.2242 40.0279 60.2265 44.5112 59.7881 47.8243C59.7405 48.1841 59.4102 48.4372 59.0504 48.3896C58.6906 48.342 58.4376 48.0117 58.4852 47.6519C58.9077 44.4586 58.91 40.0704 58.6648 36.1473C58.6421 35.785 58.9174 35.473 59.2796 35.4504Z"}),Ie("path",{d:"M7.05311 25.5432C7.13829 25.1904 6.92135 24.8354 6.56855 24.7502C6.21576 24.665 5.86071 24.882 5.77553 25.2348C5.2932 27.2325 5.0428 29.2847 5.03288 31.3388C5.02266 33.4559 5.41742 35.5225 5.81234 37.5899C6.1354 39.2811 6.45855 40.9728 6.5602 42.6932C6.69373 44.9531 6.21839 47.2163 5.39698 49.3703C5.26766 49.7094 5.43774 50.0891 5.77685 50.2184C6.11596 50.3477 6.4957 50.1777 6.62502 49.8386C7.49325 47.5617 8.01954 45.1092 7.87221 42.6157C7.77126 40.9071 7.44813 39.2252 7.12512 37.5439C6.73099 35.4925 6.33704 33.442 6.34716 31.3451C6.35659 29.3933 6.59455 27.4425 7.05311 25.5432Z"}),Ie("path",{d:"M24.2964 10.94C24.4317 11.2768 24.2683 11.6595 23.9315 11.7947C17.1187 14.5307 12.0027 20.7047 10.959 27.9852C10.523 31.0269 10.9941 34.0398 11.465 37.052C11.7303 38.7483 11.9954 40.4443 12.0985 42.1451C12.3221 45.833 11.902 49.8839 9.50192 53.5696C9.30387 53.8737 8.89677 53.9597 8.59264 53.7617C8.28851 53.5636 8.20251 53.1565 8.40056 52.8524C10.5873 49.4944 11.0012 45.7644 10.7867 42.2246C10.6821 40.499 10.4185 38.7833 10.1552 37.0686C9.68265 33.9923 9.21067 30.9195 9.65804 27.7987C10.7724 20.025 16.221 13.4748 23.4417 10.5751C23.7785 10.4399 24.1612 10.6032 24.2964 10.94Z"}),Ie("path",{d:"M47.3662 14.6814C41.9915 9.64741 34.2017 7.89046 27.122 9.4433C26.7675 9.52105 26.5432 9.87147 26.6209 10.226C26.6987 10.5805 27.0491 10.8048 27.4036 10.7271C34.1075 9.25665 41.4426 10.934 46.4677 15.6406C50.7033 19.6077 53.1628 25.38 53.8066 31.6779C53.8435 32.0389 54.1661 32.3017 54.5272 32.2648C54.8883 32.2279 55.151 31.9053 55.1141 31.5442C54.4456 25.0047 51.8822 18.9111 47.3662 14.6814Z"}),Ie("path",{d:"M54.9766 34.6738C55.3376 34.6368 55.6604 34.8994 55.6975 35.2604C56.3216 41.337 56.0526 47.9003 55.1104 54.2496C55.0571 54.6086 54.7229 54.8565 54.3639 54.8032C54.0049 54.7499 53.7571 54.4157 53.8103 54.0567C54.7394 47.7957 55.001 41.3439 54.39 35.3947C54.353 35.0336 54.6156 34.7109 54.9766 34.6738Z"}),Ie("path",{d:"M32.0659 13.3553C21.9959 13.3553 13.814 21.3892 13.814 31.3219C13.814 32.3829 13.9081 33.4225 14.0876 34.4334C14.1511 34.7907 14.4922 35.029 14.8495 34.9655C15.2069 34.9021 15.4451 34.561 15.3817 34.2036C15.2155 33.2677 15.1283 32.305 15.1283 31.3219C15.1283 22.1352 22.7014 14.6696 32.0659 14.6696C36.2978 14.6696 40.1642 16.1949 43.1319 18.7152C43.4086 18.9501 43.8233 18.9163 44.0582 18.6396C44.2931 18.363 44.2593 17.9483 43.9827 17.7134C40.7847 14.9975 36.6188 13.3553 32.0659 13.3553Z"}),Ie("path",{d:"M45.455 20.1635C45.717 19.9123 46.133 19.921 46.3842 20.183C49.2843 23.2072 50.2126 27.9605 50.8269 31.9494C51.5188 36.4426 51.6244 40.826 51.6244 42.8585C51.6244 43.2214 51.3302 43.5156 50.9673 43.5156C50.6044 43.5156 50.3101 43.2214 50.3101 42.8585C50.3101 40.8589 50.2055 36.5497 49.5279 32.1494C48.9577 28.4462 48.1356 23.9082 45.4356 21.0927C45.1844 20.8307 45.1931 20.4147 45.455 20.1635Z"}),Ie("path",{d:"M51.4576 46.6219C51.4864 46.2601 51.2165 45.9435 50.8547 45.9146C50.493 45.8858 50.1763 46.1557 50.1474 46.5175C49.8247 50.5654 49.403 54.6088 48.5474 58.3439C48.4663 58.6977 48.6874 59.0502 49.0412 59.1312C49.3949 59.2123 49.7474 58.9912 49.8285 58.6374C50.7067 54.8039 51.134 50.6806 51.4576 46.6219Z"}),Ie("path",{d:"M15.1454 36.852C15.5015 36.7819 15.847 37.0137 15.9171 37.3698C17.3066 44.4257 16.3467 50.8355 12.6672 56.4502C12.4682 56.7537 12.0609 56.8385 11.7573 56.6396C11.4538 56.4407 11.369 56.0333 11.5679 55.7298C15.0299 50.4469 15.9617 44.3985 14.6276 37.6238C14.5575 37.2677 14.7893 36.9221 15.1454 36.852Z"}),Ie("path",{d:"M32.0659 17.631C25.5291 17.631 19.1165 22.691 18.462 29.0504C18.1754 31.8345 18.578 34.5769 18.9807 37.3204C19.3323 39.7159 19.684 42.1124 19.5772 44.5381C19.3328 50.0898 17.7039 54.6726 14.905 58.4471C14.6888 58.7386 14.7499 59.1502 15.0414 59.3663C15.333 59.5825 15.7445 59.5214 15.9607 59.2299C18.9293 55.2266 20.6354 50.386 20.8903 44.5959C20.9966 42.1811 20.6438 39.7923 20.2912 37.4051C19.888 34.6752 19.4851 31.9473 19.7694 29.1849C20.3444 23.5983 26.0946 18.9453 32.0659 18.9453C34.851 18.9453 42.057 20.4534 44.3492 27.9205C45.7856 32.5998 46.1774 38.9326 45.8295 45.0849C45.4816 51.2364 44.3994 57.12 42.9442 60.8928C42.8136 61.2314 42.9822 61.6118 43.3208 61.7424C43.6594 61.873 44.0398 61.7044 44.1704 61.3658C45.6929 57.4186 46.7895 51.386 47.1417 45.1591C47.4938 38.9329 47.1068 32.4249 45.6056 27.5348C43.0612 19.2461 35.0851 17.631 32.0659 17.631Z"}),Ie("path",{d:"M21.9529 56.4512C22.2569 56.6494 22.3426 57.0566 22.1444 57.3606C21.7369 57.9854 21.3784 58.6391 21.0199 59.2928C20.6614 59.9465 20.3028 60.6004 19.8953 61.2253C19.697 61.5293 19.2898 61.615 18.9858 61.4167C18.6819 61.2184 18.5962 60.8113 18.7944 60.5073C19.2019 59.8825 19.5604 59.2288 19.9189 58.5751C20.2774 57.9213 20.636 57.2675 21.0435 56.6426C21.2418 56.3386 21.649 56.2529 21.9529 56.4512Z"}),Ie("path",{d:"M27.5799 24.4525C27.8816 24.2508 27.9625 23.8426 27.7608 23.541C27.559 23.2393 27.1509 23.1583 26.8492 23.3601C24.247 25.1006 22.6505 27.494 22.6505 31.0002C22.6505 33.088 23.0203 34.7946 23.3997 36.5449C23.9674 39.1641 24.3524 41.7777 24.2832 44.468C24.1992 47.7349 23.56 50.7201 22.3313 53.564C22.1873 53.8971 22.3407 54.2839 22.6739 54.4278C23.0071 54.5718 23.3938 54.4184 23.5378 54.0852C24.8369 51.0784 25.509 47.9266 25.5971 44.5018C25.6689 41.7062 25.2732 38.9892 24.6845 36.267C24.3042 34.509 23.9648 32.9394 23.9648 31.0002C23.9648 27.9961 25.2863 25.9866 27.5799 24.4525Z"}),Ie("path",{d:"M30.1447 22.1436C32.8717 21.5877 35.8061 22.2746 37.966 24.0228C41.8241 27.1455 42.3372 32.8403 42.753 37.4549L42.7742 37.69C43.3115 43.6385 42.6964 49.4163 41.4575 55.2186C41.3817 55.5736 41.0326 55.7999 40.6776 55.7241C40.3227 55.6483 40.0964 55.2991 40.1722 54.9442C41.3926 49.2288 41.9873 43.5885 41.4652 37.8082C41.4479 37.6169 41.4307 37.4228 41.4133 37.2264L41.4131 37.2235C41.0438 33.0534 40.5812 27.8304 37.1392 25.0444C35.2926 23.5498 32.7599 22.9518 30.4073 23.4314C30.0517 23.5039 29.7046 23.2744 29.6321 22.9188C29.5596 22.5632 29.7891 22.2161 30.1447 22.1436Z"}),Ie("path",{d:"M40.5287 58.4885C40.6183 58.1368 40.4057 57.7791 40.054 57.6896C39.7023 57.6 39.3446 57.8126 39.2551 58.1643C38.8578 59.7247 38.2456 61.1333 37.4695 62.4301C37.2831 62.7415 37.3844 63.145 37.6958 63.3314C38.0072 63.5178 38.4108 63.4165 38.5972 63.1051C39.4336 61.7075 40.0977 60.1816 40.5287 58.4885Z"}),Ie("path",{d:"M37.3152 48.9521C37.6756 48.9948 37.9332 49.3215 37.8906 49.682C37.2699 54.9267 35.8688 59.6042 33.6205 63.6613C33.4446 63.9787 33.0446 64.0934 32.7272 63.9175C32.4097 63.7416 32.295 63.3417 32.4709 63.0242C34.6226 59.1416 35.9811 54.6339 36.5854 49.5275C36.6281 49.1671 36.9548 48.9095 37.3152 48.9521Z"}),Ie("path",{d:"M37.1798 30.6556C36.7242 28.2212 34.6349 26.3591 32.0985 26.3591C28.6638 26.3591 26.254 29.8212 27.1032 33.0422C28.54 38.7279 28.7759 44.2077 27.8032 49.4855L27.8025 49.4893C26.9584 54.228 25.3374 58.4908 23.1263 62.1031C22.9368 62.4127 23.0342 62.8172 23.3437 63.0067C23.6533 63.1962 24.0578 63.0988 24.2473 62.7893C26.5488 59.0292 28.2249 54.6109 29.0961 49.7218C30.106 44.2403 29.8558 38.5684 28.3765 32.7168L28.3748 32.7099C27.7378 30.3005 29.5133 27.6734 32.0985 27.6734C33.9641 27.6734 35.5393 29.0459 35.8871 30.8929C36.8436 36.4411 37.3418 41.5862 36.9871 46.016C36.9581 46.3778 37.2279 46.6945 37.5897 46.7235C37.9515 46.7525 38.2682 46.4827 38.2972 46.1209C38.6649 41.5294 38.1459 36.2576 37.1815 30.6648C37.1809 30.6617 37.1804 30.6586 37.1798 30.6556Z"}),Ie("path",{d:"M30.1376 59.1171C30.4604 59.283 30.5876 59.6792 30.4217 60.002L28.6804 63.3906C28.5145 63.7134 28.1184 63.8406 27.7956 63.6747C27.4728 63.5088 27.3456 63.1127 27.5114 62.7899L29.2527 59.4013C29.4186 59.0785 29.8147 58.9513 30.1376 59.1171Z"}),Ie("path",{d:"M32.5872 31.2892C32.5042 30.9359 32.1505 30.7168 31.7972 30.7998C31.4439 30.8828 31.2247 31.2365 31.3077 31.5898C33.5238 41.0232 33.2194 49.3066 30.5201 56.363C30.3905 56.702 30.5602 57.0819 30.8991 57.2115C31.2381 57.3412 31.618 57.1715 31.7477 56.8326C34.5622 49.475 34.8483 40.9141 32.5872 31.2892Z"})]}),Ie("defs",{children:Ie("clipPath",{id:"clip0_113_33841",children:Ie("rect",{width:"64",height:"64",fill:"white",transform:"translate(0.483887)"})})})]});import{Fragment as wd,jsx as le,jsxs as Nt}from"react/jsx-runtime";var ly=({passkeys:e,expanded:t,onUnlink:r,onExpand:o})=>{let[n,i]=ia([]),a=t?e.length:2,l=c=>c.authenticatorName?c.createdWithBrowser?`${c.authenticatorName} on ${c.createdWithBrowser}`:c.authenticatorName:c.createdWithBrowser?c.createdWithOs?`${c.createdWithBrowser} on ${c.createdWithOs}`:`${c.createdWithBrowser}`:"Unknown device",s=async c=>{i(u=>u.concat([c])),await r(c),i(u=>u.filter(f=>f!==c))};return Nt("div",{children:[le(t5,{children:"Your passkeys"}),Nt(uy,{children:[e.slice(0,a).map(c=>Nt(n5,{children:[Nt("div",{children:[le(r5,{children:l(c)}),Nt(o5,{children:["Last used: ",(c.latestVerifiedAt??c.verifiedAt).toLocaleString()]})]}),le(a5,{disabled:n.includes(c.credentialId),onClick:()=>s(c.credentialId),children:n.includes(c.credentialId)?le(to,{}):le(z4,{height:"1.6em"})})]},c.credentialId)),e.length>2&&!t&&le(Q4,{onClick:o,children:"View all"})]})]})},Y4=()=>Nt(uy,{children:[Nt(Lt,{children:[le(Wt,{children:le(q4,{})}),"Log in with Touch ID, Face ID, or a security key."]}),Nt(Lt,{children:[le(Wt,{children:le(K4,{})}),"More secure than a password."]}),Nt(Lt,{children:[le(Wt,{children:le(V4,{})}),"Takes seconds to set up and use."]})]}),py=()=>{let{user:e,unlinkPasskey:t}=B(),{linkWithPasskey:r,closePrivyModal:o}=M(),n=e?.linkedAccounts.filter(v=>v.type==="passkey"),[i,a]=ia(!1),[l,s]=ia(""),[c,u]=ia(!1),[f,h]=ia(!1);j4(()=>{n.length===0&&h(!1)},[n.length]);let y=()=>{a(!0),r().then(()=>u(!0)).catch(v=>{if(v instanceof Ue){if(v.privyErrorCode==="cannot_link_more_of_type"){s("Cannot link more passkeys to account.");return}else if(v.privyErrorCode==="passkey_not_allowed"){s("Passkey request timed out or rejected by user.");return}}s("Unknown error occurred.")}).finally(()=>{a(!1)})},w=async v=>(a(!0),await t(v).then(()=>u(!0)).catch(k=>{if(k instanceof Ue&&k.privyErrorCode==="missing_or_invalid_mfa"){s("Cannot unlink a passkey enrolled in MFA");return}s("Unknown error occurred.")}).finally(()=>{a(!1)}));return c?Nt(wd,{children:[le(T,{onClose:()=>o()},"header"),le(Ee,{children:le(We,{status:"success",children:le($4,{})})}),le(cy,{children:"Passkey added"}),le(X4,{children:"From now on, you can use your passkey to log in."}),le(mt,{children:le(W,{onClick:()=>o(),children:"Done"})}),le(q,{})]}):f?Nt(wd,{children:[le(T,{backFn:()=>h(!1),onClose:()=>o()},"header"),le(ly,{passkeys:n,expanded:f,onUnlink:w,onExpand:()=>h(!0)}),le(q,{})]}):Nt(wd,{children:[le(T,{onClose:()=>o()},"header"),le(Ee,{children:Nt(Ll,{children:[le(ln,{}),le(cn,{})]})}),le(cy,{children:"Secure your account with a passkey"}),le(e5,{}),n.length===0?le(Y4,{}):le(ly,{passkeys:n,expanded:f,onUnlink:w,onExpand:()=>h(!0)}),Nt(mt,{style:{marginTop:"12px"},children:[l&&le(Z4,{fail:!0,children:l}),le(W,{onClick:y,loading:i,children:"Add new passkey"})]}),le(q,{})]})},Ll=ur.div`
1734
+ `,D4=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"?"Other socials":t&&r&&o.length>0||t&&o.length>0?"Log in with email or socials":r&&o.length>0?"Log in with sms or socials":t&&r?"Continue with email or sms":t?"Continue with email":r?"Continue with sms":"Log in with a social account",U4=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"||o.length>0?We(M4,{}):t&&r?We(Qh,{}):t?We(R4,{}):r?We(I4,{}):null,F4=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as ty}from"react/jsx-runtime";var ry=()=>{let{app:e}=x();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?ty(Ml,{connectOnly:!0}):ty(Wl,{connectOnly:!0})};import{jsx as oy}from"react/jsx-runtime";var ny=()=>{let{app:e}=x();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?oy(Ml,{connectOnly:!1}):oy(Wl,{connectOnly:!1})};import B4 from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as H4,jsx as ko,jsxs as G4}from"react/jsx-runtime";var iy=()=>{let{app:e}=x();return G4(H4,{children:[ko(E,{},"header"),ko(X,{}),ko(Ee,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:ko(B4,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),ko(cr,{children:ko(wl,{stacked:!0})}),ko(ie,{}),ko(z,{protectedByPrivy:!0})]})};import V4 from"@heroicons/react/24/outline/ClockIcon";import z4 from"@heroicons/react/24/outline/TrashIcon";import q4 from"@heroicons/react/24/solid/CheckBadgeIcon";import $4 from"@heroicons/react/24/solid/CheckCircleIcon";import K4 from"@heroicons/react/24/solid/LockClosedIcon";import{useEffect as j4,useState as ia}from"react";import ur,{css as dy}from"styled-components";import{jsx as ay}from"react/jsx-runtime";var ln=({style:e,...t})=>ay("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:ay("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.71369 17.5625V10.375C3.71369 6.44625 6.85845 3.25 10.7238 3.25H17.7953C18.6783 3.25 19.3941 2.52244 19.3941 1.625C19.3941 0.727562 18.6783 0 17.7953 0H10.7238C5.09529 0 0.516113 4.65419 0.516113 10.375V17.5625C0.516113 18.4599 1.23194 19.1875 2.1149 19.1875C2.99787 19.1875 3.71369 18.4599 3.71369 17.5625ZM17.7953 60.7501C18.6783 60.7501 19.3941 61.4777 19.3941 62.3751C19.3941 63.2726 18.6783 64.0001 17.7953 64.0001H10.7238C5.09529 64.0001 0.516113 59.3459 0.516113 53.6251V46.4376C0.516113 45.5402 1.23194 44.8126 2.1149 44.8126C2.99787 44.8126 3.71369 45.5402 3.71369 46.4376V53.6251C3.71369 57.5538 6.85845 60.7501 10.7238 60.7501H17.7953ZM63.4839 46.4376V53.6251C63.4839 59.3459 58.9048 64.0001 53.2763 64.0001H46.2047C45.3217 64.0001 44.6059 63.2726 44.6059 62.3751C44.6059 61.4777 45.3217 60.7501 46.2047 60.7501H53.2763C57.1416 60.7501 60.2864 57.5538 60.2864 53.6251V46.4376C60.2864 45.5402 61.0022 44.8126 61.8851 44.8126C62.7681 44.8126 63.4839 45.5402 63.4839 46.4376ZM63.4839 10.375V17.5625C63.4839 18.4599 62.7681 19.1875 61.8851 19.1875C61.0022 19.1875 60.2864 18.4599 60.2864 17.5625V10.375C60.2864 6.44625 57.1416 3.25 53.2763 3.25H46.2047C45.3217 3.25 44.6059 2.52244 44.6059 1.625C44.6059 0.727562 45.3217 0 46.2047 0H53.2763C58.9048 0 63.4839 4.65419 63.4839 10.375ZM43.0331 47.3022C43.7067 46.6698 43.7483 45.6022 43.1262 44.9176C42.5039 44.233 41.4536 44.1906 40.78 44.823C38.3832 47.0732 35.265 48.3125 31.9997 48.3125C28.7344 48.3125 25.6162 47.0732 23.2194 44.823C22.5457 44.1906 21.4955 44.233 20.8732 44.9176C20.251 45.6022 20.2927 46.6698 20.9663 47.3022C23.9784 50.1301 27.8968 51.6875 31.9997 51.6875C36.1026 51.6875 40.021 50.1301 43.0331 47.3022ZM35.3207 24.1249V36.1249C35.3207 38.5029 33.4173 40.4374 31.0777 40.4374H29.7249C28.8079 40.4374 28.0646 39.6819 28.0646 38.7499C28.0646 37.8179 28.8079 37.0624 29.7249 37.0624H31.0777C31.5863 37.0624 32.0001 36.6419 32.0001 36.1249V24.1249C32.0001 23.1929 32.7434 22.4374 33.6604 22.4374C34.5774 22.4374 35.3207 23.1929 35.3207 24.1249ZM46.7581 28.8437V24.0312C46.7581 23.151 46.056 22.4374 45.19 22.4374C44.324 22.4374 43.622 23.151 43.622 24.0312V28.8437C43.622 29.7239 44.324 30.4374 45.19 30.4374C46.056 30.4374 46.7581 29.7239 46.7581 28.8437ZM17.6109 28.8437C17.6109 29.7239 18.313 30.4374 19.1789 30.4374C20.0449 30.4374 20.747 29.7239 20.747 28.8437V24.0312C20.747 23.151 20.0449 22.4374 19.1789 22.4374C18.313 22.4374 17.6109 23.151 17.6109 24.0312V28.8437Z"})});import{jsx as Re,jsxs as sy}from"react/jsx-runtime";var cn=({style:e,...t})=>sy("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},xmlns:"http://www.w3.org/2000/svg",...t,children:[sy("g",{clipPath:"url(#clip0_113_33841)",children:[Re("path",{d:"M39.1193 0.943398C34.636 -0.174912 29.9185 -0.334713 25.328 0.656273C24.9732 0.732859 24.7477 1.08253 24.8243 1.43729C24.9009 1.79205 25.2506 2.01756 25.6053 1.94097C30.0015 0.991934 34.53 1.14842 38.8375 2.22802C49.1385 4.80983 57.7129 12.5548 60.9786 22.6718C62.2416 26.5843 62.7781 30.7505 62.8855 35.1167C62.8945 35.4795 63.1958 35.7664 63.5586 35.7575C63.9215 35.7485 64.2083 35.4472 64.1994 35.0843C64.0905 30.6582 63.5477 26.3849 62.2536 22.3432C58.8621 11.7515 49.9005 3.63265 39.1193 0.943398Z"}),Re("path",{d:"M21.9931 2.93163C22.343 2.83511 22.5484 2.47325 22.4518 2.12339C22.3553 1.77352 21.9935 1.56815 21.6436 1.66466C16.8429 2.98903 10.0898 7.56519 5.91628 13.6786C5.91465 13.681 5.91304 13.6834 5.91145 13.6858C2.24684 19.2083 -0.0503572 26.1484 0.591012 32.8828C0.591623 32.8892 0.592328 32.8956 0.593127 32.902C0.746837 34.1317 1.00488 35.3591 1.26323 36.5879C1.80735 39.1761 2.35282 41.7706 1.92765 44.4064C1.86986 44.7647 2.11347 45.102 2.47177 45.1598C2.83007 45.2176 3.16738 44.974 3.22518 44.6157C3.66961 41.8605 3.11776 39.173 2.56581 36.4851C2.31054 35.2419 2.05525 33.9987 1.89847 32.7486C1.29525 26.3851 3.46802 19.7466 7.00418 14.416C11.0189 8.5373 17.5201 4.16562 21.9931 2.93163Z"}),Re("path",{d:"M30.6166 4.39985C38.8671 3.89603 47.1159 7.26314 52.6556 13.7139C52.8921 13.9893 52.8605 14.4042 52.5852 14.6406C52.3099 14.8771 51.895 14.8455 51.6585 14.5702C46.3904 8.43576 38.541 5.23144 30.6927 5.71195C30.6899 5.71212 30.6871 5.71227 30.6843 5.71241C20.7592 6.19265 11.4643 12.9257 8.04547 22.3603C7.92183 22.7016 7.54498 22.8779 7.20375 22.7543C6.86253 22.6306 6.68616 22.2538 6.80981 21.9126C10.4114 11.9735 20.1717 4.90702 30.6166 4.39985Z"}),Re("path",{d:"M54.6576 16.5848C54.4553 16.2836 54.047 16.2033 53.7457 16.4057C53.4444 16.608 53.3642 17.0163 53.5665 17.3176C56.6376 21.8904 57.9074 26.8665 58.4094 32.7717C58.4401 33.1333 58.7582 33.4016 59.1199 33.3708C59.4815 33.3401 59.7497 33.022 59.719 32.6604C59.206 26.6261 57.8965 21.4076 54.6576 16.5848Z"}),Re("path",{d:"M59.2796 35.4504C59.6419 35.4277 59.9539 35.703 59.9765 36.0653C60.2242 40.0279 60.2265 44.5112 59.7881 47.8243C59.7405 48.1841 59.4102 48.4372 59.0504 48.3896C58.6906 48.342 58.4376 48.0117 58.4852 47.6519C58.9077 44.4586 58.91 40.0704 58.6648 36.1473C58.6421 35.785 58.9174 35.473 59.2796 35.4504Z"}),Re("path",{d:"M7.05311 25.5432C7.13829 25.1904 6.92135 24.8354 6.56855 24.7502C6.21576 24.665 5.86071 24.882 5.77553 25.2348C5.2932 27.2325 5.0428 29.2847 5.03288 31.3388C5.02266 33.4559 5.41742 35.5225 5.81234 37.5899C6.1354 39.2811 6.45855 40.9728 6.5602 42.6932C6.69373 44.9531 6.21839 47.2163 5.39698 49.3703C5.26766 49.7094 5.43774 50.0891 5.77685 50.2184C6.11596 50.3477 6.4957 50.1777 6.62502 49.8386C7.49325 47.5617 8.01954 45.1092 7.87221 42.6157C7.77126 40.9071 7.44813 39.2252 7.12512 37.5439C6.73099 35.4925 6.33704 33.442 6.34716 31.3451C6.35659 29.3933 6.59455 27.4425 7.05311 25.5432Z"}),Re("path",{d:"M24.2964 10.94C24.4317 11.2768 24.2683 11.6595 23.9315 11.7947C17.1187 14.5307 12.0027 20.7047 10.959 27.9852C10.523 31.0269 10.9941 34.0398 11.465 37.052C11.7303 38.7483 11.9954 40.4443 12.0985 42.1451C12.3221 45.833 11.902 49.8839 9.50192 53.5696C9.30387 53.8737 8.89677 53.9597 8.59264 53.7617C8.28851 53.5636 8.20251 53.1565 8.40056 52.8524C10.5873 49.4944 11.0012 45.7644 10.7867 42.2246C10.6821 40.499 10.4185 38.7833 10.1552 37.0686C9.68265 33.9923 9.21067 30.9195 9.65804 27.7987C10.7724 20.025 16.221 13.4748 23.4417 10.5751C23.7785 10.4399 24.1612 10.6032 24.2964 10.94Z"}),Re("path",{d:"M47.3662 14.6814C41.9915 9.64741 34.2017 7.89046 27.122 9.4433C26.7675 9.52105 26.5432 9.87147 26.6209 10.226C26.6987 10.5805 27.0491 10.8048 27.4036 10.7271C34.1075 9.25665 41.4426 10.934 46.4677 15.6406C50.7033 19.6077 53.1628 25.38 53.8066 31.6779C53.8435 32.0389 54.1661 32.3017 54.5272 32.2648C54.8883 32.2279 55.151 31.9053 55.1141 31.5442C54.4456 25.0047 51.8822 18.9111 47.3662 14.6814Z"}),Re("path",{d:"M54.9766 34.6738C55.3376 34.6368 55.6604 34.8994 55.6975 35.2604C56.3216 41.337 56.0526 47.9003 55.1104 54.2496C55.0571 54.6086 54.7229 54.8565 54.3639 54.8032C54.0049 54.7499 53.7571 54.4157 53.8103 54.0567C54.7394 47.7957 55.001 41.3439 54.39 35.3947C54.353 35.0336 54.6156 34.7109 54.9766 34.6738Z"}),Re("path",{d:"M32.0659 13.3553C21.9959 13.3553 13.814 21.3892 13.814 31.3219C13.814 32.3829 13.9081 33.4225 14.0876 34.4334C14.1511 34.7907 14.4922 35.029 14.8495 34.9655C15.2069 34.9021 15.4451 34.561 15.3817 34.2036C15.2155 33.2677 15.1283 32.305 15.1283 31.3219C15.1283 22.1352 22.7014 14.6696 32.0659 14.6696C36.2978 14.6696 40.1642 16.1949 43.1319 18.7152C43.4086 18.9501 43.8233 18.9163 44.0582 18.6396C44.2931 18.363 44.2593 17.9483 43.9827 17.7134C40.7847 14.9975 36.6188 13.3553 32.0659 13.3553Z"}),Re("path",{d:"M45.455 20.1635C45.717 19.9123 46.133 19.921 46.3842 20.183C49.2843 23.2072 50.2126 27.9605 50.8269 31.9494C51.5188 36.4426 51.6244 40.826 51.6244 42.8585C51.6244 43.2214 51.3302 43.5156 50.9673 43.5156C50.6044 43.5156 50.3101 43.2214 50.3101 42.8585C50.3101 40.8589 50.2055 36.5497 49.5279 32.1494C48.9577 28.4462 48.1356 23.9082 45.4356 21.0927C45.1844 20.8307 45.1931 20.4147 45.455 20.1635Z"}),Re("path",{d:"M51.4576 46.6219C51.4864 46.2601 51.2165 45.9435 50.8547 45.9146C50.493 45.8858 50.1763 46.1557 50.1474 46.5175C49.8247 50.5654 49.403 54.6088 48.5474 58.3439C48.4663 58.6977 48.6874 59.0502 49.0412 59.1312C49.3949 59.2123 49.7474 58.9912 49.8285 58.6374C50.7067 54.8039 51.134 50.6806 51.4576 46.6219Z"}),Re("path",{d:"M15.1454 36.852C15.5015 36.7819 15.847 37.0137 15.9171 37.3698C17.3066 44.4257 16.3467 50.8355 12.6672 56.4502C12.4682 56.7537 12.0609 56.8385 11.7573 56.6396C11.4538 56.4407 11.369 56.0333 11.5679 55.7298C15.0299 50.4469 15.9617 44.3985 14.6276 37.6238C14.5575 37.2677 14.7893 36.9221 15.1454 36.852Z"}),Re("path",{d:"M32.0659 17.631C25.5291 17.631 19.1165 22.691 18.462 29.0504C18.1754 31.8345 18.578 34.5769 18.9807 37.3204C19.3323 39.7159 19.684 42.1124 19.5772 44.5381C19.3328 50.0898 17.7039 54.6726 14.905 58.4471C14.6888 58.7386 14.7499 59.1502 15.0414 59.3663C15.333 59.5825 15.7445 59.5214 15.9607 59.2299C18.9293 55.2266 20.6354 50.386 20.8903 44.5959C20.9966 42.1811 20.6438 39.7923 20.2912 37.4051C19.888 34.6752 19.4851 31.9473 19.7694 29.1849C20.3444 23.5983 26.0946 18.9453 32.0659 18.9453C34.851 18.9453 42.057 20.4534 44.3492 27.9205C45.7856 32.5998 46.1774 38.9326 45.8295 45.0849C45.4816 51.2364 44.3994 57.12 42.9442 60.8928C42.8136 61.2314 42.9822 61.6118 43.3208 61.7424C43.6594 61.873 44.0398 61.7044 44.1704 61.3658C45.6929 57.4186 46.7895 51.386 47.1417 45.1591C47.4938 38.9329 47.1068 32.4249 45.6056 27.5348C43.0612 19.2461 35.0851 17.631 32.0659 17.631Z"}),Re("path",{d:"M21.9529 56.4512C22.2569 56.6494 22.3426 57.0566 22.1444 57.3606C21.7369 57.9854 21.3784 58.6391 21.0199 59.2928C20.6614 59.9465 20.3028 60.6004 19.8953 61.2253C19.697 61.5293 19.2898 61.615 18.9858 61.4167C18.6819 61.2184 18.5962 60.8113 18.7944 60.5073C19.2019 59.8825 19.5604 59.2288 19.9189 58.5751C20.2774 57.9213 20.636 57.2675 21.0435 56.6426C21.2418 56.3386 21.649 56.2529 21.9529 56.4512Z"}),Re("path",{d:"M27.5799 24.4525C27.8816 24.2508 27.9625 23.8426 27.7608 23.541C27.559 23.2393 27.1509 23.1583 26.8492 23.3601C24.247 25.1006 22.6505 27.494 22.6505 31.0002C22.6505 33.088 23.0203 34.7946 23.3997 36.5449C23.9674 39.1641 24.3524 41.7777 24.2832 44.468C24.1992 47.7349 23.56 50.7201 22.3313 53.564C22.1873 53.8971 22.3407 54.2839 22.6739 54.4278C23.0071 54.5718 23.3938 54.4184 23.5378 54.0852C24.8369 51.0784 25.509 47.9266 25.5971 44.5018C25.6689 41.7062 25.2732 38.9892 24.6845 36.267C24.3042 34.509 23.9648 32.9394 23.9648 31.0002C23.9648 27.9961 25.2863 25.9866 27.5799 24.4525Z"}),Re("path",{d:"M30.1447 22.1436C32.8717 21.5877 35.8061 22.2746 37.966 24.0228C41.8241 27.1455 42.3372 32.8403 42.753 37.4549L42.7742 37.69C43.3115 43.6385 42.6964 49.4163 41.4575 55.2186C41.3817 55.5736 41.0326 55.7999 40.6776 55.7241C40.3227 55.6483 40.0964 55.2991 40.1722 54.9442C41.3926 49.2288 41.9873 43.5885 41.4652 37.8082C41.4479 37.6169 41.4307 37.4228 41.4133 37.2264L41.4131 37.2235C41.0438 33.0534 40.5812 27.8304 37.1392 25.0444C35.2926 23.5498 32.7599 22.9518 30.4073 23.4314C30.0517 23.5039 29.7046 23.2744 29.6321 22.9188C29.5596 22.5632 29.7891 22.2161 30.1447 22.1436Z"}),Re("path",{d:"M40.5287 58.4885C40.6183 58.1368 40.4057 57.7791 40.054 57.6896C39.7023 57.6 39.3446 57.8126 39.2551 58.1643C38.8578 59.7247 38.2456 61.1333 37.4695 62.4301C37.2831 62.7415 37.3844 63.145 37.6958 63.3314C38.0072 63.5178 38.4108 63.4165 38.5972 63.1051C39.4336 61.7075 40.0977 60.1816 40.5287 58.4885Z"}),Re("path",{d:"M37.3152 48.9521C37.6756 48.9948 37.9332 49.3215 37.8906 49.682C37.2699 54.9267 35.8688 59.6042 33.6205 63.6613C33.4446 63.9787 33.0446 64.0934 32.7272 63.9175C32.4097 63.7416 32.295 63.3417 32.4709 63.0242C34.6226 59.1416 35.9811 54.6339 36.5854 49.5275C36.6281 49.1671 36.9548 48.9095 37.3152 48.9521Z"}),Re("path",{d:"M37.1798 30.6556C36.7242 28.2212 34.6349 26.3591 32.0985 26.3591C28.6638 26.3591 26.254 29.8212 27.1032 33.0422C28.54 38.7279 28.7759 44.2077 27.8032 49.4855L27.8025 49.4893C26.9584 54.228 25.3374 58.4908 23.1263 62.1031C22.9368 62.4127 23.0342 62.8172 23.3437 63.0067C23.6533 63.1962 24.0578 63.0988 24.2473 62.7893C26.5488 59.0292 28.2249 54.6109 29.0961 49.7218C30.106 44.2403 29.8558 38.5684 28.3765 32.7168L28.3748 32.7099C27.7378 30.3005 29.5133 27.6734 32.0985 27.6734C33.9641 27.6734 35.5393 29.0459 35.8871 30.8929C36.8436 36.4411 37.3418 41.5862 36.9871 46.016C36.9581 46.3778 37.2279 46.6945 37.5897 46.7235C37.9515 46.7525 38.2682 46.4827 38.2972 46.1209C38.6649 41.5294 38.1459 36.2576 37.1815 30.6648C37.1809 30.6617 37.1804 30.6586 37.1798 30.6556Z"}),Re("path",{d:"M30.1376 59.1171C30.4604 59.283 30.5876 59.6792 30.4217 60.002L28.6804 63.3906C28.5145 63.7134 28.1184 63.8406 27.7956 63.6747C27.4728 63.5088 27.3456 63.1127 27.5114 62.7899L29.2527 59.4013C29.4186 59.0785 29.8147 58.9513 30.1376 59.1171Z"}),Re("path",{d:"M32.5872 31.2892C32.5042 30.9359 32.1505 30.7168 31.7972 30.7998C31.4439 30.8828 31.2247 31.2365 31.3077 31.5898C33.5238 41.0232 33.2194 49.3066 30.5201 56.363C30.3905 56.702 30.5602 57.0819 30.8991 57.2115C31.2381 57.3412 31.618 57.1715 31.7477 56.8326C34.5622 49.475 34.8483 40.9141 32.5872 31.2892Z"})]}),Re("defs",{children:Re("clipPath",{id:"clip0_113_33841",children:Re("rect",{width:"64",height:"64",fill:"white",transform:"translate(0.483887)"})})})]});import{Fragment as wd,jsx as le,jsxs as Wt}from"react/jsx-runtime";var ly=({passkeys:e,expanded:t,onUnlink:r,onExpand:o})=>{let[n,i]=ia([]),a=t?e.length:2,l=c=>c.authenticatorName?c.createdWithBrowser?`${c.authenticatorName} on ${c.createdWithBrowser}`:c.authenticatorName:c.createdWithBrowser?c.createdWithOs?`${c.createdWithBrowser} on ${c.createdWithOs}`:`${c.createdWithBrowser}`:"Unknown device",s=async c=>{i(u=>u.concat([c])),await r(c),i(u=>u.filter(m=>m!==c))};return Wt("div",{children:[le(t5,{children:"Your passkeys"}),Wt(uy,{children:[e.slice(0,a).map(c=>Wt(n5,{children:[Wt("div",{children:[le(r5,{children:l(c)}),Wt(o5,{children:["Last used: ",(c.latestVerifiedAt??c.verifiedAt).toLocaleString()]})]}),le(a5,{disabled:n.includes(c.credentialId),onClick:()=>s(c.credentialId),children:n.includes(c.credentialId)?le(to,{}):le(z4,{height:"1.6em"})})]},c.credentialId)),e.length>2&&!t&&le(Q4,{onClick:o,children:"View all"})]})]})},Y4=()=>Wt(uy,{children:[Wt(It,{children:[le(Rt,{children:le(q4,{})}),"Log in with Touch ID, Face ID, or a security key."]}),Wt(It,{children:[le(Rt,{children:le(K4,{})}),"More secure than a password."]}),Wt(It,{children:[le(Rt,{children:le(V4,{})}),"Takes seconds to set up and use."]})]}),py=()=>{let{user:e,unlinkPasskey:t}=F(),{linkWithPasskey:r,closePrivyModal:o}=I(),n=e?.linkedAccounts.filter(g=>g.type==="passkey"),[i,a]=ia(!1),[l,s]=ia(""),[c,u]=ia(!1),[m,h]=ia(!1);j4(()=>{n.length===0&&h(!1)},[n.length]);let y=()=>{a(!0),r().then(()=>u(!0)).catch(g=>{if(g instanceof Fe){if(g.privyErrorCode==="cannot_link_more_of_type"){s("Cannot link more passkeys to account.");return}else if(g.privyErrorCode==="passkey_not_allowed"){s("Passkey request timed out or rejected by user.");return}}s("Unknown error occurred.")}).finally(()=>{a(!1)})},w=async g=>(a(!0),await t(g).then(()=>u(!0)).catch(_=>{if(_ instanceof Fe&&_.privyErrorCode==="missing_or_invalid_mfa"){s("Cannot unlink a passkey enrolled in MFA");return}s("Unknown error occurred.")}).finally(()=>{a(!1)}));return c?Wt(wd,{children:[le(E,{onClose:()=>o()},"header"),le(be,{children:le(Me,{status:"success",children:le($4,{})})}),le(cy,{children:"Passkey added"}),le(X4,{children:"From now on, you can use your passkey to log in."}),le(dt,{children:le(W,{onClick:()=>o(),children:"Done"})}),le(q,{})]}):m?Wt(wd,{children:[le(E,{backFn:()=>h(!1),onClose:()=>o()},"header"),le(ly,{passkeys:n,expanded:m,onUnlink:w,onExpand:()=>h(!0)}),le(q,{})]}):Wt(wd,{children:[le(E,{onClose:()=>o()},"header"),le(be,{children:Wt(Ll,{children:[le(ln,{}),le(cn,{})]})}),le(cy,{children:"Secure your account with a passkey"}),le(e5,{}),n.length===0?le(Y4,{}):le(ly,{passkeys:n,expanded:m,onUnlink:w,onExpand:()=>h(!0)}),Wt(dt,{style:{marginTop:"12px"},children:[l&&le(Z4,{fail:!0,children:l}),le(W,{onClick:y,loading:i,children:"Add new passkey"})]}),le(q,{})]})},Ll=ur.div`
1735
1735
  display: flex;
1736
1736
  align-items: center;
1737
1737
  justify-content: center;
@@ -1852,7 +1852,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1852
1852
  }
1853
1853
  `,a5=ur.button`
1854
1854
  ${i5}
1855
- `;import s5 from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as l5,jsx as Ao,jsxs as c5}from"react/jsx-runtime";var my=()=>{let{app:e,currentScreen:t,data:r,navigate:o,setModalData:n}=x(),{initLoginWithSms:i}=M();async function a({qualifiedPhoneNumber:l}){try{await i(l),o("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:r?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),o("ERROR_SCREEN")}}return c5(l5,{children:[Ao(T,{},"header"),Ao(X,{}),Ao(Te,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Ao(s5,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Ao(cr,{children:Ao(ei,{stacked:!0,onSubmit:a})}),Ao(ie,{}),Ao(z,{protectedByPrivy:!0})]})};import{Fragment as d5,jsx as aa,jsxs as p5}from"react/jsx-runtime";var fy=()=>{let{linkingHint:e}=M(),{app:t}=x(),r=e?`Select the wallet with ${ho(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return p5(d5,{children:[aa(T,{},"header"),aa(Ur,{title:`${e?"Reconnect":"Connect"} your wallet`,description:r}),aa(sr,{children:aa(Bn,{connectOnly:!1})}),aa(z,{protectedByPrivy:!0})]})};import{jsx as hy,jsxs as u5}from"react/jsx-runtime";var yy=({style:e,...t})=>u5("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:[hy("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),hy("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as m5,jsx as Ro,jsxs as gy}from"react/jsx-runtime";var vy=()=>{let{closePrivyModal:e}=M(),{navigate:t}=x();return gy(m5,{children:[Ro(T,{},"header"),Ro(X,{}),Ro(yy,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Ro(Ur,{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"}}),gy(cr,{children:[Ro(W,{onClick:()=>t("LANDING"),children:"Try again"}),Ro(gr,{onClick:()=>e(),children:"Cancel"})]}),Ro(ie,{}),Ro(z,{protectedByPrivy:!0})]})};import t6 from"@heroicons/react/24/solid/CheckBadgeIcon";import r6 from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import o6 from"@heroicons/react/24/solid/IdentificationIcon";import n6 from"@heroicons/react/24/solid/PhoneIcon";import i6 from"@heroicons/react/24/solid/QuestionMarkCircleIcon";import Ly from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as a6,useState as ii}from"react";import{useContext as f5}from"react";function sa(){let{promptMfa:e,init:t,submit:r,cancel:o}=f5(ve);return{promptMfa:e,init:t,submit:r,cancel:o}}import{useContext as h5}from"react";function Pr(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,initEnrollmentWithPasskey:r,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:n,submitEnrollmentWithPasskey:i,unenroll:a,enrollInMfa:l}=h5(ve);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,initEnrollmentWithPasskey:r,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:n,submitEnrollmentWithPasskey:i,unenrollWithSms:()=>a("sms"),unenrollWithTotp:()=>a("totp"),unenrollWithPasskey:()=>a("passkey"),showMfaEnrollmentModal:()=>l(!0),closeMfaEnrollmentModal:()=>l(!1)}}import y5 from"styled-components";import{jsx as Cy,jsxs as v5}from"react/jsx-runtime";var wy=e=>v5(g5,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Cy("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Cy("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.2463 20.9106C44.5473 20.2486 43.4527 20.2486 42.7537 20.9106C37.8798 25.5263 31.3034 28.3546 24.0625 28.3546C23.9473 28.3546 23.8323 28.3539 23.7174 28.3525C22.9263 28.3427 22.2202 28.8471 21.9731 29.5987C20.9761 32.6311 20.4375 35.8693 20.4375 39.2297C20.4375 53.5896 30.259 65.651 43.5482 69.0714C43.8446 69.1477 44.1554 69.1477 44.4518 69.0714C57.741 65.651 67.5625 53.5896 67.5625 39.2297C67.5625 35.8693 67.0239 32.6311 66.0269 29.5987C65.7798 28.8471 65.0737 28.3427 64.2826 28.3525C64.1677 28.3539 64.0527 28.3546 63.9375 28.3546C56.6966 28.3546 50.1202 25.5263 45.2463 20.9106ZM52.7249 40.2829C53.3067 39.4683 53.1181 38.3363 52.3035 37.7545C51.4889 37.1726 50.3569 37.3613 49.7751 38.1759L41.9562 49.1223L38.0316 45.1977C37.3238 44.4899 36.1762 44.4899 35.4684 45.1977C34.7605 45.9056 34.7605 47.0532 35.4684 47.761L40.9059 53.1985C41.2826 53.5752 41.806 53.7671 42.337 53.7232C42.868 53.6792 43.3527 53.4039 43.6624 52.9704L52.7249 40.2829Z"})]}),g5=y5.svg`
1855
+ `;import s5 from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as l5,jsx as Ao,jsxs as c5}from"react/jsx-runtime";var my=()=>{let{app:e,currentScreen:t,data:r,navigate:o,setModalData:n}=x(),{initLoginWithSms:i}=I();async function a({qualifiedPhoneNumber:l}){try{await i(l),o("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:r?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),o("ERROR_SCREEN")}}return c5(l5,{children:[Ao(E,{},"header"),Ao(X,{}),Ao(Ee,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Ao(s5,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Ao(cr,{children:Ao(ei,{stacked:!0,onSubmit:a})}),Ao(ie,{}),Ao(z,{protectedByPrivy:!0})]})};import{Fragment as d5,jsx as aa,jsxs as p5}from"react/jsx-runtime";var fy=()=>{let{linkingHint:e}=I(),{app:t}=x(),r=e?`Select the wallet with ${ho(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return p5(d5,{children:[aa(E,{},"header"),aa(Fr,{title:`${e?"Reconnect":"Connect"} your wallet`,description:r}),aa(sr,{children:aa(Bn,{connectOnly:!1})}),aa(z,{protectedByPrivy:!0})]})};import{jsx as hy,jsxs as u5}from"react/jsx-runtime";var yy=({style:e,...t})=>u5("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:[hy("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),hy("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as m5,jsx as Ro,jsxs as gy}from"react/jsx-runtime";var vy=()=>{let{closePrivyModal:e}=I(),{navigate:t}=x();return gy(m5,{children:[Ro(E,{},"header"),Ro(X,{}),Ro(yy,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Ro(Fr,{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"}}),gy(cr,{children:[Ro(W,{onClick:()=>t("LANDING"),children:"Try again"}),Ro(gr,{onClick:()=>e(),children:"Cancel"})]}),Ro(ie,{}),Ro(z,{protectedByPrivy:!0})]})};import t6 from"@heroicons/react/24/solid/CheckBadgeIcon";import r6 from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import o6 from"@heroicons/react/24/solid/IdentificationIcon";import n6 from"@heroicons/react/24/solid/PhoneIcon";import i6 from"@heroicons/react/24/solid/QuestionMarkCircleIcon";import Ly from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as a6,useState as ii}from"react";import{useContext as f5}from"react";function sa(){let{promptMfa:e,init:t,submit:r,cancel:o}=f5(ge);return{promptMfa:e,init:t,submit:r,cancel:o}}import{useContext as h5}from"react";function Tr(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,initEnrollmentWithPasskey:r,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:n,submitEnrollmentWithPasskey:i,unenroll:a,enrollInMfa:l}=h5(ge);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,initEnrollmentWithPasskey:r,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:n,submitEnrollmentWithPasskey:i,unenrollWithSms:()=>a("sms"),unenrollWithTotp:()=>a("totp"),unenrollWithPasskey:()=>a("passkey"),showMfaEnrollmentModal:()=>l(!0),closeMfaEnrollmentModal:()=>l(!1)}}import y5 from"styled-components";import{jsx as Cy,jsxs as v5}from"react/jsx-runtime";var wy=e=>v5(g5,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Cy("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Cy("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.2463 20.9106C44.5473 20.2486 43.4527 20.2486 42.7537 20.9106C37.8798 25.5263 31.3034 28.3546 24.0625 28.3546C23.9473 28.3546 23.8323 28.3539 23.7174 28.3525C22.9263 28.3427 22.2202 28.8471 21.9731 29.5987C20.9761 32.6311 20.4375 35.8693 20.4375 39.2297C20.4375 53.5896 30.259 65.651 43.5482 69.0714C43.8446 69.1477 44.1554 69.1477 44.4518 69.0714C57.741 65.651 67.5625 53.5896 67.5625 39.2297C67.5625 35.8693 67.0239 32.6311 66.0269 29.5987C65.7798 28.8471 65.0737 28.3427 64.2826 28.3525C64.1677 28.3539 64.0527 28.3546 63.9375 28.3546C56.6966 28.3546 50.1202 25.5263 45.2463 20.9106ZM52.7249 40.2829C53.3067 39.4683 53.1181 38.3363 52.3035 37.7545C51.4889 37.1726 50.3569 37.3613 49.7751 38.1759L41.9562 49.1223L38.0316 45.1977C37.3238 44.4899 36.1762 44.4899 35.4684 45.1977C34.7605 45.9056 34.7605 47.0532 35.4684 47.761L40.9059 53.1985C41.2826 53.5752 41.806 53.7671 42.337 53.7232C42.868 53.6792 43.3527 53.4039 43.6624 52.9704L52.7249 40.2829Z"})]}),g5=y5.svg`
1856
1856
  height: 90px;
1857
1857
  width: 90px;
1858
1858
 
@@ -1863,7 +1863,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1863
1863
  > path {
1864
1864
  fill: white;
1865
1865
  }
1866
- `;import bd from"@heroicons/react/20/solid/CheckIcon";import C5 from"@heroicons/react/24/outline/ChevronRightIcon";import w5 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import b5 from"@heroicons/react/24/outline/FingerPrintIcon";import E5 from"@heroicons/react/24/outline/PhoneIcon";import Ed from"@heroicons/react/24/outline/TrashIcon";import T5 from"@heroicons/react/24/solid/ShieldCheckIcon";import{Fragment as P5,jsx as ye,jsxs as Dt}from"react/jsx-runtime";var by=({showIntro:e,userMfaMethods:t,appMfaMethods:r,userHasAuthSms:o,isTotpLoading:n,isPasskeyLoading:i,error:a,onClose:l,onBackToIntro:s,handleSelectMethod:c,setRemovingMfaMethod:u})=>{let f=t.reduce((y,w)=>({...y,[w]:!0}),{}),h=r.reduce((y,w)=>({...y,[w]:!0}),{});return Dt(P5,{children:[ye(T,{backFn:e?s:void 0,onClose:l},"header"),ye(Ee,{children:ye(We,{children:ye(T5,{})})}),ye(ne,{children:"Choose a verification method"}),t.length>0?ye(se,{children:"To add or delete verification methods, verification is required."}):ye(se,{children:"How would you like to verify your identity? You can change this later."}),a&&ye(Ks,{style:{marginTop:"1.25rem"},children:a.message}),Dt(Gs,{children:[(h.totp||f.totp)&&Dt(Vs,{children:[ye(Re,{style:{justifyContent:"center"},disabled:f.totp||n,onClick:()=>c("totp"),children:n?ye(Ke,{style:{height:24,width:24,borderWidth:2},color:"var(--privy-color-foreground-3)"}):Dt($s,{children:[Dt(qs,{children:[ye(w5,{}),"Authenticator App"]}),f.totp?Dt(Xo,{children:[ye(bd,{}),"Added"]}):ye(Xo,{children:"Recommended"})]})}),f.totp&&ye(zs,{onClick:()=>u("totp"),children:ye(Ed,{})})]},"totp"),(h.sms||f.sms)&&Dt(Vs,{children:[ye(Re,{disabled:f.sms||o,onClick:()=>c("sms"),children:Dt($s,{children:[Dt(qs,{children:[ye(E5,{}),"SMS"]}),f.sms&&Dt(Xo,{children:[ye(bd,{}),"Added"]}),o&&ye(Xo,{children:"Disabled"})]})}),f.sms&&ye(zs,{onClick:()=>u("sms"),children:ye(Ed,{})})]},"sms"),(h.passkey||f.passkey)&&Dt(Vs,{children:[ye(Re,{style:{justifyContent:"center"},onClick:()=>c("passkey"),disabled:f.passkey||i,children:i?ye(Ke,{style:{height:24,width:24,borderWidth:2},color:"var(--privy-color-foreground-3)"}):Dt($s,{children:[Dt(qs,{children:[ye(b5,{}),"Passkey"]}),f.passkey?Dt(Xo,{children:[ye(bd,{}),"Added"]}):ye(Xo,{isAccent:!0,children:ye(C5,{})})]})}),f.passkey&&ye(zs,{onClick:()=>u("passkey"),children:ye(Ed,{})})]},"passkey")]}),ye(q,{})]})};import S5 from"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import x5 from"@heroicons/react/24/outline/ClockIcon";import k5 from"@heroicons/react/24/outline/ShieldCheckIcon";import _5 from"@heroicons/react/24/solid/CheckCircleIcon";import{useMemo as A5,useState as la}from"react";import Ol from"styled-components";import{Fragment as Td,jsx as re,jsxs as mr}from"react/jsx-runtime";var Ty=({onComplete:e,onClose:t,onReset:r})=>{let{user:o}=B(),{data:n}=x(),{initLinkWithPasskey:i,linkWithPasskey:a}=M(),{initEnrollmentWithPasskey:l,submitEnrollmentWithPasskey:s}=Pr(),[c,u]=la(!1),[f,h]=la(!1),[y,w]=la(!1),[v,k]=la(null),S=A5(()=>o?.linkedAccounts.filter(L=>L.type==="passkey")??[],[o]),C=()=>{n?.mfaEnrollmentFlow?.onSuccess(),e()},R=async L=>{u(!0);try{await l(),await s({credentialIds:L}),w(!0)}catch(P){k(P)}finally{u(!1)}},_=async()=>{h(!0),k(null);try{await i();let P=(await a())?.linkedAccounts.filter(N=>N.type==="passkey").map(N=>N.credentialId)??[];await R(P)}catch(L){k(L)}finally{h(!1)}};return S.length===0||f?re(R5,{onReset:r,onClose:t,onClick:_,isCreating:f}):y?re(M5,{onClick:C,onClose:C}):v?re(Ji,{error:v,backFn:()=>k(null),onClick:()=>k(null)}):re(I5,{passkeys:S,isSubmitting:c,isCreating:f,onReset:r,onClose:t,onSubmitEnrollment:()=>R(S.map(L=>L.credentialId)),onAddPasskey:_})},R5=({onReset:e,onClose:t,onClick:r,isCreating:o})=>mr(Td,{children:[re(T,{backFn:e,onClose:t},"header"),re(Ee,{children:mr(Ll,{children:[re(ln,{}),re(cn,{})]})}),re(ne,{children:"Set up paskey verification"}),mr(Qo,{children:[mr(Lt,{children:[re(Wt,{children:re(k5,{})}),"Verify with Touch ID, Face ID, PIN, or hardware key"]}),mr(Lt,{children:[re(Wt,{children:re(x5,{})}),"Takes seconds to set up and use"]}),mr(Lt,{children:[re(Wt,{children:re(S5,{})}),"Use your passkey to verify transactions and login to your account"]})]}),re(W,{style:{marginTop:"2.25rem"},onClick:r,loading:o,children:"Add a new passkey"}),re(q,{})]}),I5=({onReset:e,onClose:t,onAddPasskey:r,onSubmitEnrollment:o,passkeys:n,isSubmitting:i,isCreating:a})=>{let[l,s]=la(!1),c=l?n.length:n.length>3?2:3;return mr(Td,{children:[re(T,{backFn:l?()=>s(!1):e,onClose:t},"header"),!l&&re(Ee,{children:mr(Ll,{children:[re(ln,{}),re(cn,{})]})}),re(ne,{children:"Enable your passkeys for verification"}),mr(Qo,{children:[n.slice(0,c).map(u=>mr(W5,{children:[re(L5,{children:N5(u)}),mr(O5,{children:["Last used: ",u.latestVerifiedAt?.toLocaleString()]})]},u.credentialId)),!l&&n.length>3&&re(Ey,{onClick:()=>s(!0),children:"View All"})]}),re(W,{style:{marginTop:"1.5rem"},onClick:o,loading:i,children:"Enable passkeys"}),n.length<5&&re(Ey,{style:{marginTop:"0.5rem"},onClick:r,disabled:a,children:a?re(Ke,{style:{height:"1rem",width:"1rem",borderWidth:2}}):"Add new passkey"}),re(q,{})]})},M5=({onClick:e,onClose:t})=>mr(Td,{children:[re(T,{onClose:t},"header"),re(Ee,{children:re(We,{status:"success",children:re(_5,{})})}),re(ne,{children:"Passkey verification added"}),re(se,{children:"From now on, you'll use the passkey whenever you use your Privy wallet."}),re(mt,{children:re(W,{onClick:e,children:"Done"})}),re(q,{})]}),W5=Ol.div`
1866
+ `;import bd from"@heroicons/react/20/solid/CheckIcon";import C5 from"@heroicons/react/24/outline/ChevronRightIcon";import w5 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import b5 from"@heroicons/react/24/outline/FingerPrintIcon";import E5 from"@heroicons/react/24/outline/PhoneIcon";import Ed from"@heroicons/react/24/outline/TrashIcon";import P5 from"@heroicons/react/24/solid/ShieldCheckIcon";import{Fragment as T5,jsx as fe,jsxs as Lt}from"react/jsx-runtime";var by=({showIntro:e,userMfaMethods:t,appMfaMethods:r,userHasAuthSms:o,isTotpLoading:n,isPasskeyLoading:i,error:a,onClose:l,onBackToIntro:s,handleSelectMethod:c,setRemovingMfaMethod:u})=>{let m=t.reduce((y,w)=>({...y,[w]:!0}),{}),h=r.reduce((y,w)=>({...y,[w]:!0}),{});return Lt(T5,{children:[fe(E,{backFn:e?s:void 0,onClose:l},"header"),fe(be,{children:fe(Me,{children:fe(P5,{})})}),fe(ne,{children:"Choose a verification method"}),t.length>0?fe(se,{children:"To add or delete verification methods, verification is required."}):fe(se,{children:"How would you like to verify your identity? You can change this later."}),a&&fe(Ks,{style:{marginTop:"1.25rem"},children:a.message}),Lt(Gs,{children:[(h.totp||m.totp)&&Lt(Vs,{children:[fe(Ae,{style:{justifyContent:"center"},disabled:m.totp||n,onClick:()=>c("totp"),children:n?fe(Ke,{style:{height:24,width:24,borderWidth:2},color:"var(--privy-color-foreground-3)"}):Lt($s,{children:[Lt(qs,{children:[fe(w5,{}),"Authenticator App"]}),m.totp?Lt(Xo,{children:[fe(bd,{}),"Added"]}):fe(Xo,{children:"Recommended"})]})}),m.totp&&fe(zs,{onClick:()=>u("totp"),children:fe(Ed,{})})]},"totp"),(h.sms||m.sms)&&Lt(Vs,{children:[fe(Ae,{disabled:m.sms||o,onClick:()=>c("sms"),children:Lt($s,{children:[Lt(qs,{children:[fe(E5,{}),"SMS"]}),m.sms&&Lt(Xo,{children:[fe(bd,{}),"Added"]}),o&&fe(Xo,{children:"Disabled"})]})}),m.sms&&fe(zs,{onClick:()=>u("sms"),children:fe(Ed,{})})]},"sms"),(h.passkey||m.passkey)&&Lt(Vs,{children:[fe(Ae,{style:{justifyContent:"center"},onClick:()=>c("passkey"),disabled:m.passkey||i,children:i?fe(Ke,{style:{height:24,width:24,borderWidth:2},color:"var(--privy-color-foreground-3)"}):Lt($s,{children:[Lt(qs,{children:[fe(b5,{}),"Passkey"]}),m.passkey?Lt(Xo,{children:[fe(bd,{}),"Added"]}):fe(Xo,{isAccent:!0,children:fe(C5,{})})]})}),m.passkey&&fe(zs,{onClick:()=>u("passkey"),children:fe(Ed,{})})]},"passkey")]}),fe(q,{})]})};import S5 from"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import x5 from"@heroicons/react/24/outline/ClockIcon";import _5 from"@heroicons/react/24/outline/ShieldCheckIcon";import k5 from"@heroicons/react/24/solid/CheckCircleIcon";import{useMemo as A5,useState as la}from"react";import Ol from"styled-components";import{Fragment as Pd,jsx as re,jsxs as mr}from"react/jsx-runtime";var Py=({onComplete:e,onClose:t,onReset:r})=>{let{user:o}=F(),{data:n}=x(),{initLinkWithPasskey:i,linkWithPasskey:a}=I(),{initEnrollmentWithPasskey:l,submitEnrollmentWithPasskey:s}=Tr(),[c,u]=la(!1),[m,h]=la(!1),[y,w]=la(!1),[g,_]=la(null),S=A5(()=>o?.linkedAccounts.filter(L=>L.type==="passkey")??[],[o]),C=()=>{n?.mfaEnrollmentFlow?.onSuccess(),e()},R=async L=>{u(!0);try{await l(),await s({credentialIds:L}),w(!0)}catch(T){_(T)}finally{u(!1)}},k=async()=>{h(!0),_(null);try{await i();let T=(await a())?.linkedAccounts.filter(N=>N.type==="passkey").map(N=>N.credentialId)??[];await R(T)}catch(L){_(L)}finally{h(!1)}};return S.length===0||m?re(R5,{onReset:r,onClose:t,onClick:k,isCreating:m}):y?re(M5,{onClick:C,onClose:C}):g?re(Ji,{error:g,backFn:()=>_(null),onClick:()=>_(null)}):re(I5,{passkeys:S,isSubmitting:c,isCreating:m,onReset:r,onClose:t,onSubmitEnrollment:()=>R(S.map(L=>L.credentialId)),onAddPasskey:k})},R5=({onReset:e,onClose:t,onClick:r,isCreating:o})=>mr(Pd,{children:[re(E,{backFn:e,onClose:t},"header"),re(be,{children:mr(Ll,{children:[re(ln,{}),re(cn,{})]})}),re(ne,{children:"Set up paskey verification"}),mr(Qo,{children:[mr(It,{children:[re(Rt,{children:re(_5,{})}),"Verify with Touch ID, Face ID, PIN, or hardware key"]}),mr(It,{children:[re(Rt,{children:re(x5,{})}),"Takes seconds to set up and use"]}),mr(It,{children:[re(Rt,{children:re(S5,{})}),"Use your passkey to verify transactions and login to your account"]})]}),re(W,{style:{marginTop:"2.25rem"},onClick:r,loading:o,children:"Add a new passkey"}),re(q,{})]}),I5=({onReset:e,onClose:t,onAddPasskey:r,onSubmitEnrollment:o,passkeys:n,isSubmitting:i,isCreating:a})=>{let[l,s]=la(!1),c=l?n.length:n.length>3?2:3;return mr(Pd,{children:[re(E,{backFn:l?()=>s(!1):e,onClose:t},"header"),!l&&re(be,{children:mr(Ll,{children:[re(ln,{}),re(cn,{})]})}),re(ne,{children:"Enable your passkeys for verification"}),mr(Qo,{children:[n.slice(0,c).map(u=>mr(W5,{children:[re(L5,{children:N5(u)}),mr(O5,{children:["Last used: ",u.latestVerifiedAt?.toLocaleString()]})]},u.credentialId)),!l&&n.length>3&&re(Ey,{onClick:()=>s(!0),children:"View All"})]}),re(W,{style:{marginTop:"1.5rem"},onClick:o,loading:i,children:"Enable passkeys"}),n.length<5&&re(Ey,{style:{marginTop:"0.5rem"},onClick:r,disabled:a,children:a?re(Ke,{style:{height:"1rem",width:"1rem",borderWidth:2}}):"Add new passkey"}),re(q,{})]})},M5=({onClick:e,onClose:t})=>mr(Pd,{children:[re(E,{onClose:t},"header"),re(be,{children:re(Me,{status:"success",children:re(k5,{})})}),re(ne,{children:"Passkey verification added"}),re(se,{children:"From now on, you'll use the passkey whenever you use your Privy wallet."}),re(dt,{children:re(W,{onClick:e,children:"Done"})}),re(q,{})]}),W5=Ol.div`
1867
1867
  && {
1868
1868
  padding: 0.75rem 1rem;
1869
1869
  text-align: left;
@@ -1908,7 +1908,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1908
1908
  box-shadow: none;
1909
1909
  }
1910
1910
  }
1911
- `;import Z5 from"@heroicons/react/24/solid/CheckCircleIcon";import Ay from"@heroicons/react/24/solid/PhoneIcon";import{useState as Nl}from"react";import{useState as xd}from"react";import{isMobile as G5}from"react-device-detect";import _y from"styled-components";import{Dialog as Py,Transition as Pd}from"@headlessui/react";import Sd from"react";import oi from"styled-components";import{jsx as ri,jsxs as H5}from"react/jsx-runtime";var Sy=({children:e,open:t,onClick:r,...o})=>ri(Pd,{show:t,as:Sd.Fragment,children:H5(Py,{onClose:r,...o,as:F5,children:[ri(Pd.Child,{as:Sd.Fragment,enterFrom:"entering",leaveTo:"leaving",children:ri(D5,{id:"privy-dialog-backdrop","aria-hidden":"true"})}),ri(U5,{children:ri(Pd.Child,{as:Sd.Fragment,enterFrom:"entering",leaveTo:"leaving",children:ri(Py.Panel,{as:B5,children:e})})})]})}),ni=oi.div`
1911
+ `;import Z5 from"@heroicons/react/24/solid/CheckCircleIcon";import Ay from"@heroicons/react/24/solid/PhoneIcon";import{useState as Nl}from"react";import{useState as xd}from"react";import{isMobile as G5}from"react-device-detect";import ky from"styled-components";import{Dialog as Ty,Transition as Td}from"@headlessui/react";import Sd from"react";import oi from"styled-components";import{jsx as ri,jsxs as H5}from"react/jsx-runtime";var Sy=({children:e,open:t,onClick:r,...o})=>ri(Td,{show:t,as:Sd.Fragment,children:H5(Ty,{onClose:r,...o,as:U5,children:[ri(Td.Child,{as:Sd.Fragment,enterFrom:"entering",leaveTo:"leaving",children:ri(D5,{id:"privy-dialog-backdrop","aria-hidden":"true"})}),ri(F5,{children:ri(Td.Child,{as:Sd.Fragment,enterFrom:"entering",leaveTo:"leaving",children:ri(Ty.Panel,{as:B5,children:e})})})]})}),ni=oi.div`
1912
1912
  display: flex;
1913
1913
  flex-direction: column;
1914
1914
  text-align: center;
@@ -1944,10 +1944,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
1944
1944
  backdrop-filter: unset;
1945
1945
  -webkit-backdrop-filter: unset;
1946
1946
  }
1947
- `,F5=oi.div`
1947
+ `,U5=oi.div`
1948
1948
  position: relative;
1949
1949
  z-index: 999999;
1950
- `,U5=oi.div`
1950
+ `,F5=oi.div`
1951
1951
  position: fixed;
1952
1952
  inset: 0;
1953
1953
  display: flex;
@@ -2008,7 +2008,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2008
2008
  align-items: center;
2009
2009
  justify-content: center;
2010
2010
  height: 100%;
2011
- `;import{Fragment as Y5,jsx as ca,jsxs as j5}from"react/jsx-runtime";var da=6,V5=new Array(da).fill("");function z5(e){return e.replace(/\s+/g,"")}function kd(e){return/^[0-9]{1}$/.test(e)}function ky(e){return e.length===da&&e.every(kd)}function q5(e,t){return e.reduce((r,o)=>r+Number(t(o)),0)}var dn=({onChange:e,disabled:t,errorReasonOverride:r,success:o})=>{let[n,i]=xd(V5),[a,l]=xd(null),[s,c]=xd(null),u=async w=>{w.preventDefault();let v=z5(w.currentTarget.value);if(v==="")return;let k=q5(n,kd),S=v.split(""),C=!S.every(kd),R=S.length+k>da;if(C){l("Passcode can only be numbers"),c(1);return}if(R){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let _=Number(w.currentTarget.name?.charAt(4)),L=[...v||[""]].slice(0,da-_),P=[...n.slice(0,_),...L,...n.slice(_+L.length)];i(P);let N=L.length,K=Math.min(Math.max(_+N,0),da-1);if(document.querySelector(`input[name=pin-${K}]`)?.focus(),ky(P))try{await e(P.join("")),document.querySelector(`input[name=pin-${K}]`)?.blur()}catch(V){c(1),l(V.message)}else try{await e(null)}catch(V){c(1),l(V.message)}},f=w=>{s===1&&(l(null),c(null));let v=[...n.slice(0,w),"",...n.slice(w+1)];i(v),w>0&&document.querySelector(`input[name=pin-${w-1}]`)?.focus(),ky(v)?e(v.join("")):e(null)},y=o?"success":!!(r||a)?"fail":"";return ca(Y5,{children:j5($5,{children:[ca("div",{children:n.map((w,v)=>ca("input",{name:`pin-${v}`,type:"text",value:n[v],onChange:u,onKeyUp:k=>{k.key==="Backspace"&&f(v)},inputMode:"numeric",autoFocus:v===0,pattern:"[0-9]",className:y,autoComplete:G5?"one-time-code":"off",disabled:t},v))}),ca("div",{children:ca(K5,{fail:!!r||!!a,children:r||a})})]})})},$5=_y.div`
2011
+ `;import{Fragment as Y5,jsx as ca,jsxs as j5}from"react/jsx-runtime";var da=6,V5=new Array(da).fill("");function z5(e){return e.replace(/\s+/g,"")}function _d(e){return/^[0-9]{1}$/.test(e)}function _y(e){return e.length===da&&e.every(_d)}function q5(e,t){return e.reduce((r,o)=>r+Number(t(o)),0)}var dn=({onChange:e,disabled:t,errorReasonOverride:r,success:o})=>{let[n,i]=xd(V5),[a,l]=xd(null),[s,c]=xd(null),u=async w=>{w.preventDefault();let g=z5(w.currentTarget.value);if(g==="")return;let _=q5(n,_d),S=g.split(""),C=!S.every(_d),R=S.length+_>da;if(C){l("Passcode can only be numbers"),c(1);return}if(R){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let k=Number(w.currentTarget.name?.charAt(4)),L=[...g||[""]].slice(0,da-k),T=[...n.slice(0,k),...L,...n.slice(k+L.length)];i(T);let N=L.length,K=Math.min(Math.max(k+N,0),da-1);if(document.querySelector(`input[name=pin-${K}]`)?.focus(),_y(T))try{await e(T.join("")),document.querySelector(`input[name=pin-${K}]`)?.blur()}catch(V){c(1),l(V.message)}else try{await e(null)}catch(V){c(1),l(V.message)}},m=w=>{s===1&&(l(null),c(null));let g=[...n.slice(0,w),"",...n.slice(w+1)];i(g),w>0&&document.querySelector(`input[name=pin-${w-1}]`)?.focus(),_y(g)?e(g.join("")):e(null)},y=o?"success":!!(r||a)?"fail":"";return ca(Y5,{children:j5($5,{children:[ca("div",{children:n.map((w,g)=>ca("input",{name:`pin-${g}`,type:"text",value:n[g],onChange:u,onKeyUp:_=>{_.key==="Backspace"&&m(g)},inputMode:"numeric",autoFocus:g===0,pattern:"[0-9]",className:y,autoComplete:G5?"one-time-code":"off",disabled:t},g))}),ca("div",{children:ca(K5,{fail:!!r||!!a,children:r||a})})]})})},$5=ky.div`
2012
2012
  display: flex;
2013
2013
  flex-direction: column;
2014
2014
  width: 100%;
@@ -2079,7 +2079,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2079
2079
  transform: translate(1px, 0px);
2080
2080
  }
2081
2081
  }
2082
- `,K5=_y.div`
2082
+ `,K5=ky.div`
2083
2083
  line-height: 20px;
2084
2084
  font-size: 13px;
2085
2085
  display: flex;
@@ -2087,7 +2087,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2087
2087
  width: 100%;
2088
2088
 
2089
2089
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
2090
- `;import{Fragment as _d,jsx as ke,jsxs as pn}from"react/jsx-runtime";var Ry=({onComplete:e,onReset:t,onClose:r})=>{let[o,n]=Nl(""),[i,a]=Nl(!1),[l,s]=Nl(null),[c,u]=Nl("enroll"),{initEnrollmentWithSms:f,submitEnrollmentWithSms:h}=Pr(),{app:y,data:w}=x();function v(){w?.mfaEnrollmentFlow?.onSuccess(),e()}async function k({qualifiedPhoneNumber:R}){try{await f({phoneNumber:R}),n(R),u("verify")}catch(_){s(_)}}async function S(R){try{if(!R)return;await h({phoneNumber:o,mfaCode:R}),a(!0)}catch(_){throw tl(_)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):on(_)?new Error("The code you entered is not valid"):rn(_)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(_)?new Error("Verification canceled"):new Error("Unknown error")}}function C(){c==="verify"?u("enroll"):t()}return l?ke(Ji,{error:l,backFn:()=>s(null),onClick:()=>s(null)}):c==="enroll"?pn(_d,{children:[ke(T,{backFn:t,onClose:r},"header"),ke(Ee,{children:ke(We,{children:ke(Ay,{})})}),ke(ne,{children:"Set up SMS verification"}),ke(se,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),pn(lr,{children:[ke(ei,{onSubmit:k}),pn(Sm,{children:["By providing your mobile number, you agree to receive text messages from ",y?.name,". Some carrier charges may apply"]})]}),ke(q,{})]}):i?pn(_d,{children:[ke(T,{onClose:v},"header"),ke(Ee,{children:ke(We,{status:"success",children:ke(Z5,{})})}),ke(ne,{children:"SMS verification added"}),ke(se,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),ke(mt,{children:ke(W,{onClick:v,children:"Done"})}),ke(q,{})]}):pn(_d,{children:[ke(T,{backFn:C,onClose:r},"header"),ke(Ee,{children:ke(We,{children:ke(Ay,{})})}),ke(ne,{children:"Enter enrollment code"}),pn(lr,{children:[ke(dn,{onChange:S}),pn(se,{children:["To continue, enter the 6-digit code sent to ",ke("strong",{children:Gh(o)})]})]}),ke(q,{})]})};import X5 from"@heroicons/react/24/solid/CheckCircleIcon";import e6 from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import{useState as My}from"react";import J5 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as Q5}from"react/jsx-runtime";var Iy=({size:e,authUrl:t})=>Q5(Xn,{url:t,squareLogoElement:J5,size:e,fgColor:"#1F1F1F"});import{Fragment as Ad,jsx as Pe,jsxs as pa}from"react/jsx-runtime";var Wy=({onComplete:e,onClose:t,onReset:r,totpInfo:o})=>{let[n,i]=My("enroll"),[a,l]=My(!1),{submitEnrollmentWithTotp:s}=Pr(),{data:c}=x();function u(){c?.mfaEnrollmentFlow?.onSuccess(),e()}function f(){i("verify")}async function h(w){try{if(!w)return;await s({mfaCode:w}),l(!0)}catch(v){throw tl(v)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):on(v)?new Error("The code you entered is not valid"):rn(v)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(v)?new Error("Verification canceled"):new Error("Unknown error")}}function y(){n==="verify"?i("enroll"):r()}return n==="enroll"?pa(Ad,{children:[Pe(T,{backFn:r,onClose:t},"header"),Pe(ne,{children:"Scan QR code"}),Pe(se,{children:"Open your authenticator app and scan the QR code to continue."}),Pe(On,{children:Pe(Iy,{authUrl:o.authUrl,size:200})}),pa(mt,{children:[Pe(Tt,{children:Pe(So,{itemName:"secret",text:o.secret})}),Pe(W,{onClick:f,children:"Continue"})]}),Pe(q,{})]}):a?pa(Ad,{children:[Pe(T,{onClose:u},"header"),Pe(Ee,{children:Pe(We,{status:"success",children:Pe(X5,{})})}),Pe(ne,{children:"Authenticator app verification added"}),Pe(se,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),Pe(mt,{children:Pe(W,{onClick:u,children:"Done"})}),Pe(q,{})]}):pa(Ad,{children:[Pe(T,{backFn:y,onClose:t},"header"),Pe(Ee,{children:Pe(We,{children:Pe(e6,{})})}),Pe(ne,{children:"Enter enrollment code"}),Pe(lr,{children:Pe(dn,{onChange:h})}),pa(se,{children:["To continue, enter the 6-digit code generated from your ",Pe("strong",{children:"authenticator app"})]}),Pe(q,{})]})};import{Fragment as ai,jsx as $,jsxs as $t}from"react/jsx-runtime";var Oy=()=>{let{user:e,enrollInMfa:t}=B(),[r,o]=ii(null),{unenrollWithSms:n,unenrollWithTotp:i,unenrollWithPasskey:a}=Pr(),{app:l,ready:s,data:c,onUserCloseViaDialogOrKeybindRef:u}=x(),{closePrivyModal:f}=M(),{promptMfa:h}=sa(),{initEnrollmentWithTotp:y}=Pr(),[w,v]=ii(!1),[k,S]=ii(null),[C,R]=ii(null),_=()=>{f({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{o(null),S(null)},500)},{initEnrollmentWithPasskey:L,submitEnrollmentWithPasskey:P}=Pr(),[N,K]=ii(!1),[G,V]=ii(null);u.current=_;let I=e?.mfaMethods.includes("sms"),Q=!!e?.phone,F=e?.mfaMethods.includes("totp"),ue=e?.mfaMethods.includes("passkey"),ce=I||F||ue,ae=e?.linkedAccounts.filter(He=>He.type==="passkey").map(He=>He.credentialId)??[];a6(()=>{ce&&v(!0)},[ce]);function ge(){o(null),S(null)}function J(){v(!1)}async function _t(){K(!0);try{await L(),await P({credentialIds:ae})}catch(He){V(He)}finally{K(!1)}}async function Ct(He){if(await h().catch(V),He==="totp"){S(He),R(null),y().then(Qt=>{R(Qt)}).catch(()=>{R(null),ge()});return}if(He==="passkey"&&ae.length===1)return await _t();S(He)}if(!s||!e||!l)return $t(ai,{children:[$(T,{onClose:_},"header"),$(Ee,{children:$(wy,{})}),$(lr,{children:$(Ke,{})}),$(q,{})]});async function At(){o(null);try{await n()}catch{o(null)}}async function ze(){o(null);try{await i()}catch{o(null)}}async function Jt(){o(null);try{await h(),await a()}catch{o(null)}}if(r==="sms")return $t(ai,{children:[$(T,{backFn:ge,onClose:_},"header"),$(Ee,{children:$(We,{children:$(n6,{})})}),$(ne,{children:"Remove SMS verification?"}),$t(se,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),$(mt,{children:$(W,{warn:!0,onClick:At,children:"Remove SMS for MFA"})}),$(q,{})]});if(r==="totp")return $t(ai,{children:[$(T,{backFn:ge,onClose:_},"header"),$(Ee,{children:$(We,{children:$(r6,{})})}),$(ne,{children:"Remove Authenticator App verification?"}),$t(se,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),$(mt,{children:$(W,{warn:!0,onClick:ze,children:"Remove Authenticator App for MFA"})}),$(q,{})]});if(r==="passkey")return $t(ai,{children:[$(T,{backFn:ge,onClose:_},"header"),$(Ee,{children:$(We,{children:$(i6,{})})}),$(ne,{children:"Are you sure you want to remove passkey verification?"}),$(se,{children:"This will disable any passkeys you have set up for verification. You\u2019ll still be able to login with your passkeys if you\u2019ve set up passkey login."}),$(mt,{children:$(W,{warn:!0,onClick:Jt,children:"Yes, remove"})}),$(q,{})]});if(c.mfaEnrollmentFlow.mfaMethods.length===0&&!ce)return $t(ai,{children:[$(T,{onClose:_},"header"),$(Ee,{children:$(We,{children:$(Ly,{})})}),$(ne,{children:"Add more security"}),$t(se,{children:[l?.name," does not have any verification methods enabled."]}),$(mt,{children:$(W,{onClick:_,children:"Close"})}),$(q,{})]});let _e=!ce&&!w;return _e?$t(ai,{children:[$(T,{onClose:_},"header"),$(Ee,{children:$(We,{children:$(Ly,{})})}),$(ne,{children:"Transaction Protection"}),$(se,{children:"Set up transaction protection to add an extra layer of security to your account"}),$t(Qo,{children:[$t(Lt,{children:[$(Wt,{children:$(t6,{})}),"Enable 2-Step verification for your ",l?.name," wallet."]}),$t(Lt,{children:[$(Wt,{children:$(o6,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),$t(mt,{children:[$(W,{onClick:()=>v(!0),children:"Continue"}),$(gr,{onClick:_,children:"Not now"})]}),$(q,{})]}):k==="sms"?$(Ry,{onComplete:_,onReset:ge,onClose:_}):k==="totp"&&C?$(Wy,{onComplete:_,onClose:_,onReset:ge,totpInfo:C}):k==="passkey"?$(Ty,{onComplete:_,onReset:ge,onClose:_}):$(by,{showIntro:_e,userMfaMethods:e.mfaMethods,appMfaMethods:l.mfa.methods,userHasAuthSms:Q,onBackToIntro:J,handleSelectMethod:Ct,isTotpLoading:k==="totp"&&!C,isPasskeyLoading:N,error:G,onClose:_,setRemovingMfaMethod:o})};import ib from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import ab from"@heroicons/react/24/outline/FingerPrintIcon";import sb from"@heroicons/react/24/outline/PhoneIcon";import lb from"@heroicons/react/24/outline/ShieldCheckIcon";import cb from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import db from"@heroicons/react/24/solid/PhoneIcon";import{useEffect as pb,useState as wa}from"react";import{useMemo as Q6,useEffect as X6,useState as Eg}from"react";import eb from"styled-components";import og from"styled-components";import Dy from"styled-components";import{jsx as Ny,jsxs as c6}from"react/jsx-runtime";var Dl=({label:e,children:t,valueStyles:r})=>c6(s6,{children:[Ny("div",{children:e}),Ny(l6,{style:{...r},children:t})]}),s6=Dy.div`
2090
+ `;import{Fragment as kd,jsx as xe,jsxs as pn}from"react/jsx-runtime";var Ry=({onComplete:e,onReset:t,onClose:r})=>{let[o,n]=Nl(""),[i,a]=Nl(!1),[l,s]=Nl(null),[c,u]=Nl("enroll"),{initEnrollmentWithSms:m,submitEnrollmentWithSms:h}=Tr(),{app:y,data:w}=x();function g(){w?.mfaEnrollmentFlow?.onSuccess(),e()}async function _({qualifiedPhoneNumber:R}){try{await m({phoneNumber:R}),n(R),u("verify")}catch(k){s(k)}}async function S(R){try{if(!R)return;await h({phoneNumber:o,mfaCode:R}),a(!0)}catch(k){throw tl(k)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):on(k)?new Error("The code you entered is not valid"):rn(k)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(k)?new Error("Verification canceled"):new Error("Unknown error")}}function C(){c==="verify"?u("enroll"):t()}return l?xe(Ji,{error:l,backFn:()=>s(null),onClick:()=>s(null)}):c==="enroll"?pn(kd,{children:[xe(E,{backFn:t,onClose:r},"header"),xe(be,{children:xe(Me,{children:xe(Ay,{})})}),xe(ne,{children:"Set up SMS verification"}),xe(se,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),pn(lr,{children:[xe(ei,{onSubmit:_}),pn(Sm,{children:["By providing your mobile number, you agree to receive text messages from ",y?.name,". Some carrier charges may apply"]})]}),xe(q,{})]}):i?pn(kd,{children:[xe(E,{onClose:g},"header"),xe(be,{children:xe(Me,{status:"success",children:xe(Z5,{})})}),xe(ne,{children:"SMS verification added"}),xe(se,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),xe(dt,{children:xe(W,{onClick:g,children:"Done"})}),xe(q,{})]}):pn(kd,{children:[xe(E,{backFn:C,onClose:r},"header"),xe(be,{children:xe(Me,{children:xe(Ay,{})})}),xe(ne,{children:"Enter enrollment code"}),pn(lr,{children:[xe(dn,{onChange:S}),pn(se,{children:["To continue, enter the 6-digit code sent to ",xe("strong",{children:Gh(o)})]})]}),xe(q,{})]})};import X5 from"@heroicons/react/24/solid/CheckCircleIcon";import e6 from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import{useState as My}from"react";import J5 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as Q5}from"react/jsx-runtime";var Iy=({size:e,authUrl:t})=>Q5(Xn,{url:t,squareLogoElement:J5,size:e,fgColor:"#1F1F1F"});import{Fragment as Ad,jsx as Pe,jsxs as pa}from"react/jsx-runtime";var Wy=({onComplete:e,onClose:t,onReset:r,totpInfo:o})=>{let[n,i]=My("enroll"),[a,l]=My(!1),{submitEnrollmentWithTotp:s}=Tr(),{data:c}=x();function u(){c?.mfaEnrollmentFlow?.onSuccess(),e()}function m(){i("verify")}async function h(w){try{if(!w)return;await s({mfaCode:w}),l(!0)}catch(g){throw tl(g)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):on(g)?new Error("The code you entered is not valid"):rn(g)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(g)?new Error("Verification canceled"):new Error("Unknown error")}}function y(){n==="verify"?i("enroll"):r()}return n==="enroll"?pa(Ad,{children:[Pe(E,{backFn:r,onClose:t},"header"),Pe(ne,{children:"Scan QR code"}),Pe(se,{children:"Open your authenticator app and scan the QR code to continue."}),Pe(On,{children:Pe(Iy,{authUrl:o.authUrl,size:200})}),pa(dt,{children:[Pe(wt,{children:Pe(So,{itemName:"secret",text:o.secret})}),Pe(W,{onClick:m,children:"Continue"})]}),Pe(q,{})]}):a?pa(Ad,{children:[Pe(E,{onClose:u},"header"),Pe(be,{children:Pe(Me,{status:"success",children:Pe(X5,{})})}),Pe(ne,{children:"Authenticator app verification added"}),Pe(se,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),Pe(dt,{children:Pe(W,{onClick:u,children:"Done"})}),Pe(q,{})]}):pa(Ad,{children:[Pe(E,{backFn:y,onClose:t},"header"),Pe(be,{children:Pe(Me,{children:Pe(e6,{})})}),Pe(ne,{children:"Enter enrollment code"}),Pe(lr,{children:Pe(dn,{onChange:h})}),pa(se,{children:["To continue, enter the 6-digit code generated from your ",Pe("strong",{children:"authenticator app"})]}),Pe(q,{})]})};import{Fragment as ai,jsx as $,jsxs as zt}from"react/jsx-runtime";var Oy=()=>{let{user:e,enrollInMfa:t}=F(),[r,o]=ii(null),{unenrollWithSms:n,unenrollWithTotp:i,unenrollWithPasskey:a}=Tr(),{app:l,ready:s,data:c,onUserCloseViaDialogOrKeybindRef:u}=x(),{closePrivyModal:m}=I(),{promptMfa:h}=sa(),{initEnrollmentWithTotp:y}=Tr(),[w,g]=ii(!1),[_,S]=ii(null),[C,R]=ii(null),k=()=>{m({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{o(null),S(null)},500)},{initEnrollmentWithPasskey:L,submitEnrollmentWithPasskey:T}=Tr(),[N,K]=ii(!1),[G,V]=ii(null);u.current=k;let M=e?.mfaMethods.includes("sms"),Q=!!e?.phone,U=e?.mfaMethods.includes("totp"),ue=e?.mfaMethods.includes("passkey"),ce=M||U||ue,ae=e?.linkedAccounts.filter(He=>He.type==="passkey").map(He=>He.credentialId)??[];a6(()=>{ce&&g(!0)},[ce]);function he(){o(null),S(null)}function J(){g(!1)}async function St(){K(!0);try{await L(),await T({credentialIds:ae})}catch(He){V(He)}finally{K(!1)}}async function yt(He){if(await h().catch(V),He==="totp"){S(He),R(null),y().then(Qt=>{R(Qt)}).catch(()=>{R(null),he()});return}if(He==="passkey"&&ae.length===1)return await St();S(He)}if(!s||!e||!l)return zt(ai,{children:[$(E,{onClose:k},"header"),$(be,{children:$(wy,{})}),$(lr,{children:$(Ke,{})}),$(q,{})]});async function xt(){o(null);try{await n()}catch{o(null)}}async function ze(){o(null);try{await i()}catch{o(null)}}async function Jt(){o(null);try{await h(),await a()}catch{o(null)}}if(r==="sms")return zt(ai,{children:[$(E,{backFn:he,onClose:k},"header"),$(be,{children:$(Me,{children:$(n6,{})})}),$(ne,{children:"Remove SMS verification?"}),zt(se,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),$(dt,{children:$(W,{warn:!0,onClick:xt,children:"Remove SMS for MFA"})}),$(q,{})]});if(r==="totp")return zt(ai,{children:[$(E,{backFn:he,onClose:k},"header"),$(be,{children:$(Me,{children:$(r6,{})})}),$(ne,{children:"Remove Authenticator App verification?"}),zt(se,{children:["MFA adds an extra layer of security to your ",l?.name," account. Make sure you have other methods to secure your account."]}),$(dt,{children:$(W,{warn:!0,onClick:ze,children:"Remove Authenticator App for MFA"})}),$(q,{})]});if(r==="passkey")return zt(ai,{children:[$(E,{backFn:he,onClose:k},"header"),$(be,{children:$(Me,{children:$(i6,{})})}),$(ne,{children:"Are you sure you want to remove passkey verification?"}),$(se,{children:"This will disable any passkeys you have set up for verification. You\u2019ll still be able to login with your passkeys if you\u2019ve set up passkey login."}),$(dt,{children:$(W,{warn:!0,onClick:Jt,children:"Yes, remove"})}),$(q,{})]});if(c.mfaEnrollmentFlow.mfaMethods.length===0&&!ce)return zt(ai,{children:[$(E,{onClose:k},"header"),$(be,{children:$(Me,{children:$(Ly,{})})}),$(ne,{children:"Add more security"}),zt(se,{children:[l?.name," does not have any verification methods enabled."]}),$(dt,{children:$(W,{onClick:k,children:"Close"})}),$(q,{})]});let _e=!ce&&!w;return _e?zt(ai,{children:[$(E,{onClose:k},"header"),$(be,{children:$(Me,{children:$(Ly,{})})}),$(ne,{children:"Transaction Protection"}),$(se,{children:"Set up transaction protection to add an extra layer of security to your account"}),zt(Qo,{children:[zt(It,{children:[$(Rt,{children:$(t6,{})}),"Enable 2-Step verification for your ",l?.name," wallet."]}),zt(It,{children:[$(Rt,{children:$(o6,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),zt(dt,{children:[$(W,{onClick:()=>g(!0),children:"Continue"}),$(gr,{onClick:k,children:"Not now"})]}),$(q,{})]}):_==="sms"?$(Ry,{onComplete:k,onReset:he,onClose:k}):_==="totp"&&C?$(Wy,{onComplete:k,onClose:k,onReset:he,totpInfo:C}):_==="passkey"?$(Py,{onComplete:k,onReset:he,onClose:k}):$(by,{showIntro:_e,userMfaMethods:e.mfaMethods,appMfaMethods:l.mfa.methods,userHasAuthSms:Q,onBackToIntro:J,handleSelectMethod:yt,isTotpLoading:_==="totp"&&!C,isPasskeyLoading:N,error:G,onClose:k,setRemovingMfaMethod:o})};import ib from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import ab from"@heroicons/react/24/outline/FingerPrintIcon";import sb from"@heroicons/react/24/outline/PhoneIcon";import lb from"@heroicons/react/24/outline/ShieldCheckIcon";import cb from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import db from"@heroicons/react/24/solid/PhoneIcon";import{useEffect as pb,useState as wa}from"react";import{useMemo as Q6,useEffect as X6,useState as Eg}from"react";import eb from"styled-components";import og from"styled-components";import Dy from"styled-components";import{jsx as Ny,jsxs as c6}from"react/jsx-runtime";var Dl=({label:e,children:t,valueStyles:r})=>c6(s6,{children:[Ny("div",{children:e}),Ny(l6,{style:{...r},children:t})]}),s6=Dy.div`
2091
2091
  display: flex;
2092
2092
  align-items: center;
2093
2093
  justify-content: space-between;
@@ -2111,22 +2111,22 @@ You will need this password to access your ${e} wallet on a new device. Please k
2111
2111
  border-radius: var(--privy-border-radius-full);
2112
2112
  background-color: var(--privy-color-background-2);
2113
2113
  padding: 4px 8px;
2114
- `;import Ul from"styled-components";import{BigNumber as Fy}from"@ethersproject/bignumber";import{formatEther as Uy}from"@ethersproject/units";var ua=(e,t)=>{let r=(t*parseFloat(Uy(e))).toFixed(2);return r!=="0.00"?`$${r}`:"<$0.01"},qr=(e,t,r=6,o=!1)=>{let i=parseFloat(Uy(e)).toFixed(r).replace(/0+$/,"").replace(/\.$/,"");return o?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Rd=e=>e.map(gt).reduce((t,r)=>t.add(r),Fy.from(0)).toHexString(),By=(e,t)=>{let{chains:r}=M(),o=`https://etherscan.io/address/${t}`,n=`${su(e,r)}/address/${t}`;if(!n)return o;try{new URL(n)}catch{return o}return n},gt=e=>Fy.from(e);import{Fragment as m6,jsx as Fl,jsxs as Hy}from"react/jsx-runtime";var Gy=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=Rd(e),n=t?ua(o,t):void 0,i=qr(o,r);return Fl(Vy,{children:n||i})},Id=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=Rd(e),n=t?ua(o,t):void 0,i=qr(o,r);return Fl(Vy,{children:n?Hy(m6,{children:[Fl(d6,{children:"USD"}),n==="<$0.01"?Hy(u6,{children:[Fl(p6,{children:"<"}),"$0.01"]}):n]}):i})},Vy=Ul.span`
2114
+ `;import Fl from"styled-components";import{BigNumber as Uy}from"@ethersproject/bignumber";import{formatEther as Fy}from"@ethersproject/units";var ua=(e,t)=>{let r=(t*parseFloat(Fy(e))).toFixed(2);return r!=="0.00"?`$${r}`:"<$0.01"},qr=(e,t,r=6,o=!1)=>{let i=parseFloat(Fy(e)).toFixed(r).replace(/0+$/,"").replace(/\.$/,"");return o?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Rd=e=>e.map(ft).reduce((t,r)=>t.add(r),Uy.from(0)).toHexString(),By=(e,t)=>{let{chains:r}=I(),o=`https://etherscan.io/address/${t}`,n=`${su(e,r)}/address/${t}`;if(!n)return o;try{new URL(n)}catch{return o}return n},ft=e=>Uy.from(e);import{Fragment as m6,jsx as Ul,jsxs as Hy}from"react/jsx-runtime";var Gy=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=Rd(e),n=t?ua(o,t):void 0,i=qr(o,r);return Ul(Vy,{children:n||i})},Id=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=Rd(e),n=t?ua(o,t):void 0,i=qr(o,r);return Ul(Vy,{children:n?Hy(m6,{children:[Ul(d6,{children:"USD"}),n==="<$0.01"?Hy(u6,{children:[Ul(p6,{children:"<"}),"$0.01"]}):n]}):i})},Vy=Fl.span`
2115
2115
  font-size: 14px;
2116
2116
  line-height: 140%;
2117
2117
  display: flex;
2118
2118
  gap: 4px;
2119
2119
  align-items: center;
2120
- `,d6=Ul.span`
2120
+ `,d6=Fl.span`
2121
2121
  font-size: 12px;
2122
2122
  line-height: 12px;
2123
2123
  color: var(--privy-color-foreground-3);
2124
- `,p6=Ul.span`
2124
+ `,p6=Fl.span`
2125
2125
  font-size: 10px;
2126
- `,u6=Ul.span`
2126
+ `,u6=Fl.span`
2127
2127
  display: flex;
2128
2128
  align-items: center;
2129
- `;import Md from"styled-components";import{jsx as Io,jsxs as Bl}from"react/jsx-runtime";var zy=({gas:e,tokenPrice:t,tokenSymbol:r})=>Bl(Fc,{style:{paddingBottom:"12px"},children:[Bl($y,{children:[Io(jy,{children:"Est. Fees"}),Io("div",{children:Io(Id,{weiQuantities:[e],tokenPrice:t,tokenSymbol:r})})]}),t&&Io(Ky,{children:`${qr(e,r)}`})]}),qy=({transactionData:e,gas:t,tokenPrice:r,tokenSymbol:o})=>{let n=gt(e.value||0).add(gt(t)).toHexString();return Bl(Fc,{children:[Bl($y,{children:[Io(jy,{children:"Total (including fees)"}),Io("div",{children:Io(Id,{weiQuantities:[e.value||0,t],tokenPrice:r,tokenSymbol:o})})]}),r&&Io(Ky,{children:qr(n,o)})]})},$y=Md.div`
2129
+ `;import Md from"styled-components";import{jsx as Io,jsxs as Bl}from"react/jsx-runtime";var zy=({gas:e,tokenPrice:t,tokenSymbol:r})=>Bl(Uc,{style:{paddingBottom:"12px"},children:[Bl($y,{children:[Io(jy,{children:"Est. Fees"}),Io("div",{children:Io(Id,{weiQuantities:[e],tokenPrice:t,tokenSymbol:r})})]}),t&&Io(Ky,{children:`${qr(e,r)}`})]}),qy=({transactionData:e,gas:t,tokenPrice:r,tokenSymbol:o})=>{let n=ft(e.value||0).add(ft(t)).toHexString();return Bl(Uc,{children:[Bl($y,{children:[Io(jy,{children:"Total (including fees)"}),Io("div",{children:Io(Id,{weiQuantities:[e.value||0,t],tokenPrice:r,tokenSymbol:o})})]}),r&&Io(Ky,{children:qr(n,o)})]})},$y=Md.div`
2130
2130
  display: flex;
2131
2131
  flex-direction: row;
2132
2132
  justify-content: space-between;
@@ -2145,7 +2145,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2145
2145
  font-size: 14px;
2146
2146
  line-height: 22.4px;
2147
2147
  font-weight: 400;
2148
- `;import f6 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as un,useState as h6}from"react";import Mo from"styled-components";import{createContext as Yy,useContext as eV}from"react";var si=Yy(void 0);var ma=Yy(void 0);import{Fragment as T6,jsx as Sr,jsxs as Zy}from"react/jsx-runtime";var Jy=({defaultValue:e,children:t})=>{let[r,o]=h6(e||null),n=i=>{o(r===i?null:i)};return Sr(si.Provider,{value:{activePanel:r,togglePanel:n},children:Sr(y6,{children:t})})},Qy=({value:e,children:t})=>{let{activePanel:r,togglePanel:o}=un(si),n=r===e;return Sr(ma.Provider,{value:{onToggle:()=>o(e),value:e},children:Sr(w6,{isActive:n,"data-open":n,children:t})})},Xy=({children:e})=>{let{activePanel:t}=un(si),{onToggle:r,value:o}=un(ma),n=t===o;return Zy(T6,{children:[Zy(g6,{onClick:r,"data-open":n,children:[Sr(C6,{children:e}),Sr(E6,{isactive:n,children:Sr(f6,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Sr(v6,{})]})},eg=({children:e})=>{let{activePanel:t}=un(si),{value:r}=un(ma);return Sr(b6,{"data-open":t===r,children:Sr(rg,{children:e})})},tg=({children:e})=>{let{activePanel:t}=un(si),{value:r}=un(ma);return Sr(rg,{children:typeof e=="function"?e({isActive:t===r}):e})},y6=Mo.div`
2148
+ `;import f6 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as un,useState as h6}from"react";import Mo from"styled-components";import{createContext as Yy,useContext as eV}from"react";var si=Yy(void 0);var ma=Yy(void 0);import{Fragment as P6,jsx as Sr,jsxs as Zy}from"react/jsx-runtime";var Jy=({defaultValue:e,children:t})=>{let[r,o]=h6(e||null),n=i=>{o(r===i?null:i)};return Sr(si.Provider,{value:{activePanel:r,togglePanel:n},children:Sr(y6,{children:t})})},Qy=({value:e,children:t})=>{let{activePanel:r,togglePanel:o}=un(si),n=r===e;return Sr(ma.Provider,{value:{onToggle:()=>o(e),value:e},children:Sr(w6,{isActive:n,"data-open":n,children:t})})},Xy=({children:e})=>{let{activePanel:t}=un(si),{onToggle:r,value:o}=un(ma),n=t===o;return Zy(P6,{children:[Zy(g6,{onClick:r,"data-open":n,children:[Sr(C6,{children:e}),Sr(E6,{isactive:n,children:Sr(f6,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Sr(v6,{})]})},eg=({children:e})=>{let{activePanel:t}=un(si),{value:r}=un(ma);return Sr(b6,{"data-open":t===r,children:Sr(rg,{children:e})})},tg=({children:e})=>{let{activePanel:t}=un(si),{value:r}=un(ma);return Sr(rg,{children:typeof e=="function"?e({isActive:t===r}):e})},y6=Mo.div`
2149
2149
  display: flex;
2150
2150
  flex-direction: column;
2151
2151
  width: 100%;
@@ -2203,15 +2203,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
2203
2203
  min-height: 1px;
2204
2204
  `,E6=Mo.div`
2205
2205
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
2206
- `;import P6 from"styled-components";import{jsx as x6}from"react/jsx-runtime";var Wd=({walletAddress:e,chainId:t=Jr})=>x6(S6,{href:By(t,e),target:"_blank",children:ho(e)}),S6=P6.a`
2206
+ `;import T6 from"styled-components";import{jsx as x6}from"react/jsx-runtime";var Wd=({walletAddress:e,chainId:t=Jr})=>x6(S6,{href:By(t,e),target:"_blank",children:ho(e)}),S6=T6.a`
2207
2207
  &:hover {
2208
2208
  text-decoration: underline;
2209
2209
  }
2210
- `;import{jsx as Kt,jsxs as Ld}from"react/jsx-runtime";var li=({from:e,to:t,txn:r,transactionInfo:o,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=r?.value||0;return Kt(Jy,{children:Ld(Qy,{value:"details",children:[Kt(Xy,{children:Ld(k6,{children:[Kt("div",{children:o?.title||o?.actionDescription||"Details"}),Kt(_6,{children:Kt(Gy,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),Ld(eg,{children:[Kt(Dl,{label:"From",children:Kt(Wd,{walletAddress:e,chainId:r.chainId||Jr})}),Kt(Dl,{label:"To",children:Kt(Wd,{walletAddress:t,chainId:r.chainId||Jr})}),o&&o.action&&Kt(Dl,{label:"Action",children:o.action}),i&&Kt(zy,{transactionData:r,gas:i,tokenPrice:n,tokenSymbol:a})]}),Kt(tg,{children:({isActive:s})=>Kt(qy,{transactionData:r,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},k6=og.div`
2210
+ `;import{jsx as qt,jsxs as Ld}from"react/jsx-runtime";var li=({from:e,to:t,txn:r,transactionInfo:o,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=r?.value||0;return qt(Jy,{children:Ld(Qy,{value:"details",children:[qt(Xy,{children:Ld(_6,{children:[qt("div",{children:o?.title||o?.actionDescription||"Details"}),qt(k6,{children:qt(Gy,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),Ld(eg,{children:[qt(Dl,{label:"From",children:qt(Wd,{walletAddress:e,chainId:r.chainId||Jr})}),qt(Dl,{label:"To",children:qt(Wd,{walletAddress:t,chainId:r.chainId||Jr})}),o&&o.action&&qt(Dl,{label:"Action",children:o.action}),i&&qt(zy,{transactionData:r,gas:i,tokenPrice:n,tokenSymbol:a})]}),qt(tg,{children:({isActive:s})=>qt(qy,{transactionData:r,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},_6=og.div`
2211
2211
  display: flex;
2212
2212
  flex-direction: row;
2213
2213
  justify-content: space-between;
2214
- `,_6=og.div`
2214
+ `,k6=og.div`
2215
2215
  flex-shrink: 0;
2216
2216
  padding-left: 8px;
2217
2217
  `;import ha from"styled-components";import{jsx as fa,jsxs as L6}from"react/jsx-runtime";var Od=({description:e,contractInfo:t})=>L6(A6,{children:[t.imgUrl&&fa(R6,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&fa(I6,{children:fa("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&fa(M6,{children:t.name}),fa(W6,{children:e||t.actionText})]}),A6=ha.div`
@@ -2255,7 +2255,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2255
2255
  overflow: hidden;
2256
2256
  max-width: 275px;
2257
2257
  text-overflow: ellipsis;
2258
- `;import O6 from"@heroicons/react/24/outline/WalletIcon";import Dd from"styled-components";import{jsx as ng,jsxs as Nd}from"react/jsx-runtime";var ig=({address:e,txn:t,balance:r,hasFunds:o})=>{let n=!!r,{nativeTokenSymbolForChainId:i}=M(),a=i(t.chainId)||"ETH";return Nd(N6,{children:[Nd(D6,{children:[ng(O6,{strokeWidth:"2",width:"16px",height:"16px"}),ng("div",{children:ho(e)})]}),Nd(F6,{displayBalanceColor:n,hasFunds:o,children:[r?qr(r,a,6,!0):0," available"]})]})},N6=Dd.div`
2258
+ `;import O6 from"@heroicons/react/24/outline/WalletIcon";import Dd from"styled-components";import{jsx as ng,jsxs as Nd}from"react/jsx-runtime";var ig=({address:e,txn:t,balance:r,hasFunds:o})=>{let n=!!r,{nativeTokenSymbolForChainId:i}=I(),a=i(t.chainId)||"ETH";return Nd(N6,{children:[Nd(D6,{children:[ng(O6,{strokeWidth:"2",width:"16px",height:"16px"}),ng("div",{children:ho(e)})]}),Nd(U6,{displayBalanceColor:n,hasFunds:o,children:[r?qr(r,a,6,!0):0," available"]})]})},N6=Dd.div`
2259
2259
  display: flex;
2260
2260
  flex-direction: row;
2261
2261
  justify-content: space-between;
@@ -2273,7 +2273,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2273
2273
  flex-direction: row;
2274
2274
  align-items: center;
2275
2275
  gap: 8px;
2276
- `,F6=Dd.div`
2276
+ `,U6=Dd.div`
2277
2277
  display: flex;
2278
2278
  align-items: center;
2279
2279
  justify-content: center;
@@ -2283,7 +2283,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2283
2283
  background-color: var(--privy-color-background-2);
2284
2284
  padding: 5px 8px;
2285
2285
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2286
- `;import Hl from"styled-components";import{Fragment as sg,jsx as ya,jsxs as lg}from"react/jsx-runtime";var cg=({description:e,txn:t,tokenSymbol:r,tokenPrice:o})=>{let n=t.value||0,i=o?ua(n,o):void 0,a=qr(n,r);return lg(U6,{children:[i?lg(sg,{children:[ya(ag,{children:i}),ya(B6,{children:a})]}):ya(sg,{children:ya(ag,{children:a})}),ya(H6,{children:e})]})},U6=Hl.div`
2286
+ `;import Hl from"styled-components";import{Fragment as sg,jsx as ya,jsxs as lg}from"react/jsx-runtime";var cg=({description:e,txn:t,tokenSymbol:r,tokenPrice:o})=>{let n=t.value||0,i=o?ua(n,o):void 0,a=qr(n,r);return lg(F6,{children:[i?lg(sg,{children:[ya(ag,{children:i}),ya(B6,{children:a})]}):ya(sg,{children:ya(ag,{children:a})}),ya(H6,{children:e})]})},F6=Hl.div`
2287
2287
  display: flex;
2288
2288
  flex-direction: column;
2289
2289
  align-items: center;
@@ -2308,10 +2308,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2308
2308
  overflow: hidden;
2309
2309
  max-width: 275px;
2310
2310
  text-overflow: ellipsis;
2311
- `;import{VoidSigner as K6}from"@ethersproject/abstract-signer";import{EtherscanProvider as wz}from"@ethersproject/providers";import{BigNumber as mg}from"@ethersproject/bignumber";import{BigNumber as ci}from"@ethersproject/bignumber";import{Contract as G6}from"@ethersproject/contracts";import{serialize as V6}from"@ethersproject/transactions";var di=e=>[Es.id,Ts.id,Ps.id,Ss.id,xs.id,ks.id,_s.id,Rs.id,As.id].includes(e),dg=async(e,t)=>{if(!di(e.chainId))throw new Error("Invalid chain ID for OP Stack gas estimation.");if(e.type===void 0&&(e.type=2),e.maxPriorityFeePerGas&&e.maxFeePerGas||e.gasPrice)return e;try{if(!e.maxPriorityFeePerGas){let r=await t.send("eth_maxPriorityFeePerGas",[]);e.maxPriorityFeePerGas=r}if(e.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),e.maxPriorityFeePerGas>=e.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!e.maxFeePerGas){let{lastBaseFeePerGas:r}=await t.getFeeData();if(!r)throw new Error("Unable to fetch baseFee for last block.");let i=ci.from(r).mul(ci.from(126)).div(ci.from(100)).add(ci.from(e.maxPriorityFeePerGas));e.maxFeePerGas=ga(i)}}catch(r){throw new Error(`Failed to set gas price for OP stack transaction: ${r}.`)}return e};async function pg(e,t){if(!e.chainId||e.chainId&&!di(e.chainId))return ci.from(0);let r=ci.from(0);try{let o=new G6(Xp,eu,t),n=ug(e),i=V6(n);r=await o.getL1Fee(i)}catch{}return r}async function fg(e,t){try{return(await t.estimateGas(e)).toHexString()}catch{}let r={...e,from:void 0};return(await t.estimateGas(r)).toHexString()}var hg=async(e,t)=>{if(e.type===void 0&&(e.type=2),e.type===2){if(!e.maxFeePerGas||!e.maxPriorityFeePerGas){let r=await t.getFeeData();e.maxFeePerGas||(e.maxFeePerGas=r.maxFeePerGas?.toHexString()),e.maxPriorityFeePerGas||(e.maxPriorityFeePerGas=r.maxPriorityFeePerGas?.toHexString())}}else if(!e.gasPrice){let r=await t.getFeeData();e.gasPrice=r.gasPrice?.toHexString()}return e};async function pi(e,t){if(!e.gasLimit)throw new Ne("gasLimit was not successfully set for transaction.");let r=gt(e.gasLimit),o=mg.from(0);if(e.type==2)if(e.maxFeePerGas)o=gt(e.maxFeePerGas);else throw new Ne("maxFeePerGas was not successfully set for transaction of type 2.");else if(e.gasPrice)o=gt(e.gasPrice);else throw new Ne("gasPrice was not successfully set for transaction of type 0 or 1.");let n=r.mul(o),i=mg.from(0);if(e.chainId&&di(e.chainId))try{i=await pg(e,t),n=n.add(i)}catch{}return{totalGasEstimate:n,l1ExecutionFeeEstimate:i}}import{BigNumber as Fd}from"@ethersproject/bignumber";var Ud=e=>[Cs.id,ws.id,bs.id].includes(e),yg=async(e,t)=>{if(!Ud(e.chainId))throw new Error("Invalid chain ID for Arbitrum gas estimation.");if(e.type===void 0&&(e.type=2),e.maxFeePerGas)return e;try{let{lastBaseFeePerGas:r}=await t.getFeeData();if(r){let o=r.mul(Fd.from(120)).div(Fd.from(100));e.maxFeePerGas=ga(o),e.maxPriorityFeePerGas=ga(Fd.from(0))}}catch(r){throw new Error(`Failed to set gas price for Arbitrum transaction: ${r}.`)}return e};var Bd=e=>[56,97].includes(e),gg=async(e,t)=>{if(!Bd(e.chainId))throw new Error("Invalid chain ID for BSC gas estimation.");if(e.type===void 0?e.type=0:(e.type==1||e.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),!e.gasPrice){let r=await t.getFeeData();e.gasPrice=r.gasPrice?.toHexString()}return e};import{parseUnits as vg}from"@ethersproject/units";import{ofetch as z6}from"ofetch";var Hd={id:80002,name:"Polygon Amoy",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{privy:{http:["https://polygon-amoy.rpc.privy.systems"]},infura:{http:["https://polygon-amoy.infura.io/v3"],webSocket:["wss://polygon-amoy.infura.io/ws/v3"]},default:{http:["https://rpc-amoy.polygon.technology"]}},blockExplorers:{default:{name:"OK LINK",url:"https://www.oklink.com/amoy"}},testnet:!0};var Vd=e=>[Ai.id,Ri.id,Hd.id].includes(e),Gd=e=>({maxPriorityFee:vg(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:vg(e.maxFee.toFixed(9),"gwei").toHexString()}),q6=e=>({safeLow:Gd(e.safeLow),standard:Gd(e.standard),fast:Gd(e.fast)}),$6=async e=>{let t="";switch(e){case Ai.id:t="https://gasstation.polygon.technology/v2";break;case Ri.id:t="https://gasstation-testnet.polygon.technology/v2";break;case Hd.id:t="https://gasstation-testnet.polygon.technology/amoy";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return q6(await z6(t))};async function Cg(e){if(!Vd(e.chainId))throw new Error("Invalid chain ID for Polygon gas estimation.");if(e.type===void 0&&(e.type=2),e.maxPriorityFeePerGas&&e.maxFeePerGas)return e;try{let{standard:t}=await $6(e.chainId);e.maxPriorityFeePerGas||(e.maxPriorityFeePerGas=t.maxPriorityFee),e.maxFeePerGas||(e.maxFeePerGas=t.maxFee)}catch(t){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${t}.`)}return e}function ga(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function ug(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=gt(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=gt(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=gt(e.gasPrice)),e.value!==void 0&&(t.value=gt(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=gt(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=gt(e.maxPriorityFeePerGas)),t}async function ui(e,t,r){if(t.chainId=Number(t.chainId),wg(t),t.from||(t.from=e),!t.nonce){let o=new K6(e,r);t.nonce=await o.getTransactionCount("pending")}return t.gasLimit||(t.gas?(t.gasLimit=t.gas,delete t.gas):t.gasLimit=await fg(t,r)),typeof t.type=="string"&&bg(t.type)&&(t.type=Number(t.type)),[23294,23295].includes(t.chainId)&&(t.type=0),Vd(t.chainId)?t=await Cg(t):Ud(t.chainId)?t=await yg(t,r):di(t.chainId)?t=await dg(t,r):Bd(t.chainId)?t=await gg(t,r):t=await hg(t,r),t.type===0&&delete t.accessList,t.type!==2&&(delete t.maxPriorityFeePerGas,delete t.maxFeePerGas),t}async function Gl(e,t,r,o,n){o=Object.assign({chainId:Jr},o),wg(o);let a=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[o]}})).response.data;return await n.sendTransaction(a)}async function Vl(e,t,r,o){let n=await o.getBalance(e),i=t.value||0,l=!n.sub(gt(i)).sub(r).isNegative();return{balance:n,hasSufficientFunds:l}}function wg(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let o=e[r];if(!(typeof o>"u")&&!j6(o))throw new Error(`Transaction request property '${r}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function j6(e){let t=typeof e=="number",r=typeof e=="bigint",o=typeof e=="string"&&bg(e);return t||r||o}function bg(e){return/^-?0x[a-f0-9]+$/i.test(e)}function zl(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as zd,useEffect as Y6}from"react";var ql=e=>{let{showFiatPrices:t,getUsdTokenPrice:r,chains:o}=M(),[n,i]=zd(!0),[a,l]=zd(void 0),[s,c]=zd(void 0);return Y6(()=>{let u=e.chainId||Jr,f=o.find(y=>y.id===Number(u));if(!f)throw new ee(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await r(f);y?c(y):l(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as Z6,useContext as J6}from"react";var qd=Z6(null);function va(){let e=J6(qd);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as Tg}from"react/jsx-runtime";var Ca=({pendingTransaction:e})=>{let{getAccessToken:t}=B(),{wallets:r}=va(),{walletProxy:o,rpcConfig:n,chains:i,appId:a,nativeTokenSymbolForChainId:l}=M(),[s,c]=Eg(null),[u,f]=Eg(e),{tokenPrice:h}=ql(u),y=l(e.chainId)||"ETH",w=Q6(()=>r.find(v=>v.walletClientType==="privy"),[r]);return X6(()=>{async function v(){if(!await t()||!o||!w)return u;let S=Qr(u.chainId,i,n,{appId:a}),C=await ui(w.address,u,S),{totalGasEstimate:R}=await pi(C,S);return c(R.toHexString()),C}v().then(f).catch(console.error)},[o]),w?Tg(tb,{children:Tg(li,{from:w.address,to:u.to,txn:u,gas:s??void 0,tokenPrice:h,tokenSymbol:y})}):null},tb=eb.div`
2311
+ `;import{VoidSigner as K6}from"@ethersproject/abstract-signer";import{EtherscanProvider as wz}from"@ethersproject/providers";import{BigNumber as mg}from"@ethersproject/bignumber";import{BigNumber as ci}from"@ethersproject/bignumber";import{Contract as G6}from"@ethersproject/contracts";import{serialize as V6}from"@ethersproject/transactions";var di=e=>[Es.id,Ps.id,Ts.id,Ss.id,xs.id,_s.id,ks.id,Rs.id,As.id].includes(e),dg=async(e,t)=>{if(!di(e.chainId))throw new Error("Invalid chain ID for OP Stack gas estimation.");if(e.type===void 0&&(e.type=2),e.maxPriorityFeePerGas&&e.maxFeePerGas||e.gasPrice)return e;try{if(!e.maxPriorityFeePerGas){let r=await t.send("eth_maxPriorityFeePerGas",[]);e.maxPriorityFeePerGas=r}if(e.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),e.maxPriorityFeePerGas>=e.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!e.maxFeePerGas){let{lastBaseFeePerGas:r}=await t.getFeeData();if(!r)throw new Error("Unable to fetch baseFee for last block.");let i=ci.from(r).mul(ci.from(126)).div(ci.from(100)).add(ci.from(e.maxPriorityFeePerGas));e.maxFeePerGas=ga(i)}}catch(r){throw new Error(`Failed to set gas price for OP stack transaction: ${r}.`)}return e};async function pg(e,t){if(!e.chainId||e.chainId&&!di(e.chainId))return ci.from(0);let r=ci.from(0);try{let o=new G6(Xp,eu,t),n=ug(e),i=V6(n);r=await o.getL1Fee(i)}catch{}return r}async function fg(e,t){try{return(await t.estimateGas(e)).toHexString()}catch{}let r={...e,from:void 0};return(await t.estimateGas(r)).toHexString()}var hg=async(e,t)=>{if(e.type===void 0&&(e.type=2),e.type===2){if(!e.maxFeePerGas||!e.maxPriorityFeePerGas){let r=await t.getFeeData();e.maxFeePerGas||(e.maxFeePerGas=r.maxFeePerGas?.toHexString()),e.maxPriorityFeePerGas||(e.maxPriorityFeePerGas=r.maxPriorityFeePerGas?.toHexString())}}else if(!e.gasPrice){let r=await t.getFeeData();e.gasPrice=r.gasPrice?.toHexString()}return e};async function pi(e,t){if(!e.gasLimit)throw new Oe("gasLimit was not successfully set for transaction.");let r=ft(e.gasLimit),o=mg.from(0);if(e.type==2)if(e.maxFeePerGas)o=ft(e.maxFeePerGas);else throw new Oe("maxFeePerGas was not successfully set for transaction of type 2.");else if(e.gasPrice)o=ft(e.gasPrice);else throw new Oe("gasPrice was not successfully set for transaction of type 0 or 1.");let n=r.mul(o),i=mg.from(0);if(e.chainId&&di(e.chainId))try{i=await pg(e,t),n=n.add(i)}catch{}return{totalGasEstimate:n,l1ExecutionFeeEstimate:i}}import{BigNumber as Ud}from"@ethersproject/bignumber";var Fd=e=>[Cs.id,ws.id,bs.id].includes(e),yg=async(e,t)=>{if(!Fd(e.chainId))throw new Error("Invalid chain ID for Arbitrum gas estimation.");if(e.type===void 0&&(e.type=2),e.maxFeePerGas)return e;try{let{lastBaseFeePerGas:r}=await t.getFeeData();if(r){let o=r.mul(Ud.from(120)).div(Ud.from(100));e.maxFeePerGas=ga(o),e.maxPriorityFeePerGas=ga(Ud.from(0))}}catch(r){throw new Error(`Failed to set gas price for Arbitrum transaction: ${r}.`)}return e};var Bd=e=>[56,97].includes(e),gg=async(e,t)=>{if(!Bd(e.chainId))throw new Error("Invalid chain ID for BSC gas estimation.");if(e.type===void 0?e.type=0:(e.type==1||e.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),!e.gasPrice){let r=await t.getFeeData();e.gasPrice=r.gasPrice?.toHexString()}return e};import{parseUnits as vg}from"@ethersproject/units";import{ofetch as z6}from"ofetch";var Hd={id:80002,name:"Polygon Amoy",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{privy:{http:["https://polygon-amoy.rpc.privy.systems"]},infura:{http:["https://polygon-amoy.infura.io/v3"],webSocket:["wss://polygon-amoy.infura.io/ws/v3"]},default:{http:["https://rpc-amoy.polygon.technology"]}},blockExplorers:{default:{name:"OK LINK",url:"https://www.oklink.com/amoy"}},testnet:!0};var Vd=e=>[Ai.id,Ri.id,Hd.id].includes(e),Gd=e=>({maxPriorityFee:vg(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:vg(e.maxFee.toFixed(9),"gwei").toHexString()}),q6=e=>({safeLow:Gd(e.safeLow),standard:Gd(e.standard),fast:Gd(e.fast)}),$6=async e=>{let t="";switch(e){case Ai.id:t="https://gasstation.polygon.technology/v2";break;case Ri.id:t="https://gasstation-testnet.polygon.technology/v2";break;case Hd.id:t="https://gasstation-testnet.polygon.technology/amoy";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return q6(await z6(t))};async function Cg(e){if(!Vd(e.chainId))throw new Error("Invalid chain ID for Polygon gas estimation.");if(e.type===void 0&&(e.type=2),e.maxPriorityFeePerGas&&e.maxFeePerGas)return e;try{let{standard:t}=await $6(e.chainId);e.maxPriorityFeePerGas||(e.maxPriorityFeePerGas=t.maxPriorityFee),e.maxFeePerGas||(e.maxFeePerGas=t.maxFee)}catch(t){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${t}.`)}return e}function ga(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function ug(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=ft(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=ft(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ft(e.gasPrice)),e.value!==void 0&&(t.value=ft(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ft(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ft(e.maxPriorityFeePerGas)),t}async function ui(e,t,r){if(t.chainId=Number(t.chainId),wg(t),t.from||(t.from=e),!t.nonce){let o=new K6(e,r);t.nonce=await o.getTransactionCount("pending")}return t.gasLimit||(t.gas?(t.gasLimit=t.gas,delete t.gas):t.gasLimit=await fg(t,r)),typeof t.type=="string"&&bg(t.type)&&(t.type=Number(t.type)),[23294,23295].includes(t.chainId)&&(t.type=0),Vd(t.chainId)?t=await Cg(t):Fd(t.chainId)?t=await yg(t,r):di(t.chainId)?t=await dg(t,r):Bd(t.chainId)?t=await gg(t,r):t=await hg(t,r),t.type===0&&delete t.accessList,t.type!==2&&(delete t.maxPriorityFeePerGas,delete t.maxFeePerGas),t}async function Gl(e,t,r,o,n){o=Object.assign({chainId:Jr},o),wg(o);let a=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[o]}})).response.data;return await n.sendTransaction(a)}async function Vl(e,t,r,o){let n=await o.getBalance(e),i=t.value||0,l=!n.sub(ft(i)).sub(r).isNegative();return{balance:n,hasSufficientFunds:l}}function wg(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let o=e[r];if(!(typeof o>"u")&&!j6(o))throw new Error(`Transaction request property '${r}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function j6(e){let t=typeof e=="number",r=typeof e=="bigint",o=typeof e=="string"&&bg(e);return t||r||o}function bg(e){return/^-?0x[a-f0-9]+$/i.test(e)}function zl(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as zd,useEffect as Y6}from"react";var ql=e=>{let{showFiatPrices:t,getUsdTokenPrice:r,chains:o}=I(),[n,i]=zd(!0),[a,l]=zd(void 0),[s,c]=zd(void 0);return Y6(()=>{let u=e.chainId||Jr,m=o.find(y=>y.id===Number(u));if(!m)throw new ee(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await r(m);y?c(y):l(new Error(`Unable to fetch token price on chain id ${m.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as Z6,useContext as J6}from"react";var qd=Z6(null);function va(){let e=J6(qd);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as Pg}from"react/jsx-runtime";var Ca=({pendingTransaction:e})=>{let{getAccessToken:t}=F(),{wallets:r}=va(),{walletProxy:o,rpcConfig:n,chains:i,appId:a,nativeTokenSymbolForChainId:l}=I(),[s,c]=Eg(null),[u,m]=Eg(e),{tokenPrice:h}=ql(u),y=l(e.chainId)||"ETH",w=Q6(()=>r.find(g=>g.walletClientType==="privy"),[r]);return X6(()=>{async function g(){if(!await t()||!o||!w)return u;let S=Qr(u.chainId,i,n,{appId:a}),C=await ui(w.address,u,S),{totalGasEstimate:R}=await pi(C,S);return c(R.toHexString()),C}g().then(m).catch(console.error)},[o]),w?Pg(tb,{children:Pg(li,{from:w.address,to:u.to,txn:u,gas:s??void 0,tokenPrice:h,tokenSymbol:y})}):null},tb=eb.div`
2312
2312
  width: 100%;
2313
2313
  padding: 1rem 0;
2314
- `;import rb from"@heroicons/react/24/outline/CalendarIcon";import ob from"@heroicons/react/24/outline/ExclamationTriangleIcon";import nb from"@heroicons/react/24/outline/ShieldCheckIcon";import{Fragment as Pg,jsx as vt,jsxs as mi}from"react/jsx-runtime";var Sg=({hasBlockingError:e,error:t,onClose:r,onBack:o,handleSubmit:n,account:i,submitSuccess:a})=>{let{pendingTransaction:l}=M();return mi(Pg,{children:[vt(T,{onClose:r},"header"),vt(ft,{children:mi("div",{children:[vt(ut,{success:a,fail:!!t}),t?vt(ob,{style:{width:"38px",height:"38px"}}):vt(ln,{style:{width:"38px",height:"38px"}})]})}),vt(ne,{style:{marginTop:"1rem"},children:"Verifying with passkey"}),mi(Qo,{children:[mi(Lt,{children:[vt(Wt,{children:vt(nb,{})}),"Approve this action using your touch, face, PIN, or hardware key."]}),mi(Lt,{children:[vt(Wt,{children:vt(rb,{})}),"You last added a passkey on"," ",i?.firstVerifiedAt?.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"}),"."]})]}),l&&vt(lr,{children:vt(Ca,{pendingTransaction:l})}),t&&mi(Pg,{children:[vt(Ks,{style:{marginTop:"1.25rem"},children:t.message}),vt(W,{disabled:e,onClick:n,style:{marginTop:"1.25rem"},children:"Try again"})]}),o&&vt(Oi,{style:{marginTop:"1rem"},onClick:o,children:"Choose another method"}),vt(q,{})]})};import{Fragment as $d,jsx as pe,jsxs as xr}from"react/jsx-runtime";var Kd=({open:e,onClose:t})=>{let{user:r}=B(),[o,n]=wa(null),{init:i,cancel:a,submit:l}=sa(),[s,c]=wa(!1),[u,f]=wa(!1),[h,y]=wa(null),[w,v]=wa(null);pb(()=>{e&&r?.mfaMethods&&r.mfaMethods.length>0?C(r.mfaMethods[0]):n(null)},[r?.mfaMethods,e]);let k=L=>Zc(L)?(c(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):on(L)?(c(!1),new Error("The code you entered is not valid")):rn(L)?(c(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(console.error(L),c(!1),new Error("Something went wrong."));async function S(L){v(null);try{if(!L||!o)return;await l(o,L),f(!0),c(!1),t()}catch(P){throw k(P)}}async function C(L){if(L==="passkey"){try{n(L);let P=await i(L);if(!P)throw new Error("something went wrong");y(P),await l(L,P),f(!0),c(!1),t()}catch(P){v(k(P))}return}try{n(L),await i(L)}catch(P){console.error(P)}}let R=()=>{n(null),v(null),a(),t()},_=()=>{n(null),v(null)};if(!e||!r)return null;if(o==="passkey"){let L=r.linkedAccounts.filter(P=>P.type==="passkey"&&P.enrolledInMfa).sort((P,N)=>N.firstVerifiedAt.valueOf()-P.firstVerifiedAt.valueOf())[0];return pe(Sg,{account:L,selectedMethod:o,submitSuccess:u,hasBlockingError:s,error:w,onClose:R,onBack:_,handleSubmit:()=>S(h).catch(v)})}return o?pe(ub,{submitSuccess:u,hasBlockingError:s,handleSubmitCode:S,selectedMethod:o,onClose:R,onBack:r.mfaMethods.length>1?()=>n(null):void 0}):xr($d,{children:[pe(T,{onClose:R},"header"),pe(Ee,{children:pe(We,{children:pe(lb,{})})}),pe(ne,{children:"Verify your identity"}),pe(se,{children:"Choose a verification method"}),xr(Gs,{children:[r.mfaMethods.includes("totp")&&xr(Re,{onClick:()=>C("totp"),children:[pe(ib,{}),"Authenticator App"]},"totp"),r.mfaMethods.includes("sms")&&xr(Re,{onClick:()=>C("sms"),children:[pe(sb,{}),"SMS"]},"sms"),r.mfaMethods.includes("passkey")&&xr(Re,{onClick:()=>C("passkey"),children:[pe(ab,{}),"Passkey"]},"passkey")]}),pe(q,{})]})},ub=({selectedMethod:e,submitSuccess:t,hasBlockingError:r,onClose:o,onBack:n,handleSubmitCode:i})=>{let{app:a}=x(),{pendingTransaction:l}=M();switch(e){case"sms":return xr($d,{children:[pe(T,{onClose:o},"header"),pe(Ee,{children:pe(We,{children:pe(db,{})})}),pe(ne,{children:"Enter verification code"}),xr(lr,{children:[pe(dn,{success:t,disabled:r,onChange:i}),xr(se,{children:["To continue, please enter the 6-digit code sent to your ",pe("strong",{children:"mobile device"})]}),l&&pe(Ca,{pendingTransaction:l})]}),n&&pe(Oi,{theme:a?.appearance.palette.colorScheme,onClick:n,children:"Choose another method"}),pe(gr,{onClick:o,children:"Not now"}),pe(q,{})]});case"totp":return xr($d,{children:[pe(T,{onClose:o},"header"),pe(Ee,{children:pe(We,{children:pe(cb,{})})}),pe(ne,{children:"Enter verification code"}),xr(lr,{children:[pe(dn,{success:t,disabled:r,onChange:i}),xr(se,{children:["To continue, please enter the 6-digit code generated from your"," ",pe("strong",{children:"authenticator app"})]}),l&&pe(Ca,{pendingTransaction:l})]}),n&&pe(Oi,{theme:a?.appearance.palette.colorScheme,onClick:n,children:"Choose another method"}),pe(gr,{onClick:o,children:"Not now"}),pe(q,{})]});default:return null}};import{useEffect as xg,useState as kg}from"react";import mb from"styled-components";import{Fragment as hb,jsx as $r,jsxs as $l}from"react/jsx-runtime";var _g=()=>{let{authenticated:e,logout:t,ready:r,user:o}=B(),{app:n,setModalData:i,navigate:a,resetNavigation:l}=x(),{getAuthMeta:s,initLoginWithOAuth:c,loginWithOAuth:u,updateWallets:f,setReadyToTrue:h,closePrivyModal:y,createAnalyticsEvent:w}=M(),[v,k]=kg(!1),[S,C]=kg(void 0),R=s()?.provider||"google",{name:_,component:L}=ki(R),P=Os(),N=n?.render.inDialog?Be:0;xg(()=>{u(R).then(V=>{k(!0),h(!0),V&&P("login","onOAuthLoginComplete",V)}).catch(V=>{if(V?.privyErrorCode==="allowlist_rejected"){C(void 0),l(),a("ALLOWLIST_REJECTION_SCREEN");return}if(V?.privyErrorCode==="max_accounts_reached"){console.error(new Ar(V).toString()),C(void 0),l(),a("USER_LIMIT_REACHED_SCREEN");return}let{retryable:I,detail:Q}=Tu(V,R);C({retryable:I,detail:Q,message:"Authentication failed"}),h(!1)}).finally(()=>{qo()})},[_,R]),xg(()=>{if(r&&e&&v&&o){if(n?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let I=setTimeout(()=>{a("AFFIRMATIVE_CONSENT_SCREEN")},N);return()=>clearTimeout(I)}if(nr(o,n?.embeddedWallets?.createOnLogin)){let I=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:Q=>{console.error(Q),w({eventName:"embedded_wallet_creation_failure_logout",payload:{error:Q,provider:R,screen:"OAuthStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),a("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},N);return()=>clearTimeout(I)}else{let I=setTimeout(()=>y({shouldCallAuthOnSuccess:!0,isSuccess:!0}),N);return f(),()=>clearTimeout(I)}}},[r,e,v,o]);let K=v?`Successfully connected with ${_}`:S?S.message:`Verifying connection to ${_}`,G="";return v?G="You\u2019re good to go!":S?G=S.detail:G="Just a few moments more",$l(hb,{children:[$r(T,{}),$r(X,{}),$l(fb,{children:[$r(ft,{children:$l("div",{children:[$r(ut,{success:v,fail:!!S}),$r(L,{style:{width:"38px",height:"38px"}})]})}),$l(Ye,{children:[$r("h3",{children:K}),$r("p",{children:G})]}),S&&S?.retryable?$r(Fs,{onClick:()=>{qo(),c(R),C(void 0)},disabled:!v&&!S?.retryable,children:"Retry"}):null]}),$r(ie,{}),$r(q,{})]})},fb=mb.div`
2314
+ `;import rb from"@heroicons/react/24/outline/CalendarIcon";import ob from"@heroicons/react/24/outline/ExclamationTriangleIcon";import nb from"@heroicons/react/24/outline/ShieldCheckIcon";import{Fragment as Tg,jsx as ht,jsxs as mi}from"react/jsx-runtime";var Sg=({hasBlockingError:e,error:t,onClose:r,onBack:o,handleSubmit:n,account:i,submitSuccess:a})=>{let{pendingTransaction:l}=I();return mi(Tg,{children:[ht(E,{onClose:r},"header"),ht(pt,{children:mi("div",{children:[ht(ct,{success:a,fail:!!t}),t?ht(ob,{style:{width:"38px",height:"38px"}}):ht(ln,{style:{width:"38px",height:"38px"}})]})}),ht(ne,{style:{marginTop:"1rem"},children:"Verifying with passkey"}),mi(Qo,{children:[mi(It,{children:[ht(Rt,{children:ht(nb,{})}),"Approve this action using your touch, face, PIN, or hardware key."]}),mi(It,{children:[ht(Rt,{children:ht(rb,{})}),"You last added a passkey on"," ",i?.firstVerifiedAt?.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"}),"."]})]}),l&&ht(lr,{children:ht(Ca,{pendingTransaction:l})}),t&&mi(Tg,{children:[ht(Ks,{style:{marginTop:"1.25rem"},children:t.message}),ht(W,{disabled:e,onClick:n,style:{marginTop:"1.25rem"},children:"Try again"})]}),o&&ht(Oi,{style:{marginTop:"1rem"},onClick:o,children:"Choose another method"}),ht(q,{})]})};import{Fragment as $d,jsx as pe,jsxs as xr}from"react/jsx-runtime";var Kd=({open:e,onClose:t})=>{let{user:r}=F(),[o,n]=wa(null),{init:i,cancel:a,submit:l}=sa(),[s,c]=wa(!1),[u,m]=wa(!1),[h,y]=wa(null),[w,g]=wa(null);pb(()=>{e&&r?.mfaMethods&&r.mfaMethods.length>0?C(r.mfaMethods[0]):n(null)},[r?.mfaMethods,e]);let _=L=>Zc(L)?(c(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):on(L)?(c(!1),new Error("The code you entered is not valid")):rn(L)?(c(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(console.error(L),c(!1),new Error("Something went wrong."));async function S(L){g(null);try{if(!L||!o)return;await l(o,L),m(!0),c(!1),t()}catch(T){throw _(T)}}async function C(L){if(L==="passkey"){try{n(L);let T=await i(L);if(!T)throw new Error("something went wrong");y(T),await l(L,T),m(!0),c(!1),t()}catch(T){g(_(T))}return}try{n(L),await i(L)}catch(T){console.error(T)}}let R=()=>{n(null),g(null),a(),t()},k=()=>{n(null),g(null)};if(!e||!r)return null;if(o==="passkey"){let L=r.linkedAccounts.filter(T=>T.type==="passkey"&&T.enrolledInMfa).sort((T,N)=>N.firstVerifiedAt.valueOf()-T.firstVerifiedAt.valueOf())[0];return pe(Sg,{account:L,selectedMethod:o,submitSuccess:u,hasBlockingError:s,error:w,onClose:R,onBack:k,handleSubmit:()=>S(h).catch(g)})}return o?pe(ub,{submitSuccess:u,hasBlockingError:s,handleSubmitCode:S,selectedMethod:o,onClose:R,onBack:r.mfaMethods.length>1?()=>n(null):void 0}):xr($d,{children:[pe(E,{onClose:R},"header"),pe(be,{children:pe(Me,{children:pe(lb,{})})}),pe(ne,{children:"Verify your identity"}),pe(se,{children:"Choose a verification method"}),xr(Gs,{children:[r.mfaMethods.includes("totp")&&xr(Ae,{onClick:()=>C("totp"),children:[pe(ib,{}),"Authenticator App"]},"totp"),r.mfaMethods.includes("sms")&&xr(Ae,{onClick:()=>C("sms"),children:[pe(sb,{}),"SMS"]},"sms"),r.mfaMethods.includes("passkey")&&xr(Ae,{onClick:()=>C("passkey"),children:[pe(ab,{}),"Passkey"]},"passkey")]}),pe(q,{})]})},ub=({selectedMethod:e,submitSuccess:t,hasBlockingError:r,onClose:o,onBack:n,handleSubmitCode:i})=>{let{app:a}=x(),{pendingTransaction:l}=I();switch(e){case"sms":return xr($d,{children:[pe(E,{onClose:o},"header"),pe(be,{children:pe(Me,{children:pe(db,{})})}),pe(ne,{children:"Enter verification code"}),xr(lr,{children:[pe(dn,{success:t,disabled:r,onChange:i}),xr(se,{children:["To continue, please enter the 6-digit code sent to your ",pe("strong",{children:"mobile device"})]}),l&&pe(Ca,{pendingTransaction:l})]}),n&&pe(Oi,{theme:a?.appearance.palette.colorScheme,onClick:n,children:"Choose another method"}),pe(gr,{onClick:o,children:"Not now"}),pe(q,{})]});case"totp":return xr($d,{children:[pe(E,{onClose:o},"header"),pe(be,{children:pe(Me,{children:pe(cb,{})})}),pe(ne,{children:"Enter verification code"}),xr(lr,{children:[pe(dn,{success:t,disabled:r,onChange:i}),xr(se,{children:["To continue, please enter the 6-digit code generated from your"," ",pe("strong",{children:"authenticator app"})]}),l&&pe(Ca,{pendingTransaction:l})]}),n&&pe(Oi,{theme:a?.appearance.palette.colorScheme,onClick:n,children:"Choose another method"}),pe(gr,{onClick:o,children:"Not now"}),pe(q,{})]});default:return null}};import{useEffect as xg,useState as _g}from"react";import mb from"styled-components";import{Fragment as hb,jsx as $r,jsxs as $l}from"react/jsx-runtime";var kg=()=>{let{authenticated:e,logout:t,ready:r,user:o}=F(),{app:n,setModalData:i,navigate:a,resetNavigation:l}=x(),{getAuthMeta:s,initLoginWithOAuth:c,loginWithOAuth:u,updateWallets:m,setReadyToTrue:h,closePrivyModal:y,createAnalyticsEvent:w}=I(),[g,_]=_g(!1),[S,C]=_g(void 0),R=s()?.provider||"google",{name:k,component:L}=_i(R),T=Os(),N=n?.render.inDialog?Be:0;xg(()=>{u(R).then(V=>{_(!0),h(!0),V&&T("login","onOAuthLoginComplete",V)}).catch(V=>{if(V?.privyErrorCode==="allowlist_rejected"){C(void 0),l(),a("ALLOWLIST_REJECTION_SCREEN");return}if(V?.privyErrorCode==="max_accounts_reached"){console.error(new Ar(V).toString()),C(void 0),l(),a("USER_LIMIT_REACHED_SCREEN");return}let{retryable:M,detail:Q}=Pu(V,R);C({retryable:M,detail:Q,message:"Authentication failed"}),h(!1)}).finally(()=>{qo()})},[k,R]),xg(()=>{if(r&&e&&g&&o){if(n?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let M=setTimeout(()=>{a("AFFIRMATIVE_CONSENT_SCREEN")},N);return()=>clearTimeout(M)}if(nr(o,n?.embeddedWallets?.createOnLogin)){let M=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:Q=>{console.error(Q),w({eventName:"embedded_wallet_creation_failure_logout",payload:{error:Q,provider:R,screen:"OAuthStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),a("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},N);return()=>clearTimeout(M)}else{let M=setTimeout(()=>y({shouldCallAuthOnSuccess:!0,isSuccess:!0}),N);return m(),()=>clearTimeout(M)}}},[r,e,g,o]);let K=g?`Successfully connected with ${k}`:S?S.message:`Verifying connection to ${k}`,G="";return g?G="You\u2019re good to go!":S?G=S.detail:G="Just a few moments more",$l(hb,{children:[$r(E,{}),$r(X,{}),$l(fb,{children:[$r(pt,{children:$l("div",{children:[$r(ct,{success:g,fail:!!S}),$r(L,{style:{width:"38px",height:"38px"}})]})}),$l(Ye,{children:[$r("h3",{children:K}),$r("p",{children:G})]}),S&&S?.retryable?$r(Us,{onClick:()=>{qo(),c(R),C(void 0)},disabled:!g&&!S?.retryable,children:"Retry"}):null]}),$r(ie,{}),$r(q,{})]})},fb=mb.div`
2315
2315
  display: flex;
2316
2316
  flex-direction: column;
2317
2317
  align-items: center;
@@ -2319,10 +2319,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2319
2319
  margin-left: 27px;
2320
2320
  margin-right: 27px;
2321
2321
  gap: 24px;
2322
- `;import{useEffect as jd,useRef as yb,useState as Ag}from"react";import Rg from"styled-components";import{Fragment as vb,jsx as so,jsxs as Kl}from"react/jsx-runtime";var Ig=()=>{let{app:e,lastScreen:t,currentScreen:r,navigateBack:o}=x(),{loginWithPasskey:n,closePrivyModal:i}=M(),a=e?.render.inDialog?Be:0,[l,s]=Ag("loading"),[c,u]=Ag(null),f=yb([]),h=S=>{f.current=[S,...f.current]};jd(()=>()=>{f.current.forEach(S=>clearTimeout(S)),f.current=[]},[]);let y=()=>{switch(l){case"loading":return"Waiting for passkey";case"success":return"Success";case"error":return"Something went wrong"}},w=()=>{switch(l){case"loading":return`Please follow prompts to verify your passkey.
2323
- You will have to sign up with another method first to register a passkey for your account.`;case"success":return"You've successfully logged in with your passkey.";case"error":if(c instanceof Ue){if(c.privyErrorCode==="cannot_link_more_of_type")return"Cannot link more passkeys to account.";if(c.privyErrorCode==="passkey_not_allowed")return`Passkey request timed out or rejected by user.
2322
+ `;import{useEffect as jd,useRef as yb,useState as Ag}from"react";import Rg from"styled-components";import{Fragment as vb,jsx as so,jsxs as Kl}from"react/jsx-runtime";var Ig=()=>{let{app:e,lastScreen:t,currentScreen:r,navigateBack:o}=x(),{loginWithPasskey:n,closePrivyModal:i}=I(),a=e?.render.inDialog?Be:0,[l,s]=Ag("loading"),[c,u]=Ag(null),m=yb([]),h=S=>{m.current=[S,...m.current]};jd(()=>()=>{m.current.forEach(S=>clearTimeout(S)),m.current=[]},[]);let y=()=>{switch(l){case"loading":return"Waiting for passkey";case"success":return"Success";case"error":return"Something went wrong"}},w=()=>{switch(l){case"loading":return`Please follow prompts to verify your passkey.
2323
+ You will have to sign up with another method first to register a passkey for your account.`;case"success":return"You've successfully logged in with your passkey.";case"error":if(c instanceof Fe){if(c.privyErrorCode==="cannot_link_more_of_type")return"Cannot link more passkeys to account.";if(c.privyErrorCode==="passkey_not_allowed")return`Passkey request timed out or rejected by user.
2324
2324
  You will have to sign up with another method first to register a passkey for your account.`}return`An unknown error occurred.
2325
- You will have to sign up with another method first to register a passkey for your account.`}},v=()=>{switch(l){case"loading":case"success":return so(W,{onClick:()=>{},disabled:!0,children:"Continue"});case"error":return so(W,{onClick:k,disabled:!1,children:"Retry"})}},k=async()=>{s("loading");try{await n(),s("success")}catch(S){u(S),s("error")}};return jd(()=>{l==="success"&&h(setTimeout(()=>{i({shouldCallAuthOnSuccess:!0,isSuccess:!0})},a))},[l]),jd(()=>{k()},[]),Kl(vb,{children:[so(T,{backFn:!t||r===t?void 0:o}),Kl(gb,{children:[so(ft,{children:Kl("div",{children:[so(ut,{success:l==="success",fail:l==="error"}),so(cn,{style:{width:"38px",height:"38px"}})]})}),Kl(Ye,{children:[so("h3",{children:y()}),so("p",{style:{whiteSpace:"pre-wrap"},children:w()})]}),v()]}),so(q,{})]})},gb=Rg.div`
2325
+ You will have to sign up with another method first to register a passkey for your account.`}},g=()=>{switch(l){case"loading":case"success":return so(W,{onClick:()=>{},disabled:!0,children:"Continue"});case"error":return so(W,{onClick:_,disabled:!1,children:"Retry"})}},_=async()=>{s("loading");try{await n(),s("success")}catch(S){u(S),s("error")}};return jd(()=>{l==="success"&&h(setTimeout(()=>{i({shouldCallAuthOnSuccess:!0,isSuccess:!0})},a))},[l]),jd(()=>{_()},[]),Kl(vb,{children:[so(E,{backFn:!t||r===t?void 0:o}),Kl(gb,{children:[so(pt,{children:Kl("div",{children:[so(ct,{success:l==="success",fail:l==="error"}),so(cn,{style:{width:"38px",height:"38px"}})]})}),Kl(Ye,{children:[so("h3",{children:y()}),so("p",{style:{whiteSpace:"pre-wrap"},children:w()})]}),g()]}),so(q,{})]})},gb=Rg.div`
2326
2326
  display: flex;
2327
2327
  flex-direction: column;
2328
2328
  align-items: center;
@@ -2345,9 +2345,9 @@ You will have to sign up with another method first to register a passkey for you
2345
2345
  stroke: var(--privy-color-accent) !important;
2346
2346
  fill: var(--privy-color-accent) !important;
2347
2347
  }
2348
- `;import{useEffect as wb,useState as Wg}from"react";import bb from"styled-components";import{isMobile as Cb}from"react-device-detect";var Mg=(e,t)=>{let r=new URL(window.location.href),o=encodeURIComponent(r.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!fo()&&Cb)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${o}?ref=${o}`};import{Fragment as Tb,jsx as lo,jsxs as Lg}from"react/jsx-runtime";var Og=()=>{let{forkSession:e,ready:t,authenticated:r}=B(),[o,n]=Wg(""),[i,a]=Wg(!1);wb(()=>{t&&r&&e().then(n)},[t,r]);let l=Mg(o,!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."),Lg(Tb,{children:[lo(T,{},"header"),lo(X,{}),lo(Ur,{title:s.title,description:s.description}),Lg(cr,{children:[lo(Eb,{children:lo(Wr,{style:{width:"72px",height:"72px"}})}),lo(Ds,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?lo("p",{children:s.footnote}):null]}),lo(ie,{}),lo(z,{protectedByPrivy:!0})]})},Eb=bb(Tt)`
2348
+ `;import{useEffect as wb,useState as Wg}from"react";import bb from"styled-components";import{isMobile as Cb}from"react-device-detect";var Mg=(e,t)=>{let r=new URL(window.location.href),o=encodeURIComponent(r.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!fo()&&Cb)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${o}?ref=${o}`};import{Fragment as Pb,jsx as lo,jsxs as Lg}from"react/jsx-runtime";var Og=()=>{let{forkSession:e,ready:t,authenticated:r}=F(),[o,n]=Wg(""),[i,a]=Wg(!1);wb(()=>{t&&r&&e().then(n)},[t,r]);let l=Mg(o,!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."),Lg(Pb,{children:[lo(E,{},"header"),lo(X,{}),lo(Fr,{title:s.title,description:s.description}),Lg(cr,{children:[lo(Eb,{children:lo(Wr,{style:{width:"72px",height:"72px"}})}),lo(Ds,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?lo("p",{children:s.footnote}):null]}),lo(ie,{}),lo(z,{protectedByPrivy:!0})]})},Eb=bb(wt)`
2349
2349
  margin: 16px auto;
2350
- `;import Pb from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as Sb,useState as jl}from"react";import Yl,{css as xb}from"styled-components";import{Fragment as Ib,jsx as kt,jsxs as mn}from"react/jsx-runtime";var Ng=()=>{let[e,t]=jl(!0),{authenticated:r,getAccessToken:o}=B(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=M(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),[u,f]=jl(void 0),[h,y]=jl(""),[w,v]=jl(!1),{privyWallet:k,onCompleteNavigateTo:S,onSuccess:C,onFailure:R}=s.recoverWallet,_=(N="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),R(typeof N=="string"?new Et(N):N)};c.current=_,Sb(()=>{if(!r||!k)return _("User must be authenticated and have a Privy wallet before it can be recovered")},[r]);let L=N=>{N&&f(N)};return mn(Ib,{children:[kt(T,{onClose:_}),kt(X,{}),mn(_b,{children:[mn(kb,{children:[kt(Pb,{height:48,width:48,stroke:"var(--privy-color-accent)"}),kt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),kt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),mn("div",{children:[mn(To,{children:[kt(Yn,{type:e?"password":"text",onChange:N=>L(N.target.value),disabled:w,style:{paddingRight:"2.3rem"}}),kt(Zn,{style:{right:"0.75rem"},children:e?kt(Jn,{onClick:()=>t(!1)}):kt(Qn,{onClick:()=>t(!0)})})]}),!!h&&kt(Ab,{children:h})]}),mn("div",{children:[mn(Mm,{children:[kt("h4",{children:"Why is this necessary?"}),kt("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),kt(Rb,{loading:w||!n,disabled:!u,onClick:async()=>{v(!0);let N=await o();if(N&&k&&u!==null)try{a({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:k.address}}),await n?.recover({address:k.address,accessToken:N,recoveryPin:u}),y(""),S?l(S):i({shouldCallAuthOnSuccess:!1}),C?.(k),a({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:k.address}})}catch(K){ff(K)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{v(!1)}else return _("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!k&&w,children:"Recover your account"})]})]}),kt(ie,{}),kt(z,{protectedByPrivy:!0})]})},kb=Yl.div`
2350
+ `;import Tb from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as Sb,useState as jl}from"react";import Yl,{css as xb}from"styled-components";import{Fragment as Ib,jsx as Tt,jsxs as mn}from"react/jsx-runtime";var Ng=()=>{let[e,t]=jl(!0),{authenticated:r,getAccessToken:o}=F(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=I(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),[u,m]=jl(void 0),[h,y]=jl(""),[w,g]=jl(!1),{privyWallet:_,onCompleteNavigateTo:S,onSuccess:C,onFailure:R}=s.recoverWallet,k=(N="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),R(typeof N=="string"?new Ct(N):N)};c.current=k,Sb(()=>{if(!r||!_)return k("User must be authenticated and have a Privy wallet before it can be recovered")},[r]);let L=N=>{N&&m(N)};return mn(Ib,{children:[Tt(E,{onClose:k}),Tt(X,{}),mn(kb,{children:[mn(_b,{children:[Tt(Tb,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Tt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),Tt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),mn("div",{children:[mn(Po,{children:[Tt(Yn,{type:e?"password":"text",onChange:N=>L(N.target.value),disabled:w,style:{paddingRight:"2.3rem"}}),Tt(Zn,{style:{right:"0.75rem"},children:e?Tt(Jn,{onClick:()=>t(!1)}):Tt(Qn,{onClick:()=>t(!0)})})]}),!!h&&Tt(Ab,{children:h})]}),mn("div",{children:[mn(Mm,{children:[Tt("h4",{children:"Why is this necessary?"}),Tt("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),Tt(Rb,{loading:w||!n,disabled:!u,onClick:async()=>{g(!0);let N=await o();if(N&&_&&u!==null)try{a({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:_.address}}),await n?.recover({address:_.address,accessToken:N,recoveryPin:u}),y(""),S?l(S):i({shouldCallAuthOnSuccess:!1}),C?.(_),a({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:_.address}})}catch(K){ff(K)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{g(!1)}else return k("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!_&&w,children:"Recover your account"})]})]}),Tt(ie,{}),Tt(z,{protectedByPrivy:!0})]})},_b=Yl.div`
2351
2351
  display: flex;
2352
2352
  flex-direction: column;
2353
2353
  align-items: center;
@@ -2369,7 +2369,7 @@ You will have to sign up with another method first to register a passkey for you
2369
2369
  font-weight: 400;
2370
2370
  line-height: 20px;
2371
2371
  }
2372
- `,_b=Yl.div`
2372
+ `,kb=Yl.div`
2373
2373
  display: flex;
2374
2374
  flex-direction: column;
2375
2375
  justify-content: space-between;
@@ -2388,21 +2388,21 @@ You will have to sign up with another method first to register a passkey for you
2388
2388
  transition: none;
2389
2389
  }
2390
2390
  `}
2391
- `;import{useCallback as Mb,useEffect as Bg,useState as Yd}from"react";import{jsx as co,jsxs as Dg}from"react/jsx-runtime";var Zl=({style:e,...t})=>Dg("svg",{width:"16",height:"14",style:e,viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[Dg("g",{clipPath:"url(#clip0_2115_829)",children:[co("path",{d:"M2.34709 12.9404L2.3471 12.9404L2.34565 12.938L1.64031 11.7448L1.64004 11.7444L0.651257 10.0677C0.640723 10.0496 0.630746 10.0314 0.621325 10.0129H4.16461L2.39424 13.0139C2.3775 12.9901 2.36178 12.9656 2.34709 12.9404Z",fill:"#0066DA",stroke:"#6366F1"}),co("path",{d:"M8 4.48713L5.47995 0.215332C5.23253 0.358922 5.02176 0.556358 4.87514 0.80764L0.219931 8.70508C0.076007 8.95094 0.000191627 9.22937 0 9.51277H5.04009L8 4.48713Z",fill:"#00AC47"}),co("path",{d:"M13.48 13.7847C13.7274 13.6411 13.9382 13.4437 14.0848 13.1924L14.3781 12.6988L15.7801 10.3206C15.9267 10.0693 16.0001 9.79114 16.0001 9.51294H10.9596L12.0321 11.577L13.48 13.7847Z",fill:"#EA4335"}),co("path",{d:"M8.00003 4.48718L10.5201 0.215385C10.2726 0.0717949 9.98857 0 9.69533 0H6.30472C6.01148 0 5.7274 0.0807692 5.47998 0.215385L8.00003 4.48718Z",fill:"#00832D"}),co("path",{d:"M10.9599 9.51294H5.04007L2.52002 13.7847C2.76744 13.9283 3.05152 14.0001 3.34476 14.0001H12.6552C12.9484 14.0001 13.2325 13.9194 13.4799 13.7847L10.9599 9.51294Z",fill:"#2684FC"}),co("path",{d:"M13.4525 4.75636L11.1249 0.80764C10.9782 0.556358 10.7675 0.358922 10.52 0.215332L8 4.48713L10.9599 9.51277H15.9908C15.9908 9.23456 15.9175 8.95636 15.7709 8.70508L13.4525 4.75636Z",fill:"#FFBA00"})]}),co("defs",{children:co("clipPath",{id:"clip0_2115_829",children:co("rect",{width:"16",height:"14",fill:"white"})})})]});import Fg from"styled-components";var ba=Fg.div`
2391
+ `;import{useCallback as Mb,useEffect as Bg,useState as Yd}from"react";import{jsx as co,jsxs as Dg}from"react/jsx-runtime";var Zl=({style:e,...t})=>Dg("svg",{width:"16",height:"14",style:e,viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[Dg("g",{clipPath:"url(#clip0_2115_829)",children:[co("path",{d:"M2.34709 12.9404L2.3471 12.9404L2.34565 12.938L1.64031 11.7448L1.64004 11.7444L0.651257 10.0677C0.640723 10.0496 0.630746 10.0314 0.621325 10.0129H4.16461L2.39424 13.0139C2.3775 12.9901 2.36178 12.9656 2.34709 12.9404Z",fill:"#0066DA",stroke:"#6366F1"}),co("path",{d:"M8 4.48713L5.47995 0.215332C5.23253 0.358922 5.02176 0.556358 4.87514 0.80764L0.219931 8.70508C0.076007 8.95094 0.000191627 9.22937 0 9.51277H5.04009L8 4.48713Z",fill:"#00AC47"}),co("path",{d:"M13.48 13.7847C13.7274 13.6411 13.9382 13.4437 14.0848 13.1924L14.3781 12.6988L15.7801 10.3206C15.9267 10.0693 16.0001 9.79114 16.0001 9.51294H10.9596L12.0321 11.577L13.48 13.7847Z",fill:"#EA4335"}),co("path",{d:"M8.00003 4.48718L10.5201 0.215385C10.2726 0.0717949 9.98857 0 9.69533 0H6.30472C6.01148 0 5.7274 0.0807692 5.47998 0.215385L8.00003 4.48718Z",fill:"#00832D"}),co("path",{d:"M10.9599 9.51294H5.04007L2.52002 13.7847C2.76744 13.9283 3.05152 14.0001 3.34476 14.0001H12.6552C12.9484 14.0001 13.2325 13.9194 13.4799 13.7847L10.9599 9.51294Z",fill:"#2684FC"}),co("path",{d:"M13.4525 4.75636L11.1249 0.80764C10.9782 0.556358 10.7675 0.358922 10.52 0.215332L8 4.48713L10.9599 9.51277H15.9908C15.9908 9.23456 15.9175 8.95636 15.7709 8.70508L13.4525 4.75636Z",fill:"#FFBA00"})]}),co("defs",{children:co("clipPath",{id:"clip0_2115_829",children:co("rect",{width:"16",height:"14",fill:"white"})})})]});import Ug from"styled-components";var ba=Ug.div`
2392
2392
  display: flex;
2393
2393
  flex-direction: column;
2394
2394
  gap: 12px;
2395
2395
  padding-top: 24px;
2396
2396
  padding-bottom: 24px;
2397
- `,Ug=Fg.div`
2397
+ `,Fg=Ug.div`
2398
2398
  padding-bottom: 24px;
2399
- `;import{Fragment as Gg,jsx as po,jsxs as Zd}from"react/jsx-runtime";var Hg={"google-drive":{name:"Google Drive",component:Zl}},Vg=()=>{let{logout:e}=B(),{navigate:t,setModalData:r,data:o}=x(),{recoveryOAuthFlow:n,closePrivyModal:i,createAnalyticsEvent:a}=M(),[l,s]=Yd(!1),{provider:c,action:u,isInAccountCreateFlow:f}=o?.recoveryOAuthStatus,[h,y]=Yd(void 0),[w,v]=Yd(u==="create-wallet"),k=Hg[c].name,S=Hg[c].component,C=o?.recoverWallet?.onCompleteNavigateTo,R=new Oe(async(N="create-wallet")=>(v(!0),new Promise((K,G)=>{setTimeout(async()=>{try{let V=window.open();await n(c,N,V),s(!0),K()}catch{y({message:`${N==="recover"?"Recovery":"Back up"} with ${k} unsuccessful`,detail:u==="recover"?`Please verify that you are selecting the ${k} account associated with your backup.`:"Something went wrong.",retryable:!0}),G()}},0)})));Bg(()=>{u==="create-wallet"&&R.execute("create-wallet")},[]),Bg(()=>{if(!l)return;let N=setTimeout(()=>{f?(r({createWallet:{onSuccess:()=>{},onFailure:K=>{a({eventName:"embedded_wallet_creation_failure_logout",payload:{error:K,screen:"RecoveryOAuthScreen"}}),e()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_CREATED_SCREEN")):i({shouldCallAuthOnSuccess:!1})},Be);return()=>clearTimeout(N)},[l]);let _=Mb(async()=>{await R.execute("recover"),C?t(C):s(!0)},[]),L=l?"Success!":h?h.message:`Verifying connection to ${k}`,P="";return h?P=h.detail:l?P=`Successfully ${u==="recover"?"recovered":"backed up"} with Google.`:P=`${u==="recover"?"Recovering":"Backing up"} with Google...`,Zd(Gg,{children:[po(T,{}),w?po(Gg,{children:Zd(ba,{children:[po(Te,{title:L,icon:po(S,{style:{width:"38px",height:"38px"}}),description:P}),h&&h?.retryable?po(W,{onClick:()=>{qo(),y(void 0),u==="create-wallet"?R.execute("create-wallet"):_()},disabled:!l&&!h?.retryable,children:"Try again"}):null]})}):Zd(ba,{children:[po(Te,{title:"Confirm it's really you",icon:po(S,{style:{height:42,width:48}}),description:`To confirm your identity, please log in to Google Drive where your account is
2400
- backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protectedByPrivy:!0})]})};import{useEffect as zg,useState as Ea}from"react";import{jsx as Wb}from"react/jsx-runtime";var qg=()=>{let{app:e,navigate:t,data:r,onUserCloseViaDialogOrKeybindRef:o}=x(),[n,i]=Ea(""),[a,l]=Ea(!1),[s,c]=Ea(),[u,f]=Ea(null),{authenticated:h}=B(),{closePrivyModal:y,isNewUserThisSession:w,initializeWalletProxy:v}=M(),{onSuccess:k,onFailure:S,callAuthOnSuccessOnClose:C}=r.createWallet,{createWallet:R}=nl(),[_,L]=Ea(null),P=new Oe(async()=>{try{let G=await R(s);if(!G)return;L(G),w?t("EMBEDDED_WALLET_CREATED_SCREEN"):(k(G),y({shouldCallAuthOnSuccess:C}))}catch(G){i(G.message)}});zg(()=>{u||v(3e4).then(G=>f(G))},[u]),zg(()=>{if(!h){t("LANDING"),S(new Error("User must be authenticated before creating a Privy wallet"));return}},[h]);let N=()=>{_&&_?.recoveryMethod!=="user-passcode"?(S(new Et("User created a wallet but failed to set a password for it")),y({shouldCallAuthOnSuccess:!1})):_?(k(_),y({shouldCallAuthOnSuccess:C})):(S(new Et("User wallet creation failed")),y({shouldCallAuthOnSuccess:!1}))};o.current=()=>null;let K=async()=>{l(!0);let G=250;return P.execute().then(()=>new Promise(V=>setTimeout(V,G))).finally(()=>l(!1))};return Wb(ll,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:!u,buttonLoading:a,buttonHideAnimations:!_&&a,error:n,password:s||"",onClose:N,onPasswordChange:c,onPasswordGenerate:()=>c(sl()),onSubmit:K})};import Lb from"@heroicons/react/24/outline/LockClosedIcon";import Ob from"@heroicons/react/24/outline/PencilSquareIcon";import Nb from"@heroicons/react/24/outline/QuestionMarkCircleIcon";import{useState as Db}from"react";import{Fragment as Jd,jsx as jt,jsxs as fi}from"react/jsx-runtime";var Fb=({onClose:e})=>fi(Ug,{children:[jt(Te,{title:"Why do I need to secure my account?",icon:jt(Nb,{width:48}),description:fi(Jd,{children:[jt("p",{children:"Your app uses cryptography to secure your account. App secrets are split and encrypted so only you can access them."}),jt("p",{children:"To use this app on new devices, secure account secrets using a password, your Google or your Apple account. It\u2019s important you don\u2019t lose access to the method you choose."})]})}),jt(W,{onClick:e,children:"Select backup method"})]}),$g=()=>{let{navigate:e,setModalData:t,data:r}=x(),{user:o}=B(),{embeddedWallets:n}=Lr(),a=Se(o)===null,[l,s]=Db(!1);return fi(Jd,{children:[jt(T,{backFn:l?()=>s(!1):void 0,infoFn:l?void 0:()=>s(!0)},"header"),l?jt(Fb,{onClose:()=>s(!1)}):fi(Jd,{children:[jt(Te,{title:"Secure your account",icon:jt(Lb,{width:48}),description:"Select a method for logging in on new devices and recovering your account."}),jt(ba,{children:n.userOwnedRecoveryOptions.map(c=>{switch(c){case"google-drive":return fi(Re,{onClick:async()=>{t({recoveryOAuthStatus:{provider:"google-drive",action:a?"create-wallet":"set-recovery",isInAccountCreateFlow:r?.recoverySelection?.isInAccountCreateFlow??!1}}),e("EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN")},children:[jt(Zl,{style:{width:18}})," Back up to Google Drive"]},c);case"user-passcode":return fi(Re,{onClick:()=>{e(a?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:[jt(Ob,{style:{width:18}})," Set a password"]},c);default:return null}})})]}),jt(z,{protectedByPrivy:!0})]})};import{BigNumber as t1}from"@ethersproject/bignumber";import{useMemo as r1,useEffect as o1,useState as Zt}from"react";import yi from"styled-components";function Kg(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{ExclamationCircleIcon as Bb,ClipboardDocumentIcon as Hb}from"@heroicons/react/24/outline";import{useState as Gb}from"react";import kr from"styled-components";import{ErrorCode as Jl}from"@ethersproject/logger";var Ub=new Set([Jl.CALL_EXCEPTION,Jl.NONCE_EXPIRED,Jl.REPLACEMENT_UNDERPRICED,Jl.TRANSACTION_REPLACED]),jg=e=>{let t;return e.code&&e.code!==-32e3&&Ub.has(e.code)&&(t=e.transactionHash),t},Yg=e=>e.code==="SERVER_ERROR"?e.error?.message??e.reason??e.message??"unknown error":e.error?.code==="SERVER_ERROR"?e.error?.error?.message??e.reason??e.message??"unknown error":e.reason??e.message??"unknown error";import{Fragment as Xb,jsx as Yt,jsxs as fn}from"react/jsx-runtime";var Vb=e=>{let t=e.code?.toString().replace("_"," "),r=jg(e),o=Yg(e);return{errorCode:t,transactionHash:r,errorMessage:o}},zb=()=>fn(jb,{children:[Yt(Zb,{}),Yt(Yb,{})]}),Xg=({transactionError:e,chainId:t,onClose:r,onRetry:o})=>{let{chains:n}=M(),[i,a]=Gb(!1),{errorCode:l,transactionHash:s,errorMessage:c}=Vb(e),u=n.find(f=>f.id===t)?.blockExplorers?.default.url??"https://etherscan.io";return fn(Xb,{children:[Yt(T,{onClose:r}),fn(qb,{children:[Yt(zb,{}),Yt($b,{children:l??"Something went wrong."}),Yt(Kb,{children:"Please try again."}),fn(Jg,{children:[Yt(Zg,{children:"Error message"}),Yt(Qg,{clickable:!1,children:c})]}),s&&fn(Jg,{children:[Yt(Zg,{children:"Transaction hash (click to copy)"}),fn(Qg,{clickable:!0,onClick:async()=>{await navigator.clipboard.writeText(s),a(!0)},children:[s,Yt(Qb,{})]})]}),i&&fn("a",{href:u,children:["Copied transaction hash. View details about the failed transaction on a"," ",Yt("u",{children:"block explorer"}),"."]}),Yt(Jb,{onClick:o,children:"Retry transaction"})]}),Yt(q,{})]})},qb=kr.div`
2399
+ `;import{Fragment as Gg,jsx as po,jsxs as Zd}from"react/jsx-runtime";var Hg={"google-drive":{name:"Google Drive",component:Zl}},Vg=()=>{let{logout:e}=F(),{navigate:t,setModalData:r,data:o}=x(),{recoveryOAuthFlow:n,closePrivyModal:i,createAnalyticsEvent:a}=I(),[l,s]=Yd(!1),{provider:c,action:u,isInAccountCreateFlow:m}=o?.recoveryOAuthStatus,[h,y]=Yd(void 0),[w,g]=Yd(u==="create-wallet"),_=Hg[c].name,S=Hg[c].component,C=o?.recoverWallet?.onCompleteNavigateTo,R=new Le(async(N="create-wallet")=>(g(!0),new Promise((K,G)=>{setTimeout(async()=>{try{let V=window.open();await n(c,N,V),s(!0),K()}catch{y({message:`${N==="recover"?"Recovery":"Back up"} with ${_} unsuccessful`,detail:u==="recover"?`Please verify that you are selecting the ${_} account associated with your backup.`:"Something went wrong.",retryable:!0}),G()}},0)})));Bg(()=>{u==="create-wallet"&&R.execute("create-wallet")},[]),Bg(()=>{if(!l)return;let N=setTimeout(()=>{m?(r({createWallet:{onSuccess:()=>{},onFailure:K=>{a({eventName:"embedded_wallet_creation_failure_logout",payload:{error:K,screen:"RecoveryOAuthScreen"}}),e()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_CREATED_SCREEN")):i({shouldCallAuthOnSuccess:!1})},Be);return()=>clearTimeout(N)},[l]);let k=Mb(async()=>{await R.execute("recover"),C?t(C):s(!0)},[]),L=l?"Success!":h?h.message:`Verifying connection to ${_}`,T="";return h?T=h.detail:l?T=`Successfully ${u==="recover"?"recovered":"backed up"} with Google.`:T=`${u==="recover"?"Recovering":"Backing up"} with Google...`,Zd(Gg,{children:[po(E,{}),w?po(Gg,{children:Zd(ba,{children:[po(Ee,{title:L,icon:po(S,{style:{width:"38px",height:"38px"}}),description:T}),h&&h?.retryable?po(W,{onClick:()=>{qo(),y(void 0),u==="create-wallet"?R.execute("create-wallet"):k()},disabled:!l&&!h?.retryable,children:"Try again"}):null]})}):Zd(ba,{children:[po(Ee,{title:"Confirm it's really you",icon:po(S,{style:{height:42,width:48}}),description:`To confirm your identity, please log in to Google Drive where your account is
2400
+ backed up.`}),po(W,{onClick:k,children:"Confirm with Google"})]}),po(z,{protectedByPrivy:!0})]})};import{useEffect as zg,useState as Ea}from"react";import{jsx as Wb}from"react/jsx-runtime";var qg=()=>{let{app:e,navigate:t,data:r,onUserCloseViaDialogOrKeybindRef:o}=x(),[n,i]=Ea(""),[a,l]=Ea(!1),[s,c]=Ea(),[u,m]=Ea(null),{authenticated:h}=F(),{closePrivyModal:y,isNewUserThisSession:w,initializeWalletProxy:g}=I(),{onSuccess:_,onFailure:S,callAuthOnSuccessOnClose:C}=r.createWallet,{createWallet:R}=nl(),[k,L]=Ea(null),T=new Le(async()=>{try{let G=await R(s);if(!G)return;L(G),w?t("EMBEDDED_WALLET_CREATED_SCREEN"):(_(G),y({shouldCallAuthOnSuccess:C}))}catch(G){i(G.message)}});zg(()=>{u||g(3e4).then(G=>m(G))},[u]),zg(()=>{if(!h){t("LANDING"),S(new Error("User must be authenticated before creating a Privy wallet"));return}},[h]);let N=()=>{k&&k?.recoveryMethod!=="user-passcode"?(S(new Ct("User created a wallet but failed to set a password for it")),y({shouldCallAuthOnSuccess:!1})):k?(_(k),y({shouldCallAuthOnSuccess:C})):(S(new Ct("User wallet creation failed")),y({shouldCallAuthOnSuccess:!1}))};o.current=()=>null;let K=async()=>{l(!0);let G=250;return T.execute().then(()=>new Promise(V=>setTimeout(V,G))).finally(()=>l(!1))};return Wb(ll,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:!u,buttonLoading:a,buttonHideAnimations:!k&&a,error:n,password:s||"",onClose:N,onPasswordChange:c,onPasswordGenerate:()=>c(sl()),onSubmit:K})};import Lb from"@heroicons/react/24/outline/LockClosedIcon";import Ob from"@heroicons/react/24/outline/PencilSquareIcon";import Nb from"@heroicons/react/24/outline/QuestionMarkCircleIcon";import{useState as Db}from"react";import{Fragment as Jd,jsx as $t,jsxs as fi}from"react/jsx-runtime";var Ub=({onClose:e})=>fi(Fg,{children:[$t(Ee,{title:"Why do I need to secure my account?",icon:$t(Nb,{width:48}),description:fi(Jd,{children:[$t("p",{children:"Your app uses cryptography to secure your account. App secrets are split and encrypted so only you can access them."}),$t("p",{children:"To use this app on new devices, secure account secrets using a password, your Google or your Apple account. It\u2019s important you don\u2019t lose access to the method you choose."})]})}),$t(W,{onClick:e,children:"Select backup method"})]}),$g=()=>{let{navigate:e,setModalData:t,data:r}=x(),{user:o}=F(),{embeddedWallets:n}=Lr(),a=Te(o)===null,[l,s]=Db(!1);return fi(Jd,{children:[$t(E,{backFn:l?()=>s(!1):void 0,infoFn:l?void 0:()=>s(!0)},"header"),l?$t(Ub,{onClose:()=>s(!1)}):fi(Jd,{children:[$t(Ee,{title:"Secure your account",icon:$t(Lb,{width:48}),description:"Select a method for logging in on new devices and recovering your account."}),$t(ba,{children:n.userOwnedRecoveryOptions.map(c=>{switch(c){case"google-drive":return fi(Ae,{onClick:async()=>{t({recoveryOAuthStatus:{provider:"google-drive",action:a?"create-wallet":"set-recovery",isInAccountCreateFlow:r?.recoverySelection?.isInAccountCreateFlow??!1}}),e("EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN")},children:[$t(Zl,{style:{width:18}})," Back up to Google Drive"]},c);case"user-passcode":return fi(Ae,{onClick:()=>{e(a?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:[$t(Ob,{style:{width:18}})," Set a password"]},c);default:return null}})})]}),$t(z,{protectedByPrivy:!0})]})};import{BigNumber as t1}from"@ethersproject/bignumber";import{useMemo as r1,useEffect as o1,useState as jt}from"react";import yi from"styled-components";function Kg(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{ExclamationCircleIcon as Bb,ClipboardDocumentIcon as Hb}from"@heroicons/react/24/outline";import{useState as Gb}from"react";import _r from"styled-components";import{ErrorCode as Jl}from"@ethersproject/logger";var Fb=new Set([Jl.CALL_EXCEPTION,Jl.NONCE_EXPIRED,Jl.REPLACEMENT_UNDERPRICED,Jl.TRANSACTION_REPLACED]),jg=e=>{let t;return e.code&&e.code!==-32e3&&Fb.has(e.code)&&(t=e.transactionHash),t},Yg=e=>e.code==="SERVER_ERROR"?e.error?.message??e.reason??e.message??"unknown error":e.error?.code==="SERVER_ERROR"?e.error?.error?.message??e.reason??e.message??"unknown error":e.reason??e.message??"unknown error";import{Fragment as Xb,jsx as Kt,jsxs as fn}from"react/jsx-runtime";var Vb=e=>{let t=e.code?.toString().replace("_"," "),r=jg(e),o=Yg(e);return{errorCode:t,transactionHash:r,errorMessage:o}},zb=()=>fn(jb,{children:[Kt(Zb,{}),Kt(Yb,{})]}),Xg=({transactionError:e,chainId:t,onClose:r,onRetry:o})=>{let{chains:n}=I(),[i,a]=Gb(!1),{errorCode:l,transactionHash:s,errorMessage:c}=Vb(e),u=n.find(m=>m.id===t)?.blockExplorers?.default.url??"https://etherscan.io";return fn(Xb,{children:[Kt(E,{onClose:r}),fn(qb,{children:[Kt(zb,{}),Kt($b,{children:l??"Something went wrong."}),Kt(Kb,{children:"Please try again."}),fn(Jg,{children:[Kt(Zg,{children:"Error message"}),Kt(Qg,{clickable:!1,children:c})]}),s&&fn(Jg,{children:[Kt(Zg,{children:"Transaction hash (click to copy)"}),fn(Qg,{clickable:!0,onClick:async()=>{await navigator.clipboard.writeText(s),a(!0)},children:[s,Kt(Qb,{})]})]}),i&&fn("a",{href:u,children:["Copied transaction hash. View details about the failed transaction on a"," ",Kt("u",{children:"block explorer"}),"."]}),Kt(Jb,{onClick:o,children:"Retry transaction"})]}),Kt(q,{})]})},qb=_r.div`
2401
2401
  display: flex;
2402
2402
  flex-direction: column;
2403
2403
  align-items: center;
2404
2404
  justify-content: center;
2405
- `,$b=kr.span`
2405
+ `,$b=_r.span`
2406
2406
  color: var(--privy-color-error);
2407
2407
  text-align: center;
2408
2408
  font-size: 1.125rem;
@@ -2410,7 +2410,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2410
2410
  line-height: 1.25rem; /* 111.111% */
2411
2411
  text-align: center;
2412
2412
  margin: 10px;
2413
- `,Kb=kr.span`
2413
+ `,Kb=_r.span`
2414
2414
  margin-top: 4px;
2415
2415
  margin-bottom: 10px;
2416
2416
  color: var(--privy-color-foreground);
@@ -2421,7 +2421,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2421
2421
  font-weight: 400;
2422
2422
  line-height: 20px; /* 142.857% */
2423
2423
  letter-spacing: -0.008px;
2424
- `,jb=kr.div`
2424
+ `,jb=_r.div`
2425
2425
  position: relative;
2426
2426
  width: 60px;
2427
2427
  height: 60px;
@@ -2429,37 +2429,37 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2429
2429
  display: flex;
2430
2430
  justify-content: center;
2431
2431
  align-items: center;
2432
- `,Yb=kr(Bb)`
2432
+ `,Yb=_r(Bb)`
2433
2433
  position: absolute;
2434
2434
  width: 35px;
2435
2435
  height: 35px;
2436
2436
  color: var(--privy-color-error);
2437
- `,Zb=kr.div`
2437
+ `,Zb=_r.div`
2438
2438
  position: absolute;
2439
2439
  width: 60px;
2440
2440
  height: 60px;
2441
2441
  border-radius: 50%;
2442
2442
  background-color: var(--privy-color-error);
2443
2443
  opacity: 0.1;
2444
- `,Jb=kr(W)`
2444
+ `,Jb=_r(W)`
2445
2445
  && {
2446
2446
  margin-top: 24px;
2447
2447
  }
2448
2448
  transition: color 350ms ease, background-color 350ms ease;
2449
- `,Zg=kr.span`
2449
+ `,Zg=_r.span`
2450
2450
  width: 100%;
2451
2451
  text-align: left;
2452
2452
  font-size: 0.825rem;
2453
2453
  color: var(--privy-color-foreground);
2454
2454
  padding: 4px;
2455
- `,Jg=kr.div`
2455
+ `,Jg=_r.div`
2456
2456
  width: 100%;
2457
2457
  margin: 20px;
2458
2458
  display: flex;
2459
2459
  flex-direction: column;
2460
2460
  justify-content: center;
2461
2461
  align-items: center;
2462
- `,Qg=kr.span`
2462
+ `,Qg=_r.span`
2463
2463
  position: relative;
2464
2464
  width: 100%;
2465
2465
  background-color: var(--privy-color-background-2);
@@ -2477,18 +2477,18 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2477
2477
  &:hover {
2478
2478
  background-color: var(--privy-color-foreground-4);
2479
2479
  }`}
2480
- `,Qb=kr(Hb)`
2480
+ `,Qb=_r(Hb)`
2481
2481
  position: absolute;
2482
2482
  top: 13px;
2483
2483
  right: 13px;
2484
2484
  width: 30px;
2485
2485
  height: 30px;
2486
- `;import{BigNumber as Qd}from"@ethersproject/bignumber";import e7 from"styled-components";import{Fragment as o7,jsx as Ta,jsxs as n7}from"react/jsx-runtime";var t7=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let r=Qd.from(e.gasUsed),o=Qd.from(e.effectiveGasPrice),n=r.mul(o);if(t){let i=Qd.from(t);n=n.add(i)}return n.toString()}catch{return}else return},e1=({txn:e,receipt:t,transactionInfo:r,onClose:o,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a,receiptHeader:l,receiptDescription:s})=>n7(o7,{children:[Ta(T,{onClose:o}),Ta(Fi,{title:l??"Transaction complete!",description:s??"You're all set."}),Ta(li,{tokenPrice:n,from:t.from,to:t.to,gas:t7(t,a),txn:e,transactionInfo:r,tokenSymbol:i}),Ta(r7,{loading:!1,onClick:o,children:"All Done"}),Ta(q,{})]}),r7=e7(W)`
2486
+ `;import{BigNumber as Qd}from"@ethersproject/bignumber";import e7 from"styled-components";import{Fragment as o7,jsx as Pa,jsxs as n7}from"react/jsx-runtime";var t7=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let r=Qd.from(e.gasUsed),o=Qd.from(e.effectiveGasPrice),n=r.mul(o);if(t){let i=Qd.from(t);n=n.add(i)}return n.toString()}catch{return}else return},e1=({txn:e,receipt:t,transactionInfo:r,onClose:o,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a,receiptHeader:l,receiptDescription:s})=>n7(o7,{children:[Pa(E,{onClose:o}),Pa(Ui,{title:l??"Transaction complete!",description:s??"You're all set."}),Pa(li,{tokenPrice:n,from:t.from,to:t.to,gas:t7(t,a),txn:e,transactionInfo:r,tokenSymbol:i}),Pa(r7,{loading:!1,onClick:o,children:"All Done"}),Pa(q,{})]}),r7=e7(W)`
2487
2487
  && {
2488
2488
  margin-top: 24px;
2489
2489
  }
2490
2490
  transition: color 350ms ease, background-color 350ms ease;
2491
- `;import{Fragment as Xd,jsx as at,jsxs as hi}from"react/jsx-runtime";var i7=({txn:e,txnFamily:t,uiOptions:r,tokenSymbol:o,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(r.transactionInfo?.contractInfo)return at(Od,{contractInfo:r.transactionInfo.contractInfo,description:r.description});if(r.senderInfo)return at(Od,{contractInfo:r.senderInfo,description:r.description||r.senderInfo.actionText})}return at(Xd,{children:at(cg,{description:r.description||r.transactionInfo?.description||"",txn:e,tokenSymbol:o,tokenPrice:n})})},i1=()=>{let{authenticated:e,getAccessToken:t}=B(),{wallets:r}=va(),{walletProxy:o,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s,appId:c}=M(),{app:u,navigate:f,data:h,onUserCloseViaDialogOrKeybindRef:y,setModalData:w}=x(),{transactionRequest:v,onSuccess:k,onFailure:S,uiOptions:C,fundWalletConfig:R}=h.sendTransaction,[_,L]=Zt(null),[P,N]=Zt(null),[K,G]=Zt(""),[V,I]=Zt(),[Q,F]=Zt(),[ue,ce]=Zt(!1),ae=()=>{G(""),I(void 0),F(void 0)},ge=(qe,dt,Yr)=>{G(qe),I(new Ne(new Ut(dt??qe,Yr??tt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[J,_t]=Zt(!1),[Ct,At]=Zt(!0),[ze,Jt]=Zt(null),[_e,He]=Zt(v),{tokenPrice:Qt,isTokenPriceLoading:Rt}=ql(_e),Fe=s(v.chainId)||"ETH",[O,oe]=Zt(null),[H,fe]=Zt(null),[Xt,Do]=Zt(!0);o1(()=>{e||(f("LANDING"),S(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let wt=r1(()=>r.find(qe=>qe.walletClientType==="privy"),[r]),Ci=async()=>{if(!wt)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:qe,externalTransactionId:dt}=await i(wt.address,{config:R?.config||{}});w({fiatOnRampPrompt:{signedUrl:qe},fiatOnRampStatus:{externalTransactionId:dt}}),f("FIAT_ON_RAMP_PROMPT_SCREEN")},jr=r1(()=>Qr(_e.chainId,l,a,{appId:c}),[_e.chainId,a]);async function Sa(){let qe=_e;if(!await t()||!o||!wt)return;try{qe=await ui(wt.address,_e,jr),He(qe)}catch(Zr){console.error(Zr),ge("There was an error preparing your transaction. Your transaction request will likely fail.",Zr.reason)}let Yr=t1.from(0),bi=t1.from(0);try{({totalGasEstimate:Yr,l1ExecutionFeeEstimate:bi}=await pi(qe,jr)),oe(Yr.toHexString()),fe(bi.toHexString())}catch{oe(null)}try{let{balance:Zr,hasSufficientFunds:ka}=await Vl(wt.address,qe,Yr,jr);Jt(Zr.toHexString()),ka||(At(!1),ge("Wallet has insufficient funds for this transaction."),u?.fiatOnRamp.enabled&&ce(!0))}catch(Zr){console.warn(`Failed to fetch wallet balance with error: ${Zr}`)}Do(!1)}o1(()=>{Sa()},[o]);let Xe=Kg(_e),xa=Xe==="SEND"?`Send ${Fe}`:"Review transaction",wi={modalTitle:C.header||C.modalTitle||xa,buttonText:C.buttonText||"Submit"},Fo=()=>{J||(P?k(P):S(V||new Ne(new Ut("The user rejected the request",tt.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return y.current=Fo,Qt===void 0&&Rt||Xt?hi(Xd,{children:[C.transactionInfo?.contractInfo?.imgUrl&&at(vs,{src:C.transactionInfo?.contractInfo?.imgUrl}),at(T,{title:wi.modalTitle,onClose:Fo}),at(n1,{children:at(Vn,{})})]}):_!==null?at(e1,{txn:_e,onClose:Fo,receipt:_,transactionInfo:C.transactionInfo,tokenPrice:Qt,tokenSymbol:Fe,l1GasEstimate:H,receiptHeader:C.successHeader,receiptDescription:C.successDescription}):Q?at(Xg,{transactionError:Q,chainId:_e.chainId,onClose:Fo,onRetry:()=>{ae(),Sa()}}):hi(Xd,{children:[at(T,{title:wi.modalTitle,onClose:Fo}),hi(n1,{children:[hi(c7,{children:[at(i7,{txn:_e,txnFamily:Xe,uiOptions:C,tokenSymbol:Fe,tokenPrice:Qt}),wt?at(li,{from:wt.address,to:_e.to,txn:_e,transactionInfo:C.transactionInfo,gas:O||void 0,tokenPrice:Qt,tokenSymbol:Fe}):null]}),hi(d7,{children:[at(a7,{children:K}),at(ig,{txn:_e,address:wt?.address??"",hasFunds:Ct,balance:ze}),hi(s7,{children:[ue&&at(W,{onClick:Ci,children:"Add Funds"}),at(l7,{disabled:J||!Ct,loading:!o||J,loadingText:J?"Submitting (may take a few moments)...":"Loading...",onClick:async()=>{_t(!0);let qe=await t();if(qe&&!J&&wt)try{let dt=await Gl(qe,wt.address,o,_e,jr);N(dt);let Yr=await dt.wait();L(zl(Yr)),ae()}catch(dt){console.warn({transaction:_e,error:dt}),F(dt),I(new Ne(new Ut(dt.reason??"Error processing transaction",tt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}finally{_t(!1)}},children:wi.buttonText})]})]})]})]})},n1=yi.div`
2491
+ `;import{Fragment as Xd,jsx as it,jsxs as hi}from"react/jsx-runtime";var i7=({txn:e,txnFamily:t,uiOptions:r,tokenSymbol:o,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(r.transactionInfo?.contractInfo)return it(Od,{contractInfo:r.transactionInfo.contractInfo,description:r.description});if(r.senderInfo)return it(Od,{contractInfo:r.senderInfo,description:r.description||r.senderInfo.actionText})}return it(Xd,{children:it(cg,{description:r.description||r.transactionInfo?.description||"",txn:e,tokenSymbol:o,tokenPrice:n})})},i1=()=>{let{authenticated:e,getAccessToken:t}=F(),{wallets:r}=va(),{walletProxy:o,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s,appId:c}=I(),{app:u,navigate:m,data:h,onUserCloseViaDialogOrKeybindRef:y,setModalData:w}=x(),{transactionRequest:g,onSuccess:_,onFailure:S,uiOptions:C,fundWalletConfig:R}=h.sendTransaction,[k,L]=jt(null),[T,N]=jt(null),[K,G]=jt(""),[V,M]=jt(),[Q,U]=jt(),[ue,ce]=jt(!1),ae=()=>{G(""),M(void 0),U(void 0)},he=(qe,st,Yr)=>{G(qe),M(new Oe(new Dt(st??qe,Yr??et.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[J,St]=jt(!1),[yt,xt]=jt(!0),[ze,Jt]=jt(null),[_e,He]=jt(g),{tokenPrice:Qt,isTokenPriceLoading:_t}=ql(_e),Ue=s(g.chainId)||"ETH",[O,oe]=jt(null),[H,me]=jt(null),[Xt,Do]=jt(!0);o1(()=>{e||(m("LANDING"),S(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let gt=r1(()=>r.find(qe=>qe.walletClientType==="privy"),[r]),Ci=async()=>{if(!gt)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:qe,externalTransactionId:st}=await i(gt.address,{config:R?.config||{}});w({fiatOnRampPrompt:{signedUrl:qe},fiatOnRampStatus:{externalTransactionId:st}}),m("FIAT_ON_RAMP_PROMPT_SCREEN")},jr=r1(()=>Qr(_e.chainId,l,a,{appId:c}),[_e.chainId,a]);async function Sa(){let qe=_e;if(!await t()||!o||!gt)return;try{qe=await ui(gt.address,_e,jr),He(qe)}catch(Zr){console.error(Zr),he("There was an error preparing your transaction. Your transaction request will likely fail.",Zr.reason)}let Yr=t1.from(0),bi=t1.from(0);try{({totalGasEstimate:Yr,l1ExecutionFeeEstimate:bi}=await pi(qe,jr)),oe(Yr.toHexString()),me(bi.toHexString())}catch{oe(null)}try{let{balance:Zr,hasSufficientFunds:_a}=await Vl(gt.address,qe,Yr,jr);Jt(Zr.toHexString()),_a||(xt(!1),he("Wallet has insufficient funds for this transaction."),u?.fiatOnRamp.enabled&&ce(!0))}catch(Zr){console.warn(`Failed to fetch wallet balance with error: ${Zr}`)}Do(!1)}o1(()=>{Sa()},[o]);let Qe=Kg(_e),xa=Qe==="SEND"?`Send ${Ue}`:"Review transaction",wi={modalTitle:C.header||C.modalTitle||xa,buttonText:C.buttonText||"Submit"},Uo=()=>{J||(T?_(T):S(V||new Oe(new Dt("The user rejected the request",et.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return y.current=Uo,Qt===void 0&&_t||Xt?hi(Xd,{children:[C.transactionInfo?.contractInfo?.imgUrl&&it(vs,{src:C.transactionInfo?.contractInfo?.imgUrl}),it(E,{title:wi.modalTitle,onClose:Uo}),it(n1,{children:it(Vn,{})})]}):k!==null?it(e1,{txn:_e,onClose:Uo,receipt:k,transactionInfo:C.transactionInfo,tokenPrice:Qt,tokenSymbol:Ue,l1GasEstimate:H,receiptHeader:C.successHeader,receiptDescription:C.successDescription}):Q?it(Xg,{transactionError:Q,chainId:_e.chainId,onClose:Uo,onRetry:()=>{ae(),Sa()}}):hi(Xd,{children:[it(E,{title:wi.modalTitle,onClose:Uo}),hi(n1,{children:[hi(c7,{children:[it(i7,{txn:_e,txnFamily:Qe,uiOptions:C,tokenSymbol:Ue,tokenPrice:Qt}),gt?it(li,{from:gt.address,to:_e.to,txn:_e,transactionInfo:C.transactionInfo,gas:O||void 0,tokenPrice:Qt,tokenSymbol:Ue}):null]}),hi(d7,{children:[it(a7,{children:K}),it(ig,{txn:_e,address:gt?.address??"",hasFunds:yt,balance:ze}),hi(s7,{children:[ue&&it(W,{onClick:Ci,children:"Add Funds"}),it(l7,{disabled:J||!yt,loading:!o||J,loadingText:J?"Submitting (may take a few moments)...":"Loading...",onClick:async()=>{St(!0);let qe=await t();if(qe&&!J&&gt)try{let st=await Gl(qe,gt.address,o,_e,jr);N(st);let Yr=await st.wait();L(zl(Yr)),ae()}catch(st){console.warn({transaction:_e,error:st}),U(st),M(new Oe(new Dt(st.reason??"Error processing transaction",et.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}finally{St(!1)}},children:wi.buttonText})]})]})]})]})},n1=yi.div`
2492
2492
  display: flex;
2493
2493
  flex-direction: column;
2494
2494
  justify-content: space-between;
@@ -2517,7 +2517,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2517
2517
  display: flex;
2518
2518
  flex-direction: column;
2519
2519
  gap: 8px;
2520
- `;import{isHexString as p7}from"@ethersproject/bytes";import{toUtf8String as u7}from"@ethersproject/strings";import{useEffect as a1,useState as Ql}from"react";import Wo,{css as m7}from"styled-components";import{Fragment as c1,jsx as Je,jsxs as gi}from"react/jsx-runtime";var f7=e=>{if(!p7(e))return e;try{return u7(e)}catch{return e}},h7=e=>JSON.stringify(e,null,2),y7=({data:e})=>{let t=r=>typeof r=="object"&&r!==null?Je(b7,{children:Object.entries(r).map(([o,n])=>gi("li",{children:[gi("strong",{children:[o,":"]})," ",t(n)]},o))}):Je("span",{children:String(r)});return Je("div",{children:t(e)})},g7=e=>{let{types:t,primaryType:r,...o}=e.typedData;return gi(c1,{children:[Je(l1,{children:Je(y7,{data:o})}),Je(So,{text:h7(e.typedData),itemName:"full payload to clipboard"})," "]})},s1=()=>{let{authenticated:e}=B(),{initializeWalletProxy:t,closePrivyModal:r}=M(),{navigate:o,data:n,onUserCloseViaDialogOrKeybindRef:i}=x(),[a,l]=Ql(!0),[s,c]=Ql(""),[u,f]=Ql(),[h,y]=Ql(null),w=h!==null;a1(()=>{e||o("LANDING")},[e]),a1(()=>{t(vn).then(N=>{l(!1),N||(c("An error has occurred, please try again."),f(new Ne(new Ut(s,tt.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:v,data:k,confirmAndSign:S,onSuccess:C,onFailure:R,uiOptions:_}=n.signMessage,L={title:_.title||"Sign message",description:_.description||"Signing this message will not cost you any fees.",buttonText:_.buttonText||"Sign and continue"},P=N=>{N?C(N):R(u||new Ne(new Ut("The user rejected the request.",tt.E4001_USER_REJECTED_REQUEST.eipCode))),r({shouldCallAuthOnSuccess:!1}),y(null),c(""),f(void 0)};return i.current=()=>{P(h)},gi(c1,{children:[Je(T,{onClose:()=>P(h)}),Je(X,{}),gi(v7,{children:[Je(C7,{children:L.title}),Je(w7,{children:L.description}),v==="personal_sign"&&Je(l1,{children:f7(k)}),v==="eth_signTypedData_v4"&&Je(g7,{typedData:k}),Je(E7,{fail:!0,children:s}),Je(P7,{success:w,loading:a,disabled:w,onClick:async()=>{try{let N=await S();y(N),c(""),setTimeout(()=>{P(N)},Be)}catch{c("An error has occurred, please try again."),f(new Ne(new Ut(s,tt.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:w?gi(T7,{children:[Je(ul,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Je("span",{children:"Success"})]}):L.buttonText})]}),Je(ie,{}),Je(z,{protectedByPrivy:!0})]})},v7=Wo.div`
2520
+ `;import{isHexString as p7}from"@ethersproject/bytes";import{toUtf8String as u7}from"@ethersproject/strings";import{useEffect as a1,useState as Ql}from"react";import Wo,{css as m7}from"styled-components";import{Fragment as c1,jsx as Je,jsxs as gi}from"react/jsx-runtime";var f7=e=>{if(!p7(e))return e;try{return u7(e)}catch{return e}},h7=e=>JSON.stringify(e,null,2),y7=({data:e})=>{let t=r=>typeof r=="object"&&r!==null?Je(b7,{children:Object.entries(r).map(([o,n])=>gi("li",{children:[gi("strong",{children:[o,":"]})," ",t(n)]},o))}):Je("span",{children:String(r)});return Je("div",{children:t(e)})},g7=e=>{let{types:t,primaryType:r,...o}=e.typedData;return gi(c1,{children:[Je(l1,{children:Je(y7,{data:o})}),Je(So,{text:h7(e.typedData),itemName:"full payload to clipboard"})," "]})},s1=()=>{let{authenticated:e}=F(),{initializeWalletProxy:t,closePrivyModal:r}=I(),{navigate:o,data:n,onUserCloseViaDialogOrKeybindRef:i}=x(),[a,l]=Ql(!0),[s,c]=Ql(""),[u,m]=Ql(),[h,y]=Ql(null),w=h!==null;a1(()=>{e||o("LANDING")},[e]),a1(()=>{t(vn).then(N=>{l(!1),N||(c("An error has occurred, please try again."),m(new Oe(new Dt(s,et.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:g,data:_,confirmAndSign:S,onSuccess:C,onFailure:R,uiOptions:k}=n.signMessage,L={title:k.title||"Sign message",description:k.description||"Signing this message will not cost you any fees.",buttonText:k.buttonText||"Sign and continue"},T=N=>{N?C(N):R(u||new Oe(new Dt("The user rejected the request.",et.E4001_USER_REJECTED_REQUEST.eipCode))),r({shouldCallAuthOnSuccess:!1}),y(null),c(""),m(void 0)};return i.current=()=>{T(h)},gi(c1,{children:[Je(E,{onClose:()=>T(h)}),Je(X,{}),gi(v7,{children:[Je(C7,{children:L.title}),Je(w7,{children:L.description}),g==="personal_sign"&&Je(l1,{children:f7(_)}),g==="eth_signTypedData_v4"&&Je(g7,{typedData:_}),Je(E7,{fail:!0,children:s}),Je(T7,{success:w,loading:a,disabled:w,onClick:async()=>{try{let N=await S();y(N),c(""),setTimeout(()=>{T(N)},Be)}catch{c("An error has occurred, please try again."),m(new Oe(new Dt(s,et.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:w?gi(P7,{children:[Je(ul,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Je("span",{children:"Success"})]}):L.buttonText})]}),Je(ie,{}),Je(z,{protectedByPrivy:!0})]})},v7=Wo.div`
2521
2521
  display: flex;
2522
2522
  flex-direction: column;
2523
2523
  align-items: center;
@@ -2580,11 +2580,11 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2580
2580
  width: 100%;
2581
2581
  margin-top: 16px;
2582
2582
  margin-bottom: 4px;
2583
- `,T7=Wo.span`
2583
+ `,P7=Wo.span`
2584
2584
  display: flex;
2585
2585
  align-items: center;
2586
2586
  gap: 8px;
2587
- `,P7=Wo(W)`
2587
+ `,T7=Wo(W)`
2588
2588
  transition: color 350ms ease, background-color 350ms ease;
2589
2589
 
2590
2590
  ${e=>e.success&&m7`
@@ -2593,9 +2593,9 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2593
2593
  color: #ffffff;
2594
2594
  }
2595
2595
  `}
2596
- `;import R7 from"@heroicons/react/24/outline/EnvelopeIcon";import S7 from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as x7,useState as d1}from"react";import u1 from"styled-components";import{Fragment as A7,jsx as Pa,jsxs as p1}from"react/jsx-runtime";var m1=x7((e,t)=>{let[r,o]=d1(""),[n,i]=d1(!1),{authenticated:a,user:l}=B(),{initUpdateEmail:s}=M(),{navigate:c,setModalData:u,currentScreen:f}=x(),{enabled:h,token:y}=we(),w=Ga(r),v=n,k=n||!w,S=async R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");i(!0);try{await s(l.email.address,r,R),c("AWAITING_PASSWORDLESS_CODE")}catch(_){u({errorModalData:{error:_,previousScreen:f||"LANDING"}})}i(!1)},C=()=>{h&&!y&&!a?(u({captchaModalData:{callback:R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,r,R)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):S(y)};return p1(A7,{children:[Pa(k7,{children:p1(_7,{children:[Pa(S7,{}),Pa("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:R=>o(R.target.value),onKeyUp:R=>{R.key==="Enter"&&C()},value:r,autoComplete:"email"}),e.stacked?null:Pa(In,{isSubmitting:v,onClick:C,disabled:k,children:"Submit"})]})}),e.stacked?Pa(W,{loadingText:null,loading:v,disabled:k,onClick:C,children:"Submit"}):null]})}),k7=u1.div`
2596
+ `;import R7 from"@heroicons/react/24/outline/EnvelopeIcon";import S7 from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as x7,useState as d1}from"react";import u1 from"styled-components";import{Fragment as A7,jsx as Ta,jsxs as p1}from"react/jsx-runtime";var m1=x7((e,t)=>{let[r,o]=d1(""),[n,i]=d1(!1),{authenticated:a,user:l}=F(),{initUpdateEmail:s}=I(),{navigate:c,setModalData:u,currentScreen:m}=x(),{enabled:h,token:y}=Ce(),w=Ga(r),g=n,_=n||!w,S=async R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");i(!0);try{await s(l.email.address,r,R),c("AWAITING_PASSWORDLESS_CODE")}catch(k){u({errorModalData:{error:k,previousScreen:m||"LANDING"}})}i(!1)},C=()=>{h&&!y&&!a?(u({captchaModalData:{callback:R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,r,R)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):S(y)};return p1(A7,{children:[Ta(_7,{children:p1(k7,{children:[Ta(S7,{}),Ta("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:R=>o(R.target.value),onKeyUp:R=>{R.key==="Enter"&&C()},value:r,autoComplete:"email"}),e.stacked?null:Ta(In,{isSubmitting:g,onClick:C,disabled:_,children:"Submit"})]})}),e.stacked?Ta(W,{loadingText:null,loading:g,disabled:_,onClick:C,children:"Submit"}):null]})}),_7=u1.div`
2597
2597
  width: 100%;
2598
- `,_7=u1.label`
2598
+ `,k7=u1.label`
2599
2599
  display: block;
2600
2600
  position: relative;
2601
2601
  width: 100%;
@@ -2653,7 +2653,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2653
2653
  && > input::placeholder {
2654
2654
  color: var(--privy-color-foreground-3);
2655
2655
  }
2656
- `;import{Fragment as I7,jsx as Lo,jsxs as M7}from"react/jsx-runtime";var f1=()=>M7(I7,{children:[Lo(T,{},"header"),Lo(X,{}),Lo(Te,{title:"Update your email",description:"Add the email address you'd like to use going forward. We'll send you a confirmation code",icon:Lo(R7,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Lo(cr,{children:Lo(m1,{stacked:!0})}),Lo(ie,{}),Lo(z,{protectedByPrivy:!0})]});import tp from"styled-components";import{jsx as h1}from"react/jsx-runtime";var y1=({style:e,...t})=>h1("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"38px",width:"38px",...e},...t,children:h1("path",{d:"M20 13.6V20M20 26.4H20.016M36 20C36 28.8365 28.8366 36 20 36C11.1635 36 4.00001 28.8365 4.00001 20C4.00001 11.1634 11.1635 3.99999 20 3.99999C28.8366 3.99999 36 11.1634 36 20Z",stroke:"currentColor",strokeWidth:"3.2",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as N7,jsx as hn,jsxs as ep}from"react/jsx-runtime";var g1=()=>{let{navigate:e}=x();return ep(N7,{children:[hn(T,{}),ep(W7,{children:[hn(L7,{children:hn(y1,{})}),ep(O7,{children:[hn("h3",{children:"Unable to sign in"}),hn("p",{children:"This application has reached its user limit and cannot sign in new users."})]}),hn(W,{onClick:()=>{e("LANDING")},children:"Go back"})]}),hn(z,{protectedByPrivy:!0})]})},W7=tp.div`
2656
+ `;import{Fragment as I7,jsx as Lo,jsxs as M7}from"react/jsx-runtime";var f1=()=>M7(I7,{children:[Lo(E,{},"header"),Lo(X,{}),Lo(Ee,{title:"Update your email",description:"Add the email address you'd like to use going forward. We'll send you a confirmation code",icon:Lo(R7,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Lo(cr,{children:Lo(m1,{stacked:!0})}),Lo(ie,{}),Lo(z,{protectedByPrivy:!0})]});import tp from"styled-components";import{jsx as h1}from"react/jsx-runtime";var y1=({style:e,...t})=>h1("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"38px",width:"38px",...e},...t,children:h1("path",{d:"M20 13.6V20M20 26.4H20.016M36 20C36 28.8365 28.8366 36 20 36C11.1635 36 4.00001 28.8365 4.00001 20C4.00001 11.1634 11.1635 3.99999 20 3.99999C28.8366 3.99999 36 11.1634 36 20Z",stroke:"currentColor",strokeWidth:"3.2",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as N7,jsx as hn,jsxs as ep}from"react/jsx-runtime";var g1=()=>{let{navigate:e}=x();return ep(N7,{children:[hn(E,{}),ep(W7,{children:[hn(L7,{children:hn(y1,{})}),ep(O7,{children:[hn("h3",{children:"Unable to sign in"}),hn("p",{children:"This application has reached its user limit and cannot sign in new users."})]}),hn(W,{onClick:()=>{e("LANDING")},children:"Go back"})]}),hn(z,{protectedByPrivy:!0})]})},W7=tp.div`
2657
2657
  display: flex;
2658
2658
  flex-direction: column;
2659
2659
  align-items: center;
@@ -2675,7 +2675,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2675
2675
  display: flex;
2676
2676
  flex-direction: column;
2677
2677
  gap: 8px;
2678
- `;import F7,{createGlobalStyle as U7}from"styled-components";var D7=`
2678
+ `;import U7,{createGlobalStyle as F7}from"styled-components";var D7=`
2679
2679
  *,
2680
2680
  ::before,
2681
2681
  ::after {
@@ -2905,7 +2905,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2905
2905
  [hidden] {
2906
2906
  display: none;
2907
2907
  }
2908
- `,v1=D7;var C1=U7`
2908
+ `,v1=D7;var C1=F7`
2909
2909
  :root {
2910
2910
  // Borders
2911
2911
  --privy-border-radius-sm: 6px;
@@ -2938,7 +2938,7 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
2938
2938
  --privy-height-modal-full: 620px;
2939
2939
  --privy-height-modal-compact: 480px;
2940
2940
  };
2941
- `,w1=F7.div`
2941
+ `,w1=U7.div`
2942
2942
  // css normalize only the privy application to avoid conflicts
2943
2943
  // with consuming application
2944
2944
  ${v1}
@@ -3000,4 +3000,4 @@ backed up.`}),po(W,{onClick:_,children:"Confirm with Google"})]}),po(z,{protecte
3000
3000
  opacity: 1;
3001
3001
  }
3002
3002
  }
3003
- `;import{jsx as st,jsxs as E1}from"react/jsx-runtime";var z7={["LANDING"]:ny,["CONNECT_OR_CREATE"]:ry,["AWAITING_PASSWORDLESS_CODE"]:Bm,["AWAITING_CONNECTION"]:lf,["AWAITING_CONNECT_ONLY_CONNECTION"]:uf,["AWAITING_FARCASTER_CONNECTION"]:gh,["AWAITING_FARCASTER_SIGNER"]:Th,["AWAITING_PASSKEY_SYSTEM_DIALOGUE"]:Ig,["PHANTOM_INTERSTITIAL_SCREEN"]:Og,["LOGIN_FAILED_SCREEN"]:vy,["AWAITING_OAUTH_SCREEN"]:_g,["ALLOWLIST_REJECTION_SCREEN"]:Rm,["USER_LIMIT_REACHED_SCREEN"]:g1,["INSTALL_PHANTOM_SCREEN"]:Dh,["LINK_EMAIL_SCREEN"]:iy,["LINK_PHONE_SCREEN"]:my,["LINK_WALLET_SCREEN"]:fy,["LINK_PASSKEY_SCREEN"]:py,["UPDATE_EMAIL_SCREEN"]:f1,["CONNECT_ONLY_LANDING_SCREEN"]:rf,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Xm,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Af,["EMBEDDED_WALLET_CREATED_SCREEN"]:Ef,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:wf,["EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN"]:Ng,["EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"]:$g,["EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN"]:Vg,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:xf,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:s1,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:i1,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Ah,["FIAT_ON_RAMP_STATUS_SCREEN"]:Ih,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:th,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:eh,["EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN"]:qg,["MFA_ENROLLMENT_FLOW_SCREEN"]:Oy,["CAPTCHA_SCREEN"]:zm,["ERROR_SCREEN"]:oh,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Mh,["AFFIRMATIVE_CONSENT_SCREEN"]:km},q7=["LANDING","AWAITING_CONNECTION"],$7=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:r,isModalOpen:o}=B(),{headless:n}=Lr(),{ready:i,currentScreen:a}=x(),{status:l,execute:s,reset:c,enabled:u}=we(),f=H7(null),h=gm(f),y=o&&a&&q7.includes(a)&&!n&&l==="ready";if(b1(()=>{y&&s()},[y]),b1(()=>{!o&&u&&c()},[o,u]),(!r||!i)&&a!=="AWAITING_OAUTH_SCREEN")return E1(ni,{id:"privy-modal-content",children:[st(T,{}),st(X,{}),st(xy,{children:st(Ke,{})}),st(ie,{}),st(q,{})]});if(!a&&e)return st(ni,{style:{height:h},id:"privy-modal-conent",children:st("div",{ref:f,children:st(Kd,{open:e,onClose:t})})});if(!a)return null;let w=z7[a];return st(ni,{style:{height:h},id:"privy-modal-content",children:E1("div",{ref:f,children:[st(ro,{if:!!e,children:st(w,{})}),st(ro,{if:!e,children:st(Kd,{open:e,onClose:t})})]})})},K7=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=x();return{gracefulClosePrivyModal:B7(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},T1=({open:e})=>{let{app:t}=x(),{gracefulClosePrivyModal:r}=K7(),[o,n]=G7(!1);Ac({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=st(w1,{children:st($7,{isMfaVerifying:o,onMfaVerificationComplete:()=>n(!1)})}),a=e||o,l=t?.render.inDialog?st(Sy,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>r(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return V7.createPortal(l,s)}return l};import{useState as j7}from"react";import{useEffect as P1,useRef as S1}from"react";var Xl=class{constructor(){this.callbacks={}}enqueue(t,r){this.callbacks[t]=r}dequeue(t,r){let o=this.callbacks[r];if(!o)throw new Error(`cannot dequeue ${t} event: no event found for id ${r}`);switch(delete this.callbacks[r],t){case"privy:iframe:ready":return o;case"privy:wallet:create":return o;case"privy:wallet:connect":return o;case"privy:wallet:recover":return o;case"privy:wallet:rpc":return o;case"privy:wallet:set-recovery-password":return o;case"privy:mfa:verify":return o;case"privy:mfa:init-enrollment":return o;case"privy:mfa:submit-enrollment":return o;case"privy:mfa:unenroll":return o;case"privy:mfa:clear":return o;case"privy:farcaster:init-signer":return o;case"privy:farcaster:submit-cast":return o;case"privy:farcaster:remove-cast":return o;case"privy:farcaster:react-to-cast":return o;case"privy:farcaster:submit-link":return o;case"privy:farcaster:remove-link":return o;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Oo(e,t,r,o,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):o.current?.reject(new xe("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((h,y)=>{r.current={resolve:h,reject:y};let w=1e3*60*5;setTimeout(()=>{let v=new xe("mfa_timeout","Timed out waiting for MFA code");o.current?.reject(v),y(v)},w)});return await e(f)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),o.current?.resolve(void 0);break}catch(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw o.current?.resolve(void 0),f}if(c===null){let u=new xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw o.current?.reject(u),u}return c}import{jsx as eE}from"react/jsx-runtime";var Y7=function(e){return()=>`id-${e++}`}(0);function Z7(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function lt(e){return e.error!==void 0}var Qe=new Xl,rp=new Map,J7=(e,t)=>typeof t=="bigint"?t.toString():t,Q7=(e,t)=>`${e}${JSON.stringify(t,J7)}`;function ct(e,t,r,o){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");let i=Q7(e,t);if(e==="privy:wallet:create"){let l=rp.get(i);if(l)return l}let a=new Promise((l,s)=>{let c=Y7();Qe.enqueue(c,{resolve:l,reject:s}),n.postMessage({id:c,event:e,data:t},o)}).finally(()=>{rp.delete(i)});return rp.set(i,a),a}function X7(e){switch(e.event){case"privy:iframe:ready":let t=Qe.dequeue(e.event,e.id);return lt(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=Qe.dequeue(e.event,e.id);return lt(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let o=Qe.dequeue(e.event,e.id);return lt(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:recover":let n=Qe.dequeue(e.event,e.id);return lt(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Qe.dequeue(e.event,e.id);return lt(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Qe.dequeue(e.event,e.id);return lt(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Qe.dequeue(e.event,e.id);return lt(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:clear":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:init-signer":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-cast":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-cast":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:react-to-cast":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-link":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-link":{let s=Qe.dequeue(e.event,e.id);return lt(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function x1(e){let t=S1(null),r=S1(e.mfaMethods),o=Os(),[n,i]=j7(!1);return P1(()=>{r.current=e.mfaMethods},[e.mfaMethods]),P1(()=>{if(!n)return;let a=t.current;if(!a)return;function l(h){h&&h.origin===e.origin&&Z7(h.data)&&X7(h.data)}let s={create(h){return ct("privy:wallet:create",h,a,e.origin)},connect(h){return ct("privy:wallet:connect",h,a,e.origin)},recover(h){return Oo(y=>ct("privy:wallet:recover",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(h){return Oo(y=>ct("privy:wallet:rpc",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(h){return Oo(y=>ct("privy:wallet:set-recovery-password",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(h){return Oo(y=>ct("privy:mfa:verify",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(h){return Oo(y=>ct("privy:mfa:init-enrollment",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(h){return Oo(y=>ct("privy:mfa:submit-enrollment",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},unenrollMfa(h){return Oo(y=>ct("privy:mfa:unenroll",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},clearMfa(h){return ct("privy:mfa:clear",h,a,e.origin)},initFarcasterSigner(h){return ct("privy:farcaster:init-signer",h,a,e.origin)},submitCast(h){return ct("privy:farcaster:submit-cast",h,a,e.origin)},removeCast(h){return ct("privy:farcaster:remove-cast",h,a,e.origin)},reactToCast(h){return ct("privy:farcaster:react-to-cast",h,a,e.origin)},submitLink(h){return ct("privy:farcaster:submit-link",h,a,e.origin)},removeLink(h){return ct("privy:farcaster:remove-link",h,a,e.origin)}};window.addEventListener("message",l);let c=()=>e.onLoad(s),u=(...h)=>{console.warn("Privy iframe failed to load: ",...h),e.onLoadFailed()},f=new AbortController;return nu(()=>ct("privy:iframe:ready",{},a,e.origin),{abortSignal:f.signal}).then(c,u),()=>{window.removeEventListener("message",l),f.abort()}},[n]),eE("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},onLoad:()=>i(!0),src:Va(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function ec(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(o=>t.includes(o))}async function k1({url:e,popup:t}){return t.location=e,new Promise((o,n)=>{function i(){t?.close(),window.removeEventListener("message",a)}function a(l){l.data&&(l.data.type==="PRIVY_OAUTH_RESPONSE"?(o(l.data),i()):l.data.type==="PRIVY_OAUTH_ERROR"&&(n(l.data.error),i()))}window.addEventListener("message",a)})}var _1=e=>({id:e.id,raw_id:e.rawId,response:{client_data_json:e.response.clientDataJSON,authenticator_data:e.response.authenticatorData,signature:e.response.signature,user_handle:e.response.userHandle},authenticator_attachment:e.authenticatorAttachment,client_extension_results:{app_id:e.clientExtensionResults.appid,cred_props:e.clientExtensionResults.credProps,hmac_create_secret:e.clientExtensionResults.hmacCreateSecret},type:e.type});import{jsx as Kr,jsxs as A1}from"react/jsx-runtime";var No;function oE(e){return typeof e=="string"&&e.length===25}function he(){if(!No){let e=Y.get(Uo);return Promise.resolve(e||null)}return No.getAccessToken()}var R1,xu=(e,t)=>R1(e,t),I1,ku=(e,t)=>I1(e,t),M1,_u=(e,t)=>M1(e,t),W1,Au=()=>W1(),nE=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;Y.put(Ei,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},iE=({config:e,...t})=>{if(!oE(t.appId))throw new E("Cannot initialize the Privy provider with an invalid Privy app ID");No||(No=new Li({appId:t.appId,apiUrl:t.apiUrl||Fa}));let r=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&r.embeddedWallets?.createOnLogin===void 0&&(r.embeddedWallets||(r.embeddedWallets={}),r.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),Kr(am,{client:No,clientConfig:r,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:Kr(aE,{...t,client:No})})},aE=e=>{let t=e.client,[r,o]=Ve(!1),[n,i]=Ve(!1),[a,l]=Ve(!1),[s,c]=Ve(null),[u,f]=Ve([]),h=vi(u),[y,w]=Ve(!1),[v,k]=Ve(null),[S,C]=Ve(!1),[R,_]=Ve({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:b}),[L,P]=Ve({status:"initial"}),[N,K]=Ve(null),[G,V]=Ve(null),[I,Q]=Ve(null),F=Lr(),ue=Is(),[ce,ae]=Ve(!0),[ge,J]=Ve({}),[_t,Ct]=Ve(null),[At,ze]=Ve(null),[Jt,_e]=Ve(!1),[He,Qt]=Ve(!1),Rt=vi(null),Fe=vi(null),O=vi(vm);t.onStoreToken=d=>{d&&D(O,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{c(null),l(!1),D(O,"accessToken","onAccessTokenRemoved")};let oe=vi(null),H=vi(null),fe=d=>{k(d),setTimeout(()=>{o(!0)},15),t.createAnalyticsEvent({eventName:"modal_open",payload:{initialScreen:d}})},Xt=d=>{F.embeddedWallets.createOnLogin!=="off"&&ae(!0),fe(d)};_r(()=>{let d=()=>{document.visibilityState==="hidden"&&t.createAnalyticsEvent({eventName:"page_hidden",options:{keepAlive:!0}})};return document.addEventListener("visibilitychange",d),()=>{document.removeEventListener("visibilitychange",d)}},[]),_r(()=>{if(!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s.linkedAccounts.find(p=>p.type==="wallet"&&p.walletClientType==="privy");if(!d){t.connectors?.removeEmbeddedWalletConnector();return}if(!t.connectors){console.warn("Failed to add embedded wallet connector: Client connectors not initialized");return}if(!I){console.warn("Failed to add embedded wallet connector: Wallet proxy not initialized");return}t.connectors.addEmbeddedWalletConnector(I,d.address,F.defaultChain,e.appId)},[I,s]),_r(()=>{I&&At?.(I)},[I]),_r(()=>{(async()=>{if(!F.customAuth?.enabled)return;ae(!0);let{getCustomAccessToken:p,isLoading:m}=F.customAuth;if(!(!n||m))try{let g=await p();if(!g&&a){await yn.logout();return}if(!g||a)return;t.startAuthFlow(new gn(g));let{user:A,isNewUser:U}=await t.authenticate();if(!A){await yn.logout();return}c(A||null),w(U||!1),l(!0),Qt(!0)}catch(g){console.warn(g),a&&await yn.logout()}})()},[F.customAuth?.enabled,F.customAuth?.getCustomAccessToken,F.customAuth?.isLoading,n,a]),_r(()=>{He&&I&&s&&nr(s,F.embeddedWallets.createOnLogin)&&(Qt(!1),bi(s,vn).catch(console.error))},[He&&I&&s]),_r(()=>{async function d(){let p=Do();nE();let m=tE();K(m),t.initializeConnectorManager({walletConnectCloudProjectId:F.walletConnectCloudProjectId,rpcConfig:F.rpcConfig,chains:F.chains,defaultChain:F.defaultChain,store:m,walletList:F.appearance.walletList,shouldEnforceDefaultChainOnConnect:F.shouldEnforceDefaultChainOnConnect,appName:F.name??"Privy"}),t.connectors?.initialize().then(()=>{Sa()});let g=await t.getAuthenticatedUser();F.customAuth?.enabled||(l(!!g),g&&D(O,"login","onComplete",g,!1,!0,null,null),c(g)),p||me.setReadyToTrue(!!g),p&&(g?H.current="link":H.current="login")}!n&&ue&&d()},[t,_t,n,ue]),_r(()=>{if(!n)return;if(!s){_e(!0);return}if(!!!s.linkedAccounts.find(m=>m.type==="wallet"&&m.walletClientType==="privy")){_e(!0);return}let p=!!u.find(m=>m.walletClientType==="privy");_e(p)},[n,s,u]);let Do=()=>{let d=_i();if(d.inProgress&&d.popupFlow){if(window.opener.location.origin!==window.location.origin){window.opener.postMessage({type:"PRIVY_OAUTH_ERROR",error:"Origins between parent and child windows do not match."});return}window.opener.postMessage({type:"PRIVY_OAUTH_RESPONSE",stateCode:d.stateCode,authorizationCode:d.authorizationCode});return}return!d.inProgress||d.headless?!1:(t.startAuthFlow(new Rr(d)),Xt("AWAITING_OAUTH_SCREEN"),!0)},wt=async(d,p,m,g)=>{let A=await t.connectors?.createWalletConnector(d,p)||null;Ci(A,p,m,g)};async function Ci(d,p,m,g){if(d)_({status:"disconnected",connectedWallet:null,connectError:null,connector:d,connectRetry:b});else return _({status:"disconnected",connectedWallet:null,connectError:new ee("Unable to connect to wallet."),connector:null,connectRetry:b}),g?.(null,m);d instanceof Or&&p&&await d.resetConnection(p),_({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Ci(d,p,m,g)});try{let A=await d.connect({showPrompt:!0});if(F.shouldEnforceDefaultChainOnConnect&&!F.chains.find(U=>U.id===Number(A?.chainId))&&!(A?.connectorType==="wallet_connect_v2"&&A?.walletClientType==="metamask")){_(U=>({...U,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:b}));try{await A?.switchChain(F.defaultChain.id),A&&(A.chainId=wn(zo(F.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${F.defaultChain.id}`)}}return _(U=>({...U,status:"connected",connectedWallet:A,connectError:null,connectRetry:b})),A&&!H.current&&D(O,"connectWallet","onSuccess",A),g?.(A,m)}catch(A){return A instanceof Ue?(console.warn(A.cause?A.cause:A.message),H.current||D(O,"connectWallet","onError",A.privyErrorCode||"generic_connect_wallet_error")):(console.warn(A),H.current||D(O,"connectWallet","onError","unknown_connect_wallet_error")),_(U=>({...U,status:"disconnected",connectedWallet:null,connectError:A})),g?.(null,m)}}let jr=async(d,p)=>{if(d===null)return;let m=new Ko(d,p);t.startAuthFlow(m)},Sa=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!fo()&&Xt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new E("Connector not initialized");fe("AWAITING_CONNECTION");let g=new URL(window.location.href);g.searchParams.delete("privy_connector"),g.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",g),wt(p,m,void 0,jr)};_r(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let Xe=()=>{if(!a)throw D(O,"linkAccount","onError","must_be_authenticated"),new E("User must be authenticated before linking an account.")},xa=()=>{Xe(),oe.current="siwe",H.current="link",fe("LINK_WALLET_SCREEN")},wi=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},Fo=async d=>{if(!t.connectors)throw new E("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(_(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:b})),F.captchaEnabled&&!a){let m={callback:g=>jr(d,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};J({captchaModalData:m}),Xt("CAPTCHA_SCREEN")}else await jr(d),Xt("AWAITING_CONNECTION")},qe=async(d,p)=>{if(!F.fiatOnRamp.enabled)throw new E("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:g}=await kh(t,d,p?.config??{},F.appearance.palette,F.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:g}}else throw new E("Unsupported fund provider. Currently supported option is `moonpay`.")},dt=()=>{f(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:wi(m),loginOrLink:async()=>{if(!await m.isConnected())throw new E("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new E("Cannot link or login with embedded wallet");Fo(m)},fund:async g=>{let{signedUrl:A,externalTransactionId:U}=await qe(m.address,g);J({fiatOnRampPrompt:{signedUrl:A},fiatOnRampStatus:{externalTransactionId:U}}),fe("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new E("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new E("Cannot unlink an embedded wallet");let g=await t.unlinkWallet(m.address);c(g)}}))||[];return ds(d,p)?d:p})};_r(()=>{dt()},[s?.linkedAccounts,a,n]),_r(()=>{if(n){if(!t.connectors)throw new E("Connector not initialized");dt(),t.connectors.on("walletsUpdated",dt)}},[n]);let Yr=()=>{fe(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};_r(()=>{if(!u[0])return;let d=u[0],p=h.current.find(g=>g.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(g=>g.type==="wallet"&&g.address===d.address&&g.walletClientType==="privy"):m=s?.linkedAccounts.find(g=>g.type==="wallet"&&g.address===d.address&&g.walletClientType!=="privy"),!p&&m){let g=Object.assign({},s);g.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(g)}h.current=u},[u]);let bi=async(d,p)=>{if(Se(d))throw D(O,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[g,A]=await Promise.all([me.initializeWalletProxy(p),he()]);if(!g&&F.customAuth?.enabled)throw D(O,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!g||!A||F.embeddedWallets?.requireUserOwnedRecoveryOnCreate)return new Promise((U,j)=>{ae(!0),J({createWallet:{onSuccess:et=>{D(O,"createWallet","onSuccess",et),U(et)},onFailure:et=>{D(O,"createWallet","onError","unknown_embedded_wallet_error"),j(et)},callAuthOnSuccessOnClose:!1}}),fe("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await g.create({accessToken:A});let U=await me.refreshUser(),j=Se(U);if(!j)throw D(O,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return D(O,"createWallet","onSuccess",j),j}},Zr=d=>{if(!F.chains.map(p=>p.id).includes(d))throw new ee(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},ka=(d,p,m)=>new Promise(async(g,A)=>{if(!a||!s){D(O,"sendTransaction","onError","must_be_authenticated"),A(new Error("User must be authenticated before signing with a Privy wallet"));return}let U=Se(s);if(!U){D(O,"sendTransaction","onError","embedded_wallet_not_found"),A(new Error("Must have a Privy wallet before signing"));return}ae(!0);let j=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,$e=d.chainId?Number(d.chainId):j.chainId;Zr($e);let et=Object.assign({},d,{chainId:$e}),tr=async()=>{let Ae=await he();if(!Ae||!I){D(O,"sendTransaction","onError","embedded_wallet_not_found"),A(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await me.recoverEmbeddedWallet()){D(O,"sendTransaction","onError","unknown_connect_wallet_error"),A(new Error("Unable to connect to wallet"));return}let bt=Qr(et.chainId,F.chains,F.rpcConfig,{appId:e.appId}),rc=await ui(U.address,et,bt);if(F.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:F1}=await pi(rc,bt),{hasSufficientFunds:U1}=await Vl(U.address,rc,F1,bt);if(!U1)throw new Ne(new Ut("Wallet has insufficient funds for this transaction.",tt.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let ip=await Gl(Ae,U.address,I,rc,bt);D(O,"sendTransaction","onSuccess",ip),g(ip)}catch(Ft){D(O,"sendTransaction","onError","transaction_failure"),A(Ft)}};if(F.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),tr();else{let Ae={transactionRequest:et,onSuccess:bt=>{D(O,"sendTransaction","onSuccess",bt),g(bt)},onFailure:bt=>{D(O,"sendTransaction","onError","transaction_failure"),A(bt)},uiOptions:p||{},fundWalletConfig:m},Ft={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:bt=>{D(O,"sendTransaction","onError","unknown_connect_wallet_error"),A(bt)}};J({connectWallet:Ft,sendTransaction:Ae}),fe("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function np(){return new Promise(async(d,p)=>{let m=await he();if(!m||!I)throw new Error("Must have valid access token to enroll in MFA");try{await I.verifyMfa({accessToken:m}),d()}catch(g){p(g)}})}let er=d=>{if(d==="passkey"){if(s&&s.linkedAccounts.filter(p=>p.type==="passkey").length>=5)throw D(O,"linkAccount","onError","cannot_link_more_of_type"),new E(`User already has an account of type ${d} linked.`)}else if(s?.[d])throw D(O,"linkAccount","onError","cannot_link_more_of_type"),new E(`User already has an account of type ${d} linked.`)},yn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Yr,linkWallet:xa,linkEmail:()=>{Xe(),er("email"),oe.current="email",H.current="link",fe("LINK_EMAIL_SCREEN")},linkPhone:()=>{Xe(),er("phone"),oe.current="sms",H.current="link",fe("LINK_PHONE_SCREEN")},linkGoogle:async()=>{Xe(),er("google"),H.current="link",await me.initLoginWithOAuth("google")},linkTwitter:async()=>{Xe(),er("twitter"),H.current="link",await me.initLoginWithOAuth("twitter")},linkDiscord:async()=>{Xe(),er("discord"),H.current="link",await me.initLoginWithOAuth("discord")},linkGithub:async()=>{Xe(),er("github"),H.current="link",await me.initLoginWithOAuth("github")},linkSpotify:async()=>{Xe(),er("spotify"),H.current="link",await me.initLoginWithOAuth("spotify")},linkTiktok:async()=>{Xe(),er("tiktok"),H.current="link",await me.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{Xe(),er("linkedin"),H.current="link",await me.initLoginWithOAuth("linkedin")},linkApple:async()=>{Xe(),er("apple"),H.current="link",await me.initLoginWithOAuth("apple")},linkPasskey:async()=>{Xe(),er("passkey"),await me.initLinkWithPasskey(),fe("LINK_PASSKEY_SCREEN")},linkFarcaster:async()=>{Xe(),er("farcaster"),await me.initLoginWithFarcaster(),H.current="link",oe.current="farcaster",fe("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(Xe(),!s?.email)throw new E("User does not have an email linked to their account.");H.current="link",oe.current="email",fe("UPDATE_EMAIL_SCREEN")},login:async()=>{let d="Attempted to log in, but user is already logged in. Use a `link` helper instead.";if(!n){let p=await new Promise(m=>{Ct(g=>m.bind(g))});if(Ct(null),p){console.warn(d);return}}if(a){console.warn(d);return}H.current="login",Xt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Ct(()=>d)}),Ct(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(u[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}Xt("CONNECT_OR_CREATE")},logout:async()=>{if(await t.logout(),s&&I)try{await I.clearMfa({userId:s.id})}catch{}c(null),l(!1),k(null),D(O,"logout","onSuccess"),H.current=null,oe.current=null,o(!1),Y.del(Ti)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Me;let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(g=>g.address===d?.address));return!d||!p?new Me:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new op(new Ir(new Me));let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(g=>g.address===d?.address));return!d||!p?new op(new Ir(new Me)):new op(new Ir(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new go(new Me);let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(g=>g.address===d?.address));return!d||!p?new go(new Me):new go(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},unlinkPasskey:async d=>{let p=await t.unlinkPasskey(d);return c(p),p},setActiveWallet:async d=>{let p=u.find(g=>tc(g.address)===tc(d)),m=s?.linkedAccounts.find(g=>g.type==="wallet"&&tc(g.address)===tc(d));if(!p||!await p.isConnected())V(d),xa();else if(!p.linked)p.loginOrLink();else{let g=Object.assign({},s);g.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(g)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw D(O,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return bi(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw D(O,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=Se(s);if(!d||!I)throw D(O,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw D(O,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await np()}catch(p){throw D(O,"setWalletPassword","onError","missing_or_invalid_mfa"),p}return new Promise((p,m)=>{ae(!0);let g={onSuccess:U=>{D(O,"setWalletPassword","onSuccess",U),p(U)},onFailure:U=>{D(O,"setWalletPassword","onError","user_exited_set_password_flow"),m(U)},callAuthOnSuccessOnClose:!1},A={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:U=>{D(O,"setWalletPassword","onError","unknown_connect_wallet_error"),m(U)}};J({setWalletPassword:g,connectWallet:A}),fe("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,g)=>{if(!a||!s){D(O,"signMessage","onError","must_be_authenticated"),g(new Error("User must be authenticated before signing with a Privy wallet"));return}let A=Se(s);if(!A){D(O,"signMessage","onError","embedded_wallet_not_found"),g(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){D(O,"signMessage","onError","invalid_message"),g(new Error("Message must be a non-empty string"));return}ae(!0);let U=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let j=await he();if(!I||!j)throw new Error("Unable to connect to wallet");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_started",payload:{walletAddress:A.address}});let{response:et}=await I.rpc({accessToken:j,address:A.address,request:{method:"personal_sign",params:[d,A.address]}}),tr=et.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_completed",payload:{walletAddress:A.address}}),tr};if(F.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let j=await U();D(O,"signMessage","onSuccess",j),m(j)}catch(j){D(O,"signMessage","onError","unable_to_sign"),g(j??new Ne("Unable to sign message"))}}else{let et={method:"personal_sign",data:d,confirmAndSign:U,onSuccess:Ae=>{D(O,"signMessage","onSuccess",Ae),m(Ae)},onFailure:Ae=>{D(O,"signMessage","onError","unable_to_sign"),g(Ae)},uiOptions:p||{}},tr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Ae=>{D(O,"signMessage","onError","unknown_connect_wallet_error"),g(Ae)}};J({signMessage:et,connectWallet:tr}),fe("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,g)=>{if(!a||!s){D(O,"signTypedData","onError","must_be_authenticated"),g(new Error("User must be authenticated before signing with a Privy wallet"));return}let A=Se(s);if(!A){D(O,"signTypedData","onError","embedded_wallet_not_found"),g(new Error("Must have a Privy wallet before signing"));return}ae(!0);let U=qa(d),j=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let $e=await he();if(!I||!$e)throw new Error("Unable to connect to wallet");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_started",payload:{walletAddress:A.address}});let{response:tr}=await I.rpc({accessToken:$e,address:A.address,request:{method:"eth_signTypedData_v4",params:[A.address,U]}}),Ae=tr.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_completed",payload:{walletAddress:A.address}}),Ae};if(F.embeddedWallets.noPromptOnSignature||(F.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let $e=await j();D(O,"signTypedData","onSuccess",$e),m($e)}catch($e){D(O,"signTypedData","onError","unable_to_sign"),g($e??new Ne("Unable to sign message"))}}else{let tr={method:"eth_signTypedData_v4",data:U,confirmAndSign:j,onSuccess:Ft=>{D(O,"signTypedData","onSuccess",Ft),m(Ft)},onFailure:Ft=>{D(O,"signTypedData","onError","unable_to_sign"),g(Ft)},uiOptions:p||{}},Ae={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Ft=>{D(O,"signMessage","onError","unknown_connect_wallet_error"),g(Ft)}};J({signMessage:tr,connectWallet:Ae}),fe("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let A=await(await ka(d,p,m)).wait();return zl(A)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!Se(s)){p(new Error("Must have a Privy wallet before exporting"));return}ae(!0);let g={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p,shouldForceMFA:!0};if(J(ge),!await he()||!I){p(new Error("Must have valid access token to enroll in MFA"));return}if(!I){p(new Error("Must have a Privy wallet before exporting"));return}let U={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};J({keyExport:U,connectWallet:g}),fe("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:np,async init(d){switch(d){case"sms":await t.initMfaSmsVerification();return;case"passkey":return await t.initMfaPasskeyVerification();case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}},async submit(d,p){switch(d){case"totp":case"sms":if(typeof p!="string")throw new E("Invalid MFA code");Rt.current?.resolve({mfaMethod:d,mfaCode:p,relyingParty:window.origin}),await new Promise((U,j)=>{Fe.current={resolve:U,reject:j}});break;case"passkey":if(typeof p=="string")throw new E("Invalid authenticator response");let g=await(await import("@simplewebauthn/browser")).startAuthentication(p),A=_1(g);Rt.current?.resolve({mfaMethod:d,mfaCode:A,relyingParty:window.origin}),await new Promise((U,j)=>{Fe.current={resolve:U,reject:j}});break;default:throw Rt.current?.reject(new E("Unsupported MFA method")),new E(`Unsupported MFA method: ${d}`)}},cancel(){Rt.current?.reject(new E("MFA canceled"))},async initEnrollmentWithSms(d){let p=await he();if(!p||!I)throw new Error("Must have valid access token to enroll in MFA");await I.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){me.closePrivyModal(),p();return}F.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),J({mfaEnrollmentFlow:{mfaMethods:F.mfa.methods,onSuccess:p,onFailure:m}}),fe("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await he();if(!d||!I)throw new Error("Must have valid access token to enroll in MFA");let p=await I.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await he();if(!p||!I)throw new Error("Must have valid access token to enroll in MFA");await I.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await he();if(!p||!I)throw new Error("Must have valid access token to enroll in MFA");await I.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async initEnrollmentWithPasskey(){},async submitEnrollmentWithPasskey({credentialIds:d}){let p=await he();if(!p||!I)throw new Error("Must have valid access token to enroll in MFA");await I.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:d});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await he();if(!p||!I)throw new Error("Must have valid access token to remove MFA");d==="passkey"?await I.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:[]}):await I.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},requestFarcasterSigner:async()=>{let d=await he(),p=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!p)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");let g=await I.initFarcasterSigner({address:p.address,hdWalletIndex:null,accessToken:d,mfaCode:null,mfaMethod:null,relyingParty:window.origin});if(g.status==="approved"){let A=await t.getAuthenticatedUser();c(A||s||null)}J({farcasterSigner:g}),fe("AWAITING_FARCASTER_SIGNER")},submitCast:async d=>{let p=await he(),m=s?.linkedAccounts.find(U=>U.type==="wallet"&&U.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!m)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!s?.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster embedded signer write to Farcaster");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await I.submitCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid),relyingParty:window.origin})).response.hash}},removeCast:async({castHash:d})=>{let p=await he(),m=s?.linkedAccounts.find(U=>U.type==="wallet"&&U.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!m)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!s?.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster embedded signer write to Farcaster");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await I.removeCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid),relyingParty:window.origin})).response.hash}},likeCast:async({castHash:d,castAuthorFid:p})=>{let m=await he(),g=s?.linkedAccounts.find(j=>j.type==="wallet"&&j.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!g)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!s?.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster embedded signer write to Farcaster");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await I.reactToCast({address:g.address,hdWalletIndex:null,accessToken:m,mfaCode:null,mfaMethod:null,payload:{type:1,castId:{hash:d,fid:p}},fid:BigInt(s.farcaster.fid)})).response.hash}},recastCast:async({castHash:d,castAuthorFid:p})=>{let m=await he(),g=s?.linkedAccounts.find(j=>j.type==="wallet"&&j.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!g)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!s?.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster embedded signer write to Farcaster");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await I.reactToCast({address:g.address,hdWalletIndex:null,accessToken:m,mfaCode:null,mfaMethod:null,payload:{type:2,castId:{hash:d,fid:p}},fid:BigInt(s.farcaster.fid)})).response.hash}},followUser:async({fid:d})=>{let p=await he(),m=s?.linkedAccounts.find(U=>U.type==="wallet"&&U.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!m)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!s?.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster embedded signer write to Farcaster");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await I.submitLink({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:{type:"follow",targetFid:d},fid:BigInt(s.farcaster.fid)})).response.hash}},unfollowUser:async({fid:d})=>{let p=await he(),m=s?.linkedAccounts.find(U=>U.type==="wallet"&&U.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!m)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!s?.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster embedded signer write to Farcaster");if(!await me.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await I.removeLink({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:{type:"follow",targetFid:d},fid:BigInt(s.farcaster.fid)})).response.hash}},isHeadlessOAuthLoading:S,loginWithCode(d){return me.loginWithCode(d)},initLoginWithEmail(d){return me.initLoginWithEmail(d)},initLoginWithSms(d){return me.initLoginWithSms(d)},otpState:L,fundWallet(d,p){return me.fundWallet(d,p)},initLoginWithHeadlessOAuth(d,p){return me.initLoginWithHeadlessOAuth(d,p)},loginWithHeadlessOAuth(d){return me.loginWithHeadlessOAuth(d)},isModalOpen:r};R1=yn.signMessage,I1=yn.signTypedData,M1=async(...d)=>{let p=await ka(...d);return F.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let me=(()=>({isNewUserThisSession:y,linkingHint:G,pendingTransaction:null,walletConnectionStatus:R,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:F.rpcConfig,chains:F.chains,appId:e.appId,showFiatPrices:F.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>F.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(I)return I;let p=new Promise(A=>{ze(()=>U=>A(U))}),m=new Promise(A=>setTimeout(()=>A(null),d)),g=await Promise.race([p,m]);return ze(null),g},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0,isSuccess:!1})=>{let p=n&&a&&s,m;p&&oe.current&&(m=s?.linkedAccounts.filter(g=>g.latestVerifiedAt!==null&&!(g.type==="wallet"&&g.walletClientType==="privy")).sort((g,A)=>A.latestVerifiedAt.getTime()-g.latestVerifiedAt.getTime())[0]),H.current==="login"&&oe.current?d.shouldCallAuthOnSuccess&&p?(D(O,"login","onComplete",s,y,!1,oe.current,m??null),e.onSuccess?.(s,y)):D(O,"login","onError","exited_auth_flow"):H.current==="link"&&oe.current&&m&&(d.isSuccess&&p?D(O,"linkAccount","onSuccess",s,oe.current,m):D(O,"linkAccount","onError","exited_link_flow")),V(null),H.current=null,oe.current=null,w(!1),o(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent({eventName:"modal_closed"})},openPrivyModal:fe,connectWallet:Ci,initLoginWithWallet:async(d,p)=>{oe.current="siwe",jr(d,p)},loginWithWallet:async()=>{if(!n)throw new uo;if(!(t.authFlow instanceof Ko))throw new E("Must initialize SIWE flow first.");let d,p;if(a)try{d=await t.link(),oe.current="siwe"}catch(m){throw D(O,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),oe.current="siwe"}catch(m){throw D(O,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),w(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new Pi(d);t.startAuthFlow(p);try{oe.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw H.current==="login"?D(O,"login","onError",m.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new uo;if(!(t.authFlow instanceof Pi))throw new E("Must initialize Farcaster flow first.");let d,p;if(a)try{d=await t.link(),oe.current="farcaster"}catch(m){throw D(O,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),oe.current="farcaster"}catch(m){throw D(O,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d||null),w(p||!1),l(!0)},async initLoginWithOAuth(d,p){if(oe.current=d,ac()){if(d==="google"&&ec(window.navigator.userAgent)){Xt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{Xt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}Y.del(Go);let m=new Rr({provider:d});p&&m.addCaptchaToken(p),t.startAuthFlow(m);let g=await t.authFlow.getAuthorizationUrl();g&&g.url&&window.location.assign(g.url)},async recoveryOAuthFlow(d,p,m){let{url:g,codeVerifier:A,stateCode:U}=await yf({api:No.api,provider:d});if(!g)throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:"Unable to open recovery OAuth popup",provider:d}}),new E("Recovery OAuth failed");let j,$e;try{let Ae=await k1({url:g,popup:m});if(j=Ae.stateCode,$e=Ae.authorizationCode,j!==U)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:U??"",returnedStateCode:j??""}}),new E("Unexpected auth flow. This may be a phishing attempt.")}catch(Ae){throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:Ae.toString(),provider:d}}),new E("Recovery OAuth failed")}let[et,tr]=await Promise.all([he(),gf({api:No.api,provider:d,codeVerifier:A,stateCode:j,authorizationCode:$e})]);if(!I)throw new E("Cannot connect to wallet proxy");switch(p){case"recover":let Ae=ge.recoverWallet?.privyWallet?.address;if(!Ae)throw new E("Recovery OAuth failed");t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:Ae,recoveryMethod:d}}),await I.recover({address:Ae,accessToken:et,recoveryAccessToken:tr,recoveryMethod:d}),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:Ae,recoveryMethod:d}});break;case"create-wallet":t.createAnalyticsEvent({eventName:"embedded_wallet_creation_started"}),await I.create({accessToken:et,recoveryAccessToken:tr,recoveryMethod:d});let Ft=await me.refreshUser(),bt=Se(Ft);if(!bt)throw D(O,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:bt.address}}),D(O,"createWallet","onSuccess",bt);break;default:throw new E("Unsupported recovery action")}},async loginWithOAuth(d){if(!(t.authFlow instanceof Rr))throw new E("Must initialize OAuth flow before calling loginWithOAuth");let p=Y.get(Bo),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:p??"",returnedStateCode:m??""}}),new E("Unexpected auth flow. This may be a phishing attempt.");let g,A,U;if(a)try{g=await t.link(),oe.current=d}catch(j){throw D(O,"linkAccount","onError",j.privyErrorCode||"failed_to_link_account"),j}else try{let j=await t.authenticate();g=j.user,A=j.isNewUser,U=j.oAuthProviderTokens,oe.current=d}catch(j){throw H.current==="login"?D(O,"login","onError",j.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",j.privyErrorCode||"failed_to_link_account"),j}return c(g),w(A||!1),l(!0),U},async initLoginWithPasskey(d){let p=new $o(d);t.startAuthFlow(p),H.current="login";try{oe.current="passkey",await p.initAuthenticationFlow()}catch(m){throw D(O,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},async loginWithPasskey(){if(!n)throw new uo;if(!(t.authFlow instanceof $o))throw new E("Must initialize Passkey flow first.");if(oe.current!=="passkey")throw new E("Must init login with Passkey flow first.");let d,p;try{oe.current="passkey",{user:d,isNewUser:p}=await t.authenticate()}catch(m){throw D(O,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d),w(p||!1),l(!0)},async initLinkWithPasskey(d){let p=new $o(d);t.startAuthFlow(p),H.current="link",oe.current="passkey";try{await p.initLinkFlow()}catch(m){throw D(O,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},async linkWithPasskey(){if(!n)throw new uo;if(!(t.authFlow instanceof $o))throw new E("Must initialize Passkey flow first.");if(oe.current!=="passkey")throw new E("Must init login with Passkey flow first.");let d;try{oe.current="passkey",d=await t.link()}catch(p){throw D(O,"linkAccount","onError",p.privyErrorCode||"failed_to_link_account"),p}return c(d||s||null),d},async initLoginWithHeadlessOAuth(d,p){if(ac()){if(d==="google"&&ec(window.navigator.userAgent))throw Error("It looks like you're using an in-app browser. To log in, please try again using an external browser.")}else throw Error("It looks like you're using an in-app browser. To log in, please try again using an external browser.");let m=new Rr({provider:d,headless:!0});p&&m.addCaptchaToken(p);let g=await t.startAuthFlow(m).getAuthorizationUrl();g?.url&&window.location.assign(g.url)},async loginWithHeadlessOAuth(d){C(!0),t.startAuthFlow(new Rr(d));let p=Y.get(Bo),m=d.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d.provider,storedStateCode:p??"",returnedStateCode:m??""}}),C(!1),new E("Unexpected auth flow. This may be a phishing attempt.");let g,A;if(a)try{g=await t.link(),oe.current=d.provider}catch(U){throw D(O,"linkAccount","onError",U.privyErrorCode||"failed_to_link_account"),U}else try{({user:g,isNewUser:A}=await t.authenticate()),oe.current=d.provider}catch(U){throw H.current==="login"?D(O,"login","onError",U.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",U.privyErrorCode||"failed_to_link_account"),U}return c(g),w(A||!1),l(!0),C(!1),g??void 0},initLoginWithEmail:async(d,p)=>{let m=new mo(d,p);t.startAuthFlow(m);try{oe.current="email",await m.sendCodeEmail()}catch(g){throw H.current==="login"?D(O,"login","onError",g.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",g.privyErrorCode||"failed_to_link_account"),g}},initUpdateEmail:async(d,p,m)=>{let g=new Oa(d,p,m);t.startAuthFlow(g),await g.sendCodeEmail()},initLoginWithSms:async(d,p)=>{P({status:"sending-code"});let m=new jo(d,p);t.startAuthFlow(m);try{oe.current="sms",await m.sendSmsCode(),P({status:"awaiting-code-input"})}catch(g){throw P({status:"error",error:g}),H.current==="login"?D(O,"login","onError",g.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",g.privyErrorCode||"failed_to_link_account"),g}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(P({status:"submitting-code"}),!n){let A=new uo;throw P({status:"error",error:A}),A}if(t.authFlow instanceof mo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof jo)t.authFlow.meta.smsCode=d.trim();else{let A=new E("Must initialize a passwordless code flow first");throw P({status:"error",error:A}),A}let p=await he(),m,g;if(p&&t.sessionHasActiveToken())try{m=await t.link()}catch(A){throw P({status:"error",error:A}),D(O,"linkAccount","onError",A.privyErrorCode||"failed_to_link_account"),A}else try{({user:m,isNewUser:g}=await t.authenticate())}catch(A){throw P({status:"error",error:A}),D(O,"login","onError",A.privyErrorCode||"unknown_auth_error"),A}c(m||s||null),w(g||!1),l(!0),P({status:"done"})},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:I,createAnalyticsEvent:({eventName:d,payload:p,timestamp:m})=>t.createAnalyticsEvent({eventName:d,payload:p,timestamp:m}),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy"),g=await he();if(!g||!I||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}ae(!0);try{await I.connect({accessToken:g,address:m.address}),d(!0)}catch(A){if(qn(A)&&m.recoveryMethod==="privy")t.createAnalyticsEvent({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:m.address}}),(await I.recover({address:m.address,accessToken:g})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:m.address}}),d(!0);else if(qn(A)){J({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)},recoveryOAuthStatus:{provider:"google-drive",action:"recover"}});let U=ol(m.recoveryMethod);fe(U)}else p(A)}}),getFiatOnRampConfig:qe,setReadyToTrue:d=>{i(!0),_t?.(d)},updateWallets:()=>dt(),fundWallet:async(d,p)=>{let{signedUrl:m,externalTransactionId:g}=await qe(d,p);J({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:g}}),fe("FIAT_ON_RAMP_PROMPT_SCREEN")},requestFarcasterSignerStatus:async d=>{let p=await he(),m=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!I||!m)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");let g=await t.requestFarcasterSignerStatus(d);if(g.status==="approved"){let A=await t.getAuthenticatedUser();c(A||s||null)}return g}}))();W1=me.recoverEmbeddedWallet;let D1=rE(()=>({wallets:u,ready:Jt}),[u,Jt]);return Kr(ve.Provider,{value:yn,children:Kr(_c.Provider,{value:O,children:Kr(qd.Provider,{value:D1,children:A1(hm,{...F,children:[e.children,A1(kc.Provider,{value:me,children:[!F.headless&&F.captchaEnabled&&n&&!a&&Kr(xc,{delayedExecution:!1}),Kr(C1,{theme:{...F.appearance.palette||{}}}),Kr(lm,{data:ge,setModalData:J,setInitialScreen:k,initialScreen:v,authenticated:a,open:r,children:Kr(T1,{open:r})}),ce&&ue?Kr(x1,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Rt,mfaSubmitPromise:Fe,onLoad:Q,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as sE}from"react";function lE(e){let{login:t}=sE(ve);return De("login",e),{login:t}}import{useContext as cE}from"react";function dE(e){let{logout:t}=cE(ve);return De("logout",e),{logout:t}}import{useCallback as L1,useEffect as pE}from"react";function uE(){let e=we(),t=Is(),{initLoginWithHeadlessOAuth:r,loginWithHeadlessOAuth:o,isHeadlessOAuthLoading:n,ready:i,user:a}=B(),l=L1(async c=>{if(e.enabled&&e.status!=="success")throw new yr(e.error,null,"captcha_failure");return r(c.provider,e.token)},[r,e]),s=L1(async()=>{let c=_i();if(a)return console.warn("Cannot login with OAuth when already logged in"),a;if(!c.inProgress)throw new Error("Cannot login with OAuth because no OAuth flow is in progress");if(!c.popupFlow)try{return await o(c)}catch(u){throw u}finally{qo()}},[o]);return pE(()=>{let c=_i();i&&t&&c.inProgress&&c.headless&&!c.popupFlow&&s()},[i,t]),{initOAuth:l,loginWithOAuth:s,loading:n}}import{useCallback as O1}from"react";var mE=()=>{let e=we(),{initLoginWithEmail:t,loginWithCode:r}=B(),o=O1(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return t(i)},[t]),n=O1(async({code:i})=>{if(e.enabled&&e.status==="error")throw new yr(e.error,null,"captcha_failure");return r(i)},[r,e.status]);return{sendCode:o,loginWithCode:n}};import{useCallback as N1}from"react";var fE=()=>{let e=we(),{initLoginWithSms:t,loginWithCode:r,otpState:o}=B(),n=N1(async({phoneNumber:a})=>{if(!a)throw new Error("SMS required to send OTP code");return t(a)},[t]),i=N1(async({code:a})=>{if(e.enabled&&e.status!=="success")throw new yr(e.error,null,"captcha_failure");return r(a)},[r,e.status]);return{sendCode:n,loginWithCode:i,state:o}};import{useContext as hE}from"react";function yE(e){let{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:f,linkFarcaster:h}=hE(ve);return De("linkAccount",e),{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:f,linkFarcaster:h}}import{useContext as gE}from"react";function vE(e){let{connectWallet:t}=gE(ve);return De("connectWallet",e),{connectWallet:t}}import{useContext as CE}from"react";function wE(e){let{createWallet:t}=CE(ve);return De("createWallet",e),{createWallet:t}}var bE=()=>{let{fundWallet:e}=B();return{fundWallet:e}};import{useContext as EE}from"react";function TE(e){let{sendTransaction:t}=EE(ve);return De("sendTransaction",e),{sendTransaction:t}}import{useContext as PE}from"react";function SE(e){let{setWalletPassword:t}=PE(ve);return De("setWalletPassword",e),{setWalletPassword:t}}import{useContext as xE}from"react";function kE(e){let{signMessage:t}=xE(ve);return De("signMessage",e),{signMessage:t}}import{useContext as _E}from"react";function AE(e){let{signTypedData:t}=_E(ve);return De("signTypedData",e),{signTypedData:t}}import{useContext as RE}from"react";var IE=()=>{let{isModalOpen:e}=RE(ve);return{isOpen:e}};import{useContext as ME}from"react";function WE(e){let{getAccessToken:t}=ME(ve);return De("accessToken",e),{getAccessToken:t}}function LE(){let{submitCast:e,removeCast:t,likeCast:r,recastCast:o,followUser:n,unfollowUser:i,requestFarcasterSigner:a}=B();return{followUser:n,unfollowUser:i,submitCast:e,removeCast:t,likeCast:r,recastCast:o,requestFarcasterSigner:a}}function OE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Ir as AsExternalProvider,xc as Captcha,Wi as ConnectorManager,Li as PrivyClient,iE as PrivyProvider,Me as PrivyProxyProvider,Ii as SUPPORTED_CHAINS,dc as VERSION,It as WalletConnector,OE as addRpcUrlOverrideToChain,Zc as errorIndicatesMaxMfaRetries,rn as errorIndicatesMfaTimeout,on as errorIndicatesMfaVerificationFailed,he as getAccessToken,vE as useConnectWallet,wE as useCreateWallet,LE as useExperimentalFarcasterSigner,bE as useFundWallet,yE as useLinkAccount,lE as useLogin,mE as useLoginWithEmail,uE as useLoginWithOAuth,fE as useLoginWithSms,dE as useLogout,sa as useMfa,Pr as useMfaEnrollment,IE as useModalStatus,B as usePrivy,Ac as useRegisterMfaListener,TE as useSendTransaction,SE as useSetWalletPassword,kE as useSignMessage,AE as useSignTypedData,WE as useToken,va as useWallets};
3003
+ `;import{jsx as at,jsxs as E1}from"react/jsx-runtime";var z7={["LANDING"]:ny,["CONNECT_OR_CREATE"]:ry,["AWAITING_PASSWORDLESS_CODE"]:Bm,["AWAITING_CONNECTION"]:lf,["AWAITING_CONNECT_ONLY_CONNECTION"]:uf,["AWAITING_FARCASTER_CONNECTION"]:gh,["AWAITING_FARCASTER_SIGNER"]:Ph,["AWAITING_PASSKEY_SYSTEM_DIALOGUE"]:Ig,["PHANTOM_INTERSTITIAL_SCREEN"]:Og,["LOGIN_FAILED_SCREEN"]:vy,["AWAITING_OAUTH_SCREEN"]:kg,["ALLOWLIST_REJECTION_SCREEN"]:Rm,["USER_LIMIT_REACHED_SCREEN"]:g1,["INSTALL_PHANTOM_SCREEN"]:Dh,["LINK_EMAIL_SCREEN"]:iy,["LINK_PHONE_SCREEN"]:my,["LINK_WALLET_SCREEN"]:fy,["LINK_PASSKEY_SCREEN"]:py,["UPDATE_EMAIL_SCREEN"]:f1,["CONNECT_ONLY_LANDING_SCREEN"]:rf,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:Xm,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:Af,["EMBEDDED_WALLET_CREATED_SCREEN"]:Ef,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:wf,["EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN"]:Ng,["EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"]:$g,["EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN"]:Vg,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:xf,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:s1,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:i1,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Ah,["FIAT_ON_RAMP_STATUS_SCREEN"]:Ih,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:th,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:eh,["EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN"]:qg,["MFA_ENROLLMENT_FLOW_SCREEN"]:Oy,["CAPTCHA_SCREEN"]:zm,["ERROR_SCREEN"]:oh,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Mh,["AFFIRMATIVE_CONSENT_SCREEN"]:_m},q7=["LANDING","AWAITING_CONNECTION"],$7=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:r,isModalOpen:o}=F(),{headless:n}=Lr(),{ready:i,currentScreen:a}=x(),{status:l,execute:s,reset:c,enabled:u}=Ce(),m=H7(null),h=gm(m),y=o&&a&&q7.includes(a)&&!n&&l==="ready";if(b1(()=>{y&&s()},[y]),b1(()=>{!o&&u&&c()},[o,u]),(!r||!i)&&a!=="AWAITING_OAUTH_SCREEN")return E1(ni,{id:"privy-modal-content",children:[at(E,{}),at(X,{}),at(xy,{children:at(Ke,{})}),at(ie,{}),at(q,{})]});if(!a&&e)return at(ni,{style:{height:h},id:"privy-modal-conent",children:at("div",{ref:m,children:at(Kd,{open:e,onClose:t})})});if(!a)return null;let w=z7[a];return at(ni,{style:{height:h},id:"privy-modal-content",children:E1("div",{ref:m,children:[at(ro,{if:!!e,children:at(w,{})}),at(ro,{if:!e,children:at(Kd,{open:e,onClose:t})})]})})},K7=()=>{let{closePrivyModal:e}=I(),{onUserCloseViaDialogOrKeybindRef:t}=x();return{gracefulClosePrivyModal:B7(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},P1=({open:e})=>{let{app:t}=x(),{gracefulClosePrivyModal:r}=K7(),[o,n]=G7(!1);Ac({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=at(w1,{children:at($7,{isMfaVerifying:o,onMfaVerificationComplete:()=>n(!1)})}),a=e||o,l=t?.render.inDialog?at(Sy,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>r(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return V7.createPortal(l,s)}return l};import{useState as j7}from"react";import{useEffect as T1,useRef as S1}from"react";var Xl=class{constructor(){this.callbacks={}}enqueue(t,r){this.callbacks[t]=r}dequeue(t,r){let o=this.callbacks[r];if(!o)throw new Error(`cannot dequeue ${t} event: no event found for id ${r}`);switch(delete this.callbacks[r],t){case"privy:iframe:ready":return o;case"privy:wallet:create":return o;case"privy:wallet:connect":return o;case"privy:wallet:recover":return o;case"privy:wallet:rpc":return o;case"privy:wallet:set-recovery-password":return o;case"privy:mfa:verify":return o;case"privy:mfa:init-enrollment":return o;case"privy:mfa:submit-enrollment":return o;case"privy:mfa:unenroll":return o;case"privy:mfa:clear":return o;case"privy:farcaster:init-signer":return o;case"privy:farcaster:sign":return o;default:throw new Error(`invalid wallet event type ${t}`)}}};async function Oo(e,t,r,o,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):o.current?.reject(new De("missing_or_invalid_mfa","MFA verification failed, retry."));let m=await new Promise((h,y)=>{r.current={resolve:h,reject:y};let w=1e3*60*5;setTimeout(()=>{let g=new De("mfa_timeout","Timed out waiting for MFA code");o.current?.reject(g),y(g)},w)});return await e(m)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),o.current?.resolve(void 0);break}catch(m){if(m.type==="missing_or_invalid_mfa")a=!0;else throw o.current?.resolve(void 0),m}if(c===null){let u=new De("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw o.current?.reject(u),u}return c}import{jsx as eE}from"react/jsx-runtime";var Y7=function(e){return()=>`id-${e++}`}(0);function Z7(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Yt(e){return e.error!==void 0}var Ot=new Xl,rp=new Map,J7=(e,t)=>typeof t=="bigint"?t.toString():t,Q7=(e,t)=>`${e}${JSON.stringify(t,J7)}`;function Zt(e,t,r,o){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");let i=Q7(e,t);if(e==="privy:wallet:create"){let l=rp.get(i);if(l)return l}let a=new Promise((l,s)=>{let c=Y7();Ot.enqueue(c,{resolve:l,reject:s}),n.postMessage({id:c,event:e,data:t},o)}).finally(()=>{rp.delete(i)});return rp.set(i,a),a}function X7(e){switch(e.event){case"privy:iframe:ready":let t=Ot.dequeue(e.event,e.id);return Yt(e)?t.reject(new De(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=Ot.dequeue(e.event,e.id);return Yt(e)?r.reject(new De(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let o=Ot.dequeue(e.event,e.id);return Yt(e)?o.reject(new De(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:recover":let n=Ot.dequeue(e.event,e.id);return Yt(e)?n.reject(new De(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ot.dequeue(e.event,e.id);return Yt(e)?i.reject(new De(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ot.dequeue(e.event,e.id);return Yt(e)?a.reject(new De(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ot.dequeue(e.event,e.id);return Yt(e)?l.reject(new De(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ot.dequeue(e.event,e.id);return Yt(e)?s.reject(new De(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ot.dequeue(e.event,e.id);return Yt(e)?s.reject(new De(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ot.dequeue(e.event,e.id);return Yt(e)?s.reject(new De(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:clear":{let s=Ot.dequeue(e.event,e.id);return Yt(e)?s.reject(new De(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:init-signer":{let s=Ot.dequeue(e.event,e.id);return Yt(e)?s.reject(new De(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:sign":{let s=Ot.dequeue(e.event,e.id);return Yt(e)?s.reject(new De(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function x1(e){let t=S1(null),r=S1(e.mfaMethods),o=Os(),[n,i]=j7(!1);return T1(()=>{r.current=e.mfaMethods},[e.mfaMethods]),T1(()=>{if(!n)return;let a=t.current;if(!a)return;function l(h){h&&h.origin===e.origin&&Z7(h.data)&&X7(h.data)}let s={create(h){return Zt("privy:wallet:create",h,a,e.origin)},connect(h){return Zt("privy:wallet:connect",h,a,e.origin)},recover(h){return Oo(y=>Zt("privy:wallet:recover",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(h){return Oo(y=>Zt("privy:wallet:rpc",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(h){return Oo(y=>Zt("privy:wallet:set-recovery-password",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(h){return Oo(y=>Zt("privy:mfa:verify",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(h){return Oo(y=>Zt("privy:mfa:init-enrollment",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(h){return Oo(y=>Zt("privy:mfa:submit-enrollment",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},unenrollMfa(h){return Oo(y=>Zt("privy:mfa:unenroll",{...h,...y},a,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},clearMfa(h){return Zt("privy:mfa:clear",h,a,e.origin)},initFarcasterSigner(h){return Zt("privy:farcaster:init-signer",h,a,e.origin)},signFarcasterMessage(h){return Zt("privy:farcaster:sign",h,a,e.origin)}};window.addEventListener("message",l);let c=()=>e.onLoad(s),u=(...h)=>{console.warn("Privy iframe failed to load: ",...h),e.onLoadFailed()},m=new AbortController;return nu(()=>Zt("privy:iframe:ready",{},a,e.origin),{abortSignal:m.signal}).then(c,u),()=>{window.removeEventListener("message",l),m.abort()}},[n]),eE("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},onLoad:()=>i(!0),src:Va(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function ec(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(o=>t.includes(o))}async function _1({url:e,popup:t}){return t.location=e,new Promise((o,n)=>{function i(){t?.close(),window.removeEventListener("message",a)}function a(l){l.data&&(l.data.type==="PRIVY_OAUTH_RESPONSE"?(o(l.data),i()):l.data.type==="PRIVY_OAUTH_ERROR"&&(n(l.data.error),i()))}window.addEventListener("message",a)})}var k1=e=>({id:e.id,raw_id:e.rawId,response:{client_data_json:e.response.clientDataJSON,authenticator_data:e.response.authenticatorData,signature:e.response.signature,user_handle:e.response.userHandle},authenticator_attachment:e.authenticatorAttachment,client_extension_results:{app_id:e.clientExtensionResults.appid,cred_props:e.clientExtensionResults.credProps,hmac_create_secret:e.clientExtensionResults.hmacCreateSecret},type:e.type});import{jsx as Kr,jsxs as A1}from"react/jsx-runtime";var No;function oE(e){return typeof e=="string"&&e.length===25}function Se(){if(!No){let e=j.get(Fo);return Promise.resolve(e||null)}return No.getAccessToken()}var R1,xu=(e,t)=>R1(e,t),I1,_u=(e,t)=>I1(e,t),M1,ku=(e,t)=>M1(e,t),W1,Au=()=>W1(),nE=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;j.put(Ei,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},iE=({config:e,...t})=>{if(!oE(t.appId))throw new b("Cannot initialize the Privy provider with an invalid Privy app ID");No||(No=new Li({appId:t.appId,apiUrl:t.apiUrl||Ua}));let r=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&r.embeddedWallets?.createOnLogin===void 0&&(r.embeddedWallets||(r.embeddedWallets={}),r.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),Kr(am,{client:No,clientConfig:r,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:Kr(aE,{...t,client:No})})},aE=e=>{let t=e.client,[r,o]=Ve(!1),[n,i]=Ve(!1),[a,l]=Ve(!1),[s,c]=Ve(null),[u,m]=Ve([]),h=vi(u),[y,w]=Ve(!1),[g,_]=Ve(null),[S,C]=Ve(!1),[R,k]=Ve({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:P}),[L,T]=Ve({status:"initial"}),[N,K]=Ve(null),[G,V]=Ve(null),[M,Q]=Ve(null),U=Lr(),ue=Is(),[ce,ae]=Ve(!0),[he,J]=Ve({}),[St,yt]=Ve(null),[xt,ze]=Ve(null),[Jt,_e]=Ve(!1),[He,Qt]=Ve(!1),_t=vi(null),Ue=vi(null),O=vi(vm);t.onStoreToken=d=>{d&&D(O,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{c(null),l(!1),D(O,"accessToken","onAccessTokenRemoved")};let oe=vi(null),H=vi(null),me=d=>{_(d),setTimeout(()=>{o(!0)},15),t.createAnalyticsEvent({eventName:"modal_open",payload:{initialScreen:d}})},Xt=d=>{U.embeddedWallets.createOnLogin!=="off"&&ae(!0),me(d)};kr(()=>{let d=()=>{document.visibilityState==="hidden"&&t.createAnalyticsEvent({eventName:"page_hidden",options:{keepAlive:!0}})};return document.addEventListener("visibilitychange",d),()=>{document.removeEventListener("visibilitychange",d)}},[]),kr(()=>{if(!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s.linkedAccounts.find(p=>p.type==="wallet"&&p.walletClientType==="privy");if(!d){t.connectors?.removeEmbeddedWalletConnector();return}if(!t.connectors){console.warn("Failed to add embedded wallet connector: Client connectors not initialized");return}if(!M){console.warn("Failed to add embedded wallet connector: Wallet proxy not initialized");return}t.connectors.addEmbeddedWalletConnector(M,d.address,U.defaultChain,e.appId)},[M,s]),kr(()=>{M&&xt?.(M)},[M]),kr(()=>{(async()=>{if(!U.customAuth?.enabled)return;ae(!0);let{getCustomAccessToken:p,isLoading:f}=U.customAuth;if(!(!n||f))try{let v=await p();if(!v&&a){await yn.logout();return}if(!v||a)return;t.startAuthFlow(new gn(v));let{user:A,isNewUser:B}=await t.authenticate();if(!A){await yn.logout();return}c(A||null),w(B||!1),l(!0),Qt(!0)}catch(v){console.warn(v),a&&await yn.logout()}})()},[U.customAuth?.enabled,U.customAuth?.getCustomAccessToken,U.customAuth?.isLoading,n,a]),kr(()=>{He&&M&&s&&nr(s,U.embeddedWallets.createOnLogin)&&(Qt(!1),bi(s,vn).catch(console.error))},[He&&M&&s]),kr(()=>{async function d(){let p=Do();nE();let f=tE();K(f),t.initializeConnectorManager({walletConnectCloudProjectId:U.walletConnectCloudProjectId,rpcConfig:U.rpcConfig,chains:U.chains,defaultChain:U.defaultChain,store:f,walletList:U.appearance.walletList,shouldEnforceDefaultChainOnConnect:U.shouldEnforceDefaultChainOnConnect,appName:U.name??"Privy"}),t.connectors?.initialize().then(()=>{Sa()});let v=await t.getAuthenticatedUser();U.customAuth?.enabled||(l(!!v),v&&D(O,"login","onComplete",v,!1,!0,null,null),c(v)),p||ye.setReadyToTrue(!!v),p&&(v?H.current="link":H.current="login")}!n&&ue&&d()},[t,St,n,ue]),kr(()=>{if(!n)return;if(!s){_e(!0);return}if(!!!s.linkedAccounts.find(f=>f.type==="wallet"&&f.walletClientType==="privy")){_e(!0);return}let p=!!u.find(f=>f.walletClientType==="privy");_e(p)},[n,s,u]);let Do=()=>{let d=ki();if(d.inProgress&&d.popupFlow){if(window.opener.location.origin!==window.location.origin){window.opener.postMessage({type:"PRIVY_OAUTH_ERROR",error:"Origins between parent and child windows do not match."});return}window.opener.postMessage({type:"PRIVY_OAUTH_RESPONSE",stateCode:d.stateCode,authorizationCode:d.authorizationCode});return}return!d.inProgress||d.headless?!1:(t.startAuthFlow(new Rr(d)),Xt("AWAITING_OAUTH_SCREEN"),!0)},gt=async(d,p,f,v)=>{let A=await t.connectors?.createWalletConnector(d,p)||null;Ci(A,p,f,v)};async function Ci(d,p,f,v){if(d)k({status:"disconnected",connectedWallet:null,connectError:null,connector:d,connectRetry:P});else return k({status:"disconnected",connectedWallet:null,connectError:new ee("Unable to connect to wallet."),connector:null,connectRetry:P}),v?.(null,f);d instanceof Or&&p&&await d.resetConnection(p),k({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Ci(d,p,f,v)});try{let A=await d.connect({showPrompt:!0});if(U.shouldEnforceDefaultChainOnConnect&&!U.chains.find(B=>B.id===Number(A?.chainId))&&!(A?.connectorType==="wallet_connect_v2"&&A?.walletClientType==="metamask")){k(B=>({...B,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:P}));try{await A?.switchChain(U.defaultChain.id),A&&(A.chainId=wn(zo(U.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${U.defaultChain.id}`)}}return k(B=>({...B,status:"connected",connectedWallet:A,connectError:null,connectRetry:P})),A&&!H.current&&D(O,"connectWallet","onSuccess",A),v?.(A,f)}catch(A){return A instanceof Fe?(console.warn(A.cause?A.cause:A.message),H.current||D(O,"connectWallet","onError",A.privyErrorCode||"generic_connect_wallet_error")):(console.warn(A),H.current||D(O,"connectWallet","onError","unknown_connect_wallet_error")),k(B=>({...B,status:"disconnected",connectedWallet:null,connectError:A})),v?.(null,f)}}let jr=async(d,p)=>{if(d===null)return;let f=new Ko(d,p);t.startAuthFlow(f)},Sa=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),f=d.get("privy_wallet_client");if(!p||!f)return;if(f==="phantom"&&!fo()&&Xt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new b("Connector not initialized");me("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),gt(p,f,void 0,jr)};kr(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let Qe=()=>{if(!a)throw D(O,"linkAccount","onError","must_be_authenticated"),new b("User must be authenticated before linking an account.")},xa=()=>{Qe(),oe.current="siwe",H.current="link",me("LINK_WALLET_SCREEN")},wi=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},Uo=async d=>{if(!t.connectors)throw new b("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(k(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:P})),U.captchaEnabled&&!a){let f={callback:v=>jr(d,v),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};J({captchaModalData:f}),Xt("CAPTCHA_SCREEN")}else await jr(d),Xt("AWAITING_CONNECTION")},qe=async(d,p)=>{if(!U.fiatOnRamp.enabled)throw new b("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:v}=await _h(t,d,p?.config??{},U.appearance.palette,U.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:v}}else throw new b("Unsupported fund provider. Currently supported option is `moonpay`.")},st=()=>{m(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:wi(f),loginOrLink:async()=>{if(!await f.isConnected())throw new b("Wallet is not connected");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new b("Cannot link or login with embedded wallet");Uo(f)},fund:async v=>{let{signedUrl:A,externalTransactionId:B}=await qe(f.address,v);J({fiatOnRampPrompt:{signedUrl:A},fiatOnRampStatus:{externalTransactionId:B}}),me("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new b("User is not authenticated.");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new b("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(f.address);c(v)}}))||[];return ds(d,p)?d:p})};kr(()=>{st()},[s?.linkedAccounts,a,n]),kr(()=>{if(n){if(!t.connectors)throw new b("Connector not initialized");st(),t.connectors.on("walletsUpdated",st)}},[n]);let Yr=()=>{me(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};kr(()=>{if(!u[0])return;let d=u[0],p=h.current.find(v=>v.address===d.address),f;if(d.walletClientType==="privy"?f=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType==="privy"):f=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType!=="privy"),!p&&f){let v=Object.assign({},s);v.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(v)}h.current=u},[u]);let bi=async(d,p)=>{if(Te(d))throw D(O,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[v,A]=await Promise.all([ye.initializeWalletProxy(p),Se()]);if(!v&&U.customAuth?.enabled)throw D(O,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!A||U.embeddedWallets?.requireUserOwnedRecoveryOnCreate)return new Promise((B,Z)=>{ae(!0),J({createWallet:{onSuccess:Xe=>{D(O,"createWallet","onSuccess",Xe),B(Xe)},onFailure:Xe=>{D(O,"createWallet","onError","unknown_embedded_wallet_error"),Z(Xe)},callAuthOnSuccessOnClose:!1}}),me("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:A});let B=await ye.refreshUser(),Z=Te(B);if(!Z)throw D(O,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return D(O,"createWallet","onSuccess",Z),Z}},Zr=d=>{if(!U.chains.map(p=>p.id).includes(d))throw new ee(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},_a=(d,p,f)=>new Promise(async(v,A)=>{if(!a||!s){D(O,"sendTransaction","onError","must_be_authenticated"),A(new Error("User must be authenticated before signing with a Privy wallet"));return}let B=Te(s);if(!B){D(O,"sendTransaction","onError","embedded_wallet_not_found"),A(new Error("Must have a Privy wallet before signing"));return}ae(!0);let Z=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,$e=d.chainId?Number(d.chainId):Z.chainId;Zr($e);let Xe=Object.assign({},d,{chainId:$e}),tr=async()=>{let ke=await Se();if(!ke||!M){D(O,"sendTransaction","onError","embedded_wallet_not_found"),A(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await ye.recoverEmbeddedWallet()){D(O,"sendTransaction","onError","unknown_connect_wallet_error"),A(new Error("Unable to connect to wallet"));return}let vt=Qr(Xe.chainId,U.chains,U.rpcConfig,{appId:e.appId}),rc=await ui(B.address,Xe,vt);if(U.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:U1}=await pi(rc,vt),{hasSufficientFunds:F1}=await Vl(B.address,rc,U1,vt);if(!F1)throw new Oe(new Dt("Wallet has insufficient funds for this transaction.",et.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let ip=await Gl(ke,B.address,M,rc,vt);D(O,"sendTransaction","onSuccess",ip),v(ip)}catch(Nt){D(O,"sendTransaction","onError","transaction_failure"),A(Nt)}};if(U.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),tr();else{let ke={transactionRequest:Xe,onSuccess:vt=>{D(O,"sendTransaction","onSuccess",vt),v(vt)},onFailure:vt=>{D(O,"sendTransaction","onError","transaction_failure"),A(vt)},uiOptions:p||{},fundWalletConfig:f},Nt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:vt=>{D(O,"sendTransaction","onError","unknown_connect_wallet_error"),A(vt)}};J({connectWallet:Nt,sendTransaction:ke}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function np(){return new Promise(async(d,p)=>{let f=await Se();if(!f||!M)throw new Error("Must have valid access token to enroll in MFA");try{await M.verifyMfa({accessToken:f}),d()}catch(v){p(v)}})}let er=d=>{if(d==="passkey"){if(s&&s.linkedAccounts.filter(p=>p.type==="passkey").length>=5)throw D(O,"linkAccount","onError","cannot_link_more_of_type"),new b(`User already has an account of type ${d} linked.`)}else if(s?.[d])throw D(O,"linkAccount","onError","cannot_link_more_of_type"),new b(`User already has an account of type ${d} linked.`)},yn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Yr,linkWallet:xa,linkEmail:()=>{Qe(),er("email"),oe.current="email",H.current="link",me("LINK_EMAIL_SCREEN")},linkPhone:()=>{Qe(),er("phone"),oe.current="sms",H.current="link",me("LINK_PHONE_SCREEN")},linkGoogle:async()=>{Qe(),er("google"),H.current="link",await ye.initLoginWithOAuth("google")},linkTwitter:async()=>{Qe(),er("twitter"),H.current="link",await ye.initLoginWithOAuth("twitter")},linkDiscord:async()=>{Qe(),er("discord"),H.current="link",await ye.initLoginWithOAuth("discord")},linkGithub:async()=>{Qe(),er("github"),H.current="link",await ye.initLoginWithOAuth("github")},linkSpotify:async()=>{Qe(),er("spotify"),H.current="link",await ye.initLoginWithOAuth("spotify")},linkTiktok:async()=>{Qe(),er("tiktok"),H.current="link",await ye.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{Qe(),er("linkedin"),H.current="link",await ye.initLoginWithOAuth("linkedin")},linkApple:async()=>{Qe(),er("apple"),H.current="link",await ye.initLoginWithOAuth("apple")},linkPasskey:async()=>{Qe(),er("passkey"),await ye.initLinkWithPasskey(),me("LINK_PASSKEY_SCREEN")},linkFarcaster:async()=>{Qe(),er("farcaster"),await ye.initLoginWithFarcaster(),H.current="link",oe.current="farcaster",me("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(Qe(),!s?.email)throw new b("User does not have an email linked to their account.");H.current="link",oe.current="email",me("UPDATE_EMAIL_SCREEN")},login:async()=>{let d="Attempted to log in, but user is already logged in. Use a `link` helper instead.";if(!n){let p=await new Promise(f=>{yt(v=>f.bind(v))});if(yt(null),p){console.warn(d);return}}if(a){console.warn(d);return}H.current="login",Xt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{yt(()=>d)}),yt(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(u[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}Xt("CONNECT_OR_CREATE")},logout:async()=>{if(await t.logout(),s&&M)try{await M.clearMfa({userId:s.id})}catch{}c(null),l(!1),_(null),D(O,"logout","onSuccess"),H.current=null,oe.current=null,o(!1),j.del(Pi)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new Ie;let d=u.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(v=>v.address===d?.address));return!d||!p?new Ie:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new op(new Ir(new Ie));let d=u.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(v=>v.address===d?.address));return!d||!p?new op(new Ir(new Ie)):new op(new Ir(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new go(new Ie);let d=u.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(v=>v.address===d?.address));return!d||!p?new go(new Ie):new go(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},unlinkPasskey:async d=>{let p=await t.unlinkPasskey(d);return c(p),p},setActiveWallet:async d=>{let p=u.find(v=>tc(v.address)===tc(d)),f=s?.linkedAccounts.find(v=>v.type==="wallet"&&tc(v.address)===tc(d));if(!p||!await p.isConnected())V(d),xa();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(v)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw D(O,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return bi(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw D(O,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=Te(s);if(!d||!M)throw D(O,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw D(O,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await np()}catch(p){throw D(O,"setWalletPassword","onError","missing_or_invalid_mfa"),p}return new Promise((p,f)=>{ae(!0);let v={onSuccess:B=>{D(O,"setWalletPassword","onSuccess",B),p(B)},onFailure:B=>{D(O,"setWalletPassword","onError","user_exited_set_password_flow"),f(B)},callAuthOnSuccessOnClose:!1},A={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:B=>{D(O,"setWalletPassword","onError","unknown_connect_wallet_error"),f(B)}};J({setWalletPassword:v,connectWallet:A}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(f,v)=>{if(!a||!s){D(O,"signMessage","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let A=Te(s);if(!A){D(O,"signMessage","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){D(O,"signMessage","onError","invalid_message"),v(new Error("Message must be a non-empty string"));return}ae(!0);let B=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let Z=await Se();if(!M||!Z)throw new Error("Unable to connect to wallet");if(!await ye.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_started",payload:{walletAddress:A.address}});let{response:Xe}=await M.rpc({accessToken:Z,address:A.address,request:{method:"personal_sign",params:[d,A.address]}}),tr=Xe.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_completed",payload:{walletAddress:A.address}}),tr};if(U.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Z=await B();D(O,"signMessage","onSuccess",Z),f(Z)}catch(Z){D(O,"signMessage","onError","unable_to_sign"),v(Z??new Oe("Unable to sign message"))}}else{let Xe={method:"personal_sign",data:d,confirmAndSign:B,onSuccess:ke=>{D(O,"signMessage","onSuccess",ke),f(ke)},onFailure:ke=>{D(O,"signMessage","onError","unable_to_sign"),v(ke)},uiOptions:p||{}},tr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:ke=>{D(O,"signMessage","onError","unknown_connect_wallet_error"),v(ke)}};J({signMessage:Xe,connectWallet:tr}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(f,v)=>{if(!a||!s){D(O,"signTypedData","onError","must_be_authenticated"),v(new Error("User must be authenticated before signing with a Privy wallet"));return}let A=Te(s);if(!A){D(O,"signTypedData","onError","embedded_wallet_not_found"),v(new Error("Must have a Privy wallet before signing"));return}ae(!0);let B=qa(d),Z=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let $e=await Se();if(!M||!$e)throw new Error("Unable to connect to wallet");if(!await ye.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_started",payload:{walletAddress:A.address}});let{response:tr}=await M.rpc({accessToken:$e,address:A.address,request:{method:"eth_signTypedData_v4",params:[A.address,B]}}),ke=tr.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_completed",payload:{walletAddress:A.address}}),ke};if(U.embeddedWallets.noPromptOnSignature||(U.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let $e=await Z();D(O,"signTypedData","onSuccess",$e),f($e)}catch($e){D(O,"signTypedData","onError","unable_to_sign"),v($e??new Oe("Unable to sign message"))}}else{let tr={method:"eth_signTypedData_v4",data:B,confirmAndSign:Z,onSuccess:Nt=>{D(O,"signTypedData","onSuccess",Nt),f(Nt)},onFailure:Nt=>{D(O,"signTypedData","onError","unable_to_sign"),v(Nt)},uiOptions:p||{}},ke={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Nt=>{D(O,"signMessage","onError","unknown_connect_wallet_error"),v(Nt)}};J({signMessage:tr,connectWallet:ke}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let A=await(await _a(d,p,f)).wait();return zl(A)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!Te(s)){p(new Error("Must have a Privy wallet before exporting"));return}ae(!0);let v={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p,shouldForceMFA:!0};if(J(he),!await Se()||!M){p(new Error("Must have valid access token to enroll in MFA"));return}if(!M){p(new Error("Must have a Privy wallet before exporting"));return}let B={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};J({keyExport:B,connectWallet:v}),me("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:np,async init(d){switch(d){case"sms":await t.initMfaSmsVerification();return;case"passkey":return await t.initMfaPasskeyVerification();case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}},async submit(d,p){switch(d){case"totp":case"sms":if(typeof p!="string")throw new b("Invalid MFA code");_t.current?.resolve({mfaMethod:d,mfaCode:p,relyingParty:window.origin}),await new Promise((B,Z)=>{Ue.current={resolve:B,reject:Z}});break;case"passkey":if(typeof p=="string")throw new b("Invalid authenticator response");let v=await(await import("@simplewebauthn/browser")).startAuthentication(p),A=k1(v);_t.current?.resolve({mfaMethod:d,mfaCode:A,relyingParty:window.origin}),await new Promise((B,Z)=>{Ue.current={resolve:B,reject:Z}});break;default:throw _t.current?.reject(new b("Unsupported MFA method")),new b(`Unsupported MFA method: ${d}`)}},cancel(){_t.current?.reject(new b("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Se();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,f)=>{if(!d){ye.closePrivyModal(),p();return}U.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),J({mfaEnrollmentFlow:{mfaMethods:U.mfa.methods,onSuccess:p,onFailure:f}}),me("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Se();if(!d||!M)throw new Error("Must have valid access token to enroll in MFA");let p=await M.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await Se();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async submitEnrollmentWithTotp(d){let p=await Se();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async initEnrollmentWithPasskey(){},async submitEnrollmentWithPasskey({credentialIds:d}){let p=await Se();if(!p||!M)throw new Error("Must have valid access token to enroll in MFA");await M.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:d});let f=await t.getAuthenticatedUser();c(f)},async unenroll(d){let p=await Se();if(!p||!M)throw new Error("Must have valid access token to remove MFA");d==="passkey"?await M.submitEnrollMfa({method:"passkey",accessToken:p,credentialIds:[]}):await M.unenrollMfa({method:d,accessToken:p});let f=await t.getAuthenticatedUser();c(f)},requestFarcasterSignerFromWarpcast:async()=>{let d=await Se(),p=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!p)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!await ye.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");let v=await M.initFarcasterSigner({address:p.address,hdWalletIndex:null,accessToken:d,mfaCode:null,mfaMethod:null,relyingParty:window.origin});if(v.status==="approved"){let A=await t.getAuthenticatedUser();c(A||s||null)}J({farcasterSigner:v}),me("AWAITING_FARCASTER_SIGNER")},getFarcasterSignerPublicKey:async()=>{let d=await Se(),p=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!p)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!await ye.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");if(!s.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster signer public key to sign");return(A=>Uint8Array.from(A.match(/.{1,2}/g).map(B=>parseInt(B,16))))(s.farcaster.signerPublicKey.slice(2))},signFarcasterMessage:async d=>{let p=await Se(),f=s?.linkedAccounts.find(Z=>Z.type==="wallet"&&Z.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!f)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");if(!await ye.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");if(!s.farcaster?.signerPublicKey)throw new Error("Must have a Farcaster signer public key to sign");let A=await import("@simplewebauthn/browser"),B=await M.signFarcasterMessage({address:f.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:{hash:A.bufferToBase64URLString(d)},fid:BigInt(s.farcaster.fid),relyingParty:window.origin});return new Uint8Array(A.base64URLStringToBuffer(B.signature))},isHeadlessOAuthLoading:S,loginWithCode(d){return ye.loginWithCode(d)},initLoginWithEmail(d){return ye.initLoginWithEmail(d)},initLoginWithSms(d){return ye.initLoginWithSms(d)},otpState:L,fundWallet(d,p){return ye.fundWallet(d,p)},initLoginWithHeadlessOAuth(d,p){return ye.initLoginWithHeadlessOAuth(d,p)},loginWithHeadlessOAuth(d){return ye.loginWithHeadlessOAuth(d)},isModalOpen:r};R1=yn.signMessage,I1=yn.signTypedData,M1=async(...d)=>{let p=await _a(...d);return U.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let ye=(()=>({isNewUserThisSession:y,linkingHint:G,pendingTransaction:null,walletConnectionStatus:R,mipdStore:N,connectors:t.connectors?.walletConnectors??[],rpcConfig:U.rpcConfig,chains:U.chains,appId:e.appId,showFiatPrices:U.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>U.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(M)return M;let p=new Promise(A=>{ze(()=>B=>A(B))}),f=new Promise(A=>setTimeout(()=>A(null),d)),v=await Promise.race([p,f]);return ze(null),v},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0,isSuccess:!1})=>{let p=n&&a&&s,f;p&&oe.current&&(f=s?.linkedAccounts.filter(v=>v.latestVerifiedAt!==null&&!(v.type==="wallet"&&v.walletClientType==="privy")).sort((v,A)=>A.latestVerifiedAt.getTime()-v.latestVerifiedAt.getTime())[0]),H.current==="login"&&oe.current?d.shouldCallAuthOnSuccess&&p?(D(O,"login","onComplete",s,y,!1,oe.current,f??null),e.onSuccess?.(s,y)):D(O,"login","onError","exited_auth_flow"):H.current==="link"&&oe.current&&f&&(d.isSuccess&&p?D(O,"linkAccount","onSuccess",s,oe.current,f):D(O,"linkAccount","onError","exited_link_flow")),V(null),H.current=null,oe.current=null,w(!1),o(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent({eventName:"modal_closed"})},openPrivyModal:me,connectWallet:Ci,initLoginWithWallet:async(d,p)=>{oe.current="siwe",jr(d,p)},loginWithWallet:async()=>{if(!n)throw new uo;if(!(t.authFlow instanceof Ko))throw new b("Must initialize SIWE flow first.");let d,p;if(a)try{d=await t.link(),oe.current="siwe"}catch(f){throw D(O,"linkAccount","onError",f.privyErrorCode||"failed_to_link_account"),f}else try{({user:d,isNewUser:p}=await t.authenticate()),oe.current="siwe"}catch(f){throw D(O,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||s||null),w(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new Ti(d);t.startAuthFlow(p);try{oe.current="farcaster",await p.initializeFarcasterConnect()}catch(f){throw H.current==="login"?D(O,"login","onError",f.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",f.privyErrorCode||"unknown_auth_error"),f}},loginWithFarcaster:async()=>{if(!n)throw new uo;if(!(t.authFlow instanceof Ti))throw new b("Must initialize Farcaster flow first.");let d,p;if(a)try{d=await t.link(),oe.current="farcaster"}catch(f){throw D(O,"linkAccount","onError",f.privyErrorCode||"failed_to_link_account"),f}else try{({user:d,isNewUser:p}=await t.authenticate()),oe.current="farcaster"}catch(f){throw D(O,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}c(d||null),w(p||!1),l(!0)},async initLoginWithOAuth(d,p){if(oe.current=d,ac()){if(d==="google"&&ec(window.navigator.userAgent)){Xt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{Xt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}j.del(Go);let f=new Rr({provider:d});p&&f.addCaptchaToken(p),t.startAuthFlow(f);let v=await t.authFlow.getAuthorizationUrl();v&&v.url&&window.location.assign(v.url)},async recoveryOAuthFlow(d,p,f){let{url:v,codeVerifier:A,stateCode:B}=await yf({api:No.api,provider:d});if(!v)throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:"Unable to open recovery OAuth popup",provider:d}}),new b("Recovery OAuth failed");let Z,$e;try{let ke=await _1({url:v,popup:f});if(Z=ke.stateCode,$e=ke.authorizationCode,Z!==B)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:B??"",returnedStateCode:Z??""}}),new b("Unexpected auth flow. This may be a phishing attempt.")}catch(ke){throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:ke.toString(),provider:d}}),new b("Recovery OAuth failed")}let[Xe,tr]=await Promise.all([Se(),gf({api:No.api,provider:d,codeVerifier:A,stateCode:Z,authorizationCode:$e})]);if(!M)throw new b("Cannot connect to wallet proxy");switch(p){case"recover":let ke=he.recoverWallet?.privyWallet?.address;if(!ke)throw new b("Recovery OAuth failed");t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:ke,recoveryMethod:d}}),await M.recover({address:ke,accessToken:Xe,recoveryAccessToken:tr,recoveryMethod:d}),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:ke,recoveryMethod:d}});break;case"create-wallet":t.createAnalyticsEvent({eventName:"embedded_wallet_creation_started"}),await M.create({accessToken:Xe,recoveryAccessToken:tr,recoveryMethod:d});let Nt=await ye.refreshUser(),vt=Te(Nt);if(!vt)throw D(O,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:vt.address}}),D(O,"createWallet","onSuccess",vt);break;default:throw new b("Unsupported recovery action")}},async loginWithOAuth(d){if(!(t.authFlow instanceof Rr))throw new b("Must initialize OAuth flow before calling loginWithOAuth");let p=j.get(Bo),f=t.authFlow.meta.stateCode;if(p!==f)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:p??"",returnedStateCode:f??""}}),new b("Unexpected auth flow. This may be a phishing attempt.");let v,A,B;if(a)try{v=await t.link(),oe.current=d}catch(Z){throw D(O,"linkAccount","onError",Z.privyErrorCode||"failed_to_link_account"),Z}else try{let Z=await t.authenticate();v=Z.user,A=Z.isNewUser,B=Z.oAuthProviderTokens,oe.current=d}catch(Z){throw H.current==="login"?D(O,"login","onError",Z.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",Z.privyErrorCode||"failed_to_link_account"),Z}return c(v),w(A||!1),l(!0),B},async initLoginWithPasskey(d){let p=new $o(d);t.startAuthFlow(p),H.current="login";try{oe.current="passkey",await p.initAuthenticationFlow()}catch(f){throw D(O,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}},async loginWithPasskey(){if(!n)throw new uo;if(!(t.authFlow instanceof $o))throw new b("Must initialize Passkey flow first.");if(oe.current!=="passkey")throw new b("Must init login with Passkey flow first.");let d,p;try{oe.current="passkey",{user:d,isNewUser:p}=await t.authenticate()}catch(f){throw D(O,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}c(d),w(p||!1),l(!0)},async initLinkWithPasskey(d){let p=new $o(d);t.startAuthFlow(p),H.current="link",oe.current="passkey";try{await p.initLinkFlow()}catch(f){throw D(O,"linkAccount","onError",f.privyErrorCode||"unknown_auth_error"),f}},async linkWithPasskey(){if(!n)throw new uo;if(!(t.authFlow instanceof $o))throw new b("Must initialize Passkey flow first.");if(oe.current!=="passkey")throw new b("Must init login with Passkey flow first.");let d;try{oe.current="passkey",d=await t.link()}catch(p){throw D(O,"linkAccount","onError",p.privyErrorCode||"failed_to_link_account"),p}return c(d||s||null),d},async initLoginWithHeadlessOAuth(d,p){if(ac()){if(d==="google"&&ec(window.navigator.userAgent))throw Error("It looks like you're using an in-app browser. To log in, please try again using an external browser.")}else throw Error("It looks like you're using an in-app browser. To log in, please try again using an external browser.");let f=new Rr({provider:d,headless:!0});p&&f.addCaptchaToken(p);let v=await t.startAuthFlow(f).getAuthorizationUrl();v?.url&&window.location.assign(v.url)},async loginWithHeadlessOAuth(d){C(!0),t.startAuthFlow(new Rr(d));let p=j.get(Bo),f=d.stateCode;if(p!==f)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d.provider,storedStateCode:p??"",returnedStateCode:f??""}}),C(!1),new b("Unexpected auth flow. This may be a phishing attempt.");let v,A;if(a)try{v=await t.link(),oe.current=d.provider}catch(B){throw D(O,"linkAccount","onError",B.privyErrorCode||"failed_to_link_account"),B}else try{({user:v,isNewUser:A}=await t.authenticate()),oe.current=d.provider}catch(B){throw H.current==="login"?D(O,"login","onError",B.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",B.privyErrorCode||"failed_to_link_account"),B}return c(v),w(A||!1),l(!0),C(!1),v??void 0},initLoginWithEmail:async(d,p)=>{let f=new mo(d,p);t.startAuthFlow(f);try{oe.current="email",await f.sendCodeEmail()}catch(v){throw H.current==="login"?D(O,"login","onError",v.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",v.privyErrorCode||"failed_to_link_account"),v}},initUpdateEmail:async(d,p,f)=>{let v=new Oa(d,p,f);t.startAuthFlow(v),await v.sendCodeEmail()},initLoginWithSms:async(d,p)=>{T({status:"sending-code"});let f=new jo(d,p);t.startAuthFlow(f);try{oe.current="sms",await f.sendSmsCode(),T({status:"awaiting-code-input"})}catch(v){throw T({status:"error",error:v}),H.current==="login"?D(O,"login","onError",v.privyErrorCode||"unknown_auth_error"):H.current==="link"&&D(O,"linkAccount","onError",v.privyErrorCode||"failed_to_link_account"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(T({status:"submitting-code"}),!n){let A=new uo;throw T({status:"error",error:A}),A}if(t.authFlow instanceof mo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof jo)t.authFlow.meta.smsCode=d.trim();else{let A=new b("Must initialize a passwordless code flow first");throw T({status:"error",error:A}),A}let p=await Se(),f,v;if(p&&t.sessionHasActiveToken())try{f=await t.link()}catch(A){throw T({status:"error",error:A}),D(O,"linkAccount","onError",A.privyErrorCode||"failed_to_link_account"),A}else try{({user:f,isNewUser:v}=await t.authenticate())}catch(A){throw T({status:"error",error:A}),D(O,"login","onError",A.privyErrorCode||"unknown_auth_error"),A}c(f||s||null),w(v||!1),l(!0),T({status:"done"})},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:M,createAnalyticsEvent:({eventName:d,payload:p,timestamp:f})=>t.createAnalyticsEvent({eventName:d,payload:p,timestamp:f}),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy"),v=await Se();if(!v||!M||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}ae(!0);try{await M.connect({accessToken:v,address:f.address}),d(!0)}catch(A){if(qn(A)&&f.recoveryMethod==="privy")t.createAnalyticsEvent({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:f.address}}),(await M.recover({address:f.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:f.address}}),d(!0);else if(qn(A)){J({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)},recoveryOAuthStatus:{provider:"google-drive",action:"recover"}});let B=ol(f.recoveryMethod);me(B)}else p(A)}}),getFiatOnRampConfig:qe,setReadyToTrue:d=>{i(!0),St?.(d)},updateWallets:()=>st(),fundWallet:async(d,p)=>{let{signedUrl:f,externalTransactionId:v}=await qe(d,p);J({fiatOnRampPrompt:{signedUrl:f},fiatOnRampStatus:{externalTransactionId:v}}),me("FIAT_ON_RAMP_PROMPT_SCREEN")},requestFarcasterSignerStatus:async d=>{let p=await Se(),f=s?.linkedAccounts.find(A=>A.type==="wallet"&&A.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!M||!f)throw new Error("Must have an embedded wallet to use Farcaster signers");if(!s?.farcaster?.fid)throw new Error("Must have Farcaster account to use Farcaster signers");let v=await t.requestFarcasterSignerStatus(d);if(v.status==="approved"){let A=await t.getAuthenticatedUser();c(A||s||null)}return v}}))();W1=ye.recoverEmbeddedWallet;let D1=rE(()=>({wallets:u,ready:Jt}),[u,Jt]);return Kr(ge.Provider,{value:yn,children:Kr(kc.Provider,{value:O,children:Kr(qd.Provider,{value:D1,children:A1(hm,{...U,children:[e.children,A1(_c.Provider,{value:ye,children:[!U.headless&&U.captchaEnabled&&n&&!a&&Kr(xc,{delayedExecution:!1}),Kr(C1,{theme:{...U.appearance.palette||{}}}),Kr(lm,{data:he,setModalData:J,setInitialScreen:_,initialScreen:g,authenticated:a,open:r,children:Kr(P1,{open:r})}),ce&&ue?Kr(x1,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:_t,mfaSubmitPromise:Ue,onLoad:Q,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as sE}from"react";function lE(e){let{login:t}=sE(ge);return Ne("login",e),{login:t}}import{useContext as cE}from"react";function dE(e){let{logout:t}=cE(ge);return Ne("logout",e),{logout:t}}import{useCallback as L1,useEffect as pE}from"react";function uE(){let e=Ce(),t=Is(),{initLoginWithHeadlessOAuth:r,loginWithHeadlessOAuth:o,isHeadlessOAuthLoading:n,ready:i,user:a}=F(),l=L1(async c=>{if(e.enabled&&e.status!=="success")throw new yr(e.error,null,"captcha_failure");return r(c.provider,e.token)},[r,e]),s=L1(async()=>{let c=ki();if(a)return console.warn("Cannot login with OAuth when already logged in"),a;if(!c.inProgress)throw new Error("Cannot login with OAuth because no OAuth flow is in progress");if(!c.popupFlow)try{return await o(c)}catch(u){throw u}finally{qo()}},[o]);return pE(()=>{let c=ki();i&&t&&c.inProgress&&c.headless&&!c.popupFlow&&s()},[i,t]),{initOAuth:l,loginWithOAuth:s,loading:n}}import{useCallback as O1}from"react";var mE=()=>{let e=Ce(),{initLoginWithEmail:t,loginWithCode:r}=F(),o=O1(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return t(i)},[t]),n=O1(async({code:i})=>{if(e.enabled&&e.status==="error")throw new yr(e.error,null,"captcha_failure");return r(i)},[r,e.status]);return{sendCode:o,loginWithCode:n}};import{useCallback as N1}from"react";var fE=()=>{let e=Ce(),{initLoginWithSms:t,loginWithCode:r,otpState:o}=F(),n=N1(async({phoneNumber:a})=>{if(!a)throw new Error("SMS required to send OTP code");return t(a)},[t]),i=N1(async({code:a})=>{if(e.enabled&&e.status!=="success")throw new yr(e.error,null,"captcha_failure");return r(a)},[r,e.status]);return{sendCode:n,loginWithCode:i,state:o}};import{useContext as hE}from"react";function yE(e){let{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:m,linkFarcaster:h}=hE(ge);return Ne("linkAccount",e),{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:i,linkTwitter:a,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:m,linkFarcaster:h}}import{useContext as gE}from"react";function vE(e){let{connectWallet:t}=gE(ge);return Ne("connectWallet",e),{connectWallet:t}}import{useContext as CE}from"react";function wE(e){let{createWallet:t}=CE(ge);return Ne("createWallet",e),{createWallet:t}}var bE=()=>{let{fundWallet:e}=F();return{fundWallet:e}};import{useContext as EE}from"react";function PE(e){let{sendTransaction:t}=EE(ge);return Ne("sendTransaction",e),{sendTransaction:t}}import{useContext as TE}from"react";function SE(e){let{setWalletPassword:t}=TE(ge);return Ne("setWalletPassword",e),{setWalletPassword:t}}import{useContext as xE}from"react";function _E(e){let{signMessage:t}=xE(ge);return Ne("signMessage",e),{signMessage:t}}import{useContext as kE}from"react";function AE(e){let{signTypedData:t}=kE(ge);return Ne("signTypedData",e),{signTypedData:t}}import{useContext as RE}from"react";var IE=()=>{let{isModalOpen:e}=RE(ge);return{isOpen:e}};import{useContext as ME}from"react";function WE(e){let{getAccessToken:t}=ME(ge);return Ne("accessToken",e),{getAccessToken:t}}function LE(){let{getFarcasterSignerPublicKey:e,signFarcasterMessage:t,requestFarcasterSignerFromWarpcast:r}=F();return{getFarcasterSignerPublicKey:e,signFarcasterMessage:t,requestFarcasterSignerFromWarpcast:r}}function OE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Ir as AsExternalProvider,xc as Captcha,Wi as ConnectorManager,Li as PrivyClient,iE as PrivyProvider,Ie as PrivyProxyProvider,Ii as SUPPORTED_CHAINS,dc as VERSION,kt as WalletConnector,OE as addRpcUrlOverrideToChain,Zc as errorIndicatesMaxMfaRetries,rn as errorIndicatesMfaTimeout,on as errorIndicatesMfaVerificationFailed,Se as getAccessToken,vE as useConnectWallet,wE as useCreateWallet,LE as useExperimentalFarcasterSigner,bE as useFundWallet,yE as useLinkAccount,lE as useLogin,mE as useLoginWithEmail,uE as useLoginWithOAuth,fE as useLoginWithSms,dE as useLogout,sa as useMfa,Tr as useMfaEnrollment,IE as useModalStatus,F as usePrivy,Ac as useRegisterMfaListener,PE as useSendTransaction,SE as useSetWalletPassword,_E as useSignMessage,AE as useSignTypedData,WE as useToken,va as useWallets};