@privy-io/react-auth 1.60.7 → 1.61.0-beta-20240423144828
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 +330 -298
- package/dist/index.d.ts +20 -11
- package/dist/index.js +329 -297
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Cl=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var Sd=(e,t,r)=>(Cl(e,t,"read from private field"),r?r.call(e):t.get(e)),Xi=(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)},wl=(e,t,r,o)=>(Cl(e,t,"write to private field"),o?o.call(e,r):t.set(e,r),r);var xd=(e,t,r)=>(Cl(e,t,"access private method"),r);import{getAddress as yl}from"@ethersproject/address";import{Web3Provider as Cd}from"@ethersproject/providers";import{createStore as c7}from"mipd";import{useCallback as d7,useEffect as Ir,useMemo as p7,useRef as Xn,useState as Oe}from"react";import{FetchError as N1}from"ofetch";var Ie=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}]`:""}`}},Yt=class extends Ie{constructor(r,o,n,a,i){super(n,a,i);this.type=r;this.status=o}},T=class extends Ie{constructor(r,o,n){super(r,o,n);this.type="client_error"}},ea=class extends T{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var J=class extends Ie{constructor(r,o,n){super(r,o,n);this.type="connector_error"}},pe=e=>{if(e instanceof Ie)return e;if(!(e instanceof N1))return Xe(e);if(!e.response)return new Yt("api_error",null,e.message,e);let{type:t,message:r,error:o,code:n}=e.data;return new Yt(t||"ApiError",e.response.status,r||o,e,n)},Xe=e=>e instanceof Ie?e:e instanceof Error?new T(e.message,e):new T(`Internal error: ${e}`);var Jr=class extends T{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},St=class extends T{constructor(t="Embedded wallet error",r){super(t,r,"unknown_embedded_wallet_error")}},ta=class extends T{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var mr=class extends T{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 ra="/api/v1/sessions",oa="/api/v1/sessions/logout",kd="/api/v1/sessions/fork",na="/api/v1/sessions/fork/recover",_d="/api/v1/siwe/init",Ad="/api/v1/siwe/authenticate",Rd="/api/v1/siwe/link",Id="/api/v1/siwe/unlink",Md="/api/v1/farcaster/init",Wd="/api/v1/farcaster/authenticate",Ld="/api/v1/farcaster/link",Od="/api/v1/farcaster/status",Nd="/api/v1/farcaster/unlink",Dd="/api/v1/passwordless/init",Fd="/api/v1/passwordless/authenticate",Ud="/api/v1/passwordless/link",Bd="/api/v1/passwordless/unlink",Hd="/api/v1/passwordless/update",Gd="/api/v1/passwordless_sms/init",Vd="/api/v1/passwordless_sms/link",zd="/api/v1/passwordless_sms/unlink",qd="/api/v1/passwordless_sms/authenticate",$d="/api/v1/oauth/init",jd="/api/v1/oauth/authenticate",Kd="/api/v1/oauth/link",Yd="/api/v1/oauth/unlink",Zd="/api/v1/passkeys/link/init",Jd="/api/v1/passkeys/authenticate/init",Qd="/api/v1/passkeys/link",Xd="/api/v1/passkeys/authenticate",ep="/api/v1/passkeys/unlink";var tp="/api/v1/mfa/passwordless_sms/init",rp="/api/v1/mfa/passwordless_sms/enroll";var op="/api/v1/users/me/accept_terms",ia="/api/v1/analytics_events",np="/api/v1/plugins/moonpay_on_ramp/sign",ip="/api/v1/custom_jwt_account/authenticate";var Jo=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new T("Auth flow has no API instance");try{let t=await this.api.post(ip,{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 pe(t)}}async link(){throw new Error("Unimplemented")}};var Qr=class{constructor(t,r){this.meta={email:t,captchaToken:r}}async authenticate(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new T("Email and email code must be set prior to calling authenticate.");try{let t=await this.api.post(Fd,{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 pe(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new T("Email and email code must be set prior to calling authenticate.");try{return await this.api.post(Ud,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw pe(t)}}async sendCodeEmail(t,r){if(!this.api)throw new T("Auth flow has no API instance");if(t&&(this.meta.email=t),r&&(this.meta.captchaToken=r),!this.meta.email)throw new T("Email must be set when initialzing authentication.");try{return await this.api.post(Dd,{email:this.meta.email,token:this.meta.captchaToken})}catch(o){throw pe(o)}}},aa=class extends Qr{constructor(r,o,n){super(o,n);this.meta={email:o,captchaToken:n,oldAddress:r}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new T("Email, email code, and an old email address must be set prior to calling update.");try{return await this.api.post(Hd,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(r){throw pe(r)}}};import{isMobile as H1,isIOS as G1}from"react-device-detect";var bl=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)}},sa=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 El(){try{let e="privy:__session_storage__test",t="blobby",r=new sa;return r.put(e,t),r.del(e),!0}catch{return!1}}function D1(){return typeof window<"u"&&window.localStorage?new sa:new bl}var j=D1();import{StaticJsonRpcProvider as en}from"@ethersproject/providers";function ap(){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 la=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 Tl=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||la(e)!=="MetaMask")return!1;if(e.providers){for(let r of e.providers)if(!Tl(r))return!1}return!0},Xr=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),sp=()=>{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 lp="1.60.7";var Pl="4df5e2316331463a9130964bd6078dfa",Sl="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",cp="34357d3c125c2bcf2ce2bc3309d98715",ca="https://auth.privy.io",dp=2e4,Me=1400,pp=2500,xl=lp;var Eo="privy:token",kl="privy-token",da="privy:refresh_token",_l="privy-refresh-token",pa="privy-session",oi="privy:session_transfer_token",U1="privy:wallet",ni="privy:caid",To="privy:state_code",Qo="privy:code_verifier",Po="privy:headless_oauth",ua=e=>`${U1}:${e}`,Al="privy:connectors",Rl="privy:connections";var So=12e4,Or=1,Il="0x1",Xo=3e4,up="https://api.moonpay.com/v1",mp="https://api.moonpay.com/v1",fp="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",hp="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",yp="0x420000000000000000000000000000000000000F",gp=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var vp=(e,t)=>{let r=[],o=[];for(let[n,a]of e.entries())n<t?r.push(a):o.push(a);return[r,o]},ma=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,}))$/),Cp=(e,t)=>{let r=e.slice(0),o=[];for(;r.length;)o.push(r.splice(0,t));return o},eo=(e,t=3,r=4)=>{if(!e)return"";let o=2,n=3;if(t+r+o+n>=e.length)return e;let a=e.slice(0,o+t),i=e.slice(e.length-r,e.length);return`${a}...${i}`},Ml=e=>new Promise(t=>setTimeout(t,e));function wp(e,{interval:t=100,timeout:r=5e3}={}){return new Promise((o,n)=>{let a=0,i,l=()=>{if(a>=r){n("Max attempts reached without result");return}if(i=e(),a+=t,i!=null){o(i);return}setTimeout(l,t)};l()})}var bp=(e,t={})=>{let r=t.delayMs||150,o=t.maxAttempts||270;return new Promise(async(n,a)=>{let i=!1,l=0;for(;!i&&l<o;){if(t.abortSignal?.aborted)return;e().then(()=>{i=!0,n()},(...s)=>{i=!0,a(...s)}),l+=1,await Ml(r)}i||a(new Error("Exceeded max attempts before resolving function"))})},fa=(e,t,r={})=>{let o=new URL(t,e);for(let[n,a]of Object.entries(r))o.searchParams.set(n,a);return o.href};var Ep=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),xo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Tp(e,t,r=3e3){let o=!1,n=window;return new Promise(a=>{n.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},r));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);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 ap()){let u=la(c);if(!l.some(h=>h.info.name===u)){if(Tl(c,!0)&&!s.find(h=>h.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(h=>h.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}if(u==="Coinbase Wallet"&&!s.find(h=>h.type==="coinbase_wallet")){s.push({type:"coinbase_wallet",legacyInjectedProvider:c});continue}s.find(h=>h.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}a(s)}})}function tn(e){return`eip155:${String(Number(e))}`}var ha=(e,t,r,o)=>{let n=Number(e),a=t.find(l=>l.id===n);if(!a)throw new J(`Unsupported chainId ${e}`,4901);let i;if(a.rpcUrls.privyWalletOverride&&a.rpcUrls.privyWalletOverride.http[0])i=a.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[n])i=r.rpcUrls[n];else if(a.rpcUrls.privy?.http[0]){let l=new URL(a.rpcUrls.privy.http[0]);l.searchParams.append("privyAppId",o),i=l.toString()}else a.rpcUrls.infura?.http[0]?i=a.rpcUrls.infura.http[0]+"/"+Pl:a.rpcUrls.blast?.http[0]?i=a.rpcUrls.blast.http[0]+"/"+Sl:i=a.rpcUrls.default?.http[0];if(!i)throw new J(`No RPC url found for ${e}`);return i},Pp=(e,t)=>{let r=Number(e),o=t.find(n=>n.id===r);if(!o)throw new J(`Unsupported chainId ${e}`,4901);return o.blockExplorers?.default.url},Nr=(e,t,r,o)=>{let n=Number(e),a=t.find(l=>l.id===n);if(!a)throw new J(`Unsupported chainId ${e}`,4901);let i;if(a.rpcUrls.privyWalletOverride&&a.rpcUrls.privyWalletOverride.http[0]?i=new en(a.rpcUrls.privyWalletOverride.http[0]):r.rpcUrls&&r.rpcUrls[n]?i=new en(r.rpcUrls[n]):a.rpcUrls.privy?.http[0]?i=new en({url:a.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}):a.rpcUrls.infura?.http[0]?i=new en(a.rpcUrls.infura.http[0]+"/"+Pl):a.rpcUrls.blast?.http[0]?i=new en(a.rpcUrls.blast.http[0]+"/"+Sl):i=new en(a.rpcUrls.default?.http[0]),!i)throw new J(`No RPC url found for ${e}`);return i},ya=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 ga=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[r,o]of Object.entries(va))if(t.includes(o.hostname))return{walletClientType:r,entry:o}};var va={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 B1(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}function Sp(e,t){let r=B1(t);if(r.deepLink)return Rp(r.deepLink,e);if(r.universalLink)return Ip(r.universalLink,e);throw new T(`Unsupported wallet ${t.id}`)}var xp="WALLETCONNECT_DEEPLINK_CHOICE";function kp(){try{localStorage.removeItem(xp)}catch{}}function _p({href:e,name:t}){try{localStorage.setItem(xp,JSON.stringify({href:e,name:t}))}catch{}}function Ap(e){return e.startsWith("http://")||e.startsWith("https://")}function Rp(e,t){if(Ap(e))return Ip(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 Ip(e,t){if(!Ap(e))return Rp(e,t);let r=e;r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function Ca(e,t){window.open(e,t,"noreferrer noopener")}var Fe=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 ii=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Fe(this._startChannelOnce.bind(this)),this.pollForReady=new Fe(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.channelToken)throw new T("Auth flow must be initialized first");try{let t=await this.api.post(Wd,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new T("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 pe(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");try{return await this.api.post(Ld,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw pe(t)}}async _startChannelOnce(){if(!this.api)throw new T("Auth flow has no API instance");let t=await this.api.post(Md,{token:this.captchaToken});H1&&!G1&&t.connect_uri&&Ca(t.connect_uri,"_blank"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new T("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.channelToken)throw new T("Auth flow must be initialized first");let t=await this.api.get(Od,{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 Lp}from"jose";async function Mp(e){let t=new TextEncoder().encode(e),r=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(r)}function Wp(e){return crypto.getRandomValues(new Uint8Array(e))}function wa(){return!!j.get(Po)}var V1="S256",z1="S256",fr=class{constructor(t){let r=typeof t.headless=="boolean"?t.headless:wa();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 T("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new T("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new T("User denied confirmation during OAuth flow");let t=j.get(Qo);if(!t)throw new T("Authentication error.");try{let r=await this.api.post(jd,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return j.del(Qo),this.meta.headless&&j.del(Po),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(r){let o=pe(r);throw o.privyErrorCode?new T(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new T("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new T("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new T("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new T("User denied confirmation during OAuth flow");let t=j.get(Qo);if(!t)throw new T("Authentication error.");try{let r=await this.api.post(Kd,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return j.del(Qo),r}catch(r){throw pe(r)}}createCodeVerifier(){return Lp.encode(Wp(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,r=V1){if(r==z1){let o=await Mp(t);return Lp.encode(o)}else return t}async getAuthorizationUrl(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.provider)throw new T("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();j.put(Qo,t);let r=this.createStateCode();j.put(To,r);let o=await this.deriveCodeChallengeFromCodeVerifier(t);this.meta.headless&&j.put(Po,!0);try{return await this.api.post($d,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:o,state_code:r})}catch(n){throw pe(n)}}};function Wl(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{jsx as Op,jsxs as q1}from"react/jsx-runtime";var ba=({style:e,...t})=>q1("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:[Op("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"}),Op("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 ai,jsxs as $1}from"react/jsx-runtime";var Ea=({style:e,...t})=>$1("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:[ai("g",{clipPath:"url(#clip0)",children:ai("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"})}),ai("defs",{children:ai("clipPath",{id:"clip0",children:ai("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Np}from"react/jsx-runtime";var Ta=({style:e,...t})=>Np("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:Np("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 Pa,jsxs as j1}from"react/jsx-runtime";var Sa=({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:[Pa("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"}),Pa("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"}),Pa("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"}),Pa("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 xa}from"react/jsx-runtime";function ka({style:e,...t}){return xa("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:xa("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:xa("g",{transform:"scale(5.12,5.12)",children:xa("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 Dp,jsxs as K1}from"react/jsx-runtime";function _a(e){return K1("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[Dp("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"}),Dp("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 Ll,jsxs as Y1}from"react/jsx-runtime";function Aa(e){return Y1("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:[Ll("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"}),Ll("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"}),Ll("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 Fp}from"react/jsx-runtime";var Ra=({style:e,...t})=>Fp("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:Fp("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 Z1={google:{name:"Google",component:Sa},discord:{name:"Discord",component:Ea},github:{name:"Github",component:Ta},linkedin:{name:"LinkedIn",component:ka},twitter:{name:"Twitter",component:Ra},spotify:{name:"Spotify",component:_a},tiktok:{name:"Tiktok",component:Aa},apple:{name:"Apple",component:ba}},si=e=>Z1[e];function Up(e,t){let r={detail:"",retryable:!1},o=Wl(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=si(t).name;r.detail=`Request limit reached for ${n}. Please wait a moment and try again.`}if(e?.privyErrorCode==="oauth_account_suspended"){let n=si(t).name;r.detail=`Your ${n} account is suspended. Please try another login method.`}return r}function li(){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:wa()}}function ci(){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(To),window.history.replaceState({},"",e)}var ko=class{constructor(t){this.initAuthenticateOnce=new Fe(this._initAuthenticateOnce.bind(this)),this.initLinkOnce=new Fe(this._initLinkOnce.bind(this)),this.meta={captchaToken:t}}async initAuthenticationFlow(){if(!this.api)throw new T("Auth flow has no API instance");this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute()}async initLinkFlow(){if(!this.api)throw new T("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 T("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new T("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(Xd,{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 T("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):pe(r)}}async link(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new T("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new T("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(Qd,{relying_party:this.meta.initLinkResponse.relying_party,authenticator_response:this._transformRegistrationResponseToSnakeCase(o)})}catch(r){throw r.name==="NotAllowedError"?new T("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):pe(r)}}async _initAuthenticateOnce(){if(!this.api)throw new T("Auth flow has no API instance");return await this.api.post(Jd,{token:this.meta.captchaToken})}async _initLinkOnce(){if(!this.api)throw new T("Auth flow has no API instance");return await this.api.post(Zd,{})}_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 _o=class{constructor(t,r){this.createSiweMessage=(t,r,o,n,a,i,l)=>`${o} wants you to sign in with your Ethereum account:
|
|
1
|
+
var _l=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var Nd=(e,t,r)=>(_l(e,t,"read from private field"),r?r.call(e):t.get(e)),na=(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)},kl=(e,t,r,o)=>(_l(e,t,"write to private field"),o?o.call(e,r):t.set(e,r),r);var Dd=(e,t,r)=>(_l(e,t,"access private method"),r);import{getAddress as Pl}from"@ethersproject/address";import{Web3Provider as Rd}from"@ethersproject/providers";import{createStore as Db}from"mipd";import{useCallback as Fb,useEffect as Wr,useMemo as Ub,useRef as ii,useState as Fe}from"react";import{FetchError as ng}from"ofetch";var Le=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}]`:""}`}},Qt=class extends Le{constructor(r,o,n,a,i){super(n,a,i);this.type=r;this.status=o}},w=class extends Le{constructor(r,o,n){super(r,o,n);this.type="client_error"}},ia=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var Z=class extends Le{constructor(r,o,n){super(r,o,n);this.type="connector_error"}},ae=e=>{if(e instanceof Le)return e;if(!(e instanceof ng))return tt(e);if(!e.response)return new Qt("api_error",null,e.message,e);let{type:t,message:r,error:o,code:n}=e.data;return new Qt(t||"ApiError",e.response.status,r||o,e,n)},tt=e=>e instanceof Le?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Qr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},dt=class extends w{constructor(t="Embedded wallet error",r){super(t,r,"unknown_embedded_wallet_error")}},aa=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var hr=class extends w{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 sa="/api/v1/sessions",la="/api/v1/sessions/logout",Fd="/api/v1/sessions/fork",ca="/api/v1/sessions/fork/recover",Ud="/api/v1/siwe/init",Bd="/api/v1/siwe/authenticate",Hd="/api/v1/siwe/link",Gd="/api/v1/siwe/unlink",Vd="/api/v1/farcaster/init",zd="/api/v1/farcaster/authenticate",qd="/api/v1/farcaster/link",$d="/api/v1/farcaster/status",jd="/api/v1/farcaster/unlink",Kd="/api/v1/passwordless/init",Yd="/api/v1/passwordless/authenticate",Zd="/api/v1/passwordless/link",Jd="/api/v1/passwordless/unlink",Qd="/api/v1/passwordless/update",Xd="/api/v1/passwordless_sms/init",ep="/api/v1/passwordless_sms/link",tp="/api/v1/passwordless_sms/unlink",rp="/api/v1/passwordless_sms/authenticate",op="/api/v1/oauth/init",np="/api/v1/oauth/authenticate",ip="/api/v1/oauth/link",ap="/api/v1/oauth/unlink",sp="/api/v1/recovery/oauth/init",lp="/api/v1/recovery/oauth/authenticate",cp="/api/v1/passkeys/link/init",dp="/api/v1/passkeys/authenticate/init",pp="/api/v1/passkeys/link",up="/api/v1/passkeys/authenticate",mp="/api/v1/passkeys/unlink";var fp="/api/v1/mfa/passwordless_sms/init",hp="/api/v1/mfa/passwordless_sms/enroll";var yp="/api/v1/users/me/accept_terms",da="/api/v1/analytics_events",gp="/api/v1/plugins/moonpay_on_ramp/sign",vp="/api/v1/custom_jwt_account/authenticate";var en=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=await this.api.post(vp,{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 ae(t)}}async link(){throw new Error("Unimplemented")}};var Xr=class{constructor(t,r){this.meta={email:t,captchaToken:r}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=await this.api.post(Yd,{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 ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{return await this.api.post(Zd,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw ae(t)}}async sendCodeEmail(t,r){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.email=t),r&&(this.meta.captchaToken=r),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{return await this.api.post(Kd,{email:this.meta.email,token:this.meta.captchaToken})}catch(o){throw ae(o)}}},pa=class extends Xr{constructor(r,o,n){super(o,n);this.meta={email:o,captchaToken:n,oldAddress:r}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new w("Email, email code, and an old email address must be set prior to calling update.");try{return await this.api.post(Qd,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(r){throw ae(r)}}};import{isMobile as cg,isIOS as dg}from"react-device-detect";var Al=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)}},ua=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 Rl(){try{let e="privy:__session_storage__test",t="blobby",r=new ua;return r.put(e,t),r.del(e),!0}catch{return!1}}function ig(){return typeof window<"u"&&window.localStorage?new ua:new Al}var j=ig();import{StaticJsonRpcProvider as rn}from"@ethersproject/providers";function Cp(){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 ma=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 Il=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||ma(e)!=="MetaMask")return!1;if(e.providers){for(let r of e.providers)if(!Il(r))return!1}return!0},eo=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),wp=()=>{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 bp="1.61.0-beta-20240423144828";var Ml="4df5e2316331463a9130964bd6078dfa",Wl="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",Ep="34357d3c125c2bcf2ce2bc3309d98715",fa="https://auth.privy.io",Tp=2e4,Ie=1400,Pp=2500,Ll=bp;var So="privy:token",Ol="privy-token",ha="privy:refresh_token",Nl="privy-refresh-token",ya="privy-session",li="privy:session_transfer_token",sg="privy:wallet",ci="privy:caid",xo="privy:state_code",_o="privy:code_verifier",ko="privy:headless_oauth",ga=e=>`${sg}:${e}`,Dl="privy:connectors",Fl="privy:connections";var Ao=12e4,Nr=1,Ul="0x1",tn=3e4,Sp="https://api.moonpay.com/v1",xp="https://api.moonpay.com/v1",_p="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",kp="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Ap="0x420000000000000000000000000000000000000F",Rp=["function getL1Fee(bytes memory _data) external view returns (uint256)"];var Ip=(e,t)=>{let r=[],o=[];for(let[n,a]of e.entries())n<t?r.push(a):o.push(a);return[r,o]},va=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,}))$/),Mp=(e,t)=>{let r=e.slice(0),o=[];for(;r.length;)o.push(r.splice(0,t));return o},to=(e,t=3,r=4)=>{if(!e)return"";let o=2,n=3;if(t+r+o+n>=e.length)return e;let a=e.slice(0,o+t),i=e.slice(e.length-r,e.length);return`${a}...${i}`},Bl=e=>new Promise(t=>setTimeout(t,e));function Wp(e,{interval:t=100,timeout:r=5e3}={}){return new Promise((o,n)=>{let a=0,i,l=()=>{if(a>=r){n("Max attempts reached without result");return}if(i=e(),a+=t,i!=null){o(i);return}setTimeout(l,t)};l()})}var Lp=(e,t={})=>{let r=t.delayMs||150,o=t.maxAttempts||270;return new Promise(async(n,a)=>{let i=!1,l=0;for(;!i&&l<o;){if(t.abortSignal?.aborted)return;e().then(()=>{i=!0,n()},(...s)=>{i=!0,a(...s)}),l+=1,await Bl(r)}i||a(new Error("Exceeded max attempts before resolving function"))})},Ca=(e,t,r={})=>{let o=new URL(t,e);for(let[n,a]of Object.entries(r))o.searchParams.set(n,a);return o.href};var Op=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Ro=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Np(e,t,r=3e3){let o=!1,n=window;return new Promise(a=>{n.ethereum?i():(window.addEventListener("ethereum#initialized",i,{once:!0}),setTimeout(()=>{i()},r));function i(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",i);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 Cp()){let u=ma(c);if(!l.some(h=>h.info.name===u)){if(Il(c,!0)&&!s.find(h=>h.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(h=>h.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}if(u==="Coinbase Wallet"&&!s.find(h=>h.type==="coinbase_wallet")){s.push({type:"coinbase_wallet",legacyInjectedProvider:c});continue}s.find(h=>h.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}a(s)}})}function on(e){return`eip155:${String(Number(e))}`}var wa=(e,t,r,o)=>{let n=Number(e),a=t.find(l=>l.id===n);if(!a)throw new Z(`Unsupported chainId ${e}`,4901);let i;if(a.rpcUrls.privyWalletOverride&&a.rpcUrls.privyWalletOverride.http[0])i=a.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[n])i=r.rpcUrls[n];else if(a.rpcUrls.privy?.http[0]){let l=new URL(a.rpcUrls.privy.http[0]);l.searchParams.append("privyAppId",o),i=l.toString()}else a.rpcUrls.infura?.http[0]?i=a.rpcUrls.infura.http[0]+"/"+Ml:a.rpcUrls.blast?.http[0]?i=a.rpcUrls.blast.http[0]+"/"+Wl:i=a.rpcUrls.default?.http[0];if(!i)throw new Z(`No RPC url found for ${e}`);return i},Dp=(e,t)=>{let r=Number(e),o=t.find(n=>n.id===r);if(!o)throw new Z(`Unsupported chainId ${e}`,4901);return o.blockExplorers?.default.url},Dr=(e,t,r,o)=>{let n=Number(e),a=t.find(l=>l.id===n);if(!a)throw new Z(`Unsupported chainId ${e}`,4901);let i;if(a.rpcUrls.privyWalletOverride&&a.rpcUrls.privyWalletOverride.http[0]?i=new rn(a.rpcUrls.privyWalletOverride.http[0]):r.rpcUrls&&r.rpcUrls[n]?i=new rn(r.rpcUrls[n]):a.rpcUrls.privy?.http[0]?i=new rn({url:a.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}):a.rpcUrls.infura?.http[0]?i=new rn(a.rpcUrls.infura.http[0]+"/"+Ml):a.rpcUrls.blast?.http[0]?i=new rn(a.rpcUrls.blast.http[0]+"/"+Wl):i=new rn(a.rpcUrls.default?.http[0]),!i)throw new Z(`No RPC url found for ${e}`);return i},ba=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 Ea=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[r,o]of Object.entries(Ta))if(t.includes(o.hostname))return{walletClientType:r,entry:o}};var Ta={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 lg(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}function Fp(e,t){let r=lg(t);if(r.deepLink)return Vp(r.deepLink,e);if(r.universalLink)return zp(r.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var Up="WALLETCONNECT_DEEPLINK_CHOICE";function Bp(){try{localStorage.removeItem(Up)}catch{}}function Hp({href:e,name:t}){try{localStorage.setItem(Up,JSON.stringify({href:e,name:t}))}catch{}}function Gp(e){return e.startsWith("http://")||e.startsWith("https://")}function Vp(e,t){if(Gp(e))return zp(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 zp(e,t){if(!Gp(e))return Vp(e,t);let r=e;r.endsWith("/")||(r=`${r}/`);let o=encodeURIComponent(t);return{redirect:`${r}wc?uri=${o}`,href:r}}function Pa(e,t){window.open(e,t,"noreferrer noopener")}var Ae=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 di=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ae(this._startChannelOnce.bind(this)),this.pollForReady=new Ae(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");try{let t=await this.api.post(zd,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new w("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 ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{return await this.api.post(qd,{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw ae(t)}}async _startChannelOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=await this.api.post(Vd,{token:this.captchaToken});cg&&!dg&&t.connect_uri&&Pa(t.connect_uri,"_blank"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new w("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");let t=await this.api.get($d,{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 jp}from"jose";async function qp(e){let t=new TextEncoder().encode(e),r=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(r)}function $p(e){return crypto.getRandomValues(new Uint8Array(e))}var pg="S256",ug="S256";function pi(){return jp.encode($p(36))}function Sa(){return pi()}async function xa(e,t=pg){if(t==ug){let r=await qp(e);return jp.encode(r)}else return e}function Kp(){let e=j.get(_o);if(!e)throw new w("Authentication error.");return e}function _a(){return!!j.get(ko)}var yr=class{constructor(t){let r=typeof t.headless=="boolean"?t.headless:_a();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 w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Kp();try{let r=await this.api.post(np,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return j.del(_o),this.meta.headless&&j.del(ko),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(r){let o=ae(r);throw o.privyErrorCode?new w(o.message||"Invalid code during OAuth flow.",void 0,o.privyErrorCode):o.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=j.get(_o);if(!t)throw new w("Authentication error.");try{let r=await this.api.post(ip,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return j.del(_o),r}catch(r){throw ae(r)}}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initializing OAuth authentication.");let t=pi();j.put(_o,t);let r=Sa();j.put(xo,r);let o=await xa(t);this.meta.headless&&j.put(ko,!0);try{return await this.api.post(op,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:o,state_code:r})}catch(n){throw ae(n)}}};function Hl(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{jsx as Yp,jsxs as mg}from"react/jsx-runtime";var ka=({style:e,...t})=>mg("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:[Yp("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"}),Yp("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 ui,jsxs as fg}from"react/jsx-runtime";var Aa=({style:e,...t})=>fg("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:[ui("g",{clipPath:"url(#clip0)",children:ui("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"})}),ui("defs",{children:ui("clipPath",{id:"clip0",children:ui("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Zp}from"react/jsx-runtime";var Ra=({style:e,...t})=>Zp("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:Zp("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 Ia,jsxs as hg}from"react/jsx-runtime";var Ma=({style:e,...t})=>hg("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:[Ia("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"}),Ia("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"}),Ia("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"}),Ia("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 Wa}from"react/jsx-runtime";function La({style:e,...t}){return Wa("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:Wa("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Wa("g",{transform:"scale(5.12,5.12)",children:Wa("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 Jp,jsxs as yg}from"react/jsx-runtime";function Oa(e){return yg("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[Jp("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"}),Jp("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 Gl,jsxs as gg}from"react/jsx-runtime";function Na(e){return gg("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:[Gl("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"}),Gl("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"}),Gl("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 Qp}from"react/jsx-runtime";var Da=({style:e,...t})=>Qp("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:Qp("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 vg={google:{name:"Google",component:Ma},discord:{name:"Discord",component:Aa},github:{name:"Github",component:Ra},linkedin:{name:"LinkedIn",component:La},twitter:{name:"Twitter",component:Da},spotify:{name:"Spotify",component:Oa},tiktok:{name:"Tiktok",component:Na},apple:{name:"Apple",component:ka}},mi=e=>vg[e];function Xp(e,t){let r={detail:"",retryable:!1},o=Hl(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=mi(t).name;r.detail=`Request limit reached for ${n}. Please wait a moment and try again.`}if(e?.privyErrorCode==="oauth_account_suspended"){let n=mi(t).name;r.detail=`Your ${n} account is suspended. Please try another login method.`}return r}function fi(){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:_a(),popupFlow:window.opener!==null}}function Io(){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(xo),window.history.replaceState({},"",e)}var Mo=class{constructor(t){this.initAuthenticateOnce=new Ae(this._initAuthenticateOnce.bind(this)),this.initLinkOnce=new Ae(this._initLinkOnce.bind(this)),this.meta={captchaToken:t}}async initAuthenticationFlow(){if(!this.api)throw new w("Auth flow has no API instance");this.meta.initAuthenticateResponse=await this.initAuthenticateOnce.execute()}async initLinkFlow(){if(!this.api)throw new w("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 w("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new w("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(up,{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 w("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):ae(r)}}async link(){let t=await import("@simplewebauthn/browser");if(!this.api)throw new w("Auth flow has no API instance");if(!t.browserSupportsWebAuthn())throw new w("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(pp,{relying_party:this.meta.initLinkResponse.relying_party,authenticator_response:this._transformRegistrationResponseToSnakeCase(o)})}catch(r){throw r.name==="NotAllowedError"?new w("Passkey request timed out or rejected by user.",void 0,"passkey_not_allowed"):ae(r)}}async _initAuthenticateOnce(){if(!this.api)throw new w("Auth flow has no API instance");return await this.api.post(dp,{token:this.meta.captchaToken})}async _initLinkOnce(){if(!this.api)throw new w("Auth flow has no API instance");return await this.api.post(cp,{})}_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 Wo=class{constructor(t,r){this.createSiweMessage=(t,r,o,n,a,i,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: ${i}
|
|
10
10
|
Issued At: ${a}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.getNonceOnce=new Fe(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 T("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),o=await this.api.post(Ad,{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 pe(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign();return await this.api.post(Rd,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw pe(t)}}async sign(){if(!this.api)throw new T("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new T("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new T("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(_d,{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new T("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,a=window.location.origin,i="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,a,l,o,i)}};var Ao=class{constructor(t,r){this.meta={phoneNumber:t,captchaToken:r}}async authenticate(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new T("phone number and sms code must be set prior to calling authenticate.");try{let t=await this.api.post(qd,{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 pe(t)}}async link(){if(!this.api)throw new T("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new T("phone number and sms code must be set prior to calling authenticate.");try{return await this.api.post(Vd,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw pe(t)}}async sendSmsCode(t,r){if(!this.api)throw new T("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),r&&(this.meta.captchaToken=r),!this.meta.phoneNumber)throw new T("phone nNumber must be set when initialzing authentication.");try{return await this.api.post(Gd,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(o){throw pe(o)}}};import{v4 as Hg}from"uuid";function et(e){return new Date(e*1e3)}function J1(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:et(r.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 a={address:r.address,type:r.type,verifiedAt:et(r.verified_at)};t.push(a);break;case"phone":let i={number:r.phoneNumber,type:r.type,verifiedAt:et(r.verified_at)};t.push(i);break;case"google_oauth":let l={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:et(r.verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:et(r.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:et(r.verified_at)};t.push(c);break;case"discord_oauth":let u={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:et(r.verified_at)};t.push(u);break;case"github_oauth":let h={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:et(r.verified_at)};t.push(h);break;case"tiktok_oauth":let f={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:et(r.verified_at)};t.push(f);break;case"linkedin_oauth":let g={subject:r.subject,name:r.name,email:r.email,type:r.type,verifiedAt:et(r.verified_at)};t.push(g);break;case"apple_oauth":let b={subject:r.subject,email:r.email,type:r.type,verifiedAt:et(r.verified_at)};t.push(b);break;case"custom_auth":t.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:et(r.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:et(r.verified_at),signerPublicKey:r.signer_public_key};t.push(v);break;case"passkey":let x={type:r.type,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:et(r.verified_at)};t.push(x);break;default:console.warn(`Unrecognized account type: ${o}. Please consider upgrading the Privy SDK.`)}}return t}function Ot(e,t){return e.sort((r,o)=>o.verifiedAt.getTime()-r.verifiedAt.getTime()),e.find(r=>r.type===t)}var Se=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Q1=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Nt=(e,t)=>t==="all-users"&&!Se(e)||t==="users-without-wallets"&&!Q1(e)?.length;function gt(e){if(!e)return null;let t=J1(e.linked_accounts),r=Ot(t,"wallet"),o=Ot(t,"email"),n=Ot(t,"phone"),a=Ot(t,"google_oauth"),i=Ot(t,"twitter_oauth"),l=Ot(t,"discord_oauth"),s=Ot(t,"github_oauth"),c=Ot(t,"spotify_oauth"),u=Ot(t,"tiktok_oauth"),h=Ot(t,"linkedin_oauth"),f=Ot(t,"apple_oauth"),g=Ot(t,"farcaster"),b=e.mfa_methods.map(({type:x,verified_at:E})=>({type:x,verifiedAt:et(E)}));return{id:e.id,createdAt:et(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:a&&{subject:a.subject,email:a.email,name:a.name},twitter:i&&{subject:i.subject,username:i.username,name:i.name,profilePictureUrl:i.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:h&&{subject:h.subject,name:h.name,email:h.email},apple:f&&{subject:f.subject,email:f.email},farcaster:g&&{fid:g.fid,ownerAddress:g.ownerAddress,displayName:g.displayName,username:g.username,bio:g.bio,pfp:g.pfp,url:g.url,signerPublicKey:g.signerPublicKey},mfaMethods:b.map(x=>x.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as Tu}from"@ethersproject/address";import{isHexString as Ng}from"@ethersproject/bytes";import Dg from"eventemitter3";import lg from"@coinbase/wallet-sdk";import{jsx as Bp,jsxs as X1}from"react/jsx-runtime";var Ia=({style:e,...t})=>X1("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:[Bp("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Bp("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 yr}from"@ethersproject/address";import{Web3Provider as $p}from"@ethersproject/providers";import{default as ag}from"eventemitter3";import ig from"eventemitter3";var eg=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Hp=e=>eg.includes(e);import{ErrorCode as tg}from"@ethersproject/logger";var rn=class extends J{constructor(){super("Wallet timeout");this.type="wallet_error"}},on=class extends J{constructor(){super("User rejected connection");this.type="wallet_error"}},Jt=e=>{if(e instanceof J)return e;if(e?.code&&e?.reason){let t=new Re(e);return e.code===tg.ACTION_REJECTED&&(t.details=tt.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Re(e):new J("Unknown connector error",e)},Dt=class extends Ie{constructor(r,o,n){super(r);this.type="provider_error";this.code=o,this.data=n}},Re=class extends Dt{constructor(r){let o=r;super(o.message,o.code,o.data);let n=Object.values(tt).find(a=>a.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))}},rg={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}},og={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}},ng={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},...ng,...og},Dr={...rg,...tt};var xe=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 rn,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||So,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 J(`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 Jt(r)})}},to=class extends Error{constructor(r,o,n){super(r);this.code=o,this.data=n}},Ma=class extends ig{constructor(r,o,n,a,i,l=1){super();this.walletProxy=r,this.address=o,this.chainId=l,this.rpcConfig=n,this.chains=a,this.provider=Nr(l,this.chains,n,{appId:i}),this.rpcTimeoutDuration=nn(n,"privy"),this.appId=i}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new to(`Invalid params for ${r.method}`,4200);let o=r.params[0];if(!await Ce()||!this.address)throw new to("Disconnected",4900);return(await zp(o)).hash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new to(`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 to(`Invalid params for ${r.method}`,4200);this.chainId=Number(o),this.provider=Nr(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 Gp(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 Vp(ya(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:xo(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 xo(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(Hp(r.method)){let o=await Ce();if(await qp(),!o||!this.address)throw new to("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 to("Disconnected",4900)}}else return this.provider.send(r.method,r.params)}async connect(){let r=await Ce();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}}},hr=class extends xe{constructor(r){super(r,r.rpcTimeoutDuration)}},ro=class extends xe{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 sg=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},vt=class extends ag{constructor(r,o,n,a){super();this.onAccountsChanged=r=>{r.length===0?this.onDisconnect():this.syncAccounts(r)};this.onChainChanged=r=>{this.wallets.forEach(o=>{o.chainId=tn(r),this.walletClientType==="privy"&&j.put(ua(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=a,this.rpcTimeoutDuration=nn(a,r),this.connected=!1,this.initialized=!1}buildConnectedWallet(r,o,n){let a=async()=>!!this.wallets.find(i=>yr(i.address)===yr(r));return{address:yr(r),chainId:o,meta:n,switchChain:async i=>{if(!a)throw new J("Wallet is not currently connected.");let l=this.wallets.find(f=>yr(f.address)===yr(r))?.chainId;if(!l)throw new J("Unable to determine current chainId.");let s,c;if(typeof i=="number"?(s=`0x${i.toString(16)}`,c=i):(s=i,c=Number(i)),l===tn(s))return;let u=this.chains.find(f=>f.id===c);if(!u)throw new J(`Unsupported chainId: ${i}`);let h=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await h()}catch(f){if(sg(f,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??""]}]}),h();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new J(`Rainbow does not support the chainId ${o}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:a,getEthereumProvider:async()=>{if(!await a())throw new J("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await a())throw new J("Wallet is not currently connected.");return new $p(new hr(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await a())throw new J("Wallet is not currently connected.");return new ro(this.proxyProvider)},sign:async i=>{if(!await a())throw new J("Wallet is not currently connected.");return await this.sign(i)},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],a=yr(n),i=[],l;if(this.walletClientType==="privy"){let c=j.get(ua(a));this.chains.find(u=>u.id===Number(c))||(j.del(ua(a)),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 ${Il}`,c),l=Il}let s=tn(l);if(!i.find(c=>yr(c.address)===a)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};i.push(this.buildConnectedWallet(yr(n),s,c))}Wa(i,this.wallets)||(this.wallets=i,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=>yr(n)===yr(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 $p(new hr(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 an={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 cg=(e,t)=>{let o=ha(1,[an],{},t);return e.makeWeb3Provider(o,1)},La,Oa=class extends vt{constructor(r,o,n,a,i){super("coinbase_wallet",r,o,n);this.connectorType="coinbase_wallet";this.proxyProvider=new xe(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let l=window.matchMedia("(display-mode: standalone)").matches;La||(La=new lg({appName:i,darkMode:!1,headlessMode:!1,enableMobileWalletLink:l})),this.proxyProvider.setWalletProvider(cg(La,a))}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(){La.disconnect(),this.onDisconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Ia,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 J("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([r[0]])}catch(r){throw Jt(r)}}};import{jsx as jp}from"react/jsx-runtime";var Na=({...e})=>jp("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jp("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 Da=class extends vt{constructor(r,o,n,a){super("privy",o,n,a);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:[xo(r?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Na,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Kp}from"react/jsx-runtime";var sn=({style:e,...t})=>Kp("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Kp("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 xt,jsxs as dg}from"react/jsx-runtime";var ln=({style:e,...t})=>dg("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:[xt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),xt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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 Yp,jsxs as pg}from"react/jsx-runtime";var gr=({style:e,...t})=>pg("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:[Yp("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),Yp("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 dn=class extends vt{constructor(r,o,n,a,i){super(i||"unknown",r,o,n);this.connectorType="injected";this.proxyProvider=new xe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=a;let l=a.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 J("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Jt(r)}}},cn,pn=class extends vt{constructor(r,o,n,a,i){super(i??"unknown",r,o,n);this.connectorType="injected";Xi(this,cn,void 0);this.proxyProvider=new xe(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(a),i==="metamask"?wl(this,cn,{name:"MetaMask",icon:ln,id:"io.metamask"}):i==="phantom"&&wl(this,cn,{name:"Phantom",icon:gr,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 Sd(this,cn)??{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 J("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Jt(r)}}};cn=new WeakMap;import{getAddress as M9}from"@ethersproject/address";import{Web3Provider as L9}from"@ethersproject/providers";import{isMobile as ug}from"react-device-detect";var Fa=class extends dn{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{ug||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 J("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Jt(t)}}};var Ua=class extends vt{constructor(r,o){super(r,[],o,{});this.connectorType="null";this.proxyProvider=new xe(void 0,So);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 Ba=class extends Ua{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:gr,id:"phantom"}}};import{EthereumProvider as Mg,OPTIONAL_EVENTS as Wg,OPTIONAL_METHODS as Lg}from"@walletconnect/ethereum-provider";import{isMobile as Og}from"react-device-detect";import{createContext as Pg,useContext as Sg,useEffect as Fl,useRef as xg,useState as kg}from"react";import{jsx as mg}from"react/jsx-runtime";function Ha({src:e,...t}){return mg("img",{src:e,...t,style:{display:"none"}})}import{useContext as vu,useEffect as gu,useMemo as wg,useState as bg}from"react";import{createContext as Eg}from"react";var Ft={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:cp,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var Zp=({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 fg=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","wallet_connect","detected_wallets"]),Jp=e=>fg.has(e),Qp=(e,t,r)=>r.indexOf(e)===t,Xp=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(Jp).filter(Qp):e?e.filter(Jp).filter(Qp):Ft.appearance.walletList;var Ga={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 Va={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 za={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 eu={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 tu={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 qa={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 $a={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 ja={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 ru={id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://artio.rpc.berachain.com"]},public:{http:["https://artio.rpc.berachain.com"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0};var ou={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 nu={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 iu={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 au={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var su={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{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 lu={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var cu={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var du={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var Ka={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 Ya={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 Za={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 di={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 pi={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 pu={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 uu={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 Ja={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 Qa={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 Xa={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var ui=[Ga,Va,za,su,uu,an,Ka,Ya,Za,di,pi,ou,nu,iu,au,qa,$a,ja,ru,cu,du,eu,tu,Ja,Xa,Qa,lu,pu],tT=new Set(ui.map(e=>e.id));import Ro from"tinycolor2";var mu="#FFFFFF",hg="#000000",yg=mu,gg="#1E1E1D";function vg(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 Fr(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return Ro({...e.toHsl(),l:r})}function fu({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",warnHex:o="#FFB74D",errorHex:n="#EC6351",whiteHex:a=mu,blackHex:i=hg}){let l;switch(e){case"light":l=yg;break;case"dark":l=gg;break;default:l=e;break}let s=Ro(l),c=Ro(t),u=Ro(r),h=Ro(o),f=Ro(n),g=vg(s.getLuminance()),b=Fr(s,g==="light"?-.04:.11),v=Fr(s,g==="light"?-.88:.87),x=Fr(s,g==="light"?-.77:.75),E=Fr(s,g==="light"?-.43:.45).desaturate(g==="light"?60:20),P=Fr(s,g==="light"?-.08:.25).desaturate(g==="light"?60:20),W=Fr(c,.15),I=Fr(c,-.06),D=Fr(f,.3),R=Ro(c.getLuminance()>.5?i:a),B=Fr(u,-.16);return{colorScheme:g,background:s.toHslString(),background2:b.toHslString(),foreground:v.toHslString(),foreground2:x.toHslString(),foreground3:E.toHslString(),foreground4:P.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:I.toHslString(),foregroundAccent:R.toHslString(),success:u.toHslString(),successDark:B.toHslString(),error:f.toHslString(),errorLight:D.toHslString(),warn:h.toHslString()}}function Ol(e,t,r){let o=r?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],a=t?.loginMethods?.filter(Ae=>n.includes(Ae)),i,l,s,c,u,h,f,g,b,v,x,E,P;t?.loginMethods?(i=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),c=t.loginMethods.includes("wallet"),u=a?.includes("google"),h=a?.includes("twitter"),f=a?.includes("discord"),b=a?.includes("spotify"),g=a?.includes("tiktok"),x=a?.includes("github"),v=a?.includes("linkedin"),E=a?.includes("apple"),P=a?.includes("farcaster")):(i=e.emailAuth,l=e.smsAuth,c=e.walletAuth,u=e.googleOAuth,h=e.twitterOAuth,f=e.discordOAuth,x=e.githubOAuth,b=e.spotifyOAuth,g=e.tiktokOAuth,v=e.linkedinOAuth,E=e.appleOAuth,P=e.farcasterAuth),typeof window<"u"&&typeof window.PublicKeyCredential!="function"?s=!1:e.passkeyAuth&&(s=!0);let W=[i,l].filter(Boolean),I=[u,h,f,x,b,g,v,E,P].filter(Boolean),D=[c].filter(Boolean);if(W.length+I.length+D.length===0)throw new Error("You must enable at least one login method");let R=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;R&&D.length===0?(o("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),R=!1):!R&&I.length+W.length===0&&(o("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),R=!0),t?.loginMethods&&t.loginMethodsAndOrder&&o("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let B=Xp({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),$=Zp({input:t?.loginMethodsAndOrder}),V=t?.intl?.defaultCountry??"US",{chains:z,defaultChain:A}=Cg({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),oe=!!t?.defaultChain,F=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,ae,Q=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?F?ae=t?.embeddedWallets?.noPromptOnSignature??!0:ae=t?.embeddedWallets?.noPromptOnSignature??Q:ae=Q,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&ae!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:fu({backgroundTheme:t?.appearance?.theme??Ft.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Ft.appearance.accentColor}),loginGroupPriority:R?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:B},loginMethods:{wallet:c,email:i,sms:l,passkey:s,google:u,twitter:h,discord:f,github:x,spotify:b,tiktok:g,linkedin:v,apple:E,farcaster:P},loginMethodsAndOrder:$,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:z,defaultChain:A,intl:{defaultCountry:V},shouldEnforceDefaultChainOnConnect:oe,captchaEnabled:e.captchaEnabled??Ft.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...F?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:ae},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??Ft.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Ft._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Ft._render.inParentNodeId}}}function hu(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:o,supportedChains:n,defaultChain:a,...i}=e;return{...i,...o?{additionalChains:o.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...a?{defaultChain:a.id}:void 0,...r?{...r,...r.logo&&typeof r.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function Cg({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:ui.find(u=>u.id===s.id)??s)}else n=ui.concat(e??[]);let a=t?n[0]:an,i=r??a;if(!n.find(l=>l.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:i}}var yu=function(e,t=0){let r=3735928559^t,o=1103547991^t;for(let n=0,a;n<e.length;n++)a=e.charCodeAt(n),r=Math.imul(r^a,2654435761),o=Math.imul(o^a,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 Tg}from"react/jsx-runtime";var Cu={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""},Nl=Ol(Cu,void 0,!1),Dl=Eg({appConfig:Nl,isServerConfigLoaded:!1}),wu=({children:e,legacyCreateEmbeddedWalletFlag:t,client:r,clientConfig:o})=>{let[n,a]=bg(null),i=wg(()=>Ol(n??Cu,o,!!n),[n,o]);return gu(()=>{if(!n)return;let l=hu(o,t),s=yu(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]),gu(()=>{n||(async()=>{try{let s=await r.getServerConfig();s.customApiUrl&&r.updateApiUrl(s.customApiUrl),a(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),Tg(Dl.Provider,{value:{appConfig:i,isServerConfigLoaded:!!n},children:e})},es=()=>{let{appConfig:e}=vu(Dl);return e},ts=()=>{let{isServerConfigLoaded:e}=vu(Dl);return e};var C=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Ag,jsxs as Rg}from"react/jsx-runtime";var bu=Pg({ready:!1,app:Nl,currentScreen:null,lastScreen:null,navigate:C,navigateBack:C,resetNavigation:C,setModalData:C,onUserCloseViaDialogOrKeybindRef:void 0}),_g=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Eu=e=>{let t=es(),r=e.authenticated,[o,n]=kg(e.initialScreen);Fl(()=>{!r&&!_g.includes(e.initialScreen)&&e.setInitialScreen(null)},[r]);let a=xg(null);Fl(()=>{e.open||(a.current=null)},[e.open]),Fl(()=>{a.current=null},[e.initialScreen]);let i={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:a};return Rg(bu.Provider,{value:i,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&Ag(Ha,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},_=()=>Sg(bu);import{jsx as un,jsxs as Ig}from"react/jsx-runtime";var mi=({style:e,...t})=>{let{app:r}=_();return Ig("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:[un("rect",{width:"28",height:"28",rx:"3",fill:r?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),un("g",{clipPath:"url(#clip0_1765_9946)",children:un("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"})}),un("defs",{children:un("clipPath",{id:"clip0_1765_9946",children:un("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var vr=class extends vt{constructor(r,o,n,a,i,l,s){super(s||"unknown",n,a,o);this.connectorType="wallet_connect_v2";this.privyAppId=l,this.walletConnectCloudProjectId=r,this.rpcConfig=o,this.shouldEnforceDefaultChainOnConnect=i,this.proxyProvider=new xe(void 0,this.rpcTimeoutDuration),s&&(this.walletEntry=va[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=ga(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:ln,id:"io.metamask"}:{name:Ep(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=va[r],this.walletClientType=r,this.redirectUri=void 0,kp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((r,o)=>{let n=()=>{o(new on)};this.onQrModalClosed=n,(async()=>{let i="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(i=l[0]),!i||i==="")throw new J("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ga(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=nn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),r()})().catch(i=>{if(i){o(Jt(i));return}o(new J("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 i of this.chains){let l=ha(i.id,this.chains,this.rpcConfig,this.privyAppId);l&&(r[i.id]=l)}let o=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(i=>i.id),a=await Mg.init({projectId:this.walletConnectCloudProjectId,chains:o,optionalChains:n,optionalEvents:Wg,optionalMethods:Lg,rpcMap:r,showQrModal:!1});return a.on("display_uri",i=>{if(a.signer.abortPairingAttempt(),Og&&this.walletEntry){let{redirect:l,href:s}=Sp(i,this.walletEntry);_p({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Ca(l,"_self")}else this.modal?.openModal({uri:i,chains:[this.defaultChain.id]})}),a.on("connect",()=>{if(this.modal?.closeModal(),a.session?.peer.metadata.url){let i=ga(a.session?.peer.metadata.url);this.walletEntry=i?.entry,this.walletClientType=i?.walletClientType||"unknown"}}),a}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Ul=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses")?.split(" ").filter(o=>Ng(o)).map(o=>Tu(o));return t?.length?!!e?.linkedAccounts.filter(o=>o.type=="wallet"&&t.includes(o.address)).length:!1},nn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||So:So,fi=class extends Dg{constructor(r,o,n,a,i,l,s,c,u){super();this.getEthereumProvider=()=>{let r=this.wallets[0],o=this.walletConnectors.find(n=>n.wallets.find(a=>a.address===r?.address));return!r||!o?new xe:o.proxyProvider};this.privyAppId=r,this.walletConnectCloudProjectId=o,this.rpcConfig=n,this.chains=a,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=l,this.walletList=s,this.shouldEnforceDefaultChainOnConnect=c,this.privyAppName=u,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let r=new Set,o=this.walletConnectors.flatMap(a=>a.wallets).sort((a,i)=>a.connectedAt&&i.connectedAt?i.connectedAt-a.connectedAt:0).filter(a=>{let i=`${a.address}${a.walletClientType}${a.connectorType}`;return r.has(i)?!1:(r.add(i),!0)}),n=o.findIndex(a=>a.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(Al)&&(j.getKeys().forEach(o=>{o.startsWith("walletconnect")&&j.del(o)}),j.del(Al));let r=Tp(this.store,this.walletList).then(o=>{o.forEach(({type:n,eip6963InjectedProvider:a,legacyInjectedProvider:i})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:a,legacyInjectedProvider:i})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!Xr()&&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(a=>a.address===o.address&&a.connectorType===o.connectorType&&a.walletClientType===o.walletClientType);n&&(o.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length,this.emit("walletsUpdated")}onWalletsUpdated(r){r.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(r,o,n,a){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=r;else{let l=new Ma(r,o,this.rpcConfig,this.chains,a,n.id),s=new Da(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 a=this.findWalletConnector(r,o);if(a)return a instanceof vr&&a.resetConnection(o),a;let l=(()=>{if(r==="injected"){if(o==="metamask"&&n?.eip6963InjectedProvider)return new Fa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(o==="metamask"&&n?.legacyInjectedProvider)return new pn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(o==="phantom"&&n?.legacyInjectedProvider)return new pn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&o==="unknown_browser_extension")return new pn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new dn(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,o)}else return r==="coinbase_wallet"?new Oa(this.chains,this.defaultChain,this.rpcConfig,this.privyAppId,this.privyAppName):r==="phantom"?new Ba(this.defaultChain):new vr(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=i=>i&&typeof i.address=="string"&&typeof i.connectorType=="string"&&typeof i.walletClientType=="string"&&typeof i.connectedAt=="number",o=j.get(Rl);return o&&Array.isArray(o)&&o.map(i=>r(i)).every(Boolean)?o:[]}saveConnectionHistory(){let r=this.wallets.map(o=>({address:o.address,connectorType:o.connectorType,walletClientType:o.walletClientType,connectedAt:o.connectedAt}));j.put(Rl,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=Tu(r),this.emit("walletsUpdated")}};function Wa(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 Fg}from"ofetch";var Ug=[ra,na,oa,ia],rs=class{constructor(t,r,o){this.appId=t,this.clientAnalyticsId=r.clientAnalyticsId,this.sdkVersion=xl,this.client=r,this.defaults=o,this.fallbackApiUrl=r.fallbackApiUrl,this.baseFetch=Fg.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:a})=>{let i=new Headers(a.headers);i.set("privy-app-id",this.appId),i.set("privy-ca-id",this.clientAnalyticsId||""),i.set("privy-client",`react-auth:${this.sdkVersion}`);let l=Ug.includes(n.toString());if(!i.has("authorization")){let s=await this.client.getAccessToken({disableAutoRefresh:l});s!==null&&i.set("authorization",`Bearer ${s}`)}a.headers=i,a.retryDelay&&(a.retryDelay=a.retryDelay*3)},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new ea}})}async get(t,r){try{return await this.baseFetch(t,r)}catch(o){throw pe(o)}}async post(t,r,o){try{return await this.baseFetch(t,{method:"POST",...r?{body:r}:{},...o})}catch(n){throw pe(n)}}async delete(t,r){try{return await this.baseFetch(t,{method:"DELETE",...r})}catch(o){throw pe(o)}}};import Io from"js-cookie";function Pu(e){return e instanceof Qr?"email":e instanceof Ao?"sms":e instanceof _o?"siwe":e instanceof Jo?"custom_auth":e instanceof fr?e.meta.provider:null}import*as Su from"jose";var Cr=class{static parse(t){try{return new Cr(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Su.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 Bg=30,os=class{constructor(){this.authenticateOnce=new Fe(async t=>this._authenticate(t)),this.linkOnce=new Fe(async t=>this._link(t)),this.refreshOnce=new Fe(this._refresh.bind(this)),this.destroyOnce=new Fe(this._destroy.bind(this)),this.forkSessionOnce=new Fe(this._forkSession.bind(this))}get token(){try{let t=j.get(Eo);return typeof t=="string"?new Cr(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=j.get(da);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=j.get(oi);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=Io.get(pa);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=Cr.parse(this.token);return t!==null&&!t.isExpired(Bg)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:r,refresh_token:o,user:n,is_new_user:a}=await t.authenticate();this.storeToken(r),this.storeRefreshToken(o);let i=Pu(t);return i&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate",payload:{method:i,isNewUser:a}}),i==="siwe"&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate_siwe",payload:{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}}),{user:gt(n),isNewUser:a}}catch(r){throw console.warn("Error authenticating session"),Xe(r)}}async _link(t){try{let r=await t.link();return gt(r)}catch(r){throw console.warn("Error linking account"),Xe(r)}}async _refresh(){if(!this.api)throw new T("Session has no API instance");if(!this.client)throw new T("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,r=this.refreshToken,o=this.forkedToken;try{let n;if(t&&r||this.mightHaveServerCookies){let a={};t&&(a.authorization=`Bearer ${t}`);let i=r?{refresh_token:r}:{};n=await this.api.post(ra,i,{headers:a}),o&&this.clearForkedToken()}else if(o)n=await this.api.post(na,{refresh_token:o}),this.clearForkedToken();else return null;return n.session_update_action==="set"&&(this.storeToken(n.token),this.storeRefreshToken(n.refresh_token)),n.session_update_action==="clear"&&this.destroyLocalState(),n.session_update_action==="ignore"&&n.token&&this.storeToken(n.token),gt(n.user)}catch(n){if(n instanceof Yt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Xe(n)}}async _destroy(){try{await this.api?.post(oa,{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new T("Session has no API instance");let t=this.refreshToken;try{let r=await this.api.post(kd,{refresh_token:t});return this.storeToken(r.token),this.storeRefreshToken(r.refresh_token),r.new_session_refresh_token}catch(r){throw Xe(r)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let r=j.get(Eo);if(j.put(Eo,t),!this.client?.useServerCookies){let o=Cr.parse(t)?.expiration;Io.set(kl,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}r!==t&&this.client?.onStoreToken?.(t)}else j.del(Eo),Io.remove(kl)}storeRefreshToken(t){typeof t=="string"?(j.put(da,t),this.client?.useServerCookies||(Io.set(pa,"t",{sameSite:"Strict",secure:!0,expires:30}),Io.set(_l,t,{sameSite:"Strict",secure:!0,expires:30}))):(j.del(da),Io.remove(_l),Io.remove(pa))}clearForkedToken(){j.del(oi)}};var Bl,ns,xu,hi=class{constructor(t){Xi(this,ns);this.apiUrl=t.apiUrl||ca,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||dp,this.appId=t.appId,this.clientAnalyticsId=xd(this,ns,xu).call(this),Bl||(Bl=new os),this.session=Bl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager({walletConnectCloudProjectId:t,rpcConfig:r,chains:o,defaultChain:n,store:a,walletList:i,shouldEnforceDefaultChainOnConnect:l,appName:s}){this.connectors||(this.connectors=new fi(this.appId,t,r,o,n,a,i,l,s))}sessionHasActiveToken(){return this.session.hasActiveToken()}generateApi(){let t=new rs(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 T("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new T("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){return t.api=this.api,this.authFlow=t,this.authFlow}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let r=await this.api.post(Bd,{address:t});return gt(r)}catch(r){throw Xe(r)}}async acceptTerms(){try{let t=await this.api.post(op,{});return gt(t)}catch(t){throw Xe(t)}}async unlinkPhone(t){try{let r=await this.api.post(zd,{phoneNumber:t});return gt(r)}catch(r){throw Xe(r)}}async unlinkWallet(t){try{let r=await this.api.post(Id,{address:t});return gt(r)}catch(r){throw Xe(r)}}async unlinkOAuth(t,r){try{let o=await this.api.post(Yd,{provider:t,subject:r});return gt(o)}catch(o){throw Xe(o)}}async unlinkFarcaster(t){try{let r=await this.api.post(Nd,{fid:t});return gt(r)}catch(r){throw Xe(r)}}async unlinkPasskey(t){try{let r=await this.api.post(ep,{credential_id:t});return gt(r)}catch(r){throw Xe(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(ia,{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(np,t)}catch(r){throw Xe(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?Cr.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,requireUserPasswordOnCreate:o.embedded_wallet_config?.require_user_password_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 Xe(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()}};ns=new WeakSet,xu=function(){if(typeof window>"u")return null;try{let r=j.get(ni);if(typeof r=="string"&&r.length>0)return r}catch{}let t=Hg();try{return j.put(ni,t),t}catch{return t}};import{Turnstile as jg}from"@marsidev/react-turnstile";import{useEffect as Kg,useMemo as Yg}from"react";import{useMemo as Gg,useRef as Vg,useContext as zg,useState as Hl,createContext as qg}from"react";import{jsx as $g}from"react/jsx-runtime";var ku=qg({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:C,setError:C,setExecuting:C,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:C,reset:C,execute:C}),Qt=class extends Ie{constructor(r,o,n){super(r||"Captcha failed");this.type="Captcha";o instanceof Error&&(this.cause=o),this.privyErrorCode=n}},_u=({children:e,id:t,captchaSiteKey:r,captchaEnabled:o})=>{let n=Vg(null),[a,i]=Hl(),[l,s]=Hl(),[c,u]=Hl(!1),h=Gg(()=>o?!c&&!a&&!l?{status:"ready"}:c&&!a&&!l?{status:"loading"}:a&&!l?{status:"success",token:a}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[o,a,l,c]);return $g(ku.Provider,{value:{...h,ref:n,enabled:o,siteKey:r,appId:t,setToken:i,setError:s,setExecuting:u,remove(){o&&(n.current?.remove(),u(!1),s(void 0),i(void 0))},reset(){o&&(n.current?.reset(),u(!1),s(void 0),i(void 0))},execute(){o&&(u(!0),n.current?.execute())},async waitForResult(){if(!o)return"";try{return await wp(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Qt("Captcha failed",null,"captcha_timeout")}}},children:e})},ye=()=>zg(ku);import{jsx as Au}from"react/jsx-runtime";var Gl=e=>{let{enabled:t,siteKey:r,appId:o,setError:n,setToken:a,setExecuting:i,ref:l}=ye(),[,s]=Yg(()=>r?.split("t:")||[],[r]);if(Kg(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Au("div",{className:"hidden h-0 w-0",children:Au(jg,{...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"),i(!1)},onSuccess:c=>{e.onSuccess?.(c),a(c),i(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),a(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as K6,useEffect as v1,useRef as Y6,useState as Z6}from"react";import J6 from"react-dom";import{createContext as Zg,useContext as Jg}from"react";var Vl=Zg({isNewUserThisSession:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,appId:"notAdded",nativeTokenSymbolForChainId:C,initializeWalletProxy:C,getAuthMeta:C,getAuthFlow:C,closePrivyModal:C,openPrivyModal:C,connectWallet:C,initLoginWithWallet:C,loginWithWallet:C,initLoginWithFarcaster:C,loginWithFarcaster:C,loginWithCode:C,initLoginWithEmail:C,initLoginWithSms:C,initUpdateEmail:C,resendEmailCode:C,resendSmsCode:C,initLoginWithHeadlessOAuth:C,loginWithHeadlessOAuth:C,initLoginWithOAuth:C,loginWithOAuth:C,initLoginWithPasskey:C,loginWithPasskey:C,initLinkWithPasskey:C,linkWithPasskey:C,refreshUser:C,walletProxy:null,createAnalyticsEvent:C,acceptTerms:C,getUsdTokenPrice:C,recoverEmbeddedWallet:C,getFiatOnRampConfig:C,updateWallets:C,fundWallet:C,setReadyToTrue:C,requestFarcasterSignerStatus:C}),M=()=>Jg(Vl);import{createContext as Qg,useContext as Xg}from"react";var me=Qg({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:C,login:C,connectOrCreateWallet:C,linkEmail:C,linkPhone:C,linkFarcaster:C,linkWallet:C,linkGoogle:C,linkTwitter:C,linkDiscord:C,linkGithub:C,linkSpotify:C,linkTiktok:C,linkLinkedIn:C,linkApple:C,linkPasskey:C,updateEmail:C,logout:C,getAccessToken:C,getEthereumProvider:C,getEthersProvider:C,getWeb3jsProvider:C,unlinkEmail:C,unlinkPhone:C,unlinkWallet:C,unlinkGoogle:C,unlinkTwitter:C,unlinkDiscord:C,unlinkGithub:C,unlinkSpotify:C,unlinkTiktok:C,unlinkLinkedIn:C,unlinkApple:C,unlinkFarcaster:C,unlinkPasskey:C,setActiveWallet:C,forkSession:C,createWallet:C,signMessage:C,signTypedData:C,enrollInMfa:C,initEnrollmentWithSms:C,initEnrollmentWithTotp:C,promptMfa:C,init:C,submitEnrollmentWithSms:C,submitEnrollmentWithTotp:C,unenroll:C,submit:C,cancel:C,sendTransaction:C,exportWallet:C,setWalletPassword:C,requestFarcasterSigner:C,submitCast:C,removeCast:C,likeCast:C,recastCast:C,followUser:C,unfollowUser:C,initLoginWithEmail:C,initLoginWithSms:C,otpState:{status:"initial"},loginWithCode:C,fundWallet:C,initLoginWithHeadlessOAuth:C,loginWithHeadlessOAuth:C,isHeadlessOAuthLoading:!1,isModalOpen:!1}),G=()=>Xg(me);import{useEffect as e2,useState as t2}from"react";var Ru=e=>{let[t,r]=t2("auto");return e2(()=>{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 r2,useContext as o2,useEffect as n2}from"react";var Iu={login:{onComplete:[],onError:[]},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:[]}},zl=r2(void 0),Mu=()=>o2(zl);function _e(e,t){if(!t)return;let o=Mu().current[e];return n2(()=>{for(let[n,a]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]?.push(a);return()=>{for(let[n,a]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]=o[n]?.filter(i=>i!==a)}},[t])}function O(e,t,r,...o){for(let n of e.current[t][r])n(...o)}function Wu(){let e=Mu();return(t,r,...o)=>O(e,t,r,...o)}function ql(e){_e("configureMfa",e)}import Hu from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import T2 from"@heroicons/react/24/solid/DocumentCheckIcon";import P2 from"styled-components";import Mo,{css as Yl}from"styled-components";import jl from"styled-components";import{Fragment as a2,jsx as $l,jsxs as s2}from"react/jsx-runtime";var Ct=({success:e,fail:t})=>s2(a2,{children:[$l(wt,{className:e?"success":t?"fail":""}),$l(Kl,{className:e?"success":t?"fail":""})]}),wt=jl.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new Ae(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 w("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign(),o=await this.api.post(Bd,{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 ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:t,signature:r}=await this.sign();return await this.api.post(Hd,{message:t,signature:r,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ae(t)}}async sign(){if(!this.api)throw new w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Ud,{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new w("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,a=window.location.origin,i="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,a,l,o,i)}};var Lo=class{constructor(t,r){this.meta={phoneNumber:t,captchaToken:r}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=await this.api.post(rp,{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 ae(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{return await this.api.post(ep,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ae(t)}}async sendSmsCode(t,r){if(!this.api)throw new w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),r&&(this.meta.captchaToken=r),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{return await this.api.post(Xd,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(o){throw ae(o)}}};import{v4 as c2}from"uuid";function rt(e){return new Date(e*1e3)}function Cg(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:rt(r.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 a={address:r.address,type:r.type,verifiedAt:rt(r.verified_at)};t.push(a);break;case"phone":let i={number:r.phoneNumber,type:r.type,verifiedAt:rt(r.verified_at)};t.push(i);break;case"google_oauth":let l={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:rt(r.verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:rt(r.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:rt(r.verified_at)};t.push(c);break;case"discord_oauth":let u={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:rt(r.verified_at)};t.push(u);break;case"github_oauth":let h={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:rt(r.verified_at)};t.push(h);break;case"tiktok_oauth":let f={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:rt(r.verified_at)};t.push(f);break;case"linkedin_oauth":let y={subject:r.subject,name:r.name,email:r.email,type:r.type,verifiedAt:rt(r.verified_at)};t.push(y);break;case"apple_oauth":let C={subject:r.subject,email:r.email,type:r.type,verifiedAt:rt(r.verified_at)};t.push(C);break;case"custom_auth":t.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:rt(r.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:rt(r.verified_at),signerPublicKey:r.signer_public_key};t.push(v);break;case"passkey":let S={type:r.type,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:rt(r.verified_at)};t.push(S);break;default:console.warn(`Unrecognized account type: ${o}. Please consider upgrading the Privy SDK.`)}}return t}function Bt(e,t){return e.sort((r,o)=>o.verifiedAt.getTime()-r.verifiedAt.getTime()),e.find(r=>r.type===t)}var we=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,wg=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Ht=(e,t)=>t==="all-users"&&!we(e)||t==="users-without-wallets"&&!wg(e)?.length;function vt(e){if(!e)return null;let t=Cg(e.linked_accounts),r=Bt(t,"wallet"),o=Bt(t,"email"),n=Bt(t,"phone"),a=Bt(t,"google_oauth"),i=Bt(t,"twitter_oauth"),l=Bt(t,"discord_oauth"),s=Bt(t,"github_oauth"),c=Bt(t,"spotify_oauth"),u=Bt(t,"tiktok_oauth"),h=Bt(t,"linkedin_oauth"),f=Bt(t,"apple_oauth"),y=Bt(t,"farcaster"),C=e.mfa_methods.map(({type:S,verified_at:b})=>({type:S,verifiedAt:rt(b)}));return{id:e.id,createdAt:rt(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:a&&{subject:a.subject,email:a.email,name:a.name},twitter:i&&{subject:i.subject,username:i.username,name:i.name,profilePictureUrl:i.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:h&&{subject:h.subject,name:h.name,email:h.email},apple:f&&{subject:f.subject,email:f.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:C.map(S=>S.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as Du}from"@ethersproject/address";import{isHexString as n2}from"@ethersproject/bytes";import i2 from"eventemitter3";import Rg from"@coinbase/wallet-sdk";import{jsx as eu,jsxs as bg}from"react/jsx-runtime";var Fa=({style:e,...t})=>bg("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:[eu("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),eu("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 vr}from"@ethersproject/address";import{Web3Provider as au}from"@ethersproject/providers";import{default as kg}from"eventemitter3";import _g from"eventemitter3";var Eg=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],tu=e=>Eg.includes(e);import{ErrorCode as Tg}from"@ethersproject/logger";var nn=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},an=class extends Z{constructor(){super("User rejected connection");this.type="wallet_error"}},Xt=e=>{if(e instanceof Z)return e;if(e?.code&&e?.reason){let t=new Me(e);return e.code===Tg.ACTION_REJECTED&&(t.details=ot.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Me(e):new Z("Unknown connector error",e)},Gt=class extends Le{constructor(r,o,n){super(r);this.type="provider_error";this.code=o,this.data=n}},Me=class extends Gt{constructor(r){let o=r;super(o.message,o.code,o.data);let n=Object.values(ot).find(a=>a.eipCode===o.code);this.details=n||ot.UNKNOWN_ERROR,o.code===-32002&&(o.message?.includes("already pending for origin")?o.message?.includes("wallet_requestPermissions")?this.details=ot.E32002_CONNECTION_ALREADY_PENDING:this.details=ot.E32002_REQUEST_ALREADY_PENDING:o.message?.includes("Already processing")&&o.message.includes("eth_requestAccounts")&&(this.details=ot.E32002_WALLET_LOCKED))}},Pg={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}},Sg={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}},xg={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}},ot={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...xg,...Sg},Fr={...Pg,...ot};var _e=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 nn,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||Ao,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 Z(`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 Xt(r)})}},ro=class extends Error{constructor(r,o,n){super(r);this.code=o,this.data=n}},Ua=class extends _g{constructor(r,o,n,a,i,l=1){super();this.walletProxy=r,this.address=o,this.chainId=l,this.rpcConfig=n,this.chains=a,this.provider=Dr(l,this.chains,n,{appId:i}),this.rpcTimeoutDuration=sn(n,"privy"),this.appId=i}async handleSendTransaction(r){if(!r.params||!Array.isArray(r.params))throw new ro(`Invalid params for ${r.method}`,4200);let o=r.params[0];if(!await ue()||!this.address)throw new ro("Disconnected",4900);return(await nu(o)).hash}handleSwitchEthereumChain(r){if(!r.params||!Array.isArray(r.params))throw new ro(`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 ro(`Invalid params for ${r.method}`,4200);this.chainId=Number(o),this.provider=Dr(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 ru(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 ou(ba(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:Ro(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 Ro(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(tu(r.method)){let o=await ue();if(await iu(),!o||!this.address)throw new ro("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 ro("Disconnected",4900)}}else return this.provider.send(r.method,r.params)}async connect(){let r=await ue();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}}},gr=class extends _e{constructor(r){super(r,r.rpcTimeoutDuration)}},oo=class extends _e{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 Ag=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},Ct=class extends kg{constructor(r,o,n,a){super();this.onAccountsChanged=r=>{r.length===0?this.onDisconnect():this.syncAccounts(r)};this.onChainChanged=r=>{this.wallets.forEach(o=>{o.chainId=on(r),this.walletClientType==="privy"&&j.put(ga(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=a,this.rpcTimeoutDuration=sn(a,r),this.connected=!1,this.initialized=!1}buildConnectedWallet(r,o,n){let a=async()=>!!this.wallets.find(i=>vr(i.address)===vr(r));return{address:vr(r),chainId:o,meta:n,switchChain:async i=>{if(!a)throw new Z("Wallet is not currently connected.");let l=this.wallets.find(f=>vr(f.address)===vr(r))?.chainId;if(!l)throw new Z("Unable to determine current chainId.");let s,c;if(typeof i=="number"?(s=`0x${i.toString(16)}`,c=i):(s=i,c=Number(i)),l===on(s))return;let u=this.chains.find(f=>f.id===c);if(!u)throw new Z(`Unsupported chainId: ${i}`);let h=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await h()}catch(f){if(Ag(f,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??""]}]}),h();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new Z(`Rainbow does not support the chainId ${o}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:a,getEthereumProvider:async()=>{if(!await a())throw new Z("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await a())throw new Z("Wallet is not currently connected.");return new au(new gr(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await a())throw new Z("Wallet is not currently connected.");return new oo(this.proxyProvider)},sign:async i=>{if(!await a())throw new Z("Wallet is not currently connected.");return await this.sign(i)},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],a=vr(n),i=[],l;if(this.walletClientType==="privy"){let c=j.get(ga(a));this.chains.find(u=>u.id===Number(c))||(j.del(ga(a)),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 ${Ul}`,c),l=Ul}let s=on(l);if(!i.find(c=>vr(c.address)===a)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};i.push(this.buildConnectedWallet(vr(n),s,c))}Ba(i,this.wallets)||(this.wallets=i,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=>vr(n)===vr(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 au(new gr(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 ln={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 Ig=(e,t)=>{let o=wa(1,[ln],{},t);return e.makeWeb3Provider(o,1)},Ha,Ga=class extends Ct{constructor(r,o,n,a,i){super("coinbase_wallet",r,o,n);this.connectorType="coinbase_wallet";this.proxyProvider=new _e(void 0,this.rpcTimeoutDuration),this.subscribeListeners();let l=window.matchMedia("(display-mode: standalone)").matches;Ha||(Ha=new Rg({appName:i,darkMode:!1,headlessMode:!1,enableMobileWalletLink:l})),this.proxyProvider.setWalletProvider(Ig(Ha,a))}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(){Ha.disconnect(),this.onDisconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Fa,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 Z("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([r[0]])}catch(r){throw Xt(r)}}};import{jsx as su}from"react/jsx-runtime";var Va=({...e})=>su("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:su("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 za=class extends Ct{constructor(r,o,n,a){super("privy",o,n,a);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:[Ro(r?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Va,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as lu}from"react/jsx-runtime";var cn=({style:e,...t})=>lu("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:lu("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 xt,jsxs as Mg}from"react/jsx-runtime";var dn=({style:e,...t})=>Mg("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:[xt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),xt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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"}),xt("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 cu,jsxs as Wg}from"react/jsx-runtime";var Cr=({style:e,...t})=>Wg("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:[cu("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),cu("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 un=class extends Ct{constructor(r,o,n,a,i){super(i||"unknown",r,o,n);this.connectorType="injected";this.proxyProvider=new _e(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=a;let l=a.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 Z("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Xt(r)}}},pn,mn=class extends Ct{constructor(r,o,n,a,i){super(i??"unknown",r,o,n);this.connectorType="injected";na(this,pn,void 0);this.proxyProvider=new _e(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(a),i==="metamask"?kl(this,pn,{name:"MetaMask",icon:dn,id:"io.metamask"}):i==="phantom"&&kl(this,pn,{name:"Phantom",icon:Cr,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 Nd(this,pn)??{name:"Browser Extension",icon:cn,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 Z("Unable to retrieve accounts");await this.syncAccounts([r[0]])}catch(r){throw Xt(r)}}};pn=new WeakMap;import{getAddress as p9}from"@ethersproject/address";import{Web3Provider as m9}from"@ethersproject/providers";import{isMobile as Lg}from"react-device-detect";var qa=class extends un{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{Lg||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 Z("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Xt(t)}}};var $a=class extends Ct{constructor(r,o){super(r,[],o,{});this.connectorType="null";this.proxyProvider=new _e(void 0,Ao);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 ja=class extends $a{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Cr,id:"phantom"}}};import{EthereumProvider as e2,OPTIONAL_EVENTS as t2,OPTIONAL_METHODS as r2}from"@walletconnect/ethereum-provider";import{isMobile as o2}from"react-device-detect";import{createContext as $g,useContext as jg,useEffect as $l,useRef as Kg,useState as Yg}from"react";import{jsx as Og}from"react/jsx-runtime";function Ka({src:e,...t}){return Og("img",{src:e,...t,style:{display:"none"}})}import{useContext as Mu,useEffect as Iu,useMemo as Gg,useState as Vg}from"react";import{createContext as zg}from"react";var Vt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:Ep,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var du=({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 Ng=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","wallet_connect","detected_wallets"]),pu=e=>Ng.has(e),uu=(e,t,r)=>r.indexOf(e)===t,mu=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(pu).filter(uu):e?e.filter(pu).filter(uu):Vt.appearance.walletList;var Ya={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 Za={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 Ja={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 hu={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 Qa={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 Xa={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 es={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 yu={id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://artio.rpc.berachain.com"]},public:{http:["https://artio.rpc.berachain.com"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0};var gu={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 vu={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 Cu={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var wu={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var bu={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 Eu={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 Tu={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 Pu={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 ts={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 rs={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 os={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 hi={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 yi={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 Su={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 xu={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 ns={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 is={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 as={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 gi=[Ya,Za,Ja,bu,xu,ln,ts,rs,os,hi,yi,gu,vu,Cu,wu,Qa,Xa,es,yu,Tu,Pu,fu,hu,ns,as,is,Eu,Su],LT=new Set(gi.map(e=>e.id));import Oo from"tinycolor2";var _u="#FFFFFF",Dg="#000000",Fg=_u,Ug="#1E1E1D";function Bg(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 Ur(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return Oo({...e.toHsl(),l:r})}function ku({backgroundTheme:e,accentHex:t,successHex:r="#51BA81",warnHex:o="#FFB74D",errorHex:n="#EC6351",whiteHex:a=_u,blackHex:i=Dg}){let l;switch(e){case"light":l=Fg;break;case"dark":l=Ug;break;default:l=e;break}let s=Oo(l),c=Oo(t),u=Oo(r),h=Oo(o),f=Oo(n),y=Bg(s.getLuminance()),C=Ur(s,y==="light"?-.04:.11),v=Ur(s,y==="light"?-.88:.87),S=Ur(s,y==="light"?-.77:.75),b=Ur(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),P=Ur(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),W=Ur(c,.15),R=Ur(c,-.06),F=Ur(f,.3),I=Oo(c.getLuminance()>.5?i:a),B=Ur(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:C.toHslString(),foreground:v.toHslString(),foreground2:S.toHslString(),foreground3:b.toHslString(),foreground4:P.toHslString(),accent:c.toHslString(),accentLight:W.toHslString(),accentDark:R.toHslString(),foregroundAccent:I.toHslString(),success:u.toHslString(),successDark:B.toHslString(),error:f.toHslString(),errorLight:F.toHslString(),warn:h.toHslString()}}function Vl(e,t,r){let o=r?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],a=t?.loginMethods?.filter(Jt=>n.includes(Jt)),i,l,s,c,u,h,f,y,C,v,S,b,P;t?.loginMethods?(i=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),c=t.loginMethods.includes("wallet"),u=a?.includes("google"),h=a?.includes("twitter"),f=a?.includes("discord"),C=a?.includes("spotify"),y=a?.includes("tiktok"),S=a?.includes("github"),v=a?.includes("linkedin"),b=a?.includes("apple"),P=a?.includes("farcaster")):(i=e.emailAuth,l=e.smsAuth,c=e.walletAuth,u=e.googleOAuth,h=e.twitterOAuth,f=e.discordOAuth,S=e.githubOAuth,C=e.spotifyOAuth,y=e.tiktokOAuth,v=e.linkedinOAuth,b=e.appleOAuth,P=e.farcasterAuth),typeof window<"u"&&typeof window.PublicKeyCredential!="function"?s=!1:e.passkeyAuth&&(s=!0);let W=[i,l].filter(Boolean),R=[u,h,f,S,C,y,v,b,P].filter(Boolean),F=[c].filter(Boolean);if(W.length+R.length+F.length===0)throw new Error("You must enable at least one login method");let I=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;I&&F.length===0?(o("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),I=!1):!I&&R.length+W.length===0&&(o("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),I=!0),t?.loginMethods&&t.loginMethodsAndOrder&&o("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let B=mu({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),$=du({input:t?.loginMethodsAndOrder}),V=t?.intl?.defaultCountry??"US",{chains:q,defaultChain:A}=Hg({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),le=!!t?.defaultChain,U=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,de,pe=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?U?de=t?.embeddedWallets?.noPromptOnSignature??!0:de=t?.embeddedWallets?.noPromptOnSignature??pe:de=pe,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&de!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");let{requireUserPasswordOnCreate:te,...We}=t?.embeddedWallets??{};return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ku({backgroundTheme:t?.appearance?.theme??Vt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Vt.appearance.accentColor}),loginGroupPriority:I?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:B},loginMethods:{wallet:c,email:i,sms:l,passkey:s,google:u,twitter:h,discord:f,github:S,spotify:C,tiktok:y,linkedin:v,apple:b,farcaster:P},loginMethodsAndOrder:$,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Vt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Vt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Vt.rpcConfig.rpcTimeouts},chains:q,defaultChain:A,intl:{defaultCountry:V},shouldEnforceDefaultChainOnConnect:le,captchaEnabled:e.captchaEnabled??Vt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...typeof te=="boolean"?{requireUserOwnedRecoveryOnCreate:te}:{},...U?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...We,noPromptOnSignature:de},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??Vt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Vt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Vt._render.inParentNodeId}}}function Au(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:o,supportedChains:n,defaultChain:a,...i}=e;return{...i,...o?{additionalChains:o.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...a?{defaultChain:a.id}:void 0,...r?{...r,...r.logo&&typeof r.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function Hg({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:gi.find(u=>u.id===s.id)??s)}else n=gi.concat(e??[]);let a=t?n[0]:ln,i=r??a;if(!n.find(l=>l.id===i.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:i}}var Ru=function(e,t=0){let r=3735928559^t,o=1103547991^t;for(let n=0,a;n<e.length;n++)a=e.charCodeAt(n),r=Math.imul(r^a,2654435761),o=Math.imul(o^a,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 qg}from"react/jsx-runtime";var Wu={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:""},zl=Vl(Wu,void 0,!1),ql=zg({appConfig:zl,isServerConfigLoaded:!1}),Lu=({children:e,legacyCreateEmbeddedWalletFlag:t,client:r,clientConfig:o})=>{let[n,a]=Vg(null),i=Gg(()=>Vl(n??Wu,o,!!n),[n,o]);return Iu(()=>{if(!n)return;let l=Au(o,t),s=Ru(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]),Iu(()=>{n||(async()=>{try{let s=await r.getServerConfig();s.customApiUrl&&r.updateApiUrl(s.customApiUrl),a(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),qg(ql.Provider,{value:{appConfig:i,isServerConfigLoaded:!!n},children:e})},no=()=>{let{appConfig:e}=Mu(ql);return e},ss=()=>{let{isServerConfigLoaded:e}=Mu(ql);return e};var E=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Jg,jsxs as Qg}from"react/jsx-runtime";var Ou=$g({ready:!1,app:zl,currentScreen:null,lastScreen:null,navigate:E,navigateBack:E,resetNavigation:E,setModalData:E,onUserCloseViaDialogOrKeybindRef:void 0}),Zg=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],Nu=e=>{let t=no(),r=e.authenticated,[o,n]=Yg(e.initialScreen);$l(()=>{!r&&!Zg.includes(e.initialScreen)&&e.setInitialScreen(null)},[r]);let a=Kg(null);$l(()=>{e.open||(a.current=null)},[e.open]),$l(()=>{a.current=null},[e.initialScreen]);let i={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:a};return Qg(Ou.Provider,{value:i,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&Jg(Ka,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},x=()=>jg(Ou);import{jsx as fn,jsxs as Xg}from"react/jsx-runtime";var vi=({style:e,...t})=>{let{app:r}=x();return Xg("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:[fn("rect",{width:"28",height:"28",rx:"3",fill:r?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),fn("g",{clipPath:"url(#clip0_1765_9946)",children:fn("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"})}),fn("defs",{children:fn("clipPath",{id:"clip0_1765_9946",children:fn("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var wr=class extends Ct{constructor(r,o,n,a,i,l,s){super(s||"unknown",n,a,o);this.connectorType="wallet_connect_v2";this.privyAppId=l,this.walletConnectCloudProjectId=r,this.rpcConfig=o,this.shouldEnforceDefaultChainOnConnect=i,this.proxyProvider=new _e(void 0,this.rpcTimeoutDuration),s&&(this.walletEntry=Ta[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=Ea(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:dn,id:"io.metamask"}:{name:Op(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||vi,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=Ta[r],this.walletClientType=r,this.redirectUri=void 0,Bp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((r,o)=>{let n=()=>{o(new an)};this.onQrModalClosed=n,(async()=>{let i="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(i=l[0]),!i||i==="")throw new Z("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Ea(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=sn(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),r()})().catch(i=>{if(i){o(Xt(i));return}o(new Z("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 i of this.chains){let l=wa(i.id,this.chains,this.rpcConfig,this.privyAppId);l&&(r[i.id]=l)}let o=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(i=>i.id),a=await e2.init({projectId:this.walletConnectCloudProjectId,chains:o,optionalChains:n,optionalEvents:t2,optionalMethods:r2,rpcMap:r,showQrModal:!1});return a.on("display_uri",i=>{if(a.signer.abortPairingAttempt(),o2&&this.walletEntry){let{redirect:l,href:s}=Fp(i,this.walletEntry);Hp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Pa(l,"_self")}else this.modal?.openModal({uri:i,chains:[this.defaultChain.id]})}),a.on("connect",()=>{if(this.modal?.closeModal(),a.session?.peer.metadata.url){let i=Ea(a.session?.peer.metadata.url);this.walletEntry=i?.entry,this.walletClientType=i?.walletClientType||"unknown"}}),a}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var jl=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses")?.split(" ").filter(o=>n2(o)).map(o=>Du(o));return t?.length?!!e?.linkedAccounts.filter(o=>o.type=="wallet"&&t.includes(o.address)).length:!1},sn=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Ao:Ao,Ci=class extends i2{constructor(r,o,n,a,i,l,s,c,u){super();this.getEthereumProvider=()=>{let r=this.wallets[0],o=this.walletConnectors.find(n=>n.wallets.find(a=>a.address===r?.address));return!r||!o?new _e:o.proxyProvider};this.privyAppId=r,this.walletConnectCloudProjectId=o,this.rpcConfig=n,this.chains=a,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=l,this.walletList=s,this.shouldEnforceDefaultChainOnConnect=c,this.privyAppName=u,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let r=new Set,o=this.walletConnectors.flatMap(a=>a.wallets).sort((a,i)=>a.connectedAt&&i.connectedAt?i.connectedAt-a.connectedAt:0).filter(a=>{let i=`${a.address}${a.walletClientType}${a.connectorType}`;return r.has(i)?!1:(r.add(i),!0)}),n=o.findIndex(a=>a.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(Dl)&&(j.getKeys().forEach(o=>{o.startsWith("walletconnect")&&j.del(o)}),j.del(Dl));let r=Np(this.store,this.walletList).then(o=>{o.forEach(({type:n,eip6963InjectedProvider:a,legacyInjectedProvider:i})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:a,legacyInjectedProvider:i})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!eo()&&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(a=>a.address===o.address&&a.connectorType===o.connectorType&&a.walletClientType===o.walletClientType);n&&(o.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length,this.emit("walletsUpdated")}onWalletsUpdated(r){r.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(r,o,n,a){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=r;else{let l=new Ua(r,o,this.rpcConfig,this.chains,a,n.id),s=new za(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 a=this.findWalletConnector(r,o);if(a)return a instanceof wr&&a.resetConnection(o),a;let l=(()=>{if(r==="injected"){if(o==="metamask"&&n?.eip6963InjectedProvider)return new qa(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(o==="metamask"&&n?.legacyInjectedProvider)return new mn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(o==="phantom"&&n?.legacyInjectedProvider)return new mn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&o==="unknown_browser_extension")return new mn(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new un(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,o)}else return r==="coinbase_wallet"?new Ga(this.chains,this.defaultChain,this.rpcConfig,this.privyAppId,this.privyAppName):r==="phantom"?new ja(this.defaultChain):new wr(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=i=>i&&typeof i.address=="string"&&typeof i.connectorType=="string"&&typeof i.walletClientType=="string"&&typeof i.connectedAt=="number",o=j.get(Fl);return o&&Array.isArray(o)&&o.map(i=>r(i)).every(Boolean)?o:[]}saveConnectionHistory(){let r=this.wallets.map(o=>({address:o.address,connectorType:o.connectorType,walletClientType:o.walletClientType,connectedAt:o.connectedAt}));j.put(Fl,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=Du(r),this.emit("walletsUpdated")}};function Ba(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 a2}from"ofetch";var s2=[sa,ca,la,da],ls=class{constructor(t,r,o){this.appId=t,this.clientAnalyticsId=r.clientAnalyticsId,this.sdkVersion=Ll,this.client=r,this.defaults=o,this.fallbackApiUrl=r.fallbackApiUrl,this.baseFetch=a2.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:a})=>{let i=new Headers(a.headers);i.set("privy-app-id",this.appId),i.set("privy-ca-id",this.clientAnalyticsId||""),i.set("privy-client",`react-auth:${this.sdkVersion}`);let l=s2.includes(n.toString());if(!i.has("authorization")){let s=await this.client.getAccessToken({disableAutoRefresh:l});s!==null&&i.set("authorization",`Bearer ${s}`)}a.headers=i,a.retryDelay&&(a.retryDelay=a.retryDelay*3)},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new ia}})}async get(t,r){try{return await this.baseFetch(t,r)}catch(o){throw ae(o)}}async post(t,r,o){try{return await this.baseFetch(t,{method:"POST",...r?{body:r}:{},...o})}catch(n){throw ae(n)}}async delete(t,r){try{return await this.baseFetch(t,{method:"DELETE",...r})}catch(o){throw ae(o)}}};import No from"js-cookie";function Fu(e){return e instanceof Xr?"email":e instanceof Lo?"sms":e instanceof Wo?"siwe":e instanceof en?"custom_auth":e instanceof yr?e.meta.provider:null}import*as Uu from"jose";var br=class{static parse(t){try{return new br(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Uu.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 l2=30,cs=class{constructor(){this.authenticateOnce=new Ae(async t=>this._authenticate(t)),this.linkOnce=new Ae(async t=>this._link(t)),this.refreshOnce=new Ae(this._refresh.bind(this)),this.destroyOnce=new Ae(this._destroy.bind(this)),this.forkSessionOnce=new Ae(this._forkSession.bind(this))}get token(){try{let t=j.get(So);return typeof t=="string"?new br(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=j.get(ha);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=j.get(li);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=No.get(ya);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=br.parse(this.token);return t!==null&&!t.isExpired(l2)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:r,refresh_token:o,user:n,is_new_user:a}=await t.authenticate();this.storeToken(r),this.storeRefreshToken(o);let i=Fu(t);return i&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate",payload:{method:i,isNewUser:a}}),i==="siwe"&&this.client&&this.client.createAnalyticsEvent({eventName:"sdk_authenticate_siwe",payload:{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}}),{user:vt(n),isNewUser:a}}catch(r){throw console.warn("Error authenticating session"),tt(r)}}async _link(t){try{let r=await t.link();return vt(r)}catch(r){throw console.warn("Error linking account"),tt(r)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,r=this.refreshToken,o=this.forkedToken;try{let n;if(t&&r||this.mightHaveServerCookies){let a={};t&&(a.authorization=`Bearer ${t}`);let i=r?{refresh_token:r}:{};n=await this.api.post(sa,i,{headers:a}),o&&this.clearForkedToken()}else if(o)n=await this.api.post(ca,{refresh_token:o}),this.clearForkedToken();else return null;return n.session_update_action==="set"&&(this.storeToken(n.token),this.storeRefreshToken(n.refresh_token)),n.session_update_action==="clear"&&this.destroyLocalState(),n.session_update_action==="ignore"&&n.token&&this.storeToken(n.token),vt(n.user)}catch(n){if(n instanceof Qt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw tt(n)}}async _destroy(){try{await this.api?.post(la,{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let t=this.refreshToken;try{let r=await this.api.post(Fd,{refresh_token:t});return this.storeToken(r.token),this.storeRefreshToken(r.refresh_token),r.new_session_refresh_token}catch(r){throw tt(r)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let r=j.get(So);if(j.put(So,t),!this.client?.useServerCookies){let o=br.parse(t)?.expiration;No.set(Ol,t,{sameSite:"Strict",secure:!0,expires:o?new Date(o*1e3):void 0})}r!==t&&this.client?.onStoreToken?.(t)}else j.del(So),No.remove(Ol)}storeRefreshToken(t){typeof t=="string"?(j.put(ha,t),this.client?.useServerCookies||(No.set(ya,"t",{sameSite:"Strict",secure:!0,expires:30}),No.set(Nl,t,{sameSite:"Strict",secure:!0,expires:30}))):(j.del(ha),No.remove(Nl),No.remove(ya))}clearForkedToken(){j.del(li)}};var Kl,ds,Bu,wi=class{constructor(t){na(this,ds);this.apiUrl=t.apiUrl||fa,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Tp,this.appId=t.appId,this.clientAnalyticsId=Dd(this,ds,Bu).call(this),Kl||(Kl=new cs),this.session=Kl,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager({walletConnectCloudProjectId:t,rpcConfig:r,chains:o,defaultChain:n,store:a,walletList:i,shouldEnforceDefaultChainOnConnect:l,appName:s}){this.connectors||(this.connectors=new Ci(this.appId,t,r,o,n,a,i,l,s))}sessionHasActiveToken(){return this.session.hasActiveToken()}generateApi(){let t=new ls(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){return t.api=this.api,this.authFlow=t,this.authFlow}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let r=await this.api.post(Jd,{address:t});return vt(r)}catch(r){throw tt(r)}}async acceptTerms(){try{let t=await this.api.post(yp,{});return vt(t)}catch(t){throw tt(t)}}async unlinkPhone(t){try{let r=await this.api.post(tp,{phoneNumber:t});return vt(r)}catch(r){throw tt(r)}}async unlinkWallet(t){try{let r=await this.api.post(Gd,{address:t});return vt(r)}catch(r){throw tt(r)}}async unlinkOAuth(t,r){try{let o=await this.api.post(ap,{provider:t,subject:r});return vt(o)}catch(o){throw tt(o)}}async unlinkFarcaster(t){try{let r=await this.api.post(jd,{fid:t});return vt(r)}catch(r){throw tt(r)}}async unlinkPasskey(t){try{let r=await this.api.post(mp,{credential_id:t});return vt(r)}catch(r){throw tt(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(da,{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(gp,t)}catch(r){throw tt(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?br.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 tt(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()}};ds=new WeakSet,Bu=function(){if(typeof window>"u")return null;try{let r=j.get(ci);if(typeof r=="string"&&r.length>0)return r}catch{}let t=c2();try{return j.put(ci,t),t}catch{return t}};import{Turnstile as h2}from"@marsidev/react-turnstile";import{useEffect as y2,useMemo as g2}from"react";import{useMemo as d2,useRef as p2,useContext as u2,useState as Yl,createContext as m2}from"react";import{jsx as f2}from"react/jsx-runtime";var Hu=m2({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:E,setError:E,setExecuting:E,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:E,reset:E,execute:E}),er=class extends Le{constructor(r,o,n){super(r||"Captcha failed");this.type="Captcha";o instanceof Error&&(this.cause=o),this.privyErrorCode=n}},Gu=({children:e,id:t,captchaSiteKey:r,captchaEnabled:o})=>{let n=p2(null),[a,i]=Yl(),[l,s]=Yl(),[c,u]=Yl(!1),h=d2(()=>o?!c&&!a&&!l?{status:"ready"}:c&&!a&&!l?{status:"loading"}:a&&!l?{status:"success",token:a}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[o,a,l,c]);return f2(Hu.Provider,{value:{...h,ref:n,enabled:o,siteKey:r,appId:t,setToken:i,setError:s,setExecuting:u,remove(){o&&(n.current?.remove(),u(!1),s(void 0),i(void 0))},reset(){o&&(n.current?.reset(),u(!1),s(void 0),i(void 0))},execute(){o&&(u(!0),n.current?.execute())},async waitForResult(){if(!o)return"";try{return await Wp(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new er("Captcha failed",null,"captcha_timeout")}}},children:e})},ge=()=>u2(Hu);import{jsx as Vu}from"react/jsx-runtime";var Zl=e=>{let{enabled:t,siteKey:r,appId:o,setError:n,setToken:a,setExecuting:i,ref:l}=ge(),[,s]=g2(()=>r?.split("t:")||[],[r]);if(y2(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Vu("div",{className:"hidden h-0 w-0",children:Vu(h2,{...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"),i(!1)},onSuccess:c=>{e.onSuccess?.(c),a(c),i(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),a(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as Eb,useEffect as U1,useRef as Tb,useState as Pb}from"react";import Sb from"react-dom";import{createContext as v2,useContext as C2}from"react";var Jl=v2({isNewUserThisSession:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,appId:"notAdded",nativeTokenSymbolForChainId:E,initializeWalletProxy:E,getAuthMeta:E,getAuthFlow:E,closePrivyModal:E,openPrivyModal:E,connectWallet:E,initLoginWithWallet:E,loginWithWallet:E,initLoginWithFarcaster:E,loginWithFarcaster:E,loginWithCode:E,initLoginWithEmail:E,initLoginWithSms:E,initUpdateEmail:E,resendEmailCode:E,resendSmsCode:E,initLoginWithHeadlessOAuth:E,loginWithHeadlessOAuth:E,initLoginWithOAuth:E,recoveryOAuthFlow:E,loginWithOAuth:E,initLoginWithPasskey:E,loginWithPasskey:E,initLinkWithPasskey:E,linkWithPasskey:E,refreshUser:E,walletProxy:null,createAnalyticsEvent:E,acceptTerms:E,getUsdTokenPrice:E,recoverEmbeddedWallet:E,getFiatOnRampConfig:E,updateWallets:E,fundWallet:E,setReadyToTrue:E,requestFarcasterSignerStatus:E}),M=()=>C2(Jl);import{createContext as w2,useContext as b2}from"react";var me=w2({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:E,login:E,connectOrCreateWallet:E,linkEmail:E,linkPhone:E,linkFarcaster:E,linkWallet:E,linkGoogle:E,linkTwitter:E,linkDiscord:E,linkGithub:E,linkSpotify:E,linkTiktok:E,linkLinkedIn:E,linkApple:E,linkPasskey:E,updateEmail:E,logout:E,getAccessToken:E,getEthereumProvider:E,getEthersProvider:E,getWeb3jsProvider:E,unlinkEmail:E,unlinkPhone:E,unlinkWallet:E,unlinkGoogle:E,unlinkTwitter:E,unlinkDiscord:E,unlinkGithub:E,unlinkSpotify:E,unlinkTiktok:E,unlinkLinkedIn:E,unlinkApple:E,unlinkFarcaster:E,unlinkPasskey:E,setActiveWallet:E,forkSession:E,createWallet:E,signMessage:E,signTypedData:E,enrollInMfa:E,initEnrollmentWithSms:E,initEnrollmentWithTotp:E,promptMfa:E,init:E,submitEnrollmentWithSms:E,submitEnrollmentWithTotp:E,unenroll:E,submit:E,cancel:E,sendTransaction:E,exportWallet:E,setWalletPassword:E,requestFarcasterSigner:E,submitCast:E,removeCast:E,likeCast:E,recastCast:E,followUser:E,unfollowUser:E,initLoginWithEmail:E,initLoginWithSms:E,otpState:{status:"initial"},loginWithCode:E,fundWallet:E,initLoginWithHeadlessOAuth:E,loginWithHeadlessOAuth:E,isHeadlessOAuthLoading:!1,isModalOpen:!1}),H=()=>b2(me);import{useEffect as E2,useState as T2}from"react";var zu=e=>{let[t,r]=T2("auto");return E2(()=>{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 P2,useContext as S2,useEffect as x2}from"react";var qu={login:{onComplete:[],onError:[]},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:[]}},Ql=P2(void 0),$u=()=>S2(Ql);function Re(e,t){if(!t)return;let o=$u().current[e];return x2(()=>{for(let[n,a]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]?.push(a);return()=>{for(let[n,a]of Object.entries(t))o.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),o[n]=o[n]?.filter(i=>i!==a)}},[t])}function O(e,t,r,...o){for(let n of e.current[t][r])n(...o)}function ju(){let e=$u();return(t,r,...o)=>O(e,t,r,...o)}function Xl(e){Re("configureMfa",e)}import tm from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import q2 from"@heroicons/react/24/solid/DocumentCheckIcon";import $2 from"styled-components";import Do,{css as oc}from"styled-components";import tc from"styled-components";import{Fragment as k2,jsx as ec,jsxs as A2}from"react/jsx-runtime";var nt=({success:e,fail:t})=>A2(k2,{children:[ec(wt,{className:e?"success":t?"fail":""}),ec(rc,{className:e?"success":t?"fail":""})]}),wt=tc.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -42,13 +42,13 @@ Resources:
|
|
|
42
42
|
border-color: var(--privy-color-error);
|
|
43
43
|
border-bottom-color: var(--privy-color-error);
|
|
44
44
|
}
|
|
45
|
-
`,
|
|
45
|
+
`,rc=tc(wt)`
|
|
46
46
|
&& {
|
|
47
47
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
48
48
|
animation: none;
|
|
49
49
|
opacity: 0.5;
|
|
50
50
|
}
|
|
51
|
-
`,
|
|
51
|
+
`,Br=e=>ec(_2,{color:e.color||"var(--privy-color-foreground-3)"}),_2=tc(wt)`
|
|
52
52
|
&& {
|
|
53
53
|
height: 0.9rem;
|
|
54
54
|
width: 0.9rem;
|
|
@@ -57,7 +57,7 @@ Resources:
|
|
|
57
57
|
/* Override default Loader to match button transitions */
|
|
58
58
|
transition: border-color 200ms ease;
|
|
59
59
|
}
|
|
60
|
-
`;import{jsx as
|
|
60
|
+
`;import{jsx as zt,jsxs as ms}from"react/jsx-runtime";var ps=Do.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
|
-
`,N=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>
|
|
89
|
-
${e=>e.hideAnimations&&
|
|
88
|
+
`,N=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>zt(Ku,{disabled:t||r,...n,children:t?ms("span",{children:[zt(Br,{}),o?zt("span",{children:o}):null]}):e}),$S=Do(N)`
|
|
89
|
+
${e=>e.hideAnimations&&oc`
|
|
90
90
|
&& {
|
|
91
91
|
transition: none;
|
|
92
92
|
}
|
|
93
93
|
`}
|
|
94
|
-
`,
|
|
94
|
+
`,us=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>zt(Ku,{as:"a",disabled:t||r,...n,children:t?ms("span",{children:[zt(Br,{}),o?zt("span",{children:o}):null]}):e}),Ku=Do(ps)`
|
|
95
95
|
position: relative;
|
|
96
96
|
|
|
97
97
|
&& {
|
|
@@ -117,7 +117,7 @@ Resources:
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
/* If an anchor tag, :disabled isn't a thing, so manually set state */
|
|
120
|
-
${e=>e.disabled?
|
|
120
|
+
${e=>e.disabled?oc`
|
|
121
121
|
&&&,
|
|
122
122
|
&&&:hover,
|
|
123
123
|
&&&:active {
|
|
@@ -136,7 +136,7 @@ Resources:
|
|
|
136
136
|
opacity: 1;
|
|
137
137
|
animation: fadein 200ms ease;
|
|
138
138
|
}
|
|
139
|
-
`,
|
|
139
|
+
`,tr=({children:e,loading:t,disabled:r,loadingText:o="Loading...",...n})=>zt(R2,{disabled:t||r,...n,children:t?ms("span",{children:[zt(Br,{}),o?zt("span",{children:o}):null]}):e}),R2=Do(ps)`
|
|
140
140
|
&& {
|
|
141
141
|
border-width: 1px;
|
|
142
142
|
border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
|
|
@@ -165,7 +165,7 @@ Resources:
|
|
|
165
165
|
opacity: 1;
|
|
166
166
|
animation: fadein 200ms ease;
|
|
167
167
|
}
|
|
168
|
-
`,
|
|
168
|
+
`,hn=Do.button`
|
|
169
169
|
&& {
|
|
170
170
|
padding: 12px 16px;
|
|
171
171
|
font-weight: 500;
|
|
@@ -178,7 +178,7 @@ Resources:
|
|
|
178
178
|
transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
|
|
179
179
|
user-select: none;
|
|
180
180
|
|
|
181
|
-
${e=>e.invisible&&
|
|
181
|
+
${e=>e.invisible&&oc`
|
|
182
182
|
pointer-events: none;
|
|
183
183
|
`}
|
|
184
184
|
|
|
@@ -196,10 +196,10 @@ Resources:
|
|
|
196
196
|
cursor: not-allowed;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
`,
|
|
199
|
+
`,jS=Do.div`
|
|
200
200
|
/* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
|
|
201
201
|
height: 44px;
|
|
202
|
-
`,
|
|
202
|
+
`,yn=({children:e,onClick:t,disabled:r,isSubmitting:o,...n})=>ms(I2,{isSubmitting:o,onClick:t,disabled:r,...n,children:[zt("span",{children:e}),zt("span",{children:zt(Br,{})})]}),I2=Do.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
|
|
244
|
+
`;import Yu from"styled-components";import{Fragment as M2,jsx as io,jsxs as Zu}from"react/jsx-runtime";var nc=Yu.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
|
|
253
|
+
`;function gn(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:r,requireUsersAcceptTerms:o}}=e.app;if(o&&!e.alwaysShowImplicitConsent)return io(nc,{});if(!r&&!t)return io(nc,{});let n=!!(t&&r);return Zu(nc,{children:["By logging in I agree to the"," ",r&&io("a",{href:r,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&io("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var z=({protectedByPrivy:e})=>io(K,{children:e?Zu(M2,{children:[io(Va,{className:"hide-on-mobile"}),io("span",{className:"hide-on-mobile",children:io("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),K=Yu.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
|
|
280
|
+
`;import W2 from"@heroicons/react/24/outline/ArrowLeftIcon";import L2 from"@heroicons/react/24/outline/QuestionMarkCircleIcon";import O2 from"@heroicons/react/24/outline/XMarkIcon";import vn from"styled-components";import{jsx as bt,jsxs as Ju}from"react/jsx-runtime";var N2=({backFn:e})=>bt("div",{children:bt(ic,{onClick:e,children:bt(W2,{height:"16px",width:"16px",strokeWidth:2})})}),D2=({infoFn:e})=>bt("div",{children:bt(U2,{"aria-label":"info",onClick:e,children:bt(L2,{height:"22px",width:"22px",strokeWidth:2})})}),F2=e=>bt("div",{children:bt(ic,{"aria-label":"close modal",onClick:e.onClose,children:bt(O2,{height:"16px",width:"16px",strokeWidth:2})})});var _=({backFn:e,infoFn:t,onClose:r,title:o,closeable:n=!0})=>{let{closePrivyModal:a}=M(),{app:i}=x();return Ju(B2,{children:[Ju(H2,{children:[e&&bt(N2,{backFn:e}),t&&bt(D2,{infoFn:t})]}),o&&bt(V2,{id:"privy-dialog-title",children:o}),bt(G2,{children:i?.render.inDialog&&n&&bt(F2,{onClose:r||(()=>a())})})]})},ic=vn.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
|
-
`,
|
|
299
|
+
`,U2=vn(ic)`
|
|
300
300
|
&& {
|
|
301
301
|
background-color: transparent;
|
|
302
302
|
}
|
|
303
|
-
`,
|
|
303
|
+
`,B2=vn.div`
|
|
304
304
|
padding: 16px 0;
|
|
305
305
|
display: flex;
|
|
306
306
|
align-items: center;
|
|
@@ -312,31 +312,31 @@ Resources:
|
|
|
312
312
|
font-weight: 600;
|
|
313
313
|
color: var(--privy-color-foreground);
|
|
314
314
|
}
|
|
315
|
-
`,
|
|
315
|
+
`,H2=vn.div`
|
|
316
316
|
flex: 1;
|
|
317
317
|
align-items: center;
|
|
318
318
|
display: flex;
|
|
319
319
|
gap: 8px;
|
|
320
|
-
`,
|
|
320
|
+
`,G2=vn.div`
|
|
321
321
|
flex: 1;
|
|
322
322
|
display: flex;
|
|
323
323
|
justify-content: flex-end;
|
|
324
|
-
`,
|
|
324
|
+
`,V2=vn.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
|
|
331
|
+
`;import Cn,{css as z2}from"styled-components";var fs=Cn.div`
|
|
332
332
|
text-align: left;
|
|
333
333
|
flex-grow: 1;
|
|
334
|
-
`,
|
|
334
|
+
`,hs=Cn.div`
|
|
335
335
|
display: flex;
|
|
336
336
|
flex-direction: column;
|
|
337
337
|
justify-content: flex-end;
|
|
338
338
|
flex-grow: 1;
|
|
339
|
-
`,
|
|
339
|
+
`,qt=Cn.div`
|
|
340
340
|
display: flex;
|
|
341
341
|
flex-direction: column;
|
|
342
342
|
gap: 12px;
|
|
@@ -351,7 +351,7 @@ Resources:
|
|
|
351
351
|
&::-webkit-scrollbar {
|
|
352
352
|
display: none;
|
|
353
353
|
}
|
|
354
|
-
`,
|
|
354
|
+
`,Qu=z2`
|
|
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
|
-
`,
|
|
393
|
-
${
|
|
394
|
-
`,
|
|
395
|
-
${
|
|
396
|
-
`,
|
|
392
|
+
`,xe=Cn.button`
|
|
393
|
+
${Qu}
|
|
394
|
+
`,ac=Cn.a`
|
|
395
|
+
${Qu}
|
|
396
|
+
`,Hr=Cn.div`
|
|
397
397
|
width: 100%;
|
|
398
398
|
${e=>e.if?"display: none;":""}
|
|
399
|
-
`;import
|
|
399
|
+
`;import $e from"styled-components";var Ne=$e.div`
|
|
400
400
|
display: flex;
|
|
401
401
|
flex-direction: column;
|
|
402
402
|
align-items: center;
|
|
@@ -404,17 +404,17 @@ Resources:
|
|
|
404
404
|
@media (max-width: 440px) {
|
|
405
405
|
padding: 10px 10px 20px;
|
|
406
406
|
}
|
|
407
|
-
`,
|
|
407
|
+
`,be=$e.div`
|
|
408
408
|
font-size: 18px;
|
|
409
409
|
line-height: 18px;
|
|
410
410
|
text-align: center;
|
|
411
411
|
font-weight: 600;
|
|
412
412
|
margin-bottom: 10px;
|
|
413
|
-
`,fe
|
|
413
|
+
`,fe=$e.div`
|
|
414
414
|
font-size: 0.875rem;
|
|
415
415
|
|
|
416
416
|
text-align: center;
|
|
417
|
-
`,
|
|
417
|
+
`,ao=$e.div`
|
|
418
418
|
display: flex;
|
|
419
419
|
flex-direction: column;
|
|
420
420
|
align-items: center;
|
|
@@ -424,7 +424,7 @@ Resources:
|
|
|
424
424
|
@media (max-width: 440px) {
|
|
425
425
|
padding: 10px 10px 20px;
|
|
426
426
|
}
|
|
427
|
-
`,
|
|
427
|
+
`,Xu=$e.div`
|
|
428
428
|
display: flex;
|
|
429
429
|
flex-direction: column;
|
|
430
430
|
align-items: stretch;
|
|
@@ -432,7 +432,7 @@ Resources:
|
|
|
432
432
|
padding: 1rem 0rem 0rem;
|
|
433
433
|
flex-grow: 1;
|
|
434
434
|
width: 100%;
|
|
435
|
-
`,
|
|
435
|
+
`,Fo=$e.div`
|
|
436
436
|
width: 25px;
|
|
437
437
|
display: flex;
|
|
438
438
|
align-items: center;
|
|
@@ -444,19 +444,19 @@ Resources:
|
|
|
444
444
|
width: 25px !important;
|
|
445
445
|
color: var(--privy-color-accent);
|
|
446
446
|
}
|
|
447
|
-
`,
|
|
447
|
+
`,Uo=$e.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
|
-
`,
|
|
454
|
+
`,rr=$e.div`
|
|
455
455
|
display: flex;
|
|
456
456
|
flex-direction: column;
|
|
457
457
|
gap: 10px;
|
|
458
458
|
padding-top: 20px;
|
|
459
|
-
`,
|
|
459
|
+
`,ys=$e.div`
|
|
460
460
|
display: flex;
|
|
461
461
|
flex-direction: column;
|
|
462
462
|
align-items: stretch;
|
|
@@ -464,7 +464,7 @@ Resources:
|
|
|
464
464
|
padding: 1rem 0rem 0rem;
|
|
465
465
|
flex-grow: 1;
|
|
466
466
|
width: 100%;
|
|
467
|
-
`,
|
|
467
|
+
`,gs=$e.div`
|
|
468
468
|
display: flex;
|
|
469
469
|
gap: 5px;
|
|
470
470
|
width: 100%;
|
|
@@ -472,7 +472,7 @@ Resources:
|
|
|
472
472
|
& > button:not(#remove) {
|
|
473
473
|
width: 100%;
|
|
474
474
|
}
|
|
475
|
-
`,
|
|
475
|
+
`,sc=$e.button`
|
|
476
476
|
&& {
|
|
477
477
|
background-color: transparent;
|
|
478
478
|
color: var(--privy-color-foreground-3);
|
|
@@ -491,7 +491,7 @@ Resources:
|
|
|
491
491
|
&&:hover {
|
|
492
492
|
color: var(--privy-color-error);
|
|
493
493
|
}
|
|
494
|
-
`,
|
|
494
|
+
`,vs=$e.div`
|
|
495
495
|
display: flex;
|
|
496
496
|
align-items: center;
|
|
497
497
|
gap: 0.5rem;
|
|
@@ -501,7 +501,7 @@ Resources:
|
|
|
501
501
|
height: 20px !important;
|
|
502
502
|
width: 20px !important;
|
|
503
503
|
}
|
|
504
|
-
`,
|
|
504
|
+
`,wn=$e.div`
|
|
505
505
|
display: flex;
|
|
506
506
|
align-items: center;
|
|
507
507
|
gap: 6px;
|
|
@@ -515,15 +515,15 @@ Resources:
|
|
|
515
515
|
display: flex !important;
|
|
516
516
|
align-items: flex-end;
|
|
517
517
|
}
|
|
518
|
-
`,
|
|
518
|
+
`,Cs=$e.div`
|
|
519
519
|
width: 100%;
|
|
520
520
|
display: flex;
|
|
521
521
|
justify-content: space-between;
|
|
522
|
-
`,
|
|
522
|
+
`,em=$e.p`
|
|
523
523
|
text-align: left;
|
|
524
524
|
width: 100%;
|
|
525
525
|
color: var(--privy-color-foreground-3) !important;
|
|
526
|
-
`,
|
|
526
|
+
`,lc=$e.button`
|
|
527
527
|
display: flex;
|
|
528
528
|
flex-direction: row;
|
|
529
529
|
align-items: center;
|
|
@@ -553,7 +553,7 @@ Resources:
|
|
|
553
553
|
&:hover {
|
|
554
554
|
text-decoration: underline;
|
|
555
555
|
}
|
|
556
|
-
`,
|
|
556
|
+
`,je=$e.div`
|
|
557
557
|
display: flex;
|
|
558
558
|
align-items: center;
|
|
559
559
|
justify-content: center;
|
|
@@ -568,10 +568,10 @@ Resources:
|
|
|
568
568
|
width: auto !important;
|
|
569
569
|
color: white;
|
|
570
570
|
}
|
|
571
|
-
`;import{Fragment as
|
|
571
|
+
`;import{Fragment as Y2,jsx as Er,jsxs as bi}from"react/jsx-runtime";var rm=()=>{let{user:e,logout:t}=H(),{app:r,onUserCloseViaDialogOrKeybindRef:o,setModalData:n,navigate:a}=x(),{acceptTerms:i,closePrivyModal:l,createAnalyticsEvent:s}=M(),c=h=>{h?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};o.current=c;let u=async h=>{h.preventDefault(),await i(),e&&Ht(e,r?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:f=>{console.error(f),s({eventName:"embedded_wallet_creation_failure_logout",payload:{error:f,screen:"AffirmativeConsentScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),a("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return Er(j2,{termsAndConditionsUrl:r?.legal.termsAndConditionsUrl,privacyPolicyUrl:r?.legal.privacyPolicyUrl,onAccept:u,onDecline:c})},j2=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:r,onDecline:o})=>bi(Y2,{children:[Er(_,{closeable:!1}),Er(q2,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),Er(be,{style:{marginTop:24},children:"One last step"}),Er(fe,{children:"By signing up, you agree to our terms and privacy policy."}),bi(qt,{style:{marginTop:24},children:[e&&bi(ac,{target:"_blank",href:e,children:["View Terms ",Er(tm,{style:{marginLeft:"auto"}})]}),t&&bi(ac,{target:"_blank",href:t,children:["View Privacy Policy ",Er(tm,{style:{marginLeft:"auto"}})]})]}),bi(K2,{style:{marginTop:24},children:[Er(tr,{onClick:o,children:"No thanks"}),Er(N,{onClick:r,children:"Accept"})]}),Er(z,{protectedByPrivy:!0})]}),K2=$2.div`
|
|
572
572
|
display: flex;
|
|
573
573
|
gap: 10px;
|
|
574
|
-
`;import
|
|
574
|
+
`;import nm from"styled-components";import Z2 from"styled-components";var ws=Z2.span`
|
|
575
575
|
&& {
|
|
576
576
|
width: 82px;
|
|
577
577
|
height: 82px;
|
|
@@ -586,7 +586,7 @@ Resources:
|
|
|
586
586
|
transition: border-color 800ms;
|
|
587
587
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
588
588
|
}
|
|
589
|
-
`;import
|
|
589
|
+
`;import J2 from"styled-components";var Q2=J2.div`
|
|
590
590
|
display: flex;
|
|
591
591
|
flex-direction: column;
|
|
592
592
|
justify-content: center;
|
|
@@ -609,7 +609,7 @@ Resources:
|
|
|
609
609
|
left: -19px;
|
|
610
610
|
top: -19px;
|
|
611
611
|
}
|
|
612
|
-
`,Et=
|
|
612
|
+
`,Et=Q2;import{jsx as om}from"react/jsx-runtime";var bs=({style:e,...t})=>om("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:om("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 cc,jsx as Tr,jsxs as Es}from"react/jsx-runtime";var im=()=>{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 Es(cc,{children:[Tr(_,{}),Es(X2,{children:[Tr(Et,{children:Es("div",{children:[Tr(ws,{}),Tr(bs,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Es(e3,{children:[typeof r=="string"?Tr("h3",{children:r}):Tr(cc,{children:r}),typeof o=="string"?Tr("p",{children:o}):Tr(cc,{children:o})]}),t?.allowlistConfig.errorCtaLink?Tr(N,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):Tr(N,{onClick:()=>{e("LANDING")},children:n})]})]})},X2=nm.div`
|
|
613
613
|
display: flex;
|
|
614
614
|
flex-direction: column;
|
|
615
615
|
align-items: center;
|
|
@@ -617,11 +617,11 @@ Resources:
|
|
|
617
617
|
gap: 24px;
|
|
618
618
|
width: 100%;
|
|
619
619
|
padding-bottom: 16px;
|
|
620
|
-
`,
|
|
620
|
+
`,e3=nm.div`
|
|
621
621
|
display: flex;
|
|
622
622
|
flex-direction: column;
|
|
623
623
|
gap: 8px;
|
|
624
|
-
`;import
|
|
624
|
+
`;import o3 from"@heroicons/react/24/outline/EnvelopeIcon";import n3 from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as um,useState as Ts}from"react";import{isMobile as i3}from"react-device-detect";import Pi from"styled-components";import _t from"styled-components";var $t=_t.div`
|
|
625
625
|
display: flex;
|
|
626
626
|
flex-direction: column;
|
|
627
627
|
align-items: flex-start;
|
|
@@ -629,36 +629,36 @@ Resources:
|
|
|
629
629
|
margin-top: auto;
|
|
630
630
|
gap: 16px;
|
|
631
631
|
flex-grow: 100;
|
|
632
|
-
`,
|
|
632
|
+
`,pt=_t.div`
|
|
633
633
|
display: flex;
|
|
634
634
|
flex-direction: column;
|
|
635
635
|
align-items: center;
|
|
636
636
|
justify-content: center;
|
|
637
637
|
flex-grow: 1;
|
|
638
638
|
width: 100%;
|
|
639
|
-
|
|
639
|
+
`,am=_t.div`
|
|
640
640
|
display: flex;
|
|
641
641
|
flex-direction: column;
|
|
642
642
|
align-items: center;
|
|
643
643
|
width: 100%;
|
|
644
|
-
`,
|
|
644
|
+
`,bn=_t(pt)`
|
|
645
645
|
padding: 20px 0;
|
|
646
|
-
`,
|
|
646
|
+
`,or=_t(pt)`
|
|
647
647
|
gap: 16px;
|
|
648
|
-
`,
|
|
648
|
+
`,dc=_t.div`
|
|
649
649
|
display: flex;
|
|
650
650
|
flex-direction: column;
|
|
651
651
|
width: 100%;
|
|
652
|
-
`,
|
|
652
|
+
`,Oe=_t.div`
|
|
653
653
|
display: flex;
|
|
654
654
|
flex-direction: column;
|
|
655
655
|
gap: 8px;
|
|
656
|
-
`,
|
|
656
|
+
`,Gx=_t.div`
|
|
657
657
|
display: flex;
|
|
658
658
|
flex-direction: column;
|
|
659
659
|
justify-content: space-between;
|
|
660
660
|
height: 100%;
|
|
661
|
-
`,
|
|
661
|
+
`,sm=_t.div`
|
|
662
662
|
display: flex;
|
|
663
663
|
flex-direction: column;
|
|
664
664
|
justify-content: flex-start;
|
|
@@ -681,13 +681,13 @@ Resources:
|
|
|
681
681
|
color: var(--privy-color-foreground-3);
|
|
682
682
|
font-size: 14px;
|
|
683
683
|
}
|
|
684
|
-
`,
|
|
684
|
+
`,Y=_t.div`
|
|
685
685
|
height: 16px;
|
|
686
|
-
`,
|
|
686
|
+
`,J=_t.div`
|
|
687
687
|
height: 12px;
|
|
688
|
-
`,
|
|
688
|
+
`,lm=_t.div`
|
|
689
689
|
position: relative;
|
|
690
|
-
`,
|
|
690
|
+
`,cm=_t.div`
|
|
691
691
|
background-color: var(--privy-color-accent);
|
|
692
692
|
display: flex;
|
|
693
693
|
justify-content: center;
|
|
@@ -695,9 +695,9 @@ Resources:
|
|
|
695
695
|
border-radius: 50%;
|
|
696
696
|
border-color: white;
|
|
697
697
|
border-width: 2px !important;
|
|
698
|
-
`;import
|
|
698
|
+
`;import pc from"styled-components";import{Fragment as r3,jsx as Ei,jsxs as pm}from"react/jsx-runtime";var Ti=({title:e,description:t,children:r,...o})=>Ei(dm,{...o,children:pm(r3,{children:[Ei("h3",{children:e}),typeof t=="string"?Ei("p",{children:t}):t,r]})}),Pr=pc(Ti)`
|
|
699
699
|
margin-bottom: 24px;
|
|
700
|
-
`,
|
|
700
|
+
`,Ee=({title:e,description:t,icon:r,children:o,...n})=>pm(t3,{...n,children:[r||null,Ei("h3",{children:e}),typeof t=="string"?Ei("p",{children:t}):t,o]}),dm=pc.div`
|
|
701
701
|
display: flex;
|
|
702
702
|
flex-direction: column;
|
|
703
703
|
justify-content: flex-start;
|
|
@@ -717,7 +717,7 @@ Resources:
|
|
|
717
717
|
color: var(--privy-color-foreground-2);
|
|
718
718
|
font-size: 14px;
|
|
719
719
|
}
|
|
720
|
-
`,
|
|
720
|
+
`,t3=pc(dm)`
|
|
721
721
|
align-items: center;
|
|
722
722
|
text-align: center;
|
|
723
723
|
gap: 16px;
|
|
@@ -725,7 +725,7 @@ Resources:
|
|
|
725
725
|
h3 {
|
|
726
726
|
margin-bottom: 24px;
|
|
727
727
|
}
|
|
728
|
-
`;import{Fragment as
|
|
728
|
+
`;import{Fragment as uc,jsx as it,jsxs as so}from"react/jsx-runtime";var mc=6,mm=new Array(mc).fill(""),a3=1400;var hm=()=>{let{app:e,navigate:t,navigateBack:r,setModalData:o,onUserCloseViaDialogOrKeybindRef:n}=x(),{closePrivyModal:a,resendEmailCode:i,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u,createAnalyticsEvent:h}=M(),{authenticated:f,logout:y,user:C}=H(),[v,S]=Ts(mm),[b,P]=Ts(!1),[W,R]=Ts(null),[F,I]=Ts(null);n.current=()=>null;let B=s()?.email?0:1,$=e?.render.inDialog?Ie:0,V=e?.render.inDialog?$-500:0;um(()=>{if(f&&b&&C){if(e?.legal.requireUsersAcceptTerms&&!C.hasAcceptedTerms){let pe=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},V);return()=>clearTimeout(pe)}if(Ht(C,e?.embeddedWallets?.createOnLogin)){let pe=setTimeout(()=>{o({createWallet:{onSuccess:()=>{},onFailure:te=>{console.error(te),h({eventName:"embedded_wallet_creation_failure_logout",payload:{error:te,screen:"AwaitingPasswordlessCodeScreen"}}),y()},callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},V);return()=>clearTimeout(pe)}else{u();let pe=setTimeout(()=>a({shouldCallAuthOnSuccess:!0,isSuccess:!0}),$);return()=>clearTimeout(pe)}}},[f,b,C]),um(()=>{if(W&&F===0){let de=setTimeout(()=>{S(mm),R(null),document.querySelector("input[name=code-0]")?.focus()},a3);return()=>clearTimeout(de)}},[W]);let q=de=>{de.preventDefault();let pe=de.currentTarget.value.replace(" ","");if(pe==="")return;if(isNaN(Number(pe))){R("Code should be numeric"),I(1);return}R(null),I(null);let te=Number(de.currentTarget.name?.charAt(5)),We=[...pe||[""]].slice(0,mc-te),re=[...v.slice(0,te),...We,...v.slice(te+We.length)];S(re);let Jt=We.length,Lt=Math.min(Math.max(te+Jt,0),mc-1);isNaN(Number(de.currentTarget.value))||document.querySelector(`input[name=code-${Lt}]`)?.focus(),re.every(Ot=>Ot&&!isNaN(+Ot))&&(document.querySelector(`input[name=code-${Lt}]`)?.blur(),c(re.join("")).then(()=>P(!0)).catch(ye=>{if(ye?.status===422)R("Invalid or expired verification code");else if(ye instanceof Qt&&ye.privyErrorCode==="cannot_link_more_of_type")R(ye.message);else if(ye instanceof Qt&&ye.privyErrorCode==="max_accounts_reached"){console.error(new hr(ye).toString()),t("USER_LIMIT_REACHED_SCREEN");return}else R("Issue verifying code");I(0)}))},A=de=>{F===1&&(R(null),I(null));let pe=[...v.slice(0,de),"",...v.slice(de+1)];S(pe),de>0&&document.querySelector(`input[name=code-${de-1}]`)?.focus()},le=B==0?it(o3,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):it(n3,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),U=B==0?so("p",{children:["Please check ",it(fm,{children:s()?.email})," for an email from privy.io and enter your code below."]}):so("p",{children:["Please check ",it(fm,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return so(uc,{children:[it(_,{backFn:()=>r()},"header"),so(s3,{children:[it(Ee,{title:"Enter confirmation code",description:U,icon:le}),so(am,{children:[so(l3,{children:[it(c3,{fail:!!W,success:b,children:it("span",{children:W||(b?"Success!":"")})}),it("div",{children:v.map((de,pe)=>it("input",{name:`code-${pe}`,type:"text",value:v[pe],onChange:q,onKeyUp:te=>{te.key==="Backspace"&&A(pe)},inputMode:"numeric",autoFocus:pe===0,pattern:"[0-9]",className:`${b?"success":""} ${W?"fail":""}`,autoComplete:i3?"one-time-code":"off"},pe))})]}),it(d3,{children:B==0?so(uc,{children:[it("span",{children:"Didn't get an email?"}),it("button",{onClick:i,children:"Resend code"})]}):so(uc,{children:[it("span",{children:"Didn't get a message?"}),it("button",{onClick:l,children:"Resend code"})]})})]})]}),it(z,{protectedByPrivy:!0})]})},s3=Pi.div`
|
|
729
729
|
display: flex;
|
|
730
730
|
flex-direction: column;
|
|
731
731
|
align-items: flex-start;
|
|
@@ -733,7 +733,7 @@ Resources:
|
|
|
733
733
|
margin: auto;
|
|
734
734
|
gap: 16px;
|
|
735
735
|
flex-grow: 1;
|
|
736
|
-
`,
|
|
736
|
+
`,l3=Pi.div`
|
|
737
737
|
display: flex;
|
|
738
738
|
flex-direction: column;
|
|
739
739
|
width: 100%;
|
|
@@ -789,7 +789,7 @@ Resources:
|
|
|
789
789
|
transform: translate(1px, 0px);
|
|
790
790
|
}
|
|
791
791
|
}
|
|
792
|
-
`,
|
|
792
|
+
`,c3=Pi.div`
|
|
793
793
|
line-height: 20px;
|
|
794
794
|
height: 20px;
|
|
795
795
|
font-size: 13px;
|
|
@@ -797,7 +797,7 @@ Resources:
|
|
|
797
797
|
display: flex;
|
|
798
798
|
justify-content: flex-end;
|
|
799
799
|
width: 100%;
|
|
800
|
-
`,
|
|
800
|
+
`,d3=Pi.div`
|
|
801
801
|
font-size: 13px;
|
|
802
802
|
color: var(--privy-color-foreground-3);
|
|
803
803
|
display: flex;
|
|
@@ -811,10 +811,10 @@ Resources:
|
|
|
811
811
|
> button {
|
|
812
812
|
text-decoration: underline;
|
|
813
813
|
}
|
|
814
|
-
`,
|
|
814
|
+
`,fm=Pi.span`
|
|
815
815
|
font-weight: 500;
|
|
816
816
|
word-break: break-all;
|
|
817
|
-
`;import
|
|
817
|
+
`;import h3 from"@heroicons/react/24/solid/CheckCircleIcon";import y3 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as fc,useRef as g3,useState as Tn}from"react";import v3 from"styled-components";import p3 from"styled-components";import{Fragment as f3,jsx as En,jsxs as m3}from"react/jsx-runtime";var ym=({icon:e})=>{let t=e;return En(f3,{children:En(u3,{children:m3("div",{children:[En(nt,{}),typeof t=="string"?En("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?En(t,{style:{width:"38px",height:"38px"}}):En("span",{})]})})})},u3=p3.div`
|
|
818
818
|
display: flex;
|
|
819
819
|
flex-direction: column;
|
|
820
820
|
justify-content: center;
|
|
@@ -837,14 +837,14 @@ Resources:
|
|
|
837
837
|
left: -19px;
|
|
838
838
|
top: -19px;
|
|
839
839
|
}
|
|
840
|
-
`;import{Fragment as
|
|
840
|
+
`;import{Fragment as w3,jsx as nr,jsxs as hc}from"react/jsx-runtime";var vm=500,gm=vm*2,Cm=()=>{let{lastScreen:e,currentScreen:t,data:r,navigateBack:o,navigate:n,setModalData:a}=x(),{status:i,token:l,waitForResult:s,reset:c,execute:u}=ge(),h=g3([]),f=le=>{h.current=[le,...h.current]},[y,C]=Tn(!0);fc(()=>{let le=setTimeout(C,gm,!1);return f(le),()=>{h.current.forEach(U=>clearTimeout(U)),h.current=[]}},[]);let[v,S]=Tn(""),[b,P]=Tn("Checking that you are a human..."),[W,R]=Tn(nr(N,{onClick:()=>{},disabled:!0,children:"Continue"})),[F,I]=Tn(!1),[B,$]=Tn(3),V=r?.captchaModalData,q=async le=>{try{await V?.callback(le),V?.onSuccessNavigateTo&&n(V?.onSuccessNavigateTo,!1)}catch(U){if(U instanceof er)return;{let de={error:U,previousScreen:e||"LANDING"};a({errorModalData:de}),n(V?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};fc(()=>{if(i==="success"){let le=setTimeout(async()=>{let U=await s();!U||V?.userIntentRequired||q(U)},gm);f(le)}else if(i==="ready"){let le=setTimeout(()=>{i==="ready"&&u()},vm);f(le)}},[i]),fc(()=>{if(!y)switch(i){case"success":S("Success!"),P("CAPTCHA passed successfully."),R(nr(N,{onClick:()=>{I(!0),q(l)},disabled:!V?.userIntentRequired,loading:F,children:V?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":S(""),P("Checking that you are a human..."),R(nr(N,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":S("Something went wrong"),B<=0?(P("If you use an adblocker or VPN, try disabling and re-attempting."),R(null)):(P("You did not pass CAPTCHA. Please try again."),R(nr(N,{onClick:A,children:"Retry"})));break;case"ready":default:break}},[i,y,F]);let A=async()=>{if(B<=0)return;$(U=>U-1),c(),u();let le=await s();!le||V?.userIntentRequired||q(le)};return hc(w3,{children:[nr(_,{backFn:!e||t===e?void 0:o}),hc(C3,{children:[i==="success"?nr(h3,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):i==="error"?nr(y3,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):nr(ym,{}),hc(Oe,{children:[v?nr("h3",{children:v}):null,nr("p",{children:b})]}),W]}),nr(K,{})]})},C3=v3.div`
|
|
841
841
|
display: flex;
|
|
842
842
|
flex-direction: column;
|
|
843
843
|
align-items: center;
|
|
844
844
|
justify-content: center;
|
|
845
845
|
gap: 24px;
|
|
846
846
|
width: 100%;
|
|
847
|
-
`;import X2 from"@heroicons/react/24/outline/WalletIcon";import{isMobile as e3}from"react-device-detect";import t3 from"styled-components";import{jsx as or,jsxs as am}from"react/jsx-runtime";var sm=({...e})=>am("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[or("defs",{children:am("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:[or("stop",{offset:"0",stopColor:"#f1562b"}),or("stop",{offset:"0.3",stopColor:"#f1542b"}),or("stop",{offset:"0.41",stopColor:"#f04d2a"}),or("stop",{offset:"0.49",stopColor:"#ef4229"}),or("stop",{offset:"0.5",stopColor:"#ef4029"}),or("stop",{offset:"0.56",stopColor:"#e83e28"}),or("stop",{offset:"0.67",stopColor:"#e13c26"}),or("stop",{offset:"1",stopColor:"#df3c26"})]})}),or("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"}),or("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 nr,jsxs as wi}from"react/jsx-runtime";var lm=({style:e,...t})=>wi("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:[nr("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"}),nr("mask",{id:"mask0_16909_31415",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"400",height:"400",children:nr("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"})}),wi("g",{mask:"url(#mask0_16909_31415)",children:[nr("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"}),nr("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"}),nr("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"}}),nr("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"}})]}),wi("defs",{children:[wi("linearGradient",{id:"paint0_linear_16909_31415",x1:"325.255",y1:"325.727",x2:"325.255",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[nr("stop",{"stop-color":"#002D72"}),nr("stop",{offset:"1","stop-color":"#002D72","stop-opacity":"0.01"})]}),wi("linearGradient",{id:"paint1_linear_16909_31415",x1:"184.827",y1:"325.727",x2:"184.827",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[nr("stop",{"stop-color":"#002D72","stop-opacity":"0.01"}),nr("stop",{offset:"1","stop-color":"#002D72"})]})]})]});import{jsx as X,jsxs as _t}from"react/jsx-runtime";var cm=({style:e,...t})=>_t("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:[X("g",{clipPath:"url(#clip0_5_32)",children:_t("g",{clipPath:"url(#clip1_5_32)",children:[X("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:X("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"})}),X("g",{mask:"url(#mask0_5_32)",children:X("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),X("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)"}),X("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),X("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),X("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),X("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),X("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),X("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)"}),X("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),X("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),_t("defs",{children:[_t("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"#174299"}),X("stop",{offset:"1",stopColor:"#001E59"})]}),_t("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[X("stop",{offset:"0.770277",stopColor:"#FF4000"}),X("stop",{offset:"1",stopColor:"#8754C9"})]}),_t("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"#FF4000"}),X("stop",{offset:"1",stopColor:"#8754C9"})]}),_t("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"#8754C9"}),X("stop",{offset:"1",stopColor:"#FF4000"})]}),_t("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[X("stop",{offset:"0.723929",stopColor:"#FFF700"}),X("stop",{offset:"1",stopColor:"#FF9901"})]}),_t("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"#FFF700"}),X("stop",{offset:"1",stopColor:"#FF9901"})]}),_t("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[X("stop",{stopColor:"#FFF700"}),X("stop",{offset:"1",stopColor:"#FF9901"})]}),_t("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[X("stop",{offset:"0.59513",stopColor:"#00AAFF"}),X("stop",{offset:"1",stopColor:"#01DA40"})]}),_t("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[X("stop",{stopColor:"#00AAFF"}),X("stop",{offset:"1",stopColor:"#01DA40"})]}),_t("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:[X("stop",{stopColor:"#00AAFF"}),X("stop",{offset:"1",stopColor:"#01DA40"})]}),X("clipPath",{id:"clip0_5_32",children:X("rect",{width:"120",height:"120",fill:"white"})}),X("clipPath",{id:"clip1_5_32",children:X("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Tr,jsxs as dm}from"react/jsx-runtime";var pm=({style:e,...t})=>dm("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:[Tr("rect",{width:"96",height:"96",rx:"18",fill:"#FEF4FF"}),dm("g",{filter:"url(#filter0_d_12393_20043)",children:[Tr("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"}),Tr("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"}),Tr("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"}),Tr("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"}),Tr("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"}),Tr("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"}),Tr("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"}),Tr("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"}),Tr("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 bi,jsxs as um}from"react/jsx-runtime";var mm=({style:e,...t})=>um("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:[um("g",{clipPath:"url(#clip0_1704_1423)",children:[bi("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"}),bi("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"})]}),bi("defs",{children:bi("clipPath",{id:"clip0_1704_1423",children:bi("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as bn,jsxs as a3}from"react/jsx-runtime";var Pr={coinbase_wallet:{logo:Ia,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:ln,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:gr,displayName:"Phantom"},rainbow:{logo:cm,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:mi,displayName:"WalletConnect"},zerion:{logo:mm,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:sm,displayName:"Brave Wallet",rdns:"com.brave.wallet"},cryptocom:{logo:lm,displayName:"Crypto.com DeFi Wallet"},uniswap:{logo:pm,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="}},Oo=({provider:e,displayName:t,logo:r,connectOnly:o,connector:n})=>{let{navigate:a}=_(),{connectWallet:i}=M(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{Xr()?(i(n,l),a(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):a(e3?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{i(n,l),a(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},a3(i3,{onClick:s,children:[bn(n3,{icon:o3(e,n.connectorType)??r,name:n.walletClientType}),bn("span",{children:r3(e,n.connectorType)||t||n.walletClientType}),bn("span",{id:"connect-text",children:"Connect"})]})},r3=(e,t)=>{if(Pr[e]?.displayName)return Pr[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},o3=(e,t)=>{if(Pr[e]?.logo)return Pr[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return mi},n3=({icon:e,name:t})=>typeof e=="string"?bn("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?bn(X2,{}):e?bn(e,{}):null,i3=t3(Te)`
|
|
847
|
+
`;import b3 from"@heroicons/react/24/outline/WalletIcon";import{isMobile as E3}from"react-device-detect";import T3 from"styled-components";import{jsx as ir,jsxs as wm}from"react/jsx-runtime";var bm=({...e})=>wm("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[ir("defs",{children:wm("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:[ir("stop",{offset:"0",stopColor:"#f1562b"}),ir("stop",{offset:"0.3",stopColor:"#f1542b"}),ir("stop",{offset:"0.41",stopColor:"#f04d2a"}),ir("stop",{offset:"0.49",stopColor:"#ef4229"}),ir("stop",{offset:"0.5",stopColor:"#ef4029"}),ir("stop",{offset:"0.56",stopColor:"#e83e28"}),ir("stop",{offset:"0.67",stopColor:"#e13c26"}),ir("stop",{offset:"1",stopColor:"#df3c26"})]})}),ir("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"}),ir("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 ar,jsxs as Si}from"react/jsx-runtime";var Em=({style:e,...t})=>Si("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:[ar("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"}),ar("mask",{id:"mask0_16909_31415",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"400",height:"400",children:ar("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"})}),Si("g",{mask:"url(#mask0_16909_31415)",children:[ar("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"}),ar("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"}),ar("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"}}),ar("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"}})]}),Si("defs",{children:[Si("linearGradient",{id:"paint0_linear_16909_31415",x1:"325.255",y1:"325.727",x2:"325.255",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[ar("stop",{"stop-color":"#002D72"}),ar("stop",{offset:"1","stop-color":"#002D72","stop-opacity":"0.01"})]}),Si("linearGradient",{id:"paint1_linear_16909_31415",x1:"184.827",y1:"325.727",x2:"184.827",y2:"73.6291",gradientUnits:"userSpaceOnUse",children:[ar("stop",{"stop-color":"#002D72","stop-opacity":"0.01"}),ar("stop",{offset:"1","stop-color":"#002D72"})]})]})]});import{jsx as Q,jsxs as kt}from"react/jsx-runtime";var Tm=({style:e,...t})=>kt("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:[Q("g",{clipPath:"url(#clip0_5_32)",children:kt("g",{clipPath:"url(#clip1_5_32)",children:[Q("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:Q("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"})}),Q("g",{mask:"url(#mask0_5_32)",children:Q("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),Q("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)"}),Q("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),Q("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),Q("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),Q("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),Q("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),Q("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)"}),Q("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),Q("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),kt("defs",{children:[kt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[Q("stop",{stopColor:"#174299"}),Q("stop",{offset:"1",stopColor:"#001E59"})]}),kt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[Q("stop",{offset:"0.770277",stopColor:"#FF4000"}),Q("stop",{offset:"1",stopColor:"#8754C9"})]}),kt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[Q("stop",{stopColor:"#FF4000"}),Q("stop",{offset:"1",stopColor:"#8754C9"})]}),kt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[Q("stop",{stopColor:"#8754C9"}),Q("stop",{offset:"1",stopColor:"#FF4000"})]}),kt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[Q("stop",{offset:"0.723929",stopColor:"#FFF700"}),Q("stop",{offset:"1",stopColor:"#FF9901"})]}),kt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[Q("stop",{stopColor:"#FFF700"}),Q("stop",{offset:"1",stopColor:"#FF9901"})]}),kt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[Q("stop",{stopColor:"#FFF700"}),Q("stop",{offset:"1",stopColor:"#FF9901"})]}),kt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[Q("stop",{offset:"0.59513",stopColor:"#00AAFF"}),Q("stop",{offset:"1",stopColor:"#01DA40"})]}),kt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[Q("stop",{stopColor:"#00AAFF"}),Q("stop",{offset:"1",stopColor:"#01DA40"})]}),kt("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:[Q("stop",{stopColor:"#00AAFF"}),Q("stop",{offset:"1",stopColor:"#01DA40"})]}),Q("clipPath",{id:"clip0_5_32",children:Q("rect",{width:"120",height:"120",fill:"white"})}),Q("clipPath",{id:"clip1_5_32",children:Q("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Sr,jsxs as Pm}from"react/jsx-runtime";var Sm=({style:e,...t})=>Pm("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:[Sr("rect",{width:"96",height:"96",rx:"18",fill:"#FEF4FF"}),Pm("g",{filter:"url(#filter0_d_12393_20043)",children:[Sr("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"}),Sr("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"}),Sr("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"}),Sr("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"}),Sr("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"}),Sr("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"}),Sr("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"}),Sr("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"}),Sr("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 xi,jsxs as xm}from"react/jsx-runtime";var _m=({style:e,...t})=>xm("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:[xm("g",{clipPath:"url(#clip0_1704_1423)",children:[xi("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"}),xi("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"})]}),xi("defs",{children:xi("clipPath",{id:"clip0_1704_1423",children:xi("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Pn,jsxs as k3}from"react/jsx-runtime";var xr={coinbase_wallet:{logo:Fa,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:dn,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Cr,displayName:"Phantom"},rainbow:{logo:Tm,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:vi,displayName:"WalletConnect"},zerion:{logo:_m,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:bm,displayName:"Brave Wallet",rdns:"com.brave.wallet"},cryptocom:{logo:Em,displayName:"Crypto.com DeFi Wallet"},uniswap:{logo:Sm,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="}},Bo=({provider:e,displayName:t,logo:r,connectOnly:o,connector:n})=>{let{navigate:a}=x(),{connectWallet:i}=M(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{eo()?(i(n,l),a(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):a(E3?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{i(n,l),a(o?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},k3(_3,{onClick:s,children:[Pn(x3,{icon:S3(e,n.connectorType)??r,name:n.walletClientType}),Pn("span",{children:P3(e,n.connectorType)||t||n.walletClientType}),Pn("span",{id:"connect-text",children:"Connect"})]})},P3=(e,t)=>{if(xr[e]?.displayName)return xr[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},S3=(e,t)=>{if(xr[e]?.logo)return xr[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return vi},x3=({icon:e,name:t})=>typeof e=="string"?Pn("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Pn(b3,{}):e?Pn(e,{}):null,_3=T3(xe)`
|
|
848
848
|
/* Show "Connect" on hover */
|
|
849
849
|
> #connect-text {
|
|
850
850
|
font-weight: 500;
|
|
@@ -866,23 +866,23 @@ Resources:
|
|
|
866
866
|
display: none;
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
|
-
`;import{Fragment as
|
|
869
|
+
`;import{Fragment as W3,jsx as Sn,jsxs as L3}from"react/jsx-runtime";var A3=["coinbase_wallet"],R3=["metamask","okx_wallet","rainbow","uniswap","zerion"],I3=["cryptocom"],M3=["phantom"],xn=({connectOnly:e})=>{let{connectors:t}=M(),{app:r}=x(),o=_i(r.appearance.walletList,t,e,r.appearance.walletList);return L3(W3,{children:[...o]})},_i=(e,t,r,o)=>{let n=[],a=[],i=[],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:h})=>h==="uniswap_wallet_extension"?!o.includes("uniswap"):u==="injected"&&!o.includes(h));for(let u of c){let{walletClientType:h,walletBranding:f}=u;(h==="unknown"?a:n).push(Sn(Bo,{connectOnly:r,provider:h,logo:f.icon,displayName:f.name,connector:u},`${s}-${h}`))}}else if(M3.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push(Sn(Bo,{connectOnly:r,provider:s,connector:c},s))}else if(R3.includes(s)){let c=t.find(u=>s==="uniswap"?u.walletClientType==="uniswap_wallet_extension":u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push(Sn(Bo,{connectOnly:r,provider:s,connector:c},s))}else if(A3.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push(Sn(Bo,{connectOnly:r,provider:s,connector:c},s))}else I3.includes(s)?l&&i.push(Sn(Bo,{connectOnly:r,provider:s,connector:l},s)):s==="wallet_connect"&&l&&i.push(Sn(Bo,{connectOnly:r,provider:s,connector:l},s));return[...a,...n,...i]};import{Fragment as O3,jsx as ki,jsxs as N3}from"react/jsx-runtime";var km=()=>{let{app:e}=x(),t=`Connect a wallet to ${e?.name}`;return N3(O3,{children:[ki(_,{},"header"),ki(Pr,{title:"Connect your wallet",description:t}),ki(qt,{children:ki(xn,{connectOnly:!0})}),ki(z,{protectedByPrivy:!0})]})};import H3 from"styled-components";import U3 from"styled-components";import D3 from"react";import{jsx as F3}from"react/jsx-runtime";var Am=()=>{let{app:e}=x(),t=e?.appearance?.logo,r=`${e?.name} logo`,o={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?F3("img",{src:t,alt:r,style:o}):t.type==="svg"||t.type==="img"?D3.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 Rm}from"react/jsx-runtime";var _n=e=>{let{app:t}=x();return t?.appearance.logo?Rm(B3,{...e,children:Rm(Am,{})}):null},B3=U3.div`
|
|
870
870
|
display: flex;
|
|
871
871
|
flex-direction: column;
|
|
872
872
|
align-items: center;
|
|
873
873
|
padding: 24px 0;
|
|
874
874
|
flex-grow: 1;
|
|
875
875
|
justify-content: center;
|
|
876
|
-
`;import{Fragment as
|
|
876
|
+
`;import{Fragment as V3,jsx as kn,jsxs as z3}from"react/jsx-runtime";var Im=()=>{let{app:e}=x();return z3(V3,{children:[kn(_,{},"header"),kn(G3,{}),kn(qt,{children:kn(xn,{connectOnly:!0})}),e&&kn(gn,{app:e,alwaysShowImplicitConsent:!0}),kn(z,{protectedByPrivy:!0})]})},G3=H3(_n)`
|
|
877
877
|
margin-bottom: 16px;
|
|
878
|
-
`;import{useEffect as
|
|
878
|
+
`;import{useEffect as Nm,useState as Dm}from"react";import{isMobile as J3}from"react-device-detect";import Q3 from"styled-components";import{useEffect as yc,useState as Ho}from"react";import{isMobile as Ps}from"react-device-detect";import{useInterval as K3}from"react-use";import Wm from"styled-components";import{useState as q3,useEffect as $3,useCallback as j3}from"react";function Mm(){let[e,t]=q3(!1),r=j3(()=>{document.hidden&&t(!0)},[]);return $3(()=>(document.addEventListener("visibilitychange",r),()=>document.removeEventListener("visibilitychange",r)),[r]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Om,jsx as Ke,jsxs as Ai}from"react/jsx-runtime";var gc=2,vc=e=>e?.privyErrorCode==="linked_to_another_user"?Fr.ERROR_USER_EXISTS:e instanceof Me&&!e.details.default?e.details:e instanceof nn?Fr.ERROR_TIMED_OUT:e instanceof an?Fr.ERROR_USER_REJECTED_CONNECTION:Fr.ERROR_WALLET_CONNECTION,Lm=()=>{let[e,t]=Ho(!1),[r,o]=Ho(!1),[n,a]=Ho(void 0),{authenticated:i,logout:l}=H(),{app:s,navigate:c,navigateBack:u,lastScreen:h,currentScreen:f,setModalData:y}=x(),{getAuthFlow:C,walletConnectionStatus:v,closePrivyModal:S,initLoginWithWallet:b,loginWithWallet:P,updateWallets:W,createAnalyticsEvent:R}=M(),{walletConnectors:F}=H(),[I,B]=Ho(0),{user:$}=H(),[V]=Ho($?.linkedAccounts.length||0),[q,A]=Ho(""),[le,U]=Ho(!1),{hasTabbedAway:de}=Mm(),{enabled:pe,token:te}=ge(),We=Ps&&v?.connector?.connectorType==="wallet_connect_v2"||Ps&&v?.connector?.connectorType==="coinbase_wallet"||Ps&&v?.connector?.connectorType==="injected"&&v?.connector?.walletClientType==="phantom",re=v?.status==="connected",Jt=v?.status==="switching_to_supported_chain";yc(()=>{let G=C();if(re&&!G&&(pe&&!te&&!i?(y({captchaModalData:{callback:fr=>b(v.connectedWallet,fr).then(()=>{U(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN",!1)):b(v.connectedWallet,te).then(()=>{U(!0)})),G&&We&&re&&!G.preparedMessage){G.buildSiweMessage();return}!G||We||!re||r||(async()=>{o(!0),a(void 0);try{v?.connector?.connectorType==="wallet_connect_v2"&&v?.connector?.walletClientType==="metamask"&&await Bl(2500),await Ot()}catch(fr){console.warn("Auto-prompted signature failed",fr)}finally{o(!1)}})()},[I,re,le]),yc(()=>{if($&&e){let G=s?.render.inDialog?Ie:0,fr=s?.render.inDialog?G-500:0;if(s?.legal.requireUsersAcceptTerms&&!$.hasAcceptedTerms){let gt=setTimeout(()=>{c("AFFIRMATIVE_CONSENT_SCREEN")},fr);return()=>clearTimeout(gt)}if(Ht($,s?.embeddedWallets?.createOnLogin)){let gt=setTimeout(()=>{y({createWallet:{onSuccess:()=>{},onFailure:Or=>{console.error(Or),R({eventName:"embedded_wallet_creation_failure_logout",payload:{error:Or,screen:"ConnectionStatusScreen"}}),l()},callAuthOnSuccessOnClose:!0}}),c("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},fr);return()=>clearTimeout(gt)}W();let oe=setTimeout(()=>S({shouldCallAuthOnSuccess:!0,isSuccess:!0}),Ie);return()=>clearTimeout(oe)}},[$,e]);let Lt=G=>{if(G?.privyErrorCode==="allowlist_rejected"){c("ALLOWLIST_REJECTION_SCREEN");return}else if(G?.privyErrorCode==="max_accounts_reached"){console.error(new hr(G).toString()),c("USER_LIMIT_REACHED_SCREEN");return}a(vc(G))};async function Ot(){try{if(await P(),!s?.render.inDialog)return S({shouldCallAuthOnSuccess:!0,isSuccess:!0});t(!0)}catch(G){Lt(G)}finally{o(!1)}}yc(()=>{v?.connectError&&Lt(v?.connectError)},[v]),K3(()=>{let G=ye==="wallet_connect_v2"&&v?.connector instanceof wr?v.connector.redirectUri:void 0;G&&A(G)},v?.connector instanceof wr&&!q?500:null);let ye=v?.connector?.connectorType||"injected",pr=v?.connector?.walletClientType||"unknown",ur=xr[pr]?.displayName||v?.connector?.walletBranding.name||"Browser Extension",Zo=xr[pr]?.logo||v?.connector?.walletBranding.icon||(G=>Ke(cn,{...G})),mr=ur==="Browser Extension"?ur.toLowerCase():ur,yt;e?yt=`Successfully connected with ${mr}`:n?yt=n.message:Jt?yt="Switching networks":re?yt=r&&We?"Signing":"Sign to verify":yt=`Waiting for ${mr}`;let Ue="Don\u2019t see your wallet? Check your other browser windows.";if(e){let G=$?.linkedAccounts.length||0;V===G?Ue="Wallet was already linked.":Ue="You\u2019re good to go!"}else I>=gc&&n?Ue="Unable to connect wallet":n?Ue=n.detail:Jt?Ue="Switch your wallet to the requested network.":re&&We?Ue="Sign the message in your wallet to verify it belongs to you.":pr==="metamask"&&Ps?Ue="Click continue to open and connect MetaMask.":pr==="metamask"?Ue="For the best experience, connect only one wallet at a time.":ye==="wallet_connect"?Ue="Open your mobile wallet app to continue":ye==="coinbase_wallet"&&(wp()||(jl($)?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 L=F?.walletConnectors?.find(G=>G.walletClientType==="coinbase_wallet"),se=pr==="coinbase_wallet"&&(jl($)||n===Fr.ERROR_USER_EXISTS);return Ai(Om,{children:[Ke(_,{backFn:!h||f===h?void 0:u}),Ai(Y3,{children:[Ke(Cc,{walletLogo:Zo,success:e,fail:!!n}),Ai(Oe,{children:[Ke("h3",{children:yt}),Ke("p",{children:Ue}),!re&&q&&!de?Ai("p",{children:["Still here?"," ",Ke("a",{href:q,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),se?Ke(N,{onClick:()=>L&&L?.disconnect(),disabled:e,children:"Use a different wallet"}):n==Fr.ERROR_USER_EXISTS&&f!==h?Ke(N,{onClick:u,children:"Use a different wallet"}):re&&!e&&We?Ke(N,{onClick:()=>{o(!0),Ot()},disabled:r,children:r?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&I<gc?Ke(N,{onClick:()=>{B(I+1),a(void 0),re?(o(!0),Ot()):v?.connectRetry()},disabled:!e&&(!n?.retryable||I>=gc),children:"Retry"}):!e&&!n?Ke(N,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ke(K,{})]})},Y3=Wm.div`
|
|
879
879
|
display: flex;
|
|
880
880
|
flex-direction: column;
|
|
881
881
|
align-items: center;
|
|
882
882
|
justify-content: center;
|
|
883
883
|
gap: 24px;
|
|
884
884
|
width: 100%;
|
|
885
|
-
`,
|
|
885
|
+
`,Z3=Wm.div`
|
|
886
886
|
display: flex;
|
|
887
887
|
flex-direction: column;
|
|
888
888
|
justify-content: center;
|
|
@@ -905,14 +905,14 @@ Resources:
|
|
|
905
905
|
left: -19px;
|
|
906
906
|
top: -19px;
|
|
907
907
|
}
|
|
908
|
-
`,
|
|
908
|
+
`,Cc=e=>{let t=e.walletLogo;return Ke(Om,{children:Ke(Z3,{children:Ai("div",{children:[Ke(nt,{success:e.success,fail:e.fail}),typeof t=="string"?Ke("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ke(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as ev,jsx as Gr,jsxs as wc}from"react/jsx-runtime";var Ss=2,Fm=()=>{let{navigateBack:e,lastScreen:t,currentScreen:r}=x(),{walletConnectionStatus:o,closePrivyModal:n}=M(),[a,i]=Dm(void 0),[l,s]=Dm(0),c=o?.status==="connected",u=o?.status==="switching_to_supported_chain";Nm(()=>{if(c){let W=setTimeout(n,Ie);return()=>clearTimeout(W)}},[c]);let h=W=>{i(vc(W))};Nm(()=>{o?.connectError&&h(o?.connectError)},[o]);let f=o?.connector?.connectorType||"injected",y=o?.connector?.walletClientType||"unknown",C=xr[y]?.displayName||o?.connector?.walletBranding.name||"Browser Extension",v=xr[y]?.logo||o?.connector?.walletBranding.icon||(W=>Gr(cn,{...W})),S=C==="Browser Extension"?C.toLowerCase():C,b;c?b=`Successfully connected with ${S}`:a?b=a.message:u?b="Switching networks":b=`Waiting for ${S}`;let P="Don\u2019t see your wallet? Check your other browser windows.";return c?P="You\u2019re good to go!":l>=Ss&&a?P="Unable to connect wallet":a?P=a.detail:u?P="Switch your wallet to the requested network.":y==="metamask"&&J3?P="Click to continue to open and connect MetaMask.":y==="metamask"?P="For the best experience, connect only one wallet at a time.":f==="wallet_connect_v2"?P="Open your mobile wallet app to continue":f==="coinbase_wallet"&&(P="Open the Coinbase app on your phone to continue."),wc(ev,{children:[Gr(_,{backFn:r===t?void 0:e}),wc(X3,{children:[Gr(Cc,{walletLogo:v,success:c,fail:!!a}),wc(Oe,{children:[Gr("h3",{children:b}),Gr("p",{children:P})]}),a==Fr.ERROR_USER_EXISTS?Gr(N,{onClick:e,children:"Use a different wallet"}):!c&&a?.retryable&&l<Ss?Gr(N,{onClick:()=>{s(l+1),i(void 0),o?.connectRetry()},disabled:!c&&(!a?.retryable||l>=Ss),children:"Retry"}):!c&&a&&l>=Ss?Gr(N,{onClick:e,children:"Use a different wallet"}):null]}),Gr(K,{})]})},X3=Q3.div`
|
|
909
909
|
display: flex;
|
|
910
910
|
flex-direction: column;
|
|
911
911
|
align-items: center;
|
|
912
912
|
justify-content: center;
|
|
913
913
|
gap: 24px;
|
|
914
914
|
width: 100%;
|
|
915
|
-
`;import
|
|
915
|
+
`;import sv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as lv,useMemo as cv,useState as dv}from"react";import pv from"styled-components";import xs from"styled-components";import{jsx as bc,jsxs as iv}from"react/jsx-runtime";var An=()=>bc(tv,{children:iv(rv,{children:[bc(ov,{}),bc(nv,{})]})}),tv=xs.div`
|
|
916
916
|
display: flex;
|
|
917
917
|
justify-content: center;
|
|
918
918
|
align-items: center;
|
|
@@ -924,14 +924,14 @@ Resources:
|
|
|
924
924
|
@media all and (display-mode: standalone) {
|
|
925
925
|
margin-bottom: 30px;
|
|
926
926
|
}
|
|
927
|
-
`,
|
|
927
|
+
`,rv=xs.div`
|
|
928
928
|
position: relative;
|
|
929
929
|
height: 140px;
|
|
930
930
|
width: 140px;
|
|
931
931
|
|
|
932
932
|
opacity: 1;
|
|
933
933
|
animation: fadein 200ms ease;
|
|
934
|
-
`,
|
|
934
|
+
`,ov=xs.div`
|
|
935
935
|
position: absolute;
|
|
936
936
|
top: 0;
|
|
937
937
|
right: 0;
|
|
@@ -944,7 +944,7 @@ Resources:
|
|
|
944
944
|
border: 4px solid var(--privy-color-accent-light);
|
|
945
945
|
border-radius: 50%;
|
|
946
946
|
}
|
|
947
|
-
`,
|
|
947
|
+
`,nv=xs.div`
|
|
948
948
|
position: absolute;
|
|
949
949
|
top: 0;
|
|
950
950
|
right: 0;
|
|
@@ -968,20 +968,20 @@ Resources:
|
|
|
968
968
|
transform: rotate(360deg);
|
|
969
969
|
}
|
|
970
970
|
}
|
|
971
|
-
`;var
|
|
971
|
+
`;var Um=["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 Te=class extends Error{constructor(r,o){super(o);this.type=r}};function Rn(e){let t=e.type;return typeof t=="string"&&Um.includes(t)}function av(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function Go(e){return Rn(e)&&e.type==="wallet_not_on_device"}function Bm(e){return Rn(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function In(e){return!!(Rn(e)&&e.type==="mfa_timeout")}function Mn(e){return!!(Rn(e)&&e.type==="missing_or_invalid_mfa")}function Ec(e){return!!(Rn(e)&&e.type==="mfa_verification_max_attempts_reached")}function Tc(e){return!!(Rn(e)&&e.message.includes("code 429"))}function Pc(e){return!!(av(e)&&e.message==="MFA canceled")}function Hm(e,t,r=!1){return t.length>0&&!r?"EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN":e==="create"?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"}function _s(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 Gm({api:e,provider:t}){let r=pi(),o=Sa(),n=await xa(r);try{return{url:(await e.post(sp,{redirect_to:window.location.href,code_challenge:n,state_code:o,provider:t})).url,codeVerifier:r,stateCode:o}}catch(a){throw ae(a)}}async function Vm({api:e,provider:t,stateCode:r,codeVerifier:o,authorizationCode:n}){if(!n||!r)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenicate.");if(n==="undefined")throw new w("User denied confirmation during OAuth flow");try{return(await e.post(lp,{authorization_code:n,state_code:r,code_verifier:o,provider:t})).access_token}catch(a){let i=ae(a);throw i.privyErrorCode?new w(i.message||"Invalid code during OAuth flow.",void 0,i.privyErrorCode):i.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}import{Fragment as qm,jsx as Wn,jsxs as Sc}from"react/jsx-runtime";var zm=1,$m=()=>{let{authenticated:e,user:t,getAccessToken:r}=H(),{closePrivyModal:o,createAnalyticsEvent:n,walletProxy:a}=M(),{navigate:i,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=cv(()=>Date.now(),[]),[h,f]=dv(!1),{onCompleteNavigateTo:y,onFailure:C}=l?.connectWallet,v=b=>{h||(f(!0),C(typeof b=="string"?new Error(b):b))};lv(()=>{let b=we(t),P;return!e||!b?v("User must be authenticated and have a Privy wallet before it can be connected"):a?((async()=>{let R=await r();if(!R)return v("User must be authenticated and have a Privy wallet before it can be connected");try{await a.connect({accessToken:R,address:b.address});let F=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&F<zm?P=setTimeout(()=>{i(y)},(zm-F)*1e3):i(y)}catch(F){if(Go(F)&&b.recoveryMethod==="privy"){let I=await r();if(!I)return v("User must be authenticated and have a Privy wallet before it can be recovered");try{n({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:b.address}}),(await a?.recover({address:b.address,accessToken:I}))?.address||v(new Error("Unable to recover wallet")),y?i(y):o({shouldCallAuthOnSuccess:!1}),n({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:b.address}}),i(y)}catch{v("An error has occurred, please try again.")}}else if(Go(F)){s({...l,recoverWallet:{privyWallet:b,onCompleteNavigateTo:y,onFailure:C},recoveryOAuthStatus:{provider:"google-drive",action:"recover"}});let I=_s(b.recoveryMethod);i(I)}else v(F)}})(),()=>clearTimeout(P)):void 0},[e,t,a]);let S=()=>{v("User exited before wallet could be connected"),o({shouldCallAuthOnSuccess:!1})};return c.current=S,Sc(qm,{children:[Wn(_,{onClose:S}),h?Sc(qm,{children:[Sc(or,{children:[Wn(sv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Wn(Ee,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Wn(N,{onClick:()=>o({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Wn(An,{}),Wn(uv,{})]})},uv=pv.div`
|
|
972
972
|
height: 44px;
|
|
973
|
-
`;import
|
|
973
|
+
`;import mv from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as fv}from"react";import{Fragment as hv,jsx as Ln,jsxs as jm}from"react/jsx-runtime";var Km=()=>{let{user:e}=H(),{closePrivyModal:t,isNewUserThisSession:r,updateWallets:o}=M(),{app:n,data:a,onUserCloseViaDialogOrKeybindRef:i}=x(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=a.createWallet,u=()=>{let h=we(e);h?(o(),l(h)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return fv(()=>{let h=setTimeout(u,Pp);return()=>clearTimeout(h)},[]),i.current=u,jm(hv,{children:[Ln(_,{onClose:u}),Ln(Y,{}),jm(or,{children:[Ln(mv,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Ln(Ee,{title:r?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:r?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Ln(J,{}),Ln(z,{protectedByPrivy:!0})]})};import yv from"@heroicons/react/20/solid/ExclamationTriangleIcon";import gv from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Jm,useRef as vv,useState as xc}from"react";import lo from"styled-components";import{Fragment as _v,jsx as De,jsxs as sr}from"react/jsx-runtime";var Qm=()=>{let[e,t]=xc(null),{authenticated:r,user:o,getAccessToken:n}=H(),{closePrivyModal:a,createAnalyticsEvent:i,clientAnalyticsId:l}=M(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),u=we(o)?.address,{onFailure:h,onSuccess:f,origin:y,appId:C}=s.keyExport,v=b=>{a({shouldCallAuthOnSuccess:!1}),h(typeof b=="string"?new Error(b):b)},S=()=>{a({shouldCallAuthOnSuccess:!1}),f(),i({eventName:"embedded_wallet_key_export_completed",payload:{walletAddress:u}})};return Jm(()=>{let b=we(o);if(!r||!b)return v("User must be authenticated before exporting their wallet");n().then(t,v)},[r,o]),c.current=S,sr(_v,{children:[De(_,{onClose:S}),sr(bv,{children:[sr(Ee,{icon:De(gv,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[sr(Sv,{children:[De(wv,{style:{marginRight:6}}),to(u)]}),De("p",{children:"You can bring your account with you to another site using an external wallet."})]}),sr(Ev,{children:[sr(Ym,{children:[De(Zm,{children:"1"}),sr("span",{children:[De("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."]})]}),sr(Ym,{children:[De(Zm,{children:"2"}),De("span",{children:"Copy this key into your other wallet"})]})]}),De("div",{style:{width:"100%"},children:e&&De(Cv,{origin:y,appId:C,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),sr(xv,{children:[sr("div",{children:[De(yv,{viewBox:"0 0 20 18"}),De("h4",{children:"Warning"})]}),De("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),De(z,{protectedByPrivy:!0})]})};function Cv(e){let[t,r]=xc(e.dimensions.width),[o,n]=xc(void 0),a=vv(null);return Jm(()=>{if(a.current&&t===void 0){let{width:l}=a.current.getBoundingClientRect();r(l)}let i=getComputedStyle(document.documentElement);n({background2:i.getPropertyValue("--privy-color-background-2"),foreground3:i.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:i.getPropertyValue("--privy-color-foreground-accent"),accent:i.getPropertyValue("--privy-color-accent"),accentDark:i.getPropertyValue("--privy-color-accent-dark"),success:i.getPropertyValue("--privy-color-success")})},[]),De("div",{ref:a,children:t&&sr(Tv,{children:[De("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Ca(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...o})}),De(Pv,{children:"Loading..."})]})})}function wv(e){return De("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:De("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 bv=lo.div`
|
|
974
974
|
display: flex;
|
|
975
975
|
flex-direction: column;
|
|
976
976
|
text-align: left;
|
|
977
|
-
`,
|
|
977
|
+
`,Ev=lo.div`
|
|
978
978
|
display: flex;
|
|
979
979
|
flex-direction: column;
|
|
980
980
|
gap: 24px;
|
|
981
981
|
padding-bottom: 16px;
|
|
982
982
|
margin-left: 11px;
|
|
983
983
|
border-left: 1px solid var(--privy-color-foreground-4) !important;
|
|
984
|
-
`,
|
|
984
|
+
`,Ym=lo.div`
|
|
985
985
|
display: flex;
|
|
986
986
|
align-items: top;
|
|
987
987
|
gap: 8px;
|
|
@@ -990,7 +990,7 @@ Resources:
|
|
|
990
990
|
color: var(--privy-color-accent);
|
|
991
991
|
text-decoration: underline;
|
|
992
992
|
}
|
|
993
|
-
`,
|
|
993
|
+
`,Zm=lo.div`
|
|
994
994
|
display: flex;
|
|
995
995
|
align-items: center;
|
|
996
996
|
justify-content: center;
|
|
@@ -1004,11 +1004,11 @@ Resources:
|
|
|
1004
1004
|
border-radius: 100%;
|
|
1005
1005
|
background: var(--privy-color-background);
|
|
1006
1006
|
color: var(--privy-color-accent);
|
|
1007
|
-
`,
|
|
1007
|
+
`,Tv=lo.div`
|
|
1008
1008
|
overflow: visible;
|
|
1009
1009
|
position: relative;
|
|
1010
1010
|
height: 44px;
|
|
1011
|
-
`,
|
|
1011
|
+
`,Pv=lo.div`
|
|
1012
1012
|
position: absolute;
|
|
1013
1013
|
display: flex;
|
|
1014
1014
|
align-items: center;
|
|
@@ -1020,7 +1020,7 @@ Resources:
|
|
|
1020
1020
|
border-radius: var(--privy-border-radius-md);
|
|
1021
1021
|
background-color: var(--privy-color-background-2);
|
|
1022
1022
|
color: var(--privy-color-foreground-3);
|
|
1023
|
-
`,
|
|
1023
|
+
`,Sv=lo.div`
|
|
1024
1024
|
display: flex;
|
|
1025
1025
|
align-items: center;
|
|
1026
1026
|
padding-top: 1px;
|
|
@@ -1033,7 +1033,7 @@ Resources:
|
|
|
1033
1033
|
font-size: 12px;
|
|
1034
1034
|
font-weight: 500;
|
|
1035
1035
|
margin: auto;
|
|
1036
|
-
`,
|
|
1036
|
+
`,xv=lo.div`
|
|
1037
1037
|
border: 1px solid var(--privy-color-background-2) !important;
|
|
1038
1038
|
border-radius: var(--privy-border-radius-md);
|
|
1039
1039
|
padding: 16px;
|
|
@@ -1055,7 +1055,9 @@ Resources:
|
|
|
1055
1055
|
color: var(--privy-color-error);
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
1058
|
-
`;import
|
|
1058
|
+
`;import Rv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Iv,useState as Xm}from"react";import Mv from"styled-components";import{useCallback as kv,useRef as Av}from"react";function ks(){let{refreshUser:e,createAnalyticsEvent:t,initializeWalletProxy:r}=M(),o=Av(!1);return{createWallet:kv(async a=>{let i=await ue();if(!i)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(tn);if(!l)throw new Error("walletProxy does not exist.");let s=1e4,c=new Promise((y,C)=>{setTimeout(()=>{C(new Error("walletProxy.create timed out."))},s)});if(!await Promise.race([l.create({accessToken:i,recoveryPassword:a}),c]))throw new Error("walletProxy.create did not send a response.");let h=await e();if(!h)throw new Error("Failed to refresh user.");let f=we(h);if(!f)throw new Error("Updated user is missing embedded wallet.");return t({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:f.address}}),o.current=!0,f}catch(l){if(o.current)return;throw t({eventName:"embedded_wallet_creation_failed",payload:{error:l.toString()}}),console.warn(l),l}},[])}}import{Fragment as Lv,jsx as On,jsxs as ef}from"react/jsx-runtime";var tf=()=>{let{app:e,navigate:t,data:r,onUserCloseViaDialogOrKeybindRef:o}=x(),[n,a]=Xm(""),{embeddedWallets:i}=no(),{authenticated:l}=H(),{closePrivyModal:s}=M(),{onSuccess:c,onFailure:u,callAuthOnSuccessOnClose:h}=r.createWallet,f=e?.embeddedWallets.requireUserOwnedRecoveryOnCreate===!0,{createWallet:y}=ks(),[C,v]=Xm(null),S=new Ae(async()=>{try{let P=await y();if(!P)return;v(P),t("EMBEDDED_WALLET_CREATED_SCREEN")}catch(P){a(P.message)}});Iv(()=>{if(!l){t("LANDING"),u(new Error("User must be authenticated before creating a Privy wallet"));return}if(f){let P=Hm("create",i.userOwnedRecoveryOptions);return t(P)}S.execute()},[f,l]);let b=()=>{C?(c(C),s({shouldCallAuthOnSuccess:h})):(u(new dt("User wallet creation failed")),s({shouldCallAuthOnSuccess:!1}))};return o.current=()=>null,n?ef(Lv,{children:[On(_,{closeable:!1}),ef(or,{children:[On(Rv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),On(Ee,{title:"Something went wrong",description:n})]}),On(N,{onClick:b,children:"Close"}),On(Wv,{})]}):On(An,{})},Wv=Mv.div`
|
|
1059
|
+
height: 44px;
|
|
1060
|
+
`;import{useEffect as _0,useState as Ls}from"react";import{useCallback as Wc,useEffect as x0}from"react";import Uv from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as Bv,useState as Ac}from"react";import Ov from"@heroicons/react/24/outline/ArrowPathIcon";import Nv from"@heroicons/react/24/outline/EyeIcon";import Dv from"@heroicons/react/24/outline/EyeSlashIcon";import at,{css as _c}from"styled-components";var Fv=_c`
|
|
1059
1061
|
font-size: 14px;
|
|
1060
1062
|
font-style: normal;
|
|
1061
1063
|
font-weight: 400;
|
|
@@ -1063,8 +1065,8 @@ Resources:
|
|
|
1063
1065
|
letter-spacing: -0.008px;
|
|
1064
1066
|
text-align: left;
|
|
1065
1067
|
transition: color 0.1s ease-in;
|
|
1066
|
-
`,
|
|
1067
|
-
${
|
|
1068
|
+
`,As=at.span`
|
|
1069
|
+
${Fv}
|
|
1068
1070
|
transition: color 0.1s ease-in;
|
|
1069
1071
|
color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1070
1072
|
text-transform: ${({error:e})=>e?"":"capitalize"};
|
|
@@ -1072,18 +1074,18 @@ Resources:
|
|
|
1072
1074
|
&[aria-hidden='true'] {
|
|
1073
1075
|
visibility: hidden;
|
|
1074
1076
|
}
|
|
1075
|
-
`,
|
|
1077
|
+
`,co=at.div`
|
|
1076
1078
|
display: flex;
|
|
1077
1079
|
flex-direction: column;
|
|
1078
1080
|
justify-content: center;
|
|
1079
1081
|
flex-grow: 1;
|
|
1080
|
-
`,
|
|
1081
|
-
${e=>e.hideAnimations&&
|
|
1082
|
+
`,po=at(N)`
|
|
1083
|
+
${e=>e.hideAnimations&&_c`
|
|
1082
1084
|
&& {
|
|
1083
1085
|
transition: none;
|
|
1084
1086
|
}
|
|
1085
1087
|
`}
|
|
1086
|
-
`,
|
|
1088
|
+
`,rf=_c`
|
|
1087
1089
|
&& {
|
|
1088
1090
|
width: 100%;
|
|
1089
1091
|
border-width: 1px;
|
|
@@ -1098,8 +1100,8 @@ Resources:
|
|
|
1098
1100
|
font-weight: 300;
|
|
1099
1101
|
line-height: 22px; /* 137.5% */
|
|
1100
1102
|
}
|
|
1101
|
-
`,
|
|
1102
|
-
${
|
|
1103
|
+
`,Nn=at.input`
|
|
1104
|
+
${rf}
|
|
1103
1105
|
|
|
1104
1106
|
&::placeholder {
|
|
1105
1107
|
color: var(--privy-color-foreground-3);
|
|
@@ -1110,15 +1112,15 @@ Resources:
|
|
|
1110
1112
|
overflow: hidden;
|
|
1111
1113
|
text-overflow: ellipsis;
|
|
1112
1114
|
white-space: nowrap;
|
|
1113
|
-
`,
|
|
1114
|
-
${
|
|
1115
|
-
`,
|
|
1115
|
+
`,of=at.div`
|
|
1116
|
+
${rf}
|
|
1117
|
+
`,uo=at.div`
|
|
1116
1118
|
position: relative;
|
|
1117
1119
|
width: 100%;
|
|
1118
1120
|
display: flex;
|
|
1119
1121
|
align-items: center;
|
|
1120
1122
|
justify-content: ${({centered:e})=>e?"center":"space-between"};
|
|
1121
|
-
`,
|
|
1123
|
+
`,mo=at.div`
|
|
1122
1124
|
display: flex;
|
|
1123
1125
|
flex-direction: column;
|
|
1124
1126
|
align-items: center;
|
|
@@ -1140,12 +1142,12 @@ Resources:
|
|
|
1140
1142
|
font-weight: 400;
|
|
1141
1143
|
line-height: 20px;
|
|
1142
1144
|
}
|
|
1143
|
-
`,
|
|
1145
|
+
`,Ri=at.div`
|
|
1144
1146
|
display: flex;
|
|
1145
1147
|
flex-direction: column;
|
|
1146
1148
|
gap: 10px;
|
|
1147
1149
|
padding-bottom: 1rem;
|
|
1148
|
-
`,
|
|
1150
|
+
`,Ii=at.div`
|
|
1149
1151
|
display: flex;
|
|
1150
1152
|
text-align: left;
|
|
1151
1153
|
align-items: center;
|
|
@@ -1165,13 +1167,13 @@ Resources:
|
|
|
1165
1167
|
> :first-child {
|
|
1166
1168
|
min-width: 24px;
|
|
1167
1169
|
}
|
|
1168
|
-
`,
|
|
1170
|
+
`,JR=at.div`
|
|
1169
1171
|
height: var(--privy-height-modal-full);
|
|
1170
1172
|
|
|
1171
1173
|
@media (max-width: 440px) {
|
|
1172
1174
|
height: var(--privy-height-modal-compact);
|
|
1173
1175
|
}
|
|
1174
|
-
`,
|
|
1176
|
+
`,kc=at(ps)`
|
|
1175
1177
|
display: flex;
|
|
1176
1178
|
flex: 1;
|
|
1177
1179
|
gap: 4px;
|
|
@@ -1183,7 +1185,7 @@ Resources:
|
|
|
1183
1185
|
border-color: var(--privy-color-foreground-3);
|
|
1184
1186
|
border-width: 1px;
|
|
1185
1187
|
}
|
|
1186
|
-
`,
|
|
1188
|
+
`,Dn=at.div`
|
|
1187
1189
|
position: absolute;
|
|
1188
1190
|
right: 0.5rem;
|
|
1189
1191
|
|
|
@@ -1191,7 +1193,7 @@ Resources:
|
|
|
1191
1193
|
flex-direction: row;
|
|
1192
1194
|
justify-content: space-around;
|
|
1193
1195
|
align-items: center;
|
|
1194
|
-
`,
|
|
1196
|
+
`,nf=at(Ov)`
|
|
1195
1197
|
height: 1.25rem;
|
|
1196
1198
|
width: 1.25rem;
|
|
1197
1199
|
stroke: var(--privy-color-accent);
|
|
@@ -1200,7 +1202,7 @@ Resources:
|
|
|
1200
1202
|
:active {
|
|
1201
1203
|
stroke: var(--privy-color-accent-light);
|
|
1202
1204
|
}
|
|
1203
|
-
`,
|
|
1205
|
+
`,Fn=at(Dv)`
|
|
1204
1206
|
height: 1.25rem;
|
|
1205
1207
|
width: 1.25rem;
|
|
1206
1208
|
stroke: var(--privy-color-accent);
|
|
@@ -1209,7 +1211,7 @@ Resources:
|
|
|
1209
1211
|
:active {
|
|
1210
1212
|
stroke: var(--privy-color-accent-light);
|
|
1211
1213
|
}
|
|
1212
|
-
`,
|
|
1214
|
+
`,Un=at(Nv)`
|
|
1213
1215
|
height: 1.25rem;
|
|
1214
1216
|
width: 1.25rem;
|
|
1215
1217
|
stroke: var(--privy-color-accent);
|
|
@@ -1218,7 +1220,7 @@ Resources:
|
|
|
1218
1220
|
:active {
|
|
1219
1221
|
stroke: var(--privy-color-accent-light);
|
|
1220
1222
|
}
|
|
1221
|
-
`,
|
|
1223
|
+
`,af=at.progress`
|
|
1222
1224
|
height: 4px;
|
|
1223
1225
|
width: 100%;
|
|
1224
1226
|
margin: 8px 0;
|
|
@@ -1234,14 +1236,14 @@ Resources:
|
|
|
1234
1236
|
transition: all 0.1s ease-out;
|
|
1235
1237
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1236
1238
|
}
|
|
1237
|
-
`;import{Fragment as
|
|
1239
|
+
`;import{Fragment as Hv,jsx as At,jsxs as Rs}from"react/jsx-runtime";var sf=({buttonHideAnimations:e,buttonLoading:t,password:r,onSubmit:o,onBack:n})=>{let[a,i]=Ac(!0),[l,s]=Ac(!1),[c,u]=Ac(""),h=r===c;return Bv(()=>{c&&!l&&s(!0)},[c]),Rs(Hv,{children:[At(_,{title:"Confirm Password",closeable:!1,backFn:n}),At(Y,{}),Rs(co,{children:[Rs(mo,{children:[At(Uv,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),At("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),At("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Rs(uo,{children:[At(Nn,{value:c,onChange:f=>u(f.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:a?"password":"text",style:{paddingRight:"2.3rem"}}),At(Dn,{style:{right:"0.75rem"},children:a?At(Fn,{onClick:()=>i(!1)}):At(Un,{onClick:()=>i(!0)})})]}),At(As,{"aria-hidden":!l||h,error:!0,children:"Passwords do not match"})]}),At(po,{onClick:o,loading:t,disabled:!h,hideAnimations:e,children:"Continue"}),At(J,{}),At(z,{protectedByPrivy:!0})]})};import qv from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as $v}from"react";import jv from"styled-components";import Is from"styled-components";import{jsx as Mi,jsxs as zv}from"react/jsx-runtime";var lf=({className:e,checked:t,color:r="var(--privy-color-accent)",...o})=>Mi("label",{children:zv(Gv,{className:e,children:[Mi(df,{checked:t,...o}),Mi(Vv,{color:r,checked:t,children:Mi(cf,{viewBox:"0 0 24 24",children:Mi("polyline",{points:"20 6 9 17 4 12"})})})]})}),Gv=Is.div`
|
|
1238
1240
|
display: inline-block;
|
|
1239
1241
|
vertical-align: middle;
|
|
1240
|
-
`,
|
|
1242
|
+
`,cf=Is.svg`
|
|
1241
1243
|
fill: none;
|
|
1242
1244
|
stroke: white;
|
|
1243
1245
|
stroke-width: 3px;
|
|
1244
|
-
`,
|
|
1246
|
+
`,df=Is.input.attrs({type:"checkbox"})`
|
|
1245
1247
|
border: 0;
|
|
1246
1248
|
clip: rect(0 0 0 0);
|
|
1247
1249
|
clippath: inset(50%);
|
|
@@ -1252,7 +1254,7 @@ Resources:
|
|
|
1252
1254
|
position: absolute;
|
|
1253
1255
|
white-space: nowrap;
|
|
1254
1256
|
width: 1px;
|
|
1255
|
-
`,
|
|
1257
|
+
`,Vv=Is.div`
|
|
1256
1258
|
display: inline-block;
|
|
1257
1259
|
width: 18px;
|
|
1258
1260
|
height: 18px;
|
|
@@ -1267,71 +1269,28 @@ Resources:
|
|
|
1267
1269
|
border-width: 1px;
|
|
1268
1270
|
}
|
|
1269
1271
|
|
|
1270
|
-
${
|
|
1272
|
+
${df}:focus + & {
|
|
1271
1273
|
box-shadow: 0 0 0 1px ${e=>e.color};
|
|
1272
1274
|
}
|
|
1273
1275
|
|
|
1274
|
-
${
|
|
1276
|
+
${cf} {
|
|
1275
1277
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1276
1278
|
}
|
|
1277
|
-
`;import{Fragment as
|
|
1279
|
+
`;import{Fragment as pf,jsx as jt,jsxs as Wi}from"react/jsx-runtime";var uf=({buttonHideAnimations:e,buttonLoading:t,onSubmit:r,onBack:o,config:n})=>{let[a,i]=$v(!1);return Wi(pf,{children:[jt(_,{title:"Confirm Password",closeable:!1,backFn:o}),jt(Y,{}),Wi(co,{children:[Wi(mo,{children:[jt(qv,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),jt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),jt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),jt(Ri,{children:Wi(Ii,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),i(s=>!s)},children:[jt(lf,{color:"var(--privy-color-error)",checked:a}),jt(pf,{children:"I understand losing my password means losing my account."})]})})]}),Wi(Kv,{children:[n.initiatedBy==="user"&&jt(tr,{onClick:n.onCancel,disabled:t,children:"Cancel"}),jt(po,{onClick:r,loading:t,hideAnimations:e,disabled:!a,children:"Set Password"})]}),jt(J,{}),jt(z,{protectedByPrivy:!0})]})},Kv=jv.div`
|
|
1278
1280
|
display: flex;
|
|
1279
1281
|
gap: 10px;
|
|
1280
|
-
`;import
|
|
1282
|
+
`;import d0 from"@heroicons/react/24/outline/KeyIcon";import Cf from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as wf,useMemo as Rc,useEffect as p0}from"react";import bf from"styled-components";import Yv from"fast-password-entropy";import*as mf from"secure-password-utilities";import{DEFAULT_WORDLIST as Zv}from"secure-password-utilities/wordlists";var Jv=95,Qv=8,Xv=3,e0=.3,t0=/[a-z]/,r0=/[A-Z]/,o0=/[0-9]/,n0="a-zA-Z0-9",ff="!@#$%^&*()\\-_+.",hf=`${n0}${ff}`,i0=new RegExp(`[${ff}]`),a0=new RegExp(`[${hf}]`),yf=new RegExp(`^[${hf}]{6,}$`),gf=(e="")=>{let t=e.split("").filter(r=>!a0.test(r)).map(r=>r.replace(" ","SPACE"));return[...new Set(t)]},Ms=()=>mf.generatePassphrase(4,Zv);function s0(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function l0(e){if(e.length<Qv)return 0;let t=0;t0.test(e)&&(t+=1),r0.test(e)&&(t+=1),o0.test(e)&&(t+=1),i0.test(e)&&(t+=1);let r=t/Xv;return Math.max(0,Math.min(1,r))}function c0(e=""){let t=l0(e),r=Yv(e)/Jv;return(t*e0+r)/2}function vf(e=""){let t=c0(e);return{value:t,label:s0(t)}}import{Fragment as f0,jsx as Ye,jsxs as Vr}from"react/jsx-runtime";var Ef=({buttonHideAnimations:e,buttonLoading:t,password:r="",config:o,onSubmit:n,onClose:a,onBack:i,onPasswordChange:l,onPasswordGenerate:s})=>{let[c,u]=wf(!1),[h,f]=wf(!1);p0(()=>{r&&!h&&f(!0)},[r]);let y=Rc(()=>h?(r?.length||0)<6?"Password must be at least 6 characters":yf.test(r||"")?null:`Invalid characters used ( ${gf(r).join(" ")} )`:null,[r,h]),C=Rc(()=>y?{value:0,label:"Weak"}:vf(r),[r,y]),v=Rc(()=>!!(!r?.length||y),[y,r]);return Vr(f0,{children:[Ye(_,{onClose:a,title:"Secure your account",closeable:o.initiatedBy==="user",backFn:i}),Ye(Y,{}),Vr(co,{children:[Vr(mo,{children:[Ye(d0,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Ye("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Ye("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),Vr(uo,{children:[Ye(Nn,{value:r,onChange:S=>l(S.target.value),placeholder:"enter or generate a strong password",type:c?"password":"text",style:{paddingRight:"3.8rem"}}),Vr(Dn,{style:{width:"3.5rem"},children:[c?Ye(Fn,{onClick:()=>u(!1)}):Ye(Un,{onClick:()=>u(!0)}),Ye(nf,{onClick:s})]})]}),Ye(af,{value:C.value===0?.01:C.value,label:C.label}),Ye(As,{error:!!y,children:y||`Password Strength: ${h?C.label:"--"}`}),Vr(m0,{children:[Ye(u0,{children:Vr(Ri,{children:[Vr(Ii,{children:[Ye(Cf,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),Vr(Ii,{children:[Ye(Cf,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Ye(po,{onClick:n,loading:t,disabled:v,hideAnimations:e,children:"Continue"})]})]}),Ye(J,{}),Ye(z,{protectedByPrivy:!0})]})},u0=bf(Ri)`
|
|
1281
1283
|
flex: 1;
|
|
1282
1284
|
padding-top: 1rem;
|
|
1283
|
-
`,
|
|
1285
|
+
`,m0=bf.div`
|
|
1284
1286
|
display: flex;
|
|
1285
1287
|
flex-direction: column;
|
|
1286
1288
|
height: 100%;
|
|
1287
|
-
`;import
|
|
1289
|
+
`;import h0 from"@heroicons/react/24/outline/ArrowDownTrayIcon";import y0 from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import g0 from"@heroicons/react/24/outline/DocumentDuplicateIcon";import v0 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as C0,useCallback as Tf}from"react";import{Fragment as Ic,jsx as Tt,jsxs as Vo}from"react/jsx-runtime";var Pf=({buttonHideAnimations:e,buttonLoading:t,appName:r,password:o,onSubmit:n,onBack:a})=>{let[i,l]=C0(!1),s=Tf(()=>{l(!0),o&&navigator.clipboard.writeText(o)},[o]),c=Tf(()=>{let u=document.createElement("a"),h=r.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),f=new Blob([w0(r,o)],{type:"text/plain"}),y=URL.createObjectURL(f);u.href=y,u.target="_blank",u.download=`${h}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[o]);return Vo(Ic,{children:[Tt(_,{backFn:a,title:"Save Password",closeable:!1}),Tt(Y,{}),Vo(co,{children:[Vo(mo,{children:[Tt(v0,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),Tt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),Tt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset if you lose your device. Make sure to secure it to keep your assets safe."})]}),Tt(uo,{centered:!0,children:Tt(of,{children:o})}),Vo("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[Tt(kc,{onClick:s,children:i?Vo(Ic,{children:[Tt(y0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):Vo(Ic,{children:[Tt(g0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),Vo(kc,{onClick:c,children:[Tt(h0,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),Tt(po,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),Tt(J,{}),Tt(z,{protectedByPrivy:!0})]})},w0=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1288
1290
|
|
|
1289
1291
|
${t}
|
|
1290
1292
|
|
|
1291
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import
|
|
1292
|
-
height: 44px;
|
|
1293
|
-
`;import{useEffect as ov,useState as ks}from"react";import{jsx as nv}from"react/jsx-runtime";var pf=()=>{let[e,t]=ks(null),[r,o]=ks(!1),[n,a]=ks(null),[i,l]=ks(""),{authenticated:s,getAccessToken:c,user:u}=G(),{walletProxy:h,refreshUser:f,closePrivyModal:g,createAnalyticsEvent:b}=M(),{app:v,navigate:x,data:E,onUserCloseViaDialogOrKeybindRef:P}=_(),{onSuccess:W,onFailure:I}=E.createWallet,D=Se(u),R=e?.recoveryMethod==="user-passcode";ov(()=>{s||(x("LANDING"),I(new ta("User must be authenticated before setting a password on a Privy wallet")))},[s]);let B=()=>{if(n){I(n),g({shouldCallAuthOnSuccess:!1});return}if(!R){I(new St("Exited before password was added to wallet")),g({shouldCallAuthOnSuccess:!1});return}W(e),g({shouldCallAuthOnSuccess:!1})};P.current=B;let $=async()=>{let z=await c();if(z&&D?.address&&i&&h)try{if(b({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:D.address}}),!(await h.setRecoveryPassword({accessToken:z,address:D.address,recoveryPassword:i})).address){a(new St("Error setting password on privy wallet")),b({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:D.address,reason:"error setting password"}});return}let oe=await f(),F=Se(oe);if(!F){a(new St("Error setting password on privy wallet")),b({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:D.address,reason:"wallet disconnected"}});return}t(F),b({eventName:"embedded_wallet_set_password_completed",payload:{walletAddress:D.address}})}catch(A){console.warn(A),a(A instanceof Error?A:new Error("Error setting password on privy wallet")),b({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:D.address,reason:A}})}},V=async()=>{R?(W(e),g({shouldCallAuthOnSuccess:!1})):(o(!0),a(null),await $(),o(!1))};return nv(xs,{appName:v?.name||"privy",config:{initiatedBy:"user",onCancel:B},error:n?"An error has occurred, please try again.":void 0,buttonLoading:r,buttonHideAnimations:!1,password:i,onPasswordGenerate:()=>l(Ss()),onPasswordChange:l,onSubmit:V,onClose:B})};import iv from"@heroicons/react/24/outline/UserCircleIcon";import av from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as sv,jsx as zr,jsxs as _s}from"react/jsx-runtime";var uf=()=>{let{user:e}=G(),{closePrivyModal:t,createAnalyticsEvent:r}=M(),{data:o,setModalData:n,navigate:a,onUserCloseViaDialogOrKeybindRef:i}=_(),{onSuccess:l,onFailure:s}=o.setWalletPassword,c=()=>{s(new St("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return i.current=c,_s(sv,{children:[zr(S,{onClose:c}),zr(Z,{}),_s(tr,{children:[_s(Ku,{children:[zr(iv,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),zr(Yu,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:zr(av,{width:"12px",height:"12px",fill:"white"})})]}),_s(Pe,{title:"Secure Your Account",children:["Please set a password to secure your account.",zr("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),zr(N,{onClick:()=>{let h=Se(e);r({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:h?.address}}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),a("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),zr(te,{}),zr(q,{protectedByPrivy:!0})]})};import lv from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as cv,useState as As}from"react";import Rs,{css as dv}from"styled-components";import{Fragment as hv,jsx as dt,jsxs as Bo}from"react/jsx-runtime";var mf=()=>{let[e,t]=As(!0),{authenticated:r,getAccessToken:o}=G(),{walletProxy:n,closePrivyModal:a,createAnalyticsEvent:i}=M(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=_(),[u,h]=As(void 0),[f,g]=As(""),[b,v]=As(!1),{privyWallet:x,onCompleteNavigateTo:E,onSuccess:P,onFailure:W}=s.recoverWallet,I=(B="User exited before their wallet could be recovered")=>{a({shouldCallAuthOnSuccess:!1}),W(typeof B=="string"?new St(B):B)};c.current=I,cv(()=>{if(!r||!x)return I("User must be authenticated and have a Privy wallet before it can be recovered")},[r]);let D=B=>{B&&h(B)};return Bo(hv,{children:[dt(S,{onClose:I}),dt(Z,{}),Bo(uv,{children:[Bo(pv,{children:[dt(lv,{height:48,width:48,stroke:"var(--privy-color-accent)"}),dt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),dt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),Bo("div",{children:[Bo(co,{children:[dt(Mn,{type:e?"password":"text",onChange:B=>D(B.target.value),disabled:b,style:{paddingRight:"2.3rem"}}),dt(Wn,{style:{right:"0.75rem"},children:e?dt(Ln,{onClick:()=>t(!1)}):dt(On,{onClick:()=>t(!0)})})]}),!!f&&dt(mv,{children:f})]}),Bo("div",{children:[Bo(ju,{children:[dt("h4",{children:"Why is this necessary?"}),dt("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),dt(fv,{loading:b||!n,disabled:!u,onClick:async()=>{v(!0);let B=await o();if(B&&x&&u!==null)try{i({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:x.address}}),await n?.recover({address:x.address,accessToken:B,recoveryPin:u}),g(""),E?l(E):a({shouldCallAuthOnSuccess:!1}),P?.(x),i({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:x.address}})}catch($){xm($)?g("Invalid recovery password, please try again."):g("An error has occurred, please try again.")}finally{v(!1)}else return I("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!x&&b,children:"Recover your account"})]})]}),dt(te,{}),dt(q,{protectedByPrivy:!0})]})},pv=Rs.div`
|
|
1294
|
-
display: flex;
|
|
1295
|
-
flex-direction: column;
|
|
1296
|
-
align-items: center;
|
|
1297
|
-
justify-content: center;
|
|
1298
|
-
margin: 20px 0;
|
|
1299
|
-
gap: 4px;
|
|
1300
|
-
|
|
1301
|
-
& h3 {
|
|
1302
|
-
font-size: 18px;
|
|
1303
|
-
font-style: normal;
|
|
1304
|
-
font-weight: 600;
|
|
1305
|
-
line-height: 24px;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
& p {
|
|
1309
|
-
max-width: 300px;
|
|
1310
|
-
font-size: 14px;
|
|
1311
|
-
font-style: normal;
|
|
1312
|
-
font-weight: 400;
|
|
1313
|
-
line-height: 20px;
|
|
1314
|
-
}
|
|
1315
|
-
`,uv=Rs.div`
|
|
1316
|
-
display: flex;
|
|
1317
|
-
flex-direction: column;
|
|
1318
|
-
justify-content: space-between;
|
|
1319
|
-
`,mv=Rs.div`
|
|
1320
|
-
line-height: 20px;
|
|
1321
|
-
height: 20px;
|
|
1322
|
-
font-size: 13px;
|
|
1323
|
-
color: var(--privy-color-error);
|
|
1324
|
-
text-align: left;
|
|
1325
|
-
margin-top: 0.5rem;
|
|
1326
|
-
`,fv=Rs(N)`
|
|
1327
|
-
${e=>e.hideAnimations&&dv`
|
|
1328
|
-
&& {
|
|
1329
|
-
// Remove animations because the recoverWallet task on the iframe partially
|
|
1330
|
-
// blocks the renderer, so the animation stutters and doesn't look good
|
|
1331
|
-
transition: none;
|
|
1332
|
-
}
|
|
1333
|
-
`}
|
|
1334
|
-
`;import yv from"@heroicons/react/24/outline/ExclamationTriangleIcon";import gv from"@heroicons/react/24/outline/PhoneIcon";import ff from"styled-components";import{Fragment as bv,jsx as ar,jsxs as Is}from"react/jsx-runtime";var vv=e=>{let t=ar(yv,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof T)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 be&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:ar(gv,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Ie)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:ar(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:ar("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:ar("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 Yt&&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}}},hf=()=>{let{navigate:e,navigateBack:t,data:r,lastScreen:o,currentScreen:n}=_(),{reset:a}=ye(),i=r?.errorModalData,l=vv(i?.error||new Error),s=c=>{if(c instanceof Ie)switch(c.privyErrorCode){case"invalid_captcha":return()=>a()}return()=>{}};return Is(bv,{children:[ar(S,{backFn:!o||n===o?void 0:t}),Is(Cv,{children:[ar(Et,{children:Is("div",{children:[ar(hs,{color:"var(--privy-color-error)"}),l.icon]})}),Is(wv,{children:[ar("h3",{children:l.title}),ar("p",{children:l.detail})]}),ar(N,{color:"var(--privy-color-error)",onClick:()=>{s(i?.error||new Error)(),e(o||"LANDING",!1)},children:l.ctaText})]})]})},Cv=ff.div`
|
|
1293
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import b0 from"@heroicons/react/24/solid/CheckCircleIcon";import E0 from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as T0,jsx as zr,jsxs as Mc}from"react/jsx-runtime";var Sf=({error:e,onClose:t})=>Mc(T0,{children:[zr(_,{closeable:!1}),zr(Y,{}),e?Mc(or,{children:[zr(E0,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),zr(Ee,{title:"Something went wrong",description:e})]}):Mc(or,{children:[zr(b0,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}),zr(Ee,{title:"Success"})]}),zr(N,{onClick:t,children:"Close"}),zr(J,{}),zr(z,{protectedByPrivy:!0})]});import{useReducer as P0}from"react";var S0=(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]=P0(S0,"creating");return{send:t,state:e}};import{jsx as Li}from"react/jsx-runtime";var Ws=({onSubmit:e,...t})=>{let{lastScreen:r,navigate:o}=x(),{send:n,state:a}=xf(),i=Wc(async()=>{a==="finalizing"&&await e(),n("next")},[a,n,e]);x0(()=>{let c;return a==="done"&&t.config.initiatedBy==="automatic"&&(c=setTimeout(()=>t.onClose?.(),Ie)),()=>{c&&clearTimeout(c)}},[a,t.config.initiatedBy,t.onClose]);let l=Wc(()=>{n("back")},[n]),s=Wc(()=>{o("EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN")},[r,o]);return a==="creating"?Li(Ef,{...t,onSubmit:i,onBack:r==="EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"?s:void 0}):a==="saving"?Li(Pf,{...t,onSubmit:i,onBack:l}):a==="confirming"?Li(sf,{...t,onSubmit:i,onBack:l}):a==="finalizing"?Li(uf,{...t,onSubmit:i,onBack:l}):a==="done"?Li(Sf,{...t,onSubmit:i}):null};import{jsx as k0}from"react/jsx-runtime";var _f=()=>{let[e,t]=Ls(null),[r,o]=Ls(!1),[n,a]=Ls(null),[i,l]=Ls(""),{authenticated:s,getAccessToken:c,user:u}=H(),{walletProxy:h,refreshUser:f,closePrivyModal:y,createAnalyticsEvent:C}=M(),{app:v,navigate:S,data:b,onUserCloseViaDialogOrKeybindRef:P}=x(),{onSuccess:W,onFailure:R}=b.createWallet,F=we(u),I=e?.recoveryMethod==="user-passcode";_0(()=>{s||(S("LANDING"),R(new aa("User must be authenticated before setting a password on a Privy wallet")))},[s]);let B=()=>{if(n){R(n),y({shouldCallAuthOnSuccess:!1});return}if(!I){R(new dt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}W(e),y({shouldCallAuthOnSuccess:!1})};P.current=B;let $=async()=>{let q=await c();if(q&&F?.address&&i&&h)try{if(C({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:F.address}}),!(await h.setRecoveryPassword({accessToken:q,address:F.address,recoveryPassword:i})).address){a(new dt("Error setting password on privy wallet")),C({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:F.address,reason:"error setting password"}});return}let le=await f(),U=we(le);if(!U){a(new dt("Error setting password on privy wallet")),C({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:F.address,reason:"wallet disconnected"}});return}t(U),C({eventName:"embedded_wallet_set_password_completed",payload:{walletAddress:F.address}})}catch(A){console.warn(A),a(A instanceof Error?A:new Error("Error setting password on privy wallet")),C({eventName:"embedded_wallet_set_password_failed",payload:{walletAddress:F.address,reason:A}})}},V=async()=>{I?(W(e),y({shouldCallAuthOnSuccess:!1})):(o(!0),a(null),await $(),o(!1))};return k0(Ws,{appName:v?.name||"privy",config:{initiatedBy:"user",onCancel:B},error:n?"An error has occurred, please try again.":void 0,buttonLoading:r,buttonHideAnimations:!1,password:i,onPasswordGenerate:()=>l(Ms()),onPasswordChange:l,onSubmit:V,onClose:B})};import A0 from"@heroicons/react/24/outline/UserCircleIcon";import R0 from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as I0,jsx as qr,jsxs as Os}from"react/jsx-runtime";var kf=()=>{let{user:e}=H(),{closePrivyModal:t,createAnalyticsEvent:r}=M(),{data:o,setModalData:n,navigate:a,onUserCloseViaDialogOrKeybindRef:i}=x(),{onSuccess:l,onFailure:s}=o.setWalletPassword,c=()=>{s(new dt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return i.current=c,Os(I0,{children:[qr(_,{onClose:c}),qr(Y,{}),Os(or,{children:[Os(lm,{children:[qr(A0,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),qr(cm,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:qr(R0,{width:"12px",height:"12px",fill:"white"})})]}),Os(Ee,{title:"Secure Your Account",children:["Please set a password to secure your account.",qr("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),qr(N,{onClick:()=>{let h=we(e);r({eventName:"embedded_wallet_set_password_started",payload:{walletAddress:h?.address}}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),a("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),qr(J,{}),qr(z,{protectedByPrivy:!0})]})};import M0 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import W0 from"@heroicons/react/24/outline/PhoneIcon";import Af from"styled-components";import{Fragment as D0,jsx as lr,jsxs as Ns}from"react/jsx-runtime";var L0=e=>{let t=lr(M0,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof w)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 Te&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:lr(W0,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof Le)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:lr(bs,{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:lr("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:lr("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 Qt&&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}}},Rf=()=>{let{navigate:e,navigateBack:t,data:r,lastScreen:o,currentScreen:n}=x(),{reset:a}=ge(),i=r?.errorModalData,l=L0(i?.error||new Error),s=c=>{if(c instanceof Le)switch(c.privyErrorCode){case"invalid_captcha":return()=>a()}return()=>{}};return Ns(D0,{children:[lr(_,{backFn:!o||n===o?void 0:t}),Ns(O0,{children:[lr(Et,{children:Ns("div",{children:[lr(ws,{color:"var(--privy-color-error)"}),l.icon]})}),Ns(N0,{children:[lr("h3",{children:l.title}),lr("p",{children:l.detail})]}),lr(N,{color:"var(--privy-color-error)",onClick:()=>{s(i?.error||new Error)(),e(o||"LANDING",!1)},children:l.ctaText})]})]})},O0=Af.div`
|
|
1335
1294
|
display: flex;
|
|
1336
1295
|
flex-direction: column;
|
|
1337
1296
|
align-items: center;
|
|
@@ -1339,11 +1298,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1339
1298
|
gap: 24px;
|
|
1340
1299
|
width: 100%;
|
|
1341
1300
|
padding-bottom: 16px;
|
|
1342
|
-
`,
|
|
1301
|
+
`,N0=Af.div`
|
|
1343
1302
|
display: flex;
|
|
1344
1303
|
flex-direction: column;
|
|
1345
1304
|
gap: 8px;
|
|
1346
|
-
`;import{useEffect as
|
|
1305
|
+
`;import{useEffect as Ff,useRef as oC,useState as Nc}from"react";import{isIOS as nC,isMobile as Uf}from"react-device-detect";import Gf from"styled-components";import{useState as F0}from"react";import U0 from"styled-components";import{jsx as If}from"react/jsx-runtime";var Ds=({style:e,color:t,...r})=>If("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:If("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as Lc}from"react/jsx-runtime";var Mf=({color:e,...t})=>Lc("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:Lc("g",{children:Lc("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 Wf,jsxs as H0}from"react/jsx-runtime";var fo=e=>{let[t,r]=F0(!1);return H0(B0,{color:e.color,onClick:()=>{r(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>r(!1),1500)},justCopied:t,children:[t?Wf(Ds,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):Wf(Mf,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},B0=U0.button`
|
|
1347
1306
|
display: flex;
|
|
1348
1307
|
align-items: center;
|
|
1349
1308
|
gap: 6px;
|
|
@@ -1381,7 +1340,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1381
1340
|
width: 14px;
|
|
1382
1341
|
height: 14px;
|
|
1383
1342
|
}
|
|
1384
|
-
`;import{useState as
|
|
1343
|
+
`;import{useState as G0}from"react";import V0 from"styled-components";import{jsx as q0}from"react/jsx-runtime";var Fs=e=>{let[t,r]=G0(!1);return q0(z0,{color:e.color,href:e.url,target:"_blank",rel:"noreferrer noopener",onClick:()=>{r(!0),setTimeout(()=>r(!1),1500)},justOpened:t,children:e.text})},z0=V0.a`
|
|
1385
1344
|
display: flex;
|
|
1386
1345
|
align-items: center;
|
|
1387
1346
|
gap: 6px;
|
|
@@ -1419,7 +1378,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1419
1378
|
width: 14px;
|
|
1420
1379
|
height: 14px;
|
|
1421
1380
|
}
|
|
1422
|
-
`;import
|
|
1381
|
+
`;import $0 from"qrcode";import j0 from"react";import K0 from"styled-components";import{jsx as Lf}from"react/jsx-runtime";var Of=()=>Lf("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:Lf("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Oi,jsx as ut,jsxs as Df}from"react/jsx-runtime";var Rt=7,Oc=(e,t,r,o,n)=>{for(let a=t;a<t+o;a++)for(let i=r;i<r+n;i++){let l=e?.[i];l&&l[a]&&(l[a]=0)}return e},Y0=e=>{let t=$0.create(e,{errorCorrectionLevel:"high"}).modules,r=Mp(Array.from(t.data),t.size);return r=Oc(r,0,0,Rt,Rt),r=Oc(r,r.length-Rt,0,Rt,Rt),r=Oc(r,0,r.length-Rt,Rt,Rt),r},Z0=({x:e,y:t,cellSize:r,bgColor:o,fgColor:n})=>ut(Oi,{children:[0,1,2].map(a=>ut("circle",{r:r*(Rt-a*2)/2,cx:e+r*Rt/2,cy:t+r*Rt/2,fill:a%2!==0?o:n},`finder-${e}-${t}-${a}`))}),J0=({cellSize:e,matrixSize:t,bgColor:r,fgColor:o})=>{let n=[[0,0],[(t-Rt)*e,0],[0,(t-Rt)*e]];return ut(Oi,{children:n.map(([a,i])=>ut(Z0,{x:a,y:i,cellSize:e,bgColor:r,fgColor:o},`finder-${a}-${i}`))})},Q0=({matrix:e,cellSize:t,color:r})=>ut(Oi,{children:e.map((o,n)=>o.map((a,i)=>a?ut("circle",{r:t/2.5,cx:n*t+t/2,cy:i*t+t/2,fill:r},`circle-${n}-${i}`):ut(j0.Fragment,{},`circle-${n}-${i}`)))}),Nf=(e,t)=>e-e%t,X0=({outputSize:e,cellSize:t,element:r,size:o,padding:n,bgColor:a})=>{if(!r)return ut(Oi,{});let i=o||40,l=n||4,s=r,c=e/2-i/2-l;return Df(Oi,{children:[ut("rect",{x:Nf(c,t),y:Nf(c,t),width:i+l*2+(c%t?t+.5:.5),height:i+l*2+(c%t?t+.5:.5),fill:a}),ut(s,{x:e/2-i/2,y:e/2-i/2,height:i,width:i})]})},eC=e=>{let t=e.outputSize,r=Y0(e.url),o=t/r.length;return Df("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[ut(Q0,{matrix:r,cellSize:o,color:e.fgColor}),ut(J0,{cellSize:o,matrixSize:r.length,fgColor:e.fgColor,bgColor:e.bgColor}),ut(X0,{outputSize:e.outputSize,cellSize:o,element:e.logo?.element,bgColor:e.bgColor})]})},tC=K0.div`
|
|
1423
1382
|
display: flex;
|
|
1424
1383
|
justify-content: center;
|
|
1425
1384
|
align-items: center;
|
|
@@ -1434,7 +1393,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1434
1393
|
border-color: ${e=>e.fgColor};
|
|
1435
1394
|
border-radius: var(--privy-border-radius-md);
|
|
1436
1395
|
}
|
|
1437
|
-
`,
|
|
1396
|
+
`,Bn=e=>{let t=e.bgColor||"#FFFFFF",r=e.fgColor||"#000000",o=e.size||160;return ut(tC,{size:o,bgColor:t,fgColor:r,children:ut(eC,{url:e.url,logo:{element:e.squareLogoElement??Of},outputSize:o,bgColor:t,fgColor:r})})};import{jsx as Us,jsxs as rC}from"react/jsx-runtime";var _r=({style:e,...t})=>rC("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:[Us("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),Us("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"}),Us("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"}),Us("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 Bs,jsx as he,jsxs as kr}from"react/jsx-runtime";var Bf="#8a63d2",Vf=1e3,iC=Vf*2,aC=Vf*120,zf=()=>{let{authenticated:e,logout:t,ready:r,user:o}=H(),{lastScreen:n,navigate:a,navigateBack:i,setModalData:l,app:s}=x(),{getAuthFlow:c,loginWithFarcaster:u,closePrivyModal:h,createAnalyticsEvent:f}=M(),[y,C]=Nc(void 0),[v,S]=Nc(!1),[b,P]=Nc(!1),W=oC([]),R=s?.render.inDialog?Ie:0,F=c(),I=F?.meta.connectUri;return Ff(()=>{let B=Date.now(),$=setInterval(async()=>{let V=await F.pollForReady.execute(),q=Date.now()-B;if(V){clearInterval($),S(!0);try{await u(),P(!0)}catch(A){let le={retryable:!1,message:"Authentication failed"};if(A?.privyErrorCode==="allowlist_rejected"){a("ALLOWLIST_REJECTION_SCREEN");return}else if(A?.privyErrorCode==="max_accounts_reached"){console.error(new hr(A).toString()),a("USER_LIMIT_REACHED_SCREEN");return}else A?.privyErrorCode==="linked_to_another_user"?le.detail="This account has already been linked to another user.":A?.privyErrorCode==="invalid_credentials"?(le.retryable=!0,le.detail="Something went wrong. Try again."):A?.privyErrorCode==="too_many_requests"&&(le.detail="Too many requests. Please wait before trying again.");C(le)}}else q>aC&&(clearInterval($),C({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},iC);return()=>{clearInterval($),W.current.forEach(V=>clearTimeout(V))}},[]),Ff(()=>{if(r&&e&&b&&o){if(s?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let $=setTimeout(()=>{a("AFFIRMATIVE_CONSENT_SCREEN")},R);return()=>clearTimeout($)}b&&(Ht(o,s?.embeddedWallets.createOnLogin)?W.current.push(setTimeout(()=>{l({createWallet:{onSuccess:()=>{},onFailure:$=>{console.error($),f({eventName:"embedded_wallet_creation_failure_logout",payload:{error:$,screen:"FarcasterConnectStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),a("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},R)):W.current.push(setTimeout(()=>h({shouldCallAuthOnSuccess:!0,isSuccess:!0}),R)))}},[b,r,e,o]),Uf||v?kr(Bs,{children:[he(_,{backFn:n?i:void 0,onClose:h},"header"),he(Y,{}),nC?he(Bs,{children:kr(sC,{children:[he(Et,{children:kr("div",{children:[he(nt,{success:b,fail:!!y}),he(_r,{style:{width:"38px",height:"38px"}})]})}),kr(Oe,{children:[he(be,{children:y?y.message:"Sign in with Farcaster"}),he(fe,{children:y?y.detail:"To sign in with Farcaster, please open the Warpcast app."})]}),I&&he(N,{onClick:B=>{B.preventDefault(),window.location.href=I},children:"Open Warpcast app"})]})}):he(Bs,{children:kr(Hf,{children:[he(Et,{children:kr("div",{children:[he(nt,{success:b,fail:!!y}),he(_r,{style:{width:"38px",height:"38px"}})]})}),kr(Oe,{children:[he(be,{children:y?y.message:"Signing in with Farcaster"}),he(fe,{children:y?y.detail:"This should only take a moment"}),he(pt,{children:I&&Uf&&he(Fs,{text:"Take me to Warpcast",url:I,color:Bf})})]})]})}),he(K,{})]}):kr(Bs,{children:[he(_,{backFn:n?i:void 0,onClose:h},"header"),he(Y,{}),he(Hf,{children:kr("div",{children:[he(be,{children:"Sign in with Farcaster"}),he(fe,{children:"Scan with your phone's camera to continue."}),he(bn,{children:I?he(Bn,{url:I,size:275,squareLogoElement:_r}):he(wt,{})}),kr(pt,{children:[he(fe,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),I&&he(fo,{text:I,itemName:"link",color:Bf})]})]})}),he(K,{})]})},Hf=Gf.div`
|
|
1438
1397
|
display: flex;
|
|
1439
1398
|
flex-direction: column;
|
|
1440
1399
|
align-items: center;
|
|
@@ -1442,14 +1401,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1442
1401
|
margin-left: 27px;
|
|
1443
1402
|
margin-right: 27px;
|
|
1444
1403
|
gap: 24px;
|
|
1445
|
-
`,
|
|
1404
|
+
`,sC=Gf.div`
|
|
1446
1405
|
display: flex;
|
|
1447
1406
|
flex-direction: column;
|
|
1448
1407
|
align-items: center;
|
|
1449
1408
|
justify-content: center;
|
|
1450
1409
|
gap: 24px;
|
|
1451
1410
|
width: 100%;
|
|
1452
|
-
`;import{useEffect as
|
|
1411
|
+
`;import{useEffect as lC,useRef as cC,useState as Dc}from"react";import{isIOS as dC,isMobile as qf}from"react-device-detect";import Kf from"styled-components";import{Fragment as Hs,jsx as ve,jsxs as cr}from"react/jsx-runtime";var $f="#8a63d2",Yf=1e3,pC=Yf*2,uC=Yf*300,Zf=()=>{let{lastScreen:e,navigateBack:t,data:r,app:o}=x(),{requestFarcasterSignerStatus:n,closePrivyModal:a}=M(),[i,l]=Dc(void 0),[s,c]=Dc(!1),[u,h]=Dc(!1),f=cC([]),y=o?.render.inDialog?Ie:0,C=r?.farcasterSigner;lC(()=>{let S=Date.now(),b=setInterval(async()=>{if(!C?.public_key){clearInterval(b),l({retryable:!0,message:"Connect failed",detail:"Something went wrong. Please try again."});return}C.status==="approved"&&(clearInterval(b),c(!1),h(!0),f.current.push(setTimeout(()=>a({shouldCallAuthOnSuccess:!1,isSuccess:!0}),y)));let P=await n(C?.public_key),W=Date.now()-S;P.status==="approved"?(clearInterval(b),c(!1),h(!0),f.current.push(setTimeout(()=>a({shouldCallAuthOnSuccess:!1,isSuccess:!0}),y))):W>uC?(clearInterval(b),l({retryable:!0,message:"Connect failed",detail:"The request timed out. Try again."})):P.status==="revoked"&&(clearInterval(b),l({retryable:!0,message:"Request rejected",detail:"The request was rejected. Please try again."}))},pC);return()=>{clearInterval(b),f.current.forEach(P=>clearTimeout(P))}},[]);let v=C?.status==="pending_approval"?C.signer_approval_url:void 0;return qf||s?cr(Hs,{children:[ve(_,{backFn:e?t:void 0,onClose:a},"header"),ve(Y,{}),dC?ve(Hs,{children:cr(mC,{children:[ve(Et,{children:cr("div",{children:[ve(nt,{success:u,fail:!!i}),ve(_r,{style:{width:"38px",height:"38px"}})]})}),cr(Oe,{children:[ve(be,{children:i?i.message:"Add a signer to Farcaster"}),ve(fe,{children:i?i.detail:"This will allow "+o.name+" to add casts, likes, follows, and more on your behalf."})]}),v&&ve(N,{onClick:S=>{S.preventDefault(),window.location.href=v},children:"Open Warpcast app"})]})}):ve(Hs,{children:cr(jf,{children:[ve(Et,{children:cr("div",{children:[ve(nt,{success:u,fail:!!i}),ve(_r,{style:{width:"38px",height:"38px"}})]})}),cr(Oe,{children:[ve(be,{children:i?i.message:"Requesting signer from Farcaster"}),ve(fe,{children:i?i.detail:"This should only take a moment"}),ve(pt,{children:v&&qf&&ve(Fs,{text:"Take me to Warpcast",url:v,color:$f})})]})]})}),ve(K,{})]}):cr(Hs,{children:[ve(_,{backFn:e?t:void 0,onClose:a},"header"),ve(Y,{}),ve(jf,{children:cr("div",{children:[ve(be,{children:"Add a signer to Farcaster"}),cr(fe,{children:["This will allow ",o.name," to add casts, likes, follows, and more on your behalf."]}),ve(bn,{children:C?.status==="pending_approval"?ve(Bn,{url:C.signer_approval_url,size:275,squareLogoElement:_r}):ve(wt,{})}),cr(pt,{children:[ve(fe,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),C?.status==="pending_approval"&&ve(fo,{text:C.signer_approval_url,itemName:"link",color:$f})]})]})}),ve(K,{})]})},jf=Kf.div`
|
|
1453
1412
|
display: flex;
|
|
1454
1413
|
flex-direction: column;
|
|
1455
1414
|
align-items: center;
|
|
@@ -1457,14 +1416,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1457
1416
|
margin-left: 27px;
|
|
1458
1417
|
margin-right: 27px;
|
|
1459
1418
|
gap: 24px;
|
|
1460
|
-
`,
|
|
1419
|
+
`,mC=Kf.div`
|
|
1461
1420
|
display: flex;
|
|
1462
1421
|
flex-direction: column;
|
|
1463
1422
|
align-items: center;
|
|
1464
1423
|
justify-content: center;
|
|
1465
1424
|
gap: 24px;
|
|
1466
1425
|
width: 100%;
|
|
1467
|
-
`;import
|
|
1426
|
+
`;import hC from"@heroicons/react/24/outline/ClockIcon";import yC from"@heroicons/react/24/outline/EyeSlashIcon";import gC from"@heroicons/react/24/outline/LinkIcon";import Ar from"styled-components";import{jsx as Fc,jsxs as fC}from"react/jsx-runtime";var Gs=({size:e=61,...t})=>Fc("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:fC("g",{id:"moonpay_symbol_wht 2",children:[Fc("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),Fc("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 Jf,jsx as mt,jsxs as zo}from"react/jsx-runtime";var Uc=({title:e,desc:t,icon:r})=>zo(TC,{children:[mt(SC,{children:r}),zo(PC,{children:[mt(bC,{children:e}),mt(EC,{children:t})]})]}),Qf=({app:e,signedUrl:t,onContinue:r})=>zo(Jf,{children:[zo(CC,{children:[mt(Gs,{size:"3.75rem"}),zo(wC,{children:[e?.name," uses ",mt("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),zo(xC,{children:[mt(Uc,{icon:mt(gC,{width:"1rem"}),title:"Purchase assets to fund your account",desc:zo(Jf,{children:["Connect a payment method (",mt("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),mt(Uc,{icon:mt(hC,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),mt(Uc,{icon:mt(yC,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),mt(_C,{className:"mobile-only"})]}),mt(vC,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),mt(us,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:r,children:"Continue to Moonpay"})]}),vC=Ar.span`
|
|
1468
1427
|
display: inline-block;
|
|
1469
1428
|
color: var(--privy-color-foreground-3);
|
|
1470
1429
|
text-align: center;
|
|
@@ -1473,13 +1432,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1473
1432
|
font-weight: 400;
|
|
1474
1433
|
line-height: 140%; /* 0.875rem */
|
|
1475
1434
|
margin-bottom: 0.25rem;
|
|
1476
|
-
`,
|
|
1435
|
+
`,CC=Ar.div`
|
|
1477
1436
|
display: flex;
|
|
1478
1437
|
flex-direction: column;
|
|
1479
1438
|
align-items: center;
|
|
1480
1439
|
justify-content: center;
|
|
1481
1440
|
padding: 1.5rem 0;
|
|
1482
|
-
`,
|
|
1441
|
+
`,wC=Ar.span`
|
|
1483
1442
|
color: var(--privy-color-foreground);
|
|
1484
1443
|
text-align: center;
|
|
1485
1444
|
font-size: 1.125rem;
|
|
@@ -1488,46 +1447,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1488
1447
|
margin: 1.5rem 0;
|
|
1489
1448
|
text-align: center;
|
|
1490
1449
|
max-width: 19.5rem;
|
|
1491
|
-
`,
|
|
1450
|
+
`,bC=Ar.span`
|
|
1492
1451
|
color: var(--privy-color-foreground);
|
|
1493
1452
|
font-size: 0.875rem;
|
|
1494
1453
|
font-weight: 500;
|
|
1495
1454
|
line-height: 1.225rem;
|
|
1496
1455
|
width: 100%;
|
|
1497
|
-
`,
|
|
1456
|
+
`,EC=Ar.span`
|
|
1498
1457
|
color: var(--privy-color-foreground-2);
|
|
1499
1458
|
font-size: 0.875rem;
|
|
1500
1459
|
font-weight: 400;
|
|
1501
1460
|
line-height: 1.225rem;
|
|
1502
|
-
`,
|
|
1461
|
+
`,TC=Ar.div`
|
|
1503
1462
|
display: flex;
|
|
1504
1463
|
align-items: flex-start;
|
|
1505
1464
|
gap: 0.5rem;
|
|
1506
1465
|
align-self: stretch;
|
|
1507
|
-
`,
|
|
1466
|
+
`,PC=Ar.div`
|
|
1508
1467
|
display: flex;
|
|
1509
1468
|
flex-direction: column;
|
|
1510
1469
|
gap: 0.25rem;
|
|
1511
1470
|
align-items: flex-start;
|
|
1512
1471
|
text-align: left;
|
|
1513
1472
|
flex: 1 0 0;
|
|
1514
|
-
`,
|
|
1473
|
+
`,SC=Ar.div`
|
|
1515
1474
|
padding-top: 2px;
|
|
1516
|
-
`,
|
|
1475
|
+
`,xC=Ar.div`
|
|
1517
1476
|
display: flex;
|
|
1518
1477
|
flex-direction: column;
|
|
1519
1478
|
gap: 1.25rem;
|
|
1520
1479
|
margin: 0 0.5rem;
|
|
1521
|
-
`,
|
|
1480
|
+
`,_C=Ar.div`
|
|
1522
1481
|
margin: 30px 0;
|
|
1523
|
-
`;import{ofetch as
|
|
1482
|
+
`;import{ofetch as kC}from"ofetch";import{useEffect as AC,useRef as RC,useState as IC}from"react";var Vs="moonpay",Xf="sdk_fiat_on_ramp_completed_with_status";async function eh(e,t,r,o,n=!1){let a=r.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},i=r.uiConfig||{accentColor:o.accent,theme:o.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...r,...a,...i}})}async function MC(e,t){let r=t?xp:Sp,o=t?kp:_p;return kC(`${r}/transactions/ext/${e}`,{query:{apiKey:o}})}function th(e,t=!1){let[r,o]=IC(null),{createAnalyticsEvent:n}=M(),a=RC(0);return AC(()=>{let i=setInterval(async()=>{if(e)try{let[l]=await MC(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;o(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n({eventName:Xf,payload:{status:s,provider:Vs,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(i))}catch(l){l.response?.status!==404&&(a.current+=1),a.current>=3&&(o("serviceFailure"),n({eventName:Xf,payload:{status:"serviceFailure",provider:Vs}}),clearInterval(i))}},3e3);return()=>clearInterval(i)},[e,a]),r}import{Fragment as WC,jsx as Bc,jsxs as LC}from"react/jsx-runtime";var rh=()=>{let{app:e,data:t,navigate:r}=x(),{createAnalyticsEvent:o}=M(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:LC(WC,{children:[Bc(_,{title:"Fund account"},"header"),Bc(Qf,{app:e,signedUrl:n,onContinue:()=>{o({eventName:"sdk_fiat_on_ramp_started",payload:{provider:Vs}}),r("FIAT_ON_RAMP_STATUS_SCREEN")}}),Bc(z,{protectedByPrivy:!0})]})};import OC from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import NC from"@heroicons/react/24/solid/CheckCircleIcon";import DC from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as FC}from"react";import oh from"styled-components";import{Fragment as Hc,jsx as ft,jsxs as qo}from"react/jsx-runtime";var nh=()=>{let{app:e,data:t}=x(),{closePrivyModal:r}=M(),{externalTransactionId:o}=t?.fiatOnRampStatus,n=th(o||null,e.fiatOnRamp.useSandbox);return qo(Hc,{children:[ft(_,{title:"Fund account"},"header"),ft(BC,{status:n,onClickCta:r}),ft(z,{protectedByPrivy:!0})]})},UC=e=>{switch(e){case"completed":return{title:"You've funded your account!",body:"It may take a few minutes for the assets to appear.",cta:"Continue"};case"failed":return{title:"Something went wrong!",body:qo(Hc,{children:[qo("p",{children:["It looks like there was an issue with your payment. Please contact"," ",ft("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),ft("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:""}}},BC=({status:e,onClickCta:t})=>{let{title:r,body:o,cta:n}=FC(()=>UC(e),[e]);return qo(Hc,{children:[qo(qC,{children:[ft(VC,{status:e}),qo(Oe,{children:[ft("h3",{children:r}),ft(zC,{children:o})]})]}),n&&ft(N,{onClick:t,children:n})]})},HC=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)",GC=e=>{switch(e){case"serviceFailure":case"failed":return DC;case"completed":return NC;case"waitingAuthorization":return()=>ft(OC,{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}},VC=({status:e})=>{if(!e||e==="pending"){let o="var(--privy-color-foreground-4)";return qo("div",{style:{position:"relative"},children:[ft(wt,{color:o,style:{position:"absolute"}}),ft(rc,{color:o}),ft(Gs,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=GC(e),r=HC(e);return ft("div",{style:{borderColor:r,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&ft(t,{width:"4rem",height:"4rem",color:r})})},zC=oh.p`
|
|
1524
1483
|
font-size: 1rem;
|
|
1525
1484
|
color: var(--privy-color-foreground-3);
|
|
1526
1485
|
margin-bottom: 1rem;
|
|
1527
1486
|
display: flex;
|
|
1528
1487
|
flex-direction: column;
|
|
1529
1488
|
gap: 1rem;
|
|
1530
|
-
`,
|
|
1489
|
+
`,qC=oh.div`
|
|
1531
1490
|
display: flex;
|
|
1532
1491
|
flex-direction: column;
|
|
1533
1492
|
align-items: center;
|
|
@@ -1535,7 +1494,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1535
1494
|
margin-left: 1.75rem;
|
|
1536
1495
|
margin-right: 1.75rem;
|
|
1537
1496
|
padding: 2rem 0;
|
|
1538
|
-
`;import
|
|
1497
|
+
`;import $C from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import jC from"styled-components";import{Fragment as YC,jsx as ho,jsxs as ZC}from"react/jsx-runtime";var ih=()=>{let{closePrivyModal:e}=M();return ZC(YC,{children:[ho(_,{},"header"),ho(KC,{children:ho($C,{style:{width:32,height:32}})}),ho(Pr,{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"}}),ho($t,{children:ho(N,{onClick:()=>e(),children:"Close"})}),ho(J,{}),ho(z,{protectedByPrivy:!0})]})},KC=jC.div`
|
|
1539
1498
|
border-radius: 50%;
|
|
1540
1499
|
height: 68px;
|
|
1541
1500
|
width: 68px;
|
|
@@ -1545,18 +1504,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1545
1504
|
background-color: var(--privy-color-accent);
|
|
1546
1505
|
color: white;
|
|
1547
1506
|
margin: 0 auto 24px auto;
|
|
1548
|
-
`;import*as
|
|
1507
|
+
`;import*as ch from"react-device-detect";import ew from"styled-components";import Gc from"styled-components";import{jsx as ah}from"react/jsx-runtime";var sh=({style:e,...t})=>ah("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:ah("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as QC,jsxs as XC}from"react/jsx-runtime";var lh=Gc.div`
|
|
1549
1508
|
display: flex;
|
|
1550
1509
|
flex-direction: column;
|
|
1551
1510
|
justify-content: flex-start;
|
|
1552
1511
|
gap: 4px;
|
|
1553
|
-
`,
|
|
1512
|
+
`,Vc=Gc.div`
|
|
1554
1513
|
&&& {
|
|
1555
1514
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
1556
1515
|
border-left: 2px solid var(--privy-color-foreground-4);
|
|
1557
1516
|
height: 12px;
|
|
1558
1517
|
}
|
|
1559
|
-
`,
|
|
1518
|
+
`,zs=({children:e})=>XC(JC,{children:[QC(sh,{style:{width:"16px",height:"16px"}}),e]}),JC=Gc.div`
|
|
1560
1519
|
display: flex;
|
|
1561
1520
|
justify-content: flex-start;
|
|
1562
1521
|
justify-items: center;
|
|
@@ -1574,15 +1533,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1574
1533
|
margin-bottom: auto;
|
|
1575
1534
|
}
|
|
1576
1535
|
}
|
|
1577
|
-
`;import{Fragment as
|
|
1536
|
+
`;import{Fragment as ow,jsx as Ze,jsxs as Ni}from"react/jsx-runtime";var tw=()=>Ni(rw,{children:[Ze(Ti,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),Ze(pt,{children:Ze(Cr,{style:{width:"152px",height:"152px"}})}),Ni(lh,{children:[Ze(zs,{children:Ni("div",{children:[Ze("span",{children:"Install the "}),Ze("a",{href:ch.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"})]})}),Ze(Vc,{}),Ze(zs,{children:"Set up your first wallet"}),Ze(Vc,{}),Ze(zs,{children:"Store your recovery phrase in a safe place!"})]}),Ze(hn,{onClick:()=>window.location.reload(),children:"Reload the page to use your wallet"})]}),dh=()=>{let{navigateBack:e}=x();return Ni(ow,{children:[Ze(_,{backFn:e},"header"),Ze(Y,{}),Ze(tw,{}),Ze(J,{}),Ni(K,{children:[Ze("span",{children:"Still not sure? "}),Ze("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},rw=ew(pt)`
|
|
1578
1537
|
gap: 30px;
|
|
1579
1538
|
|
|
1580
1539
|
> :first-child > svg {
|
|
1581
1540
|
margin-top: 20px;
|
|
1582
1541
|
}
|
|
1583
|
-
`;import
|
|
1542
|
+
`;import Uw from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Bw,useState as Th}from"react";import{isMobile as Hw}from"react-device-detect";import Gw from"styled-components";import cw from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as dw}from"react";import nw from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as iw,useState as ph}from"react";import mh from"styled-components";import{Fragment as lw,jsx as Di,jsxs as uh}from"react/jsx-runtime";var qs=iw((e,t)=>{let[r,o]=ph(""),[n,a]=ph(!1),{authenticated:i}=H(),{initLoginWithEmail:l}=M(),{navigate:s,setModalData:c,currentScreen:u}=x(),{enabled:h,token:f}=ge(),y=va(r),C=n,v=n||!y,S=P=>{a(!0),l(r,P).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(W=>{c({errorModalData:{error:W,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{a(!1)})},b=()=>{h&&!f&&!i?(c({captchaModalData:{callback:P=>l(r,P),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):S(f)};return uh(lw,{children:[Di(aw,{children:uh(sw,{stacked:e.stacked,children:[Di(nw,{}),Di("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:P=>o(P.target.value),onKeyUp:P=>{P.key==="Enter"&&b()},value:r,autoComplete:"email"}),e.stacked?null:Di(yn,{isSubmitting:C,onClick:b,disabled:v,children:"Submit"})]})}),e.stacked?Di(N,{loadingText:null,loading:C,disabled:v,onClick:b,children:"Submit"}):null]})}),aw=mh.div`
|
|
1584
1543
|
width: 100%;
|
|
1585
|
-
`,
|
|
1544
|
+
`,sw=mh.label`
|
|
1586
1545
|
display: block;
|
|
1587
1546
|
position: relative;
|
|
1588
1547
|
width: 100%;
|
|
@@ -1643,7 +1602,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1643
1602
|
&& > input::placeholder {
|
|
1644
1603
|
color: var(--privy-color-foreground-3);
|
|
1645
1604
|
}
|
|
1646
|
-
`;import{Fragment as
|
|
1605
|
+
`;import{Fragment as pw,jsx as $s,jsxs as fh}from"react/jsx-runtime";var js=({isEditable:e,setIsEditable:t})=>{let r=dw(null);return fh(pw,{children:[$s(Hr,{if:!e,children:$s(qs,{ref:r})}),$s(Hr,{if:e,children:fh(xe,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[$s(cw,{})," Continue with Email"]})})]})};import{useState as uw}from"react";import{jsx as zc,jsxs as mw}from"react/jsx-runtime";var Ks=()=>{let[e,t]=uw(!1),{currentScreen:r,navigate:o,setModalData:n}=x(),{enabled:a,token:i}=ge(),{initLoginWithFarcaster:l}=M();return mw(xe,{onClick:async()=>{t(!0);try{a&&!i?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):(await l(i),o("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:r||"LANDING"}}),o("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[zc(_r,{})," Farcaster",e&&zc("span",{children:zc(Br,{})})]})};import fw,{css as hw}from"styled-components";import{jsx as vw}from"react/jsx-runtime";var Ys=()=>{let{enabled:e,token:t}=ge(),{navigate:r,setModalData:o}=x(),{initLoginWithPasskey:n}=M();return vw(gw,{onClick:async()=>{e&&!t?(o({captchaModalData:{callback:i=>n(i),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"})},yw=hw`
|
|
1647
1606
|
&& {
|
|
1648
1607
|
width: 100%;
|
|
1649
1608
|
font-size: 0.875rem;
|
|
@@ -1668,11 +1627,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1668
1627
|
box-shadow: none;
|
|
1669
1628
|
}
|
|
1670
1629
|
}
|
|
1671
|
-
`,
|
|
1672
|
-
${
|
|
1673
|
-
`;import
|
|
1630
|
+
`,gw=fw.button`
|
|
1631
|
+
${yw}
|
|
1632
|
+
`;import Iw from"@heroicons/react/24/outline/PhoneIcon";import{useRef as Mw}from"react";import{forwardRef as _w,useState as qc}from"react";import wh from"styled-components";import Cw from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as ww,AsYouType as bw,getCountries as Ew,getCountryCallingCode as Zs,getExampleNumber as Tw}from"libphonenumber-js/min";import{jsx as xw,jsxs as Sw}from"react/jsx-runtime";var Fi=(e,t)=>ww(String(e),t),Js=(e,t)=>`+${Zs(t)} ${e}`,hh=e=>`*${e.replaceAll("-","").slice(-4)}`,yh=e=>new bw(e),Pw=Ew().map(e=>({code:e,callCode:Zs(e)})),gh=e=>{let t=Tw(e,Cw)?.formatInternational();return t?.substring(t.indexOf(" ")+1)},vh=({value:e,onChange:t})=>xw("select",{value:e,onChange:t,children:Pw.map(r=>Sw("option",{value:r.code,children:[r.code," +",r.callCode]},r.code))});import{Fragment as Rw,jsx as Ui,jsxs as Ch}from"react/jsx-runtime";var Hn=_w((e,t)=>{let{app:r}=x(),[o,n]=qc(""),[a,i]=qc(r?.intl.defaultCountry??"US"),l=Fi(o,a),s=yh(a),c=gh(a),u=Zs(a),h=!l,[f,y]=qc(!1),C=u.length,v=P=>{let W=P.target.value;i(W),n(""),e.onChange&&e.onChange({rawPhoneNumber:o,qualifiedPhoneNumber:Js(o,W),countryCode:W,isValid:Fi(o,a)})},S=P=>{try{let W=P.replace(/\D/g,""),R=o.replace(/\D/g,""),F=W===R?P:s.input(P);n(F),e.onChange&&e.onChange({rawPhoneNumber:F,qualifiedPhoneNumber:Js(P,a),countryCode:a,isValid:Fi(P,a)})}catch(W){console.error("Error processing phone number:",W)}},b=()=>{y(!0);let P=Js(o,a);e.onSubmit({rawPhoneNumber:o,qualifiedPhoneNumber:P,countryCode:a,isValid:Fi(o,a)}).finally(()=>y(!1))};return Ch(Rw,{children:[Ui(kw,{children:Ch(Aw,{callingCodeLength:C,stacked:e.stacked,children:[Ui(vh,{value:a,onChange:v}),Ui("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:P=>{S(P.target.value)},onKeyUp:P=>{P.key==="Enter"&&b()},value:o,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?Ui(yn,{isSubmitting:f,onClick:b,disabled:h,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?Ui(N,{loading:f,loadingText:null,onClick:b,disabled:h,children:"Submit"}):null]})}),kw=wh.div`
|
|
1674
1633
|
width: 100%;
|
|
1675
|
-
`,
|
|
1634
|
+
`,Aw=wh.label`
|
|
1676
1635
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
1677
1636
|
--phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
|
|
1678
1637
|
display: block;
|
|
@@ -1759,11 +1718,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1759
1718
|
&& > input::placeholder {
|
|
1760
1719
|
color: var(--privy-color-foreground-3);
|
|
1761
1720
|
}
|
|
1762
|
-
`;import{Fragment as
|
|
1721
|
+
`;import{Fragment as Ww,jsx as Qs,jsxs as bh}from"react/jsx-runtime";var Xs=({isEditable:e,setIsEditable:t})=>{let r=Mw(null),{authenticated:o}=H(),{navigate:n,setModalData:a,currentScreen:i}=x(),{initLoginWithSms:l}=M(),{enabled:s,token:c}=ge();async function u({qualifiedPhoneNumber:h}){if(s&&!c&&!o)a({captchaModalData:{callback:f=>l(h,f),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(h,c),n("AWAITING_PASSWORDLESS_CODE")}catch(f){a({errorModalData:{error:f,previousScreen:i||"LANDING"}}),n("ERROR_SCREEN")}}return bh(Ww,{children:[Qs(Hr,{if:!e,children:Qs(Hn,{ref:r,onSubmit:u})}),Qs(Hr,{if:e,children:bh(xe,{onClick:()=>{t(),setTimeout(()=>{r.current?.focus()},0)},children:[Qs(Iw,{})," Continue with SMS"]})})]})};import{useState as Lw}from"react";import{jsx as yo,jsxs as Nw}from"react/jsx-runtime";var Ow={apple:{logo:yo(ka,{}),displayName:"Apple"},discord:{logo:yo(Aa,{}),displayName:"Discord"},github:{logo:yo(Ra,{}),displayName:"GitHub"},google:{logo:yo(Ma,{}),displayName:"Google"},linkedin:{logo:yo(La,{}),displayName:"LinkedIn"},spotify:{logo:yo(Oa,{}),displayName:"Spotify"},twitter:{logo:yo(Da,{}),displayName:"Twitter"},tiktok:{logo:yo(Na,{}),displayName:"TikTok"}},Je=({provider:e})=>{let{enabled:t,token:r}=ge(),{navigate:o,setModalData:n}=x(),[a,i]=Lw(!1),{initLoginWithOAuth:l}=M(),{displayName:s,logo:c}=Ow[e];return Nw(xe,{onClick:()=>{i(!0),t&&!r?(n({captchaModalData:{callback:h=>l(e,h),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),o("CAPTCHA_SCREEN")):l(e)},disabled:a,children:[c," ",s]})};import Dw from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as Eh,jsxs as Fw}from"react/jsx-runtime";var el=({onClick:e,text:t,icon:r})=>Fw(xe,{onClick:e,children:[r,Eh(fs,{children:t}),Eh(Dw,{})]});import{Fragment as $c,jsx as He,jsxs as rl}from"react/jsx-runtime";var ol=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=M(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=x(),a=o.loginMethodsAndOrder?.primary??[],i=o.loginMethodsAndOrder?.overflow??[],l=[...a,...i],s=o.loginMethods.passkey,[c,u]=Th("default"),[h,f]=Th("email");Bw(()=>{let I=l.indexOf("sms"),B=l.indexOf("email");I>-1&&I<B&&f("sms")},[a,i]);let y=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{u("default")},150)};n.current=y;let C=I=>I==="email"?He(js,{isEditable:h==="email",setIsEditable:()=>{f("email")}},I):I==="sms"?He(Xs,{isEditable:h==="sms",setIsEditable:()=>{f("sms")}},I):I==="apple"?He(Je,{provider:"apple"},I):I==="discord"?He(Je,{provider:"discord"},I):I==="farcaster"?He(Ks,{},I):I==="github"?He(Je,{provider:"github"},I):I==="google"?He(Je,{provider:"google"},I):I==="linkedin"?He(Je,{provider:"linkedin"},I):I==="tiktok"?He(Je,{provider:"tiktok"},I):I==="twitter"&&(!Hw||o?.loginConfig.twitterOAuthOnMobileEnabled)?He(Je,{provider:"twitter"},I):_i([I],r,e,l),v=a.map(C).flat(),S=i.map(C).flat(),b=[...v,...S],P=Vw({primary:v.length,overflow:S.length}),[W,R]=Ip(b,P);return rl($c,{children:[He(_,{title:"Log in or sign up",onClose:y,backFn:c==="default"?void 0:()=>{u("default")}}),c==="default"&&He(zw,{}),He(hs,{style:{overflow:"hidden",padding:2},children:rl(qt,{children:[c==="default"&&rl($c,{children:[...W,R.length>0&&He(el,{text:"More options",icon:He(Uw,{}),onClick:()=>u("overflow")})]}),c==="overflow"&&rl($c,{children:[...R]}),s&&c==="default"&&He(Ys,{})]})}),o&&He(gn,{app:o}),He(z,{protectedByPrivy:!0})]})},tl=5,Vw=({primary:e,overflow:t})=>e<tl?e:e===tl&&t===0?tl:tl-1,zw=Gw(_n)`
|
|
1763
1722
|
margin-bottom: 16px;
|
|
1764
|
-
`;import
|
|
1723
|
+
`;import Kw from"@heroicons/react/24/outline/EnvelopeIcon";import Yw from"@heroicons/react/24/outline/PhoneIcon";import Zw from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Jw,useState as _h}from"react";import{isMobile as Qw}from"react-device-detect";import Xw from"styled-components";import{jsx as Bi,jsxs as Ph}from"react/jsx-runtime";var Sh=({...e})=>Ph("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Ph("g",{clipPath:"url(#clip0_2856_1743)",children:[Bi("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"}),Bi("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"})]}),Bi("defs",{children:Bi("clipPath",{id:"clip0_2856_1743",children:Bi("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import qw from"@heroicons/react/24/outline/ChevronRightIcon";import $w from"@heroicons/react/24/outline/WalletIcon";import{jsx as jc,jsxs as jw}from"react/jsx-runtime";var xh=({onClick:e,text:t})=>jw(xe,{onClick:e,children:[jc($w,{}),jc(fs,{children:t}),jc(qw,{})]});import{Fragment as Hi,jsx as ke,jsxs as Gn}from"react/jsx-runtime";var nl=({connectOnly:e})=>{let{closePrivyModal:t,connectors:r}=M(),{app:o,onUserCloseViaDialogOrKeybindRef:n}=x(),{email:a,sms:i,google:l,twitter:s,discord:c,github:u,spotify:h,tiktok:f,linkedin:y,apple:C,wallet:v,farcaster:S,passkey:b}=o?.loginMethods??{},P=o?.appearance.loginGroupPriority||"web2-first",W=o?.appearance.hideDirectWeb2Inputs,[R,F]=_h("default"),[I,B]=_h(a?"email":"sms");Jw(()=>{B(a?"email":"sms")},[a]);let $=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{F("default")},150)};n.current=$;let V=[a&&ke(js,{isEditable:I==="email",setIsEditable:()=>{B("email")}}),i&&ke(Xs,{isEditable:I==="sms",setIsEditable:()=>{B("sms")}})].filter(Boolean),q=[l&&ke(Je,{provider:"google"}),s&&(!Qw||o?.loginConfig.twitterOAuthOnMobileEnabled)&&ke(Je,{provider:"twitter"}),c&&ke(Je,{provider:"discord"}),u&&ke(Je,{provider:"github"}),h&&ke(Je,{provider:"spotify"}),f&&ke(Je,{provider:"tiktok"}),y&&ke(Je,{provider:"linkedin"}),C&&ke(Je,{provider:"apple"}),S&&ke(Ks,{})].filter(Boolean),A=_i(o.appearance.walletList,r,e,o.appearance.walletList),le=R==="default"?void 0:()=>{F("default")},U=t4({priority:P,email:a,sms:i,social:q}),de=r4({priority:P,email:a,sms:i,social:q}),pe=o4({priority:P,email:a,sms:i,social:q}),te=ke(xh,{text:pe,onClick:()=>F("web3-overflow")}),We=ke(el,{text:U,icon:de,onClick:()=>F("web2-overflow")}),re=W?0:1;return Gn(Hi,{children:[ke(_,{title:"Log in or sign up",onClose:$,backFn:le}),R==="default"&&ke(e4,{}),ke(hs,{style:{overflow:"hidden",padding:2},children:Gn(qt,{children:[R==="default"&&P==="web2-first"&&Gn(Hi,{children:[...V,...q.length+V.length>4?q.slice(0,3-V.length):q,V.length+q.length>4&&We,v&&te]}),R==="default"&&P==="web3-first"&&Gn(Hi,{children:[v&&Gn(Hi,{children:[...A.length>4?A.slice(0,3):A,A.length>4&&te]}),V.length+q.length>re&&We,V.length+q.length===re&&V.length?V[0]:null,V.length+q.length===re&&q.length?q[0]:null]}),R==="web2-overflow"&&Gn(Hi,{children:[...P==="web3-first"?V:[],...q]}),...R==="web3-overflow"?A:[],b&&R==="default"&&ke(Ys,{})]})}),o&&ke(gn,{app:o}),ke(z,{protectedByPrivy:!0})]})},e4=Xw(_n)`
|
|
1765
1724
|
margin-bottom: 16px;
|
|
1766
|
-
`,U4=({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",B4=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"||o.length>0?ke(L4,{}):t&&r?ke(dh,{}):t?ke(M4,{}):r?ke(W4,{}):null,H4=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as mh}from"react/jsx-runtime";var fh=()=>{let{app:e}=_();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?mh(Qs,{connectOnly:!0}):mh(Xs,{connectOnly:!0})};import{jsx as hh}from"react/jsx-runtime";var yh=()=>{let{app:e}=_();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?hh(Qs,{connectOnly:!1}):hh(Xs,{connectOnly:!1})};import G4 from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as V4,jsx as ho,jsxs as z4}from"react/jsx-runtime";var gh=()=>{let{app:e}=_();return z4(V4,{children:[ho(S,{},"header"),ho(Z,{}),ho(Pe,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:ho(G4,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),ho(Ht,{children:ho(Bs,{stacked:!0})}),ho(te,{}),ho(q,{protectedByPrivy:!0})]})};import q4 from"@heroicons/react/24/outline/ClockIcon";import $4 from"@heroicons/react/24/outline/TrashIcon";import j4 from"@heroicons/react/24/solid/CheckBadgeIcon";import K4 from"@heroicons/react/24/solid/CheckCircleIcon";import Y4 from"@heroicons/react/24/solid/LockClosedIcon";import{useEffect as Z4,useState as Fi}from"react";import Vt,{css as Th}from"styled-components";import{jsx as vh}from"react/jsx-runtime";var Ch=({style:e,...t})=>vh("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:vh("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 Ee,jsxs as wh}from"react/jsx-runtime";var el=({style:e,...t})=>wh("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:[wh("g",{clipPath:"url(#clip0_113_33841)",children:[Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"}),Ee("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"})]}),Ee("defs",{children:Ee("clipPath",{id:"clip0_113_33841",children:Ee("rect",{width:"64",height:"64",fill:"white",transform:"translate(0.483887)"})})})]});import{Fragment as Uc,jsx as ie,jsxs as Pt}from"react/jsx-runtime";var bh=({passkeys:e,expanded:t,onUnlink:r,onExpand:o})=>{let[n,a]=Fi([]),i=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=c=>{a(u=>u.concat([c])),r(c)};return Pt("div",{children:[ie(nw,{children:"Your passkeys"}),Pt(Sh,{children:[e.slice(0,i).map(c=>Pt(sw,{children:[Pt("div",{children:[ie(iw,{children:l(c)}),Pt(aw,{children:["Last used: ",c.verifiedAt.toLocaleString()]})]}),ie(cw,{onClick:()=>s(c.credentialId),children:n.includes(c.credentialId)?ie(Ur,{}):ie($4,{height:"1.6em"})})]},c.credentialId)),e.length>2&&!t&&ie(tw,{onClick:o,children:"View all"})]})]})},J4=()=>Pt(Sh,{children:[Pt(Lo,{children:[ie(Wo,{children:ie(j4,{})}),"Log in with Touch ID, Face ID, or a security key."]}),Pt(Lo,{children:[ie(Wo,{children:ie(Y4,{})}),"More secure than a password."]}),Pt(Lo,{children:[ie(Wo,{children:ie(q4,{})}),"Takes seconds to set up and use."]})]}),Ph=()=>{let{user:e,unlinkPasskey:t}=G(),{linkWithPasskey:r,closePrivyModal:o}=M(),n=e?.linkedAccounts.filter(b=>b.type==="passkey"),[a,i]=Fi(!1),[l,s]=Fi(""),[c,u]=Fi(!1),[h,f]=Fi(!1);Z4(()=>{n.length===0&&f(!1)},[n.length]);let g=()=>{i(!0),r().then(()=>u(!0)).catch(b=>{if(b instanceof Ie){if(b.privyErrorCode==="cannot_link_more_of_type"){s("Cannot link more passkeys to account.");return}else if(b.privyErrorCode==="passkey_not_allowed"){s("Passkey request timed out or rejected by user.");return}}s("Unknown error occurred.")}).finally(()=>{i(!1)})};return c?Pt(Uc,{children:[ie(S,{onClose:()=>o()},"header"),ie(We,{children:ie(qe,{status:"success",children:ie(K4,{})})}),ie(Eh,{children:"Passkey added"}),ie(rw,{children:"From now on, you can use your passkey to log in."}),ie(er,{children:ie(N,{onClick:()=>o(),children:"Done"})}),ie(K,{})]}):h?Pt(Uc,{children:[ie(S,{backFn:()=>f(!1),onClose:()=>o()},"header"),ie(bh,{passkeys:n,expanded:h,onUnlink:t,onExpand:()=>f(!0)}),ie(K,{})]}):Pt(Uc,{children:[ie(S,{onClose:()=>o()},"header"),ie(We,{children:Pt(Q4,{children:[ie(Ch,{}),ie(el,{})]})}),ie(Eh,{children:"Secure your account with a passkey"}),ie(ow,{}),n.length===0?ie(J4,{}):ie(bh,{passkeys:n,expanded:h,onUnlink:t,onExpand:()=>f(!0)}),Pt(er,{style:{marginTop:"12px"},children:[l&&ie(X4,{fail:!0,children:l}),ie(N,{onClick:g,loading:a,children:"Add new passkey"})]}),ie(K,{})]})},Q4=Vt.div`
|
|
1725
|
+
`,t4=({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",r4=({priority:e,email:t,sms:r,social:o})=>e==="web2-first"||o.length>0?ke(Zw,{}):t&&r?ke(Sh,{}):t?ke(Kw,{}):r?ke(Yw,{}):null,o4=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as kh}from"react/jsx-runtime";var Ah=()=>{let{app:e}=x();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?kh(ol,{connectOnly:!0}):kh(nl,{connectOnly:!0})};import{jsx as Rh}from"react/jsx-runtime";var Ih=()=>{let{app:e}=x();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?Rh(ol,{connectOnly:!1}):Rh(nl,{connectOnly:!1})};import n4 from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as i4,jsx as go,jsxs as a4}from"react/jsx-runtime";var Mh=()=>{let{app:e}=x();return a4(i4,{children:[go(_,{},"header"),go(Y,{}),go(Ee,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:go(n4,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),go($t,{children:go(qs,{stacked:!0})}),go(J,{}),go(z,{protectedByPrivy:!0})]})};import s4 from"@heroicons/react/24/outline/ClockIcon";import l4 from"@heroicons/react/24/outline/TrashIcon";import c4 from"@heroicons/react/24/solid/CheckBadgeIcon";import d4 from"@heroicons/react/24/solid/CheckCircleIcon";import p4 from"@heroicons/react/24/solid/LockClosedIcon";import{useEffect as u4,useState as Gi}from"react";import Kt,{css as Fh}from"styled-components";import{jsx as Wh}from"react/jsx-runtime";var Lh=({style:e,...t})=>Wh("svg",{x:0,y:0,width:"65",height:"64",viewBox:"0 0 65 64",style:{height:"64px",width:"65px",...e},fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:Wh("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 Se,jsxs as Oh}from"react/jsx-runtime";var il=({style:e,...t})=>Oh("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:[Oh("g",{clipPath:"url(#clip0_113_33841)",children:[Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"}),Se("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"})]}),Se("defs",{children:Se("clipPath",{id:"clip0_113_33841",children:Se("rect",{width:"64",height:"64",fill:"white",transform:"translate(0.483887)"})})})]});import{Fragment as Kc,jsx as ne,jsxs as Pt}from"react/jsx-runtime";var Nh=({passkeys:e,expanded:t,onUnlink:r,onExpand:o})=>{let[n,a]=Gi([]),i=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=c=>{a(u=>u.concat([c])),r(c)};return Pt("div",{children:[ne(w4,{children:"Your passkeys"}),Pt(Bh,{children:[e.slice(0,i).map(c=>Pt(T4,{children:[Pt("div",{children:[ne(b4,{children:l(c)}),Pt(E4,{children:["Last used: ",c.verifiedAt.toLocaleString()]})]}),ne(S4,{onClick:()=>s(c.credentialId),children:n.includes(c.credentialId)?ne(Br,{}):ne(l4,{height:"1.6em"})})]},c.credentialId)),e.length>2&&!t&&ne(g4,{onClick:o,children:"View all"})]})]})},m4=()=>Pt(Bh,{children:[Pt(Uo,{children:[ne(Fo,{children:ne(c4,{})}),"Log in with Touch ID, Face ID, or a security key."]}),Pt(Uo,{children:[ne(Fo,{children:ne(p4,{})}),"More secure than a password."]}),Pt(Uo,{children:[ne(Fo,{children:ne(s4,{})}),"Takes seconds to set up and use."]})]}),Uh=()=>{let{user:e,unlinkPasskey:t}=H(),{linkWithPasskey:r,closePrivyModal:o}=M(),n=e?.linkedAccounts.filter(C=>C.type==="passkey"),[a,i]=Gi(!1),[l,s]=Gi(""),[c,u]=Gi(!1),[h,f]=Gi(!1);u4(()=>{n.length===0&&f(!1)},[n.length]);let y=()=>{i(!0),r().then(()=>u(!0)).catch(C=>{if(C instanceof Le){if(C.privyErrorCode==="cannot_link_more_of_type"){s("Cannot link more passkeys to account.");return}else if(C.privyErrorCode==="passkey_not_allowed"){s("Passkey request timed out or rejected by user.");return}}s("Unknown error occurred.")}).finally(()=>{i(!1)})};return c?Pt(Kc,{children:[ne(_,{onClose:()=>o()},"header"),ne(Ne,{children:ne(je,{status:"success",children:ne(d4,{})})}),ne(Dh,{children:"Passkey added"}),ne(v4,{children:"From now on, you can use your passkey to log in."}),ne(rr,{children:ne(N,{onClick:()=>o(),children:"Done"})}),ne(K,{})]}):h?Pt(Kc,{children:[ne(_,{backFn:()=>f(!1),onClose:()=>o()},"header"),ne(Nh,{passkeys:n,expanded:h,onUnlink:t,onExpand:()=>f(!0)}),ne(K,{})]}):Pt(Kc,{children:[ne(_,{onClose:()=>o()},"header"),ne(Ne,{children:Pt(f4,{children:[ne(Lh,{}),ne(il,{})]})}),ne(Dh,{children:"Secure your account with a passkey"}),ne(C4,{}),n.length===0?ne(m4,{}):ne(Nh,{passkeys:n,expanded:h,onUnlink:t,onExpand:()=>f(!0)}),Pt(rr,{style:{marginTop:"12px"},children:[l&&ne(h4,{fail:!0,children:l}),ne(N,{onClick:y,loading:a,children:"Add new passkey"})]}),ne(K,{})]})},f4=Kt.div`
|
|
1767
1726
|
display: flex;
|
|
1768
1727
|
align-items: center;
|
|
1769
1728
|
justify-content: center;
|
|
@@ -1779,7 +1738,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1779
1738
|
stroke: var(--privy-color-accent) !important;
|
|
1780
1739
|
fill: var(--privy-color-accent) !important;
|
|
1781
1740
|
}
|
|
1782
|
-
`,
|
|
1741
|
+
`,h4=Kt.div`
|
|
1783
1742
|
line-height: 20px;
|
|
1784
1743
|
height: 20px;
|
|
1785
1744
|
font-size: 13px;
|
|
@@ -1787,7 +1746,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1787
1746
|
display: flex;
|
|
1788
1747
|
justify-content: flex-beginngin;
|
|
1789
1748
|
width: 100%;
|
|
1790
|
-
`,
|
|
1749
|
+
`,y4=Fh`
|
|
1791
1750
|
&& {
|
|
1792
1751
|
width: 100%;
|
|
1793
1752
|
font-size: 0.875rem;
|
|
@@ -1812,9 +1771,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1812
1771
|
box-shadow: none;
|
|
1813
1772
|
}
|
|
1814
1773
|
}
|
|
1815
|
-
`,
|
|
1816
|
-
${
|
|
1817
|
-
`,
|
|
1774
|
+
`,g4=Kt.button`
|
|
1775
|
+
${y4}
|
|
1776
|
+
`,Bh=Kt.div`
|
|
1818
1777
|
display: flex;
|
|
1819
1778
|
flex-direction: column;
|
|
1820
1779
|
align-items: stretch;
|
|
@@ -1822,18 +1781,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1822
1781
|
padding: 0.5rem 0rem 0rem;
|
|
1823
1782
|
flex-grow: 1;
|
|
1824
1783
|
width: 100%;
|
|
1825
|
-
`,
|
|
1784
|
+
`,Dh=Kt.div`
|
|
1826
1785
|
font-size: 18px;
|
|
1827
1786
|
line-height: 18px;
|
|
1828
1787
|
text-align: center;
|
|
1829
1788
|
font-weight: 600;
|
|
1830
|
-
`,
|
|
1789
|
+
`,v4=Kt.div`
|
|
1831
1790
|
font-size: 0.875rem;
|
|
1832
1791
|
text-align: center;
|
|
1833
1792
|
margin-top: 10px;
|
|
1834
|
-
`,
|
|
1793
|
+
`,C4=Kt.div`
|
|
1835
1794
|
height: 32px;
|
|
1836
|
-
`,
|
|
1795
|
+
`,w4=Kt.div`
|
|
1837
1796
|
line-height: 20px;
|
|
1838
1797
|
height: 20px;
|
|
1839
1798
|
font-size: 1em;
|
|
@@ -1841,18 +1800,18 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1841
1800
|
display: flex;
|
|
1842
1801
|
justify-content: flex-beginning;
|
|
1843
1802
|
width: 100%;
|
|
1844
|
-
`,
|
|
1803
|
+
`,b4=Kt.div`
|
|
1845
1804
|
font-size: 1em;
|
|
1846
1805
|
line-height: 1.3em;
|
|
1847
1806
|
font-weight: 500;
|
|
1848
1807
|
color: var(--privy-color-foreground-2);
|
|
1849
1808
|
padding: 0.2em 0;
|
|
1850
|
-
`,
|
|
1809
|
+
`,E4=Kt.div`
|
|
1851
1810
|
font-size: 0.875rem;
|
|
1852
1811
|
line-height: 1rem;
|
|
1853
1812
|
color: #64668b;
|
|
1854
1813
|
padding: 0.2em 0;
|
|
1855
|
-
`,
|
|
1814
|
+
`,T4=Kt.div`
|
|
1856
1815
|
display: flex;
|
|
1857
1816
|
align-items: center;
|
|
1858
1817
|
justify-content: space-between;
|
|
@@ -1865,7 +1824,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1865
1824
|
border: 1px solid #e2e3f0 !important;
|
|
1866
1825
|
width: 100%;
|
|
1867
1826
|
height: 5em;
|
|
1868
|
-
`,
|
|
1827
|
+
`,P4=Fh`
|
|
1869
1828
|
:focus,
|
|
1870
1829
|
:hover,
|
|
1871
1830
|
:active {
|
|
@@ -1882,9 +1841,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1882
1841
|
svg:hover {
|
|
1883
1842
|
color: var(--privy-color-foreground-3);
|
|
1884
1843
|
}
|
|
1885
|
-
`,
|
|
1886
|
-
${
|
|
1887
|
-
`;import
|
|
1844
|
+
`,S4=Kt.button`
|
|
1845
|
+
${P4}
|
|
1846
|
+
`;import x4 from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as _4,jsx as vo,jsxs as k4}from"react/jsx-runtime";var Hh=()=>{let{app:e,currentScreen:t,data:r,navigate:o,setModalData:n}=x(),{initLoginWithSms:a}=M();async function i({qualifiedPhoneNumber:l}){try{await a(l),o("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:r?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),o("ERROR_SCREEN")}}return k4(_4,{children:[vo(_,{},"header"),vo(Y,{}),vo(Ee,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:vo(x4,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),vo($t,{children:vo(Hn,{stacked:!0,onSubmit:i})}),vo(J,{}),vo(z,{protectedByPrivy:!0})]})};import{Fragment as A4,jsx as Vi,jsxs as R4}from"react/jsx-runtime";var Gh=()=>{let{linkingHint:e}=M(),{app:t}=x(),r=e?`Select the wallet with ${to(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return R4(A4,{children:[Vi(_,{},"header"),Vi(Pr,{title:`${e?"Reconnect":"Connect"} your wallet`,description:r}),Vi(qt,{children:Vi(xn,{connectOnly:!1})}),Vi(z,{protectedByPrivy:!0})]})};import{jsx as Vh,jsxs as I4}from"react/jsx-runtime";var zh=({style:e,...t})=>I4("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:[Vh("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Vh("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 M4,jsx as Co,jsxs as qh}from"react/jsx-runtime";var $h=()=>{let{closePrivyModal:e}=M(),{navigate:t}=x();return qh(M4,{children:[Co(_,{},"header"),Co(Y,{}),Co(zh,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Co(Pr,{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"}}),qh($t,{children:[Co(N,{onClick:()=>t("LANDING"),children:"Try again"}),Co(tr,{onClick:()=>e(),children:"Cancel"})]}),Co(J,{}),Co(z,{protectedByPrivy:!0})]})};import ty from"@heroicons/react/20/solid/CheckIcon";import X4 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import e5 from"@heroicons/react/24/outline/FingerPrintIcon";import t5 from"@heroicons/react/24/outline/PhoneIcon";import ry from"@heroicons/react/24/outline/TrashIcon";import r5 from"@heroicons/react/24/solid/CheckBadgeIcon";import oy from"@heroicons/react/24/solid/CheckCircleIcon";import ny from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import o5 from"@heroicons/react/24/solid/IdentificationIcon";import ed from"@heroicons/react/24/solid/PhoneIcon";import Xc from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as iy,useState as $r}from"react";import{useState as Jc}from"react";import{isMobile as F4}from"react-device-detect";import Jh from"styled-components";import{Dialog as jh,Transition as Yc}from"@headlessui/react";import Zc from"react";import zn from"styled-components";import{jsx as Vn,jsxs as D4}from"react/jsx-runtime";var Kh=({children:e,open:t,onClick:r,...o})=>Vn(Yc,{show:t,as:Zc.Fragment,children:D4(jh,{onClose:r,...o,as:L4,children:[Vn(Yc.Child,{as:Zc.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Vn(W4,{id:"privy-dialog-backdrop","aria-hidden":"true"})}),Vn(O4,{children:Vn(Yc.Child,{as:Zc.Fragment,enterFrom:"entering",leaveTo:"leaving",children:Vn(jh.Panel,{as:N4,children:e})})})]})}),qn=zn.div`
|
|
1888
1847
|
display: flex;
|
|
1889
1848
|
flex-direction: column;
|
|
1890
1849
|
text-align: center;
|
|
@@ -1907,7 +1866,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1907
1866
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1908
1867
|
border-radius: var(--privy-border-radius-lg);
|
|
1909
1868
|
}
|
|
1910
|
-
`,
|
|
1869
|
+
`,W4=zn.div`
|
|
1911
1870
|
position: fixed;
|
|
1912
1871
|
inset: 0;
|
|
1913
1872
|
|
|
@@ -1920,10 +1879,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1920
1879
|
backdrop-filter: unset;
|
|
1921
1880
|
-webkit-backdrop-filter: unset;
|
|
1922
1881
|
}
|
|
1923
|
-
`,
|
|
1882
|
+
`,L4=zn.div`
|
|
1924
1883
|
position: relative;
|
|
1925
1884
|
z-index: 999999;
|
|
1926
|
-
`,
|
|
1885
|
+
`,O4=zn.div`
|
|
1927
1886
|
position: fixed;
|
|
1928
1887
|
inset: 0;
|
|
1929
1888
|
display: flex;
|
|
@@ -1931,7 +1890,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1931
1890
|
justify-content: center;
|
|
1932
1891
|
width: 100vw;
|
|
1933
1892
|
min-height: 100vh;
|
|
1934
|
-
`,
|
|
1893
|
+
`,N4=zn.div`
|
|
1935
1894
|
// reset some default dialog styles
|
|
1936
1895
|
padding: 0;
|
|
1937
1896
|
background: transparent;
|
|
@@ -1978,19 +1937,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1978
1937
|
box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
|
|
1979
1938
|
border-radius: var(--privy-border-radius-lg);
|
|
1980
1939
|
}
|
|
1981
|
-
`,
|
|
1940
|
+
`,Yh=zn.div`
|
|
1982
1941
|
display: flex;
|
|
1983
1942
|
flex-direction: column;
|
|
1984
1943
|
align-items: center;
|
|
1985
1944
|
justify-content: center;
|
|
1986
1945
|
height: 100%;
|
|
1987
|
-
`;import{Fragment as
|
|
1946
|
+
`;import{Fragment as q4,jsx as zi,jsxs as z4}from"react/jsx-runtime";var qi=6,U4=new Array(qi).fill("");function B4(e){return e.replace(/\s+/g,"")}function Qc(e){return/^[0-9]{1}$/.test(e)}function Zh(e){return e.length===qi&&e.every(Qc)}function H4(e,t){return e.reduce((r,o)=>r+Number(t(o)),0)}var $n=({onChange:e,disabled:t,errorReasonOverride:r,success:o})=>{let[n,a]=Jc(U4),[i,l]=Jc(null),[s,c]=Jc(null),u=async C=>{C.preventDefault();let v=B4(C.currentTarget.value);if(v==="")return;let S=H4(n,Qc),b=v.split(""),P=!b.every(Qc),W=b.length+S>qi;if(P){l("Passcode can only be numbers"),c(1);return}if(W){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let R=Number(C.currentTarget.name?.charAt(4)),F=[...v||[""]].slice(0,qi-R),I=[...n.slice(0,R),...F,...n.slice(R+F.length)];a(I);let B=F.length,$=Math.min(Math.max(R+B,0),qi-1);if(document.querySelector(`input[name=pin-${$}]`)?.focus(),Zh(I))try{await e(I.join("")),document.querySelector(`input[name=pin-${$}]`)?.blur()}catch(q){c(1),l(q.message)}else try{await e(null)}catch(q){c(1),l(q.message)}},h=C=>{s===1&&(l(null),c(null));let v=[...n.slice(0,C),"",...n.slice(C+1)];a(v),C>0&&document.querySelector(`input[name=pin-${C-1}]`)?.focus(),Zh(v)?e(v.join("")):e(null)},y=o?"success":!!(r||i)?"fail":"";return zi(q4,{children:z4(G4,{children:[zi("div",{children:n.map((C,v)=>zi("input",{name:`pin-${v}`,type:"text",value:n[v],onChange:u,onKeyUp:S=>{S.key==="Backspace"&&h(v)},inputMode:"numeric",autoFocus:v===0,pattern:"[0-9]",className:y,autoComplete:F4?"one-time-code":"off",disabled:t},v))}),zi("div",{children:zi(V4,{fail:!!r||!!i,children:r||i})})]})})},G4=Jh.div`
|
|
1988
1947
|
display: flex;
|
|
1989
1948
|
flex-direction: column;
|
|
1990
1949
|
width: 100%;
|
|
1991
1950
|
gap: 8px;
|
|
1992
1951
|
|
|
1993
|
-
${
|
|
1952
|
+
${qn}[data-height='medium'] & {
|
|
1994
1953
|
margin-top: 22px;
|
|
1995
1954
|
}
|
|
1996
1955
|
|
|
@@ -2055,7 +2014,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2055
2014
|
transform: translate(1px, 0px);
|
|
2056
2015
|
}
|
|
2057
2016
|
}
|
|
2058
|
-
`,
|
|
2017
|
+
`,V4=Jh.div`
|
|
2059
2018
|
line-height: 20px;
|
|
2060
2019
|
font-size: 13px;
|
|
2061
2020
|
display: flex;
|
|
@@ -2063,7 +2022,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2063
2022
|
width: 100%;
|
|
2064
2023
|
|
|
2065
2024
|
color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
2066
|
-
`;import{useContext as
|
|
2025
|
+
`;import{useContext as $4}from"react";function jn(){let{promptMfa:e,init:t,submit:r,cancel:o}=$4(me);return{promptMfa:e,init:t,submit:r,cancel:o}}import{useContext as j4}from"react";function $i(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:r,submitEnrollmentWithTotp:o,unenroll:n,enrollInMfa:a}=j4(me);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:r,submitEnrollmentWithTotp:o,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>a(!0),closeMfaEnrollmentModal:()=>a(!1)}}import K4 from"styled-components";import{jsx as Qh,jsxs as Z4}from"react/jsx-runtime";var Xh=e=>Z4(Y4,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Qh("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Qh("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"})]}),Y4=K4.svg`
|
|
2067
2026
|
height: 90px;
|
|
2068
2027
|
width: 90px;
|
|
2069
2028
|
|
|
@@ -2074,7 +2033,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2074
2033
|
> path {
|
|
2075
2034
|
fill: white;
|
|
2076
2035
|
}
|
|
2077
|
-
`;import
|
|
2036
|
+
`;import J4 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as Q4}from"react/jsx-runtime";var ey=({size:e,authUrl:t})=>Q4(Bn,{url:t,squareLogoElement:J4,size:e,fgColor:"#1F1F1F"});import{Fragment as Yt,jsx as T,jsxs as ee}from"react/jsx-runtime";var ay=()=>{let{user:e,enrollInMfa:t}=H(),[r,o]=$r(null),{unenrollWithSms:n,unenrollWithTotp:a}=$i(),{app:i,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),{closePrivyModal:u}=M(),{promptMfa:h}=jn(),[f,y]=$r(s?.mfaEnrollmentFlow?.seenIntro||!1),[C,v]=$r(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),S=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{o(null),v(null)},500)};c.current=S;let b=e?.mfaMethods.includes("sms"),P=!!e?.phone,W=e?.mfaMethods.includes("totp"),R=b||W;iy(()=>{R&&y(!0)},[R]);function F(){o(null),v(null)}function I(){y(!1)}async function B(A){await h(),v(A)}if(!l||!e||!i)return ee(Yt,{children:[T(_,{onClose:S},"header"),T(Ne,{children:T(Xh,{})}),T(ao,{children:T(wt,{})}),T(K,{})]});async function $(){o(null);try{await n()}catch{o(null)}}async function V(){o(null);try{await a()}catch{o(null)}}if(r==="sms")return ee(Yt,{children:[T(_,{backFn:F,onClose:S},"header"),T(Ne,{children:T(je,{children:T(ed,{})})}),T(be,{children:"Remove SMS verification?"}),ee(fe,{children:["MFA adds an extra layer of security to your ",i?.name," account. Make sure you have other methods to secure your account."]}),T(rr,{children:T(N,{warn:!0,onClick:$,children:"Remove SMS for MFA"})}),T(K,{})]});if(r==="totp")return ee(Yt,{children:[T(_,{backFn:F,onClose:S},"header"),T(Ne,{children:T(je,{children:T(ny,{})})}),T(be,{children:"Remove Authenticator App verification?"}),ee(fe,{children:["MFA adds an extra layer of security to your ",i?.name," account. Make sure you have other methods to secure your account."]}),T(rr,{children:T(N,{warn:!0,onClick:V,children:"Remove Authenticator App for MFA"})}),T(K,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!R)return ee(Yt,{children:[T(_,{onClose:S},"header"),T(Ne,{children:T(je,{children:T(Xc,{})})}),T(be,{children:"Add more security"}),ee(fe,{children:[i?.name," does not have any verification methods enabled."]}),T(rr,{children:T(N,{onClick:S,children:"Close"})}),T(K,{})]});let q=!R&&!f;if(q)return ee(Yt,{children:[T(_,{onClose:S},"header"),T(Ne,{children:T(je,{children:T(Xc,{})})}),T(be,{children:"Transaction Protection"}),T(fe,{children:"Set up transaction protection to add an extra layer of security to your account"}),ee(Xu,{children:[ee(Uo,{children:[T(Fo,{children:T(r5,{})}),"Enable 2-Step verification for your ",i?.name," wallet."]}),ee(Uo,{children:[T(Fo,{children:T(o5,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),ee(rr,{children:[T(N,{onClick:()=>y(!0),children:"Continue"}),T(tr,{onClick:S,children:"Not now"})]}),T(K,{})]});switch(C){case"sms":return T(n5,{onComplete:S,onReset:F,onClose:S});case"totp":return T(i5,{onComplete:S,onClose:S,onReset:F});default:return ee(Yt,{children:[T(_,{backFn:q?I:void 0,onClose:S},"header"),T(Ne,{children:T(je,{children:T(Xc,{})})}),T(be,{children:"Choose a verification method"}),R?T(fe,{children:"To add or delete verification methods, verification is required."}):T(fe,{children:"How would you like to verify your identity? You can change this later."}),ee(ys,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||W)&&ee(gs,{children:[T(xe,{disabled:W,onClick:()=>B("totp"),children:ee(Cs,{children:[ee(vs,{children:[T(X4,{}),"Authenticator App"]}),W?ee(wn,{children:[T(ty,{}),"Added"]}):T(wn,{children:"Recommended"})]})}),W&&T(sc,{id:"remove",onClick:()=>o("totp"),children:T(ry,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&ee(gs,{children:[T(xe,{disabled:b||P,onClick:()=>B("sms"),children:ee(Cs,{children:[ee(vs,{children:[T(t5,{}),"SMS"]}),b&&ee(wn,{children:[T(ty,{}),"Added"]}),P&&T(wn,{children:"Disabled"})]})}),b&&T(sc,{id:"remove",onClick:()=>o("sms"),children:T(ry,{})})]},"sms"),T(gs,{children:T(xe,{disabled:!0,children:ee(Cs,{children:[ee(vs,{children:[T(e5,{}),"Passkey"]}),T(wn,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),T(K,{})]})}},n5=({onComplete:e,onReset:t,onClose:r})=>{let[o,n]=$r(""),[a,i]=$r(!1),[l,s]=$r("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=$i(),{app:h,data:f,currentScreen:y,navigate:C,setModalData:v}=x();function S(){f?.mfaEnrollmentFlow?.onSuccess(),e()}async function b({qualifiedPhoneNumber:R}){try{await c({phoneNumber:R}),n(R),s("verify")}catch(F){v({mfaEnrollmentFlow:f?.mfaEnrollmentFlow?{...f?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:F,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),C("ERROR_SCREEN")}}async function P(R){try{if(!R)return;await u({phoneNumber:o,mfaCode:R}),i(!0)}catch(F){throw Tc(F)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Mn(F)?new Error("The code you entered is not valid"):In(F)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Pc(F)?new Error("Verification canceled"):new Error("Unknown error")}}function W(){l==="verify"?s("enroll"):t()}return l==="enroll"?ee(Yt,{children:[T(_,{backFn:t,onClose:r},"header"),T(Ne,{children:T(je,{children:T(ed,{})})}),T(be,{children:"Set up SMS verification"}),T(fe,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),ee(ao,{children:[T(Hn,{onSubmit:b}),ee(em,{children:["By providing your mobile number, you agree to receive text messages from ",h?.name,". Some carrier charges may apply"]})]}),T(K,{})]}):a?ee(Yt,{children:[T(_,{onClose:S},"header"),T(Ne,{children:T(je,{status:"success",children:T(oy,{})})}),T(be,{children:"SMS verification added"}),T(fe,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),T(rr,{children:T(N,{onClick:S,children:"Done"})}),T(K,{})]}):ee(Yt,{children:[T(_,{backFn:W,onClose:r},"header"),T(Ne,{children:T(je,{children:T(ed,{})})}),T(be,{children:"Enter enrollment code"}),ee(ao,{children:[T($n,{onChange:P}),ee(fe,{children:["To continue, enter the 6-digit code sent to ",T("strong",{children:hh(o)})]})]}),T(K,{})]})},i5=({onComplete:e,onClose:t,onReset:r})=>{let[o,n]=$r("enroll"),[a,i]=$r(null),[l,s]=$r(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=$i(),{data:h}=x();iy(()=>{i(null),c().then(S=>{i(S)}).catch(()=>{i(null),r()})},[]);function f(){h?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function C(S){try{if(!S)return;await u({mfaCode:S}),s(!0)}catch(b){throw Tc(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Mn(b)?new Error("The code you entered is not valid"):In(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Pc(b)?new Error("Verification canceled"):new Error("Unknown error")}}function v(){o==="verify"?n("enroll"):r()}return o==="enroll"?ee(Yt,{children:[T(_,{backFn:r,onClose:t},"header"),T(be,{children:"Scan QR code"}),T(fe,{children:"Open your authenticator app and scan the QR code to continue."}),T(bn,{children:a?.authUrl?T(ey,{authUrl:a.authUrl,size:200}):T(wt,{})}),ee(rr,{children:[T(pt,{children:a?.secret&&T(fo,{itemName:"secret",text:a.secret})}),T(N,{onClick:y,children:"Continue"})]}),T(K,{})]}):l?ee(Yt,{children:[T(_,{onClose:f},"header"),T(Ne,{children:T(je,{status:"success",children:T(oy,{})})}),T(be,{children:"Authenticator app verification added"}),T(fe,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),T(rr,{children:T(N,{onClick:f,children:"Done"})}),T(K,{})]}):ee(Yt,{children:[T(_,{backFn:v,onClose:t},"header"),T(Ne,{children:T(je,{children:T(ny,{})})}),T(be,{children:"Enter enrollment code"}),T(ao,{children:T($n,{onChange:C})}),ee(fe,{children:["To continue, enter the 6-digit code generated from your ",T("strong",{children:"authenticator app"})]}),T(K,{})]})};import t6 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import r6 from"@heroicons/react/24/outline/PhoneIcon";import o6 from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import n6 from"@heroicons/react/24/solid/PhoneIcon";import i6 from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as a6,useState as vd}from"react";import{useMemo as J5,useEffect as Q5,useState as jy}from"react";import X5 from"styled-components";import ky from"styled-components";import ly from"styled-components";import{jsx as sy,jsxs as l5}from"react/jsx-runtime";var al=({label:e,children:t,valueStyles:r})=>l5(a5,{children:[sy("div",{children:e}),sy(s5,{style:{...r},children:t})]}),a5=ly.div`
|
|
2078
2037
|
display: flex;
|
|
2079
2038
|
align-items: center;
|
|
2080
2039
|
justify-content: space-between;
|
|
@@ -2089,7 +2048,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2089
2048
|
color: var(--privy-color-foreground-2);
|
|
2090
2049
|
text-align: right;
|
|
2091
2050
|
}
|
|
2092
|
-
`,
|
|
2051
|
+
`,s5=ly.div`
|
|
2093
2052
|
font-size: 14px;
|
|
2094
2053
|
line-height: 100%;
|
|
2095
2054
|
display: flex;
|
|
@@ -2098,28 +2057,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2098
2057
|
border-radius: var(--privy-border-radius-full);
|
|
2099
2058
|
background-color: var(--privy-color-background-2);
|
|
2100
2059
|
padding: 4px 8px;
|
|
2101
|
-
`;import
|
|
2060
|
+
`;import ll from"styled-components";import{BigNumber as cy}from"@ethersproject/bignumber";import{formatEther as dy}from"@ethersproject/units";var ji=(e,t)=>{let r=(t*parseFloat(dy(e))).toFixed(2);return r!=="0.00"?`$${r}`:"<$0.01"},Rr=(e,t,r=6,o=!1)=>{let a=parseFloat(dy(e)).toFixed(r).replace(/0+$/,"").replace(/\.$/,"");return o?`${a} ${t}`:`${a==="0"?"<0.001":a} ${t}`},td=e=>e.map(st).reduce((t,r)=>t.add(r),cy.from(0)).toHexString(),py=(e,t)=>{let{chains:r}=M(),o=`https://etherscan.io/address/${t}`,n=`${Dp(e,r)}/address/${t}`;if(!n)return o;try{new URL(n)}catch{return o}return n},st=e=>cy.from(e);import{Fragment as u5,jsx as sl,jsxs as uy}from"react/jsx-runtime";var my=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=td(e),n=t?ji(o,t):void 0,a=Rr(o,r);return sl(fy,{children:n||a})},rd=({weiQuantities:e,tokenPrice:t,tokenSymbol:r})=>{let o=td(e),n=t?ji(o,t):void 0,a=Rr(o,r);return sl(fy,{children:n?uy(u5,{children:[sl(c5,{children:"USD"}),n==="<$0.01"?uy(p5,{children:[sl(d5,{children:"<"}),"$0.01"]}):n]}):a})},fy=ll.span`
|
|
2102
2061
|
font-size: 14px;
|
|
2103
2062
|
line-height: 140%;
|
|
2104
2063
|
display: flex;
|
|
2105
2064
|
gap: 4px;
|
|
2106
2065
|
align-items: center;
|
|
2107
|
-
`,
|
|
2066
|
+
`,c5=ll.span`
|
|
2108
2067
|
font-size: 12px;
|
|
2109
2068
|
line-height: 12px;
|
|
2110
2069
|
color: var(--privy-color-foreground-3);
|
|
2111
|
-
`,
|
|
2070
|
+
`,d5=ll.span`
|
|
2112
2071
|
font-size: 10px;
|
|
2113
|
-
`,
|
|
2072
|
+
`,p5=ll.span`
|
|
2114
2073
|
display: flex;
|
|
2115
2074
|
align-items: center;
|
|
2116
|
-
`;import
|
|
2075
|
+
`;import od from"styled-components";import{jsx as wo,jsxs as cl}from"react/jsx-runtime";var hy=({gas:e,tokenPrice:t,tokenSymbol:r})=>cl(dc,{style:{paddingBottom:"12px"},children:[cl(gy,{children:[wo(Cy,{children:"Est. Fees"}),wo("div",{children:wo(rd,{weiQuantities:[e],tokenPrice:t,tokenSymbol:r})})]}),t&&wo(vy,{children:`${Rr(e,r)}`})]}),yy=({transactionData:e,gas:t,tokenPrice:r,tokenSymbol:o})=>{let n=st(e.value||0).add(st(t)).toHexString();return cl(dc,{children:[cl(gy,{children:[wo(Cy,{children:"Total (including fees)"}),wo("div",{children:wo(rd,{weiQuantities:[e.value||0,t],tokenPrice:r,tokenSymbol:o})})]}),r&&wo(vy,{children:Rr(n,o)})]})},gy=od.div`
|
|
2117
2076
|
display: flex;
|
|
2118
2077
|
flex-direction: row;
|
|
2119
2078
|
justify-content: space-between;
|
|
2120
2079
|
align-items: center;
|
|
2121
2080
|
padding-top: 4px;
|
|
2122
|
-
`,
|
|
2081
|
+
`,vy=od.div`
|
|
2123
2082
|
display: flex;
|
|
2124
2083
|
flex-direction: row;
|
|
2125
2084
|
height: 12px;
|
|
@@ -2128,23 +2087,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2128
2087
|
line-height: 12px;
|
|
2129
2088
|
color: var(--privy-color-foreground-3);
|
|
2130
2089
|
font-weight: 400;
|
|
2131
|
-
`,
|
|
2090
|
+
`,Cy=od.div`
|
|
2132
2091
|
font-size: 14px;
|
|
2133
2092
|
line-height: 22.4px;
|
|
2134
2093
|
font-weight: 400;
|
|
2135
|
-
`;import
|
|
2094
|
+
`;import m5 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as $o,useState as f5}from"react";import bo from"styled-components";import{createContext as wy,useContext as SB}from"react";var Kn=wy(void 0);var Ki=wy(void 0);import{Fragment as E5,jsx as dr,jsxs as by}from"react/jsx-runtime";var Ey=({defaultValue:e,children:t})=>{let[r,o]=f5(e||null),n=a=>{o(r===a?null:a)};return dr(Kn.Provider,{value:{activePanel:r,togglePanel:n},children:dr(h5,{children:t})})},Ty=({value:e,children:t})=>{let{activePanel:r,togglePanel:o}=$o(Kn),n=r===e;return dr(Ki.Provider,{value:{onToggle:()=>o(e),value:e},children:dr(C5,{isActive:n,"data-open":n,children:t})})},Py=({children:e})=>{let{activePanel:t}=$o(Kn),{onToggle:r,value:o}=$o(Ki),n=t===o;return by(E5,{children:[by(y5,{onClick:r,"data-open":n,children:[dr(v5,{children:e}),dr(b5,{isactive:n,children:dr(m5,{height:"16px",width:"16px",strokeWidth:"2"})})]}),dr(g5,{})]})},Sy=({children:e})=>{let{activePanel:t}=$o(Kn),{value:r}=$o(Ki);return dr(w5,{"data-open":t===r,children:dr(_y,{children:e})})},xy=({children:e})=>{let{activePanel:t}=$o(Kn),{value:r}=$o(Ki);return dr(_y,{children:typeof e=="function"?e({isActive:t===r}):e})},h5=bo.div`
|
|
2136
2095
|
display: flex;
|
|
2137
2096
|
flex-direction: column;
|
|
2138
2097
|
width: 100%;
|
|
2139
2098
|
gap: 8px;
|
|
2140
|
-
`,
|
|
2099
|
+
`,y5=bo.div`
|
|
2141
2100
|
display: flex;
|
|
2142
2101
|
justify-content: space-between;
|
|
2143
2102
|
align-items: center;
|
|
2144
2103
|
width: 100%;
|
|
2145
2104
|
cursor: pointer;
|
|
2146
2105
|
padding-bottom: 8px;
|
|
2147
|
-
`,
|
|
2106
|
+
`,g5=bo.div`
|
|
2148
2107
|
width: 100%;
|
|
2149
2108
|
|
|
2150
2109
|
&& {
|
|
@@ -2152,13 +2111,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2152
2111
|
border-color: var(--privy-color-foreground-4);
|
|
2153
2112
|
}
|
|
2154
2113
|
padding-bottom: 12px;
|
|
2155
|
-
`,
|
|
2114
|
+
`,v5=bo.div`
|
|
2156
2115
|
font-size: 14px;
|
|
2157
2116
|
font-weight: 500;
|
|
2158
2117
|
line-height: 19.6px;
|
|
2159
2118
|
width: 100%;
|
|
2160
2119
|
padding-right: 8px;
|
|
2161
|
-
`,
|
|
2120
|
+
`,C5=bo.div`
|
|
2162
2121
|
display: flex;
|
|
2163
2122
|
flex-direction: column;
|
|
2164
2123
|
width: 100%;
|
|
@@ -2170,7 +2129,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2170
2129
|
border-color: var(--privy-color-foreground-4);
|
|
2171
2130
|
border-radius: var(--privy-border-radius-md);
|
|
2172
2131
|
}
|
|
2173
|
-
`,
|
|
2132
|
+
`,w5=bo.div`
|
|
2174
2133
|
position: relative;
|
|
2175
2134
|
overflow: hidden;
|
|
2176
2135
|
transition: max-height 25ms ease-out;
|
|
@@ -2182,38 +2141,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2182
2141
|
&[data-open='false'] {
|
|
2183
2142
|
max-height: 0;
|
|
2184
2143
|
}
|
|
2185
|
-
`,
|
|
2144
|
+
`,_y=bo.div`
|
|
2186
2145
|
display: flex;
|
|
2187
2146
|
flex-direction: column;
|
|
2188
2147
|
gap: 12px;
|
|
2189
2148
|
flex: 1 1 auto;
|
|
2190
2149
|
min-height: 1px;
|
|
2191
|
-
`,
|
|
2150
|
+
`,b5=bo.div`
|
|
2192
2151
|
transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
|
|
2193
|
-
`;import
|
|
2152
|
+
`;import T5 from"styled-components";import{jsx as S5}from"react/jsx-runtime";var nd=({walletAddress:e,chainId:t=Nr})=>S5(P5,{href:py(t,e),target:"_blank",children:to(e)}),P5=T5.a`
|
|
2194
2153
|
&:hover {
|
|
2195
2154
|
text-decoration: underline;
|
|
2196
2155
|
}
|
|
2197
|
-
`;import{jsx as It,jsxs as
|
|
2156
|
+
`;import{jsx as It,jsxs as id}from"react/jsx-runtime";var Yn=({from:e,to:t,txn:r,transactionInfo:o,tokenPrice:n,gas:a,tokenSymbol:i})=>{let l=r?.value||0;return It(Ey,{children:id(Ty,{value:"details",children:[It(Py,{children:id(x5,{children:[It("div",{children:o?.title||o?.actionDescription||"Details"}),It(_5,{children:It(my,{weiQuantities:[l],tokenPrice:n,tokenSymbol:i})})]})}),id(Sy,{children:[It(al,{label:"From",children:It(nd,{walletAddress:e,chainId:r.chainId||Nr})}),It(al,{label:"To",children:It(nd,{walletAddress:t,chainId:r.chainId||Nr})}),o&&o.action&&It(al,{label:"Action",children:o.action}),a&&It(hy,{transactionData:r,gas:a,tokenPrice:n,tokenSymbol:i})]}),It(xy,{children:({isActive:s})=>It(yy,{transactionData:r,displayFee:s,gas:a||"0x0",tokenPrice:n,tokenSymbol:i})})]})})},x5=ky.div`
|
|
2198
2157
|
display: flex;
|
|
2199
2158
|
flex-direction: row;
|
|
2200
2159
|
justify-content: space-between;
|
|
2201
|
-
`,
|
|
2160
|
+
`,_5=ky.div`
|
|
2202
2161
|
flex-shrink: 0;
|
|
2203
2162
|
padding-left: 8px;
|
|
2204
|
-
`;import
|
|
2163
|
+
`;import Zi from"styled-components";import{jsx as Yi,jsxs as W5}from"react/jsx-runtime";var ad=({description:e,contractInfo:t})=>W5(k5,{children:[t.imgUrl&&Yi(A5,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&Yi(R5,{children:Yi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&Yi(I5,{children:t.name}),Yi(M5,{children:e||t.actionText})]}),k5=Zi.div`
|
|
2205
2164
|
display: flex;
|
|
2206
2165
|
flex-direction: column;
|
|
2207
2166
|
align-items: center;
|
|
2208
2167
|
margin-bottom: 8px;
|
|
2209
|
-
`,
|
|
2168
|
+
`,A5=Zi.img`
|
|
2210
2169
|
&& {
|
|
2211
2170
|
height: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2212
2171
|
width: ${e=>e.size==="sm"?"65px":"140px"};
|
|
2213
2172
|
border-radius: 16px;
|
|
2214
2173
|
margin-bottom: 12px;
|
|
2215
2174
|
}
|
|
2216
|
-
`,
|
|
2175
|
+
`,R5=Zi.div`
|
|
2217
2176
|
font-size: 12px;
|
|
2218
2177
|
line-height: 12px;
|
|
2219
2178
|
padding: 7px;
|
|
@@ -2226,7 +2185,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2226
2185
|
text-decoration: underline;
|
|
2227
2186
|
}
|
|
2228
2187
|
}
|
|
2229
|
-
`,
|
|
2188
|
+
`,I5=Zi.div`
|
|
2230
2189
|
font-size: 18px;
|
|
2231
2190
|
line-height: 18px;
|
|
2232
2191
|
font-weight: 500;
|
|
@@ -2234,7 +2193,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2234
2193
|
white-space: nowrap;
|
|
2235
2194
|
max-width: 275px;
|
|
2236
2195
|
text-overflow: ellipsis;
|
|
2237
|
-
`,
|
|
2196
|
+
`,M5=Zi.div`
|
|
2238
2197
|
font-size: 16px;
|
|
2239
2198
|
line-height: 140%;
|
|
2240
2199
|
font-weight: 400;
|
|
@@ -2242,7 +2201,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2242
2201
|
overflow: hidden;
|
|
2243
2202
|
max-width: 275px;
|
|
2244
2203
|
text-overflow: ellipsis;
|
|
2245
|
-
`;import
|
|
2204
|
+
`;import L5 from"@heroicons/react/24/outline/WalletIcon";import ld from"styled-components";import{jsx as Ay,jsxs as sd}from"react/jsx-runtime";var Ry=({address:e,txn:t,balance:r,hasFunds:o})=>{let n=!!r,{nativeTokenSymbolForChainId:a}=M(),i=a(t.chainId)||"ETH";return sd(O5,{children:[sd(N5,{children:[Ay(L5,{strokeWidth:"2",width:"16px",height:"16px"}),Ay("div",{children:to(e)})]}),sd(D5,{displayBalanceColor:n,hasFunds:o,children:[r?Rr(r,i,6,!0):0," available"]})]})},O5=ld.div`
|
|
2246
2205
|
display: flex;
|
|
2247
2206
|
flex-direction: row;
|
|
2248
2207
|
justify-content: space-between;
|
|
@@ -2255,12 +2214,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2255
2214
|
border: 1px solid var(--privy-color-foreground-4);
|
|
2256
2215
|
border-radius: var(--privy-border-radius-md);
|
|
2257
2216
|
}
|
|
2258
|
-
`,
|
|
2217
|
+
`,N5=ld.div`
|
|
2259
2218
|
display: flex;
|
|
2260
2219
|
flex-direction: row;
|
|
2261
2220
|
align-items: center;
|
|
2262
2221
|
gap: 8px;
|
|
2263
|
-
`,
|
|
2222
|
+
`,D5=ld.div`
|
|
2264
2223
|
display: flex;
|
|
2265
2224
|
align-items: center;
|
|
2266
2225
|
justify-content: center;
|
|
@@ -2270,35 +2229,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2270
2229
|
background-color: var(--privy-color-background-2);
|
|
2271
2230
|
padding: 5px 8px;
|
|
2272
2231
|
color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
|
|
2273
|
-
`;import
|
|
2232
|
+
`;import dl from"styled-components";import{Fragment as My,jsx as Ji,jsxs as Wy}from"react/jsx-runtime";var Ly=({description:e,txn:t,tokenSymbol:r,tokenPrice:o})=>{let n=t.value||0,a=o?ji(n,o):void 0,i=Rr(n,r);return Wy(F5,{children:[a?Wy(My,{children:[Ji(Iy,{children:a}),Ji(U5,{children:i})]}):Ji(My,{children:Ji(Iy,{children:i})}),Ji(B5,{children:e})]})},F5=dl.div`
|
|
2274
2233
|
display: flex;
|
|
2275
2234
|
flex-direction: column;
|
|
2276
2235
|
align-items: center;
|
|
2277
2236
|
margin-bottom: 20px;
|
|
2278
|
-
`,
|
|
2237
|
+
`,Iy=dl.h2`
|
|
2279
2238
|
&& {
|
|
2280
2239
|
font-size: 48px;
|
|
2281
2240
|
line-height: 48px;
|
|
2282
2241
|
margin: 8px auto;
|
|
2283
2242
|
}
|
|
2284
|
-
`,
|
|
2243
|
+
`,U5=dl.p`
|
|
2285
2244
|
margin-bottom: 12px;
|
|
2286
2245
|
&& {
|
|
2287
2246
|
font-size: 17px;
|
|
2288
2247
|
line-height: 17px;
|
|
2289
2248
|
color: var(--privy-color-foreground-3);
|
|
2290
2249
|
}
|
|
2291
|
-
`,
|
|
2250
|
+
`,B5=dl.div`
|
|
2292
2251
|
font-size: 16px;
|
|
2293
2252
|
line-height: 22.4px;
|
|
2294
2253
|
font-weight: 400;
|
|
2295
2254
|
overflow: hidden;
|
|
2296
2255
|
max-width: 275px;
|
|
2297
2256
|
text-overflow: ellipsis;
|
|
2298
|
-
`;import{VoidSigner as
|
|
2257
|
+
`;import{VoidSigner as $5}from"@ethersproject/abstract-signer";import{EtherscanProvider as qH}from"@ethersproject/providers";import{BigNumber as Fy}from"@ethersproject/bignumber";import{BigNumber as Zn}from"@ethersproject/bignumber";import{Contract as H5}from"@ethersproject/contracts";import{serialize as G5}from"@ethersproject/transactions";var Jn=e=>[Qa.id,Xa.id,es.id,ts.id,rs.id,os.id,ns.id,as.id,is.id].includes(e),Oy=async(e,t)=>{if(!Jn(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 a=Zn.from(r).mul(Zn.from(126)).div(Zn.from(100)).add(Zn.from(e.maxPriorityFeePerGas));e.maxFeePerGas=Qi(a)}}catch(r){throw new Error(`Failed to set gas price for OP stack transaction: ${r}.`)}return e};async function Ny(e,t){if(!e.chainId||e.chainId&&!Jn(e.chainId))return Zn.from(0);let r=Zn.from(0);try{let o=new H5(Ap,Rp,t),n=Dy(e),a=G5(n);r=await o.getL1Fee(a)}catch{}return r}async function Uy(e,t){try{return(await t.estimateGas(e)).toHexString()}catch{}let r={...e,from:void 0};return(await t.estimateGas(r)).toHexString()}var By=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 Qn(e,t){if(!e.gasLimit)throw new Me("gasLimit was not successfully set for transaction.");let r=st(e.gasLimit),o=Fy.from(0);if(e.type==2)if(e.maxFeePerGas)o=st(e.maxFeePerGas);else throw new Me("maxFeePerGas was not successfully set for transaction of type 2.");else if(e.gasPrice)o=st(e.gasPrice);else throw new Me("gasPrice was not successfully set for transaction of type 0 or 1.");let n=r.mul(o),a=Fy.from(0);if(e.chainId&&Jn(e.chainId))try{a=await Ny(e,t),n=n.add(a)}catch{}return{totalGasEstimate:n,l1ExecutionFeeEstimate:a}}import{BigNumber as cd}from"@ethersproject/bignumber";var dd=e=>[Ya.id,Za.id,Ja.id].includes(e),Hy=async(e,t)=>{if(!dd(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(cd.from(120)).div(cd.from(100));e.maxFeePerGas=Qi(o),e.maxPriorityFeePerGas=Qi(cd.from(0))}}catch(r){throw new Error(`Failed to set gas price for Arbitrum transaction: ${r}.`)}return e};var pd=e=>[56,97].includes(e),Gy=async(e,t)=>{if(!pd(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 Vy}from"@ethersproject/units";import{ofetch as V5}from"ofetch";var ud={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 fd=e=>[hi.id,yi.id,ud.id].includes(e),md=e=>({maxPriorityFee:Vy(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:Vy(e.maxFee.toFixed(9),"gwei").toHexString()}),z5=e=>({safeLow:md(e.safeLow),standard:md(e.standard),fast:md(e.fast)}),q5=async e=>{let t="";switch(e){case hi.id:t="https://gasstation.polygon.technology/v2";break;case yi.id:t="https://gasstation-testnet.polygon.technology/v2";break;case ud.id:t="https://gasstation-testnet.polygon.technology/amoy";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return z5(await V5(t))};async function zy(e){if(!fd(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 q5(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 Qi(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 Dy(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=st(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=st(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=st(e.gasPrice)),e.value!==void 0&&(t.value=st(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=st(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=st(e.maxPriorityFeePerGas)),t}async function Xn(e,t,r){if(t.chainId=Number(t.chainId),qy(t),t.from||(t.from=e),!t.nonce){let o=new $5(e,r);t.nonce=await o.getTransactionCount("pending")}return t.gasLimit||(t.gas?(t.gasLimit=t.gas,delete t.gas):t.gasLimit=await Uy(t,r)),typeof t.type=="string"&&$y(t.type)&&(t.type=Number(t.type)),[23294,23295].includes(t.chainId)&&(t.type=0),fd(t.chainId)?t=await zy(t):dd(t.chainId)?t=await Hy(t,r):Jn(t.chainId)?t=await Oy(t,r):pd(t.chainId)?t=await Gy(t,r):t=await By(t,r),t.type===0&&delete t.accessList,t.type!==2&&(delete t.maxPriorityFeePerGas,delete t.maxFeePerGas),t}async function pl(e,t,r,o,n){o=Object.assign({chainId:Nr},o),qy(o);let i=(await r.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[o]}})).response.data;return await n.sendTransaction(i)}async function ul(e,t,r,o){let n=await o.getBalance(e),a=t.value||0,l=!n.sub(st(a)).sub(r).isNegative();return{balance:n,hasSufficientFunds:l}}function qy(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let r of t){let o=e[r];if(!(typeof o>"u")&&!j5(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 j5(e){let t=typeof e=="number",r=typeof e=="bigint",o=typeof e=="string"&&$y(e);return t||r||o}function $y(e){return/^-?0x[a-f0-9]+$/i.test(e)}function ml(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 hd,useEffect as K5}from"react";var fl=e=>{let{showFiatPrices:t,getUsdTokenPrice:r,chains:o}=M(),[n,a]=hd(!0),[i,l]=hd(void 0),[s,c]=hd(void 0);return K5(()=>{let u=e.chainId||Nr,h=o.find(y=>y.id===Number(u));if(!h)throw new Z(`Unsupported chain: ${u}`);(async()=>{if(!t){a(!1);return}try{a(!0);let y=await r(h);y?c(y):l(new Error(`Unable to fetch token price on chain id ${h.id}`))}catch(y){l(y)}finally{a(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:i}};import{createContext as Y5,useContext as Z5}from"react";var yd=Y5(null);function Xi(){let e=Z5(yd);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as Ky}from"react/jsx-runtime";var gd=({pendingTransaction:e})=>{let{getAccessToken:t}=H(),{wallets:r}=Xi(),{walletProxy:o,rpcConfig:n,chains:a,appId:i,nativeTokenSymbolForChainId:l}=M(),[s,c]=jy(null),[u,h]=jy(e),{tokenPrice:f}=fl(u),y=l(e.chainId)||"ETH",C=J5(()=>r.find(v=>v.walletClientType==="privy"),[r]);return Q5(()=>{async function v(){if(!await t()||!o||!C)return u;let b=Dr(u.chainId,a,n,{appId:i}),P=await Xn(C.address,u,b),{totalGasEstimate:W}=await Qn(P,b);return c(W.toHexString()),P}v().then(h).catch(console.error)},[o]),C?Ky(e6,{children:Ky(Yn,{from:C.address,to:u.to,txn:u,gas:s??void 0,tokenPrice:f,tokenSymbol:y})}):null},e6=X5.div`
|
|
2299
2258
|
width: 100%;
|
|
2300
2259
|
padding: 1rem 0;
|
|
2301
|
-
`;import{Fragment as
|
|
2260
|
+
`;import{Fragment as Cd,jsx as ce,jsxs as Ir}from"react/jsx-runtime";var wd=({open:e,onClose:t})=>{let{user:r}=H(),[o,n]=vd(null),{init:a,cancel:i}=jn();a6(()=>{e&&r?.mfaMethods&&r.mfaMethods.length>0?l(r.mfaMethods[0]):n(null)},[r?.mfaMethods,e]);async function l(c){try{n(c),await a(c)}catch(u){console.error(u)}}let s=()=>{n(null),i(),t()};return!e||!r?null:o?ce(s6,{selectedMethod:o,onClose:s,onBack:r.mfaMethods.length>1?()=>n(null):void 0}):Ir(Cd,{children:[ce(_,{onClose:s},"header"),ce(Ne,{children:ce(je,{children:ce(i6,{})})}),ce(be,{children:"Verify your identity"}),ce(fe,{children:"Choose a verification method"}),Ir(ys,{children:[r.mfaMethods.includes("totp")&&Ir(xe,{onClick:()=>l("totp"),children:[ce(t6,{}),"Authenticator App"]},"totp"),r.mfaMethods.includes("sms")&&Ir(xe,{onClick:()=>l("sms"),children:[ce(r6,{}),"SMS"]},"sms")]}),ce(K,{})]})},s6=({selectedMethod:e,onClose:t,onBack:r})=>{let{app:o}=x(),{pendingTransaction:n}=M(),[a,i]=vd(!1),[l,s]=vd(!1),{submit:c}=jn();async function u(h){try{if(!h)return;await c(e,h),s(!0),i(!1),t()}catch(f){throw Ec(f)?(i(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Mn(f)?(i(!1),new Error("The code you entered is not valid")):In(f)?(i(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(i(!1),new Error("Unknown error"))}}switch(e){case"sms":return Ir(Cd,{children:[ce(_,{onClose:t},"header"),ce(Ne,{children:ce(je,{children:ce(n6,{})})}),ce(be,{children:"Enter verification code"}),Ir(ao,{children:[ce($n,{success:l,disabled:a,onChange:u}),Ir(fe,{children:["To continue, please enter the 6-digit code sent to your ",ce("strong",{children:"mobile device"})]}),n&&ce(gd,{pendingTransaction:n})]}),r&&ce(lc,{theme:o?.appearance.palette.colorScheme,onClick:r,children:"Choose another method"}),ce(tr,{onClick:t,children:"Not now"}),ce(K,{})]});case"totp":return Ir(Cd,{children:[ce(_,{onClose:t},"header"),ce(Ne,{children:ce(je,{children:ce(o6,{})})}),ce(be,{children:"Enter verification code"}),Ir(ao,{children:[ce($n,{success:l,disabled:a,onChange:u}),Ir(fe,{children:["To continue, please enter the 6-digit code generated from your"," ",ce("strong",{children:"authenticator app"})]}),n&&ce(gd,{pendingTransaction:n})]}),r&&ce(lc,{theme:o?.appearance.palette.colorScheme,onClick:r,children:"Choose another method"}),ce(tr,{onClick:t,children:"Not now"}),ce(K,{})]});default:return null}};import{useEffect as Yy,useState as Zy}from"react";import l6 from"styled-components";import{Fragment as d6,jsx as Mr,jsxs as hl}from"react/jsx-runtime";var Jy=()=>{let{authenticated:e,logout:t,ready:r,user:o}=H(),{app:n,setModalData:a,navigate:i,resetNavigation:l}=x(),{getAuthMeta:s,initLoginWithOAuth:c,loginWithOAuth:u,updateWallets:h,setReadyToTrue:f,closePrivyModal:y,createAnalyticsEvent:C}=M(),[v,S]=Zy(!1),[b,P]=Zy(void 0),W=s()?.provider||"google",{name:R,component:F}=mi(W),I=n?.render.inDialog?Ie:0;Yy(()=>{u(W).then(()=>{S(!0),f(!0)}).catch(V=>{if(V?.privyErrorCode==="allowlist_rejected"){P(void 0),l(),i("ALLOWLIST_REJECTION_SCREEN");return}if(V?.privyErrorCode==="max_accounts_reached"){console.error(new hr(V).toString()),P(void 0),l(),i("USER_LIMIT_REACHED_SCREEN");return}let{retryable:q,detail:A}=Xp(V,W);P({retryable:q,detail:A,message:"Authentication failed"}),f(!1)}).finally(()=>{Io()})},[R,W]),Yy(()=>{if(r&&e&&v&&o){if(n?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let q=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},I);return()=>clearTimeout(q)}if(Ht(o,n?.embeddedWallets?.createOnLogin)){let q=setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:A=>{console.error(A),C({eventName:"embedded_wallet_creation_failure_logout",payload:{error:A,provider:W,screen:"OAuthStatusScreen"}}),t()},callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},I);return()=>clearTimeout(q)}else{let q=setTimeout(()=>y({shouldCallAuthOnSuccess:!0,isSuccess:!0}),I);return h(),()=>clearTimeout(q)}}},[r,e,v,o]);let B=v?`Successfully connected with ${R}`:b?b.message:`Verifying connection to ${R}`,$="";return v?$="You\u2019re good to go!":b?$=b.detail:$="Just a few moments more",hl(d6,{children:[Mr(_,{}),Mr(Y,{}),hl(c6,{children:[Mr(Et,{children:hl("div",{children:[Mr(nt,{success:v,fail:!!b}),Mr(F,{style:{width:"38px",height:"38px"}})]})}),hl(Oe,{children:[Mr("h3",{children:B}),Mr("p",{children:$})]}),b&&b?.retryable?Mr(hn,{onClick:()=>{Io(),c(W),P(void 0)},disabled:!v&&!b?.retryable,children:"Retry"}):null]}),Mr(J,{}),Mr(K,{})]})},c6=l6.div`
|
|
2302
2261
|
display: flex;
|
|
2303
2262
|
flex-direction: column;
|
|
2304
2263
|
align-items: center;
|
|
@@ -2306,17 +2265,17 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2306
2265
|
margin-left: 27px;
|
|
2307
2266
|
margin-right: 27px;
|
|
2308
2267
|
gap: 24px;
|
|
2309
|
-
`;import{useEffect as
|
|
2310
|
-
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
|
|
2268
|
+
`;import{useEffect as bd,useRef as p6,useState as Qy}from"react";import Xy from"styled-components";import{Fragment as m6,jsx as jr,jsxs as yl}from"react/jsx-runtime";var e1=()=>{let{app:e,lastScreen:t,currentScreen:r,navigateBack:o}=x(),{loginWithPasskey:n,closePrivyModal:a}=M(),i=e?.render.inDialog?Ie:0,[l,s]=Qy("loading"),[c,u]=Qy(null),h=p6([]),f=b=>{h.current=[b,...h.current]};bd(()=>()=>{h.current.forEach(b=>clearTimeout(b)),h.current=[]},[]);let y=()=>{switch(l){case"loading":return"Waiting for passkey";case"success":return"Success";case"error":return"Something went wrong"}},C=()=>{switch(l){case"loading":return`Please follow prompts to verify your passkey.
|
|
2269
|
+
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 Le){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.
|
|
2311
2270
|
You will have to sign up with another method first to register a passkey for your account.`}return`An unknown error occurred.
|
|
2312
|
-
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
|
|
2271
|
+
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 jr(N,{onClick:()=>{},disabled:!0,children:"Continue"});case"error":return jr(N,{onClick:S,disabled:!1,children:"Retry"})}},S=async()=>{s("loading");try{await n(),s("success")}catch(b){u(b),s("error")}};return bd(()=>{l==="success"&&f(setTimeout(()=>{a({shouldCallAuthOnSuccess:!0,isSuccess:!0})},i))},[l]),bd(()=>{S()},[]),yl(m6,{children:[jr(_,{backFn:!t||r===t?void 0:o}),yl(u6,{children:[jr(Et,{children:yl("div",{children:[jr(nt,{success:l==="success",fail:l==="error"}),jr(il,{style:{width:"38px",height:"38px"}})]})}),yl(Oe,{children:[jr("h3",{children:y()}),jr("p",{style:{whiteSpace:"pre-wrap"},children:C()})]}),v()]}),jr(K,{})]})},u6=Xy.div`
|
|
2313
2272
|
display: flex;
|
|
2314
2273
|
flex-direction: column;
|
|
2315
2274
|
align-items: center;
|
|
2316
2275
|
justify-content: center;
|
|
2317
2276
|
gap: 24px;
|
|
2318
2277
|
width: 100%;
|
|
2319
|
-
`,
|
|
2278
|
+
`,yV=Xy.div`
|
|
2320
2279
|
display: flex;
|
|
2321
2280
|
align-items: center;
|
|
2322
2281
|
justify-content: center;
|
|
@@ -2332,63 +2291,136 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2332
2291
|
stroke: var(--privy-color-accent) !important;
|
|
2333
2292
|
fill: var(--privy-color-accent) !important;
|
|
2334
2293
|
}
|
|
2335
|
-
`;import{useEffect as
|
|
2294
|
+
`;import{useEffect as h6,useState as r1}from"react";import y6 from"styled-components";import{isMobile as f6}from"react-device-detect";var t1=(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(!eo()&&f6)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${o}?ref=${o}`};import{Fragment as v6,jsx as Kr,jsxs as o1}from"react/jsx-runtime";var n1=()=>{let{forkSession:e,ready:t,authenticated:r}=H(),[o,n]=r1(""),[a,i]=r1(!1);h6(()=>{t&&r&&e().then(n)},[t,r]);let l=t1(o,!a),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."),a&&(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."),o1(v6,{children:[Kr(_,{},"header"),Kr(Y,{}),Kr(Pr,{title:s.title,description:s.description}),o1($t,{children:[Kr(g6,{children:Kr(Cr,{style:{width:"72px",height:"72px"}})}),Kr(us,{href:l,onClick:()=>{setTimeout(()=>i(!0),1e3)},loading:t&&!l,children:a?"Go to App Store":"Continue"}),s.footnote?Kr("p",{children:s.footnote}):null]}),Kr(J,{}),Kr(z,{protectedByPrivy:!0})]})},g6=y6(pt)`
|
|
2336
2295
|
margin: 16px auto;
|
|
2337
|
-
`;import
|
|
2296
|
+
`;import C6 from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as w6,useState as gl}from"react";import vl,{css as b6}from"styled-components";import{Fragment as x6,jsx as ht,jsxs as jo}from"react/jsx-runtime";var i1=()=>{let[e,t]=gl(!0),{authenticated:r,getAccessToken:o}=H(),{walletProxy:n,closePrivyModal:a,createAnalyticsEvent:i}=M(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=x(),[u,h]=gl(void 0),[f,y]=gl(""),[C,v]=gl(!1),{privyWallet:S,onCompleteNavigateTo:b,onSuccess:P,onFailure:W}=s.recoverWallet,R=(B="User exited before their wallet could be recovered")=>{a({shouldCallAuthOnSuccess:!1}),W(typeof B=="string"?new dt(B):B)};c.current=R,w6(()=>{if(!r||!S)return R("User must be authenticated and have a Privy wallet before it can be recovered")},[r]);let F=B=>{B&&h(B)};return jo(x6,{children:[ht(_,{onClose:R}),ht(Y,{}),jo(T6,{children:[jo(E6,{children:[ht(C6,{height:48,width:48,stroke:"var(--privy-color-accent)"}),ht("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),ht("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),jo("div",{children:[jo(uo,{children:[ht(Nn,{type:e?"password":"text",onChange:B=>F(B.target.value),disabled:C,style:{paddingRight:"2.3rem"}}),ht(Dn,{style:{right:"0.75rem"},children:e?ht(Fn,{onClick:()=>t(!1)}):ht(Un,{onClick:()=>t(!0)})})]}),!!f&&ht(P6,{children:f})]}),jo("div",{children:[jo(sm,{children:[ht("h4",{children:"Why is this necessary?"}),ht("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),ht(S6,{loading:C||!n,disabled:!u,onClick:async()=>{v(!0);let B=await o();if(B&&S&&u!==null)try{i({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:S.address}}),await n?.recover({address:S.address,accessToken:B,recoveryPin:u}),y(""),b?l(b):a({shouldCallAuthOnSuccess:!1}),P?.(S),i({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:S.address}})}catch($){Bm($)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{v(!1)}else return R("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!S&&C,children:"Recover your account"})]})]}),ht(J,{}),ht(z,{protectedByPrivy:!0})]})},E6=vl.div`
|
|
2297
|
+
display: flex;
|
|
2298
|
+
flex-direction: column;
|
|
2299
|
+
align-items: center;
|
|
2300
|
+
justify-content: center;
|
|
2301
|
+
margin: 20px 0;
|
|
2302
|
+
gap: 4px;
|
|
2303
|
+
|
|
2304
|
+
& h3 {
|
|
2305
|
+
font-size: 18px;
|
|
2306
|
+
font-style: normal;
|
|
2307
|
+
font-weight: 600;
|
|
2308
|
+
line-height: 24px;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
& p {
|
|
2312
|
+
max-width: 300px;
|
|
2313
|
+
font-size: 14px;
|
|
2314
|
+
font-style: normal;
|
|
2315
|
+
font-weight: 400;
|
|
2316
|
+
line-height: 20px;
|
|
2317
|
+
}
|
|
2318
|
+
`,T6=vl.div`
|
|
2319
|
+
display: flex;
|
|
2320
|
+
flex-direction: column;
|
|
2321
|
+
justify-content: space-between;
|
|
2322
|
+
`,P6=vl.div`
|
|
2323
|
+
line-height: 20px;
|
|
2324
|
+
height: 20px;
|
|
2325
|
+
font-size: 13px;
|
|
2326
|
+
color: var(--privy-color-error);
|
|
2327
|
+
text-align: left;
|
|
2328
|
+
margin-top: 0.5rem;
|
|
2329
|
+
`,S6=vl(N)`
|
|
2330
|
+
${e=>e.hideAnimations&&b6`
|
|
2331
|
+
&& {
|
|
2332
|
+
// Remove animations because the recoverWallet task on the iframe partially
|
|
2333
|
+
// blocks the renderer, so the animation stutters and doesn't look good
|
|
2334
|
+
transition: none;
|
|
2335
|
+
}
|
|
2336
|
+
`}
|
|
2337
|
+
`;import{useCallback as _6,useEffect as s1,useState as Ed}from"react";import c1 from"styled-components";import{jsx as Yr,jsxs as a1}from"react/jsx-runtime";var Cl=({style:e,...t})=>a1("svg",{width:"16",height:"14",style:e,viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[a1("g",{clipPath:"url(#clip0_2115_829)",children:[Yr("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"}),Yr("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"}),Yr("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"}),Yr("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"}),Yr("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"}),Yr("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"})]}),Yr("defs",{children:Yr("clipPath",{id:"clip0_2115_829",children:Yr("rect",{width:"16",height:"14",fill:"white"})})})]});import{Fragment as Td,jsx as Mt,jsxs as ei}from"react/jsx-runtime";var l1={"google-drive":{name:"Google Drive",component:Cl}},d1=()=>{let{navigate:e,data:t}=x(),{recoveryOAuthFlow:r,closePrivyModal:o}=M(),[n,a]=Ed(!1),{provider:i,action:l}=t?.recoveryOAuthStatus,[s,c]=Ed(void 0),[u,h]=Ed(l==="create-wallet"),f=l1[i].name,y=l1[i].component,C=t?.recoverWallet?.onCompleteNavigateTo,v=new Ae(async()=>{try{let W=window.open();await r(i,"create-wallet",W),a(!0)}catch(W){c(W.message)}});s1(()=>{l==="create-wallet"&&v.execute()},[]),s1(()=>{if(!n)return;let W=setTimeout(()=>o({shouldCallAuthOnSuccess:!1}),Ie);return()=>clearTimeout(W)},[n]);let S=_6(async()=>{h(!0);try{let W=window.open();await r(i,"recover",W)}catch(W){c(W.message),h(!1);return}C?e(C):a(!0)},[]),b=n?"Success!":s?s.message:`Verifying connection to ${f}`,P="";return s?P=s.detail:n?P="":P="Just a few moments more",ei(Td,{children:[Mt(_,{}),u?ei(Td,{children:[Mt(Y,{}),ei(k6,{children:[Mt(A6,{children:ei("div",{children:[Mt(nt,{success:n,fail:!!s}),Mt(y,{style:{width:"38px",height:"38px"}})]})}),ei(Oe,{children:[Mt("h3",{children:b}),Mt("p",{children:P})]}),s&&s?.retryable?Mt(hn,{onClick:()=>{Io(),c(void 0),l==="create-wallet"?v.execute():S()},disabled:!n&&!s?.retryable,children:"Retry"}):null]}),Mt(J,{})]}):ei(Td,{children:[Mt(Ee,{title:"Confirm it's really you",icon:Mt(y,{style:{height:42,width:48}}),description:`To confirm your identity, please log in to Google Drive where your account is
|
|
2338
|
+
backed up.`}),Mt(N,{onClick:S,children:"Confirm with Google"})]}),Mt(z,{protectedByPrivy:!0})]})},k6=c1.div`
|
|
2339
|
+
display: flex;
|
|
2340
|
+
flex-direction: column;
|
|
2341
|
+
align-items: center;
|
|
2342
|
+
justify-content: center;
|
|
2343
|
+
margin-left: 27px;
|
|
2344
|
+
margin-right: 27px;
|
|
2345
|
+
gap: 24px;
|
|
2346
|
+
`,A6=c1.div`
|
|
2347
|
+
display: flex;
|
|
2348
|
+
flex-direction: column;
|
|
2349
|
+
justify-content: center;
|
|
2350
|
+
align-items: center;
|
|
2351
|
+
width: 100%;
|
|
2352
|
+
height: 82px;
|
|
2353
|
+
|
|
2354
|
+
> div {
|
|
2355
|
+
position: relative;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
> div > span {
|
|
2359
|
+
position: absolute;
|
|
2360
|
+
left: -41px;
|
|
2361
|
+
top: -41px;
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
> div > svg {
|
|
2365
|
+
position: absolute;
|
|
2366
|
+
left: -19px;
|
|
2367
|
+
top: -19px;
|
|
2368
|
+
}
|
|
2369
|
+
`;import{useEffect as p1,useState as ea}from"react";import{jsx as R6}from"react/jsx-runtime";var u1=()=>{let{app:e,navigate:t,data:r,onUserCloseViaDialogOrKeybindRef:o}=x(),[n,a]=ea(""),[i,l]=ea(!1),[s,c]=ea(),[u,h]=ea(null),{authenticated:f}=H(),{closePrivyModal:y,isNewUserThisSession:C,initializeWalletProxy:v}=M(),{onSuccess:S,onFailure:b,callAuthOnSuccessOnClose:P}=r.createWallet,{createWallet:W}=ks(),[R,F]=ea(null),I=new Ae(async()=>{try{let V=await W(s);if(!V)return;F(V),C?t("EMBEDDED_WALLET_CREATED_SCREEN"):(S(V),y({shouldCallAuthOnSuccess:P}))}catch(V){a(V.message)}});p1(()=>{u||v(3e4).then(V=>h(V))},[u]),p1(()=>{if(!f){t("LANDING"),b(new Error("User must be authenticated before creating a Privy wallet"));return}},[f]);let B=()=>{R&&R?.recoveryMethod!=="user-passcode"?(b(new dt("User created a wallet but failed to set a password for it")),y({shouldCallAuthOnSuccess:!1})):R?(S(R),y({shouldCallAuthOnSuccess:P})):(b(new dt("User wallet creation failed")),y({shouldCallAuthOnSuccess:!1}))};o.current=()=>null;let $=async()=>{l(!0);let V=250;return I.execute().then(()=>new Promise(q=>setTimeout(q,V))).finally(()=>l(!1))};return R6(Ws,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:!u,buttonLoading:i,buttonHideAnimations:!R&&i,error:n,password:s||"",onClose:B,onPasswordChange:c,onPasswordGenerate:()=>c(Ms()),onSubmit:$})};import I6 from"@heroicons/react/24/outline/LockClosedIcon";import M6 from"@heroicons/react/24/outline/PencilSquareIcon";import W6 from"@heroicons/react/24/outline/QuestionMarkCircleIcon";import{useState as L6}from"react";import m1 from"styled-components";var f1=m1.div`
|
|
2338
2370
|
display: flex;
|
|
2339
2371
|
flex-direction: column;
|
|
2340
2372
|
gap: 12px;
|
|
2341
2373
|
padding-top: 24px;
|
|
2342
2374
|
padding-bottom: 24px;
|
|
2343
|
-
`,
|
|
2375
|
+
`,h1=m1.div`
|
|
2344
2376
|
padding-bottom: 24px;
|
|
2345
|
-
`;import{Fragment as
|
|
2377
|
+
`;import{Fragment as Pd,jsx as Wt,jsxs as ti}from"react/jsx-runtime";var O6=({onClose:e})=>ti(h1,{children:[Wt(Ee,{title:"Why do I need to secure my account?",icon:Wt(W6,{width:48}),description:ti(Pd,{children:[Wt("p",{children:"Your app uses cryptography to secure your account. App secrets are split and encrypted so only you can access them."}),Wt("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."})]})}),Wt(N,{onClick:e,children:"Select backup method"})]}),y1=()=>{let{navigate:e,setModalData:t}=x(),{user:r}=H(),{embeddedWallets:o}=no(),a=we(r)===null,[i,l]=L6(!1);return ti(Pd,{children:[Wt(_,{backFn:i?()=>l(!1):void 0,infoFn:i?void 0:()=>l(!0)},"header"),i?Wt(O6,{onClose:()=>l(!1)}):ti(Pd,{children:[Wt(Ee,{title:"Secure your account",icon:Wt(I6,{width:48}),description:"Select a method for logging in on new devices and recovering your account."}),Wt(f1,{children:o.userOwnedRecoveryOptions.map(s=>{switch(s){case"google-drive":return ti(xe,{onClick:async()=>{t({recoveryOAuthStatus:{provider:"google-drive",action:a?"create-wallet":"set-recovery"}}),e("EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN")},children:[Wt(Cl,{})," Back up to Google Drive"]},s);case"user-passcode":return ti(xe,{onClick:()=>{e(a?"EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN":"EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:[Wt(M6,{})," Set a password"]},s);default:return null}})})]}),Wt(z,{protectedByPrivy:!0})]})};import{BigNumber as C1}from"@ethersproject/bignumber";import{useMemo as w1,useEffect as b1,useState as Zt}from"react";import oi from"styled-components";function g1(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as Sd}from"@ethersproject/bignumber";import N6 from"styled-components";import{Fragment as U6,jsx as ta,jsxs as B6}from"react/jsx-runtime";var D6=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let r=Sd.from(e.gasUsed),o=Sd.from(e.effectiveGasPrice),n=r.mul(o);if(t){let a=Sd.from(t);n=n.add(a)}return n.toString()}catch{return}else return},v1=({txn:e,receipt:t,transactionInfo:r,onClose:o,tokenPrice:n,tokenSymbol:a,l1GasEstimate:i})=>B6(U6,{children:[ta(_,{onClose:o}),ta(Ti,{title:"Transaction complete!",description:"You're all set."}),ta(Yn,{tokenPrice:n,from:t.from,to:t.to,gas:D6(t,i),txn:e,transactionInfo:r,tokenSymbol:a}),ta(F6,{loading:!1,onClick:o,children:"All Done"}),ta(K,{})]}),F6=N6(N)`
|
|
2346
2378
|
&& {
|
|
2347
2379
|
margin-top: 24px;
|
|
2348
2380
|
}
|
|
2349
2381
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2350
|
-
`;import{Fragment as
|
|
2382
|
+
`;import{Fragment as xd,jsx as lt,jsxs as ri}from"react/jsx-runtime";var H6=({txn:e,txnFamily:t,uiOptions:r,tokenSymbol:o,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(r.transactionInfo?.contractInfo)return lt(ad,{contractInfo:r.transactionInfo.contractInfo,description:r.description});if(r.senderInfo)return lt(ad,{contractInfo:r.senderInfo,description:r.description||r.senderInfo.actionText})}return lt(xd,{children:lt(Ly,{description:r.description||r.transactionInfo?.description||"",txn:e,tokenSymbol:o,tokenPrice:n})})},T1=()=>{let{authenticated:e,getAccessToken:t}=H(),{wallets:r}=Xi(),{walletProxy:o,closePrivyModal:n,getFiatOnRampConfig:a,rpcConfig:i,chains:l,nativeTokenSymbolForChainId:s,appId:c}=M(),{app:u,navigate:h,data:f,onUserCloseViaDialogOrKeybindRef:y,setModalData:C}=x(),{transactionRequest:v,onSuccess:S,onFailure:b,uiOptions:P,fundWalletConfig:W}=f.sendTransaction,[R,F]=Zt(null),[I,B]=Zt(null),[$,V]=Zt(""),[q,A]=Zt(),[le,U]=Zt(!1),de=()=>{V(""),A(void 0)},pe=(Ce,ze,Jr)=>{V(Ce),A(new Me(new Gt(ze??Ce,Jr??ot.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[te,We]=Zt(!1),[re,Jt]=Zt(!0),[Lt,Ot]=Zt(null),[ye,pr]=Zt(v),{tokenPrice:ur,isTokenPriceLoading:Zo}=fl(ye),mr=s(v.chainId)||"ETH",[yt,Ue]=Zt(null),[L,se]=Zt(null),[G,fr]=Zt(!0);b1(()=>{e||(h("LANDING"),b(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let oe=w1(()=>r.find(Ce=>Ce.walletClientType==="privy"),[r]),gt=async()=>{if(!oe)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Ce,externalTransactionId:ze}=await a(oe.address,{config:W?.config||{}});C({fiatOnRampPrompt:{signedUrl:Ce},fiatOnRampStatus:{externalTransactionId:ze}}),h("FIAT_ON_RAMP_PROMPT_SCREEN")},Or=w1(()=>Dr(ye.chainId,l,i,{appId:c}),[ye.chainId,i]);b1(()=>{async function Ce(){let ze=ye;if(!await t()||!o||!oe)return;try{ze=await Xn(oe.address,ye,Or),pr(ze)}catch(Nt){console.error(Nt),pe("There was an error preparing your transaction. Please try again.",Nt.reason)}let si=C1.from(0),Qo=C1.from(0);try{({totalGasEstimate:si,l1ExecutionFeeEstimate:Qo}=await Qn(ze,Or)),Ue(si.toHexString()),se(Qo.toHexString())}catch{Ue(null)}try{let{balance:Nt,hasSufficientFunds:Sl}=await ul(oe.address,ze,si,Or);Ot(Nt.toHexString()),Sl||(Jt(!1),pe("Wallet has insufficient funds for this transaction."),u?.fiatOnRamp.enabled&&U(!0))}catch(Nt){console.warn(`Failed to fetch wallet balance with error: ${Nt}`)}fr(!1)}Ce()},[o]);let oa=g1(ye),ai=oa==="SEND"?`Send ${mr}`:"Review transaction",Zr={modalTitle:P.header||P.modalTitle||ai,buttonText:P.buttonText||"Submit"},Jo=()=>{te||(I?S(I):b(q||new Me(new Gt("The user rejected the request",ot.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return y.current=Jo,ur===void 0&&Zo||G?ri(xd,{children:[P.transactionInfo?.contractInfo?.imgUrl&<(Ka,{src:P.transactionInfo?.contractInfo?.imgUrl}),lt(_,{title:Zr.modalTitle,onClose:Jo}),lt(E1,{children:lt(An,{})})]}):R!==null?lt(v1,{txn:ye,onClose:Jo,receipt:R,transactionInfo:P.transactionInfo,tokenPrice:ur,tokenSymbol:mr,l1GasEstimate:L}):ri(xd,{children:[lt(_,{title:Zr.modalTitle,onClose:Jo}),ri(E1,{children:[ri(q6,{children:[lt(H6,{txn:ye,txnFamily:oa,uiOptions:P,tokenSymbol:mr,tokenPrice:ur}),oe?lt(Yn,{from:oe.address,to:ye.to,txn:ye,transactionInfo:P.transactionInfo,gas:yt||void 0,tokenPrice:ur,tokenSymbol:mr}):null]}),ri($6,{children:[lt(G6,{children:$}),lt(Ry,{txn:ye,address:oe?.address??"",hasFunds:re,balance:Lt}),ri(V6,{children:[le&<(N,{onClick:gt,children:"Add Funds"}),lt(z6,{disabled:te||!re,loading:!o||te,loadingText:te?"Submitting (may take a few moments)...":"Loading...",onClick:async()=>{We(!0);let Ce=await t();if(Ce&&!te&&oe)try{let ze=await pl(Ce,oe.address,o,ye,Or);B(ze);let Jr=await ze.wait();F(ml(Jr)),de()}catch(ze){let Jr="There was an error processing your transaction. Please contact support.";console.warn({transaction:ye,error:ze}),pe(Jr,ze.reason)}finally{We(!1)}},children:Zr.buttonText})]})]})]})]})},E1=oi.div`
|
|
2351
2383
|
display: flex;
|
|
2352
2384
|
flex-direction: column;
|
|
2353
2385
|
justify-content: space-between;
|
|
2354
2386
|
flex-grow: 1;
|
|
2355
2387
|
padding-bottom: 16px;
|
|
2356
|
-
`,
|
|
2388
|
+
`,G6=oi.div`
|
|
2357
2389
|
font-size: 13px;
|
|
2358
2390
|
color: var(--privy-color-error);
|
|
2359
2391
|
width: 100%;
|
|
2360
2392
|
margin-top: 16px;
|
|
2361
|
-
`,
|
|
2393
|
+
`,V6=oi.div`
|
|
2362
2394
|
display: flex;
|
|
2363
2395
|
direction: row;
|
|
2364
2396
|
justify-content: space-between;
|
|
2365
2397
|
align-items: center;
|
|
2366
2398
|
gap: 8px;
|
|
2367
|
-
`,
|
|
2399
|
+
`,z6=oi(N)`
|
|
2368
2400
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2369
|
-
`,
|
|
2401
|
+
`,q6=oi.div`
|
|
2370
2402
|
height: 100%;
|
|
2371
2403
|
display: flex;
|
|
2372
2404
|
flex-direction: column;
|
|
2373
2405
|
justify-content: space-evenly;
|
|
2374
2406
|
flex-grow: 1;
|
|
2375
|
-
|
|
2407
|
+
`,$6=oi.div`
|
|
2376
2408
|
display: flex;
|
|
2377
2409
|
flex-direction: column;
|
|
2378
2410
|
gap: 8px;
|
|
2379
|
-
`;import{isHexString as
|
|
2411
|
+
`;import{isHexString as j6}from"@ethersproject/bytes";import{toUtf8String as K6}from"@ethersproject/strings";import{useEffect as P1,useState as wl}from"react";import Eo,{css as Y6}from"styled-components";import{Fragment as _1,jsx as Ge,jsxs as ni}from"react/jsx-runtime";var Z6=e=>{if(!j6(e))return e;try{return K6(e)}catch{return e}},J6=e=>JSON.stringify(e,null,2),Q6=({data:e})=>{let t=r=>typeof r=="object"&&r!==null?Ge(ob,{children:Object.entries(r).map(([o,n])=>ni("li",{children:[ni("strong",{children:[o,":"]})," ",t(n)]},o))}):Ge("span",{children:String(r)});return Ge("div",{children:t(e)})},X6=e=>{let{types:t,primaryType:r,...o}=e.typedData;return ni(_1,{children:[Ge(x1,{children:Ge(Q6,{data:o})}),Ge(fo,{text:J6(e.typedData),itemName:"full payload to clipboard"})," "]})},S1=()=>{let{authenticated:e}=H(),{initializeWalletProxy:t,closePrivyModal:r}=M(),{navigate:o,data:n,onUserCloseViaDialogOrKeybindRef:a}=x(),[i,l]=wl(!0),[s,c]=wl(""),[u,h]=wl(),[f,y]=wl(null),C=f!==null;P1(()=>{e||o("LANDING")},[e]),P1(()=>{t(tn).then(B=>{l(!1),B||(c("An error has occurred, please try again."),h(new Me(new Gt(s,ot.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:v,data:S,confirmAndSign:b,onSuccess:P,onFailure:W,uiOptions:R}=n.signMessage,F={title:R.title||"Sign message",description:R.description||"Signing this message will not cost you any fees.",buttonText:R.buttonText||"Sign and continue"},I=B=>{B?P(B):W(u||new Me(new Gt("The user rejected the request.",ot.E4001_USER_REJECTED_REQUEST.eipCode))),r({shouldCallAuthOnSuccess:!1}),y(null),c(""),h(void 0)};return a.current=()=>{I(f)},ni(_1,{children:[Ge(_,{onClose:()=>I(f)}),Ge(Y,{}),ni(eb,{children:[Ge(tb,{children:F.title}),Ge(rb,{children:F.description}),v==="personal_sign"&&Ge(x1,{children:Z6(S)}),v==="eth_signTypedData_v4"&&Ge(X6,{typedData:S}),Ge(nb,{fail:!0,children:s}),Ge(ab,{success:C,loading:i,disabled:C,onClick:async()=>{try{let B=await b();y(B),c(""),setTimeout(()=>{I(B)},Ie)}catch{c("An error has occurred, please try again."),h(new Me(new Gt(s,ot.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:C?ni(ib,{children:[Ge(Ds,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Ge("span",{children:"Success"})]}):F.buttonText})]}),Ge(J,{}),Ge(z,{protectedByPrivy:!0})]})},eb=Eo.div`
|
|
2380
2412
|
display: flex;
|
|
2381
2413
|
flex-direction: column;
|
|
2382
2414
|
align-items: center;
|
|
2383
2415
|
justify-content: center;
|
|
2384
|
-
`,
|
|
2416
|
+
`,tb=Eo.span`
|
|
2385
2417
|
color: var(--privy-color-foreground);
|
|
2386
2418
|
text-align: center;
|
|
2387
2419
|
font-size: 1.125rem;
|
|
2388
2420
|
font-weight: 500;
|
|
2389
2421
|
line-height: 1.25rem; /* 111.111% */
|
|
2390
2422
|
text-align: center;
|
|
2391
|
-
`,
|
|
2423
|
+
`,rb=Eo.span`
|
|
2392
2424
|
margin-top: 4px;
|
|
2393
2425
|
color: var(--privy-color-foreground);
|
|
2394
2426
|
text-align: center;
|
|
@@ -2398,7 +2430,7 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2398
2430
|
font-weight: 400;
|
|
2399
2431
|
line-height: 20px; /* 142.857% */
|
|
2400
2432
|
letter-spacing: -0.008px;
|
|
2401
|
-
`,
|
|
2433
|
+
`,x1=Eo.div`
|
|
2402
2434
|
margin-top: 1.5rem;
|
|
2403
2435
|
background-color: var(--privy-color-background-2);
|
|
2404
2436
|
border-radius: var(--privy-border-radius-md);
|
|
@@ -2417,7 +2449,7 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2417
2449
|
display: none; /* Safari and Chrome */
|
|
2418
2450
|
}
|
|
2419
2451
|
}
|
|
2420
|
-
`,
|
|
2452
|
+
`,ob=Eo.ul`
|
|
2421
2453
|
margin-left: 12px !important;
|
|
2422
2454
|
white-space: nowrap;
|
|
2423
2455
|
|
|
@@ -2429,7 +2461,7 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2429
2461
|
font-weight: 500 !important;
|
|
2430
2462
|
}
|
|
2431
2463
|
}
|
|
2432
|
-
`,
|
|
2464
|
+
`,nb=Eo.div`
|
|
2433
2465
|
line-height: 20px;
|
|
2434
2466
|
height: 20px;
|
|
2435
2467
|
font-size: 13px;
|
|
@@ -2439,22 +2471,22 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2439
2471
|
width: 100%;
|
|
2440
2472
|
margin-top: 16px;
|
|
2441
2473
|
margin-bottom: 4px;
|
|
2442
|
-
`,
|
|
2474
|
+
`,ib=Eo.span`
|
|
2443
2475
|
display: flex;
|
|
2444
2476
|
align-items: center;
|
|
2445
2477
|
gap: 8px;
|
|
2446
|
-
`,
|
|
2478
|
+
`,ab=Eo(N)`
|
|
2447
2479
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2448
2480
|
|
|
2449
|
-
${e=>e.success&&
|
|
2481
|
+
${e=>e.success&&Y6`
|
|
2450
2482
|
&&&& {
|
|
2451
2483
|
background-color: var(--privy-color-success);
|
|
2452
2484
|
color: #ffffff;
|
|
2453
2485
|
}
|
|
2454
2486
|
`}
|
|
2455
|
-
`;import
|
|
2487
|
+
`;import ub from"@heroicons/react/24/outline/EnvelopeIcon";import sb from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as lb,useState as k1}from"react";import R1 from"styled-components";import{Fragment as pb,jsx as ra,jsxs as A1}from"react/jsx-runtime";var I1=lb((e,t)=>{let[r,o]=k1(""),[n,a]=k1(!1),{authenticated:i,user:l}=H(),{initUpdateEmail:s}=M(),{navigate:c,setModalData:u,currentScreen:h}=x(),{enabled:f,token:y}=ge(),C=va(r),v=n,S=n||!C,b=async W=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");a(!0);try{await s(l.email.address,r,W),c("AWAITING_PASSWORDLESS_CODE")}catch(R){u({errorModalData:{error:R,previousScreen:h||"LANDING"}})}a(!1)},P=()=>{f&&!y&&!i?(u({captchaModalData:{callback:W=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,r,W)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):b(y)};return A1(pb,{children:[ra(cb,{children:A1(db,{children:[ra(sb,{}),ra("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:W=>o(W.target.value),onKeyUp:W=>{W.key==="Enter"&&P()},value:r,autoComplete:"email"}),e.stacked?null:ra(yn,{isSubmitting:v,onClick:P,disabled:S,children:"Submit"})]})}),e.stacked?ra(N,{loadingText:null,loading:v,disabled:S,onClick:P,children:"Submit"}):null]})}),cb=R1.div`
|
|
2456
2488
|
width: 100%;
|
|
2457
|
-
`,
|
|
2489
|
+
`,db=R1.label`
|
|
2458
2490
|
display: block;
|
|
2459
2491
|
position: relative;
|
|
2460
2492
|
width: 100%;
|
|
@@ -2512,7 +2544,7 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2512
2544
|
&& > input::placeholder {
|
|
2513
2545
|
color: var(--privy-color-foreground-3);
|
|
2514
2546
|
}
|
|
2515
|
-
`;import{Fragment as
|
|
2547
|
+
`;import{Fragment as mb,jsx as To,jsxs as fb}from"react/jsx-runtime";var M1=()=>fb(mb,{children:[To(_,{},"header"),To(Y,{}),To(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:To(ub,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),To($t,{children:To(I1,{stacked:!0})}),To(J,{}),To(z,{protectedByPrivy:!0})]});import kd from"styled-components";import{jsx as W1}from"react/jsx-runtime";var L1=({style:e,...t})=>W1("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:W1("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 vb,jsx as Ko,jsxs as _d}from"react/jsx-runtime";var O1=()=>{let{navigate:e}=x();return _d(vb,{children:[Ko(_,{}),_d(hb,{children:[Ko(yb,{children:Ko(L1,{})}),_d(gb,{children:[Ko("h3",{children:"Unable to sign in"}),Ko("p",{children:"This application has reached its user limit and cannot sign in new users."})]}),Ko(N,{onClick:()=>{e("LANDING")},children:"Go back"})]}),Ko(z,{protectedByPrivy:!0})]})},hb=kd.div`
|
|
2516
2548
|
display: flex;
|
|
2517
2549
|
flex-direction: column;
|
|
2518
2550
|
align-items: center;
|
|
@@ -2521,7 +2553,7 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2521
2553
|
width: 100%;
|
|
2522
2554
|
padding-top: 8px;
|
|
2523
2555
|
padding-bottom: 32px;
|
|
2524
|
-
`,
|
|
2556
|
+
`,yb=kd.div`
|
|
2525
2557
|
display: flex;
|
|
2526
2558
|
align-items: center;
|
|
2527
2559
|
justify-content: center;
|
|
@@ -2530,11 +2562,11 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2530
2562
|
color: var(--privy-color-error);
|
|
2531
2563
|
background-color: var(--privy-color-error-light);
|
|
2532
2564
|
border-radius: 50%;
|
|
2533
|
-
`,
|
|
2565
|
+
`,gb=kd.div`
|
|
2534
2566
|
display: flex;
|
|
2535
2567
|
flex-direction: column;
|
|
2536
2568
|
gap: 8px;
|
|
2537
|
-
`;import
|
|
2569
|
+
`;import wb,{createGlobalStyle as bb}from"styled-components";var Cb=`
|
|
2538
2570
|
*,
|
|
2539
2571
|
::before,
|
|
2540
2572
|
::after {
|
|
@@ -2764,7 +2796,7 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2764
2796
|
[hidden] {
|
|
2765
2797
|
display: none;
|
|
2766
2798
|
}
|
|
2767
|
-
`,
|
|
2799
|
+
`,N1=Cb;var D1=bb`
|
|
2768
2800
|
:root {
|
|
2769
2801
|
// Borders
|
|
2770
2802
|
--privy-border-radius-sm: 6px;
|
|
@@ -2797,10 +2829,10 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2797
2829
|
--privy-height-modal-full: 620px;
|
|
2798
2830
|
--privy-height-modal-compact: 480px;
|
|
2799
2831
|
};
|
|
2800
|
-
`,
|
|
2832
|
+
`,F1=wb.div`
|
|
2801
2833
|
// css normalize only the privy application to avoid conflicts
|
|
2802
2834
|
// with consuming application
|
|
2803
|
-
${
|
|
2835
|
+
${N1}
|
|
2804
2836
|
|
|
2805
2837
|
// Privy styles
|
|
2806
2838
|
color: var(--privy-color-foreground-2);
|
|
@@ -2859,4 +2891,4 @@ You will have to sign up with another method first to register a passkey for you
|
|
|
2859
2891
|
opacity: 1;
|
|
2860
2892
|
}
|
|
2861
2893
|
}
|
|
2862
|
-
`;import{jsx as Ze,jsxs as C1}from"react/jsx-runtime";var Q6={["LANDING"]:yh,["CONNECT_OR_CREATE"]:fh,["AWAITING_PASSWORDLESS_CODE"]:tm,["AWAITING_CONNECTION"]:wm,["AWAITING_CONNECT_ONLY_CONNECTION"]:Pm,["AWAITING_FARCASTER_CONNECTION"]:Af,["AWAITING_FARCASTER_SIGNER"]:Of,["AWAITING_PASSKEY_SYSTEM_DIALOGUE"]:Uy,["PHANTOM_INTERSTITIAL_SCREEN"]:Vy,["LOGIN_FAILED_SCREEN"]:Ih,["AWAITING_OAUTH_SCREEN"]:Ny,["ALLOWLIST_REJECTION_SCREEN"]:qu,["USER_LIMIT_REACHED_SCREEN"]:f1,["INSTALL_PHANTOM_SCREEN"]:Yf,["LINK_EMAIL_SCREEN"]:gh,["LINK_PHONE_SCREEN"]:xh,["LINK_WALLET_SCREEN"]:kh,["LINK_PASSKEY_SCREEN"]:Ph,["UPDATE_EMAIL_SCREEN"]:p1,["CONNECT_ONLY_LANDING_SCREEN"]:gm,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:fm,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:df,["EMBEDDED_WALLET_CREATED_SCREEN"]:Im,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Am,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:mf,["EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"]:Yy,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Om,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:n1,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:r1,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Hf,["FIAT_ON_RAMP_STATUS_SCREEN"]:Vf,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:uf,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:pf,["MFA_ENROLLMENT_FLOW_SCREEN"]:qh,["CAPTCHA_SCREEN"]:im,["ERROR_SCREEN"]:hf,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:zf,["AFFIRMATIVE_CONSENT_SCREEN"]:Gu},X6=["LANDING","AWAITING_CONNECTION"],e7=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:r,isModalOpen:o}=G(),{headless:n}=M(),{ready:a,currentScreen:i}=_(),{status:l,execute:s,reset:c,enabled:u}=ye(),h=Y6(null),f=Ru(h),g=o&&i&&X6.includes(i)&&!n&&l==="ready";if(v1(()=>{g&&s()},[g]),v1(()=>{!o&&u&&c()},[o,u]),(!r||!a)&&i!=="AWAITING_OAUTH_SCREEN")return C1(Hn,{id:"privy-modal-content",children:[Ze(S,{}),Ze(Z,{}),Ze(Lh,{children:Ze(wt,{})}),Ze(te,{}),Ze(K,{})]});if(!i&&e)return Ze(Hn,{style:{height:f},id:"privy-modal-conent",children:Ze("div",{ref:h,children:Ze(pd,{open:e,onClose:t})})});if(!i)return null;let b=Q6[i];return Ze(Hn,{style:{height:f},id:"privy-modal-content",children:C1("div",{ref:h,children:[Ze(Br,{if:!!e,children:Ze(b,{})}),Ze(Br,{if:!e,children:Ze(pd,{open:e,onClose:t})})]})})},t7=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=_();return{gracefulClosePrivyModal:K6(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},w1=({open:e})=>{let{app:t}=_(),{gracefulClosePrivyModal:r}=t7(),[o,n]=Z6(!1);ql({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let a=Ze(g1,{children:Ze(e7,{isMfaVerifying:o,onMfaVerificationComplete:()=>n(!1)})}),i=e||o,l=t?.render.inDialog?Ze(Wh,{open:i,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>r(),children:a}):a;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return J6.createPortal(l,s)}return l};import{useState as r7}from"react";import{useEffect as b1,useRef as E1}from"react";var ml=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 $o(e,t,r,o,n,a=!1){let i=a,l=async u=>{if(i&&t&&t.length>0){u===(a?0:1)?n("configureMfa","onMfaRequired",t):o.current?.reject(new be("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((f,g)=>{r.current={resolve:f,reject:g};let b=1e3*60*5;setTimeout(()=>{let v=new be("mfa_timeout","Timed out waiting for MFA code");o.current?.reject(v),g(v)},b)});return await e(h)}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(h){if(h.type==="missing_or_invalid_mfa")i=!0;else throw o.current?.resolve(void 0),h}if(c===null){let u=new be("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw o.current?.reject(u),u}return c}import{jsx as l7}from"react/jsx-runtime";var o7=function(e){return()=>`id-${e++}`}(0);function n7(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Je(e){return e.error!==void 0}var Ge=new ml,vd=new Map,i7=(e,t)=>typeof t=="bigint"?t.toString():t,a7=(e,t)=>`${e}${JSON.stringify(t,i7)}`;function Qe(e,t,r,o){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");let a=a7(e,t);if(e==="privy:wallet:create"){let l=vd.get(a);if(l)return l}let i=new Promise((l,s)=>{let c=o7();Ge.enqueue(c,{resolve:l,reject:s}),n.postMessage({id:c,event:e,data:t},o)}).finally(()=>{vd.delete(a)});return vd.set(a,i),i}function s7(e){switch(e.event){case"privy:iframe:ready":let t=Ge.dequeue(e.event,e.id);return Je(e)?t.reject(new be(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=Ge.dequeue(e.event,e.id);return Je(e)?r.reject(new be(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let o=Ge.dequeue(e.event,e.id);return Je(e)?o.reject(new be(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:recover":let n=Ge.dequeue(e.event,e.id);return Je(e)?n.reject(new be(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let a=Ge.dequeue(e.event,e.id);return Je(e)?a.reject(new be(e.error.type,e.error.message)):a.resolve(e.data);case"privy:wallet:set-recovery-password":let i=Ge.dequeue(e.event,e.id);return Je(e)?i.reject(new be(e.error.type,e.error.message)):i.resolve(e.data);case"privy:mfa:verify":let l=Ge.dequeue(e.event,e.id);return Je(e)?l.reject(new be(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:clear":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:init-signer":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-cast":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-cast":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:react-to-cast":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-link":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-link":{let s=Ge.dequeue(e.event,e.id);return Je(e)?s.reject(new be(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function T1(e){let t=E1(null),r=E1(e.mfaMethods),o=Wu(),[n,a]=r7(!1);return b1(()=>{r.current=e.mfaMethods},[e.mfaMethods]),b1(()=>{if(!n)return;let i=t.current;if(!i)return;function l(f){f&&f.origin===e.origin&&n7(f.data)&&s7(f.data)}let s={create(f){return Qe("privy:wallet:create",f,i,e.origin)},connect(f){return Qe("privy:wallet:connect",f,i,e.origin)},recover(f){return $o(g=>Qe("privy:wallet:recover",{...f,...g},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(f){return $o(g=>Qe("privy:wallet:rpc",{...f,...g},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(f){return $o(g=>Qe("privy:wallet:set-recovery-password",{...f,...g},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(f){return $o(g=>Qe("privy:mfa:verify",{...f,...g},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(f){return $o(g=>Qe("privy:mfa:init-enrollment",{...f,...g},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(f){return Qe("privy:mfa:submit-enrollment",f,i,e.origin)},unenrollMfa(f){return $o(g=>Qe("privy:mfa:unenroll",{...f,...g},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},clearMfa(f){return Qe("privy:mfa:clear",f,i,e.origin)},initFarcasterSigner(f){return Qe("privy:farcaster:init-signer",f,i,e.origin)},submitCast(f){return Qe("privy:farcaster:submit-cast",f,i,e.origin)},removeCast(f){return Qe("privy:farcaster:remove-cast",f,i,e.origin)},reactToCast(f){return Qe("privy:farcaster:react-to-cast",f,i,e.origin)},submitLink(f){return Qe("privy:farcaster:submit-link",f,i,e.origin)},removeLink(f){return Qe("privy:farcaster:remove-link",f,i,e.origin)}};window.addEventListener("message",l);let c=()=>e.onLoad(s),u=(...f)=>{console.warn("Privy iframe failed to load: ",...f),e.onLoadFailed()},h=new AbortController;return bp(()=>Qe("privy:iframe:ready",{},i,e.origin),{abortSignal:h.signal}).then(c,u),()=>{window.removeEventListener("message",l),h.abort()}},[n]),l7("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},onLoad:()=>a(!0),src:fa(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function fl(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(o=>t.includes(o))}var hl=class{constructor(t,r){this.meta={action:t,phoneNumber:r}}async init(){if(!this.meta.action)throw new T("action required");if(!this.api)throw new T("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new T("phone number must be set when initialzing authentication.");try{await this.api.post(tp,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw pe(t)}}async authenticate(){if(!this.meta.action)throw new T("action required");if(!this.api)throw new T("Mfa flow has no API instance");if(!this.meta.smsCode)throw new T("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new T("phone number must be set prior to calling authenticate.");try{let t=await this.api.post(rp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return gt(t)}catch(t){throw pe(t)}}};import{jsx as Mr,jsxs as P1}from"react/jsx-runtime";var ei;function u7(e){return typeof e=="string"&&e.length===25}function Ce(){if(!ei){let e=j.get(Eo);return Promise.resolve(e||null)}return ei.getAccessToken()}var S1,Gp=(e,t)=>S1(e,t),x1,Vp=(e,t)=>x1(e,t),k1,zp=(e,t)=>k1(e,t),_1,qp=()=>_1(),m7=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;j.put(oi,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},f7=({config:e,...t})=>{if(!u7(t.appId))throw new T("Cannot initialize the Privy provider with an invalid Privy app ID");ei||(ei=new hi({appId:t.appId,apiUrl:t.apiUrl||ca}));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."),Mr(wu,{client:ei,clientConfig:r,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:Mr(h7,{...t,config:r,client:ei})})},h7=e=>{let t=e.client,[r,o]=Oe(!1),[n,a]=Oe(!1),[i,l]=Oe(!1),[s,c]=Oe(null),[u,h]=Oe([]),f=Xn(u),[g,b]=Oe(!1),[v,x]=Oe(null),[E,P]=Oe(!1),[W,I]=Oe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:C}),[D,R]=Oe({status:"initial"}),[B,$]=Oe(null),[V,z]=Oe(null),[A,oe]=Oe(null),F=es(),ae=ts(),[Q,Y]=Oe(!0),[Ae,ee]=Oe({}),[cr,at]=Oe(null),[Ne,ue]=Oe(null),[Mt,dr]=Oe(!1),[jo,pr]=Oe(!1),ft=Xn(null),De=Xn(null),L=Xn(Iu);t.onStoreToken=d=>{d&&O(L,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{c(null),l(!1),O(L,"accessToken","onAccessTokenRemoved")};let se=Xn(null),H=Xn(null),ur=d7(d=>{let p=t.connectors?.walletsReady||!1;return i&&s?.linkedAccounts?.some(y=>y.type==="wallet"&&y.walletClientType==="privy")?p&&d?.some(y=>y?.walletClientType==="privy"):p},[i,s?.linkedAccounts,t?.connectors?.walletsReady]),ne=d=>{x(d),setTimeout(()=>{o(!0)},15),t.createAnalyticsEvent({eventName:"modal_open",payload:{initialScreen:d}})},ht=d=>{F.embeddedWallets.createOnLogin!=="off"&&Y(!0),ne(d)};Ir(()=>{let d=()=>{document.visibilityState==="hidden"&&t.createAnalyticsEvent({eventName:"page_hidden",options:{keepAlive:!0}})};return document.addEventListener("visibilitychange",d),()=>{document.removeEventListener("visibilitychange",d)}},[]),Ir(()=>{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(!A){console.warn("Failed to add embedded wallet connector: Wallet proxy not initialized");return}t.connectors.addEmbeddedWalletConnector(A,d.address,F.defaultChain,e.appId)},[A,s]),Ir(()=>{A&&Ne?.(A)},[A]),Ir(()=>{(async()=>{if(!F.customAuth?.enabled)return;Y(!0);let{getCustomAccessToken:p,isLoading:m}=F.customAuth;if(!(!n||m))try{let y=await p();if(!y&&i){await Zo.logout();return}if(!y||i)return;t.startAuthFlow(new Jo(y));let{user:k,isNewUser:U}=await t.authenticate();if(!k){await Zo.logout();return}c(k||null),b(U||!1),l(!0),pr(!0)}catch(y){console.warn(y),i&&await Zo.logout()}})()},[F.customAuth?.enabled,F.customAuth?.getCustomAccessToken,F.customAuth?.isLoading,n,i]),Ir(()=>{jo&&A&&s&&Nt(s,e.config?.embeddedWallets?.createOnLogin)&&(pr(!1),wd(s,Xo).catch(console.error))},[jo&&A&&s]),Ir(()=>{async function d(){let p=Wr();m7();let m=c7();$(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(()=>{Ko()});let y=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!y),y&&O(L,"login","onComplete",y,!1,!0,null),c(y)),p||le.setReadyToTrue(!!y),p&&(y?H.current="link":H.current="login")}!n&&ae&&d()},[t,cr,n,ae]);let Wr=()=>{let d=li();return!d.inProgress||d.headless?!1:(t.startAuthFlow(new fr(d)),ht("AWAITING_OAUTH_SCREEN"),!0)},Qi=async(d,p,m,y)=>{let k=await t.connectors?.createWalletConnector(d,p)||null;ti(k,p,m,y)};async function ti(d,p,m,y){if(d)I({status:"disconnected",connectedWallet:null,connectError:null,connector:d,connectRetry:C});else return I({status:"disconnected",connectedWallet:null,connectError:new J("Unable to connect to wallet."),connector:null,connectRetry:C}),y?.(null,m);d instanceof vr&&p&&await d.resetConnection(p),I({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>ti(d,p,m,y)});try{let k=await d.connect({showPrompt:!0});if(F.shouldEnforceDefaultChainOnConnect&&!F.chains.find(U=>U.id===Number(k?.chainId))&&!(k?.connectorType==="wallet_connect_v2"&&k?.walletClientType==="metamask")){I(U=>({...U,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:C}));try{await k?.switchChain(F.defaultChain.id),k&&(k.chainId=tn(xo(F.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${F.defaultChain.id}`)}}return I(U=>({...U,status:"connected",connectedWallet:k,connectError:null,connectRetry:C})),k&&!H.current&&O(L,"connectWallet","onSuccess",k),y?.(k,m)}catch(k){return k instanceof Ie?(console.warn(k.cause?k.cause:k.message),H.current||O(L,"connectWallet","onError",k.privyErrorCode||"generic_connect_wallet_error")):(console.warn(k),H.current||O(L,"connectWallet","onError","unknown_connect_wallet_error")),I(U=>({...U,status:"disconnected",connectedWallet:null,connectError:k})),y?.(null,m)}}let Yr=async(d,p)=>{if(d===null)return;let m=new _o(d,p);t.startAuthFlow(m)},Ko=()=>{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"&&!Xr()&&ht("LOGIN_FAILED_SCREEN"),!t.connectors)throw new T("Connector not initialized");ne("AWAITING_CONNECTION");let y=new URL(window.location.href);y.searchParams.delete("privy_connector"),y.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",y),Qi(p,m,void 0,Yr)};Ir(()=>{n&&i&&s===null&&t.getAuthenticatedUser().then(c)},[n,i,s,t]);let ve=()=>{if(!i)throw O(L,"linkAccount","onError","must_be_authenticated"),new T("User must be authenticated before linking an account.")},Ve=()=>{ve(),se.current="siwe",H.current="link",ne("LINK_WALLET_SCREEN")},Zr=d=>{if(!i||!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},ri=async d=>{if(!t.connectors)throw new T("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(I(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:C})),F.captchaEnabled&&!i){let m={callback:y=>Yr(d,y),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ee({captchaModalData:m}),ht("CAPTCHA_SCREEN")}else await Yr(d),ht("AWAITING_CONNECTION")},Yo=async(d,p)=>{if(!F.fiatOnRamp.enabled)throw new T("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:y}=await Uf(t,d,p?.config??{},F.appearance.palette,F.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:y}}else throw new T("Unsupported fund provider. Currently supported option is `moonpay`.")},Wt=()=>{h(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:Zr(m),loginOrLink:async()=>{if(!await m.isConnected())throw new T("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new T("Cannot link or login with embedded wallet");ri(m)},fund:async y=>{let{signedUrl:k,externalTransactionId:U}=await Yo(m.address,y);ee({fiatOnRampPrompt:{signedUrl:k},fiatOnRampStatus:{externalTransactionId:U}}),ne("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!i)throw new T("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new T("Cannot unlink an embedded wallet");let y=await t.unlinkWallet(m.address);c(y)}}))||[];return dr(ur(p)),Wa(d,p)?d:p})};Ir(()=>{Wt()},[s?.linkedAccounts,i,n]),Ir(()=>{if(n){if(!t.connectors)throw new T("Connector not initialized");Wt(),t.connectors.on("walletsUpdated",Wt)}},[n]);let gl=()=>{ne(i?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Ir(()=>{if(!u[0])return;let d=u[0],p=f.current.find(y=>y.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(y=>y.type==="wallet"&&y.address===d.address&&y.walletClientType==="privy"):m=s?.linkedAccounts.find(y=>y.type==="wallet"&&y.address===d.address&&y.walletClientType!=="privy"),!p&&m){let y=Object.assign({},s);y.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(y)}f.current=u},[u]);let wd=async(d,p)=>{if(Se(d))throw O(L,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[y,k]=await Promise.all([le.initializeWalletProxy(p),Ce()]);if(!y&&e.config?.customAuth?.enabled)throw O(L,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!y||!k||F.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((U,de)=>{Y(!0),ee({createWallet:{onSuccess:yt=>{O(L,"createWallet","onSuccess",yt),U(yt)},onFailure:yt=>{O(L,"createWallet","onError","unknown_embedded_wallet_error"),de(yt)},callAuthOnSuccessOnClose:!1}}),ne("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await y.create({accessToken:k});let U=await le.refreshUser(),de=Se(U);if(!de)throw O(L,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return O(L,"createWallet","onSuccess",de),de}},M1=d=>{if(!F.chains.map(p=>p.id).includes(d))throw new J(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},bd=(d,p,m)=>new Promise(async(y,k)=>{if(!i||!s){O(L,"sendTransaction","onError","must_be_authenticated"),k(new Error("User must be authenticated before signing with a Privy wallet"));return}let U=Se(s);if(!U){O(L,"sendTransaction","onError","embedded_wallet_not_found"),k(new Error("Must have a Privy wallet before signing"));return}Y(!0);let de=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,st=d.chainId?Number(d.chainId):de.chainId;M1(st);let yt=Object.assign({},d,{chainId:st}),Lr=async()=>{let lt=await Ce();if(!lt||!A){O(L,"sendTransaction","onError","embedded_wallet_not_found"),k(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await le.recoverEmbeddedWallet()){O(L,"sendTransaction","onError","unknown_connect_wallet_error"),k(new Error("Unable to connect to wallet"));return}let Kt=Nr(yt.chainId,F.chains,F.rpcConfig,{appId:e.appId}),vl=await Yn(U.address,yt,Kt);if(F.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:L1}=await Kn(vl,Kt),{hasSufficientFunds:O1}=await sl(U.address,vl,L1,Kt);if(!O1)throw new Re(new Dt("Wallet has insufficient funds for this transaction.",tt.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let Pd=await al(lt,U.address,A,vl,Kt);O(L,"sendTransaction","onSuccess",Pd),y(Pd)}catch(jt){O(L,"sendTransaction","onError","transaction_failure"),k(jt)}};if(F.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Lr();else{let lt={transactionRequest:yt,onSuccess:Kt=>{O(L,"sendTransaction","onSuccess",Kt),y(Kt)},onFailure:Kt=>{O(L,"sendTransaction","onError","transaction_failure"),k(Kt)},uiOptions:p||{},fundWalletConfig:m},jt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:Kt=>{O(L,"sendTransaction","onError","unknown_connect_wallet_error"),k(Kt)}};ee({connectWallet:jt,sendTransaction:lt}),ne("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Ed(){return new Promise(async(d,p)=>{let m=await Ce();if(!m||!A)throw new Error("Must have valid access token to enroll in MFA");try{await A.verifyMfa({accessToken:m}),d()}catch(y){p(y)}})}let Lt=d=>{if(d==="passkey"){if(s&&s.linkedAccounts.filter(p=>p.type==="passkey").length>=5)throw O(L,"linkAccount","onError","cannot_link_more_of_type"),new T(`User already has an account of type ${d} linked.`)}else if(s?.[d])throw O(L,"linkAccount","onError","cannot_link_more_of_type"),new T(`User already has an account of type ${d} linked.`)},Zo={ready:n,authenticated:i,user:s,walletConnectors:t.connectors||null,connectWallet:gl,linkWallet:Ve,linkEmail:()=>{ve(),Lt("email"),se.current="email",H.current="link",ne("LINK_EMAIL_SCREEN")},linkPhone:()=>{ve(),Lt("phone"),se.current="sms",H.current="link",ne("LINK_PHONE_SCREEN")},linkGoogle:async()=>{ve(),Lt("google"),H.current="link",await le.initLoginWithOAuth("google")},linkTwitter:async()=>{ve(),Lt("twitter"),H.current="link",await le.initLoginWithOAuth("twitter")},linkDiscord:async()=>{ve(),Lt("discord"),H.current="link",await le.initLoginWithOAuth("discord")},linkGithub:async()=>{ve(),Lt("github"),H.current="link",await le.initLoginWithOAuth("github")},linkSpotify:async()=>{ve(),Lt("spotify"),H.current="link",await le.initLoginWithOAuth("spotify")},linkTiktok:async()=>{ve(),Lt("tiktok"),H.current="link",await le.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{ve(),Lt("linkedin"),H.current="link",await le.initLoginWithOAuth("linkedin")},linkApple:async()=>{ve(),Lt("apple"),H.current="link",await le.initLoginWithOAuth("apple")},linkPasskey:async()=>{ve(),Lt("passkey"),await le.initLinkWithPasskey(),ne("LINK_PASSKEY_SCREEN")},linkFarcaster:async()=>{ve(),Lt("farcaster"),await le.initLoginWithFarcaster(),H.current="link",se.current="farcaster",ne("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(ve(),!s?.email)throw new T("User does not have an email linked to their account.");H.current="link",se.current="email",ne("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=>{at(y=>m.bind(y))});if(at(null),p){console.warn(d);return}}if(i){console.warn(d);return}H.current="login",ht("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{at(()=>d)}),at(null)),i){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(u[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}ht("CONNECT_OR_CREATE")},logout:async()=>{if(await t.logout(),s&&A)try{await A.clearMfa({userId:s.id})}catch{}c(null),l(!1),x(null),O(L,"logout","onSuccess"),H.current=null,se.current=null,o(!1),j.del(ni)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new xe;let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(y=>y.address===d?.address));return!d||!p?new xe:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Cd(new hr(new xe));let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(y=>y.address===d?.address));return!d||!p?new Cd(new hr(new xe)):new Cd(new hr(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new ro(new xe);let d=u.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(y=>y.address===d?.address));return!d||!p?new ro(new xe):new ro(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(y=>yl(y.address)===yl(d)),m=s?.linkedAccounts.find(y=>y.type==="wallet"&&yl(y.address)===yl(d));if(!p||!await p.isConnected())z(d),Ve();else if(!p.linked)p.loginOrLink();else{let y=Object.assign({},s);y.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(y)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!i||!s)throw O(L,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return wd(s,15e3)},setWalletPassword:async()=>{if(!i||!s)throw O(L,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=Se(s);if(!d||!A)throw O(L,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw O(L,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Ed()}catch(p){throw O(L,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,m)=>{Y(!0);let y={onSuccess:U=>{O(L,"setWalletPassword","onSuccess",U),p(U)},onFailure:U=>{O(L,"setWalletPassword","onError","user_exited_set_password_flow"),m(U)},callAuthOnSuccessOnClose:!1},k={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:U=>{O(L,"setWalletPassword","onError","unknown_connect_wallet_error"),m(U)}};ee({setWalletPassword:y,connectWallet:k}),ne("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,y)=>{if(!i||!s){O(L,"signMessage","onError","must_be_authenticated"),y(new Error("User must be authenticated before signing with a Privy wallet"));return}let k=Se(s);if(!k){O(L,"signMessage","onError","embedded_wallet_not_found"),y(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){O(L,"signMessage","onError","invalid_message"),y(new Error("Message must be a non-empty string"));return}Y(!0);let U=async()=>{if(!i)throw new Error("User must be authenticated before signing with a Privy wallet");let de=await Ce();if(!A||!de)throw new Error("Unable to connect to wallet");if(!await le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_started",payload:{walletAddress:k.address}});let{response:yt}=await A.rpc({accessToken:de,address:k.address,request:{method:"personal_sign",params:[d,k.address]}}),Lr=yt.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_completed",payload:{walletAddress:k.address}}),Lr};if(F.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let de=await U();O(L,"signMessage","onSuccess",de),m(de)}catch(de){O(L,"signMessage","onError","unable_to_sign"),y(de??new Re("Unable to sign message"))}}else{let yt={method:"personal_sign",data:d,confirmAndSign:U,onSuccess:lt=>{O(L,"signMessage","onSuccess",lt),m(lt)},onFailure:lt=>{O(L,"signMessage","onError","unable_to_sign"),y(lt)},uiOptions:p||{}},Lr={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:lt=>{O(L,"signMessage","onError","unknown_connect_wallet_error"),y(lt)}};ee({signMessage:yt,connectWallet:Lr}),ne("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,y)=>{if(!i||!s){O(L,"signTypedData","onError","must_be_authenticated"),y(new Error("User must be authenticated before signing with a Privy wallet"));return}let k=Se(s);if(!k){O(L,"signTypedData","onError","embedded_wallet_not_found"),y(new Error("Must have a Privy wallet before signing"));return}Y(!0);let U=ya(d),de=async()=>{if(!i)throw new Error("User must be authenticated before signing with a Privy wallet");let st=await Ce();if(!A||!st)throw new Error("Unable to connect to wallet");if(!await le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_started",payload:{walletAddress:k.address}});let{response:Lr}=await A.rpc({accessToken:st,address:k.address,request:{method:"eth_signTypedData_v4",params:[k.address,U]}}),lt=Lr.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_completed",payload:{walletAddress:k.address}}),lt};if(F.embeddedWallets.noPromptOnSignature||(F.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let st=await de();O(L,"signTypedData","onSuccess",st),m(st)}catch(st){O(L,"signTypedData","onError","unable_to_sign"),y(st??new Re("Unable to sign message"))}}else{let Lr={method:"eth_signTypedData_v4",data:U,confirmAndSign:de,onSuccess:jt=>{O(L,"signTypedData","onSuccess",jt),m(jt)},onFailure:jt=>{O(L,"signTypedData","onError","unable_to_sign"),y(jt)},uiOptions:p||{}},lt={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:jt=>{O(L,"signMessage","onError","unknown_connect_wallet_error"),y(jt)}};ee({signMessage:Lr,connectWallet:lt}),ne("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let k=await(await bd(d,p,m)).wait();return ll(k)},exportWallet:()=>new Promise(async(d,p)=>{if(!i||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=Se(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}Y(!0);let y={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},k=await Ce();if(!k||!A){p(new Error("Must have valid access token to enroll in MFA"));return}if(!A){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await A.connect({accessToken:k,address:m.address}),await A.verifyMfa({accessToken:k})}catch(de){if(Do(de))await le.recoverEmbeddedWallet();else throw de}}catch(de){p(de);return}let U={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ee({keyExport:U,connectWallet:y}),ne("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Ed,async init(d){let p;switch(d){case"sms":p=new hl("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":ft.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,y)=>{De.current={resolve:m,reject:y}});break;default:throw ft.current?.reject(new T("Unsupported MFA method")),new T(`Unsupported MFA method: ${d}`)}},cancel(){ft.current?.reject(new T("MFA canceled"))},async initEnrollmentWithSms(d){let p=await Ce();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){le.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."),ee({mfaEnrollmentFlow:{mfaMethods:F.mfa.methods,onSuccess:p,onFailure:m}}),ne("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await Ce();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");let p=await A.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await Ce();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await Ce();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await Ce();if(!p||!A)throw new Error("Must have valid access token to remove MFA");await A.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},requestFarcasterSigner:async()=>{let d=await Ce(),p=s?.linkedAccounts.find(k=>k.type==="wallet"&&k.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");let y=await A.initFarcasterSigner({address:p.address,hdWalletIndex:null,accessToken:d,mfaCode:null,mfaMethod:null});if(y.status==="approved"){let k=await t.getAuthenticatedUser();c(k||s||null)}ee({farcasterSigner:y}),ne("AWAITING_FARCASTER_SIGNER")},submitCast:async d=>{let p=await Ce(),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(!A||!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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.submitCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid)})).response.hash}},removeCast:async({castHash:d})=>{let p=await Ce(),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(!A||!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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.removeCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid)})).response.hash}},likeCast:async({castHash:d,castAuthorFid:p})=>{let m=await Ce(),y=s?.linkedAccounts.find(de=>de.type==="wallet"&&de.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!y)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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.reactToCast({address:y.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 Ce(),y=s?.linkedAccounts.find(de=>de.type==="wallet"&&de.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!y)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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.reactToCast({address:y.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 Ce(),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(!A||!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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.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 Ce(),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(!A||!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 le.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.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:E,loginWithCode(d){return le.loginWithCode(d)},initLoginWithEmail(d){return le.initLoginWithEmail(d)},initLoginWithSms(d){return le.initLoginWithSms(d)},otpState:D,fundWallet(d,p){return le.fundWallet(d,p)},initLoginWithHeadlessOAuth(d,p){return le.initLoginWithHeadlessOAuth(d,p)},loginWithHeadlessOAuth(d){return le.loginWithHeadlessOAuth(d)},isModalOpen:r};S1=Zo.signMessage,x1=Zo.signTypedData,k1=async(...d)=>{let p=await bd(...d);return F.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Td=!!e.config?.headless,le=(()=>({headless:Td,isNewUserThisSession:g,linkingHint:V,pendingTransaction:null,walletConnectionStatus:W,mipdStore:B,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(A)return A;let p=new Promise(k=>{ue(()=>U=>k(U))}),m=new Promise(k=>setTimeout(()=>k(null),d)),y=await Promise.race([p,m]);return ue(null),y},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0,isSuccess:!1})=>{let p=n&&i&&s;H.current==="login"?d.shouldCallAuthOnSuccess&&p?(O(L,"login","onComplete",s,g,!1,se.current??null),e.onSuccess?.(s,g)):O(L,"login","onError","exited_auth_flow"):H.current==="link"&&se.current&&(d.isSuccess&&p?O(L,"linkAccount","onSuccess",s,se.current):O(L,"linkAccount","onError","exited_link_flow")),z(null),H.current=null,se.current=null,b(!1),o(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent({eventName:"modal_closed"})},openPrivyModal:ne,connectWallet:ti,initLoginWithWallet:async(d,p)=>{se.current="siwe",Yr(d,p)},loginWithWallet:async()=>{if(!n)throw new Jr;if(!(t.authFlow instanceof _o))throw new T("Must initialize SIWE flow first.");let d,p;if(i)try{d=await t.link(),se.current="siwe"}catch(m){throw O(L,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),se.current="siwe"}catch(m){throw O(L,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),b(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new ii(d);t.startAuthFlow(p);try{se.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw H.current==="login"?O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"):H.current==="link"&&O(L,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Jr;if(!(t.authFlow instanceof ii))throw new T("Must initialize Farcaster flow first.");let d,p;if(i)try{d=await t.link(),se.current="farcaster"}catch(m){throw O(L,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),se.current="farcaster"}catch(m){throw O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d||null),b(p||!1),l(!0)},async initLoginWithOAuth(d,p){if(se.current=d,El()){if(d==="google"&&fl(window.navigator.userAgent)){ht("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{ht("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}j.del(Po);let m=new fr({provider:d});p&&m.addCaptchaToken(p),t.startAuthFlow(m);let y=await t.authFlow.getAuthorizationUrl();y&&y.url&&window.location.assign(y.url)},async loginWithOAuth(d){if(!(t.authFlow instanceof fr))throw new T("Must initialize OAuth flow before calling loginWithOAuth");let p=j.get(To),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:p??"",returnedStateCode:m??""}}),new T("Unexpected auth flow. This may be a phishing attempt.");let y,k;if(i)try{y=await t.link(),se.current=d}catch(U){throw O(L,"linkAccount","onError",U.privyErrorCode||"failed_to_link_account"),U}else try{({user:y,isNewUser:k}=await t.authenticate()),se.current=d}catch(U){throw H.current==="login"?O(L,"login","onError",U.privyErrorCode||"unknown_auth_error"):H.current==="link"&&O(L,"linkAccount","onError",U.privyErrorCode||"failed_to_link_account"),U}c(y),b(k||!1),l(!0)},async initLoginWithPasskey(d){let p=new ko(d);t.startAuthFlow(p),H.current="login";try{se.current="passkey",await p.initAuthenticationFlow()}catch(m){throw O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},async loginWithPasskey(){if(!n)throw new Jr;if(!(t.authFlow instanceof ko))throw new T("Must initialize Passkey flow first.");if(se.current!=="passkey")throw new T("Must init login with Passkey flow first.");let d,p;try{se.current="passkey",{user:d,isNewUser:p}=await t.authenticate()}catch(m){throw O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d),b(p||!1),l(!0)},async initLinkWithPasskey(d){let p=new ko(d);t.startAuthFlow(p),H.current="link",se.current="passkey";try{await p.initLinkFlow()}catch(m){throw O(L,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},async linkWithPasskey(){if(!n)throw new Jr;if(!(t.authFlow instanceof ko))throw new T("Must initialize Passkey flow first.");if(se.current!=="passkey")throw new T("Must init login with Passkey flow first.");let d;try{se.current="passkey",d=await t.link()}catch(p){throw O(L,"linkAccount","onError",p.privyErrorCode||"failed_to_link_account"),p}c(d||s||null)},async initLoginWithHeadlessOAuth(d,p){if(El()){if(d==="google"&&fl(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 fr({provider:d,headless:!0});p&&m.addCaptchaToken(p);let y=await t.startAuthFlow(m).getAuthorizationUrl();y?.url&&window.location.assign(y.url)},async loginWithHeadlessOAuth(d){P(!0),t.startAuthFlow(new fr(d));let p=j.get(To),m=d.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d.provider,storedStateCode:p??"",returnedStateCode:m??""}}),P(!1),new T("Unexpected auth flow. This may be a phishing attempt.");let y,k;if(i)try{y=await t.link(),se.current=d.provider}catch(U){throw O(L,"linkAccount","onError",U.privyErrorCode||"failed_to_link_account"),U}else try{({user:y,isNewUser:k}=await t.authenticate()),se.current=d.provider}catch(U){throw H.current==="login"?O(L,"login","onError",U.privyErrorCode||"unknown_auth_error"):H.current==="link"&&O(L,"linkAccount","onError",U.privyErrorCode||"failed_to_link_account"),U}return c(y),b(k||!1),l(!0),P(!1),y??void 0},initLoginWithEmail:async(d,p)=>{let m=new Qr(d,p);t.startAuthFlow(m);try{se.current="email",await m.sendCodeEmail()}catch(y){throw H.current==="login"?O(L,"login","onError",y.privyErrorCode||"unknown_auth_error"):H.current==="link"&&O(L,"linkAccount","onError",y.privyErrorCode||"failed_to_link_account"),y}},initUpdateEmail:async(d,p,m)=>{let y=new aa(d,p,m);t.startAuthFlow(y),await y.sendCodeEmail()},initLoginWithSms:async(d,p)=>{R({status:"sending-code"});let m=new Ao(d,p);t.startAuthFlow(m);try{se.current="sms",await m.sendSmsCode(),R({status:"awaiting-code-input"})}catch(y){throw R({status:"error",error:y}),H.current==="login"?O(L,"login","onError",y.privyErrorCode||"unknown_auth_error"):H.current==="link"&&O(L,"linkAccount","onError",y.privyErrorCode||"failed_to_link_account"),y}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(R({status:"submitting-code"}),!n){let k=new Jr;throw R({status:"error",error:k}),k}if(t.authFlow instanceof Qr)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Ao)t.authFlow.meta.smsCode=d.trim();else{let k=new T("Must initialize a passwordless code flow first");throw R({status:"error",error:k}),k}let p=await Ce(),m,y;if(p&&t.sessionHasActiveToken())try{m=await t.link()}catch(k){throw R({status:"error",error:k}),O(L,"linkAccount","onError",k.privyErrorCode||"failed_to_link_account"),k}else try{({user:m,isNewUser:y}=await t.authenticate())}catch(k){throw R({status:"error",error:k}),O(L,"login","onError",k.privyErrorCode||"unknown_auth_error"),k}c(m||s||null),b(y||!1),l(!0),R({status:"done"})},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:A,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(k=>k.type==="wallet"&&k.walletClientType==="privy"),y=await Ce();if(!y||!A||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}Y(!0);try{await A.connect({accessToken:y,address:m.address}),d(!0)}catch(k){Do(k)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:m.address}}),(await A.recover({address:m.address,accessToken:y})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:m.address}}),d(!0)):Do(k)?(ee({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),ne("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(k)}}),getFiatOnRampConfig:Yo,setReadyToTrue:d=>{a(!0),cr?.(d)},updateWallets:()=>Wt(),fundWallet:async(d,p)=>{let{signedUrl:m,externalTransactionId:y}=await Yo(d,p);ee({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:y}}),ne("FIAT_ON_RAMP_PROMPT_SCREEN")},requestFarcasterSignerStatus:async d=>{let p=await Ce(),m=s?.linkedAccounts.find(k=>k.type==="wallet"&&k.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 y=await t.requestFarcasterSignerStatus(d);if(y.status==="approved"){let k=await t.getAuthenticatedUser();c(k||s||null)}return y}}))();_1=le.recoverEmbeddedWallet;let W1=p7(()=>({wallets:u,ready:Mt}),[u,Mt]);return Mr(me.Provider,{value:Zo,children:Mr(zl.Provider,{value:L,children:Mr(sd.Provider,{value:W1,children:P1(_u,{...F,children:[e.children,P1(Vl.Provider,{value:le,children:[!Td&&F.captchaEnabled&&n&&!i&&Mr(Gl,{delayedExecution:!1}),Mr(y1,{theme:{...F.appearance.palette||{}}}),Mr(Eu,{data:Ae,setModalData:ee,setInitialScreen:x,initialScreen:v,authenticated:i,open:r,children:Mr(w1,{open:r})}),Q&&ae?Mr(T1,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:ft,mfaSubmitPromise:De,onLoad:oe,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as y7}from"react";function g7(e){let{login:t}=y7(me);return _e("login",e),{login:t}}import{useContext as v7}from"react";function C7(e){let{logout:t}=v7(me);return _e("logout",e),{logout:t}}import{useCallback as A1,useEffect as w7}from"react";function b7(){let e=ye(),t=ts(),{initLoginWithHeadlessOAuth:r,loginWithHeadlessOAuth:o,isHeadlessOAuthLoading:n,ready:a,user:i}=G(),l=A1(async c=>{if(e.enabled&&e.status!=="success")throw new Qt(e.error,null,"captcha_failure");return r(c.provider,e.token)},[r,e]),s=A1(async()=>{let c=li();if(i)return console.warn("Cannot login with OAuth when already logged in"),i;if(!c.inProgress)throw new Error("Cannot login with OAuth because no OAuth flow is in progress");try{return await o(c)}catch(u){throw u}finally{ci()}},[o]);return w7(()=>{let c=li();a&&t&&c.inProgress&&c.headless&&s()},[a,t]),{initOAuth:l,loginWithOAuth:s,loading:n}}import{useCallback as R1}from"react";var E7=()=>{let e=ye(),{initLoginWithEmail:t,loginWithCode:r}=G(),o=R1(async({email:a})=>{if(!a)throw new Error("Email required to send OTP code");return t(a)},[t]),n=R1(async({code:a})=>{if(e.enabled&&e.status==="error")throw new Qt(e.error,null,"captcha_failure");return r(a)},[r,e.status]);return{sendCode:o,loginWithCode:n}};import{useCallback as I1}from"react";var T7=()=>{let e=ye(),{initLoginWithSms:t,loginWithCode:r,otpState:o}=G(),n=I1(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return t(i)},[t]),a=I1(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Qt(e.error,null,"captcha_failure");return r(i)},[r,e.status]);return{sendCode:n,loginWithCode:a,state:o}};import{useContext as P7}from"react";function S7(e){let{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:a,linkTwitter:i,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:h,linkFarcaster:f}=P7(me);return _e("linkAccount",e),{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:a,linkTwitter:i,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:h,linkFarcaster:f}}import{useContext as x7}from"react";function k7(e){let{connectWallet:t}=x7(me);return _e("connectWallet",e),{connectWallet:t}}import{useContext as _7}from"react";function A7(e){let{createWallet:t}=_7(me);return _e("createWallet",e),{createWallet:t}}var R7=()=>{let{fundWallet:e}=G();return{fundWallet:e}};import{useContext as I7}from"react";function M7(e){let{sendTransaction:t}=I7(me);return _e("sendTransaction",e),{sendTransaction:t}}import{useContext as W7}from"react";function L7(e){let{setWalletPassword:t}=W7(me);return _e("setWalletPassword",e),{setWalletPassword:t}}import{useContext as O7}from"react";function N7(e){let{signMessage:t}=O7(me);return _e("signMessage",e),{signMessage:t}}import{useContext as D7}from"react";function F7(e){let{signTypedData:t}=D7(me);return _e("signTypedData",e),{signTypedData:t}}import{useContext as U7}from"react";var B7=()=>{let{isModalOpen:e}=U7(me);return{isOpen:e}};import{useContext as H7}from"react";function G7(e){let{getAccessToken:t}=H7(me);return _e("accessToken",e),{getAccessToken:t}}function V7(){let{submitCast:e,removeCast:t,likeCast:r,recastCast:o,followUser:n,unfollowUser:a,requestFarcasterSigner:i}=G();return{followUser:n,unfollowUser:a,submitCast:e,removeCast:t,likeCast:r,recastCast:o,requestFarcasterSigner:i}}function z7(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{hr as AsExternalProvider,Gl as Captcha,fi as ConnectorManager,hi as PrivyClient,f7 as PrivyProvider,xe as PrivyProxyProvider,ui as SUPPORTED_CHAINS,xl as VERSION,vt as WalletConnector,z7 as addRpcUrlOverrideToChain,fc as errorIndicatesMaxMfaRetries,_n as errorIndicatesMfaTimeout,An as errorIndicatesMfaVerificationFailed,Ce as getAccessToken,k7 as useConnectWallet,A7 as useCreateWallet,V7 as useExperimentalFarcasterSigner,R7 as useFundWallet,S7 as useLinkAccount,g7 as useLogin,E7 as useLoginWithEmail,b7 as useLoginWithOAuth,T7 as useLoginWithSms,C7 as useLogout,Vn as useMfa,Gi as useMfaEnrollment,B7 as useModalStatus,G as usePrivy,ql as useRegisterMfaListener,M7 as useSendTransaction,L7 as useSetWalletPassword,N7 as useSignMessage,F7 as useSignTypedData,G7 as useToken,Yi as useWallets};
|
|
2894
|
+
`;import{jsx as Qe,jsxs as B1}from"react/jsx-runtime";var xb={["LANDING"]:Ih,["CONNECT_OR_CREATE"]:Ah,["AWAITING_PASSWORDLESS_CODE"]:hm,["AWAITING_CONNECTION"]:Lm,["AWAITING_CONNECT_ONLY_CONNECTION"]:Fm,["AWAITING_FARCASTER_CONNECTION"]:zf,["AWAITING_FARCASTER_SIGNER"]:Zf,["AWAITING_PASSKEY_SYSTEM_DIALOGUE"]:e1,["PHANTOM_INTERSTITIAL_SCREEN"]:n1,["LOGIN_FAILED_SCREEN"]:$h,["AWAITING_OAUTH_SCREEN"]:Jy,["ALLOWLIST_REJECTION_SCREEN"]:im,["USER_LIMIT_REACHED_SCREEN"]:O1,["INSTALL_PHANTOM_SCREEN"]:dh,["LINK_EMAIL_SCREEN"]:Mh,["LINK_PHONE_SCREEN"]:Hh,["LINK_WALLET_SCREEN"]:Gh,["LINK_PASSKEY_SCREEN"]:Uh,["UPDATE_EMAIL_SCREEN"]:M1,["CONNECT_ONLY_LANDING_SCREEN"]:Im,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:km,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:tf,["EMBEDDED_WALLET_CREATED_SCREEN"]:Km,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:$m,["EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN"]:i1,["EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN"]:y1,["EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN"]:d1,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Qm,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:S1,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:T1,["FIAT_ON_RAMP_PROMPT_SCREEN"]:rh,["FIAT_ON_RAMP_STATUS_SCREEN"]:nh,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:kf,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:_f,["EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN"]:u1,["MFA_ENROLLMENT_FLOW_SCREEN"]:ay,["CAPTCHA_SCREEN"]:Cm,["ERROR_SCREEN"]:Rf,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:ih,["AFFIRMATIVE_CONSENT_SCREEN"]:rm},_b=["LANDING","AWAITING_CONNECTION"],kb=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:r,isModalOpen:o}=H(),{headless:n}=M(),{ready:a,currentScreen:i}=x(),{status:l,execute:s,reset:c,enabled:u}=ge(),h=Tb(null),f=zu(h),y=o&&i&&_b.includes(i)&&!n&&l==="ready";if(U1(()=>{y&&s()},[y]),U1(()=>{!o&&u&&c()},[o,u]),(!r||!a)&&i!=="AWAITING_OAUTH_SCREEN")return B1(qn,{id:"privy-modal-content",children:[Qe(_,{}),Qe(Y,{}),Qe(Yh,{children:Qe(wt,{})}),Qe(J,{}),Qe(K,{})]});if(!i&&e)return Qe(qn,{style:{height:f},id:"privy-modal-conent",children:Qe("div",{ref:h,children:Qe(wd,{open:e,onClose:t})})});if(!i)return null;let C=xb[i];return Qe(qn,{style:{height:f},id:"privy-modal-content",children:B1("div",{ref:h,children:[Qe(Hr,{if:!!e,children:Qe(C,{})}),Qe(Hr,{if:!e,children:Qe(wd,{open:e,onClose:t})})]})})},Ab=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=x();return{gracefulClosePrivyModal:Eb(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},H1=({open:e})=>{let{app:t}=x(),{gracefulClosePrivyModal:r}=Ab(),[o,n]=Pb(!1);Xl({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let a=Qe(F1,{children:Qe(kb,{isMfaVerifying:o,onMfaVerificationComplete:()=>n(!1)})}),i=e||o,l=t?.render.inDialog?Qe(Kh,{open:i,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>r(),children:a}):a;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return Sb.createPortal(l,s)}return l};import{useState as Rb}from"react";import{useEffect as G1,useRef as V1}from"react";var bl=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 Yo(e,t,r,o,n,a=!1){let i=a,l=async u=>{if(i&&t&&t.length>0){u===(a?0:1)?n("configureMfa","onMfaRequired",t):o.current?.reject(new Te("missing_or_invalid_mfa","MFA verification failed, retry."));let h=await new Promise((f,y)=>{r.current={resolve:f,reject:y};let C=1e3*60*5;setTimeout(()=>{let v=new Te("mfa_timeout","Timed out waiting for MFA code");o.current?.reject(v),y(v)},C)});return await e(h)}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(h){if(h.type==="missing_or_invalid_mfa")i=!0;else throw o.current?.resolve(void 0),h}if(c===null){let u=new Te("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw o.current?.reject(u),u}return c}import{jsx as Nb}from"react/jsx-runtime";var Ib=function(e){return()=>`id-${e++}`}(0);function Mb(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Xe(e){return e.error!==void 0}var Ve=new bl,Ad=new Map,Wb=(e,t)=>typeof t=="bigint"?t.toString():t,Lb=(e,t)=>`${e}${JSON.stringify(t,Wb)}`;function et(e,t,r,o){let n=r.contentWindow;if(!n)throw new Error("iframe not initialized");let a=Lb(e,t);if(e==="privy:wallet:create"){let l=Ad.get(a);if(l)return l}let i=new Promise((l,s)=>{let c=Ib();Ve.enqueue(c,{resolve:l,reject:s}),n.postMessage({id:c,event:e,data:t},o)}).finally(()=>{Ad.delete(a)});return Ad.set(a,i),i}function Ob(e){switch(e.event){case"privy:iframe:ready":let t=Ve.dequeue(e.event,e.id);return Xe(e)?t.reject(new Te(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let r=Ve.dequeue(e.event,e.id);return Xe(e)?r.reject(new Te(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:connect":let o=Ve.dequeue(e.event,e.id);return Xe(e)?o.reject(new Te(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:recover":let n=Ve.dequeue(e.event,e.id);return Xe(e)?n.reject(new Te(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let a=Ve.dequeue(e.event,e.id);return Xe(e)?a.reject(new Te(e.error.type,e.error.message)):a.resolve(e.data);case"privy:wallet:set-recovery-password":let i=Ve.dequeue(e.event,e.id);return Xe(e)?i.reject(new Te(e.error.type,e.error.message)):i.resolve(e.data);case"privy:mfa:verify":let l=Ve.dequeue(e.event,e.id);return Xe(e)?l.reject(new Te(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:clear":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:init-signer":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-cast":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-cast":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:react-to-cast":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:submit-link":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:farcaster:remove-link":{let s=Ve.dequeue(e.event,e.id);return Xe(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function z1(e){let t=V1(null),r=V1(e.mfaMethods),o=ju(),[n,a]=Rb(!1);return G1(()=>{r.current=e.mfaMethods},[e.mfaMethods]),G1(()=>{if(!n)return;let i=t.current;if(!i)return;function l(f){f&&f.origin===e.origin&&Mb(f.data)&&Ob(f.data)}let s={create(f){return et("privy:wallet:create",f,i,e.origin)},connect(f){return et("privy:wallet:connect",f,i,e.origin)},recover(f){return Yo(y=>et("privy:wallet:recover",{...f,...y},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(f){return Yo(y=>et("privy:wallet:rpc",{...f,...y},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(f){return Yo(y=>et("privy:wallet:set-recovery-password",{...f,...y},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(f){return Yo(y=>et("privy:mfa:verify",{...f,...y},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(f){return Yo(y=>et("privy:mfa:init-enrollment",{...f,...y},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(f){return et("privy:mfa:submit-enrollment",f,i,e.origin)},unenrollMfa(f){return Yo(y=>et("privy:mfa:unenroll",{...f,...y},i,e.origin),r.current,e.mfaPromise,e.mfaSubmitPromise,o,!0)},clearMfa(f){return et("privy:mfa:clear",f,i,e.origin)},initFarcasterSigner(f){return et("privy:farcaster:init-signer",f,i,e.origin)},submitCast(f){return et("privy:farcaster:submit-cast",f,i,e.origin)},removeCast(f){return et("privy:farcaster:remove-cast",f,i,e.origin)},reactToCast(f){return et("privy:farcaster:react-to-cast",f,i,e.origin)},submitLink(f){return et("privy:farcaster:submit-link",f,i,e.origin)},removeLink(f){return et("privy:farcaster:remove-link",f,i,e.origin)}};window.addEventListener("message",l);let c=()=>e.onLoad(s),u=(...f)=>{console.warn("Privy iframe failed to load: ",...f),e.onLoadFailed()},h=new AbortController;return Lp(()=>et("privy:iframe:ready",{},i,e.origin),{abortSignal:h.signal}).then(c,u),()=>{window.removeEventListener("message",l),h.abort()}},[n]),Nb("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},onLoad:()=>a(!0),src:Ca(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function El(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(o=>t.includes(o))}async function q1({url:e,popup:t}){return t.location=e,new Promise((o,n)=>{function a(){t?.close(),window.removeEventListener("message",i)}function i(l){l.data&&(l.data.type==="PRIVY_OAUTH_RESPONSE"?(o(l.data),a()):l.data.type==="PRIVY_OAUTH_ERROR"&&(n(l.data.error),a()))}window.addEventListener("message",i)})}var Tl=class{constructor(t,r){this.meta={action:t,phoneNumber:r}}async init(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{await this.api.post(fp,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw ae(t)}}async authenticate(){if(!this.meta.action)throw new w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=await this.api.post(hp,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return vt(t)}catch(t){throw ae(t)}}};import{jsx as Lr,jsxs as $1}from"react/jsx-runtime";var Po;function Bb(e){return typeof e=="string"&&e.length===25}function ue(){if(!Po){let e=j.get(So);return Promise.resolve(e||null)}return Po.getAccessToken()}var j1,ru=(e,t)=>j1(e,t),K1,ou=(e,t)=>K1(e,t),Y1,nu=(e,t)=>Y1(e,t),Z1,iu=()=>Z1(),Hb=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;j.put(li,t);let r=new URL(window.location.href);r.searchParams.delete("privy_token"),window.history.pushState({},"",r)},Gb=({config:e,...t})=>{if(!Bb(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");Po||(Po=new wi({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."),Lr(Lu,{client:Po,clientConfig:r,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:Lr(Vb,{...t,config:r,client:Po})})},Vb=e=>{let t=e.client,[r,o]=Fe(!1),[n,a]=Fe(!1),[i,l]=Fe(!1),[s,c]=Fe(null),[u,h]=Fe([]),f=ii(u),[y,C]=Fe(!1),[v,S]=Fe(null),[b,P]=Fe(!1),[W,R]=Fe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:E}),[F,I]=Fe({status:"initial"}),[B,$]=Fe(null),[V,q]=Fe(null),[A,le]=Fe(null),U=no(),de=ss(),[pe,te]=Fe(!0),[We,re]=Fe({}),[Jt,Lt]=Fe(null),[Ot,ye]=Fe(null),[pr,ur]=Fe(!1),[Zo,mr]=Fe(!1),yt=ii(null),Ue=ii(null),L=ii(qu);t.onStoreToken=d=>{d&&O(L,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{c(null),l(!1),O(L,"accessToken","onAccessTokenRemoved")};let se=ii(null),G=ii(null),fr=Fb(d=>{let p=t.connectors?.walletsReady||!1;return i&&s?.linkedAccounts?.some(g=>g.type==="wallet"&&g.walletClientType==="privy")?p&&d?.some(g=>g?.walletClientType==="privy"):p},[i,s?.linkedAccounts,t?.connectors?.walletsReady]),oe=d=>{S(d),setTimeout(()=>{o(!0)},15),t.createAnalyticsEvent({eventName:"modal_open",payload:{initialScreen:d}})},gt=d=>{U.embeddedWallets.createOnLogin!=="off"&&te(!0),oe(d)};Wr(()=>{let d=()=>{document.visibilityState==="hidden"&&t.createAnalyticsEvent({eventName:"page_hidden",options:{keepAlive:!0}})};return document.addEventListener("visibilitychange",d),()=>{document.removeEventListener("visibilitychange",d)}},[]),Wr(()=>{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(!A){console.warn("Failed to add embedded wallet connector: Wallet proxy not initialized");return}t.connectors.addEmbeddedWalletConnector(A,d.address,U.defaultChain,e.appId)},[A,s]),Wr(()=>{A&&Ot?.(A)},[A]),Wr(()=>{(async()=>{if(!U.customAuth?.enabled)return;te(!0);let{getCustomAccessToken:p,isLoading:m}=U.customAuth;if(!(!n||m))try{let g=await p();if(!g&&i){await Xo.logout();return}if(!g||i)return;t.startAuthFlow(new en(g));let{user:k,isNewUser:D}=await t.authenticate();if(!k){await Xo.logout();return}c(k||null),C(D||!1),l(!0),mr(!0)}catch(g){console.warn(g),i&&await Xo.logout()}})()},[U.customAuth?.enabled,U.customAuth?.getCustomAccessToken,U.customAuth?.isLoading,n,i]),Wr(()=>{Zo&&A&&s&&Ht(s,e.config?.embeddedWallets?.createOnLogin)&&(mr(!1),Id(s,tn).catch(console.error))},[Zo&&A&&s]),Wr(()=>{async function d(){let p=Or();Hb();let m=Db();$(m),t.initializeConnectorManager({walletConnectCloudProjectId:U.walletConnectCloudProjectId,rpcConfig:U.rpcConfig,chains:U.chains,defaultChain:U.defaultChain,store:m,walletList:U.appearance.walletList,shouldEnforceDefaultChainOnConnect:U.shouldEnforceDefaultChainOnConnect,appName:U.name??"Privy"}),t.connectors?.initialize().then(()=>{Jo()});let g=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!g),g&&O(L,"login","onComplete",g,!1,!0,null),c(g)),p||ie.setReadyToTrue(!!g),p&&(g?G.current="link":G.current="login")}!n&&de&&d()},[t,Jt,n,de]);let Or=()=>{let d=fi();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 yr(d)),gt("AWAITING_OAUTH_SCREEN"),!0)},oa=async(d,p,m,g)=>{let k=await t.connectors?.createWalletConnector(d,p)||null;ai(k,p,m,g)};async function ai(d,p,m,g){if(d)R({status:"disconnected",connectedWallet:null,connectError:null,connector:d,connectRetry:E});else return R({status:"disconnected",connectedWallet:null,connectError:new Z("Unable to connect to wallet."),connector:null,connectRetry:E}),g?.(null,m);d instanceof wr&&p&&await d.resetConnection(p),R({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>ai(d,p,m,g)});try{let k=await d.connect({showPrompt:!0});if(U.shouldEnforceDefaultChainOnConnect&&!U.chains.find(D=>D.id===Number(k?.chainId))&&!(k?.connectorType==="wallet_connect_v2"&&k?.walletClientType==="metamask")){R(D=>({...D,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:E}));try{await k?.switchChain(U.defaultChain.id),k&&(k.chainId=on(Ro(U.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${U.defaultChain.id}`)}}return R(D=>({...D,status:"connected",connectedWallet:k,connectError:null,connectRetry:E})),k&&!G.current&&O(L,"connectWallet","onSuccess",k),g?.(k,m)}catch(k){return k instanceof Le?(console.warn(k.cause?k.cause:k.message),G.current||O(L,"connectWallet","onError",k.privyErrorCode||"generic_connect_wallet_error")):(console.warn(k),G.current||O(L,"connectWallet","onError","unknown_connect_wallet_error")),R(D=>({...D,status:"disconnected",connectedWallet:null,connectError:k})),g?.(null,m)}}let Zr=async(d,p)=>{if(d===null)return;let m=new Wo(d,p);t.startAuthFlow(m)},Jo=()=>{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"&&!eo()&>("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");oe("AWAITING_CONNECTION");let g=new URL(window.location.href);g.searchParams.delete("privy_connector"),g.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",g),oa(p,m,void 0,Zr)};Wr(()=>{n&&i&&s===null&&t.getAuthenticatedUser().then(c)},[n,i,s,t]);let Ce=()=>{if(!i)throw O(L,"linkAccount","onError","must_be_authenticated"),new w("User must be authenticated before linking an account.")},ze=()=>{Ce(),se.current="siwe",G.current="link",oe("LINK_WALLET_SCREEN")},Jr=d=>{if(!i||!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},si=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(R(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:E})),U.captchaEnabled&&!i){let m={callback:g=>Zr(d,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};re({captchaModalData:m}),gt("CAPTCHA_SCREEN")}else await Zr(d),gt("AWAITING_CONNECTION")},Qo=async(d,p)=>{if(!U.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:g}=await eh(t,d,p?.config??{},U.appearance.palette,U.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:g}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},Nt=()=>{h(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:Jr(m),loginOrLink:async()=>{if(!await m.isConnected())throw new w("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");si(m)},fund:async g=>{let{signedUrl:k,externalTransactionId:D}=await Qo(m.address,g);re({fiatOnRampPrompt:{signedUrl:k},fiatOnRampStatus:{externalTransactionId:D}}),oe("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!i)throw new w("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let g=await t.unlinkWallet(m.address);c(g)}}))||[];return ur(fr(p)),Ba(d,p)?d:p})};Wr(()=>{Nt()},[s?.linkedAccounts,i,n]),Wr(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");Nt(),t.connectors.on("walletsUpdated",Nt)}},[n]);let Sl=()=>{oe(i?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Wr(()=>{if(!u[0])return;let d=u[0],p=f.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)}f.current=u},[u]);let Id=async(d,p)=>{if(we(d))throw O(L,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[g,k]=await Promise.all([ie.initializeWalletProxy(p),ue()]);if(!g&&e.config?.customAuth?.enabled)throw O(L,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!g||!k||U.embeddedWallets?.requireUserOwnedRecoveryOnCreate)return new Promise((D,X)=>{te(!0),re({createWallet:{onSuccess:qe=>{O(L,"createWallet","onSuccess",qe),D(qe)},onFailure:qe=>{O(L,"createWallet","onError","unknown_embedded_wallet_error"),X(qe)},callAuthOnSuccessOnClose:!1}}),oe("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await g.create({accessToken:k});let D=await ie.refreshUser(),X=we(D);if(!X)throw O(L,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return O(L,"createWallet","onSuccess",X),X}},eg=d=>{if(!U.chains.map(p=>p.id).includes(d))throw new Z(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Md=(d,p,m)=>new Promise(async(g,k)=>{if(!i||!s){O(L,"sendTransaction","onError","must_be_authenticated"),k(new Error("User must be authenticated before signing with a Privy wallet"));return}let D=we(s);if(!D){O(L,"sendTransaction","onError","embedded_wallet_not_found"),k(new Error("Must have a Privy wallet before signing"));return}te(!0);let X=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Be=d.chainId?Number(d.chainId):X.chainId;eg(Be);let qe=Object.assign({},d,{chainId:Be}),Ft=async()=>{let Pe=await ue();if(!Pe||!A){O(L,"sendTransaction","onError","embedded_wallet_not_found"),k(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await ie.recoverEmbeddedWallet()){O(L,"sendTransaction","onError","unknown_connect_wallet_error"),k(new Error("Unable to connect to wallet"));return}let ct=Dr(qe.chainId,U.chains,U.rpcConfig,{appId:e.appId}),xl=await Xn(D.address,qe,ct);if(U.embeddedWallets.noPromptOnSignature){let{totalGasEstimate:rg}=await Qn(xl,ct),{hasSufficientFunds:og}=await ul(D.address,xl,rg,ct);if(!og)throw new Me(new Gt("Wallet has insufficient funds for this transaction.",ot.E32603_DEFAULT_INTERNAL_ERROR.eipCode))}let Od=await pl(Pe,D.address,A,xl,ct);O(L,"sendTransaction","onSuccess",Od),g(Od)}catch(St){O(L,"sendTransaction","onError","transaction_failure"),k(St)}};if(U.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),Ft();else{let Pe={transactionRequest:qe,onSuccess:ct=>{O(L,"sendTransaction","onSuccess",ct),g(ct)},onFailure:ct=>{O(L,"sendTransaction","onError","transaction_failure"),k(ct)},uiOptions:p||{},fundWalletConfig:m},St={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:ct=>{O(L,"sendTransaction","onError","unknown_connect_wallet_error"),k(ct)}};re({connectWallet:St,sendTransaction:Pe}),oe("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Wd(){return new Promise(async(d,p)=>{let m=await ue();if(!m||!A)throw new Error("Must have valid access token to enroll in MFA");try{await A.verifyMfa({accessToken:m}),d()}catch(g){p(g)}})}let Dt=d=>{if(d==="passkey"){if(s&&s.linkedAccounts.filter(p=>p.type==="passkey").length>=5)throw O(L,"linkAccount","onError","cannot_link_more_of_type"),new w(`User already has an account of type ${d} linked.`)}else if(s?.[d])throw O(L,"linkAccount","onError","cannot_link_more_of_type"),new w(`User already has an account of type ${d} linked.`)},Xo={ready:n,authenticated:i,user:s,walletConnectors:t.connectors||null,connectWallet:Sl,linkWallet:ze,linkEmail:()=>{Ce(),Dt("email"),se.current="email",G.current="link",oe("LINK_EMAIL_SCREEN")},linkPhone:()=>{Ce(),Dt("phone"),se.current="sms",G.current="link",oe("LINK_PHONE_SCREEN")},linkGoogle:async()=>{Ce(),Dt("google"),G.current="link",await ie.initLoginWithOAuth("google")},linkTwitter:async()=>{Ce(),Dt("twitter"),G.current="link",await ie.initLoginWithOAuth("twitter")},linkDiscord:async()=>{Ce(),Dt("discord"),G.current="link",await ie.initLoginWithOAuth("discord")},linkGithub:async()=>{Ce(),Dt("github"),G.current="link",await ie.initLoginWithOAuth("github")},linkSpotify:async()=>{Ce(),Dt("spotify"),G.current="link",await ie.initLoginWithOAuth("spotify")},linkTiktok:async()=>{Ce(),Dt("tiktok"),G.current="link",await ie.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{Ce(),Dt("linkedin"),G.current="link",await ie.initLoginWithOAuth("linkedin")},linkApple:async()=>{Ce(),Dt("apple"),G.current="link",await ie.initLoginWithOAuth("apple")},linkPasskey:async()=>{Ce(),Dt("passkey"),await ie.initLinkWithPasskey(),oe("LINK_PASSKEY_SCREEN")},linkFarcaster:async()=>{Ce(),Dt("farcaster"),await ie.initLoginWithFarcaster(),G.current="link",se.current="farcaster",oe("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(Ce(),!s?.email)throw new w("User does not have an email linked to their account.");G.current="link",se.current="email",oe("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=>{Lt(g=>m.bind(g))});if(Lt(null),p){console.warn(d);return}}if(i){console.warn(d);return}G.current="login",gt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Lt(()=>d)}),Lt(null)),i){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(u[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}gt("CONNECT_OR_CREATE")},logout:async()=>{if(await t.logout(),s&&A)try{await A.clearMfa({userId:s.id})}catch{}c(null),l(!1),S(null),O(L,"logout","onSuccess"),G.current=null,se.current=null,o(!1),j.del(ci)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new _e;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 _e:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Rd(new gr(new _e));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 Rd(new gr(new _e)):new Rd(new gr(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new oo(new _e);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 oo(new _e):new oo(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=>Pl(g.address)===Pl(d)),m=s?.linkedAccounts.find(g=>g.type==="wallet"&&Pl(g.address)===Pl(d));if(!p||!await p.isConnected())q(d),ze();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(!i||!s)throw O(L,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Id(s,15e3)},setWalletPassword:async()=>{if(!i||!s)throw O(L,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=we(s);if(!d||!A)throw O(L,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw O(L,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Wd()}catch(p){throw O(L,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,m)=>{te(!0);let g={onSuccess:D=>{O(L,"setWalletPassword","onSuccess",D),p(D)},onFailure:D=>{O(L,"setWalletPassword","onError","user_exited_set_password_flow"),m(D)},callAuthOnSuccessOnClose:!1},k={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:D=>{O(L,"setWalletPassword","onError","unknown_connect_wallet_error"),m(D)}};re({setWalletPassword:g,connectWallet:k}),oe("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,g)=>{if(!i||!s){O(L,"signMessage","onError","must_be_authenticated"),g(new Error("User must be authenticated before signing with a Privy wallet"));return}let k=we(s);if(!k){O(L,"signMessage","onError","embedded_wallet_not_found"),g(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){O(L,"signMessage","onError","invalid_message"),g(new Error("Message must be a non-empty string"));return}te(!0);let D=async()=>{if(!i)throw new Error("User must be authenticated before signing with a Privy wallet");let X=await ue();if(!A||!X)throw new Error("Unable to connect to wallet");if(!await ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_started",payload:{walletAddress:k.address}});let{response:qe}=await A.rpc({accessToken:X,address:k.address,request:{method:"personal_sign",params:[d,k.address]}}),Ft=qe.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_message_completed",payload:{walletAddress:k.address}}),Ft};if(U.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let X=await D();O(L,"signMessage","onSuccess",X),m(X)}catch(X){O(L,"signMessage","onError","unable_to_sign"),g(X??new Me("Unable to sign message"))}}else{let qe={method:"personal_sign",data:d,confirmAndSign:D,onSuccess:Pe=>{O(L,"signMessage","onSuccess",Pe),m(Pe)},onFailure:Pe=>{O(L,"signMessage","onError","unable_to_sign"),g(Pe)},uiOptions:p||{}},Ft={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Pe=>{O(L,"signMessage","onError","unknown_connect_wallet_error"),g(Pe)}};re({signMessage:qe,connectWallet:Ft}),oe("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,g)=>{if(!i||!s){O(L,"signTypedData","onError","must_be_authenticated"),g(new Error("User must be authenticated before signing with a Privy wallet"));return}let k=we(s);if(!k){O(L,"signTypedData","onError","embedded_wallet_not_found"),g(new Error("Must have a Privy wallet before signing"));return}te(!0);let D=ba(d),X=async()=>{if(!i)throw new Error("User must be authenticated before signing with a Privy wallet");let Be=await ue();if(!A||!Be)throw new Error("Unable to connect to wallet");if(!await ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_started",payload:{walletAddress:k.address}});let{response:Ft}=await A.rpc({accessToken:Be,address:k.address,request:{method:"eth_signTypedData_v4",params:[k.address,D]}}),Pe=Ft.data;return t.createAnalyticsEvent({eventName:"embedded_wallet_sign_typed_data_completed",payload:{walletAddress:k.address}}),Pe};if(U.embeddedWallets.noPromptOnSignature||(U.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let Be=await X();O(L,"signTypedData","onSuccess",Be),m(Be)}catch(Be){O(L,"signTypedData","onError","unable_to_sign"),g(Be??new Me("Unable to sign message"))}}else{let Ft={method:"eth_signTypedData_v4",data:D,confirmAndSign:X,onSuccess:St=>{O(L,"signTypedData","onSuccess",St),m(St)},onFailure:St=>{O(L,"signTypedData","onError","unable_to_sign"),g(St)},uiOptions:p||{}},Pe={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:St=>{O(L,"signMessage","onError","unknown_connect_wallet_error"),g(St)}};re({signMessage:Ft,connectWallet:Pe}),oe("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let k=await(await Md(d,p,m)).wait();return ml(k)},exportWallet:()=>new Promise(async(d,p)=>{if(!i||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=we(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}te(!0);let g={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},k=await ue();if(!k||!A){p(new Error("Must have valid access token to enroll in MFA"));return}if(!A){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await A.connect({accessToken:k,address:m.address}),await A.verifyMfa({accessToken:k})}catch(X){if(Go(X))await ie.recoverEmbeddedWallet();else throw X}}catch(X){p(X);return}let D={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};re({keyExport:D,connectWallet:g}),oe("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Wd,async init(d){let p;switch(d){case"sms":p=new Tl("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":yt.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((m,g)=>{Ue.current={resolve:m,reject:g}});break;default:throw yt.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${d}`)}},cancel(){yt.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(d){let p=await ue();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,m)=>{if(!d){ie.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."),re({mfaEnrollmentFlow:{mfaMethods:U.mfa.methods,onSuccess:p,onFailure:m}}),oe("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");let p=await A.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await ue();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(d){let p=await ue();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(d){let p=await ue();if(!p||!A)throw new Error("Must have valid access token to remove MFA");await A.unenrollMfa({method:d,accessToken:p});let m=await t.getAuthenticatedUser();c(m)},requestFarcasterSigner:async()=>{let d=await ue(),p=s?.linkedAccounts.find(k=>k.type==="wallet"&&k.walletClientType==="privy");if(!d)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");let g=await A.initFarcasterSigner({address:p.address,hdWalletIndex:null,accessToken:d,mfaCode:null,mfaMethod:null});if(g.status==="approved"){let k=await t.getAuthenticatedUser();c(k||s||null)}re({farcasterSigner:g}),oe("AWAITING_FARCASTER_SIGNER")},submitCast:async d=>{let p=await ue(),m=s?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.submitCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid)})).response.hash}},removeCast:async({castHash:d})=>{let p=await ue(),m=s?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.removeCast({address:m.address,hdWalletIndex:null,accessToken:p,mfaCode:null,mfaMethod:null,payload:d,fid:BigInt(s.farcaster.fid)})).response.hash}},likeCast:async({castHash:d,castAuthorFid:p})=>{let m=await ue(),g=s?.linkedAccounts.find(X=>X.type==="wallet"&&X.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.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 ue(),g=s?.linkedAccounts.find(X=>X.type==="wallet"&&X.walletClientType==="privy");if(!m)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.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 ue(),m=s?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.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 ue(),m=s?.linkedAccounts.find(D=>D.type==="wallet"&&D.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 ie.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");return{hash:(await A.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:b,loginWithCode(d){return ie.loginWithCode(d)},initLoginWithEmail(d){return ie.initLoginWithEmail(d)},initLoginWithSms(d){return ie.initLoginWithSms(d)},otpState:F,fundWallet(d,p){return ie.fundWallet(d,p)},initLoginWithHeadlessOAuth(d,p){return ie.initLoginWithHeadlessOAuth(d,p)},loginWithHeadlessOAuth(d){return ie.loginWithHeadlessOAuth(d)},isModalOpen:r};j1=Xo.signMessage,K1=Xo.signTypedData,Y1=async(...d)=>{let p=await Md(...d);return U.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Ld=!!e.config?.headless,ie=(()=>({headless:Ld,isNewUserThisSession:y,linkingHint:V,pendingTransaction:null,walletConnectionStatus:W,mipdStore:B,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(A)return A;let p=new Promise(k=>{ye(()=>D=>k(D))}),m=new Promise(k=>setTimeout(()=>k(null),d)),g=await Promise.race([p,m]);return ye(null),g},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0,isSuccess:!1})=>{let p=n&&i&&s;G.current==="login"?d.shouldCallAuthOnSuccess&&p?(O(L,"login","onComplete",s,y,!1,se.current??null),e.onSuccess?.(s,y)):O(L,"login","onError","exited_auth_flow"):G.current==="link"&&se.current&&(d.isSuccess&&p?O(L,"linkAccount","onSuccess",s,se.current):O(L,"linkAccount","onError","exited_link_flow")),q(null),G.current=null,se.current=null,C(!1),o(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent({eventName:"modal_closed"})},openPrivyModal:oe,connectWallet:ai,initLoginWithWallet:async(d,p)=>{se.current="siwe",Zr(d,p)},loginWithWallet:async()=>{if(!n)throw new Qr;if(!(t.authFlow instanceof Wo))throw new w("Must initialize SIWE flow first.");let d,p;if(i)try{d=await t.link(),se.current="siwe"}catch(m){throw O(L,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),se.current="siwe"}catch(m){throw O(L,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||s||null),C(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new di(d);t.startAuthFlow(p);try{se.current="farcaster",await p.initializeFarcasterConnect()}catch(m){throw G.current==="login"?O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"):G.current==="link"&&O(L,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Qr;if(!(t.authFlow instanceof di))throw new w("Must initialize Farcaster flow first.");let d,p;if(i)try{d=await t.link(),se.current="farcaster"}catch(m){throw O(L,"linkAccount","onError",m.privyErrorCode||"failed_to_link_account"),m}else try{({user:d,isNewUser:p}=await t.authenticate()),se.current="farcaster"}catch(m){throw O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d||null),C(p||!1),l(!0)},async initLoginWithOAuth(d,p){if(se.current=d,Rl()){if(d==="google"&&El(window.navigator.userAgent)){gt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{gt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}j.del(ko);let m=new yr({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:k,stateCode:D}=await Gm({api:Po.api,provider:d});if(!g)throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:"Unable to open recovery OAuth popup",provider:d}}),new w("Recovery OAuth failed");let X,Be;try{let Pe=await q1({url:g,popup:m});if(X=Pe.stateCode,Be=Pe.authorizationCode,X!==D)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:D??"",returnedStateCode:X??""}}),new w("Unexpected auth flow. This may be a phishing attempt.")}catch(Pe){throw t.createAnalyticsEvent({eventName:"recovery_oauth_error",payload:{error:Pe.toString(),provider:d}}),new w("Recovery OAuth failed")}let[qe,Ft]=await Promise.all([ue(),Vm({api:Po.api,provider:d,codeVerifier:k,stateCode:X,authorizationCode:Be})]);if(!A)throw new w("Cannot connect to wallet proxy");switch(p){case"recover":let Pe=We.recoverWallet?.privyWallet?.address;if(!Pe)throw new w("Recovery OAuth failed");t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_started",payload:{walletAddress:Pe,recoveryMethod:d}}),await A.recover({address:Pe,accessToken:qe,recoveryAccessToken:Ft,recoveryMethod:d}),t.createAnalyticsEvent({eventName:"embedded_wallet_recovery_completed",payload:{walletAddress:Pe,recoveryMethod:d}});break;case"create-wallet":t.createAnalyticsEvent({eventName:"embedded_wallet_creation_started"}),await A.create({accessToken:qe,recoveryAccessToken:Ft,recoveryMethod:d});let St=await ie.refreshUser(),ct=we(St);if(!ct)throw O(L,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");t.createAnalyticsEvent({eventName:"embedded_wallet_creation_completed",payload:{walletAddress:ct.address}}),O(L,"createWallet","onSuccess",ct);break;default:throw new w("Unsupported recovery action")}},async loginWithOAuth(d){if(!(t.authFlow instanceof yr))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let p=j.get(xo),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d,storedStateCode:p??"",returnedStateCode:m??""}}),new w("Unexpected auth flow. This may be a phishing attempt.");let g,k;if(i)try{g=await t.link(),se.current=d}catch(D){throw O(L,"linkAccount","onError",D.privyErrorCode||"failed_to_link_account"),D}else try{({user:g,isNewUser:k}=await t.authenticate()),se.current=d}catch(D){throw G.current==="login"?O(L,"login","onError",D.privyErrorCode||"unknown_auth_error"):G.current==="link"&&O(L,"linkAccount","onError",D.privyErrorCode||"failed_to_link_account"),D}c(g),C(k||!1),l(!0)},async initLoginWithPasskey(d){let p=new Mo(d);t.startAuthFlow(p),G.current="login";try{se.current="passkey",await p.initAuthenticationFlow()}catch(m){throw O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},async loginWithPasskey(){if(!n)throw new Qr;if(!(t.authFlow instanceof Mo))throw new w("Must initialize Passkey flow first.");if(se.current!=="passkey")throw new w("Must init login with Passkey flow first.");let d,p;try{se.current="passkey",{user:d,isNewUser:p}=await t.authenticate()}catch(m){throw O(L,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}c(d),C(p||!1),l(!0)},async initLinkWithPasskey(d){let p=new Mo(d);t.startAuthFlow(p),G.current="link",se.current="passkey";try{await p.initLinkFlow()}catch(m){throw O(L,"linkAccount","onError",m.privyErrorCode||"unknown_auth_error"),m}},async linkWithPasskey(){if(!n)throw new Qr;if(!(t.authFlow instanceof Mo))throw new w("Must initialize Passkey flow first.");if(se.current!=="passkey")throw new w("Must init login with Passkey flow first.");let d;try{se.current="passkey",d=await t.link()}catch(p){throw O(L,"linkAccount","onError",p.privyErrorCode||"failed_to_link_account"),p}c(d||s||null)},async initLoginWithHeadlessOAuth(d,p){if(Rl()){if(d==="google"&&El(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 yr({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){P(!0),t.startAuthFlow(new yr(d));let p=j.get(xo),m=d.stateCode;if(p!==m)throw t.createAnalyticsEvent({eventName:"possible_phishing_attempt",payload:{provider:d.provider,storedStateCode:p??"",returnedStateCode:m??""}}),P(!1),new w("Unexpected auth flow. This may be a phishing attempt.");let g,k;if(i)try{g=await t.link(),se.current=d.provider}catch(D){throw O(L,"linkAccount","onError",D.privyErrorCode||"failed_to_link_account"),D}else try{({user:g,isNewUser:k}=await t.authenticate()),se.current=d.provider}catch(D){throw G.current==="login"?O(L,"login","onError",D.privyErrorCode||"unknown_auth_error"):G.current==="link"&&O(L,"linkAccount","onError",D.privyErrorCode||"failed_to_link_account"),D}return c(g),C(k||!1),l(!0),P(!1),g??void 0},initLoginWithEmail:async(d,p)=>{let m=new Xr(d,p);t.startAuthFlow(m);try{se.current="email",await m.sendCodeEmail()}catch(g){throw G.current==="login"?O(L,"login","onError",g.privyErrorCode||"unknown_auth_error"):G.current==="link"&&O(L,"linkAccount","onError",g.privyErrorCode||"failed_to_link_account"),g}},initUpdateEmail:async(d,p,m)=>{let g=new pa(d,p,m);t.startAuthFlow(g),await g.sendCodeEmail()},initLoginWithSms:async(d,p)=>{I({status:"sending-code"});let m=new Lo(d,p);t.startAuthFlow(m);try{se.current="sms",await m.sendSmsCode(),I({status:"awaiting-code-input"})}catch(g){throw I({status:"error",error:g}),G.current==="login"?O(L,"login","onError",g.privyErrorCode||"unknown_auth_error"):G.current==="link"&&O(L,"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(I({status:"submitting-code"}),!n){let k=new Qr;throw I({status:"error",error:k}),k}if(t.authFlow instanceof Xr)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof Lo)t.authFlow.meta.smsCode=d.trim();else{let k=new w("Must initialize a passwordless code flow first");throw I({status:"error",error:k}),k}let p=await ue(),m,g;if(p&&t.sessionHasActiveToken())try{m=await t.link()}catch(k){throw I({status:"error",error:k}),O(L,"linkAccount","onError",k.privyErrorCode||"failed_to_link_account"),k}else try{({user:m,isNewUser:g}=await t.authenticate())}catch(k){throw I({status:"error",error:k}),O(L,"login","onError",k.privyErrorCode||"unknown_auth_error"),k}c(m||s||null),C(g||!1),l(!0),I({status:"done"})},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:A,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(k=>k.type==="wallet"&&k.walletClientType==="privy"),g=await ue();if(!g||!A||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}te(!0);try{await A.connect({accessToken:g,address:m.address}),d(!0)}catch(k){if(Go(k)&&m.recoveryMethod==="privy")t.createAnalyticsEvent({eventName:"embedded_wallet_pinless_recovery_started",payload:{walletAddress:m.address}}),(await A.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(Go(k)){re({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}});let D=_s(m.recoveryMethod);oe(D)}else p(k)}}),getFiatOnRampConfig:Qo,setReadyToTrue:d=>{a(!0),Jt?.(d)},updateWallets:()=>Nt(),fundWallet:async(d,p)=>{let{signedUrl:m,externalTransactionId:g}=await Qo(d,p);re({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:g}}),oe("FIAT_ON_RAMP_PROMPT_SCREEN")},requestFarcasterSignerStatus:async d=>{let p=await ue(),m=s?.linkedAccounts.find(k=>k.type==="wallet"&&k.walletClientType==="privy");if(!p)throw new Error("Must have valid access token to connect with Farcaster");if(!A||!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 k=await t.getAuthenticatedUser();c(k||s||null)}return g}}))();Z1=ie.recoverEmbeddedWallet;let tg=Ub(()=>({wallets:u,ready:pr}),[u,pr]);return Lr(me.Provider,{value:Xo,children:Lr(Ql.Provider,{value:L,children:Lr(yd.Provider,{value:tg,children:$1(Gu,{...U,children:[e.children,$1(Jl.Provider,{value:ie,children:[!Ld&&U.captchaEnabled&&n&&!i&&Lr(Zl,{delayedExecution:!1}),Lr(D1,{theme:{...U.appearance.palette||{}}}),Lr(Nu,{data:We,setModalData:re,setInitialScreen:S,initialScreen:v,authenticated:i,open:r,children:Lr(H1,{open:r})}),pe&&de?Lr(z1,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:yt,mfaSubmitPromise:Ue,onLoad:le,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as zb}from"react";function qb(e){let{login:t}=zb(me);return Re("login",e),{login:t}}import{useContext as $b}from"react";function jb(e){let{logout:t}=$b(me);return Re("logout",e),{logout:t}}import{useCallback as J1,useEffect as Kb}from"react";function Yb(){let e=ge(),t=ss(),{initLoginWithHeadlessOAuth:r,loginWithHeadlessOAuth:o,isHeadlessOAuthLoading:n,ready:a,user:i}=H(),l=J1(async c=>{if(e.enabled&&e.status!=="success")throw new er(e.error,null,"captcha_failure");return r(c.provider,e.token)},[r,e]),s=J1(async()=>{let c=fi();if(i)return console.warn("Cannot login with OAuth when already logged in"),i;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{Io()}},[o]);return Kb(()=>{let c=fi();a&&t&&c.inProgress&&c.headless&&!c.popupFlow&&s()},[a,t]),{initOAuth:l,loginWithOAuth:s,loading:n}}import{useCallback as Q1}from"react";var Zb=()=>{let e=ge(),{initLoginWithEmail:t,loginWithCode:r}=H(),o=Q1(async({email:a})=>{if(!a)throw new Error("Email required to send OTP code");return t(a)},[t]),n=Q1(async({code:a})=>{if(e.enabled&&e.status==="error")throw new er(e.error,null,"captcha_failure");return r(a)},[r,e.status]);return{sendCode:o,loginWithCode:n}};import{useCallback as X1}from"react";var Jb=()=>{let e=ge(),{initLoginWithSms:t,loginWithCode:r,otpState:o}=H(),n=X1(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return t(i)},[t]),a=X1(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new er(e.error,null,"captcha_failure");return r(i)},[r,e.status]);return{sendCode:n,loginWithCode:a,state:o}};import{useContext as Qb}from"react";function Xb(e){let{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:a,linkTwitter:i,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:h,linkFarcaster:f}=Qb(me);return Re("linkAccount",e),{linkEmail:t,linkPhone:r,linkWallet:o,linkGoogle:n,linkApple:a,linkTwitter:i,linkDiscord:l,linkGithub:s,linkLinkedIn:c,linkTiktok:u,linkSpotify:h,linkFarcaster:f}}import{useContext as e7}from"react";function t7(e){let{connectWallet:t}=e7(me);return Re("connectWallet",e),{connectWallet:t}}import{useContext as r7}from"react";function o7(e){let{createWallet:t}=r7(me);return Re("createWallet",e),{createWallet:t}}var n7=()=>{let{fundWallet:e}=H();return{fundWallet:e}};import{useContext as i7}from"react";function a7(e){let{sendTransaction:t}=i7(me);return Re("sendTransaction",e),{sendTransaction:t}}import{useContext as s7}from"react";function l7(e){let{setWalletPassword:t}=s7(me);return Re("setWalletPassword",e),{setWalletPassword:t}}import{useContext as c7}from"react";function d7(e){let{signMessage:t}=c7(me);return Re("signMessage",e),{signMessage:t}}import{useContext as p7}from"react";function u7(e){let{signTypedData:t}=p7(me);return Re("signTypedData",e),{signTypedData:t}}import{useContext as m7}from"react";var f7=()=>{let{isModalOpen:e}=m7(me);return{isOpen:e}};import{useContext as h7}from"react";function y7(e){let{getAccessToken:t}=h7(me);return Re("accessToken",e),{getAccessToken:t}}function g7(){let{submitCast:e,removeCast:t,likeCast:r,recastCast:o,followUser:n,unfollowUser:a,requestFarcasterSigner:i}=H();return{followUser:n,unfollowUser:a,submitCast:e,removeCast:t,likeCast:r,recastCast:o,requestFarcasterSigner:i}}function v7(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{gr as AsExternalProvider,Zl as Captcha,Ci as ConnectorManager,wi as PrivyClient,Gb as PrivyProvider,_e as PrivyProxyProvider,gi as SUPPORTED_CHAINS,Ll as VERSION,Ct as WalletConnector,v7 as addRpcUrlOverrideToChain,Ec as errorIndicatesMaxMfaRetries,In as errorIndicatesMfaTimeout,Mn as errorIndicatesMfaVerificationFailed,ue as getAccessToken,t7 as useConnectWallet,o7 as useCreateWallet,g7 as useExperimentalFarcasterSigner,n7 as useFundWallet,Xb as useLinkAccount,qb as useLogin,Zb as useLoginWithEmail,Yb as useLoginWithOAuth,Jb as useLoginWithSms,jb as useLogout,jn as useMfa,$i as useMfaEnrollment,f7 as useModalStatus,H as usePrivy,Xl as useRegisterMfaListener,a7 as useSendTransaction,l7 as useSetWalletPassword,d7 as useSignMessage,u7 as useSignTypedData,y7 as useToken,Xi as useWallets};
|